:root {
  --about-ink: #0b2f45;
  --about-muted: #607a8b;
  --about-blue: #1479f5;
  --about-cyan: #1ab7cf;
  --about-green: #5ecb9d;
  --about-paper: #f6fbfe;
  --about-line: rgba(15, 70, 104, 0.12);
}

.about-page-body {
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--about-paper);
  color: var(--about-ink);
}

.about-page {
  overflow: hidden;
  padding-top: var(--site-header-height, 82px);
}

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

.about-page img {
  display: block;
  max-width: 100%;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p,
.about-page blockquote {
  margin-top: 0;
}

.about-page h1,
.about-page h2,
.about-page h3 {
  color: var(--about-ink);
}

.about-page em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--about-blue);
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
  min-height: 760px;
  margin: 18px clamp(14px, 2vw, 30px) 0;
  padding: clamp(78px, 8vw, 120px) clamp(28px, 7vw, 118px);
  border: 1px solid rgba(41, 105, 141, 0.11);
  border-radius: clamp(28px, 3vw, 46px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.93), rgba(248, 253, 255, 0.94)),
    linear-gradient(90deg, rgba(20, 121, 245, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(20, 121, 245, 0.05) 1px, transparent 1px);
  background-size: auto, 46px 46px, 46px 46px;
  box-shadow: 0 34px 90px rgba(14, 56, 82, 0.1);
  isolation: isolate;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(18, 119, 245, 0.035));
  border-radius: inherit;
  pointer-events: none;
  z-index: -1;
}

.about-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
  z-index: -1;
}

.orb-a {
  width: 310px;
  height: 310px;
  top: -130px;
  right: 14%;
  background: radial-gradient(circle, rgba(49, 191, 205, 0.2), transparent 68%);
}

.orb-b {
  width: 390px;
  height: 390px;
  bottom: -180px;
  left: -110px;
  background: radial-gradient(circle, rgba(58, 115, 246, 0.16), transparent 70%);
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.about-eyebrow,
.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #24799e;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.about-eyebrow::before,
.about-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.about-hero h1 {
  max-width: 830px;
  margin: 26px 0 27px;
  font-size: clamp(3.7rem, 6.2vw, 7.4rem);
  font-weight: 680;
  letter-spacing: -0.075em;
  line-height: 0.91;
}

.about-hero h1 em {
  display: block;
}

.about-hero-copy > p {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--about-muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.78;
}

.about-hero-actions,
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.about-button {
  min-height: 56px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--about-ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.about-button:hover {
  transform: translateY(-3px);
}

.about-button.primary {
  color: #fff;
  background: linear-gradient(135deg, #1479f5, #18a8c7 62%, #50c894);
  box-shadow: 0 18px 38px rgba(20, 121, 245, 0.25);
}

.about-button.secondary {
  border-color: rgba(14, 69, 104, 0.16);
  background: rgba(255, 255, 255, 0.78);
}

.about-hero-visual {
  position: relative;
  min-height: 590px;
}

.about-visual-frame {
  position: absolute;
  inset: 7% 4% 4% 10%;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.9);
  border-radius: 38px;
  background: #d9e8f0;
  box-shadow: 0 38px 82px rgba(17, 70, 99, 0.2);
  transform: rotate(2.3deg);
}

.about-visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(4, 33, 50, 0.72));
}

.about-hero-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.about-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.visual-label {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.about-floating-card {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 7px;
  max-width: 230px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 48px rgba(16, 61, 88, 0.16);
  backdrop-filter: blur(16px);
}

.about-floating-card small {
  color: #6890a4;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-floating-card strong {
  color: #103c57;
  font-size: 0.96rem;
  line-height: 1.35;
}

.floating-card-top {
  top: 2%;
  right: -2%;
  animation: aboutFloat 6s ease-in-out infinite;
}

.floating-card-bottom {
  bottom: 2%;
  left: 0;
  animation: aboutFloat 7s ease-in-out infinite reverse;
}

@keyframes aboutFloat {
  50% { transform: translateY(-10px); }
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1480px;
  margin: 34px auto 0;
  padding: 0 clamp(18px, 4vw, 56px);
}

.about-stats article {
  min-height: 164px;
  padding: 32px;
  border: 1px solid var(--about-line);
  background: rgba(255, 255, 255, 0.78);
}

.about-stats article:first-child { border-radius: 24px 0 0 24px; }
.about-stats article:last-child { border-radius: 0 24px 24px 0; }

.about-stats strong {
  display: block;
  color: #0d4e70;
  font-size: clamp(2.1rem, 3vw, 3.5rem);
  font-weight: 750;
  letter-spacing: -0.06em;
}

.about-stats span {
  display: block;
  margin-top: 9px;
  color: var(--about-muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-story,
.about-difference {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(54px, 8vw, 126px);
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(110px, 12vw, 180px) clamp(24px, 5vw, 76px);
}

.about-story-media {
  position: relative;
  min-height: 620px;
}

.about-story-picture {
  display: block;
  width: 100%;
  height: 620px;
}

.about-story-picture > img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 32px 78px rgba(15, 58, 84, 0.16);
}

.about-story-badge {
  position: absolute;
  right: -38px;
  bottom: 42px;
  display: grid;
  gap: 7px;
  max-width: 260px;
  padding: 24px 26px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, #0c4f70, #1479f5 70%, #1cb7c4);
  box-shadow: 0 24px 55px rgba(12, 79, 112, 0.28);
}

.about-story-badge b { font-size: 1rem; }
.about-story-badge span { color: rgba(255,255,255,.74); font-size: .7rem; line-height: 1.5; }

.about-story-copy h2,
.about-purpose h2,
.about-section-heading h2,
.about-difference h2,
.about-cta h2 {
  margin: 20px 0 27px;
  font-size: clamp(3rem, 4.7vw, 5.7rem);
  font-weight: 670;
  letter-spacing: -0.066em;
  line-height: 0.96;
}

.about-story-copy p,
.about-section-heading > p,
.difference-copy > p,
.about-cta p {
  color: var(--about-muted);
  font-size: 1rem;
  line-height: 1.82;
}

.about-story-copy blockquote {
  position: relative;
  margin: 31px 0;
  padding: 25px 0 25px 28px;
  border-left: 3px solid #22a9c1;
  color: #174b67;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.45;
}

.about-purpose {
  position: relative;
  padding: clamp(100px, 10vw, 150px) clamp(24px, 6vw, 90px);
  background: #0b2f45;
  color: #fff;
}

.about-purpose::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(20, 121, 245, 0.2), transparent 28%),
    radial-gradient(circle at 92% 100%, rgba(34, 192, 176, 0.15), transparent 30%);
  pointer-events: none;
}

.about-purpose-head,
.purpose-grid {
  position: relative;
  z-index: 1;
  max-width: 1370px;
  margin: 0 auto;
}

.about-purpose-head {
  max-width: 900px;
  margin-bottom: 55px;
  text-align: center;
}

.about-purpose .about-kicker { color: #72d6dc; }
.about-purpose h2 { color: #fff; }
.about-purpose h2 em { color: #72d6dc; }

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

.purpose-card {
  position: relative;
  min-height: 480px;
  padding: clamp(34px, 5vw, 70px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 32px;
  overflow: hidden;
}

.purpose-card > span {
  position: absolute;
  top: 28px;
  right: 30px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.purpose-card small {
  color: #7fd5dc;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.purpose-card h3 {
  max-width: 610px;
  margin: 120px 0 24px;
  color: #fff;
  font-size: clamp(2.2rem, 3.6vw, 4.2rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.purpose-card p {
  max-width: 620px;
  color: rgba(224, 241, 246, 0.72);
  line-height: 1.75;
}

.purpose-card.mission {
  background: linear-gradient(145deg, rgba(20, 121, 245, 0.3), rgba(255,255,255,.035));
}

.purpose-card.vision {
  background:
    linear-gradient(145deg, rgba(5, 34, 49, 0.7), rgba(8, 51, 66, 0.78)),
    var(--vision-image-desktop) center / cover;
}

.about-values,
.about-journey {
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(110px, 12vw, 180px) clamp(24px, 5vw, 76px);
}

.about-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 54px;
}

.about-section-heading h2 { margin-bottom: 0; }
.about-section-heading > p { margin-bottom: 8px; }

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

.value-card {
  min-height: 390px;
  padding: 28px;
  border: 1px solid var(--about-line);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(18, 67, 94, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 66px rgba(18, 67, 94, 0.13);
}

.value-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 102px;
}

.value-card-top > span,
.value-card-top > img {
  width: 54px;
  height: 54px;
  border-radius: 16px;
}

.value-card-top > span {
  display: grid;
  place-items: center;
  color: #166fa3;
  background: #eaf6fb;
  font-size: 0.7rem;
  font-weight: 850;
}

.value-card-top > img { object-fit: cover; }
.value-card-top i { color: #91a9b7; font-style: normal; }

.value-card h3 {
  margin-bottom: 16px;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.value-card p {
  margin-bottom: 0;
  color: var(--about-muted);
  line-height: 1.7;
}

.about-journey {
  padding-top: 0;
}

.journey-line {
  position: relative;
}

.journey-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 29px;
  width: 1px;
  background: linear-gradient(#1b8fc3, rgba(27, 143, 195, 0.08));
}

.journey-item {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 36px;
  padding: 0 0 54px;
}

.journey-marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 7px solid var(--about-paper);
  border-radius: 50%;
  background: linear-gradient(135deg, #1479f5, #20b0c8);
  box-shadow: 0 0 0 1px rgba(20, 121, 245, 0.18);
}

.journey-marker span {
  color: #fff;
  font-size: 0.62rem;
  font-weight: 850;
}

.journey-content {
  padding: 8px 0 30px;
  border-bottom: 1px solid var(--about-line);
}

.journey-content small {
  color: #1383b7;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.journey-content h3 {
  margin: 11px 0 12px;
  font-size: clamp(1.6rem, 2.6vw, 2.7rem);
  letter-spacing: -0.04em;
}

.journey-content p {
  max-width: 880px;
  margin-bottom: 0;
  color: var(--about-muted);
  line-height: 1.72;
}

.about-difference {
  grid-template-columns: minmax(0, 1.05fr) minmax(370px, .75fr);
  max-width: none;
  padding-right: clamp(24px, 7vw, 116px);
  padding-left: clamp(24px, 7vw, 116px);
  background: #ecf6fa;
}

.difference-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 34px;
  margin-top: 38px;
}

.difference-points div {
  padding-top: 18px;
  border-top: 1px solid rgba(17, 84, 119, 0.16);
}

.difference-points b,
.difference-points span { display: block; }
.difference-points b { margin-bottom: 9px; color: #114661; }
.difference-points span { color: var(--about-muted); font-size: .86rem; line-height: 1.6; }

.difference-panel {
  min-height: 560px;
  padding: clamp(36px, 5vw, 68px);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background:
    radial-gradient(circle at 88% 16%, rgba(62, 214, 185, .23), transparent 26%),
    linear-gradient(145deg, #0a2c42, #0f4962 65%, #116d73);
  box-shadow: 0 35px 82px rgba(8, 50, 72, .22);
}

.difference-panel > span {
  color: #7ddbd8;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.difference-panel blockquote {
  margin: 70px 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: 1.15;
}

.difference-panel strong,
.difference-panel small { display: block; }
.difference-panel small { margin-top: 5px; color: rgba(255,255,255,.62); }

.about-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
  align-items: end;
  margin: clamp(24px, 4vw, 60px);
  padding: clamp(70px, 8vw, 112px);
  border-radius: 38px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(72, 213, 178, .24), transparent 26%),
    linear-gradient(135deg, #0b2d45, #0f4964 52%, #12757d);
  box-shadow: 0 32px 86px rgba(9, 48, 70, .2);
}

.about-cta.has-image {
  background:
    linear-gradient(110deg, rgba(5, 34, 50, .94), rgba(7, 66, 82, .78)),
    var(--about-cta-image-desktop) center / cover;
}

.about-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.about-cta > * { position: relative; z-index: 1; }
.about-cta .about-kicker { color: #80dedb; }
.about-cta h2 { max-width: 940px; color: #fff; }
.about-cta h2 em { color: #80dedb; }
.about-cta p { max-width: 700px; color: rgba(229,244,247,.74); }
.about-cta-actions { justify-content: flex-end; min-width: 280px; }
.about-button.light { color: #0b344b; background: #fff; }
.about-button.outline { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }

[data-about-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.72,.2,1);
}

[data-about-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .about-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    padding-right: clamp(28px, 4vw, 60px);
    padding-left: clamp(28px, 4vw, 60px);
  }
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value-card { min-height: 340px; }
  .value-card-top { margin-bottom: 70px; }
  .about-cta { grid-template-columns: 1fr; gap: 20px; }
  .about-cta-actions { justify-content: flex-start; }
}

@media (max-width: 900px) {
  .about-page { padding-top: var(--site-header-height, 72px); }
  .about-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 72px;
    text-align: left;
  }
  .about-hero-copy { max-width: none; }
  .about-hero h1 { font-size: clamp(3.3rem, 10vw, 6rem); }
  .about-hero-visual { min-height: 520px; }
  .about-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .about-stats article { border-radius: 20px !important; }
  .about-story,
  .about-difference { grid-template-columns: 1fr; }
  .about-story-media { min-height: 520px; }
  .about-story-picture { height: 520px; }
  .about-story-picture > img { height: 100%; }
  .about-story-badge { right: 24px; }
  .purpose-grid { grid-template-columns: 1fr; }
  .about-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .about-difference { gap: 64px; }
}

@media (max-width: 640px) {
  .about-hero {
    margin: 10px 10px 0;
    padding: 56px 20px 38px;
    border-radius: 26px;
  }
  .about-hero h1 { margin-top: 20px; font-size: clamp(2.75rem, 14vw, 4.5rem); }
  .about-hero-actions,
  .about-cta-actions { display: grid; grid-template-columns: 1fr; }
  .about-button { width: 100%; }
  .about-hero-visual { min-height: 390px; margin-top: 10px; }
  .about-visual-frame { inset: 5% 0 5% 3%; border-width: 6px; border-radius: 24px; }
  .about-floating-card { max-width: 190px; padding: 14px 16px; }
  .floating-card-top { right: -5px; }
  .floating-card-bottom { left: -3px; }
  .about-stats { grid-template-columns: 1fr 1fr; padding: 0 12px; }
  .about-stats article { min-height: 130px; padding: 22px; }
  .about-story,
  .about-values,
  .about-journey,
  .about-difference { padding-right: 20px; padding-left: 20px; }
  .about-story { padding-top: 90px; padding-bottom: 90px; }
  .about-story-media { min-height: 430px; }
  .about-story-picture { height: 430px; }
  .about-story-picture > img { height: 100%; border-radius: 24px; }
  .about-story-badge { right: 14px; bottom: 18px; left: 14px; max-width: none; }
  .about-story-copy h2,
  .about-purpose h2,
  .about-section-heading h2,
  .about-difference h2,
  .about-cta h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .about-purpose { padding: 86px 18px; }
  .purpose-card { min-height: 420px; padding: 30px; border-radius: 24px; }
  .purpose-card h3 { margin-top: 92px; font-size: 2.5rem; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 320px; }
  .difference-points { grid-template-columns: 1fr; }
  .difference-panel { min-height: 470px; padding: 30px; border-radius: 24px; }
  .difference-panel blockquote { margin: 50px 0; font-size: 2.2rem; }
  .about-cta { margin: 12px; padding: 55px 22px; border-radius: 26px; }
  .journey-item { grid-template-columns: 52px minmax(0,1fr); gap: 20px; }
  .journey-marker { width: 52px; height: 52px; }
  .journey-line::before { left: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-floating-card { animation: none; }
  [data-about-reveal] { opacity: 1; transform: none; transition: none; }
  .about-button, .value-card { transition: none; }
}

/* =========================================================
   ABOUT PAGE — ADMIN IMAGES + HEADER/HERO PADDING
   Desktop/mobile artwork switches independently while the
   fixed global header always has clear breathing room.
   ========================================================= */
.about-page-body .about-page {
  box-sizing: border-box;
  padding-top: 96px;
}

.about-page-body .site-header,
.about-page-body .site-header.scrolled,
.about-page-body .site-header:not(.scrolled) {
  padding-left: clamp(26px, 4.6vw, 76px) !important;
  padding-right: clamp(26px, 4.6vw, 76px) !important;
}

.about-page-body .about-hero {
  margin: 14px clamp(14px, 2vw, 30px) 0;
  padding:
    clamp(64px, 7vw, 102px)
    clamp(34px, 5.6vw, 92px);
}

.about-page-body .about-hero-picture,
.about-page-body .about-story-picture {
  overflow: hidden;
}

.about-page-body .journey-image {
  display: block;
  width: min(100%, 520px);
  max-height: 290px;
  margin: 0 0 20px;
  border: 1px solid rgba(15, 70, 104, 0.10);
  border-radius: 22px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 18px 42px rgba(18, 67, 94, 0.10);
}

@media (max-width: 1120px) {
  .about-page-body .about-page {
    padding-top: 84px;
  }

  .about-page-body .site-header,
  .about-page-body .site-header.scrolled,
  .about-page-body .site-header:not(.scrolled) {
    padding-left: clamp(18px, 3vw, 28px) !important;
    padding-right: clamp(18px, 3vw, 28px) !important;
  }

  .about-page-body .about-hero {
    margin: 10px clamp(12px, 2vw, 20px) 0;
    padding:
      clamp(58px, 7vw, 80px)
      clamp(24px, 5vw, 48px);
  }
}

@media (max-width: 800px) {
  .about-page-body .purpose-card.vision {
    background:
      linear-gradient(145deg, rgba(5, 34, 49, 0.7), rgba(8, 51, 66, 0.78)),
      var(--vision-image-mobile) center / cover;
  }

  .about-page-body .about-cta.has-image {
    background:
      linear-gradient(135deg, rgba(5, 33, 49, .92), rgba(11, 66, 82, .86)),
      var(--about-cta-image-mobile) center / cover;
  }
}

@media (max-width: 680px) {
  .about-page-body .about-page {
    padding-top: 76px;
  }

  .about-page-body .site-header,
  .about-page-body .site-header.scrolled,
  .about-page-body .site-header:not(.scrolled) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .about-page-body .about-hero {
    margin: 8px 10px 0;
    padding: 48px 18px 54px;
    border-radius: 24px;
  }

  .about-page-body .about-visual-frame {
    inset: 5% 2% 4% 2%;
    border-width: 6px;
    border-radius: 26px;
    transform: none;
  }

  .about-page-body .journey-image {
    max-height: 230px;
    border-radius: 18px;
  }
}


/* =========================================================
   ABOUT V3 — RESPONSIVE CARD / JOURNEY MEDIA
   ========================================================= */
.about-page-body .value-card-picture {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 16px;
}

.about-page-body .value-card-picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.about-page-body .journey-picture {
  display: block;
  width: min(100%, 520px);
  margin: 0 0 20px;
}

.about-page-body .journey-picture .journey-image {
  width: 100%;
  margin: 0;
  object-fit: contain;
  background: #f5fafc;
}

@media (max-width: 680px) {
  .about-page-body .journey-picture {
    width: 100%;
  }
}


/* =========================================================
   ABOUT HERO V4 — FULL IMAGE / NO OVERLAY
   ========================================================= */
.about-page-body .about-hero.has-full-hero-image {
  min-height: clamp(650px, calc(100svh - 132px), 790px) !important;
  display: flex !important;
  align-items: center !important;
  background: transparent !important;
  background-image: none !important;
  border: 1px solid rgba(255,255,255,.30) !important;
  box-shadow: none !important;
  isolation: isolate;
}

.about-page-body .about-hero.has-full-hero-image::after {
  display: none !important;
  content: none !important;
}

.about-page-body .about-hero.has-full-hero-image .about-hero-orb,
.about-page-body .about-hero.has-full-hero-image .about-floating-card,
.about-page-body .about-hero.has-full-hero-image .visual-label {
  display: none !important;
}

.about-page-body .about-hero.has-full-hero-image .about-hero-visual {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  transform: none !important;
}

.about-page-body .about-hero.has-full-hero-image .about-visual-frame {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.about-page-body .about-hero.has-full-hero-image .about-visual-frame::after {
  display: none !important;
  content: none !important;
}

.about-page-body .about-hero.has-full-hero-image .about-hero-picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.about-page-body .about-hero.has-full-hero-image .about-visual-frame img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: inherit !important;
}

.about-page-body .about-hero.has-full-hero-image .about-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(820px, 70%) !important;
  max-width: 820px !important;
}

.about-page-body .about-hero.has-full-hero-image .about-eyebrow,
.about-page-body .about-hero.has-full-hero-image h1,
.about-page-body .about-hero.has-full-hero-image h1 em,
.about-page-body .about-hero.has-full-hero-image .about-hero-copy > p {
  color: #ffffff !important;
  text-shadow:
    0 2px 3px rgba(0,0,0,.90),
    0 7px 20px rgba(0,0,0,.68),
    0 15px 36px rgba(0,0,0,.42) !important;
}

.about-page-body .about-hero.has-full-hero-image h1 {
  font-weight: 720 !important;
}

.about-page-body .about-hero.has-full-hero-image .about-hero-copy > p {
  font-weight: 560;
}

.about-page-body .about-hero.has-full-hero-image .about-button {
  text-shadow: none !important;
}

.about-page-body .about-hero.has-full-hero-image .about-button.secondary {
  color: #ffffff !important;
  border-color: rgba(255,255,255,.78) !important;
  background: transparent !important;
}

@media (max-width: 900px) {
  .about-page-body .about-hero.has-full-hero-image {
    min-height: 690px !important;
  }

  .about-page-body .about-hero.has-full-hero-image .about-hero-copy {
    width: min(100%, 720px) !important;
  }
}

@media (max-width: 680px) {
  .about-page-body .about-page {
    padding-top: 76px !important;
  }

  .about-page-body .about-hero.has-full-hero-image {
    min-height: 650px !important;
    align-items: flex-end !important;
    margin: 8px 10px 0 !important;
    padding: 46px 20px 48px !important;
    border-radius: 24px !important;
  }

  .about-page-body .about-hero.has-full-hero-image h1 {
    font-size: clamp(3rem, 13vw, 4.7rem) !important;
    line-height: .92 !important;
  }

  .about-page-body .about-hero.has-full-hero-image .about-hero-copy > p {
    font-size: .94rem !important;
    line-height: 1.62 !important;
  }

  .about-page-body .about-hero.has-full-hero-image .about-hero-actions {
    gap: 9px !important;
    margin-top: 26px !important;
  }
}


/* =========================================================
   ABOUT HERO V4.1 — ADD PREMIUM OVERLAY
   ========================================================= */
.about-page-body .about-hero.has-full-hero-image::after {
  display: block !important;
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  content: "" !important;
  border-radius: inherit !important;
  background:
    linear-gradient(
      90deg,
      rgba(4, 21, 37, .64) 0%,
      rgba(4, 21, 37, .46) 34%,
      rgba(4, 21, 37, .22) 62%,
      rgba(4, 21, 37, .17) 100%
    ),
    linear-gradient(
      180deg,
      rgba(2, 12, 24, .12) 0%,
      rgba(2, 12, 24, .03) 34%,
      rgba(2, 12, 24, .26) 100%
    ) !important;
  pointer-events: none !important;
}

.about-page-body .about-hero.has-full-hero-image .about-hero-copy {
  z-index: 2 !important;
}

.about-page-body .about-hero.has-full-hero-image .about-button.secondary {
  background: rgba(255,255,255,.10) !important;
  backdrop-filter: blur(4px) !important;
}


/* =========================================================
   ABOUT HERO V4.2 — HOME PAGE OVERLAY / NO TEXT SHADOW
   ========================================================= */
.about-page-body .about-hero.has-full-hero-image::after {
  display: block !important;
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  content: "" !important;
  border-radius: inherit !important;
  background: linear-gradient(
      90deg,
      #fcfefffa 0%,
      #f9fdffed 36%,
      #f8fdff5c 66%,
      #ffffff0d 100%
    ) !important;
  pointer-events: none !important;
}

.about-page-body .about-hero.has-full-hero-image .about-eyebrow,
.about-page-body .about-hero.has-full-hero-image h1,
.about-page-body .about-hero.has-full-hero-image h1 em,
.about-page-body .about-hero.has-full-hero-image .about-hero-copy > p {
  text-shadow: none !important;
}

.about-page-body .about-hero.has-full-hero-image .about-eyebrow {
  color: #287492 !important;
}

.about-page-body .about-hero.has-full-hero-image h1 {
  color: #12354a !important;
}

.about-page-body .about-hero.has-full-hero-image h1 em {
  color: #318eaf !important;
}

.about-page-body .about-hero.has-full-hero-image .about-hero-copy > p {
  color: #5b7686 !important;
}

.about-page-body .about-hero.has-full-hero-image .about-button.secondary {
  color: #234d64 !important;
  border-color: rgba(54, 101, 126, .30) !important;
  background: rgba(255,255,255,.42) !important;
  backdrop-filter: none !important;
  text-shadow: none !important;
}

@media (max-width: 680px) {
  .about-page-body .about-hero.has-full-hero-image::after {
    background: linear-gradient(#ffffff21 16%, #fbfeffed 55%, #fcfefffc 100%) !important;
  }
}


/* =========================================================
   ABOUT HERO V4.3 — RELIABLE HOME-STYLE OVERLAY LAYER
   Fix: make overlay a real layer so it always stays above the
   uploaded hero image and below the text, just like the work fix.
   ========================================================= */
.about-page-body .about-hero.has-full-hero-image::after {
  display: none !important;
  content: none !important;
}

.about-page-body .about-hero.has-full-hero-image {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
}

.about-page-body .about-hero.has-full-hero-image .about-hero-visual {
  z-index: 0 !important;
}

.about-page-body .about-hero.has-full-hero-image .about-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  border-radius: inherit !important;
  pointer-events: none !important;
  background: linear-gradient(
      90deg,
      rgba(252, 254, 255, 0.98) 0%,
      rgba(249, 253, 255, 0.93) 34%,
      rgba(248, 253, 255, 0.56) 64%,
      rgba(255, 255, 255, 0.06) 100%
    ) !important;
}

.about-page-body .about-hero.has-full-hero-image .about-hero-copy {
  position: relative !important;
  z-index: 2 !important;
}

.about-page-body .about-hero.has-full-hero-image .about-eyebrow,
.about-page-body .about-hero.has-full-hero-image h1,
.about-page-body .about-hero.has-full-hero-image h1 em,
.about-page-body .about-hero.has-full-hero-image .about-hero-copy > p {
  text-shadow: none !important;
}

.about-page-body .about-hero.has-full-hero-image .about-eyebrow {
  color: #287492 !important;
}

.about-page-body .about-hero.has-full-hero-image h1 {
  color: #12354a !important;
}

.about-page-body .about-hero.has-full-hero-image h1 em {
  color: #318eaf !important;
}

.about-page-body .about-hero.has-full-hero-image .about-hero-copy > p {
  color: #5b7686 !important;
}

.about-page-body .about-hero.has-full-hero-image .about-button.secondary {
  color: #234d64 !important;
  border-color: rgba(54, 101, 126, .30) !important;
  background: rgba(255,255,255,.42) !important;
  backdrop-filter: none !important;
  text-shadow: none !important;
}

@media (max-width: 680px) {
  .about-page-body .about-hero.has-full-hero-image .about-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(255,255,255,.12) 12%,
      rgba(251,254,255,.92) 56%,
      rgba(252,254,255,.98) 100%
    ) !important;
  }
}
