:root {
  --about-navy: #071426;
  --about-navy-soft: #10243d;
  --about-orange: #f15a29;
  --about-ink: #172033;
  --about-muted: #657083;
  --about-line: #dfe5ec;
  --about-surface: #f4f6f8;
  --about-font: Inter, Arial, Helvetica, sans-serif;
}

.about-page { background: #fff; color: var(--about-ink); font-family: var(--about-font); }
.about-page .topplane { width: clamp(240px, 34vw, 520px); }
.about-page .topplane img { width: 100%; height: auto; display: block; }
.about-page .about-redesign { width: 100%; display: block; overflow: hidden; }
.about-redesign *, .about-redesign *::before, .about-redesign *::after { box-sizing: border-box; }
.about-redesign h1, .about-redesign h2, .about-redesign p, .about-redesign figure { margin-top: 0; }
.about-redesign h1, .about-redesign h2, .about-redesign p, .about-redesign a, .about-redesign span { font-family: var(--about-font); }
.about-redesign img { max-width: 100%; }

.about-kicker { margin: 0 0 16px; color: var(--about-orange); font-size: 12px; font-weight: 800; line-height: 1.4; letter-spacing: .18em; text-transform: uppercase; }

/* Hero */
.about-redesign .about-hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); background: var(--about-navy); }
.about-hero-copy { padding: clamp(70px, 8vw, 120px) clamp(28px, 7vw, 100px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.about-hero-copy h1 { max-width: 760px; margin-bottom: 28px; color: #fff; font-size: clamp(52px, 6.8vw, 96px); font-weight: 800; line-height: .96; letter-spacing: -.06em; }
.about-hero-copy h1 span { color: #ffb064; }
.about-hero-intro { max-width: 650px; margin-bottom: 36px; color: rgba(255,255,255,.74); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.72; }
.about-hero-link { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; gap: 20px; border: 1px solid rgba(255,255,255,.4); color: #fff; font-size: 13px; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.about-hero-link:hover { border-color: #fff; background: #fff; color: var(--about-navy); }
.about-hero-visual { position: relative; min-height: 650px; overflow: hidden; }
.about-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--about-navy), transparent 38%), linear-gradient(0deg, rgba(7,20,38,.45), transparent 50%); }
.about-hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.about-hero-badge { position: absolute; z-index: 2; right: clamp(20px, 5vw, 70px); bottom: clamp(24px, 5vw, 66px); width: 220px; min-height: 110px; padding: 22px; display: flex; align-items: center; gap: 14px; color: #fff; background: var(--about-orange); box-shadow: 0 20px 44px rgba(0,0,0,.28); }
.about-hero-badge strong { font-size: 34px; line-height: 1; }
.about-hero-badge span { font-size: 11px; font-weight: 700; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }

/* Story */
.about-story { width: min(1320px, 100%); margin: 0 auto; padding: clamp(76px, 9vw, 130px) clamp(24px, 6vw, 80px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); align-items: center; gap: clamp(46px, 7vw, 100px); }
.about-story-copy h2, .about-section-heading h2 { margin-bottom: 30px; color: var(--about-ink); font-size: clamp(34px, 4vw, 58px); font-weight: 750; line-height: 1.06; letter-spacing: -.045em; }
.about-story-copy > p:not(.about-kicker) { margin-bottom: 18px; color: var(--about-muted); font-size: 16px; line-height: 1.75; }
.about-credentials { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--about-line); border-bottom: 1px solid var(--about-line); }
.about-credentials span { padding: 22px 14px 22px 0; color: var(--about-muted); font-size: 12px; line-height: 1.5; }
.about-credentials span + span { padding-left: 24px; border-left: 1px solid var(--about-line); }
.about-credentials strong { display: block; margin-bottom: 4px; color: var(--about-ink); font-size: 18px; }
.about-story-media { overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 24px 60px rgba(17,32,54,.14); }
.about-redesign .about-map {
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  display: block;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
  background: #03152d;
}
.about-redesign .download-row { min-height: 92px; margin: 0; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--about-line); background: #fff; }
.download-row div { display: flex; flex-direction: column; gap: 3px; }
.download-row strong { color: var(--about-ink); font-size: 14px; }
.download-row span { color: var(--about-muted); font-size: 12px; }
.about-redesign .download-button { flex: none; min-width: 130px; min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 4px; color: #fff; background: var(--about-orange); box-shadow: none; font-size: 12px; font-weight: 750; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }

/* Services carousel */
.about-services { padding: clamp(72px, 8vw, 110px) clamp(24px, 6vw, 80px); background: var(--about-surface); }
.about-section-heading { width: min(1160px, 100%); margin: 0 auto 44px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 50px; }
.about-section-heading h2 { max-width: 760px; margin-bottom: 0; }
.about-section-heading > p { margin: 0 0 5px; color: var(--about-muted); font-size: 15px; line-height: 1.7; }
.about-redesign .slider-about { width: min(1160px, 100%); height: 300px; margin: 0 auto; overflow: hidden; border: 0; border-radius: 8px; background: var(--about-navy); box-shadow: 0 22px 50px rgba(17,32,54,.16); }
.about-redesign .slider-about-track { height: 100%; display: flex; transition: transform .75s cubic-bezier(.22,.61,.36,1); }
.about-redesign .slider-about-item { position: relative; min-width: 33.3333%; height: 100%; margin: 0; padding: 0 5px; flex: 0 0 33.3333%; overflow: hidden; }
.about-redesign .slider-about-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s ease; }
.about-redesign .slider-about-item::after { content: ""; position: absolute; inset: 0 5px; background: linear-gradient(0deg, rgba(4,14,28,.88), transparent 55%); pointer-events: none; }
.about-redesign .slider-about-item figcaption { position: absolute; z-index: 2; right: 28px; bottom: 24px; left: 28px; color: #fff; font-size: 17px; font-weight: 700; }
.about-redesign .slider-about-item:hover img { transform: scale(1.035); }

/* Mission and vision */
.about-redesign .mission-section { width: 100%; padding: clamp(76px, 9vw, 124px) clamp(24px, 6vw, 80px); display: block; overflow: hidden; background: var(--about-navy); }
.about-redesign .mission-section::before { opacity: .07; }
.about-redesign .mission-vision-heading { width: min(1160px, 100%); margin: 0 auto 50px; }
.about-redesign .mission-vision-heading h2 { margin: 0; padding: 0; color: #fff; font-size: clamp(42px, 6vw, 78px); font-weight: 800; line-height: 1; letter-spacing: -.05em; text-transform: none; }
.about-redesign .mission-vision-heading h2::after { display: none; }
.mission-vision-grid { width: min(1160px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.about-redesign .mission-vision-row { width: 100%; min-height: 0; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; overflow: hidden; background: rgba(255,255,255,.035); }
.about-redesign .mission-vision-row + .mission-vision-row { border-top: 1px solid rgba(255,255,255,.12); }
.about-redesign .mission-collage { order: 1; width: 100%; min-height: 300px; height: 300px; margin: 0; overflow: hidden; }
.about-redesign .mission-collage::after { background: linear-gradient(0deg, rgba(7,20,38,.35), transparent 55%); }
.about-redesign .mission-collage img, .about-redesign .mission-collage .mission-feature-image, .about-redesign .mission-collage .vision-feature-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-redesign .mission-card, .about-redesign .mission-card-primary, .about-redesign .mission-vision-row .mission-card, .about-redesign .mission-vision-row .mission-card-primary { order: 2; width: 100%; min-height: 310px; margin: 0; padding: 42px; display: block; border: 0; border-top: 3px solid var(--about-orange); border-left: 0; border-radius: 0; background: transparent; box-shadow: none; }
.mission-number { display: block; margin-bottom: 24px; color: var(--about-orange); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.about-redesign .mission-vision-row .mission-card h2 { margin: 0 0 18px; padding: 0; color: #fff; font-size: clamp(28px, 3vw, 40px); font-weight: 750; line-height: 1.05; letter-spacing: -.025em; text-transform: none; }
.about-redesign .mission-vision-row .mission-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.72; }

/* Core values */
.about-redesign .Corevalues-section { width: 100%; padding: clamp(76px, 9vw, 124px) clamp(24px, 6vw, 80px); overflow: hidden; background: #fff; color: var(--about-ink); }
.about-redesign .Corevalues-section::before { display: none; }
.about-redesign .core-values-heading { width: min(1160px, 100%); margin: 0 auto 50px; }
.about-redesign .core-values-heading h2 { margin: 0; color: var(--about-ink); font-size: clamp(42px, 6vw, 78px); font-weight: 800; line-height: 1; letter-spacing: -.05em; text-transform: none; }
.about-redesign .core-values-list { width: min(1160px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.about-redesign .core-values-list::before { display: none; }
.about-redesign .core-value-card { min-height: 360px; padding: 0; display: flex; flex-direction: column; gap: 0; border: 1px solid var(--about-line); border-radius: 8px; overflow: hidden; background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.about-redesign .core-value-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(17,32,54,.12); }
.about-redesign .core-value-image { order: 1; width: 100%; height: 180px; border-radius: 0; mask-image: none; -webkit-mask-image: none; }
.about-redesign .core-value-image::after { background: linear-gradient(0deg, rgba(7,20,38,.28), transparent 60%); }
.about-redesign .core-value-image img { filter: saturate(.88) contrast(1.04); }
.about-redesign .core-value-letter { position: absolute; z-index: 3; top: 145px; left: 24px; width: 56px; height: 56px; padding: 0; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; background: var(--about-orange); font-size: 25px; font-weight: 800; line-height: 1; text-shadow: none; -webkit-text-stroke: 0; }
.about-redesign .core-value-letter::after { display: none; }
.about-redesign .core-value-copy { order: 2; padding: 42px 26px 28px; }
.about-redesign .core-value-copy::before, .about-redesign .core-value-copy .core-value-title::before { display: none; }
.about-redesign .core-value-copy .core-value-title { margin: 0 0 12px; padding: 0; color: var(--about-ink); font-size: 18px; font-weight: 750; line-height: 1.3; letter-spacing: -.015em; }
.about-redesign .core-value-copy p { margin: 0; color: var(--about-muted); font-size: 14px; line-height: 1.65; }
.about-redesign .core-value-card-last { min-height: 360px; justify-content: flex-end; background: linear-gradient(145deg, var(--about-navy-soft), var(--about-navy)); }
.about-redesign .core-value-card-last::before { content: ""; position: absolute; inset: 0; opacity: .13; background: url("images/earth.png") center / cover no-repeat; }
.about-redesign .core-value-card-last .core-value-letter { top: 24px; }
.about-redesign .core-value-card-last .core-value-copy { position: relative; z-index: 2; }
.about-redesign .core-value-card-last .core-value-title { color: #fff; }
.about-redesign .core-value-card-last .core-value-copy p { color: rgba(255,255,255,.7); }
.about-redesign .core-value-destination { position: absolute; top: 85px; right: 20px; bottom: auto; left: 20px; min-height: 150px; }

/* CTA */
.about-cta { padding: clamp(60px, 7vw, 90px) clamp(24px, 7vw, 100px); display: flex; align-items: center; justify-content: space-between; gap: 40px; color: #fff; background: var(--about-orange); }
.about-cta .about-kicker { color: rgba(255,255,255,.72); }
.about-cta h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(32px, 4.3vw, 58px); font-weight: 750; line-height: 1.06; letter-spacing: -.045em; }
.about-cta > a { min-width: 190px; min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(255,255,255,.65); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

@media (max-width: 980px) {
  .about-redesign .about-hero { min-height: 580px; grid-template-columns: 1fr 44%; }
  .about-hero-visual { min-height: 580px; }
  .about-story { grid-template-columns: 1fr; }
  .about-story-media { width: 100%; }
  .mission-vision-grid { grid-template-columns: 1fr; }
  .about-redesign .core-values-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .about-page .topplane { width: clamp(190px, 62vw, 300px); }
  .about-redesign .about-hero { min-height: 0; grid-template-columns: 1fr; }
  .about-hero-copy { min-height: 520px; padding: 68px 22px; }
  .about-hero-copy h1 { font-size: clamp(46px, 15vw, 66px); }
  .about-hero-visual { min-height: 320px; }
  .about-hero-visual::after { background: linear-gradient(0deg, rgba(7,20,38,.5), transparent 60%); }
  .about-hero-badge { right: 18px; bottom: 18px; width: 162px; min-height: 92px; padding: 17px; }
  .about-story, .about-services, .about-redesign .mission-section, .about-redesign .Corevalues-section { padding: 64px 18px; }
  .about-story-copy h2, .about-section-heading h2 { font-size: 34px; }
  .about-story-copy > p:not(.about-kicker) { font-size: 15px; }
  .about-credentials { grid-template-columns: 1fr; }
  .about-credentials span + span { padding-left: 0; border-top: 1px solid var(--about-line); border-left: 0; }
  .about-redesign .about-map { height: auto; aspect-ratio: 1672 / 941; object-fit: contain; }
  .about-redesign .download-row { align-items: flex-start; flex-direction: column; }
  .about-redesign .download-button { width: 100%; }
  .about-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .about-redesign .slider-about { height: 270px; }
  .about-redesign .slider-about-item { min-width: 100%; flex-basis: 100%; padding: 0; }
  .about-redesign .slider-about-item::after { inset-inline: 0; }
  .about-redesign .mission-vision-heading h2, .about-redesign .core-values-heading h2 { font-size: 42px; }
  .about-redesign .mission-vision-row { display: flex; }
  .about-redesign .mission-collage { order: 1; height: 230px; min-height: 230px; }
  .about-redesign .mission-card, .about-redesign .mission-card-primary, .about-redesign .mission-vision-row .mission-card, .about-redesign .mission-vision-row .mission-card-primary { order: 2; min-height: 0; padding: 32px 26px 36px; }
  .about-redesign .mission-vision-row .mission-card h2 { font-size: 28px; }
  .about-redesign .core-values-list { grid-template-columns: 1fr; }
  .about-redesign .core-value-card, .about-redesign .core-value-card-last { min-height: 340px; }
  .about-cta { padding: 58px 22px; align-items: flex-start; flex-direction: column; }
  .about-cta > a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .about-redesign *, .about-redesign *::before, .about-redesign *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
