/* about.css — M PRO9 About Page */

:root {
  --primary: #173f64;
  --primary-light: #319dcf;
  --secondary: #0a1f3d;
  --text-dark: #0f172a;
  --text-muted: #64748b;
  --bg-light: #f8fafc;
  --radius: 16px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg-light);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  padding-top: var(--site-nav-h-px, 80px);
}

/* ---- Skip link ---- */
.skip-link {
  position: absolute;
  top: -120%;
  left: 16px;
  padding: 10px 22px;
  background: var(--secondary);
  color: #f1f5fa;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 0 0 10px 10px;
  z-index: 10000;
  text-decoration: none;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 0; outline: 3px solid var(--primary-light); outline-offset: 2px; }

/* ---- Typography ---- */
h1, h2, h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 1.15;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
h3 { font-size: clamp(1.05rem, 2vw, 1.25rem); }

/* ---- Container ---- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) { .container { padding: 0 20px; } }

/* ---- Section ---- */
.section { padding: 100px 0; }

@media (max-width: 768px) { .section { padding: 64px 0; } }

/* ---- Section label (small uppercase eyebrow) ---- */
.section-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--primary-light);
  margin-bottom: 12px;
}

/* ---- Centered section title ---- */
.section-title {
  text-align: center;
  margin-bottom: 56px;
}
.section-title h2 { color: var(--primary); margin-bottom: 10px; }
.section-title p  { color: var(--text-muted); font-size: 1.05rem; max-width: 520px; margin: 0 auto; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  background: var(--primary-light);
  color: #ffffff;
}
.btn-primary:hover {
  background: #2589ba;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(49,157,207,0.32);
}

.btn-ghost {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.45);
}
.btn-ghost:hover {
  border-color: #ffffff;
  background: rgba(255,255,255,0.08);
}

/* ===================== HERO ===================== */
.about-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(160deg, rgba(10,31,61,0.6) 0%, rgba(10,31,61,0.78) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 40px 64px;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--primary-light);
  margin-bottom: 14px;
}

.hero-content h1 {
  color: #ffffff;
  max-width: 620px;
  margin-bottom: 20px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.28);
}

.hero-sub {
  color: rgba(255,255,255,0.86);
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 540px;
}

@media (max-width: 768px) {
  .about-hero { min-height: auto; }
  .hero-content { padding: 60px 20px 52px; }
  .hero-sub { font-size: 1rem; }
}

/* ===================== BRAND MEANING ===================== */
.brand-meaning { background: #ffffff; }

.section-heading {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  color: var(--primary);
  margin-bottom: 48px;
}

.meaning-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 992px) { .meaning-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .meaning-grid { grid-template-columns: 1fr; } }

.meaning-card {
  position: relative;
  padding: 30px 24px 28px;
  background: var(--bg-light);
  border-radius: var(--radius);
  border: 1px solid #e2eaf2;
  overflow: hidden;
}

.meaning-letter {
  display: block;
  position: absolute;
  top: 8px;
  right: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 1;
  color: var(--primary);
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
}

.meaning-card h3 {
  color: var(--primary);
  margin-bottom: 10px;
  position: relative;
}

.meaning-card p {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.72;
  position: relative;
}

/* ===================== COMPANY STORY ===================== */
.company-story { background: var(--bg-light); }

.story-inner {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 48px;
  align-items: start;
}

.story-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story-visual img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  box-shadow: 0 8px 32px rgba(23,63,100,0.12), 0 2px 8px rgba(23,63,100,0.06);
}

/* Operating Model panel */
.op-model {
  background: #ffffff;
  border: 1px solid #e2eaf2;
  border-radius: 14px;
  padding: 20px 22px 14px;
  box-shadow: 0 2px 10px rgba(23,63,100,0.04);
}

.op-model__title {
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-light);
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf2f7;
}

.op-model__item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 9px 0;
  border-bottom: 1px solid #f0f4f9;
}
.op-model__item:last-child {
  border-bottom: none;
  padding-bottom: 2px;
}

.op-model__label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 7px;
}
.op-model__label::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary-light);
  flex-shrink: 0;
}

.op-model__desc {
  font-size: 0.80rem;
  color: var(--text-muted);
  line-height: 1.5;
  padding-left: 11px;
  display: block;
}

@media (max-width: 900px) {
  .story-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.story-inner h2 {
  color: var(--primary);
  margin-bottom: 28px;
  margin-top: 4px;
}

.story-inner p {
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.82;
  margin-bottom: 18px;
}
.story-inner p:last-child { margin-bottom: 0; }

/* ===================== BELIEFS ===================== */
.beliefs { background: #ffffff; }

.belief-manifesto {
  border-bottom: 1px solid rgba(23,63,100,0.09);
}

.belief-row {
  display: grid;
  grid-template-columns: 80px minmax(200px, 0.75fr) 1.5fr;
  align-items: start;
  gap: 36px;
  padding: 32px 0;
  border-top: 1px solid rgba(23,63,100,0.09);
}

.belief-num {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  color: var(--primary-light);
  opacity: 0.38;
  line-height: 1;
  letter-spacing: -0.02em;
  padding-top: 3px;
}

.belief-row h3 {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--primary);
  line-height: 1.3;
  padding-top: 4px;
}

.belief-row p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.78;
  padding-top: 3px;
}

@media (max-width: 900px) {
  .belief-row {
    grid-template-columns: 60px 1fr;
    gap: 20px 24px;
  }
  .belief-row p {
    grid-column: 2;
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .belief-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 26px 0;
  }
  .belief-num { font-size: 1.6rem; }
  .belief-row p { padding-top: 0; grid-column: auto; }
}

/* ===================== LEADERSHIP ===================== */
.leadership { background: var(--bg-light); }

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

@media (max-width: 992px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .team-grid { grid-template-columns: 1fr; } }

.person-card {
  text-align: center;
  background: #ffffff;
  border-radius: var(--radius);
  padding: 32px 20px 28px;
  border: 1px solid #e2eaf2;
  box-shadow: 0 2px 12px rgba(23,63,100,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.person-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(23,63,100,0.11);
}

.person-photo {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 18px;
  border: 3px solid #e2eaf2;
  background: var(--bg-light);
}

.person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.person-photo--cto img {
  object-position: center 38%;
}
.person-photo--vp img {
  object-position: center 35%;
}

.person-card h3 {
  color: var(--primary);
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.person-role {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--primary-light);
  margin-bottom: 12px;
  white-space: nowrap;
}

@media (max-width: 420px) {
  .person-role {
    font-size: 0.70rem;
    letter-spacing: 0.05em;
    white-space: normal;
  }
}

.person-bio {
  font-size: 0.87rem;
  color: var(--text-muted);
  line-height: 1.55;
  text-align: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

/* ===================== VISION & MISSION ===================== */
.vm-section { background: #ffffff; }

.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

@media (max-width: 680px) { .vm-grid { grid-template-columns: 1fr; } }

.vm-block {
  padding: 40px 36px;
  border-radius: var(--radius);
  background: var(--bg-light);
  border: 1px solid #e2eaf2;
}

.vm-icon {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: rgba(49,157,207,0.1);
  color: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 18px;
}

.vm-block h2 {
  font-size: 1.55rem;
  color: var(--primary);
  margin-bottom: 12px;
}

.vm-block p {
  color: #334155;
  font-size: 1rem;
  line-height: 1.8;
}

/* ===================== FINAL CTA ===================== */
.about-cta {
  background: var(--secondary);
  padding: 100px 0;
}

@media (max-width: 768px) { .about-cta { padding: 72px 0; } }

.cta-inner {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

.cta-inner h2 {
  color: #ffffff;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  margin-bottom: 14px;
}

.cta-inner p {
  color: rgba(255,255,255,0.68);
  font-size: 1.05rem;
  margin-bottom: 32px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Touch: min-height 44px for coarse-pointer buttons ──────────── */
@media (pointer: coarse) {
  .btn { min-height: 44px; }
}

/* ── Touch: cancel hover lift so it does not stick on tap ────────
   Colour and border-colour changes are kept (they read fine on tap).
   Only transforms and non-resting shadows are suppressed.        */
@media (hover: none) {
  .btn-primary:hover {
    transform: none;
    box-shadow: none;
  }
  .person-card:hover {
    transform: none;
    box-shadow: 0 2px 12px rgba(23,63,100,0.05);
  }
}

/* ── Story: cap image height so it does not overpower text on mobile */
@media (max-width: 768px) {
  .story-visual img { max-height: 260px; }
}

/* ── Leadership: centre the lone card when 5 cards sit in 2 cols ── */
@media (max-width: 992px) and (min-width: 521px) {
  .person-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ── Small-screen polish ─────────────────────────────────────────
   430 px — narrow phones (iPhone SE landscape, Galaxy A-series)
   390 px — iPhone 12/13/14/15 standard portrait
   360 px — smallest common Android viewport                      */
@media (max-width: 430px) {
  .hero-content { padding: 52px 18px 44px; }
  .meaning-card { padding: 24px 20px 22px; }
  .vm-block     { padding: 32px 24px; }
}

@media (max-width: 390px) {
  .vm-block { padding: 28px 20px; }
  .op-model { padding: 16px 18px 12px; }
}

@media (max-width: 360px) {
  .hero-content    { padding: 44px 16px 36px; }
  .section-heading { margin-bottom: 32px; }
  .belief-row      { padding: 20px 0; gap: 8px; }
}

/* ===================== REDUCED MOTION ===================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
}
.site-footer a { color: #d4e8ff; text-decoration: none; }

/* ═══════════════════════════════════════════════════════════════════
   ABOUT PAGE — PREMIUM IDENTITY UPGRADE  v2.0
   Append block — overrides use specificity or !important where
   necessary to beat existing rules.
   Desktop: ≥769px. Mobile: ≤768px.
   ═══════════════════════════════════════════════════════════════════ */

/* ─── TASK 1: Hero depth upgrade ──────────────────────────────────── */
.about-hero {
  min-height: 78vh; /* was 62vh — identity presence */
}

/* Blueprint grid texture — very faint cyan grid over dark overlay */
.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(49,157,207,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49,157,207,0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 2;
  pointer-events: none;
}

/* Cyan signal line — chapter separator at hero foot */
.about-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(49,157,207,0.35) 20%,
    rgba(49,157,207,0.65) 50%,
    rgba(49,157,207,0.35) 80%,
    transparent 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* Hero subtext — tighter column for premium feel */
.hero-sub {
  max-width: 460px !important; /* was 540px */
}

/* ─── TASK 2: Brand Meaning cards — depth ──────────────────────────── */
.meaning-card {
  box-shadow: 0 2px 14px rgba(23,63,100,0.07), 0 1px 3px rgba(23,63,100,0.04);
  border-color: rgba(23,63,100,0.11);
  transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.meaning-card:hover {
  box-shadow: 0 6px 28px rgba(23,63,100,0.12), 0 2px 8px rgba(23,63,100,0.06);
  transform: translateY(-2px);
}

/* Watermark: lift from 0.07 to legible-but-background */
.meaning-letter {
  opacity: 0.13;
}

/* Top accent line per card */
.meaning-card::before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-light), rgba(49,157,207,0.3));
  margin-bottom: 16px;
  border-radius: 2px;
}

/* ─── TASK 3: Operating Model — connected system ──────────────────── */

/* Remove old flat-card container style */
.op-model {
  position: relative;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

/* Title: small top margin now that container has no padding */
.op-model__title {
  margin-bottom: 12px;
  padding-left: 4px;
}

/* Vertical connection rail */
.op-model::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 24px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom,
    rgba(49,157,207,0.6) 0%,
    rgba(49,157,207,0.35) 50%,
    rgba(49,157,207,0.15) 100%
  );
  z-index: 0;
}

/* Override old flat-divider item style → individual pill cards */
.op-model__item {
  position: relative;
  display: block;
  padding: 18px 18px 16px 52px;
  border: 1px solid rgba(23,63,100,0.08) !important;
  border-bottom: 1px solid rgba(23,63,100,0.08) !important; /* beats :last-child rule */
  border-radius: 12px;
  background: #ffffff;
  transition: box-shadow 0.24s ease;
  gap: 0;
}

.op-model__item + .op-model__item {
  margin-top: 8px;
}

/* Override old :last-child padding-bottom: 2px */
.op-model__item:last-child {
  border-bottom: 1px solid rgba(23,63,100,0.08) !important;
  padding-bottom: 16px;
}

.op-model__item:hover {
  box-shadow: 0 4px 20px rgba(23,63,100,0.09);
}

/* Node marker — circular, sits on the vertical rail */
.op-model__item::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(49,157,207,0.15), 0 0 8px rgba(49,157,207,0.25);
  z-index: 1;
}

/* Dubai HQ — strongest node (first item) */
.op-model__item:first-child {
  border-color: rgba(49,157,207,0.22) !important;
  box-shadow: 0 2px 12px rgba(23,63,100,0.06);
}

.op-model__item:first-child::before {
  width: 14px;
  height: 14px;
  left: 13px;
  top: 21px;
  box-shadow: 0 0 0 4px rgba(49,157,207,0.20), 0 0 14px rgba(49,157,207,0.35);
}

/* Hide old bullet dot — replaced by item-level node marker */
.op-model__label::before {
  display: none;
}

/* Label: reset gap now that bullet is gone */
.op-model__label {
  gap: 8px;
  margin-bottom: 4px;
}

/* Desc: reset old left-padding indent from removed bullet */
.op-model__desc {
  padding-left: 0;
}

/* Location type badges via ::after on each label */
.op-model__item:nth-child(1) .op-model__label::after {
  content: 'HQ';
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  color: var(--primary-light);
  background: rgba(49,157,207,0.10);
  border: 1px solid rgba(49,157,207,0.22);
  border-radius: 4px;
  padding: 2px 7px;
  line-height: 1;
}

.op-model__item:nth-child(2) .op-model__label::after {
  content: 'ENGINEERING';
  font-size: 0.60rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  color: var(--primary);
  background: rgba(23,63,100,0.07);
  border: 1px solid rgba(23,63,100,0.12);
  border-radius: 4px;
  padding: 2px 7px;
  line-height: 1;
}

.op-model__item:nth-child(3) .op-model__label::after {
  content: 'INTEGRATED';
  font-size: 0.60rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: var(--text-muted);
  background: rgba(100,116,139,0.08);
  border: 1px solid rgba(100,116,139,0.15);
  border-radius: 4px;
  padding: 2px 7px;
  line-height: 1;
}

/* ─── TASK 4: Belief section — light hover polish ───────────────────── */
.belief-row {
  transition: background 0.2s ease;
}

.belief-row:hover {
  background: rgba(23,63,100,0.022);
}

/* ─── TASK 5: Leadership cards premium ──────────────────────────────── */
.person-photo {
  width: 130px;  /* was 112px */
  height: 130px;
  border: 3px solid rgba(23,63,100,0.12); /* was generic #e2eaf2 */
  box-shadow: 0 4px 16px rgba(23,63,100,0.12);
  transition: box-shadow 0.28s ease, border-color 0.28s ease;
}

.person-card:hover .person-photo {
  border-color: rgba(49,157,207,0.35);
  box-shadow: 0 6px 24px rgba(23,63,100,0.18), 0 0 0 3px rgba(49,157,207,0.10);
}

/* Role chip — premium styling */
.person-role {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(23,63,100,0.06);
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--primary);
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 12px;
}

/* Card: refined border + cyan top accent */
.person-card {
  border: 1px solid rgba(23,63,100,0.10);
  border-top: 2px solid rgba(49,157,207,0.20);
}

/* ─── TASK 6: Vision/Mission differentiation ────────────────────────── */
.vm-block {
  box-shadow: 0 2px 12px rgba(23,63,100,0.06);
  transition: box-shadow 0.24s ease, transform 0.24s ease;
}

.vm-block:hover {
  box-shadow: 0 6px 24px rgba(23,63,100,0.10);
  transform: translateY(-2px);
}

/* Vision — cyan left accent */
.vm-block:first-child {
  border-left: 3px solid rgba(49,157,207,0.55);
}

/* Mission — primary dark left accent */
.vm-block:last-child {
  border-left: 3px solid rgba(23,63,100,0.35);
}

/* Vision icon: light cyan */
.vm-block:first-child .vm-icon {
  background: rgba(49,157,207,0.12);
  color: var(--primary-light);
}

/* Mission icon: primary dark */
.vm-block:last-child .vm-icon {
  background: rgba(23,63,100,0.08);
  color: var(--primary);
}

/* ─── TASK 7: Mobile parity ≤768px ─────────────────────────────────── */
@media (max-width: 768px) {
  .about-hero {
    min-height: 72vh;
  }

  /* Keep vertical rail on single-column stacked layout */
  .op-model::before {
    left: 18px;
    top: 20px;
    bottom: 6px;
  }

  .op-model__item {
    padding: 14px 14px 14px 46px;
  }

  .op-model__item::before {
    left: 12px;
    top: 18px;
  }

  .op-model__item:first-child::before {
    left: 11px;
    top: 17px;
  }

  /* Leadership: slightly smaller portrait on mobile */
  .person-photo {
    width: 120px;
    height: 120px;
  }

  /* vm-blocks: keep accent borders when stacked */
  .vm-block:first-child,
  .vm-block:last-child {
    border-left-width: 3px;
  }
}

@media (max-width: 430px) {
  .about-hero { min-height: 65vh; }
  .hero-sub   { max-width: none !important; }
  .person-photo { width: 110px; height: 110px; }
}

@media (max-width: 360px) {
  .about-hero { min-height: 60vh; }
}

/* ─── Touch: suppress hover transforms on upgrade elements ──────────── */
@media (hover: none) {
  .meaning-card:hover { transform: none; }
  .vm-block:hover     { transform: none; box-shadow: 0 2px 12px rgba(23,63,100,0.06); }
  .op-model__item:hover { box-shadow: none; }
  .person-card:hover .person-photo {
    border-color: rgba(23,63,100,0.12);
    box-shadow: 0 4px 16px rgba(23,63,100,0.12);
  }
}
