.about-page {
  --about-navy: var(--color-navy-deep, #052a4d);
  --about-blue: var(--color-navy, #073763);
  --about-accent: var(--color-accent, #f4b000);
  --about-accent-soft: var(--color-accent-ultra-soft, #fff8e6);
  --about-text: var(--color-text-main, #102a43);
  --about-muted: var(--color-text-secondary, #526579);
  --about-border: var(--color-border, #dce6f0);
  --about-border-soft: var(--color-border-soft, #e9eef5);
  --about-radius: 22px;
  color: var(--about-text);
  background:
    radial-gradient(circle at 90% 8%, rgba(244, 176, 0, 0.15), transparent 26%),
    linear-gradient(180deg, #fffdf7 0%, #ffffff 22%, #f7f9fc 100%);
}

.about-page .product-sticky-categories {
  position: relative;
  top: auto;
}

.about-page .main-nav a[aria-current="page"] {
  color: var(--about-navy) !important;
  box-shadow: none;
}

.about-main {
  overflow-x: clip;
  overflow-y: visible;
}

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

.about-breadcrumbs {
  padding-block: 22px 10px;
  color: var(--about-muted);
  font-size: 13px;
}

.about-breadcrumbs a {
  color: var(--about-navy);
  font-weight: 700;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  gap: clamp(32px, 4vw, 60px);
  align-items: center;
  padding: 26px 0 54px;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px;
  color: #7c5b00;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.about-eyebrow::before {
  width: 28px;
  height: 3px;
  content: "";
  background: var(--about-accent);
  border-radius: 999px;
}

.about-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--about-navy);
  font-size: clamp(36px, 3.55vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.about-hero__lead {
  max-width: 750px;
  margin: 0;
  color: var(--about-muted);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.65;
}

.about-hero__lead strong {
  color: var(--about-navy);
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.about-actions .primary-button,
.about-actions .secondary-button {
  min-height: 52px;
  padding-inline: 26px;
}

.about-hero__visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #e9eef5;
  border: 1px solid var(--about-border-soft);
  border-radius: 28px;
  box-shadow: 0 24px 58px rgba(5, 42, 77, 0.13);
}

.about-hero__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 64%, rgba(5, 42, 77, 0.16) 100%);
}

.about-hero__visual > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: 54% center;
}

.about-hero__stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: -2px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--about-border-soft);
  border-radius: var(--about-radius);
  box-shadow: 0 14px 34px rgba(7, 55, 99, 0.06);
}

.about-hero__stats > div {
  min-width: 0;
  padding: 18px 20px;
  border-left: 1px solid var(--about-border-soft);
}

.about-hero__stats > div:first-child {
  border-left: 0;
}

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

.about-hero__stats strong {
  color: var(--about-navy);
  font-size: 18px;
  line-height: 1.15;
}

.about-hero__stats span {
  margin-top: 5px;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.4;
}

.about-anchor-nav {
  position: sticky;
  top: var(--sticky-header-height, 156px);
  z-index: 85;
  display: flex;
  gap: 8px;
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto 22px;
  padding: 10px;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--about-border-soft);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(7, 55, 99, 0.07);
  backdrop-filter: blur(14px);
  scrollbar-width: thin;
}

.about-anchor-nav a {
  flex: 0 0 auto;
  padding: 10px 15px;
  color: var(--about-navy);
  border-radius: 11px;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.about-anchor-nav a:hover {
  color: var(--about-navy);
  background: var(--about-accent-soft);
}

.about-icon,
.about-check {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--about-navy);
  background: var(--about-accent-soft);
  border: 1px solid rgba(244, 176, 0, 0.45);
  border-radius: 50%;
}

.about-icon {
  width: 42px;
  height: 42px;
}

.about-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.about-check {
  width: 25px;
  height: 25px;
  color: var(--about-accent);
  background: #fff;
  font-size: 15px;
  font-weight: 900;
}

.about-section {
  padding: 34px 0 78px;
  scroll-margin-top: calc(var(--sticky-header-height, 156px) + 84px);
}

.about-section--warm {
  position: relative;
}

.about-section--warm::before {
  position: absolute;
  inset: 0 50% 0 50%;
  z-index: -1;
  width: 100vw;
  content: "";
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 85% 12%, rgba(244, 176, 0, 0.13), transparent 24%),
    #fffaf0;
  border-block: 1px solid rgba(244, 176, 0, 0.12);
}

.about-section--blue {
  position: relative;
  isolation: isolate;
}

.about-section--blue::before {
  position: absolute;
  inset: 0 50% 0 50%;
  z-index: -1;
  width: 100vw;
  content: "";
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 176, 0, 0.22), transparent 28%),
    linear-gradient(135deg, var(--about-navy), #0b4a7f);
}

.about-section--blue .about-eyebrow {
  color: #ffe39a;
}

.about-section--blue .about-section-heading h2 {
  color: #fff;
}

.about-section--blue .about-section-heading > p {
  color: rgba(255, 255, 255, 0.76);
}

.about-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1.28fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 32px;
}

.about-section-heading h2,
.about-copy h2,
.about-service h2,
.about-cta h2 {
  margin: 0;
  color: var(--about-navy);
  font-size: clamp(29px, 2.45vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

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

.about-story {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: stretch;
}

.about-story__media {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background: #eef3f8;
  border: 1px solid var(--about-border-soft);
  border-radius: 26px;
  box-shadow: 0 18px 46px rgba(7, 55, 99, 0.09);
}

.about-story__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.about-story__label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 16px 18px;
  color: #fff;
  background: rgba(5, 42, 77, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

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

.about-story__label strong {
  font-size: 17px;
}

.about-story__label span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.about-copy > p {
  margin: 20px 0 0;
  color: var(--about-muted);
  font-size: 17px;
  line-height: 1.78;
}

.about-copy > p strong {
  color: var(--about-navy);
}

.about-highlight {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  margin-top: 26px;
  padding: 20px;
  background: var(--about-accent-soft);
  border: 1px solid rgba(244, 176, 0, 0.35);
  border-radius: 18px;
}

.about-highlight strong {
  display: block;
  color: var(--about-navy);
  font-size: 18px;
}

.about-highlight p {
  margin: 5px 0 0;
  color: var(--about-muted);
  line-height: 1.62;
}

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

.about-brand-card {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--about-border-soft);
  border-radius: var(--about-radius);
  box-shadow: 0 12px 32px rgba(7, 55, 99, 0.055);
}

.about-brand-card::after {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 230px;
  height: 230px;
  content: "";
  background: radial-gradient(circle, rgba(244, 176, 0, 0.2), transparent 68%);
}

.about-brand-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  color: #6b5100;
  background: var(--about-accent-soft);
  border: 1px solid rgba(244, 176, 0, 0.38);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-brand-card h3 {
  margin: 22px 0 15px;
  color: var(--about-navy);
  font-size: clamp(30px, 3vw, 42px);
  letter-spacing: -0.025em;
}

.about-brand-card p {
  max-width: 590px;
  margin: 0;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.73;
}

.about-brand-card ul,
.about-service__list,
.about-compact-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.about-brand-card li,
.about-service__list li,
.about-compact-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--about-text);
  line-height: 1.55;
}

.about-other-brands {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 20px 24px;
  color: var(--about-muted);
  background: #fff;
  border: 1px solid var(--about-border-soft);
  border-radius: 18px;
}

.about-other-brands strong {
  color: var(--about-navy);
}

.about-expertise {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.about-expertise__content {
  padding: clamp(30px, 4vw, 52px);
  color: #fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(244, 176, 0, 0.22), transparent 30%),
    linear-gradient(135deg, var(--about-navy), #0b4a7f);
  border-radius: 26px;
  box-shadow: 0 20px 50px rgba(5, 42, 77, 0.18);
}

.about-expertise__content .about-eyebrow {
  color: #ffe9a8;
}

.about-expertise__content h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1.1;
}

.about-expertise__content > p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.73;
}

.about-expertise__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.about-expertise__fact {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 17px;
}

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

.about-expertise__fact strong {
  color: #fff;
  font-size: 19px;
}

.about-expertise__fact span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.about-expertise__media {
  min-height: 570px;
  overflow: hidden;
  background: #eef3f8;
  border: 1px solid var(--about-border-soft);
  border-radius: 26px;
}

.about-expertise__media img {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
}

.about-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  counter-reset: about-process;
}

.about-process-card {
  position: relative;
  min-height: 250px;
  padding: 27px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--about-border-soft);
  border-radius: 20px;
  box-shadow: 0 10px 26px rgba(7, 55, 99, 0.05);
  counter-increment: about-process;
}

.about-process-card::after {
  position: absolute;
  right: 16px;
  bottom: -18px;
  color: rgba(7, 55, 99, 0.055);
  content: "0" counter(about-process);
  font-size: 94px;
  font-weight: 900;
  line-height: 1;
}

.about-process-card h3 {
  margin: 20px 0 10px;
  color: var(--about-navy);
  font-size: 21px;
}

.about-process-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--about-muted);
  line-height: 1.65;
}

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

.about-solution-card {
  display: block;
  min-height: 185px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--about-border-soft);
  border-radius: 19px;
  box-shadow: 0 10px 26px rgba(7, 55, 99, 0.045);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about-solution-card:hover,
.about-solution-card:focus-visible {
  transform: translateY(-3px);
  border-color: #f2b000;
  box-shadow: 0 14px 30px rgba(7, 55, 99, 0.1);
}

.about-solution-card:focus-visible {
  outline: 3px solid rgba(242, 176, 0, 0.25);
  outline-offset: 3px;
}

.about-solution-card h3 {
  margin: 18px 0 0;
  color: var(--about-navy);
  font-size: 18px;
  line-height: 1.35;
}

.about-solutions-photo {
  position: relative;
  min-height: 340px;
  margin-top: 22px;
  overflow: hidden;
  background: #e5edf5;
  border: 1px solid var(--about-border-soft);
  border-radius: 24px;
}

.about-solutions-photo img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.about-solutions-photo__caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 460px;
  padding: 18px 20px;
  color: #fff;
  background: rgba(5, 42, 77, 0.9);
  border-radius: 16px;
}

.about-solutions-photo__caption strong,
.about-solutions-photo__caption span {
  display: block;
}

.about-solutions-photo__caption span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

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

.about-industry-card {
  display: flex;
  gap: 15px;
  align-items: center;
  min-height: 92px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--about-border-soft);
  border-radius: 18px;
}

.about-industry-card strong {
  color: var(--about-navy);
  font-size: 16px;
  line-height: 1.35;
}

.about-section--blue .about-industry-card {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 28px rgba(2, 24, 45, 0.12);
}

.about-section--blue .about-industry-card strong {
  color: #fff;
}

.about-section--blue .about-industry-card .about-icon {
  color: var(--about-navy);
  background: var(--about-accent);
  border-color: rgba(255, 255, 255, 0.2);
}

.about-service {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: 26px;
  align-items: stretch;
}

.about-service__content {
  padding: clamp(30px, 4vw, 50px);
  background: #fff;
  border: 1px solid var(--about-border-soft);
  border-radius: 26px;
  box-shadow: 0 14px 36px rgba(7, 55, 99, 0.06);
}

.about-service__content > p {
  margin: 20px 0 0;
  color: var(--about-muted);
  font-size: 17px;
  line-height: 1.74;
}

.about-service__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 12px;
}

.about-service__photo {
  min-height: 220px;
  overflow: hidden;
  background: #e7edf4;
  border: 1px solid var(--about-border-soft);
  border-radius: 20px;
}

.about-service__photo:first-child {
  grid-row: 1 / span 2;
}

.about-service__photo img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.about-service__photo:first-child img {
  min-height: 452px;
}

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

.about-why-card {
  padding: 25px;
  background: #fff;
  border: 1px solid var(--about-border-soft);
  border-radius: 19px;
  box-shadow: 0 10px 26px rgba(7, 55, 99, 0.045);
}

.about-why-card h3 {
  margin: 18px 0 8px;
  color: var(--about-navy);
  font-size: 19px;
}

.about-why-card p {
  margin: 0;
  color: var(--about-muted);
  line-height: 1.6;
}

.about-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 30px;
  align-items: center;
  margin: 12px 0 70px;
  padding: clamp(30px, 4vw, 52px);
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgba(244, 176, 0, 0.25), transparent 26%),
    linear-gradient(135deg, var(--about-navy), #0b4a7f);
  border-radius: 27px;
  box-shadow: 0 24px 56px rgba(5, 42, 77, 0.18);
}

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

.about-cta p {
  max-width: 790px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.66;
}

.about-cta .primary-button {
  min-width: 210px;
  min-height: 54px;
}

.about-company-details {
  margin-bottom: 78px;
  background: #fff;
  border: 1px solid var(--about-border-soft);
  border-radius: 20px;
  scroll-margin-top: calc(var(--sticky-header-height, 156px) + 84px);
}

.about-company-details summary {
  position: relative;
  padding: 22px 56px 22px 24px;
  color: var(--about-navy);
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

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

.about-company-details summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  content: "+";
  color: var(--about-accent);
  font-size: 28px;
  transform: translateY(-50%);
}

.about-company-details[open] summary::after {
  content: "−";
}

.about-company-details__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 34px;
  padding: 0 24px 24px;
  border-top: 1px solid var(--about-border-soft);
}

.about-company-details__row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  padding-top: 16px;
}

.about-company-details__row dt {
  color: var(--about-muted);
}

.about-company-details__row dd {
  margin: 0;
  color: var(--about-navy);
  font-weight: 700;
}

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

  .about-anchor-nav {
    width: min(100% - 36px, 1360px);
  }

  .about-hero {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
    gap: 28px;
  }

  .about-hero h1 {
    font-size: clamp(36px, 4.7vw, 50px);
  }

  .about-hero__visual,
  .about-hero__visual > img {
    min-height: 430px;
  }

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

  .about-section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

  .about-expertise__media {
    min-height: 430px;
  }

  .about-expertise__media img {
    min-height: 430px;
  }

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

@media (max-width: 900px) {
  .about-page .site-header.product-header {
    position: static;
  }

  .about-page .product-sticky-categories {
    display: flex;
    overflow-x: auto;
  }

  .about-page .product-sticky-categories a {
    flex: 0 0 210px;
  }

  .about-anchor-nav {
    top: 0;
  }

  .about-section,
  .about-company-details {
    scroll-margin-top: 84px;
  }

  .about-hero,
  .about-story {
    grid-template-columns: 1fr;
  }

  .about-hero {
    padding-top: 18px;
  }

  .about-hero__stats {
    margin-top: 0;
  }

  .about-hero__visual,
  .about-hero__visual > img {
    min-height: 440px;
  }

  .about-story__media,
  .about-story__media img {
    min-height: 430px;
  }

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

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

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

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

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

  .about-cta .primary-button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .about-container {
    width: min(100% - 24px, 1360px);
  }

  .about-breadcrumbs {
    padding-top: 16px;
  }

  .about-hero {
    padding-bottom: 38px;
  }

  .about-hero h1 {
    font-size: clamp(36px, 11.2vw, 48px);
  }

  .about-hero__lead {
    font-size: 17px;
  }

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

  .about-actions a {
    width: 100%;
  }

  .about-hero__visual,
  .about-hero__visual > img {
    min-height: 430px;
  }

  .about-anchor-nav {
    width: min(100% - 24px, 1360px);
  }

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

  .about-hero__stats > div {
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 10px;
    align-items: center;
    border-left: 0;
    border-top: 1px solid var(--about-border-soft);
  }

  .about-hero__stats > div:first-child {
    border-top: 0;
  }

  .about-process-grid,
  .about-solution-grid,
  .about-industry-grid,
  .about-why-grid,
  .about-expertise__facts,
  .about-company-details__grid {
    grid-template-columns: 1fr;
  }

  .about-section {
    padding-bottom: 58px;
  }

  .about-section-heading h2,
  .about-copy h2,
  .about-service h2,
  .about-cta h2 {
    font-size: 28px;
  }

  .about-copy > p,
  .about-section-heading p,
  .about-service__content > p,
  .about-expertise__content > p {
    font-size: 16px;
  }

  .about-story__media,
  .about-story__media img {
    min-height: 390px;
  }

  .about-other-brands {
    display: block;
  }

  .about-other-brands span {
    display: block;
    margin-top: 8px;
  }

  .about-expertise__content,
  .about-service__content,
  .about-cta {
    padding: 26px 22px;
  }

  .about-expertise__media,
  .about-expertise__media img {
    min-height: 390px;
  }

  .about-service__gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .about-service__photo:first-child {
    grid-row: auto;
  }

  .about-service__photo,
  .about-service__photo img,
  .about-service__photo:first-child img {
    min-height: 250px;
  }

  .about-company-details__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
