.about-page {
  --about-red: #d7222a;
  --about-red-dark: #b81720;
  --about-red-soft: #fff0f2;
  --about-ink: #101828;
  --about-muted: #5f6c80;
  --about-line: #e6ebf2;
  --about-soft: #f6f8fb;
  --about-card: #ffffff;
  --about-blue: #2563eb;
  --about-blue-soft: #eef5ff;
  --about-green: #13a36f;
  --about-green-soft: #edfbf5;
  --about-orange: #f1762f;
  --about-orange-soft: #fff4ed;
  --about-violet: #7557e6;
  --about-violet-soft: #f3f0ff;
  --about-sky: #0891b2;
  --about-sky-soft: #edfaff;
  color: var(--about-ink);
  background: #fff;
  font-size: 1.68rem;
}

.about-page section {
  scroll-margin-top: 11rem;
}

.about-page .btn {
  min-height: 4.8rem;
  padding: 0 2.1rem;
  border-radius: 1.4rem;
  font-weight: 900;
}

.about-page .btn svg {
  width: 1.8rem;
  height: 1.8rem;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--about-red);
  font-size: 1.34rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.about-eyebrow::before {
  content: "";
  width: 2rem;
  height: .2rem;
  border-radius: 99rem;
  background: currentColor;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 15rem 0 8rem;
  background:
    linear-gradient(135deg, #ffffff 0%, #f7f9fc 48%, #fff2f3 100%);
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(16, 24, 40, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, .045) 1px, transparent 1px);
  background-size: 4.8rem 4.8rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .76), transparent 82%);
  pointer-events: none;
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(42rem, 1.06fr);
  gap: 6rem;
  align-items: center;
}

.about-hero h1 {
  margin: 1.4rem 0 0;
  font-size: clamp(5.2rem, 7vw, 9rem);
  line-height: .98;
  letter-spacing: 0;
}

.about-lead {
  max-width: 67rem;
  margin: 2.4rem 0 0;
  color: #425166;
  font-size: 1.92rem;
  line-height: 1.9;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 3.2rem;
}

.about-ghost-btn {
  min-height: 4.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  border: 1px solid #f0b8bd;
  border-radius: 1.4rem;
  color: var(--about-red);
  background: rgba(255, 240, 242, .82);
  font-weight: 900;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.about-ghost-btn:hover {
  border-color: var(--about-red);
  background: #ffe7ea;
  transform: translateY(-.2rem);
}

.about-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 58rem;
  margin-top: 3.4rem;
}

.about-hero-proof span {
  min-width: 0;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(215, 34, 42, .14);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 1.8rem 4rem rgba(16, 24, 40, .08);
}

.about-hero-proof b,
.about-hero-proof em {
  display: block;
  line-height: 1.3;
}

.about-hero-proof b {
  color: var(--about-red);
  font-size: 1.56rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.about-hero-proof em {
  margin-top: .25rem;
  color: #667085;
  font-size: 1.18rem;
  font-style: normal;
}

.about-hero-visual {
  position: relative;
  min-height: 56rem;
  perspective: 120rem;
}

.about-visual-card {
  position: absolute;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 2.4rem;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 2.6rem 8rem rgba(16, 24, 40, .14);
  backdrop-filter: blur(1.8rem);
  -webkit-backdrop-filter: blur(1.8rem);
}

.about-dashboard {
  inset: 5rem 2rem auto auto;
  width: min(92%, 58rem);
  min-height: 39rem;
  padding: 2rem;
  transform: rotateX(3deg) rotateY(-7deg);
  animation: aboutFloat 6s ease-in-out infinite;
}

.about-card-top {
  display: flex;
  gap: .7rem;
}

.about-card-top span {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #d9e1ec;
}

.about-card-top span:nth-child(1) { background: #ff6b6b; }
.about-card-top span:nth-child(2) { background: #facc15; }
.about-card-top span:nth-child(3) { background: #22c55e; }

.about-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 3rem;
}

.about-dashboard-grid i {
  min-height: 12rem;
  display: grid;
  place-items: center;
  border-radius: 2rem;
  background: var(--tone-soft, #f5f7fb);
  color: var(--tone, var(--about-red));
}

.about-dashboard-grid svg {
  width: 4.4rem;
  height: 4.4rem;
}

.tone-red { --tone: var(--about-red); --tone-soft: var(--about-red-soft); }
.tone-blue { --tone: var(--about-blue); --tone-soft: var(--about-blue-soft); }
.tone-green { --tone: var(--about-green); --tone-soft: var(--about-green-soft); }
.tone-orange { --tone: var(--about-orange); --tone-soft: var(--about-orange-soft); }
.tone-violet { --tone: var(--about-violet); --tone-soft: var(--about-violet-soft); }

.about-bars {
  display: grid;
  gap: 1rem;
  margin-top: 2.4rem;
}

.about-bars span {
  height: 1.2rem;
  border-radius: 99rem;
  background: linear-gradient(90deg, #e6ebf2, #f5f7fb);
}

.about-bars span:nth-child(1) { width: 78%; }
.about-bars span:nth-child(2) { width: 58%; }
.about-bars span:nth-child(3) { width: 88%; }

.about-flow-card {
  left: 0;
  bottom: 5.2rem;
  width: 30rem;
  padding: 2rem;
  border-color: rgba(37, 99, 235, .18);
  background: linear-gradient(135deg, rgba(238, 245, 255, .96), rgba(255, 255, 255, .92));
  animation: aboutFloatCard 6.8s ease-in-out .6s infinite;
}

.about-flow-card strong {
  display: block;
  font-size: 2rem;
}

.about-flow-card p {
  margin: .8rem 0 0;
  color: #536276;
  font-size: 1.48rem;
  line-height: 1.65;
}

.about-trust-card {
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  width: 31rem;
  padding: 1.4rem 1.6rem;
  border-color: rgba(19, 163, 111, .18);
  background: linear-gradient(135deg, rgba(237, 251, 245, .96), rgba(255, 255, 255, .9));
  color: #13684d;
}

.about-trust-card svg {
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
}

.about-trust-card span {
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1.45;
}

.about-orbit {
  position: absolute;
  border: 1px solid rgba(215, 34, 42, .18);
  border-radius: 50%;
  pointer-events: none;
}

.about-orbit-one {
  width: 22rem;
  height: 22rem;
  top: 0;
  left: 10%;
  background: rgba(255, 240, 242, .4);
}

.about-orbit-two {
  width: 14rem;
  height: 14rem;
  right: 16%;
  bottom: 11%;
  border-color: rgba(37, 99, 235, .16);
  background: rgba(238, 245, 255, .44);
}

@keyframes aboutFloat {
  0%, 100% { transform: translateY(0) rotateX(3deg) rotateY(-7deg); }
  50% { transform: translateY(-1.2rem) rotateX(3deg) rotateY(-7deg); }
}

@keyframes aboutFloatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-.9rem); }
}

.about-section {
  padding: 8.5rem 0;
}

.about-section:nth-of-type(even) {
  background: var(--about-soft);
}

.about-section-head {
  max-width: 82rem;
  margin-bottom: 3.8rem;
}

.about-section-head h2,
.about-sticky-copy h2,
.about-split-head h2,
.about-trust-copy h2,
.about-company-info h2 {
  margin: 1rem 0 0;
  font-size: clamp(3.2rem, 4vw, 5.2rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.about-section-head p,
.about-sticky-copy p,
.about-split-head p,
.about-trust-copy p,
.about-company-info p {
  margin: 1.6rem 0 0;
  color: var(--about-muted);
  font-size: 1.78rem;
  line-height: 1.85;
}

.about-tabs {
  display: grid;
  grid-template-columns: 32rem minmax(0, 1fr);
  gap: 1.4rem;
  padding: 1rem;
  border: 1px solid var(--about-line);
  border-radius: 2.8rem;
  background: #fff;
  box-shadow: 0 2rem 6rem rgba(16, 24, 40, .08);
}

.about-tab-list {
  display: grid;
  gap: .8rem;
}

.about-tab-list button {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 6.2rem;
  border: 0;
  border-radius: 1.8rem;
  padding: 0 1.4rem;
  color: #3f4d62;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

.about-tab-list button:hover,
.about-tab-list button.active {
  color: var(--about-red);
  background: var(--about-red-soft);
  transform: translateX(.35rem);
}

.about-tab-list svg {
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 auto;
}

.about-tab-panels {
  position: relative;
  overflow: hidden;
  min-height: 31rem;
  border-radius: 2.2rem;
  background:
    linear-gradient(135deg, rgba(255, 240, 242, .88), rgba(238, 245, 255, .74) 48%, rgba(237, 251, 245, .78)),
    #f8fafc;
}

.about-tab-panel {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  padding: 4rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.2rem);
  transition: opacity .28s ease, transform .28s ease;
}

.about-tab-panel.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.about-tab-panel span {
  color: var(--about-red);
  font-size: 1.34rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-tab-panel h3 {
  max-width: 62rem;
  margin: .8rem 0 0;
  font-size: clamp(2.6rem, 3vw, 4.2rem);
  line-height: 1.16;
}

.about-tab-panel p {
  max-width: 72rem;
  margin: 1.3rem 0 0;
  color: #536276;
  font-size: 1.72rem;
  line-height: 1.85;
}

.about-tab-panel a,
.about-light-link,
.about-company-info a {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  width: max-content;
  margin-top: 2rem;
  color: var(--about-red);
  font-weight: 900;
}

.about-tab-panel a svg,
.about-light-link svg {
  width: 1.8rem;
  height: 1.8rem;
  transition: transform .2s ease;
}

.about-tab-panel a:hover svg,
.about-light-link:hover svg {
  transform: translateX(.35rem);
}

.about-split {
  display: grid;
  grid-template-columns: minmax(30rem, .72fr) minmax(0, 1fr);
  gap: 5rem;
  align-items: start;
}

.about-sticky-copy {
  position: sticky;
  top: 12rem;
}

.about-who-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.about-who-collage figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  margin: 0;
  border: 1px solid rgba(11, 13, 16, .1);
  border-radius: 1.4rem;
  background: #f4f5f7;
}

.about-who-collage .about-who-collage-wide {
  grid-column: 1 / -1;
  aspect-ratio: 13 / 5;
}

.about-who-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.02);
}

.about-who-collage figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: .45rem .8rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: .7rem;
  color: #fff;
  background: rgba(5, 6, 7, .52);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.3;
}

.about-identity-grid {
  display: grid;
  gap: 1.4rem;
}

.about-identity-card,
.about-culture-card,
.about-timeline article,
.about-team-card,
.about-trust-grid article,
.about-faq details {
  border: 1px solid var(--about-line);
  border-radius: 2.4rem;
  background: #fff;
  box-shadow: 0 1.4rem 4rem rgba(16, 24, 40, .06);
}

.about-identity-card {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1.8rem;
  padding: 2.4rem;
}

.about-identity-card i {
  width: 7rem;
  height: 7rem;
  display: grid;
  place-items: center;
  border-radius: 2rem;
  color: var(--tone);
  background: var(--tone-soft);
}

.about-identity-card svg {
  width: 3rem;
  height: 3rem;
}

.about-identity-card h3,
.about-culture-card h3,
.about-timeline h3,
.about-team-card h3,
.about-trust-grid h3 {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.3;
}

.about-identity-card p,
.about-culture-card p,
.about-timeline p,
.about-team-card p,
.about-trust-grid p,
.about-faq p {
  margin: .8rem 0 0;
  color: var(--about-muted);
  font-size: 1.58rem;
  line-height: 1.75;
}

.about-culture {
  background: #fff;
}

.about-culture-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}

.about-culture-card {
  position: relative;
  overflow: hidden;
  padding: 2.4rem;
  min-height: 25rem;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.about-culture-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: .42rem;
  background: linear-gradient(90deg, var(--tone, var(--about-red)), transparent);
}

.about-culture-card:nth-child(1) { --tone: var(--about-red); }
.about-culture-card:nth-child(2) { --tone: var(--about-blue); }
.about-culture-card:nth-child(3) { --tone: var(--about-green); }
.about-culture-card:nth-child(4) { --tone: var(--about-orange); }

.about-culture-card:hover {
  border-color: color-mix(in srgb, var(--tone) 34%, #e6ebf2);
  box-shadow: 0 2rem 5.4rem rgba(16, 24, 40, .09);
  transform: translateY(-.45rem);
}

.about-culture-card b {
  display: inline-grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  margin-bottom: 4rem;
  border-radius: 1.4rem;
  color: var(--tone);
  background: color-mix(in srgb, var(--tone) 11%, #fff);
  font-size: 1.44rem;
}

.about-history {
  background: #f7f9fc;
}

.about-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}

.about-timeline article {
  position: relative;
  padding: 2.4rem;
  min-height: 24rem;
}

.about-timeline span {
  display: inline-flex;
  margin-bottom: 2.4rem;
  padding: .7rem 1rem;
  border-radius: 999rem;
  color: var(--about-red);
  background: var(--about-red-soft);
  font-size: 1.3rem;
  font-weight: 900;
}

.about-split-head {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(32rem, .6fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 3.8rem;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}

.about-team-card {
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease;
}

.about-team-card:hover {
  transform: translateY(-.45rem);
  box-shadow: 0 2.4rem 6.4rem rgba(16, 24, 40, .1);
}

.about-team-card img {
  width: 100%;
  aspect-ratio: 1 / .92;
  object-fit: cover;
  object-position: center 18%;
  background: #f3f6fb;
}

.about-team-card div {
  padding: 2rem;
}

.about-team-card span {
  display: inline-flex;
  margin-bottom: .8rem;
  color: var(--about-red);
  font-size: 1.34rem;
  font-weight: 900;
}

.about-trust {
  color: #fff;
  background: #050607 !important;
}

.about-trust-inner {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  gap: 5rem;
  align-items: center;
}

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

.about-trust-copy p {
  color: rgba(226, 232, 240, .72);
}

.about-light-link {
  color: #fff;
}

.about-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.about-trust-grid article {
  padding: 2.2rem;
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .06);
  box-shadow: none;
}

.about-trust-grid svg {
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 2.4rem;
  color: #f66b71;
}

.about-trust-grid h3 {
  color: #fff;
}

.about-trust-grid p {
  color: rgba(226, 232, 240, .66);
}

.about-company-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(34rem, .55fr);
  gap: 4rem;
  align-items: start;
}

.about-company-info dl {
  display: grid;
  gap: 1rem;
  margin: 3rem 0 0;
}

.about-company-info dl div {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: 1.2rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--about-line);
}

.about-company-info dt {
  color: #7a8797;
  font-weight: 900;
}

.about-company-info dd {
  margin: 0;
  color: #263244;
  font-weight: 800;
}

.about-cert-stack {
  display: grid;
  gap: 1.2rem;
}

.about-cert-stack article {
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 2.2rem;
  background: #fff;
  box-shadow: 0 1.4rem 4rem rgba(16, 24, 40, .07);
}

.about-cert-stack img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: #f3f6fb;
}

.about-cert-stack span {
  display: block;
  padding: 1.1rem 1.4rem;
  color: #344054;
  font-weight: 900;
}

.about-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.about-faq details {
  padding: 2rem 2.2rem;
}

.about-faq summary {
  cursor: pointer;
  color: #1f2937;
  font-size: 1.78rem;
  font-weight: 900;
}

.about-faq summary::marker {
  color: var(--about-red);
}

.about-float-nav {
  position: fixed;
  top: 50%;
  left: 2.2rem;
  z-index: 30;
  display: grid;
  gap: .4rem;
  width: 11.8rem;
  padding: .8rem;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 1.6rem 5rem rgba(16, 24, 40, .12);
  backdrop-filter: blur(1.8rem);
  -webkit-backdrop-filter: blur(1.8rem);
  transform: translateY(-50%);
}

.about-float-nav a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.4rem;
  padding: 0 .8rem 0 1.6rem;
  border-radius: 1rem;
  color: #526074;
  font-size: 1.24rem;
  font-weight: 900;
  transition: color .2s ease, background .2s ease;
}

.about-float-nav a::before {
  content: "";
  position: absolute;
  left: .65rem;
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  background: currentColor;
  opacity: .36;
}

.about-float-nav a:hover,
.about-float-nav a.active {
  color: var(--about-red);
  background: var(--about-red-soft);
}

.contact-section {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 1320px) {
  .about-float-nav {
    display: none;
  }
}

@media (max-width: 1180px) {
  .about-hero-inner,
  .about-split,
  .about-trust-inner,
  .about-company-grid {
    grid-template-columns: 1fr;
  }

  .about-hero {
    padding-top: 13rem;
  }

  .about-hero-visual {
    min-height: 50rem;
  }

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

  .about-culture-grid,
  .about-timeline,
  .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .about-page {
    font-size: 1.58rem;
  }

  .about-tabs,
  .about-split-head {
    grid-template-columns: 1fr;
  }

  .about-tab-list {
    display: flex;
    gap: .8rem;
    overflow-x: auto;
    padding-bottom: .2rem;
    scrollbar-width: none;
  }

  .about-tab-list::-webkit-scrollbar {
    display: none;
  }

  .about-tab-list button {
    flex: 0 0 auto;
    min-height: 5.2rem;
    padding: 0 1.25rem;
    transform: none !important;
  }

  .about-tab-panel {
    position: relative;
    display: none;
    min-height: 31rem;
    padding: 3rem 2.4rem;
  }

  .about-tab-panel.active {
    display: grid;
  }

  .about-company-info dl div {
    grid-template-columns: 1fr;
    gap: .3rem;
  }
}

@media (max-width: 680px) {
  .about-page section {
    scroll-margin-top: 9rem;
  }

  .about-hero {
    padding: 11.5rem 0 5rem;
  }

  .about-hero h1 {
    font-size: clamp(4.2rem, 15vw, 5.8rem);
  }

  .about-lead,
  .about-section-head p,
  .about-sticky-copy p,
  .about-split-head p,
  .about-trust-copy p,
  .about-company-info p {
    font-size: 1.56rem;
    line-height: 1.78;
  }

  .about-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
  }

  .about-page .btn,
  .about-ghost-btn {
    min-width: 0;
    min-height: 4.6rem;
    padding: 0 1rem;
    font-size: 1.42rem;
    white-space: nowrap;
  }

  .about-hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .7rem;
  }

  .about-hero-proof span {
    padding: .95rem .7rem;
    border-radius: 1.3rem;
  }

  .about-hero-proof b {
    font-size: 1.36rem;
    line-height: 1.4;
  }

  .about-hero-proof em {
    font-size: 1.16rem;
    line-height: 1.35;
  }

  .about-hero-visual {
    min-height: 39rem;
  }

  .about-dashboard {
    inset: 2rem 0 auto auto;
    width: 100%;
    min-height: 30rem;
    border-radius: 2rem;
  }

  .about-dashboard-grid i {
    min-height: 8.4rem;
    border-radius: 1.5rem;
  }

  .about-dashboard-grid svg {
    width: 3.2rem;
    height: 3.2rem;
  }

  .about-flow-card {
    left: 0;
    bottom: 2rem;
    width: 52%;
    padding: 1.3rem;
    border-radius: 1.6rem;
  }

  .about-flow-card strong {
    font-size: 1.55rem;
  }

  .about-flow-card p,
  .about-trust-card span {
    font-size: 1.18rem;
    line-height: 1.45;
  }

  .about-trust-card {
    right: 0;
    bottom: 0;
    width: 45%;
    padding: 1rem;
    border-radius: 1.6rem;
  }

  .about-trust-card svg {
    width: 2.2rem;
    height: 2.2rem;
  }

  .about-section {
    padding: 5.8rem 0;
  }

  .about-section-head {
    margin-bottom: 2.6rem;
  }

  .about-section-head h2,
  .about-sticky-copy h2,
  .about-split-head h2,
  .about-trust-copy h2,
  .about-company-info h2 {
    font-size: clamp(2.8rem, 9vw, 3.8rem);
  }

  .about-culture-grid,
  .about-timeline,
  .about-team-grid,
  .about-trust-grid,
  .about-faq-grid {
    grid-template-columns: 1fr;
  }

  .about-identity-card {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 2rem;
  }

  .about-identity-card i {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 1.6rem;
  }

  .about-culture-card {
    min-height: 0;
  }

  .about-culture-card b {
    margin-bottom: 2.4rem;
  }

  .about-team-card {
    display: grid;
    grid-template-columns: 12rem minmax(0, 1fr);
  }

  .about-team-card img {
    height: 100%;
    aspect-ratio: auto;
  }

  .about-team-card div {
    padding: 1.6rem;
  }

  .about-team-card h3 {
    font-size: 2rem;
  }

  .about-team-card p {
    font-size: 1.42rem;
  }

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

@media (prefers-reduced-motion: reduce) {
  .about-dashboard,
  .about-flow-card {
    animation: none;
  }

  .about-page *,
  .about-page *::before,
  .about-page *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* Refined minimal visual pass */
.about-page {
  --about-red: #d7222a;
  --about-red-dark: #a9121a;
  --about-red-soft: #fff5f5;
  --about-ink: #0b0d10;
  --about-muted: #5d6673;
  --about-line: rgba(11, 13, 16, .1);
  --about-soft: #f7f8fa;
  --about-blue: #1e50e2;
  --about-blue-soft: #f3f6ff;
}

body.about-template .brand small {
  opacity: .86;
}

@media (min-width: 1321px) {
  .about-page > section > .page-shell {
    width: min(calc(100% - 4.8rem), var(--shell));
    margin-inline: auto;
  }
}

.about-eyebrow {
  color: var(--about-red);
  font-size: 1.24rem;
  letter-spacing: .08em;
}

.about-eyebrow::before {
  width: 2.4rem;
  height: 1px;
}

.about-hero {
  padding: 14.2rem 0 8.2rem;
  background: #fff;
}

.about-hero::before {
  content: none;
}

.about-hero-inner {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  gap: 6.4rem;
}

.about-hero-photo {
  position: relative;
  overflow: hidden;
  min-height: 58rem;
  margin: 0;
  border: 1px solid rgba(11, 13, 16, .12);
  border-radius: 2.2rem;
  background: #f2f3f5;
  box-shadow: 0 2rem 6rem rgba(11, 13, 16, .1);
}

.about-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, .72));
  pointer-events: none;
}

.about-hero-carousel {
  position: absolute;
  inset: 0;
}

.about-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 58rem;
  object-fit: cover;
  filter: saturate(.78) contrast(1.02);
  opacity: 0;
  transform: scale(1.018);
  transition: opacity .7s ease, transform 1.2s ease;
}

.about-hero-photo img.active {
  opacity: 1;
  transform: scale(1);
}

.about-hero-dots {
  position: absolute;
  left: 2rem;
  top: 2rem;
  z-index: 2;
  display: flex;
  gap: .7rem;
}

.about-hero-dots button {
  width: 3.2rem;
  height: .35rem;
  border: 0;
  border-radius: 99rem;
  background: rgba(255, 255, 255, .46);
  cursor: pointer;
  transition: width .22s ease, background .22s ease;
}

.about-hero-dots button.active {
  width: 4.8rem;
  background: #fff;
}

.about-hero-photo figcaption {
  position: absolute;
  left: 2rem;
  bottom: 1.8rem;
  z-index: 1;
  display: grid;
  gap: .25rem;
  max-width: min(78%, 34rem);
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 1.2rem;
  color: #fff;
  background: rgba(0, 0, 0, .38);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
}

.about-hero-photo strong,
.about-hero-photo span {
  display: block;
}

.about-hero-photo strong {
  font-size: 1.58rem;
  line-height: 1.25;
}

.about-hero-photo span {
  color: rgba(255, 255, 255, .74);
  font-size: 1.18rem;
  line-height: 1.45;
}

.about-hero-copy {
  min-width: 0;
}

.about-hero h1 {
  font-size: clamp(5.6rem, 6.2vw, 8.2rem);
  color: var(--about-ink);
}

.about-lead {
  max-width: 64rem;
  color: #414954;
}

.about-hero-actions .btn {
  box-shadow: none;
}

.about-ghost-btn {
  border-color: rgba(215, 34, 42, .24);
  background: #fff;
  box-shadow: none;
}

.about-ghost-btn:hover {
  background: var(--about-red-soft);
}

.about-hero-proof span {
  border-color: rgba(11, 13, 16, .1);
  border-radius: 1.4rem;
  background: #fff;
  box-shadow: none;
}

.about-hero-proof b {
  color: var(--about-ink);
}

.about-hero-proof span:first-child b,
.about-hero-proof span:nth-child(2) b {
  color: var(--about-red);
}

.about-section {
  padding: 8.8rem 0;
  background: #fff;
}

.about-section:nth-of-type(even) {
  background: var(--about-soft);
}

.about-section-head,
.about-split-head {
  margin-bottom: 4rem;
}

.about-section-head h2,
.about-sticky-copy h2,
.about-split-head h2,
.about-trust-copy h2,
.about-company-info h2 {
  color: var(--about-ink);
  font-weight: 900;
}

.about-tabs,
.about-identity-card,
.about-culture-card,
.about-timeline article,
.about-team-card,
.about-faq details,
.about-cert-stack article {
  border-color: var(--about-line);
  border-radius: 1.8rem;
  box-shadow: none;
}

.about-tabs {
  grid-template-columns: 30rem minmax(0, 1fr);
  padding: 0;
  overflow: hidden;
}

.about-tab-list {
  gap: 0;
  padding: .8rem;
  border-right: 1px solid var(--about-line);
  background: #fff;
}

.about-tab-list button {
  min-height: 5.8rem;
  border-radius: 1.1rem;
}

.about-tab-list button:hover,
.about-tab-list button.active {
  color: var(--about-red);
  background: var(--about-red-soft);
  transform: none;
}

.about-tab-list svg {
  color: currentColor;
}

.about-tab-panels {
  min-height: 31rem;
  border-radius: 0;
  background: #fff;
}

.about-tab-panel {
  padding: 4.4rem;
}

.about-tab-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4.4rem;
  bottom: 4.4rem;
  width: .3rem;
  border-radius: 99rem;
  background: var(--about-red);
}

.about-identity-card {
  border-radius: 1.6rem;
}

.about-identity-card i {
  border: 1px solid var(--about-line);
  border-radius: 1.4rem;
  color: var(--about-ink);
  background: #fff;
}

.about-identity-card:nth-child(1) i {
  color: var(--about-red);
  background: var(--about-red-soft);
}

.about-identity-card:nth-child(2) i {
  color: var(--about-blue);
  background: var(--about-blue-soft);
}

.about-culture-card {
  min-height: 23rem;
  border-radius: 1.6rem;
}

.about-culture-card::before {
  height: 1px;
  background: rgba(11, 13, 16, .14);
}

.about-culture-card:hover {
  border-color: rgba(11, 13, 16, .2);
  box-shadow: 0 1.6rem 4rem rgba(11, 13, 16, .06);
  transform: translateY(-.25rem);
}

.about-culture-card b {
  width: auto;
  height: auto;
  margin-bottom: 3rem;
  border-radius: 0;
  color: var(--about-red);
  background: transparent;
}

.about-timeline article {
  border-radius: 1.6rem;
}

.about-timeline span {
  color: var(--about-red);
  background: transparent;
  border: 1px solid rgba(215, 34, 42, .24);
}

.about-team-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.2rem;
}

.about-team-card {
  overflow: hidden;
  border-radius: 1.6rem;
  background: #fff;
}

.about-team-card:hover {
  box-shadow: 0 1.6rem 4rem rgba(11, 13, 16, .08);
  transform: translateY(-.25rem);
}

.about-team-card img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.86) contrast(1.02);
}

.about-team-card div {
  padding: 1.5rem 1.4rem 1.6rem;
}

.about-team-card span {
  color: var(--about-red);
  font-size: 1.18rem;
  letter-spacing: .02em;
}

.about-team-card h3 {
  font-size: 2rem;
}

.about-team-card p {
  margin-top: .45rem;
  font-size: 1.32rem;
  line-height: 1.55;
}

.about-trust {
  background: #050607 !important;
}

.about-trust-grid article {
  border-color: rgba(255, 255, 255, .12);
  border-radius: 1.6rem;
  background: transparent;
}

.about-trust-grid svg {
  color: #fff;
}

.about-trust-grid article:first-child svg,
.about-trust-grid article:nth-child(3) svg {
  color: #ff5a61;
}

.about-company-info dl div {
  border-bottom-color: rgba(11, 13, 16, .1);
}

.about-cert-stack article {
  border-radius: 1.6rem;
}

.about-float-nav {
  width: 11rem;
  top: 10rem;
  left: calc(
    (100% - min(calc(100% - 4.8rem), var(--shell))) / 2 - 12.6rem
  );
  max-height: calc(100vh - 12rem);
  overflow-y: auto;
  border-color: rgba(255, 255, 255, .72);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 1.6rem 4rem rgba(11, 13, 16, .08);
  backdrop-filter: blur(2rem) saturate(145%);
  -webkit-backdrop-filter: blur(2rem) saturate(145%);
  transform: none;
}

.about-float-nav a {
  border-radius: .8rem;
  color: #596272;
}

.about-float-nav a:hover,
.about-float-nav a.active {
  color: var(--about-red);
  background: var(--about-red-soft);
}

@media (max-width: 1180px) {
  .about-hero-inner {
    grid-template-columns: 1fr;
    gap: 3.8rem;
  }

  .about-hero-photo {
    min-height: 42rem;
    order: 2;
  }

  .about-hero-photo img {
    min-height: 42rem;
  }

  .about-hero-copy {
    order: 1;
  }

  .about-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  .about-tab-list {
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .about-tab-panel::before {
    left: 2.4rem;
    top: 2.4rem;
    bottom: auto;
    width: 3.6rem;
    height: 2px;
  }

  .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .about-hero {
    padding-top: 11.2rem;
  }

  .about-hero-photo {
    min-height: 32rem;
    border-radius: 1.6rem;
  }

  .about-hero-photo img {
    min-height: 32rem;
  }

  .about-hero-dots {
    left: 1.4rem;
    top: 1.4rem;
  }

  .about-hero-photo figcaption {
    left: 1.4rem;
    bottom: 1.2rem;
    max-width: calc(100% - 2.8rem);
  }

  .about-hero-photo span {
    max-width: none;
    margin-top: .35rem;
    text-align: left;
  }

  .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .about-team-card {
    display: block;
  }

  .about-team-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .about-team-card div {
    padding: 1.2rem;
  }

  .about-team-card p {
    font-size: 1.2rem;
  }
}

/* About page: stabilize the right-side cards in the "Who We Are" section. */
#who .about-identity-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: stretch;
}

#who .about-identity-card {
  grid-template-columns: 6.2rem minmax(0, 1fr);
  column-gap: 1.5rem;
  row-gap: .6rem;
  align-content: start;
  min-height: 0;
  padding: 2.2rem;
}

#who .about-identity-card:first-child {
  grid-column: 1 / -1;
}

#who .about-identity-card:not(:first-child) {
  grid-template-columns: 1fr;
  gap: 1rem;
}

#who .about-identity-card:not(:first-child) i,
#who .about-identity-card:not(:first-child) h3,
#who .about-identity-card:not(:first-child) p {
  grid-column: auto;
  grid-row: auto;
}

#who .about-identity-card i {
  grid-row: 1 / span 2;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 1.4rem;
}

#who .about-identity-card h3,
#who .about-identity-card p {
  grid-column: 2;
}

#who .about-identity-card p {
  max-width: 42rem;
}

.about-identity-panel {
  display: grid;
  gap: 1.4rem;
}

.about-workscene-feature {
  position: relative;
  overflow: hidden;
  min-height: 28rem;
  margin: 0;
  border: 1px solid rgba(11, 13, 16, .1);
  border-radius: 1.8rem;
  background: #f4f5f7;
}

.about-workscene-feature img {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.02);
}

.about-workscene-feature::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(5, 6, 7, .78));
  pointer-events: none;
}

.about-workscene-feature figcaption {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 1.5rem;
  z-index: 1;
  display: grid;
  gap: .35rem;
  color: #fff;
}

.about-workscene-feature strong {
  font-size: 1.76rem;
  line-height: 1.25;
}

.about-workscene-feature span {
  max-width: 54rem;
  color: rgba(255, 255, 255, .78);
  font-size: 1.34rem;
  line-height: 1.6;
}

.about-office-gallery {
  overflow: hidden;
  margin-top: 3rem;
  border: 1px solid rgba(11, 13, 16, .1);
  border-radius: 2rem;
  background: #fff;
}

.about-office-gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.4rem 2.6rem 1.6rem;
  border-bottom: 1px solid rgba(11, 13, 16, .08);
}

.about-office-gallery-head h3 {
  margin: 0;
  color: var(--about-ink);
  font-size: 2.5rem;
  line-height: 1.25;
}

.about-office-gallery-head p {
  max-width: 58rem;
  margin: 0;
  color: var(--about-muted);
  font-size: 1.46rem;
  line-height: 1.7;
}

.about-office-viewport {
  overflow: hidden;
  padding: 1.8rem 0 2.2rem;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.about-office-track {
  display: flex;
  width: max-content;
  animation: aboutOfficeMarquee 64s linear infinite;
}

.about-office-viewport:hover .about-office-track {
  animation-play-state: paused;
}

.about-office-group {
  display: flex;
  gap: 1.2rem;
  padding-right: 1.2rem;
}

.about-office-group figure {
  position: relative;
  flex: 0 0 36rem;
  overflow: hidden;
  height: 24rem;
  margin: 0;
  border-radius: 1.5rem;
  background: #f5f6f8;
}

.about-office-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.02);
  transition: transform .3s ease;
}

.about-office-group figure:hover img {
  transform: scale(1.035);
}

.about-office-group figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: .55rem .8rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: .9rem;
  color: #fff;
  background: rgba(5, 6, 7, .58);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  font-size: 1.18rem;
  font-weight: 900;
}

@keyframes aboutOfficeMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1180px) {
  #who .about-identity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #who .about-identity-card:first-child {
    grid-column: auto;
  }

  #who .about-identity-card {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #who .about-identity-card:not(:first-child),
  #who .about-identity-card i,
  #who .about-identity-card h3,
  #who .about-identity-card p {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  #who .about-identity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  #who .about-identity-card {
    padding: 1.5rem;
    border-radius: 1.4rem;
  }

  #who .about-identity-card i {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 1.2rem;
  }

  #who .about-identity-card svg {
    width: 2.4rem;
    height: 2.4rem;
  }

  #who .about-identity-card h3 {
    font-size: 1.74rem;
  }

  #who .about-identity-card p {
    font-size: 1.24rem;
    line-height: 1.55;
  }

  .about-workscene-feature,
  .about-workscene-feature img {
    min-height: 22rem;
  }

  .about-workscene-feature figcaption {
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
  }

  .about-workscene-feature strong {
    font-size: 1.48rem;
  }

  .about-workscene-feature span {
    font-size: 1.16rem;
  }

  .about-office-gallery {
    margin-top: 2rem;
    border-radius: 1.6rem;
  }

  .about-office-gallery-head {
    display: grid;
    gap: .8rem;
    padding: 1.6rem 1.4rem 1.2rem;
  }

  .about-office-gallery-head h3 {
    font-size: 1.9rem;
  }

  .about-office-gallery-head p {
    font-size: 1.18rem;
  }

  .about-office-viewport {
    padding: 1.2rem 0 1.6rem;
  }

  .about-office-group {
    gap: .9rem;
    padding-right: .9rem;
  }

  .about-office-group figure {
    flex-basis: 24rem;
    height: 16rem;
    border-radius: 1.2rem;
  }

  .about-office-group figcaption {
    font-size: 1.08rem;
  }
}

/* Company verification block */
#company .about-company-grid {
  grid-template-columns: 1fr;
  gap: 3.2rem;
}

#company .about-company-info {
  max-width: none;
}

#company .about-company-info p {
  max-width: 82rem;
}

#company .about-company-info dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

#company .about-company-info dl div {
  grid-template-columns: 9.6rem minmax(0, 1fr);
  align-items: center;
  min-height: 7.2rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(11, 13, 16, .09);
  border-radius: 1.4rem;
  background: #fff;
}

#company .about-company-info dt {
  display: flex;
  align-items: center;
  color: #667085;
  font-size: 1.38rem;
}

#company .about-company-info dd {
  display: flex;
  align-items: center;
  min-height: 100%;
  color: #151922;
  font-size: 1.58rem;
  line-height: 1.55;
}

#company .about-company-info dd a {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
}

.about-cert-showcase {
  overflow: hidden;
  border: 1px solid rgba(11, 13, 16, .09);
  border-radius: 2rem;
  background: #fff;
}

.about-cert-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.4rem 2.6rem 1.6rem;
  border-bottom: 1px solid rgba(11, 13, 16, .08);
}

.about-cert-head h3 {
  margin: 0;
  color: var(--about-ink);
  font-size: 2.4rem;
  line-height: 1.25;
}

.about-cert-head p {
  max-width: 56rem;
  margin: 0;
  color: var(--about-muted);
  font-size: 1.42rem;
  line-height: 1.7;
}

.about-cert-viewport {
  overflow: hidden;
  padding: 2rem 0 2.4rem;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.about-cert-track {
  display: flex;
  width: max-content;
  animation: aboutCertMarquee 88s linear infinite;
}

.about-cert-viewport:hover .about-cert-track {
  animation-play-state: paused;
}

.about-cert-group {
  display: flex;
  gap: 1.2rem;
  padding-right: 1.2rem;
}

.about-cert-card {
  flex: 0 0 28rem;
  overflow: hidden;
  border: 1px solid rgba(11, 13, 16, .09);
  border-radius: 1.5rem;
  background: #fff;
}

.about-cert-card.portrait {
  flex-basis: 18rem;
}

.about-cert-card img {
  width: 100%;
  height: 20rem;
  object-fit: contain;
  object-position: center;
  padding: 1rem;
  background: #f6f7f9;
}

.about-cert-card span {
  display: block;
  min-height: 5.4rem;
  padding: 1rem 1.2rem;
  color: #303846;
  font-size: 1.36rem;
  font-weight: 900;
  line-height: 1.45;
}

@keyframes aboutCertMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
  #company .about-company-info dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  #company .about-company-info dl div {
    grid-template-columns: 1fr;
    align-content: start;
    gap: .45rem;
    min-height: 8.8rem;
    padding: 1.25rem;
  }

  #company .about-company-info dt,
  #company .about-company-info dd {
    align-items: flex-start;
    min-height: 0;
  }

  .about-cert-head {
    display: grid;
    padding: 2rem 1.6rem 1.4rem;
  }

  .about-cert-head h3 {
    font-size: 2rem;
  }
}

@media (max-width: 560px) {
  #company .about-company-info dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #company .about-company-info dt {
    font-size: 1.18rem;
  }

  #company .about-company-info dd {
    font-size: 1.28rem;
    word-break: break-word;
  }

  .about-cert-viewport {
    padding: 1.4rem 0 1.8rem;
  }

  .about-cert-card {
    flex-basis: 22rem;
  }

  .about-cert-card.portrait {
    flex-basis: 15rem;
  }

  .about-cert-card img {
    height: 16.5rem;
  }

  .about-cert-card span {
    min-height: 4.8rem;
    font-size: 1.18rem;
  }
}

@media (max-width: 680px) {
  .about-tabs {
    overflow: hidden;
  }

  .about-tab-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .25rem;
    overflow: visible;
    padding: .5rem;
  }

  .about-tab-list button {
    width: 100%;
    min-width: 0;
    min-height: 4.5rem;
    justify-content: center;
    gap: .35rem;
    padding: 0 .3rem;
    border-radius: .8rem;
    font-size: 1.16rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .about-tab-list svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .about-culture-grid,
  .about-timeline,
  .about-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .about-culture-card,
  .about-timeline article,
  .about-trust-grid article {
    min-height: 0;
    padding: 1.4rem;
    border-radius: 1.3rem;
  }

  .about-culture-card b {
    width: 3.4rem;
    height: 3.4rem;
    margin-bottom: 1.8rem;
    border-radius: 1rem;
    font-size: 1.18rem;
  }

  .about-timeline span {
    margin-bottom: 1.5rem;
    padding: .5rem .7rem;
    font-size: 1.16rem;
  }

  .about-trust-grid svg {
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 1.5rem;
  }

  .about-culture-card h3,
  .about-timeline h3,
  .about-trust-grid h3 {
    font-size: 1.68rem;
    line-height: 1.35;
  }

  .about-culture-card p,
  .about-timeline p,
  .about-trust-grid p {
    margin-top: .65rem;
    font-size: 1.18rem;
    line-height: 1.58;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-office-track,
  .about-cert-track {
    animation: none;
    transform: none;
  }
}

