.about-page {
  --about-navy: #0b2545;
  --about-navy-2: #08213d;
  --about-primary: #3170bc;
  --about-blue: #0b7ec8;
  --about-gold: #ff8a00;
  --about-primary-dark: #10365f;
  --about-text: #102744;
  --about-muted: #65758b;
  --about-soft: #f4f7fb;
  --about-border: #dde5ee;
  --about-card: #fff;
  --about-shadow: 0 10px 28px rgba(15, 23, 42, .07);
  --about-shadow-hover: 0 18px 42px rgba(15, 23, 42, .12);
  background: #fff;
  color: var(--about-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Microsoft Yahei", sans-serif;
}

.about-page *,
.about-page *:before,
.about-page *:after {
  box-sizing: border-box;
}

.about-page a {
  text-decoration: none;
}

.about-container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.about-breadcrumb-wrap {
  border-bottom: 1px solid var(--about-border);
  background: #fff;
}

.about-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 15px 0;
  color: var(--about-muted);
  font-size: 14px;
}

.about-breadcrumb a {
  color: var(--about-muted);
}

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

.about-intro,
.about-history,
.about-clients {
  padding: 78px 0;
  background: #f4f8fb;
}

.about-intro {
  background: #fff;
}

.about-history {
  background: #fff;
}

.about-clients {
  background: #fff;
}

.about-hero {
  position: relative;
  overflow: hidden;
  min-height: 914px;
  color: #fff;
  background: #1B365c;
}

.about-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(27, 54, 92, .78), rgba(27, 54, 92, .72)),
    rgba(27, 54, 92, .72);
}

.about-hero:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 200px;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, .14);
}

.about-hero-blueprint {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .78;
}

.about-hero-blueprint:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .54;
  background-image:
    linear-gradient(rgba(255, 255, 255, .105) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .105) 1px, transparent 1px);
  background-size: 58px 58px;
}

.about-hero-blueprint:after {
  display: none;
}

.about-hero > .about-container {
  position: relative;
  z-index: 3;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: url("../images/about.jpg") center center / cover no-repeat;
}

.about-hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: saturate(.85) contrast(1.02);
}

.about-hero-copy {
  max-width: 1120px;
  margin: 0 auto;
  padding: 96px 0 0;
  text-align: center;
}

.about-hero-copy p {
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.4;
}

.about-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: 82px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2941;
}

.about-hero-copy div {
  max-width: 900px;
  margin: 42px auto 0;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.about-hero-stats {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 200px;
  background: rgba(27, 54, 92, .88);
}

.about-facility,
.about-values,
.about-certifications {
  padding: 78px 0;
  background: var(--about-soft);
}

.about-facility {
  background: #eef5fb;
}

.about-facility .section-header,
.about-facility .facility-gallery104 {
  display: none;
}

.about-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--about-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-header {
  max-width: 760px;
  margin: 0 0 44px;
  text-align: left;
}

.about-hero-copy h1,
.section-header h2,
.about-copy h1,
.about-cta h2 {
  font-family: var(--font-barlow), "Barlow Condensed", sans-serif;
  margin: 0;
  color: var(--about-text);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.14;
}

.about-hero-copy h1,
.about-cta h2 {
  color: #fff;
}

.section-header h2 {
  font-size: 48px;
}

.section-header p {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--about-muted);
  font-size: 17px;
  line-height: 1.7;
}

@media (min-width: 1024px) {
  .about-values .section-header,
  .about-clients .section-header,
  .about-certifications .section-header {
    max-width: none;
  }

  .about-values .section-header p,
  .about-clients .section-header p,
  .about-certifications .section-header p {
    width: max-content;
    max-width: none;
    white-space: nowrap;
  }
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.about-stats div {
  min-width: 0;
  min-height: 200px;
  padding: 52px 20px 34px;
  background: transparent;
  text-align: center;
}

.about-stats strong {
  display: block;
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
}

.about-stats sup {
  position: relative;
  top: -.52em;
  font-size: .42em;
  line-height: 0;
}

.about-stats span {
  display: block;
  margin-top: 24px;
  color: rgba(255, 255, 255, .9);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.about-copy h1 {
  max-width: 660px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}

.about-text {
  max-width: 720px;
  margin-top: 36px;
  color: var(--about-muted);
  font-size: 20px;
  line-height: 1.55;
}

.about-text p {
  margin: 0 0 28px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  margin-top: 44px;
}

.feature-card,
.facility-card,
.timeline-card,
.value-card,
.cert-card {
  border: 0;
  border-radius: 8px;
  background: var(--about-card);
  box-shadow: var(--about-shadow);
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 78px;
  padding: 18px 22px;
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
}

.feature-card:hover {
  box-shadow: var(--about-shadow-hover);
  transform: translateY(-4px);
}

.feature-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #e7f0f7;
  color: var(--about-primary);
}

.feature-icon svg,
.facility-card svg,
.value-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card strong {
  display: block;
  color: var(--about-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.feature-card div {
  min-width: 0;
}

.feature-card div span {
  display: block;
  margin-top: 4px;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.35;
}

.about-images {
  display: grid;
  gap: 20px;
  padding-top: 4px;
}

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

.about-gallery104 .item {
  min-width: 0;
}

.about-gallery104 .item:first-child {
  grid-column: 1 / -1;
}

.about-gallery104 .item a,
.about-gallery104 .item span {
  display: block;
  height: 100%;
}

.about-gallery104 .item span {
  overflow: hidden;
  border-radius: 8px;
  background: #dfe8f1;
}

.about-gallery104 .item:first-child span {
  height: 456px;
}

.about-gallery104 .item:not(:first-child) span {
  height: 136px;
}

.about-gallery104 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-gallery104 h4,
.about-gallery104 p {
  display: none;
}

.about-main-image {
  min-height: 456px;
  border-radius: 8px;
}

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

.about-image-grid .image-placeholder {
  min-height: 136px;
  border-radius: 8px;
}

.image-placeholder {
  position: relative;
  overflow: hidden;
  border: 1px dashed #c9d7e6;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(49, 112, 188, .08), rgba(255, 255, 255, .74));
}

.image-placeholder:after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(49, 112, 188, .08);
  border-radius: 6px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 18px;
  margin-bottom: 64px;
}

.photo-item {
  min-height: 238px;
}

.photo-wide {
  grid-column: span 2;
}

.facility-gallery104 .item {
  min-width: 0;
}

.facility-gallery104 .item:first-child,
.facility-gallery104 .item:nth-child(6) {
  grid-column: span 2;
}

.facility-gallery104 .item a,
.facility-gallery104 .item span {
  display: block;
  height: 100%;
}

.about-gallery104 a,
.facility-gallery104 a,
.client-logos a {
  cursor: default;
}

.facility-gallery104 .item span {
  overflow: hidden;
  height: 236px;
  border-radius: 8px;
  background: #dfe8f1;
}

.facility-gallery104 .item:nth-child(n+4) span {
  height: 176px;
}

.facility-gallery104 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility-gallery104 h4,
.facility-gallery104 p {
  display: none;
}

.facility-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.facility-card,
.value-card,
.cert-card {
  padding: 24px;
}

.facility-card {
  min-height: 224px;
  padding: 26px 28px 28px;
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
}

.facility-card:hover {
  box-shadow: var(--about-shadow-hover);
  transform: translateY(-4px);
}

.facility-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: #e7f0f7;
  color: var(--about-primary);
}

.facility-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--about-text);
  font-family: var(--font-barlow), "Barlow Condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
}

.facility-card h3,
.timeline-card h3,
.value-card h3,
.cert-card h3 {
  margin: 0 0 10px;
  color: var(--about-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.facility-card p,
.timeline-card p,
.value-card p,
.cert-card p {
  margin: 0;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.65;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.timeline-card {
  position: relative;
  min-height: 210px;
  padding: 26px 24px 24px;
  overflow: hidden;
  transition: box-shadow .18s ease, transform .18s ease;
}

.timeline-card:hover {
  box-shadow: var(--about-shadow-hover);
  transform: translateY(-2px);
}

.timeline-card span {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--about-primary);
  font-family: var(--font-barlow), "Barlow Condensed", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.timeline-card span:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  max-width: 86px;
  background: rgba(49, 112, 188, .22);
}

.about-cta {
  padding: 46px 0;
  background: var(--about-primary-dark);
}

.about-cta .about-container {
  width: min(1280px, calc(100% - 48px));
}

.cta-inner {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.about-cta h2 {
  color: #fff;
  font-size: 48px;
}

.about-cta p {
  max-width: 680px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.65;
}

.cta-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 0;
  border-radius: 6px;
  background: #ff8c00;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.cta-button:hover {
  background: #e67e00;
  color: #fff;
  box-shadow: 0 14px 26px rgba(255, 140, 0, .24);
  transform: translateY(-2px);
}

.values-grid,
.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.value-card {
  min-height: 252px;
  padding: 28px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.value-card:hover {
  box-shadow: var(--about-shadow-hover);
  transform: translateY(-4px);
}

.value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  border-radius: 8px;
  background: #e7f0f7;
  color: var(--about-primary);
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 0;
}

.client-logos .item {
  min-width: 0;
}

.client-logos .item a,
.client-logos .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.client-logos .item a {
  min-height: 94px;
  padding: 18px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--about-shadow);
  transition: box-shadow .24s ease, transform .24s ease;
}

.client-logos .item a:hover {
  box-shadow: var(--about-shadow-hover);
  transform: translateY(-3px);
}

.client-logos .item span {
  width: 100%;
}

.client-logos img {
  display: block;
  max-width: 100%;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.client-logos h4,
.client-logos p {
  display: none;
}

.client-logos div:not(.item) {
  color: var(--about-muted);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.cert-card {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 126px;
  padding: 20px 22px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.cert-card:hover {
  box-shadow: var(--about-shadow-hover);
  transform: translateY(-4px);
}

.cert-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 10px;
  background: #e7f0f7;
}

.cert-icon img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: grayscale(1) saturate(0) opacity(.58);
  transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}

.cert-card:hover .cert-icon img {
  filter: none;
  opacity: 1;
  transform: scale(1.04);
}

.quality-checklist {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 22px 26px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--about-shadow);
}

.quality-checklist span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: var(--about-text);
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
  white-space: nowrap;
}

.quality-checklist span:before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--about-primary);
}

@media (max-width: 1023px) {
  .about-container {
    width: min(100% - 36px, 1280px);
  }

  .about-hero {
    min-height: 0;
  }

  .about-hero-copy {
    padding: 78px 0 88px;
  }

  .about-hero-copy h1 {
    font-size: 62px;
  }

  .about-hero-copy div {
    font-size: 21px;
  }

  .about-hero-stats {
    position: relative;
    min-height: 0;
    margin-top: -28px;
    padding-bottom: 34px;
    background: transparent;
  }

  .about-hero:after {
    display: none;
  }

  .about-grid,
  .facility-cards {
    grid-template-columns: 1fr;
  }

  .timeline-grid,
  .values-grid,
  .cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .14);
  }

  .about-stats div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 126px;
    padding: 24px 16px;
    background: rgba(27, 54, 92, .72);
  }

  .about-stats strong {
    font-size: 42px;
    white-space: nowrap;
  }

  .about-stats span {
    max-width: 180px;
    margin: 12px auto 0;
    font-size: 16px;
    line-height: 1.25;
  }

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

  .facility-gallery104 .item:first-child,
  .facility-gallery104 .item:nth-child(6) {
    grid-column: span 2;
  }

  .facility-gallery104 .item span,
  .facility-gallery104 .item:nth-child(n+4) span {
    height: 220px;
  }

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

  .about-gallery104 .item:first-child span {
    height: 360px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .client-logos .item:nth-child(n+10) {
    display: none !important;
  }

  .quality-checklist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, auto));
    justify-content: center;
    gap: 12px 22px;
    overflow: hidden;
  }

  .quality-checklist span {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .about-container {
    width: min(100% - 28px, 1280px);
  }

  .about-intro,
  .about-facility,
  .about-history,
  .about-values,
  .about-clients,
  .about-certifications {
    padding: 52px 0;
  }

  .about-hero-copy {
    padding: 54px 0 58px;
    text-align: left;
  }

  .about-hero-copy p {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .about-hero-copy h1 {
    font-size: 43px;
    line-height: 1.08;
  }

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

  .about-hero-copy div {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.6;
  }

  .section-header {
    margin-bottom: 30px;
    text-align: left;
  }

  .section-header h2,
  .about-copy h1 {
    font-size: 34px;
    line-height: 1.15;
  }

  .section-header p,
  .about-text {
    font-size: 16px;
  }

  .feature-grid,
  .timeline-grid,
  .values-grid,
  .cert-grid,
  .client-logos {
    grid-template-columns: 1fr;
  }

  .client-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .client-logos .item a {
    min-height: 96px;
    padding: 14px;
  }

  .client-logos img {
    max-height: 48px;
  }

  .value-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0 16px;
    align-items: center;
    min-height: 0;
    padding: 22px;
  }

  .value-card .value-icon {
    grid-column: 1;
    grid-row: 1;
    width: 44px;
    height: 44px;
    margin-bottom: 0;
  }

  .value-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: var(--about-text);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.18;
  }

  .value-card p {
    grid-column: 1 / -1;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--about-border);
    font-size: 15px;
    line-height: 1.65;
  }

  .facility-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 12px 18px;
    align-items: center;
    min-height: 0;
    padding: 22px;
  }

  .facility-card .facility-icon {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 34px;
    height: 34px;
    margin: 0 0 36px;
    border-radius: 8px;
  }

  .facility-card strong {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    min-width: 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.05;
  }

  .facility-card h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    max-width: 132px;
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    text-align: right;
  }

  .facility-card p {
    grid-column: 1 / -1;
    padding-top: 12px;
    border-top: 1px solid var(--about-border);
    font-size: 14px;
    line-height: 1.55;
  }

  .timeline-card {
    min-height: 0;
    padding: 24px 22px 22px;
  }

  .timeline-card span {
    margin-bottom: 18px;
    font-size: 38px;
  }

  .timeline-card span:after {
    max-width: 72px;
  }

  .about-stats {
    margin-bottom: 0;
  }

  .about-stats div {
    min-height: 112px;
    padding: 20px 10px;
  }

  .about-stats strong {
    font-size: 34px;
    white-space: nowrap;
  }

  .about-stats span {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
  }

  .about-copy h1 {
    font-size: 34px;
  }

  .about-main-image {
    min-height: 240px;
  }

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

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

  .about-gallery104 .item:first-child {
    grid-column: auto;
  }

  .about-gallery104 .item:first-child span,
  .about-gallery104 .item:not(:first-child) span {
    height: 190px;
  }

  .about-image-grid .image-placeholder,
  .photo-item {
    min-height: 180px;
  }

  .photo-grid {
    grid-template-columns: 1fr;
  }

  .facility-gallery104 .item:first-child,
  .facility-gallery104 .item:nth-child(6) {
    grid-column: auto;
  }

  .facility-gallery104 .item span,
  .facility-gallery104 .item:nth-child(n+4) span {
    height: 190px;
  }

  .photo-wide {
    grid-column: auto;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-cta .about-container {
    width: min(100% - 56px, 1280px);
    padding-right: 0;
    padding-left: 0;
  }

  .about-cta h2 {
    font-size: 32px;
  }

  .cta-button {
    width: 100%;
  }

  .quality-checklist {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    padding: 22px;
  }

  .quality-checklist span {
    white-space: normal;
  }
}

@media (max-width: 380px) {
  .value-card {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 0 14px;
    padding: 20px 18px;
  }

  .value-card .value-icon {
    width: 40px;
    height: 40px;
  }

  .value-card p {
    margin-top: 16px;
    padding-top: 14px;
    font-size: 14px;
  }

  .value-card h3 {
    font-size: 19px;
  }

  .facility-card {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 10px 12px;
    padding: 20px 18px;
  }

  .facility-card .facility-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 34px;
  }

  .facility-card strong {
    font-size: 26px;
  }

  .facility-card h3 {
    max-width: 112px;
    font-size: 14px;
  }

  .about-stats div {
    min-height: 104px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .about-stats strong {
    font-size: 30px;
  }

  .about-stats span {
    font-size: 12px;
  }
}

/* Legacy Android/Huawei fallback for inset shorthand. */
.about-hero:before,
.about-hero-blueprint,
.about-hero-blueprint:before,
.about-hero-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.image-placeholder:after {
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;
}
