/* About page — editorial studio layout. */
.about-page { overflow: clip; background: #fff; }
.about-page--hero-background {
  --about-header-overlap: 80px;
  margin-top: calc(-1 * var(--about-header-overlap));
}
.about-page h1,
.about-page h2,
.about-page h3 { color: #071b3b; }
.about-page h2 {
  margin: 0;
  font-size: var(--font-section-title);
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.about-page h2 span { color: #0b3d91; }
.about-page .contact-form__head h3 { color: #fff; }
.about-kicker-mark {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00bda5;
  box-shadow: 0 0 0 5px rgba(0, 194, 168, .13);
}

/* Hero */
.about-hero {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 88% 13%, rgba(0, 194, 168, .13), transparent 26%),
    linear-gradient(180deg, #f8fbfe 0%, #f1f7fb 100%);
}
.about-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .48;
  background-image: radial-gradient(#b7c9dd 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, transparent 4%, #000 38%, transparent 72%);
}
.about-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(470px, 1.02fr);
  align-items: center;
  gap: clamp(45px, 6vw, 92px);
  padding-top: calc(clamp(72px, 7vw, 104px) + var(--about-header-overlap));
  padding-bottom: clamp(72px, 7vw, 104px);
}
.about-hero__copy { position: relative; z-index: 2; }
.about-hero .home-kicker { margin-bottom: 28px; }
.about-hero h1 {
  max-width: 690px;
  margin: 0 0 26px;
  font-size: clamp(2.5rem, 3.8vw, 3rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.about-hero h1 span { color: #0b3d91; }
.about-hero__lead {
  max-width: 620px;
  color: #52647d;
  font-size: clamp(1.02rem, 1.4vw, 1.15rem);
  line-height: 1.75;
}
.about-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 34px;
}
.about-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
.about-hero__tags li {
  padding: 8px 12px;
  border: 1px solid #cfdae6;
  border-radius: var(--radius-control);
  background: rgba(255, 255, 255, .62);
  color: #38506c;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.about-hero__visual {
  position: relative;
  isolation: isolate;
  min-height: 490px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: var(--radius-lg);
  color: #fff;
  background: linear-gradient(145deg, #0d4aa2 0%, #082f6e 47%, #061b36 100%);
  box-shadow: 0 32px 80px rgba(7, 27, 59, .2);
}
.about-hero__visual::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: -150px;
  right: -100px;
  border-radius: 50%;
  background: rgba(0, 194, 168, .33);
  filter: blur(30px);
}
.about-canvas__top {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 19px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .72);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.about-canvas__grid {
  position: absolute;
  inset: 56px 0 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000, transparent 93%);
}
.about-canvas__orbit { position: absolute; inset: 0; }
.about-canvas__orbit span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 235px;
  height: 235px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  transform: translate(-50%, -48%);
}
.about-canvas__orbit span:nth-child(2) { width: 335px; height: 335px; }
.about-canvas__orbit span:nth-child(3) { width: 445px; height: 445px; }
.about-canvas__brand {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  background: rgba(255, 255, 255, .09);
  box-shadow: inset 0 0 40px rgba(255, 255, 255, .04), 0 16px 50px rgba(0, 0, 0, .2);
  transform: translate(-50%, -48%);
  backdrop-filter: blur(8px);
}
.about-canvas__brand img {
  width: 74%;
  height: 74%;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .22));
}
.about-canvas__card {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 4px;
  min-width: 190px;
  padding: 15px 17px;
  border: 1px solid #d9e3ed;
  border-radius: 10px;
  color: #071b3b;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 15px 38px rgba(3, 18, 47, .2);
}
.about-canvas__card small {
  color: #0b3d91;
  font-size: .54rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.about-canvas__card strong { font-size: .82rem; }
.about-canvas__card > span { color: #6e7d91; font-size: .58rem; }
.about-canvas__card--goal { top: 18%; left: 5%; transform: rotate(-3deg); }
.about-canvas__card--experience { top: 47%; right: 4%; transform: rotate(3deg); }
.about-canvas__card--build { bottom: 13%; left: 7%; transform: rotate(-2deg); }
.about-canvas__footer {
  position: absolute;
  right: 22px;
  bottom: 19px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .53);
  font-size: .47rem;
  letter-spacing: .11em;
}
.about-canvas__footer i { width: 3px; height: 3px; border-radius: 50%; background: #5fe0ce; }

/* Snapshot */
.about-snapshot { color: #fff; background: #071b34; }
.about-snapshot__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  min-height: 126px;
  border-inline: 1px solid rgba(255, 255, 255, .11);
}
.about-snapshot__grid > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 25px 28px;
  border-right: 1px solid rgba(255, 255, 255, .11);
}
.about-snapshot__grid > div:last-child { border-right: 0; }
.about-snapshot__grid strong { color: #83e7d7; font-size: 1.28rem; font-weight: 600; letter-spacing: -.03em; }
.about-snapshot__grid span { max-width: 145px; color: #b7c8da; font-size: .74rem; line-height: 1.5; }
.about-snapshot__intro strong { color: #fff; font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; }
.about-snapshot__pulse { width: 9px; height: 9px; border-radius: 50%; background: #00c2a8; box-shadow: 0 0 0 6px rgba(0, 194, 168, .13); }

/* Shared section furniture */
.about-section-label { display: flex; align-items: center; gap: 13px; padding-top: 8px; }
.about-section-label > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #c9d7e5;
  border-radius: 50%;
  color: #0b3d91;
  font-size: .68rem;
  font-weight: 700;
}
.about-section-label p { margin: 0; color: #0b3d91; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(250px, .45fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 50px;
}
.about-section-head h2 { max-width: 890px; }
.about-section-head > p { max-width: 330px; margin: 0 0 5px; color: #607188; line-height: 1.75; }

/* Story */
.about-story { background: #fff; }
.about-story__layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(50px, 8vw, 120px);
}
.about-story__content h2 { max-width: 1000px; }
.about-story__copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 45px;
  max-width: 950px;
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid #dce5ef;
}
.about-story__copy p { margin: 0; color: #52647d; line-height: 1.8; }
.about-story__principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 55px;
}
.about-story__principles article {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  min-height: 172px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #d7e3ee;
  border-radius: var(--radius-md);
  background: #f7fafd;
}
.about-story__principles article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #0b3d91;
}
.about-story__principles article:nth-child(2)::before { background: #00a78f; }
.about-story__principles article:nth-child(3)::before { background: #5c6f9e; }
.about-story__principles article > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #087f78;
  background: #e2f6f2;
  font-size: .66rem;
  font-weight: 800;
}
.about-story__principles h3 { margin: 0 0 9px; font-size: 1.05rem; font-weight: 600; letter-spacing: -.025em; }
.about-story__principles p { margin: 0; color: #687991; font-size: .82rem; line-height: 1.65; }

/* Fit */
.about-fit { background: #f2f7fb; }
.about-fit__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.about-fit__grid article {
  position: relative;
  min-height: 282px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #d6e2ed;
  border-radius: var(--radius-md);
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.about-fit__grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #0b3d91;
}
.about-fit__grid article:nth-child(even)::before { background: #00a78f; }
.about-fit__grid article:hover { transform: translateY(-5px); border-color: #b5ccdf; box-shadow: 0 16px 34px rgba(7, 27, 59, .07); }
.about-fit__grid article > span { color: #0b3d91; font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.about-fit__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 35px 0 22px;
  border-radius: 12px;
  color: #0b3d91;
  background: #eaf2fb;
}
.about-fit__grid article:nth-child(2) .about-fit__icon,
.about-fit__grid article:nth-child(4) .about-fit__icon { color: #008e7b; background: #e6f8f4; }
.about-fit__icon svg { width: 35px; height: 35px; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.about-fit__grid h3 { margin: 0 0 11px; font-size: 1.15rem; font-weight: 600; }
.about-fit__grid p { margin: 0; color: #64758b; font-size: .86rem; line-height: 1.7; }

/* Process */
.about-process { color: #fff; background: #071b34; }
.about-process__layout { display: grid; grid-template-columns: minmax(330px, .76fr) minmax(0, 1.24fr); gap: clamp(65px, 8vw, 125px); }
.about-process__intro { position: sticky; top: 120px; align-self: start; }
.about-process .about-section-label { display: none; }
.about-process .home-kicker { color: #78e2d1; }
.about-process h2 { max-width: 580px; color: #fff; }
.about-process h2 span { color: #83e6d6; }
.about-process__intro > p:last-child { max-width: 510px; margin: 28px 0 0; color: #b4c6d8; line-height: 1.8; }
.about-process__steps { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.about-process__steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .045);
}
.about-process__number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(124, 228, 212, .45);
  border-radius: 50%;
  color: #82e6d6;
  font-size: .68rem;
  font-weight: 800;
}
.about-process__steps small { color: #72dccc; font-size: .59rem; font-weight: 800; letter-spacing: .15em; }
.about-process__steps h3 { margin: 8px 0 10px; color: #fff; font-size: 1.35rem; font-weight: 600; }
.about-process__steps p { max-width: 580px; margin: 0; color: #b6c7d8; font-size: .9rem; line-height: 1.75; }
.about-process__steps strong { display: block; margin-top: 14px; color: #e3edf6; font-size: .74rem; font-weight: 600; }

/* Commitments */
.about-commitments { background: #fff; }
.about-commitments h2 span {
  background: linear-gradient(110deg, #1255bd, #168dd0 58%, #0aa9a3);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-commitments__layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 20px;
}
.about-commitments__feature {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  padding: 32px;
  border-radius: var(--radius-lg);
  color: #fff;
  background: radial-gradient(circle at 85% 10%, rgba(0, 194, 168, .24), transparent 42%), linear-gradient(145deg, #0b3d91, #071b34);
}
.about-commitments__feature::after {
  content: "";
  position: absolute;
  top: -75px;
  right: -65px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255, 255, 255, .035);
  pointer-events: none;
}
.about-commitments__feature-top { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.about-commitments__index { color: #0b3d91; font-size: .69rem; font-weight: 700; letter-spacing: .1em; }
.about-commitments__feature .about-commitments__index { color: #9df0df; }
.about-commitments__feature-icon,
.about-commitments__icon { display: grid; place-items: center; flex: none; }
.about-commitments__feature-icon { width: 76px; height: 76px; border: 1px solid rgba(255, 255, 255, .24); border-radius: var(--radius-md); background: rgba(255, 255, 255, .1); }
.about-commitments__feature-icon svg { width: 42px; height: 42px; stroke: #fff; }
.about-commitments__feature-copy { position: relative; z-index: 1; margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .22); }
.about-commitments__feature h3 { margin: 0 0 12px; color: #fff; font-size: var(--font-card-feature-title); font-weight: 600; }
.about-commitments__feature p { max-width: 330px; margin: 0; color: #c9d8e9; font-size: .91rem; line-height: 1.7; }
.about-commitments__stack { display: grid; gap: 16px; }
.about-commitments__item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  min-width: 0;
  padding: 24px;
  border: 1px solid #dce5ef;
  border-radius: var(--radius-md);
  background: #f7faff;
}
.about-commitments__item:nth-child(2) { background: #f2faf8; }
.about-commitments__icon { width: 76px; height: 76px; border-radius: 12px; color: #0b3d91; background: #e7f1fc; }
.about-commitments__item:nth-child(2) .about-commitments__icon { color: #087f78; background: #ddf4ef; }
.about-commitments__icon svg { width: 40px; height: 40px; stroke: currentColor; }
.about-commitments__feature-icon svg,
.about-commitments__icon svg { fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.about-commitments__item h3 { margin: 7px 0 8px; font-size: 1.32rem; font-weight: 600; }
.about-commitments__item p { max-width: 400px; margin: 0; color: #5e7088; font-size: .9rem; line-height: 1.65; }

/* Team */
.about-team { background: #f2f7fb; }
.about-team__layout { display: grid; grid-template-columns: minmax(310px, .75fr) minmax(0, 1.25fr); align-items: start; gap: clamp(50px, 8vw, 115px); }
.about-team__intro { position: sticky; top: 120px; }
.about-team__intro h2 { max-width: 500px; }
.about-team__intro > p:not(.home-kicker) { max-width: 460px; margin: 25px 0 0; color: #596b83; line-height: 1.8; }
.about-team__note { display: flex; gap: 13px; max-width: 430px; margin-top: 38px; padding-top: 23px; border-top: 1px solid #ccd9e6; }
.about-team__note > span { color: #00a990; font-size: 1.15rem; }
.about-team__note p { margin: 0; color: #0b3d91; font-size: .8rem; font-weight: 600; line-height: 1.6; }
.about-team__people { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.about-person { overflow: hidden; border: 1px solid #d4e0ec; border-radius: var(--radius-md); background: #fff; transition: transform .22s ease, border-color .22s ease; }
.about-person:hover { transform: translateY(-4px); border-color: #b4cadc; }
.about-person__visual {
  position: relative;
  display: grid;
  place-items: center;
  height: 290px;
  overflow: hidden;
  background: linear-gradient(145deg, #dceafb, #eaf3fc);
}
.about-person__visual--teal { background: linear-gradient(145deg, #d7f1ee, #e8f8f6); }
.about-person__visual > span { position: relative; z-index: 2; color: #0b3d91; font-size: 4.6rem; font-weight: 600; letter-spacing: -.1em; }
.about-person__visual--teal > span { color: #087f78; }
.about-person__rings { position: absolute; width: 190px; height: 190px; border: 1px solid rgba(11, 61, 145, .2); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255, 255, 255, .33), 0 0 0 76px rgba(255, 255, 255, .22); }
.about-person__visual i { position: absolute; right: 32px; bottom: 37px; width: 60px; height: 5px; border-radius: 4px; background: #00bda5; transform: rotate(-42deg); }
.about-person__info { padding: 23px 24px 26px; border-top: 3px solid #0b3d91; }
.about-person:nth-child(2) .about-person__info { border-top-color: #00a78f; }
.about-person__info > span { color: #0b3d91; font-size: .62rem; font-weight: 800; letter-spacing: .11em; }
.about-person__info h3 { margin: 11px 0 4px; font-size: 1.32rem; font-weight: 600; }
.about-person__info p { margin: 0; color: #587089; font-size: .84rem; }
.about-person__info small { display: block; margin-top: 20px; padding-top: 18px; border-top: 1px solid #dce5ef; color: #6a7b90; font-size: .75rem; line-height: 1.65; }
.about-editor { border-top: 1px solid #dce5ef; }
.about-editor .prose { max-width: 850px; }

/* Services */
.about-services { color: #fff; background: linear-gradient(135deg, #081e3b 0%, #06182f 100%); }
.about-services__layout { display: grid; grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr); gap: clamp(55px, 8vw, 120px); }
.about-services .home-kicker { color: #79e2d1; }
.about-services h2 { max-width: 540px; color: #fff; }
.about-services h2 span { color: #81e5d5; }
.about-services__heading > p:not(.home-kicker) { max-width: 460px; margin: 25px 0 0; color: #b5c7d9; line-height: 1.8; }
.about-services__heading .text-link { margin-top: 33px; }
.about-services__links { display: grid; gap: 10px; }
.about-services__links a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  column-gap: 15px;
  min-height: 98px;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  background: rgba(255, 255, 255, .035);
  color: #fff;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.about-services__links a:hover,
.about-services__links a:focus-visible { transform: translateX(4px); border-color: rgba(121, 226, 209, .42); background: rgba(255, 255, 255, .07); }
.about-services__links a > span { grid-row: 1 / 3; color: #77e1d0; font-size: .68rem; font-weight: 800; }
.about-services__links strong { grid-column: 2; font-size: 1.12rem; font-weight: 600; }
.about-services__links em { grid-column: 2; color: #afc2d4; font-size: .79rem; font-style: normal; }
.about-services__links b { grid-column: 3; grid-row: 1 / 3; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; font-weight: 400; }

/* Contact */
.about-contact {
  background: #fff;
}
.about-contact__layout { display: grid; grid-template-columns: minmax(320px, .68fr) minmax(0, 1.32fr); align-items: start; gap: clamp(55px, 7vw, 105px); }
.about-contact__intro { position: sticky; top: 120px; }
.about-contact__intro h2 { max-width: 550px; }
.about-contact__intro > p:not(.home-kicker) { max-width: 470px; margin: 25px 0 0; color: #5b6d84; line-height: 1.8; }
.about-contact__promise { display: grid; gap: 10px; max-width: 460px; margin-top: 36px; }
.about-contact__promise div { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid #d6e2ed; border-radius: var(--radius-sm); background: #f7fafc; }
.about-contact__promise span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #087f78; background: #e2f6f2; font-size: .64rem; font-weight: 800; }
.about-contact__promise p { margin: 0; color: #183652; font-size: .8rem; font-weight: 600; }
.about-contact .contact-form-wrap { border-color: #d3e0eb; }

@media (max-width: 1100px) {
  .about-hero__layout { grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 42px; }
  .about-hero h1 { font-size: clamp(2.5rem, 3.8vw, 3rem); }
  .about-fit__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-fit__grid article { min-height: 255px; }
}

@media (max-width: 959px) {
  .about-page--hero-background { --about-header-overlap: 74px; }
  .about-hero__layout,
  .about-story__layout,
  .about-process__layout,
  .about-team__layout,
  .about-services__layout,
  .about-contact__layout { grid-template-columns: 1fr; }
  .about-hero__layout { gap: 56px; min-height: 0; }
  .about-hero__copy { max-width: 720px; }
  .about-hero h1 { max-width: 760px; font-size: clamp(2.5rem, 5vw, 3rem); }
  .about-hero__visual { width: 100%; max-width: 720px; min-height: 490px; }
  .about-snapshot__grid { grid-template-columns: repeat(2, 1fr); }
  .about-snapshot__grid > div:nth-child(2) { border-right: 0; }
  .about-snapshot__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .11); }
  .about-story__layout { gap: 34px; }
  .about-section-label { padding: 0; }
  .about-process__layout,
  .about-team__layout,
  .about-services__layout,
  .about-contact__layout { gap: 48px; }
  .about-process__intro,
  .about-team__intro,
  .about-contact__intro { position: static; }
  .about-process__intro,
  .about-team__intro,
  .about-services__heading,
  .about-contact__intro { max-width: 720px; }
  .about-team__people { max-width: 750px; }
  .about-commitments__layout { grid-template-columns: 1fr; }
  .about-commitments__feature { min-height: 260px; }
  .about-commitments__stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-commitments__item { grid-template-columns: 1fr; align-content: start; gap: 20px; }
  .about-services__links { max-width: 800px; }
  .about-contact .contact-form-wrap { max-width: 800px; }
}

@media (max-width: 639px) {
  .about-page--hero-background { --about-header-overlap: 70px; }
  .about-page h2 { font-size: var(--font-section-title); line-height: 1.28; }
  .about-hero__layout {
    padding-top: calc(60px + var(--about-header-overlap));
    padding-bottom: 64px;
    gap: 42px;
  }
  .about-hero .home-kicker { margin-bottom: 22px; }
  .about-hero h1 { margin-bottom: 22px; font-size: clamp(1.75rem, 7.5vw, 2.5rem); line-height: 1.22; }
  .about-hero__lead { font-size: .98rem; line-height: 1.7; }
  .about-hero__actions { align-items: flex-start; gap: 23px; margin-top: 29px; }
  .about-hero__tags { margin-top: 28px; }
  .about-hero__visual { min-height: 410px; border-radius: var(--radius-md); }
  .about-canvas__top { padding: 16px; }
  .about-canvas__orbit span { width: 170px; height: 170px; }
  .about-canvas__orbit span:nth-child(2) { width: 250px; height: 250px; }
  .about-canvas__orbit span:nth-child(3) { width: 330px; height: 330px; }
  .about-canvas__brand { width: 112px; height: 112px; }
  .about-canvas__card { min-width: 148px; padding: 10px 11px; border-radius: 7px; }
  .about-canvas__card small { font-size: .45rem; }
  .about-canvas__card strong { font-size: .66rem; }
  .about-canvas__card > span { font-size: .48rem; }
  .about-canvas__card--goal { top: 19%; left: 3%; }
  .about-canvas__card--experience { top: 49%; right: 2%; }
  .about-canvas__card--build { bottom: 12%; left: 4%; }
  .about-canvas__footer { right: 14px; bottom: 13px; font-size: .39rem; }
  .about-snapshot__grid { grid-template-columns: 1fr; border-inline: 0; }
  .about-snapshot__grid > div { min-height: 82px; padding: 18px 3px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .11); }
  .about-snapshot__grid > div:last-child { border-bottom: 0; }
  .about-snapshot__grid strong { min-width: 31px; }
  .about-snapshot__grid span { max-width: none; }
  .about-section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
  .about-section-head > p { max-width: 500px; }
  .about-story__copy,
  .about-story__principles,
  .about-fit__grid,
  .about-team__people { grid-template-columns: 1fr; }
  .about-story__copy { gap: 19px; margin-top: 28px; padding-top: 24px; }
  .about-story__principles { margin-top: 38px; }
  .about-story__principles { gap: 12px; }
  .about-story__principles article,
  .about-story__principles article + article { min-height: 0; padding: 20px; border: 1px solid #d7e3ee; }
  .about-fit__grid { gap: 14px; }
  .about-fit__grid article { min-height: 0; padding: 22px; }
  .about-fit__icon { margin: 30px 0 20px; }
  .about-process__layout,
  .about-team__layout,
  .about-services__layout,
  .about-contact__layout { gap: 36px; }
  .about-process__steps { gap: 12px; }
  .about-process__steps li { grid-template-columns: 44px 1fr; gap: 14px; padding: 20px; }
  .about-process__number { width: 38px; height: 38px; }
  .about-process__steps h3 { font-size: 1.18rem; }
  .about-commitments__feature { min-height: 0; padding: 24px; }
  .about-commitments__feature-icon { width: 64px; height: 64px; border-radius: 11px; }
  .about-commitments__feature-icon svg { width: 36px; height: 36px; }
  .about-commitments__feature-copy { margin-top: 48px; }
  .about-commitments__stack { grid-template-columns: 1fr; gap: 12px; }
  .about-commitments__item { grid-template-columns: 56px minmax(0, 1fr); align-items: start; gap: 16px; padding: 20px; }
  .about-commitments__icon { width: 56px; height: 56px; border-radius: 10px; }
  .about-commitments__icon svg { width: 30px; height: 30px; }
  .about-commitments__item h3 { font-size: 1.12rem; }
  .about-team__note { margin-top: 28px; }
  .about-person__visual { height: 250px; }
  .about-services__links a { min-height: 92px; grid-template-columns: 30px minmax(0, 1fr) 34px; gap: 11px; padding: 16px; }
  .about-services__links strong { font-size: 1rem; }
  .about-services__links em { font-size: .73rem; line-height: 1.5; }
  .about-contact__promise { margin-top: 30px; }
}

@media (max-width: 359px) {
  .about-commitments__item { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .about-fit__grid article,
  .about-person,
  .about-services__links a { transition: none; }
}
