.about-page {
  --about-bg: #f7f5fb;
  --about-cyan: #82cce8;
  --about-hot: #ff28d7;
  --about-ink-soft: rgba(16, 16, 20, .72);
  --about-line: rgba(84, 54, 140, .14);
  --about-panel: rgba(255, 255, 255, .86);
  background: var(--line-field-pattern), var(--about-bg);
  overflow-x: hidden;
}

.about-page .seo-kicker {
  letter-spacing: 0;
}

.about-page p,
.about-page h2,
.about-page h3,
.about-page figcaption,
.about-page summary {
  text-wrap: pretty;
}

.about-page .seo-section {
  padding-block: 88px;
}

.about-page .seo-section h2 {
  font-size: 3rem;
}

.about-page .about-hero {
  --about-hero-image-position: 50% 59%;
  --seo-hero-image-position: var(--about-hero-image-position);
  padding-bottom: 154px;
}

.about-page .about-hero .seo-hero__inner {
  max-width: min(100%, 1120px);
}

.about-page .about-hero .seo-kicker {
  font-size: .78rem;
  line-height: 1;
  max-width: 100%;
}

.about-page .about-hero h1 {
  line-height: 1.08;
  max-width: none;
  white-space: nowrap;
}

.about-page .about-hero .seo-hero__inner > p:not(.seo-kicker) {
  max-width: min(100%, var(--seo-hero-copy-width, var(--about-hero-lock-width, 760px)));
  text-wrap: pretty;
}

.about-page .about-hero .seo-actions {
  max-width: min(100%, var(--seo-hero-copy-width, var(--about-hero-lock-width, 760px)));
}

.about-intro {
  background:
    radial-gradient(circle at 88% 10%, rgba(130, 204, 232, .22), rgba(130, 204, 232, 0) 28%),
    #fff;
}

.about-copy-stack {
  display: grid;
  gap: 20px;
}

.about-copy-stack p + p {
  margin-top: 0;
}

.about-stat-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.about-stat-grid li {
  background: linear-gradient(145deg, rgba(84, 54, 140, .09), rgba(130, 204, 232, .1));
  border: 1px solid var(--about-line);
  border-radius: 8px;
  min-height: 112px;
  padding: 18px;
}

.about-stat-grid strong {
  color: var(--purple-deep);
  display: block;
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
}

.about-stat-grid span {
  color: var(--about-ink-soft);
  display: block;
  font-size: .96rem;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 10px;
}

.about-media-frame {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .74), rgba(255, 255, 255, .35)),
    linear-gradient(135deg, rgba(84, 54, 140, .92), rgba(255, 40, 215, .34));
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(36, 20, 61, .18);
  margin: 0;
  overflow: hidden;
  padding: 8px;
  position: relative;
}

.about-media-frame video,
.about-media-frame img {
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.about-media-frame figcaption {
  align-items: center;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(84, 54, 140, .12);
  border-radius: 8px;
  bottom: 20px;
  color: var(--purple-deep);
  display: inline-flex;
  font-size: .9rem;
  font-weight: 800;
  left: 20px;
  line-height: 1.35;
  max-width: calc(100% - 40px);
  padding: 10px 12px;
  position: absolute;
}

.about-method {
  background:
    radial-gradient(circle at 86% 4%, rgba(255, 40, 215, .2), rgba(255, 40, 215, 0) 30%),
    radial-gradient(circle at 10% 82%, rgba(130, 204, 232, .18), rgba(130, 204, 232, 0) 32%),
    linear-gradient(118deg, #211138 0%, #392061 46%, #56388d 100%);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.about-method:before {
  background: var(--line-field-pattern);
  content: "";
  inset: 0;
  opacity: .13;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.about-method__inner {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  margin: 0 auto;
  max-width: var(--header-max-width);
}

.about-method__intro {
  align-self: start;
  display: grid;
  gap: 16px;
  position: sticky;
  top: 132px;
}

.about-method .seo-kicker,
.about-method h2,
.about-method p {
  color: #fff;
}

.about-method__steps {
  counter-reset: method;
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.about-method__steps:before {
  background: linear-gradient(180deg, var(--about-cyan), rgba(255, 40, 215, .75), rgba(255, 255, 255, .28));
  border-radius: 999px;
  bottom: 22px;
  content: "";
  left: 28px;
  position: absolute;
  top: 22px;
  width: 2px;
}

.about-method__step {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(20, 9, 38, .2);
  display: grid;
  gap: 10px;
  min-height: 172px;
  padding: 24px 24px 24px 78px;
  position: relative;
}

.about-method__step:before {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(20, 9, 38, .28);
  color: var(--purple);
  content: counter(method, decimal-leading-zero);
  counter-increment: method;
  display: inline-flex;
  font-size: .88rem;
  font-weight: 800;
  height: 50px;
  justify-content: center;
  left: 4px;
  line-height: 1;
  position: absolute;
  top: 24px;
  width: 50px;
}

.about-method__step h3 {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.12;
  margin: 0;
}

.about-method__step p {
  font-size: 1rem;
  line-height: 1.62;
  margin: 0;
}

.about-service-map {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 40, 215, .1), rgba(255, 40, 215, 0) 28%),
    linear-gradient(180deg, #f6f3fb, #efefef);
}

.about-service-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-service-card {
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--about-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(36, 20, 61, .1);
  color: inherit;
  display: grid;
  gap: 14px;
  min-height: 252px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.about-service-card:before {
  background: linear-gradient(90deg, var(--purple), var(--about-hot), var(--about-cyan));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.about-service-card:hover,
.about-service-card:focus-visible {
  border-color: rgba(84, 54, 140, .34);
  box-shadow: 0 24px 64px rgba(36, 20, 61, .16);
  transform: translateY(-3px);
}

.about-service-card__meta {
  color: var(--purple);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.about-service-card h3 {
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1.13;
  margin: 0;
}

.about-service-card p {
  font-size: .98rem;
  line-height: 1.58;
  margin: 0;
}

.about-service-card__link {
  align-self: end;
  color: var(--purple);
  font-size: .95rem;
  font-weight: 800;
  margin-top: auto;
}

.about-growth {
  background:
    radial-gradient(circle at 90% 16%, rgba(130, 204, 232, .22), rgba(130, 204, 232, 0) 30%),
    #fff;
}

.about-growth__inner {
  display: grid;
  gap: 32px;
  margin: 0 auto;
  max-width: var(--header-max-width);
}

.about-growth-lab {
  --about-route-progress: 25%;
  --about-route-scale: .25;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .05)),
    linear-gradient(118deg, #211138 0%, #392061 50%, #56388d 100%);
  border: 1px solid rgba(84, 54, 140, .22);
  border-radius: 8px;
  box-shadow: 0 28px 78px rgba(36, 20, 61, .2);
  color: #fff;
  isolation: isolate;
  min-height: 440px;
  overflow: hidden;
  position: relative;
}

.about-growth-lab:before,
.about-growth-lab:after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.about-growth-lab:before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .09) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 44px 44px;
  inset: 0;
  opacity: .38;
}

.about-growth-lab:after {
  background:
    radial-gradient(circle at 78% 24%, rgba(130, 204, 232, .28), rgba(130, 204, 232, 0) 28%),
    radial-gradient(circle at 38% 88%, rgba(255, 40, 215, .2), rgba(255, 40, 215, 0) 30%);
  inset: -12%;
}

.about-growth-lab__fallback,
.about-growth-lab__app {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  min-height: 440px;
}

.about-growth-lab__tabs {
  background: rgba(255, 255, 255, .08);
  border-right: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  gap: 10px;
  padding: 22px;
}

.about-growth-lab__tab {
  appearance: none;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: grid;
  font-size: 1rem;
  font-weight: 800;
  gap: 6px;
  line-height: 1.2;
  min-height: 76px;
  padding: 14px;
  position: relative;
  text-align: left;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.about-growth-lab__tab:before {
  background: linear-gradient(180deg, var(--about-cyan), var(--about-hot));
  border-radius: 999px;
  bottom: 12px;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 12px;
  transform: scaleY(.35);
  transform-origin: center;
  transition: opacity .18s ease, transform .18s ease;
  width: 4px;
}

.about-growth-lab__tab span {
  color: rgba(255, 255, 255, .68);
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.35;
}

.about-growth-lab__tab[aria-selected="true"] {
  background: #fff;
  border-color: #fff;
  color: var(--purple-deep);
  transform: translateX(3px);
}

.about-growth-lab__tab[aria-selected="true"] span {
  color: rgba(16, 16, 20, .64);
}

.about-growth-lab__tab[aria-selected="true"]:before {
  opacity: 1;
  transform: scaleY(1);
}

.about-growth-lab__tab:focus-visible {
  outline: 3px solid rgba(130, 204, 232, .7);
  outline-offset: 3px;
}

.about-growth-lab__panel {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, .9fr) minmax(230px, .62fr);
  padding: 32px;
  position: relative;
}

.about-growth-lab__panel:before {
  background: linear-gradient(90deg, rgba(130, 204, 232, .9), rgba(255, 40, 215, .78));
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 32px;
  opacity: .88;
  position: absolute;
  right: 32px;
  top: 28px;
  transform: scaleX(var(--about-route-scale, .25));
  transform-origin: left;
  transition: transform .34s ease;
}

.about-growth-lab__panel.is-switching .about-growth-lab__copy,
.about-growth-lab__panel.is-switching .about-growth-lab__meter {
  opacity: .45;
  transform: translateY(8px);
}

.about-growth-lab__copy {
  align-content: center;
  display: grid;
  gap: 16px;
  transition: opacity .22s ease, transform .22s ease;
}

.about-growth-lab__copy h3 {
  color: #fff;
  font-family: var(--font-display);
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.04;
  margin: 0;
}

.about-growth-lab__copy p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.65;
  margin: 0;
}

.about-growth-lab__outcomes {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.about-growth-lab__outcomes li {
  align-items: start;
  color: rgba(255, 255, 255, .88);
  display: grid;
  font-size: .96rem;
  font-weight: 750;
  gap: 10px;
  grid-template-columns: 14px minmax(0, 1fr);
  line-height: 1.45;
}

.about-growth-lab__outcomes li:before {
  background: linear-gradient(135deg, var(--about-cyan), var(--about-hot));
  border-radius: 50%;
  content: "";
  height: 8px;
  margin-top: .5em;
  width: 8px;
}

.about-growth-lab__meter {
  align-self: center;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at center, #211138 0 50%, transparent 51%),
    conic-gradient(from -90deg, var(--about-cyan) 0 var(--about-route-progress), rgba(255, 255, 255, .16) var(--about-route-progress) 100%);
  border-radius: 50%;
  box-shadow: 0 24px 54px rgba(13, 8, 28, .28), 0 0 48px rgba(130, 204, 232, .18);
  display: grid;
  min-height: 230px;
  place-items: center;
  position: relative;
  transition: background .34s ease, opacity .22s ease, transform .22s ease;
}

.about-growth-lab__meter:before {
  animation: about-meter-pulse 2.8s ease-in-out infinite;
  border: 1px solid rgba(130, 204, 232, .28);
  border-radius: 50%;
  content: "";
  inset: -12px;
  position: absolute;
}

.about-growth-lab__meter:after {
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 255, 255, .22), rgba(255, 255, 255, 0) 34%),
    #2f1953;
  border-radius: 50%;
  content: "";
  inset: 18px;
  position: absolute;
}

.about-growth-lab__meter strong,
.about-growth-lab__meter span {
  position: relative;
  text-align: center;
  z-index: 1;
}

.about-growth-lab__meter strong {
  color: #fff;
  display: block;
  font-family: var(--font-display);
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1;
}

.about-growth-lab__meter span {
  color: rgba(255, 255, 255, .72);
  display: block;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 8px;
  max-width: 12ch;
}

@keyframes about-meter-pulse {
  0%,
  100% {
    opacity: .35;
    transform: scale(.98);
  }
  50% {
    opacity: .75;
    transform: scale(1.03);
  }
}

.about-team-section {
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 40, 215, .1), rgba(255, 40, 215, 0) 30%),
    #fff;
}

.about-team {
  gap: 18px;
}

.about-team li {
  box-shadow: 0 18px 42px rgba(36, 20, 61, .08);
  transition: box-shadow .2s ease, transform .2s ease;
}

.about-team img {
  aspect-ratio: 1 / 1;
}

.about-team li:hover {
  box-shadow: 0 24px 60px rgba(36, 20, 61, .15);
  transform: translateY(-3px);
}

.about-location {
  background: linear-gradient(180deg, #f6f3fb, #efefef);
}

.about-location__grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
  margin: 0 auto;
  max-width: var(--header-max-width);
}

.about-location-map {
  --map-embed-footer-crop: 28px;
  background: #fff;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  box-shadow: 0 22px 64px rgba(36, 20, 61, .12);
  max-width: none;
}

.about-location-map .site-footer__map-frame {
  aspect-ratio: 16 / 10;
  min-height: 360px;
  width: 100%;
}

.about-location-map .site-footer__map-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.about-location-map .site-footer__map-placeholder {
  align-content: center;
  background: linear-gradient(135deg, rgba(84, 54, 140, .1), rgba(130, 204, 232, .14));
  color: var(--purple-deep);
  display: grid;
  gap: 14px;
  min-height: inherit;
  padding: 28px;
}

.about-location-map .site-footer__map-placeholder p {
  color: var(--purple-deep);
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
}

.about-location-map .site-footer__map-consent {
  appearance: none;
  background: var(--purple);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  justify-self: start;
  min-height: 44px;
  padding: 0 18px;
}

.about-location-map .site-footer__map-consent:focus-visible {
  outline: 3px solid rgba(130, 204, 232, .9);
  outline-offset: 3px;
}

.about-location-map .site-footer__map-caption {
  background: rgba(255, 255, 255, .94);
  border-top: 1px solid var(--about-line);
  color: var(--purple-deep);
}

.about-location-map .site-footer__address,
.about-location-map .site-footer__map-caption a {
  color: var(--purple-deep);
}

.about-location-map .site-footer__map-credit {
  color: rgba(16, 16, 20, .58);
}

.about-location-map .site-footer__map-caption a:hover,
.about-location-map .site-footer__map-caption a:focus-visible {
  color: var(--purple);
}

.about-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.about-area-list li {
  background: #fff;
  border: 1px solid var(--about-line);
  border-radius: 999px;
  color: var(--purple-deep);
  font-size: .94rem;
  font-weight: 800;
  line-height: 1;
  padding: 10px 13px;
}

.about-faq {
  background: #fff;
}

.about-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.about-faq-list details {
  background: #fff;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(36, 20, 61, .07);
  overflow: hidden;
}

.about-faq-list summary {
  color: var(--purple-deep);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.25;
  list-style: none;
  padding: 20px 56px 20px 20px;
  position: relative;
}

.about-faq-list summary::-webkit-details-marker {
  display: none;
}

.about-faq-list summary:after {
  align-items: center;
  background: linear-gradient(145deg, rgba(84, 54, 140, .12), rgba(130, 204, 232, .18));
  border-radius: 50%;
  color: var(--purple);
  content: "+";
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 16px;
  width: 30px;
}

.about-faq-list details[open] summary:after {
  content: "-";
}

.about-faq-list p {
  color: var(--about-ink-soft);
  font-size: 1rem;
  line-height: 1.64;
  margin: 0;
  padding: 0 20px 20px;
}

.about-page .about-cta {
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 40, 215, .16), rgba(255, 40, 215, 0) 32%),
    linear-gradient(118deg, #211138 0%, #392061 48%, #56388d 100%);
  color: #fff;
  padding-block: clamp(110px, 9vw, 138px);
}

.about-cta__inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: var(--header-max-width);
}

.about-cta h2,
.about-cta p {
  color: #fff;
}

.about-cta p {
  max-width: 720px;
}

.seo-footer__form-panel {
  scroll-margin-top: calc(var(--header-top) + var(--header-height) + 24px);
  width: 100%;
}

.seo-footer .site-footer__field--service {
  grid-column: 1 / -1;
}

.seo-footer__brand-map {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  margin-top: 22px;
  overflow: hidden;
}

.seo-footer__brand-map .site-footer__map-frame {
  aspect-ratio: 16 / 9;
  min-height: 190px;
  width: 100%;
}

.seo-footer__brand-map .site-footer__map-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.seo-footer__brand-map .site-footer__map-placeholder {
  align-content: center;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  display: grid;
  gap: 12px;
  min-height: inherit;
  padding: 18px;
}

.seo-footer__brand-map .site-footer__map-placeholder p {
  color: rgba(255, 255, 255, .9);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
}

.seo-footer__brand-map .site-footer__map-consent {
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: var(--purple-deep);
  cursor: pointer;
  font: inherit;
  font-size: .94rem;
  font-weight: 900;
  justify-self: start;
  min-height: 42px;
  padding: 0 16px;
}

.seo-footer__brand-map .site-footer__map-consent:focus-visible {
  outline: 3px solid rgba(130, 204, 232, .9);
  outline-offset: 3px;
}

.seo-footer__brand-map .site-footer__map-caption {
  background: rgba(255, 255, 255, .08);
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  gap: 10px;
  padding: 14px;
}

.seo-footer__brand-map .site-footer__address {
  color: #fff;
  display: grid;
  font-style: normal;
  gap: 2px;
  line-height: 1.45;
}

.seo-footer__brand-map .site-footer__map-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.seo-footer__brand-map .site-footer__map-links a {
  color: #fff;
  font-size: .88rem;
  font-weight: 850;
}

.seo-footer__brand-map .site-footer__map-credit {
  color: rgba(255, 255, 255, .7);
}

@supports (animation-timeline: view()) {
  .about-reveal {
    animation: about-reveal linear both;
    animation-range: entry 10% cover 34%;
    animation-timeline: view();
    opacity: .2;
    transform: translateY(26px);
  }

  .about-method__step {
    animation: about-step linear both;
    animation-range: entry 12% cover 38%;
    animation-timeline: view();
  }
}

@keyframes about-reveal {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes about-step {
  0% {
    border-color: rgba(255, 255, 255, .18);
    transform: translateY(18px);
  }
  100% {
    border-color: rgba(255, 255, 255, .42);
    transform: none;
  }
}

@media (max-width: 1100px) {
  .about-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .about-growth-lab__meter {
    justify-self: start;
    min-height: 210px;
    width: 210px;
  }
}

@media (max-width: 980px) {
  .about-page .about-hero h1 {
    font-size: 3.35rem;
  }

  .about-page .about-hero .seo-hero__inner > p:not(.seo-kicker) {
    max-width: min(100%, var(--seo-hero-copy-width, var(--about-hero-lock-width, 531px)));
  }

  .about-page .seo-section h2 {
    font-size: 2.35rem;
  }

  .about-method__inner,
  .about-location__grid,
  .about-cta__inner {
    grid-template-columns: 1fr;
  }

  .about-method__intro {
    position: relative;
    top: auto;
  }

  .about-growth-lab__fallback,
  .about-growth-lab__app {
    grid-template-columns: 1fr;
  }

  .about-growth-lab__tabs {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    border-right: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-cta__inner .seo-actions {
    justify-content: start;
  }
}

@media (max-width: 720px) {
  .about-page .about-hero {
    --about-hero-image-position: 42% 59%;
    padding-bottom: 150px;
    padding-top: 136px;
  }

  .about-page .about-hero h1 {
    font-size: 2.25rem;
    line-height: 1.09;
  }

  .about-page .about-hero .seo-kicker {
    font-size: .72rem;
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .about-page .about-hero .seo-hero__inner > p:not(.seo-kicker) {
    font-size: 1rem;
    line-height: 1.5;
    max-width: min(100%, var(--seo-hero-copy-width, var(--about-hero-lock-width, 19.8rem)));
  }

  .about-page .about-hero .seo-actions {
    gap: 10px;
  }

  .about-page .about-hero .seo-button {
    min-height: 48px;
    min-width: min(100%, 176px);
    padding-inline: 18px;
  }

  .about-page .seo-section {
    padding-block: 58px;
  }

  .about-page .seo-section h2 {
    font-size: 2rem;
  }

  .about-stat-grid,
  .about-service-grid,
  .about-growth-lab__tabs {
    grid-template-columns: 1fr;
  }

  .about-method__inner {
    gap: 30px;
  }

  .about-method__steps:before {
    left: 22px;
  }

  .about-method__step {
    min-height: 0;
    padding: 20px 18px 20px 64px;
  }

  .about-method__step:before {
    height: 42px;
    left: 1px;
    top: 20px;
    width: 42px;
  }

  .about-growth-lab,
  .about-growth-lab__fallback,
  .about-growth-lab__app {
    min-height: 0;
  }

  .about-growth-lab__panel {
    padding: 52px 22px 22px;
  }

  .about-growth-lab__panel:before {
    left: 22px;
    right: 22px;
    top: 24px;
  }

  .about-growth-lab__copy h3 {
    font-size: 1.8rem;
  }

  .about-growth-lab__meter {
    min-height: 178px;
    width: 178px;
  }

  .about-growth-lab__meter strong {
    font-size: 2.35rem;
  }

  .about-page .about-cta {
    padding-block: 74px;
  }

  .about-location-map .site-footer__map-frame {
    min-height: 280px;
  }

  .about-location-map .site-footer__map-caption {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-location-map .site-footer__map-links {
    align-items: flex-start;
    justify-items: start;
  }

  .about-media-frame figcaption {
    bottom: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
  }
}

@media (max-width: 390px) {
  .about-page .about-hero {
    padding-bottom: 154px;
  }

  .about-page .about-hero h1 {
    font-size: 2rem;
  }

  .about-page .about-hero .seo-hero__inner > p:not(.seo-kicker) {
    font-size: .96rem;
    line-height: 1.48;
  }
}

@media (max-width: 340px) {
  .about-page .about-hero h1 {
    font-size: 1.76rem;
  }

  .about-page .about-hero .seo-hero__inner > p:not(.seo-kicker) {
    max-width: min(100%, var(--seo-hero-copy-width, var(--about-hero-lock-width, 17.4rem)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-reveal,
  .about-method__step,
  .about-service-card,
  .about-growth-lab__copy,
  .about-growth-lab__meter,
  .about-growth-lab__tab,
  .about-team li {
    animation: none;
    transition: none;
    transform: none;
  }

  .about-growth-lab__meter:before {
    animation: none;
  }
}
