.about-hero {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  color: #fff;
  background: #08253d;
  isolation: isolate;
}

.about-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("/assets/images/real-project/butt-fusion-site-straight.jpeg") center 52% / cover no-repeat;
  transform: scale(1.015);
}

.about-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 30, 52, 0.97) 0%, rgba(4, 30, 52, 0.9) 38%, rgba(4, 30, 52, 0.46) 68%, rgba(4, 30, 52, 0.22) 100%),
    linear-gradient(180deg, rgba(1, 19, 33, 0.16), rgba(1, 19, 33, 0.5));
}

.about-hero__inner {
  position: relative;
  min-height: 510px;
  padding-top: 74px;
  padding-bottom: 98px;
}

.about-hero__content {
  width: min(630px, 58%);
}

.about-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(42px, 4.4vw, 66px);
  line-height: 1.04;
  letter-spacing: -2.8px;
}

.about-hero__content > p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.7;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.about-button--ghost {
  color: #fff;
  background: rgba(5, 31, 51, 0.42);
  border-color: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(8px);
}

.about-button--ghost:hover,
.about-button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
}

.about-hero__values {
  position: absolute;
  bottom: 0;
  left: 24px;
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 0;
}

.about-hero__values > div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  color: rgba(255, 255, 255, 0.9);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 12px;
  font-weight: 600;
}

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

.about-hero__values svg {
  width: 23px;
  height: 23px;
  color: #5cb3ff;
}

.company-intro {
  padding: 64px 0 74px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 118, 232, 0.08), transparent 34%),
    #fff;
}

.company-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  align-items: center;
  gap: clamp(38px, 5vw, 72px);
}

.intro-photo {
  position: relative;
  overflow: hidden;
  min-height: 515px;
  margin: 0;
  background: #dce9f3;
  border-radius: 14px;
  box-shadow: 0 22px 52px rgba(8, 44, 73, 0.16);
}

.intro-photo__image {
  width: 100%;
  height: 100%;
  min-height: 515px;
  object-fit: cover;
  object-position: 48% center;
}

.intro-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 66%, rgba(2, 25, 44, 0.28));
  pointer-events: none;
}

.intro-photo figcaption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px;
  color: #fff;
  background: linear-gradient(90deg, rgba(0, 104, 211, 0.96), rgba(0, 118, 232, 0.78) 52%, rgba(4, 35, 58, 0.2));
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.55px;
  line-height: 1.55;
  text-transform: uppercase;
}

.intro-photo figcaption strong {
  font-weight: 600;
}

.intro-photo figcaption svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.about-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 6px;
  color: var(--primary-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.about-kicker span {
  width: 30px;
  height: 3px;
  background: var(--primary-blue);
}

.company-intro h2 {
  margin: 0;
  color: var(--dark-text);
  font-size: clamp(38px, 4vw, 57px);
  line-height: 1.04;
  letter-spacing: -2.1px;
}

.company-intro__lead {
  margin: 8px 0 22px;
  color: #788b99;
  font-size: 16px;
  font-weight: 600;
}

.company-intro__content > p:not(.about-kicker):not(.company-intro__lead) {
  margin: 0 0 12px;
  color: var(--body-text);
  font-size: 15px;
  line-height: 1.65;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 25px;
}

.about-stat {
  display: flex;
  min-width: 0;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 14px 8px;
  background: #eef7ff;
  border: 1px solid #deedfa;
  border-radius: 8px;
  text-align: center;
}

.about-stat svg {
  width: 23px;
  height: 23px;
  margin-bottom: 7px;
  color: var(--primary-blue);
}

.about-stat strong {
  color: #102a42;
  font-size: 25px;
  line-height: 1;
}

.about-stat small {
  margin-top: 6px;
  color: #627586;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
}

.intro-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  margin-top: 24px;
}

.intro-promises > div {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 10px;
}

.intro-promises > div > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--primary-blue);
  background: #eef7ff;
  border-radius: 50%;
}

.intro-promises svg {
  width: 20px;
  height: 20px;
}

.intro-promises p {
  margin: 0;
}

.intro-promises strong,
.intro-promises small {
  display: block;
}

.intro-promises strong {
  margin-bottom: 3px;
  color: #183249;
  font-size: 12px;
  font-weight: 600;
}

.intro-promises small {
  color: #718493;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

.vision-mission {
  position: relative;
  overflow: hidden;
  padding: 70px 0 82px;
  background:
    linear-gradient(139deg, transparent 0 83%, rgba(224, 240, 253, 0.52) 83.2% 89%, transparent 89.2%),
    #fbfdff;
  border-top: 1px solid #edf4f9;
}

.vision-mission__accent {
  position: absolute;
  top: -235px;
  right: -170px;
  width: 590px;
  height: 590px;
  border: 46px solid rgba(221, 238, 252, 0.58);
  border-radius: 50%;
  pointer-events: none;
}

.vision-mission__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}

.vision-mission__header h2 {
  margin: 0;
  color: var(--dark-text);
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -2.1px;
}

.vision-mission__header > div > p:last-child {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--body-text);
  font-size: 16px;
  line-height: 1.55;
}

.vision-mission__side-note {
  margin: 28px 0 0;
  color: #55728b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  line-height: 1.65;
  text-transform: uppercase;
}

.vision-mission__side-note span,
.vision-card__foot span {
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 12px;
  background: var(--primary-blue);
}

.vision-mission__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, 0.88fr);
  gap: 22px;
}

.vision-card,
.mission-card {
  overflow: hidden;
  min-height: 520px;
  background: #fff;
  border: 1px solid #dbe9f4;
  border-radius: 14px;
  box-shadow: 0 15px 38px rgba(10, 49, 80, 0.08);
}

.vision-card {
  display: grid;
  grid-template-columns: minmax(245px, 0.82fr) minmax(0, 1.18fr);
}

.vision-card__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 30px 12px 30px 30px;
  background: #fff;
}

.vision-card__copy::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -86px;
  width: 135px;
  height: 100%;
  background: linear-gradient(98deg, #fff 36%, rgba(255, 255, 255, 0.92) 61%, transparent 62%);
  pointer-events: none;
}

.vision-card__title,
.mission-card__title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.vision-card__title > span,
.mission-card__title > span {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--primary-blue);
  background: #eaf5ff;
  border-radius: 11px;
}

.vision-card__title svg,
.mission-card__title svg {
  width: 31px;
  height: 31px;
}

.vision-card h3,
.mission-card h3 {
  position: relative;
  margin: 0;
  color: #10233a;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -1.2px;
}

.vision-card h3::after,
.mission-card h3::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 36px;
  height: 3px;
  background: var(--primary-blue);
  border-radius: 4px;
}

.vision-card__copy > p {
  margin: 50px 0 0;
  color: #233d58;
  font-size: 17px;
  line-height: 1.65;
}

.vision-card__foot {
  margin-top: auto;
  color: #5a7892;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.1px;
  line-height: 1.55;
  text-transform: uppercase;
}

.vision-card__photo {
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.vision-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(3, 33, 54, 0.22));
  pointer-events: none;
}

.vision-card__photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 56%;
}

.vision-card__photo p {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 24px;
  margin: 0;
  color: #fff;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 15px;
  line-height: 1.25;
  text-align: right;
  transform: rotate(-7deg);
  text-shadow: 0 2px 8px rgba(3, 24, 39, 0.34);
}

.mission-card {
  padding: 30px;
}

.mission-list {
  margin-top: 30px;
}

.mission-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 17px 0;
  border-top: 1px solid #e5edf4;
}

.mission-item:first-child {
  border-top: 0;
}

.mission-item__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--primary-blue);
  background: #eaf5ff;
  border-radius: 50%;
}

.mission-item__icon svg {
  width: 28px;
  height: 28px;
}

.mission-item p,
.mission-item strong,
.mission-item small {
  display: block;
  margin: 0;
}

.mission-item strong {
  color: #132d47;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.mission-item small {
  margin-top: 5px;
  color: #667c8e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.about-contact {
  position: relative;
  overflow: hidden;
  padding: 76px 0 0;
  background:
    linear-gradient(145deg, rgba(228, 242, 255, 0.72) 0 8%, transparent 8% 100%),
    linear-gradient(325deg, rgba(232, 245, 255, 0.78) 0 7%, transparent 7% 100%),
    #fff;
}

.about-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  align-items: stretch;
  gap: 34px;
  padding-bottom: 54px;
}

.about-contact__content {
  padding-top: 2px;
}

.about-contact h2 {
  margin: 12px 0 10px;
  color: #102a43;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -2.2px;
}

.about-contact__intro {
  max-width: 620px;
  margin: 0;
  color: #60778c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.contact-info-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  min-height: 128px;
  padding: 20px;
  border: 1px solid #dceaf6;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(25, 80, 124, 0.06);
}

.contact-info-card > span,
.about-map__pin-card > span,
.about-map__access > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #087cf0;
  border-radius: 50%;
  background: #eaf5ff;
}

.contact-info-card svg,
.about-map__pin-card svg,
.about-map__access svg {
  width: 24px;
  height: 24px;
}

.contact-info-card p,
.contact-info-card strong,
.contact-info-card small,
.contact-info-card a {
  display: block;
  margin: 0;
}

.contact-info-card strong {
  margin-bottom: 6px;
  color: #102a43;
  font-size: 14px;
  font-weight: 600;
}

.contact-info-card a {
  margin-bottom: 4px;
  color: #087cf0;
  font-size: 12px;
  font-weight: 600;
}

.contact-info-card small {
  color: #60778c;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.48;
}

.contact-info-card small b {
  color: #29445c;
  font-weight: 600;
}

.about-contact__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.about-contact__map-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #087cf0;
  font-size: 13px;
  font-weight: 600;
}

.about-contact__map-link svg:first-child {
  width: 20px;
  height: 20px;
}

.about-contact__map-link svg:last-child {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.about-contact__map-link:hover svg:last-child,
.about-contact__map-link:focus-visible svg:last-child {
  transform: translateX(3px);
}

.about-map {
  position: relative;
  min-height: 432px;
  overflow: hidden;
  border: 1px solid #dceaf6;
  border-radius: 16px;
  background: #e8f3fa;
  box-shadow: 0 18px 50px rgba(23, 75, 116, 0.12);
}

.about-map iframe {
  width: 100%;
  height: 100%;
  min-height: 432px;
  border: 0;
  filter: saturate(0.86) contrast(0.96) brightness(1.05);
}

.about-map__pin-card,
.about-map__access {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 11px;
  padding: 14px;
  border: 1px solid rgba(214, 231, 244, 0.9);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(14, 60, 96, 0.14);
  pointer-events: none;
}

.about-map__pin-card {
  top: 40%;
  left: 49%;
  width: min(260px, 45%);
  transform: translate(-50%, -50%);
}

.about-map__access {
  bottom: 18px;
  left: 18px;
  width: 250px;
}

.about-map__pin-card > span,
.about-map__access > span {
  width: 44px;
  height: 44px;
}

.about-map__pin-card p,
.about-map__access p,
.about-map__pin-card strong,
.about-map__access strong,
.about-map__pin-card small,
.about-map__access small {
  display: block;
  margin: 0;
}

.about-map__pin-card strong,
.about-map__access strong {
  color: #102a43;
  font-size: 12px;
  font-weight: 600;
}

.about-map__pin-card small,
.about-map__access small {
  margin-top: 3px;
  color: #60778c;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.42;
}

.about-project-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 33, 57, 0.98) 0%, rgba(3, 42, 72, 0.91) 48%, rgba(3, 38, 65, 0.72) 100%),
    url("/assets/images/products/pipa-hdpe-batangan/1.jpeg") center 52% / cover no-repeat;
}

.about-project-cta::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 30%;
  background: linear-gradient(135deg, transparent 20%, rgba(0, 125, 242, 0.26));
  pointer-events: none;
}

.about-project-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) auto auto;
  align-items: center;
  gap: 34px;
  min-height: 164px;
  padding-block: 30px;
}

.about-project-cta__inner > div > p {
  margin: 0 0 6px;
  color: #82c1ff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.about-project-cta h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.8px;
}

.about-project-cta__inner > div > span {
  display: block;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.about-project-cta ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-project-cta li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

.about-project-cta li svg {
  width: 19px;
  height: 19px;
  color: #69b8ff;
}

@media (min-width: 768px) and (max-width: 1435px) {
  .page-about main .container {
    padding-right: 78px;
  }
}

.about-motion [data-about-reveal] {
  opacity: 0;
  transition: opacity 0.65s ease, translate 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-motion [data-about-reveal="left"] { translate: -34px 0; }
.about-motion [data-about-reveal="right"] { translate: 34px 0; }
.about-motion [data-about-reveal="up"] { translate: 0 24px; }
.about-motion [data-about-reveal].is-visible { opacity: 1; translate: 0 0; }

@media (max-width: 1100px) {
  .company-intro__grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 32px;
  }

  .intro-photo,
  .intro-photo__image {
    min-height: 480px;
  }

  .intro-promises {
    grid-template-columns: 1fr;
  }

  .vision-mission__grid {
    grid-template-columns: 1fr;
  }

  .vision-card,
  .mission-card {
    min-height: 0;
  }

  .vision-card__photo img {
    min-height: 500px;
  }

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

  .about-map,
  .about-map iframe {
    min-height: 420px;
  }

  .about-project-cta__inner {
    grid-template-columns: 1fr auto;
  }

  .about-project-cta ul {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .about-hero,
  .about-hero__inner {
    min-height: 540px;
  }

  .about-hero__content {
    width: min(640px, 77%);
  }

  .company-intro__grid {
    grid-template-columns: 1fr;
  }

  .intro-photo,
  .intro-photo__image {
    min-height: 500px;
  }

  .intro-promises {
    grid-template-columns: repeat(3, 1fr);
  }

  .vision-mission__side-note {
    display: none;
  }

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

  .about-project-cta ul {
    grid-column: auto;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .about-hero,
  .about-hero__inner {
    min-height: 590px;
  }

  .about-hero::before {
    background-position: 66% center;
  }

  .about-hero::after {
    background: linear-gradient(90deg, rgba(4, 30, 52, 0.96), rgba(4, 30, 52, 0.73));
  }

  .about-hero__inner {
    padding-top: 50px;
    padding-bottom: 142px;
  }

  .about-hero__content {
    width: 100%;
  }

  .about-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
    letter-spacing: -2px;
  }

  .about-hero__content > p {
    font-size: 15px;
  }

  .about-hero__values {
    right: 24px;
    bottom: 18px;
    left: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .about-hero__values > div,
  .about-hero__values > div:first-child {
    align-items: center;
    flex-direction: column;
    gap: 6px;
    padding: 0 8px;
    border: 0;
    font-size: 10px;
    text-align: center;
  }

  .company-intro {
    padding: 44px 0 56px;
  }

  .intro-photo,
  .intro-photo__image {
    min-height: 400px;
  }

  .company-intro h2 {
    font-size: 39px;
  }

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

  .intro-promises {
    grid-template-columns: 1fr;
  }

  .vision-mission {
    padding: 52px 0 60px;
  }

  .vision-mission__header h2 {
    font-size: 39px;
  }

  .vision-mission__grid {
    gap: 16px;
  }

  .vision-card {
    grid-template-columns: 1fr;
  }

  .vision-card__copy {
    min-height: 330px;
    padding: 24px;
  }

  .vision-card__copy::after {
    display: none;
  }

  .vision-card__photo img {
    min-height: 390px;
  }

  .mission-card {
    padding: 24px;
  }

  .about-contact {
    padding-top: 52px;
  }

  .about-contact__grid {
    gap: 28px;
    padding-bottom: 42px;
  }

  .about-contact h2 {
    font-size: 39px;
  }

  .about-map,
  .about-map iframe {
    min-height: 380px;
  }

  .about-map__pin-card {
    top: 37%;
    width: min(250px, 64%);
  }

  .about-project-cta__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 34px;
  }

  .about-project-cta ul {
    grid-column: auto;
    flex-wrap: wrap;
  }
}

@media (max-width: 460px) {
  .about-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .about-hero__actions .button {
    min-width: 0;
    padding-inline: 12px;
    font-size: 12px;
  }

  .intro-photo,
  .intro-photo__image {
    min-height: 330px;
  }

  .intro-photo figcaption {
    min-height: 70px;
    padding: 13px 16px;
    font-size: 9px;
  }

  .company-intro h2 {
    font-size: 34px;
  }

  .vision-mission__header h2 {
    font-size: 34px;
  }

  .vision-card__title > span,
  .mission-card__title > span,
  .mission-item__icon {
    width: 50px;
    height: 50px;
  }

  .vision-card h3,
  .mission-card h3 {
    font-size: 30px;
  }

  .mission-item {
    grid-template-columns: 50px 1fr;
    gap: 12px;
  }

  .about-contact h2 {
    font-size: 34px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    min-height: 116px;
  }

  .about-contact__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .about-contact__actions .button {
    justify-content: center;
  }

  .about-map,
  .about-map iframe {
    min-height: 350px;
  }

  .about-map__pin-card {
    top: 33%;
    width: calc(100% - 36px);
  }

  .about-map__access {
    right: 18px;
    width: auto;
  }

  .about-project-cta .button {
    justify-self: stretch;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-motion [data-about-reveal] {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }
}
