/* ════════════════════════════════════════════════════════════════════
   MISSION, VISION & VALUES — Content Sections
   Isolated component (see vision-content.js). Covers Mission (white),
   Vision (royal blue), Core Values (white), Promise (royal blue),
   Journey (white) and the closing CTA (royal blue). Uses the shared
   .section / .kicker / .panel tokens from styles.css so it reads as
   one continuous theme with the rest of the site.
   ════════════════════════════════════════════════════════════════════ */

.mvv-section-alt { text-transform: none; }

/* generic split layout: text + visual, used by Mission and Vision */
.mvv-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5rem);
}

@media (max-width: 900px) {
  .mvv-split { grid-template-columns: 1fr; gap: 2.75rem; }
  .mvv-split .mvv-image-frame { max-width: 460px; margin: 0 auto; }
}

.mvv-eyebrow-head h2 {
  font-size: clamp(2rem, 4.2vw, 2.9rem);
  font-weight: 800;
  text-transform: none;
  line-height: 1.15;
  margin-bottom: 1.1rem;
}

.mvv-eyebrow-head p {
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 46ch;
  line-height: 1.75;
}

.mvv-underline {
  width: 52px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--accent-hot), var(--accent));
  margin: 1.5rem 0 2rem;
}

/* ══════════════════ MISSION (white) ══════════════════ */
.mvv-mission { background: var(--surface); }

.mvv-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

.mvv-feature {
  padding: 1.5rem 1.3rem;
  text-align: left;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.16, .84, .44, 1);
}

.mvv-feature.visible { opacity: 1; transform: translateY(0); }

.mvv-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent-hot), var(--accent));
  color: #fff;
  box-shadow: 0 10px 22px rgba(255, 106, 31, .3);
  margin-bottom: 1rem;
  transition: transform .35s cubic-bezier(.16, .84, .44, 1), box-shadow .35s ease;
}

.mvv-feature-icon svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.mvv-feature.visible:hover .mvv-feature-icon { transform: scale(1.1) rotate(-4deg); box-shadow: 0 14px 30px rgba(255, 106, 31, .42); }

.mvv-feature h4 { font-size: 1rem; font-weight: 700; text-transform: none; font-family: var(--font-body); margin-bottom: .45rem; color: var(--ink); overflow-wrap: break-word; }

.mvv-feature p { font-size: .88rem; color: var(--ink-soft); line-height: 1.55; }

/* image frame shared by Mission + Vision visuals */
.mvv-image-frame {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 6 / 5;
  box-shadow: 0 1px 2px rgba(20, 22, 28, .06), 0 26px 56px rgba(20, 22, 28, .16);
  transition: transform .5s cubic-bezier(.16, .84, .44, 1);
}

.mvv-image-frame:hover { transform: translateY(-6px); }

.mvv-image-frame picture, .mvv-image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }

.mvv-image-frame .mvv-image-frame-scale { transition: transform .8s cubic-bezier(.16, .84, .44, 1); transform-origin: center; }

.mvv-image-frame:hover .mvv-image-frame-scale { transform: scale(1.06); }

.mvv-mission-photo { object-position: 50% 42%; }

.mvv-vision-photo { object-position: 20% 50%; }

.mvv-vision-photo-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(165deg, rgba(6, 14, 36, .18) 0%, rgba(4, 9, 22, .32) 100%);
}

.mvv-split-visual { position: relative; }

.mvv-dot-grid {
  position: absolute;
  width: 128px;
  height: 128px;
  z-index: -1;
  background-image: radial-gradient(var(--accent) 1.6px, transparent 1.6px);
  background-size: 14px 14px;
  opacity: .5;
}

.mvv-split-visual.mvv-dot-tr .mvv-dot-grid { top: -28px; right: -28px; }
.mvv-split-visual.mvv-dot-tl .mvv-dot-grid { top: -28px; left: -28px; }

.mvv-corner-block {
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 96px;
  height: 96px;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, var(--accent-hot), var(--accent));
  z-index: -1;
  box-shadow: 0 18px 34px rgba(255, 106, 31, .3);
}

.mvv-split-visual { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.16, .84, .44, 1); }
.mvv-split-visual.visible { opacity: 1; transform: translateY(0); }

/* ══════════════════ ROYAL BLUE base (Vision / Promise / CTA) ══════════════════ */
.mvv-navy {
  --bg: #0A1F4D;
  --surface: #0D2559;
  --surface-2: #0F2A63;
  --border: rgba(255, 255, 255, .12);
  --ink: #EEF2FA;
  --ink-dim: #A9B7D6;
  --ink-soft: #A9B7D6;
  --accent: #FF6A1F;
  --accent-ink: #FFA25C;
  --accent-hot: #FFC24B;
  --accent-deep: #E23B1F;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(165deg, #0A1F4D 0%, #0B2255 55%, #091C46 100%);
  color: var(--ink);
}

.mvv-navy .kicker { color: var(--accent-hot); }
.mvv-navy .kicker::before { background: var(--accent); }
.mvv-navy h2 { color: var(--ink); }
.mvv-navy .mvv-eyebrow-head p { color: var(--ink-dim); }
.mvv-navy .section-head p { color: var(--ink-dim); }

.mvv-navy-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

.mvv-navy-glow {
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(ellipse 42% 46% at 12% 20%, rgba(255, 106, 31, .14), transparent 60%),
    radial-gradient(ellipse 46% 50% at 90% 80%, rgba(255, 122, 26, .1), transparent 62%);
}

.mvv-navy-waves { position: absolute; inset: 0; opacity: .18; }
.mvv-navy-waves svg { width: 100%; height: 100%; }
.mvv-navy-waves path {
  fill: none; stroke: url(#mvvWaveGrad); stroke-width: 1; stroke-linecap: round;
  stroke-dasharray: 4 11; animation: mvvWaveFlow 20s linear infinite;
}
.mvv-navy-waves path.w2 { animation-duration: 26s; animation-direction: reverse; opacity: .6; }

.mvv-navy-particles { position: absolute; inset: 0; overflow: hidden; }
.mvv-navy-particle {
  position: absolute; bottom: -6%; left: var(--px, 50%);
  width: var(--ps, 3px); height: var(--ps, 3px); border-radius: 50%;
  background: var(--pc, var(--accent-hot)); box-shadow: 0 0 6px 1px var(--pc, var(--accent-hot));
  opacity: 0; animation: mvvParticleDrift var(--pd, 14s) ease-in var(--pdelay, 0s) infinite;
}

.mvv-navy-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse 65% 55% at 50% 45%, #000 25%, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse 65% 55% at 50% 45%, #000 25%, transparent 88%);
}

/* ══════════════════ VISION (royal blue) ══════════════════ */
.mvv-vision { padding: clamp(5rem, 9vw, 7rem) 0; }
.mvv-vision-inner { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 0 1.75rem; }

.mvv-vision .mvv-image-frame { border: 1px solid rgba(255, 255, 255, .1); }

.mvv-stat-row {
  display: flex;
  align-items: stretch;
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--border);
}

@media (max-width: 560px) { .mvv-stat-row { flex-direction: column; gap: 1.5rem; } }

.mvv-stat-item { flex: 1; text-align: left; opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.16, .84, .44, 1); }
.mvv-stat-item.visible { opacity: 1; transform: translateY(0); }

.mvv-stat-divider { width: 1px; background: var(--border); margin: 0 1.5rem; flex-shrink: 0; }
@media (max-width: 560px) { .mvv-stat-divider { display: none; } }

.mvv-stat-icon {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1.5px solid rgba(255, 122, 26, .55);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent-hot); margin-bottom: .9rem;
}

.mvv-stat-icon svg { width: 19px; height: 19px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.mvv-stat-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  color: var(--accent-hot);
  line-height: 1;
  letter-spacing: -.01em;
}

.mvv-stat-label { margin-top: .55rem; font-family: var(--font-mono); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-dim); }

/* ══════════════════ CORE VALUES (white) ══════════════════ */
.mvv-values { background: var(--surface); }

.mvv-node-strip {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 .5rem;
}

@media (max-width: 900px) {
  .mvv-node-strip { flex-wrap: wrap; justify-content: center; gap: 2.25rem 1rem; }
  .mvv-node-strip::before { display: none; }
}

.mvv-node-strip::before {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  top: 38px;
  height: 0;
  border-top: 2px dashed rgba(255, 106, 31, .3);
  z-index: 0;
  animation: mvvLinePulse 3.4s ease-in-out infinite;
}

@keyframes mvvLinePulse {
  0%, 100% { opacity: .55; filter: drop-shadow(0 0 0 rgba(255, 106, 31, 0)); }
  50% { opacity: 1; filter: drop-shadow(0 0 5px rgba(255, 106, 31, .55)); }
}

.mvv-value-node {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 15%;
  opacity: 0;
  transform: translateY(24px) scale(.94);
  transition: opacity .55s ease, transform .55s cubic-bezier(.16, .84, .44, 1);
}

@media (max-width: 900px) { .mvv-value-node { width: 140px; } }

.mvv-value-node.visible { opacity: 1; transform: translateY(0) scale(1); }

.mvv-value-icon {
  width: 76px; height: 76px; border-radius: 50%;
  background: var(--surface);
  border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent-ink);
  box-shadow: 0 1px 2px rgba(20, 22, 28, .05), 0 12px 26px rgba(20, 22, 28, .08);
  transition: transform .4s cubic-bezier(.16, .84, .44, 1), border-color .4s ease, box-shadow .4s ease, color .4s ease;
}

.mvv-value-icon svg { width: 30px; height: 30px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.mvv-value-node.visible:hover .mvv-value-icon {
  transform: translateY(-6px) scale(1.08);
  border-color: var(--accent);
  color: #fff;
  background: linear-gradient(135deg, var(--accent-hot), var(--accent));
  box-shadow: 0 18px 36px rgba(255, 106, 31, .32);
}

.mvv-value-label { margin-top: 1.1rem; font-weight: 700; font-size: .96rem; color: var(--ink); }
.mvv-value-node p { margin-top: .35rem; font-size: .82rem; color: var(--ink-soft); max-width: 15ch; line-height: 1.5; }

/* ══════════════════ OUR PROMISE (royal blue) ══════════════════ */
.mvv-promise { padding: clamp(4.5rem, 8vw, 6rem) 0; }
.mvv-promise-inner { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 0 1.75rem; }

.mvv-promise-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 760px) { .mvv-promise-strip { grid-template-columns: repeat(2, 1fr); } }

.mvv-promise-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .9rem;
  padding: 0 1.4rem;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .5s ease, transform .5s cubic-bezier(.16, .84, .44, 1), transform .35s cubic-bezier(.16,.84,.44,1);
}

.mvv-promise-item.visible { opacity: 1; transform: translateY(0); }

.mvv-promise-item::before {
  content: '';
  position: absolute;
  left: 0; top: 14%; bottom: 14%; width: 1px;
  background: var(--border);
}

@media (min-width: 761px) { .mvv-promise-item:nth-child(1)::before { display: none; } }
@media (max-width: 760px) { .mvv-promise-item:nth-child(2n+1)::before { display: none; } }

.mvv-promise-icon {
  width: 56px; height: 56px; border-radius: 50%;
  border: 1.5px solid rgba(255, 122, 26, .5);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent-hot);
  transition: transform .35s cubic-bezier(.16, .84, .44, 1), box-shadow .35s ease, background .35s ease;
}

.mvv-promise-icon svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.mvv-promise-item.visible:hover .mvv-promise-icon {
  transform: scale(1.12);
  background: rgba(255, 106, 31, .12);
  box-shadow: 0 0 32px rgba(255, 106, 31, .35);
}

.mvv-promise-item h4 { font-size: 1.05rem; font-weight: 700; text-transform: none; font-family: var(--font-body); color: var(--ink); }
.mvv-promise-item p { font-size: .86rem; color: var(--ink-dim); line-height: 1.55; max-width: 22ch; }

/* ══════════════════ JOURNEY (white) ══════════════════ */
.mvv-journey { background: var(--surface); }

.mvv-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 .5rem;
}

@media (max-width: 900px) {
  .mvv-timeline { flex-wrap: wrap; justify-content: center; gap: 2.5rem 1.25rem; }
  .mvv-timeline::before { display: none; }
}

.mvv-timeline::before {
  content: '';
  position: absolute;
  left: 6%;
  right: 6%;
  top: 32px;
  height: 0;
  border-top: 2px dashed rgba(255, 106, 31, .3);
  z-index: 0;
}

.mvv-timeline-fill {
  position: absolute;
  left: 6%;
  top: 32px;
  height: 2px;
  width: 0;
  z-index: 0;
  background: linear-gradient(90deg, var(--accent-hot), var(--accent));
  box-shadow: 0 0 8px rgba(255, 106, 31, .5);
  transition: width 1.7s cubic-bezier(.16, .84, .44, 1);
}

.mvv-timeline.filled .mvv-timeline-fill { width: 88%; }

@media (max-width: 900px) { .mvv-timeline-fill { display: none; } }

.mvv-milestone {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 19%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.16, .84, .44, 1);
}

@media (max-width: 900px) { .mvv-milestone { width: 150px; } }

.mvv-milestone.visible { opacity: 1; transform: translateY(0); }

.mvv-milestone-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-hot), var(--accent));
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  box-shadow: 0 14px 30px rgba(255, 106, 31, .32), 0 0 0 6px var(--surface);
  transition: transform .4s cubic-bezier(.16, .84, .44, 1);
}

.mvv-milestone-icon svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.mvv-milestone.visible:hover .mvv-milestone-icon { transform: translateY(-6px) scale(1.06); }

.mvv-milestone-year { margin-top: 1.1rem; font-family: var(--font-mono); font-weight: 700; font-size: .95rem; letter-spacing: .04em; color: var(--accent-ink); }
.mvv-milestone h4 { margin-top: .3rem; font-size: 1rem; font-weight: 700; text-transform: none; font-family: var(--font-body); color: var(--ink); }
.mvv-milestone p { margin-top: .4rem; font-size: .82rem; color: var(--ink-soft); line-height: 1.5; max-width: 17ch; }

/* ══════════════════ CTA (royal blue) ══════════════════ */
.mvv-cta { margin: 0 auto 4rem; max-width: 1300px; padding: 0 1.75rem; }

.mvv-cta-inner {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(9, 20, 50, .35), 0 0 0 1px rgba(255, 255, 255, .04) inset;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

@media (max-width: 860px) {
  .mvv-cta-inner { grid-template-columns: 1fr; text-align: center; }
}

.mvv-cta-content { position: relative; z-index: 2; padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(3rem, 6vw, 4.5rem) clamp(1.75rem, 5vw, 3rem); }

@media (max-width: 860px) { .mvv-cta-content { padding: clamp(3rem, 6vw, 4rem) 1.75rem 0; } }

.mvv-cta-content h2 {
  font-family: var(--font-display); text-transform: none; font-weight: 800;
  font-size: clamp(2rem, 4.2vw, 2.9rem); line-height: 1.15; color: var(--ink);
}

.mvv-cta-content p { margin-top: 1.1rem; color: var(--ink-dim); max-width: 44ch; font-size: 1.02rem; line-height: 1.7; }
@media (max-width: 860px) { .mvv-cta-content p { margin-left: auto; margin-right: auto; } }

.mvv-cta-btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 1.1rem;
  margin-top: 2.2rem;
  padding: .55rem .55rem .55rem 1.8rem;
  border-radius: 3rem;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--accent-hot), var(--accent));
  border: 1px solid rgba(255, 255, 255, .25);
  box-shadow: 0 12px 28px rgba(255, 106, 31, .35), inset 0 1px 0 rgba(255, 255, 255, .3);
  transition: box-shadow .35s ease, transform .3s cubic-bezier(.16, .84, .44, 1), background .35s ease, border-color .35s ease;
}

.mvv-cta-btn:hover {
  transform: translateY(-3px);
  background: #0A0B0E;
  border-color: var(--accent);
  box-shadow: 0 18px 40px rgba(255, 106, 31, .4), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.mvv-cta-btn-label { font-family: var(--font-mono); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.mvv-cta-btn-arrow {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: #fff; color: var(--accent-deep); flex-shrink: 0;
  transition: transform .35s cubic-bezier(.16, .84, .44, 1);
}

.mvv-cta-btn-arrow svg { width: 17px; height: 17px; }
.mvv-cta-btn:hover .mvv-cta-btn-arrow { transform: translateX(3px) rotate(-8deg); }

.mvv-cta-ripple { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .5); transform: scale(0); opacity: 1; pointer-events: none; animation: mvvCtaRipple .7s ease-out forwards; }
@keyframes mvvCtaRipple { to { transform: scale(2.6); opacity: 0; } }

.mvv-cta-visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  margin: clamp(1.5rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2.25rem) 0;
  border-radius: 1.4rem;
  overflow: hidden;
  aspect-ratio: 7/5;
  box-shadow: 0 20px 44px rgba(3, 8, 24, .4);
}
@media (max-width: 860px) { .mvv-cta-visual { max-width: 420px; margin: 0 auto 2.5rem; width: 100%; } }
.mvv-cta-visual picture, .mvv-cta-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mvv-cta-photo { object-position: 45% 55%; filter: brightness(.92) saturate(1.08); }

@media (prefers-reduced-motion: reduce) {
  .mvv-navy-waves path, .mvv-navy-particle, .mvv-node-strip::before { animation: none !important; }
  .mvv-timeline-fill { transition: none !important; }
}
