/* ===== Page: Gioi thieu ===== */
.page-about .wrap {
  max-width: var(--page);
  overflow: hidden;
}
.about-hero {
  background: linear-gradient(180deg, #eef5fb 0%, #f7f9fc 100%);
  position: relative;
  overflow: hidden;
}
.about-hero-bg-line{
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.about-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-intro {
  padding: 0px 0 12px;
  text-align: center;
  background: #fff;
}
.about-intro-inner {
  max-width: 980px;
}
.about-heading {
  margin: 0 auto 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.15;
}
.about-heading-brand {
  display: block;
  color: var(--blue);
  font-family: Fraunces, Georgia, serif;
  font-weight: 700;
  font-size: clamp(48px, calc(var(--canvas) * 130 / 1800), 130px);
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.about-heading-sub {
  display: block;
  color: #222;
  font-family: Fraunces, Georgia, serif;
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.3;
}
.about-quote {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 2.8em;
  font-family: Nunito, sans-serif;
  font-size: clamp(16px, 1.67vw, 28px);
  font-weight: 400;
  color: #555;
  line-height: 1.2;
}
.about-quote::before,
.about-quote::after {
  position: absolute;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(48px, 5vw, 84px);
  font-weight: 700;
  line-height: 1;
  color: var(--blue);
  top:0;
}
.about-quote::before {
  content: "“";
  left: 0;
}
.about-quote::after {
  content: "”";
  right: 0;
}

.about-pillars {
  padding: 44px 0 36px;
  background: #fff;
  overflow: visible;
}
.about-pillars .wrap {
  overflow: visible;
}
.about-pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 4vw, 64px);
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 28px;
  overflow: visible;
}
.about-pillar {
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding: 28px 0px 26px 0px;
  box-shadow: 0 14px 36px rgba(29, 64, 182, .12);
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.about-pillar-0{
  align-items: end;
  text-align: right;
}
.about-pillar-tab {
  position: absolute;
  top: 28px;
  z-index: 2;
  width: clamp(32px, 4vw, 42px);
  height: clamp(120px, 18vw, 200px);
  display: grid;
  place-items: normal;
  color: #fff;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-top: clamp(12px, 1.6vw, 20px);
}
.about-pillar-tab::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
}
.about-pillar--watch .about-pillar-tab {
  left: -42px;
  background: linear-gradient(180deg, var(--blue) 30%, #fff 80%);
  border-radius: 10px 0 0 10px;
}
.about-pillar--watch .about-pillar-tab::after {
  right: -8px;
    border-width: 20px 0px 0px 20px;
    border-color: var(--blue) transparent transparent transparent;
    transform: rotate(45deg);
    top: 10px;
    border-radius: 5px; ;
}
.about-pillar--app .about-pillar-tab {
  right: -42px;
  background: linear-gradient(180deg, var(--cyan) 30%, #fff 80%);
  border-radius: 0 10px 10px 0;
}
.about-pillar--app .about-pillar-tab::after {
    right: 70%;
    border-width: 20px 0px 0px 20px;
    border-color: var(--cyan) transparent transparent transparent;
    transform: rotate(224deg);
    top: 10px;
    border-radius: 5px;
}
.about-pillar-tag {
  display: flex;
  margin: 0;
  padding: clamp(10px, 1.2vw, 12px) clamp(18px, 2.4vw, 34px);
  border-radius: 999px;
  color: #fff;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(16px, 1.35vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  width: min(300px, 85%);
}
.about-pillar-0 .about-pillar-tag{
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
   text-align: right;
    justify-content: end;
}
.about-pillar-1 .about-pillar-tag{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.about-pillar--watch .about-pillar-tag { background: var(--blue); }
.about-pillar--app .about-pillar-tag { background: var(--cyan); }
.about-pillar p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  max-width: 42ch;
  min-height: 120px;
}
.about-pillar-0.about-pillar p{
  padding-right: 32px;
}
.about-pillar-0 .about-pillar-rule{
  margin-right: 32px;
}
.about-pillar-1.about-pillar p{
  padding-left: 32px;
}
.about-pillar-1 .about-pillar-rule{
  margin-left: 32px;
}
.about-pillar-rule {
  width: min(220px, 70%);
  height: 2px;
  border-radius: 999px;
  position: relative;
  background: currentColor;
}


.about-pillar-rule::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: translate(0%, -50%);
  background: #fff;
  border: 2px solid currentColor;
  box-sizing: border-box;
}
.about-pillar-rule-0::after{
  left: 0;
  right: auto;
}
.about-pillar--watch .about-pillar-rule { color: var(--blue); }
.about-pillar--app .about-pillar-rule { color: var(--cyan); }
.about-pillar--watch .about-pillar-rule::after {
  border-color: var(--blue);
}
.about-disclaimer {
  margin: 32px auto 0;
  max-width: 720px;
  text-align: center;
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1.5;
  color: #9aa3ad;
  font-style: italic;
}

.about-vti {
  padding: 0px 0 64px;
  background: #fff;
  text-align: center;
}
.about-vti-inner {
  max-width: 1180px;
}
.about-vti-title {
  margin: 0 0 10px;
  color: var(--blue);
  font-family: Fraunces, Georgia, serif;
  font-weight: 700;
  font-size: clamp(28px, 4.2vw, 53px);
  line-height: 1.25;
}
.about-vti-lead {
  margin: 0 auto 10px;
  max-width: 920px;
  color: #222;
  font-weight: 800;
  font-size: clamp(16px, 1.8vw, 23px);
  line-height: 1.55;
  font-family: Fraunces, Georgia, serif;
}
.about-vti-quote {
  position: relative;
  max-width: 880px;
  margin: 0 auto 40px;
  padding: 0 2.6em;
  font-weight: 400;
  font-size: clamp(16px, 1.67vw, 28px);
  line-height: 1.2;
}
.about-vti-quote::before,
.about-vti-quote::after {
  position: absolute;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(48px, 5vw, 80px);
  font-weight: 700;
  line-height: 1;
  color: var(--blue);
}
.about-vti-quote::before {
  content: "“";
  left: 0;
  top: 0;
}
.about-vti-quote::after {
  content: "”";
  right: 0;
  top: 0;
}
.about-vti-map {
  width: 100%;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
}
.about-vti-map img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1.1s cubic-bezier(.22, 1, .36, 1);
}

/* ===== Đội ngũ chuyên gia ===== */
.about-experts {
  padding: 8px 0 72px;
  background: #fff;
}
.about-experts-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.35fr);
  gap: clamp(20px, 2.4vw, 36px);
  align-items: stretch;
}
.about-experts-inner--reverse {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.92fr);
}
.about-experts--staff {
  padding-top: 0;
}
.about-experts-promo {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-radius: 28px;
  overflow: hidden;
  min-height: 100%;
  background: var(--blue);
}
.about-experts-promo-copy {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 2.8vw, 40px) clamp(24px, 2.4vw, 36px) 12px;
}
.about-experts-promo-copy h2 {
  margin: 0 0 16px;
  font-family: Fraunces, Georgia, serif;
  font-weight: 700;
  font-size: clamp(22px, 1.9vw, 30px);
  line-height: 1.3;
  color: #fff;
}
.about-experts-promo-copy p {
  margin: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  opacity: .96;
}
.about-experts-promo-media {
  position: relative;
  z-index: 1;
  margin-top: auto;
  line-height: 0;
}
.about-experts-promo-media::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 72%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    var(--blue) 0%,
    rgba(29, 64, 182, .88) 28%,
    rgba(29, 64, 182, .45) 55%,
    rgba(29, 64, 182, 0) 100%
  );
}
.about-experts-promo-photo {
  width: 100%;
  height: auto;
  min-height: 220px;
  aspect-ratio: 520 / 340;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.about-experts-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.about-experts-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.about-experts-head h2 {
  margin: 0;
  color: var(--blue);
  font-family: Fraunces, Georgia, serif;
  font-weight: 700;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.2;
}
.experts-nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.experts-nav button {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  transition: transform .25s ease, opacity .25s;
  margin: 0px;
}
.experts-nav button:hover { transform: scale(1.08); }
.experts-nav button:active { transform: scale(.96); }
.experts-nav img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}
.experts-next img { transform: rotate(180deg); }
.experts-carousel {
  width: 100%;
}
.experts-carousel .owl-stage-outer {
  overflow: hidden;
}
.experts-carousel .owl-nav,
.experts-carousel .owl-dots {
  display: none !important;
}
.experts-page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 14px;
}
.expert-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0px 4px rgba(29, 64, 182, .1);
  padding: 0 14px 20px;
  text-align: center;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s;
}
/* .expert-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(29, 64, 182, .14);
} */
.expert-card-top {
  height: 110px;
  margin: 0 -14px 0;
  background: linear-gradient(180deg, #e8eefc 0%, #f3f6fb 100%);
  border-radius: 18px 18px 0 0;
}
.expert-avatar {
  width: clamp(96px, 14vw, 178px) !important;
  height: clamp(96px, 14vw, 178px) !important;
  margin: calc(clamp(96px, 14vw, 178px) / -2) auto 12px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  background: #d7e3f5;
  box-shadow: 0 8px 20px rgba(29, 64, 182, .14);
  display: block;
}
.expert-card h3 {
  margin: 0 0 6px;
  color: var(--blue);
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.3;
}
.expert-card p {
  margin: 0;
  color: #8a929c;
  font-size: clamp(11px, 1vw, 13px);
  line-height: 1.45;
}

/* ===== Cam kết & bảo chứng ===== */
.about-commit {
  padding: 0 0 40px;
  background: #fff;
  text-align: center;
}
.about-commit-inner {
  max-width: 1180px;
}
.about-commit-title {
  margin: 0 0 10px;
  color: var(--blue);
  font-family: Fraunces, Georgia, serif;
  font-weight: 700;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.25;
}
.about-commit-lead {
  margin: 0 auto 44px;
  max-width: 720px;
  color: #222;
  font-family: Fraunces, Georgia, serif;
  font-weight: 800;
  font-size: clamp(20px, 1.2vw, 24px);
  line-height: 1.45;
}
.about-commit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 36px);
  align-items: start;
}
.about-commit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform .3s ease;
}
.about-commit-item:hover {
  transform: translateY(-6px);
}
.about-commit-icon {
  width: min(168px, 100%);
  height: auto;
  margin: 0 auto 18px;
  display: block;
  object-fit: contain;
}
.about-commit-item h3 {
  margin: 0 0 10px;
  color: #222;
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: clamp(18px, 1.15vw, 24px);
  line-height: 1.35;
}
.about-commit-item p {
  margin: 0;
  max-width: 26ch;
  color: #666;
  font-size: 16px;
  line-height: 1.55;
}

.about-spirit {
  padding: 0px 0 48px;
}

.about-spirit-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-vmv {
  padding: 28px 0 88px;
}
.about-vmv-title {
  text-align: left;
  color: var(--blue);
  font-family: Fraunces, Georgia, serif;
  font-weight: 800;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.25;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.about-vmv-stack {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 900px;
  margin: 0 auto;
}
.about-vmv-card {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 22px 28px;
  align-items: start;
  background: #fff;
  border-radius: 36px;
  padding: 40px 44px 42px;
  box-shadow: 0 14px 40px rgba(29, 64, 182, .08);
}
.about-vmv-card--mission {
  grid-template-columns: minmax(0, 1fr) 88px;
}
.about-vmv-card--mission .about-vmv-icon {
  order: 2;
  justify-self: end;
}
.about-vmv-card--mission .about-vmv-body {
  order: 1;
  text-align: right;
}

.about-vmv-card--mission .about-check-list {
  text-align: left;
  margin-left: auto;
}
.about-vmv-bg {
  position: absolute;
  top: -64px;
  right: 28px;
  font-family:Fraunces, Georgia, serif;
  font-size: clamp(96px, 11vw, 160px);
  font-weight: 800;
  line-height: .9;
  background: linear-gradient(
    180deg,
    #fff 0%,
    var(--blue) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.about-vmv-card--mission .about-vmv-bg {
  right: auto;
  left: 28px;
}
.about-vmv-icon {
  position: relative;
  z-index: 1;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--cyan);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 12px 28px rgba(29, 64, 182, .22);
}
.about-vmv-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.about-vmv-body {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.about-vmv-card--mission .about-vmv-body {
  padding-right: 0;
}
.about-vmv-label {
  margin: 0;
  color: #3a6fd8;
  font-size: clamp(20px, 2.6vw, 36px);
  font-weight: 800;
  line-height: 1.3;
  font-family: Fraunces, Georgia, serif;
}
.about-vmv-body h3 {
  margin: 0;
  font-size: clamp(16px, 1.7vw, 24px);
  line-height: 1.35;
}
.about-vmv-body p {
  margin: 0;
  margin-top: 10px;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.65;
  color: #5b6470;
  max-width: 58ch;
}
.about-vmv-card--mission .about-vmv-body > p {
  margin-left: auto;
}
.about-vmv-body ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.about-vmv-body ul li {
  font-size: clamp(14px, 1.15vw, 16px);
    line-height: 1.55;
    color: #555;
    position: relative;
    padding-left: 30px;
    text-align: left;
}

.about-vmv-body ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../assets/aboutus/icon-check.png') no-repeat center center;
}

@media (max-width: 1100px) {
  .about-pillars-grid {
    gap: 40px;
    padding-inline: 24px;
  }
  .about-pillar { padding: 26px 0px 22px; min-height: 0; }
  .about-pillar-tag { width: min(280px, 90%); }
  .about-heading-brand {
    font-size: clamp(44px, 8vw, 88px);
  }
  .about-vti-title {
    font-size: clamp(28px, 5vw, 42px);
  }
  .about-vti-lead {
    font-size: clamp(16px, 2.2vw, 20px);
  }
  .about-vmv-label {
    font-size: clamp(20px, 3vw, 28px);
  }
  .about-vmv-body h3 {
    font-size: clamp(16px, 2vw, 20px);
  }
  .expert-card-top {
    height: clamp(64px, 10vw, 110px);
  }
  .about-spirit-panel {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }
  .about-spirit-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .about-vmv-card,
  .about-vmv-card--mission {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 32px 28px;
  }
  .about-vmv-card--mission .about-vmv-icon {
    order: 0;
    justify-self: start;
  }
  .about-vmv-card--mission .about-vmv-body {
    order: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 48px;
  }
  .about-vmv-card--mission ul {
    margin-left: 0;
  }
  .about-vmv-card--mission .about-vmv-body > p {
    margin-left: 0;
  }
  .about-vmv-card--mission .about-vmv-bg {
    left: auto;
    right: 20px;
  }
  .about-vmv-icon {
    width: clamp(56px, 8vw, 68px);
    height: clamp(56px, 8vw, 68px);
  }
  .about-vmv-body { padding-right: 48px; }
  .about-experts-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-experts-promo {
    border-radius: 24px;
  }
  .experts-page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .about-commit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }
}

@media (max-width: 860px) {
  .about-pillar-1.about-pillar p{padding-right: 30px;}
  .about-pillar-0.about-pillar p{padding-left: 30px;}
  .about-hero { padding: 16px 0 4px; }
  .about-hero-frame {
    border-radius: 18px;
    aspect-ratio: 16 / 9;
  }
  .about-intro { padding: 0px 0 8px; }
  .about-heading-brand {
    font-size: clamp(36px, 11vw, 56px);
  }
  .about-heading-sub {
    font-size: clamp(18px, 5vw, 24px);
  }
  .about-quote {
    padding: 0 1.6em;
    font-size: clamp(14px, 3.8vw, 16px);
  }
  .about-quote::before,
  .about-quote::after {
    font-size: clamp(36px, 10vw, 48px);
  }
  .about-pillars { padding: 28px 0 20px; }
  .about-pillars-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding-inline: 18px;
  }
  .about-pillar--watch .about-pillar-tab,
  .about-pillar--app .about-pillar-tab {
    width: clamp(28px, 8vw, 36px);
    font-size: clamp(20px, 6vw, 28px);
    top: 22px;
    padding-top: 10px;
  }
  .about-pillar--watch .about-pillar-tab { left: -14px; }
  .about-pillar--app .about-pillar-tab { right: -14px; left: auto; }
  .about-pillar-tag {
    padding: 10px 22px;
    font-size: clamp(15px, 4vw, 17px);
    width: min(260px, 88%);
  }
  .about-pillar p {
    min-height: 0;
    font-size: clamp(14px, 3.8vw, 15px);
  }
  .about-disclaimer {
    margin-top: 22px;
    font-size: clamp(11px, 3.2vw, 13px);
  }
  .about-vti { padding: 0 0 40px; }
  .about-vti-title {
    font-size: clamp(24px, 7vw, 32px);
  }
  .about-vti-lead {
    font-size: clamp(15px, 4vw, 18px);
    margin-bottom: 20px;
  }
  .about-vti-quote {
    padding: 0 1.5em;
    font-size: clamp(13px, 3.6vw, 15px);
    margin-bottom: 28px;
  }
  .about-vti-quote::before,
  .about-vti-quote::after {
    font-size: clamp(32px, 9vw, 44px);
  }
  .about-vti-map { border-radius: 16px; }
  .about-commit { padding: 36px 0 56px; }
  .about-commit-title {
    font-size: clamp(24px, 6.5vw, 32px);
  }
  .about-commit-lead {
    margin-bottom: 28px;
    font-size: clamp(15px, 4vw, 18px);
  }
  .about-commit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
    max-width: none;
  }
  .about-commit-item h3 {
    font-size: clamp(15px, 4vw, 18px);
  }
  .about-commit-item p {
    font-size: clamp(12px, 3.4vw, 14px);
  }
  .about-commit-icon { width: min(132px, 42vw); }
  .about-experts { padding: 8px 0 48px; }
  .about-experts-head h2 {
    font-size: clamp(22px, 6vw, 28px);
  }
  .about-experts-promo-copy h2 {
    font-size: clamp(18px, 5vw, 24px);
  }
  .about-experts-promo-copy p {
    font-size: clamp(13px, 3.6vw, 15px);
  }
  .experts-page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .expert-card-top { height: clamp(48px, 14vw, 64px); }
  .expert-avatar {
    width: clamp(72px, 22vw, 96px) !important;
    height: clamp(72px, 22vw, 96px) !important;
    margin-top: calc(clamp(72px, 22vw, 96px) / -2);
  }
  .expert-card h3 {
    font-size: clamp(13px, 3.6vw, 15px);
  }
  .expert-card p {
    font-size: clamp(11px, 3vw, 12px);
  }
  .about-spirit { padding: 16px 0 36px; }
  .about-spirit-panel {
    padding: 22px 18px;
    border-radius: 22px;
    gap: 18px;
  }
  .about-spirit-copy h2 {
    font-size: clamp(22px, 6.5vw, 30px);
  }
  .about-vmv { padding: 16px 0 56px; }
  .about-vmv-title {
    margin-bottom: 24px;
    font-size: clamp(22px, 6vw, 28px);
    text-align: center;
  }
  .about-vmv-stack { gap: 18px; }
  .about-vmv-card,
  .about-vmv-card--mission {
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 24px;
    padding: 24px 18px 22px;
  }
  .about-vmv-icon {
    width: clamp(48px, 14vw, 56px);
    height: clamp(48px, 14vw, 56px);
  }
  .about-vmv-icon img {
    width: clamp(22px, 6vw, 26px);
    height: clamp(22px, 6vw, 26px);
  }
  .about-vmv-bg {
    right: 12px;
    left: auto;
    font-size: clamp(64px, 22vw, 88px);
    top: 4px;
  }
  .about-vmv-card--mission .about-vmv-bg {
    left: auto;
    right: 12px;
  }
  .about-vmv-body,
  .about-vmv-card--mission .about-vmv-body {
    padding-right: 40px;
    padding-left: 0;
    text-align: left;
  }
  .about-vmv-label {
    font-size: clamp(18px, 5.5vw, 24px);
  }
  .about-vmv-body h3 {
    font-size: clamp(15px, 4.2vw, 18px);
  }
  .about-vmv-body > p,
  .about-check-list li {
    font-size: clamp(13px, 3.6vw, 14px);
  }
}

@media (max-width: 480px) {
  .about-pillars-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-inline: 18px;
  }
  .about-pillar-0.about-pillar p{padding-left: 35px;}
  .about-pillar-1.about-pillar p{padding-right: 35px;}
  .about-pillar { border-radius: 18px; padding: 22px 0px 20px; }
  .about-pillar--app .about-pillar-tab::after{
    left: -7px;
  }
  .about-heading-brand {
    font-size: clamp(32px, 12vw, 44px);
  }
  .about-vmv-bg {
    opacity: .45;
    font-size: clamp(56px, 24vw, 72px);
  }
  .experts-page { grid-template-columns: 1fr 1fr; }
  .about-commit-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-inline: auto;
  }
}

/* ===== Animations ===== */
.page-about .about-pillar {
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s;
}
.page-about .about-pillar:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(29, 64, 182, .16);
}
.page-about .about-pillar-tab {
  animation: aboutTabIn .7s cubic-bezier(.22, 1, .36, 1) .35s both;
}
.page-about .about-pillar-tag {
  transition: transform .3s ease, box-shadow .3s;
}
.page-about .about-pillar:hover .about-pillar-tag {
  transform: scale(1.04);
  box-shadow: 0 12px 24px rgba(29, 64, 182, .2);
}
.page-about .about-vmv-card {
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s;
}
.page-about .about-vmv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(29, 64, 182, .14);
}
.page-about .about-vmv-icon {
  animation: aboutIconFloat 3.6s ease-in-out infinite;
  transition: transform .35s ease, box-shadow .35s;
}
.page-about .about-vmv-card:hover .about-vmv-icon {
  transform: scale(1.08);
  box-shadow: 0 16px 32px rgba(29, 64, 182, .28);
  animation-play-state: paused;
}
.page-about .about-vmv-bg {
  transition: opacity .4s ease, transform .5s ease;
}
.page-about .about-vmv-card:hover .about-vmv-bg {
  opacity: .72;
  transform: scale(1.04);
}
.page-about .about-check-list li {
  transition: transform .25s ease;
}
.page-about .about-check-list li:hover {
  transform: translateX(4px);
}
.page-about .about-vmv-card--mission .about-check-list li:hover {
  transform: translateX(-4px);
}

@keyframes aboutTabIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.9);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes aboutIconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (prefers-reduced-motion: reduce) {
  .page-about .about-pillar-tab,
  .page-about .about-vmv-icon {
    animation: none !important;
  }
  .page-about .about-pillar,
  .page-about .about-vmv-card,
  .page-about .about-pillar-tag,
  .page-about .about-check-list li,
  .page-about .about-vmv-bg {
    transition: none !important;
  }
  .page-about .about-pillar:hover,
  .page-about .about-vmv-card:hover,
  .page-about .about-check-list li:hover {
    transform: none !important;
  }
}


