/* ══════════════════════════════════════════════════════
   ABOUT PAGE — Secure Logic Consulting
   Aesthetic: Editorial luxury · refined serif · asymmetric grids
   ══════════════════════════════════════════════════════ */

/* ── Additional keyframes ──────────────────────────── */
@keyframes lineGrow    { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes lineGrowV   { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes counterUp   { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:translateY(0); } }
@keyframes orbit       { to { transform: rotate(360deg); } }
@keyframes marquee     { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ══════════════════════════════════════════════════════
   HERO — split layout with oversized serif headline
   ══════════════════════════════════════════════════════ */
.about-hero {
  background: var(--dk);
  padding: 0;
  overflow: hidden;
  position: relative;
  min-height: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* Decorative grid overlay */
.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

.hero-left-panel {
  background: var(--p);
  padding: 6rem 3.5rem 5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-left-panel::after {
  content: '';
  position: absolute;
  bottom: -120px; right: -120px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  pointer-events: none;
}
.hero-left-panel::before {
  content: '';
  position: absolute;
  top: -60px; left: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  pointer-events: none;
}

.hero-year-tag {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: rgba(255,255,255,.5);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-year-tag::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,.2);
}

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.hero-headline em {
  font-style: italic;
  color: #fcd34d;
}

.hero-tagline {
  font-size: 16px;
  color: rgba(255,255,255,.7);
  line-height: 1.8;
  max-width: 380px;
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}

.hero-scroll-cue {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: rgba(255,255,255,.4);
  font-family: 'DM Mono', monospace;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.scroll-arrow {
  width: 28px; height: 28px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex; align-items:center; justify-content:center;
}
.scroll-arrow svg { width:12px; height:12px; stroke:rgba(255,255,255,.4); fill:none; stroke-width:2; }

.hero-right-panel {
  background: var(--dk);
  padding: 5rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  position: relative;
}

.hero-stat-row {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.h-stat {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: padding-left .25s;
}
.h-stat:first-child { padding-top: 0; }
.h-stat:last-child  { border-bottom: none; padding-bottom: 0; }
.h-stat:hover { padding-left: 8px; }
.h-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--pm);
  line-height: 1;
  min-width: 120px;
  flex-shrink: 0;
  letter-spacing: -1px;
}
.h-stat-num em { font-style: normal; color: #fcd34d; font-size: 32px; }
.h-stat-text h4 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.h-stat-text p {
  font-size: 13px;
  color: rgba(255,255,255,.45);
  line-height: 1.6;
  max-width: 240px;
}

/* ══════════════════════════════════════════════════════
   STORY SECTION — asymmetric editorial layout
   ══════════════════════════════════════════════════════ */
.story-section {
  padding: 7rem 0;
  background: var(--wh);
  overflow: hidden;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 6rem;
  align-items: center;
}
.story-left { position: relative; }

/* Large decorative number */
.story-deco-num {
  font-family: 'Playfair Display', serif;
  font-size: 220px;
  font-weight: 700;
  color: var(--pl);
  line-height: 1;
  position: absolute;
  top: -60px;
  left: -40px;
  z-index: 0;
  user-select: none;
  pointer-events: none;
  letter-spacing: -10px;
}

.story-img-stack {
  position: relative;
  z-index: 1;
  height: 480px;
}
.story-img-main {
  position: absolute;
  top: 0; left: 0;
  width: 75%;
  height: 380px;
  background: var(--p);
  border-radius: 4px 20px 20px 4px;
  overflow: hidden;
  display: flex; align-items:center; justify-content:center;
}
.story-img-accent {
  position: absolute;
  bottom: 0; right: 0;
  width: 55%;
  height: 240px;
  background: var(--dk);
  border-radius: 20px 4px 4px 20px;
  overflow: hidden;
  display: flex; align-items:center; justify-content:center;
  border: 4px solid var(--wh);
}
.story-img-pattern {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,.3) 0px,
      rgba(255,255,255,.3) 1px,
      transparent 1px,
      transparent 12px
    );
}
.story-img-label {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1.5rem;
}
.story-img-label .big-year {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 700;
  color: rgba(255,255,255,.9);
  line-height: 1;
  display: block;
}
.story-img-label span {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'DM Mono', monospace;
  margin-top: 4px;
  display: block;
}

/* Floating badge */
.story-badge {
  position: absolute;
  top: 260px; right: 10px;
  z-index: 3;
  background: #fff;
  border: 1px solid var(--br);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: var(--shadow-lg);
  min-width: 160px;
}
.story-badge-ico {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--pl);
  display: flex; align-items:center; justify-content:center;
  margin-bottom: 10px;
}
.story-badge-ico svg { width:18px; height:18px; stroke:var(--p); fill:none; stroke-width:1.8; }
.story-badge p   { font-size:13px; font-weight:700; color:var(--dk); }
.story-badge span{ font-size:11px; color:var(--bd); }

.story-right { position: relative; }
.story-eyebrow { margin-bottom: 1rem; }
.story-h {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--dk);
  line-height: 1.2;
  letter-spacing: -.5px;
  margin-bottom: 1.5rem;
}
.story-h em { font-style: italic; color: var(--p); }

.story-body p {
  font-size: 15.5px;
  color: var(--bd);
  line-height: 1.85;
  margin-bottom: 1.25rem;
}
.story-body p:last-child { margin-bottom: 0; }

.story-divider {
  width: 48px;
  height: 2px;
  background: var(--p);
  border-radius: 2px;
  margin: 2rem 0;
  transform-origin: left;
  animation: lineGrow .6s .4s ease forwards;
  transform: scaleX(0);
}

.story-highlight {
  background: var(--pl);
  border-left: 3px solid var(--p);
  border-radius: 0 12px 12px 0;
  padding: 1.25rem 1.5rem;
  margin-top: 2rem;
}
.story-highlight p {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-style: italic;
  color: var(--pd);
  line-height: 1.65;
  margin: 0;
}

/* ══════════════════════════════════════════════════════
   MARQUEE TICKER
   ══════════════════════════════════════════════════════ */
.marquee-strip {
  background: var(--p);
  padding: 16px 0;
  overflow: hidden;
  border-top: 1px solid var(--pd);
  border-bottom: 1px solid var(--pd);
}
.marquee-track {
  display: flex;
  gap: 0;
  animation: marquee 28s linear infinite;
  width: max-content;
}
.marquee-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0 2rem;
  white-space: nowrap;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,.75);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.marquee-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fcd34d;
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════
   VALUES SECTION
   ══════════════════════════════════════════════════════ */
.values-section {
  padding: 7rem 0;
  background: var(--bg);
}
.values-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 5rem;
}
.values-header-right p {
  font-size: 15px;
  color: var(--bd);
  line-height: 1.8;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.val-card {
  background: var(--wh);
  border: 1px solid var(--br);
  border-radius: 20px;
  padding: 2.25rem 1.75rem;
  position: relative;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.22,.68,0,1.2), box-shadow .3s, border-color .3s;
}
.val-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--p);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.22,.68,0,1.2);
}
.val-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--pm); }
.val-card:hover::before { transform: scaleX(1); }
.val-num {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 700;
  color: var(--pl);
  line-height: 1;
  margin-bottom: 1.25rem;
  transition: color .25s;
}
.val-card:hover .val-num { color: var(--pm); }
.val-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dk);
  margin-bottom: .6rem;
}
.val-card p {
  font-size: 13.5px;
  color: var(--bd);
  line-height: 1.7;
}

/* ══════════════════════════════════════════════════════
   MISSION / VISION — dark split
   ══════════════════════════════════════════════════════ */
.mv-section {
  background: var(--dk);
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}
.mv-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(113,75,103,.25) 0%, transparent 60%),
    radial-gradient(circle at 80% 50%, rgba(0,160,157,.1) 0%, transparent 60%);
  pointer-events: none;
}
.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 4rem;
  align-items: start;
  position: relative;
}
.mv-divider {
  background: rgba(255,255,255,.1);
  width: 1px;
  align-self: stretch;
}
.mv-block { padding: 1rem 0; }
.mv-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items:center; justify-content:center;
  margin-bottom: 1.75rem;
  transition: background .2s;
}
.mv-icon:hover { background: rgba(113,75,103,.4); }
.mv-icon svg { width:26px; height:26px; stroke:var(--pm); fill:none; stroke-width:1.7; }
.mv-block h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
.mv-block h2 em { font-style: italic; color: #fcd34d; }
.mv-block p {
  font-size: 15.5px;
  color: rgba(255,255,255,.62);
  line-height: 1.85;
  margin-bottom: 1.25rem;
}
.mv-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.5rem; }
.mv-tag {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.7);
  font-size: 12.5px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
  transition: background .15s, border-color .15s, color .15s;
}
.mv-tag:hover { background: var(--p); border-color: var(--p); color: #fff; }

/* ══════════════════════════════════════════════════════
   TEAM SECTION — cards with hover reveal
   ══════════════════════════════════════════════════════ */
.team-section {
  padding: 7rem 0;
  background: var(--wh);
}
.team-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 5rem;
}
.team-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--dk);
  line-height: 1.2;
  margin-bottom: .75rem;
}
.team-header p { font-size: 16px; color: var(--bd); line-height: 1.75; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.team-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--br);
  position: relative;
  transition: transform .3s cubic-bezier(.22,.68,0,1.2), box-shadow .3s;
}
.team-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.team-card-top {
  height: 220px;
  display: flex; align-items:center; justify-content:center;
  position: relative;
  overflow: hidden;
}
.team-avatar-bg {
  position: absolute;
  inset: 0;
  transition: transform .4s ease;
}
.team-card:hover .team-avatar-bg { transform: scale(1.05); }
.team-initials {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 700;
  color: rgba(255,255,255,.9);
  position: relative;
  z-index: 1;
  letter-spacing: -2px;
}

/* Hover overlay */
.team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20,17,26,.85);
  display: flex; flex-direction:column; align-items:center; justify-content:center; gap:10px;
  opacity: 0;
  transition: opacity .3s;
  z-index: 2;
  padding: 1.5rem;
  text-align: center;
}
.team-card:hover .team-overlay { opacity: 1; }
.team-overlay p {
  font-size: 13px;
  color: rgba(255,255,255,.75);
  line-height: 1.65;
}
.team-overlay-links { display:flex; gap:8px; margin-top: 8px; }
.t-soc {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items:center; justify-content:center;
  cursor: pointer;
  transition: background .15s;
}
.t-soc:hover { background: var(--p); }
.t-soc svg { width:14px; height:14px; stroke:#fff; fill:none; stroke-width:2; }

.team-card-body {
  padding: 1.375rem 1.5rem 1.5rem;
  background: var(--wh);
}
.team-card-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--dk);
  margin-bottom: 3px;
}
.team-card-role {
  font-size: 12.5px;
  color: var(--p);
  font-weight: 600;
  font-family: 'DM Mono', monospace;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.team-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.skill-pill {
  background: var(--pl);
  color: var(--pd);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
}

/* ══════════════════════════════════════════════════════
   JOURNEY / TIMELINE
   ══════════════════════════════════════════════════════ */
.journey-section {
  padding: 7rem 0;
  background: var(--bg);
  overflow: hidden;
}
.journey-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 5rem;
}
.journey-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--dk);
  margin-bottom: .75rem;
}
.journey-header p { font-size: 16px; color: var(--bd); line-height: 1.75; }

.timeline {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}
/* Central vertical line */
.timeline::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(to bottom, var(--pl), var(--p), var(--pd));
  transform: translateX(-50%);
}
.tl-item {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  gap: 2rem;
  margin-bottom: 3.5rem;
  align-items: start;
}
.tl-item:last-child { margin-bottom: 0; }

.tl-left  { text-align: right; }
.tl-right { text-align: left; }
.tl-empty { }

/* Alternate sides */
.tl-item:nth-child(odd)  .tl-content { grid-column: 1; }
.tl-item:nth-child(even) .tl-content { grid-column: 3; }

/* Center dot */
.tl-dot-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 1;
}
.tl-dot {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--wh);
  border: 3px solid var(--p);
  display: flex; align-items:center; justify-content:center;
  flex-shrink: 0;
  transition: background .2s, transform .2s;
}
.tl-dot:hover { background: var(--p); transform: scale(1.1); }
.tl-dot svg   { width:18px; height:18px; stroke:var(--p); fill:none; stroke-width:2; transition:stroke .2s; }
.tl-dot:hover svg { stroke: #fff; }

.tl-year {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  color: var(--pm);
  letter-spacing: 1px;
  margin-top: 6px;
  white-space: nowrap;
}

.tl-card {
  background: var(--wh);
  border: 1px solid var(--br);
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  transition: border-color .2s, box-shadow .2s;
}
.tl-card:hover { border-color: var(--pm); box-shadow: var(--shadow-md); }
.tl-card h4 {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--dk);
  margin-bottom: 6px;
}
.tl-card p {
  font-size: 13.5px;
  color: var(--bd);
  line-height: 1.7;
}
.tl-card-tag {
  display: inline-block;
  background: var(--pl);
  color: var(--p);
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-top: 10px;
  font-family: 'DM Mono', monospace;
  letter-spacing: .5px;
}

/* ══════════════════════════════════════════════════════
   CERTIFICATIONS / PARTNERS
   ══════════════════════════════════════════════════════ */
.certs-section {
  padding: 5rem 0;
  background: var(--wh);
  border-top: 1px solid var(--br);
  border-bottom: 1px solid var(--br);
}
.certs-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--br);
}
.cert-cell {
  background: var(--wh);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: background .2s;
}
.cert-cell:hover { background: var(--bg); }
.cert-ico {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--pl);
  display: flex; align-items:center; justify-content:center;
  margin: 0 auto 1rem;
}
.cert-ico svg { width:24px; height:24px; stroke:var(--p); fill:none; stroke-width:1.7; }
.cert-cell h4 { font-size: 14px; font-weight: 700; color: var(--dk); margin-bottom: 4px; }
.cert-cell p  { font-size: 12px; color: var(--bd); line-height: 1.5; }

/* ══════════════════════════════════════════════════════
   TESTIMONIAL FEATURE — large pull quote
   ══════════════════════════════════════════════════════ */
.quote-section {
  padding: 7rem 0;
  background: var(--p);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.quote-section::before {
  content: '\201C';
  position: absolute;
  top: -60px; left: 50%;
  transform: translateX(-50%);
  font-family: 'Playfair Display', serif;
  font-size: 400px;
  color: rgba(255,255,255,.05);
  line-height: 1;
  pointer-events: none;
}
.quote-text {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  max-width: 820px;
  margin: 0 auto 2.5rem;
  position: relative;
  z-index: 1;
}
.quote-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.q-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  border: 2px solid rgba(255,255,255,.3);
  display: flex; align-items:center; justify-content:center;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.q-name  { font-size:15px; font-weight:700; color:#fff; }
.q-role  { font-size:13px; color:rgba(255,255,255,.6); margin-top:2px; }
.q-divider { width:1px; height:36px; background:rgba(255,255,255,.25); }

/* ══════════════════════════════════════════════════════
   CTA SECTION
   ══════════════════════════════════════════════════════ */
.about-cta {
  background: var(--dk);
  padding: 7rem 0;
}
.about-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.about-cta-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.5px;
  margin-bottom: 1.25rem;
}
.about-cta-left h2 em { font-style: italic; color: #fcd34d; }
.about-cta-left p {
  font-size: 16px;
  color: rgba(255,255,255,.6);
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.cta-action-row { display:flex; gap:12px; flex-wrap:wrap; }
.btn-cta-primary {
  background: var(--p);
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: var(--r8);
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: background .15s, transform .1s;
}
.btn-cta-primary:hover { background: var(--pd); transform: translateY(-1px); }
.btn-cta-ghost {
  background: transparent;
  color: rgba(255,255,255,.75);
  border: 1.5px solid rgba(255,255,255,.25);
  padding: 14px 32px;
  border-radius: var(--r8);
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: border-color .15s, color .15s;
}
.btn-cta-ghost:hover { border-color: rgba(255,255,255,.6); color: #fff; }

.about-cta-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,.08);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
}
.cta-info-cell {
  background: rgba(255,255,255,.04);
  padding: 2rem 1.75rem;
  transition: background .2s;
}
.cta-info-cell:hover { background: rgba(255,255,255,.07); }
.cta-cell-ico {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(113,75,103,.4);
  display: flex; align-items:center; justify-content:center;
  margin-bottom: 1rem;
}
.cta-cell-ico svg { width:18px; height:18px; stroke:var(--pm); fill:none; stroke-width:1.8; }
.cta-info-cell h4 { font-size:14px; font-weight:700; color:#fff; margin-bottom:4px; }
.cta-info-cell p  { font-size:13px; color:rgba(255,255,255,.45); line-height:1.55; }

/* ══════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .certs-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 960px) {
  .about-hero  { grid-template-columns: 1fr; }
  .hero-right-panel { display: none; }
  .story-grid  { grid-template-columns: 1fr; }
  .story-img-stack { display: none; }
  .mv-grid     { grid-template-columns: 1fr; }
  .mv-divider  { display: none; }
  .about-cta-inner { grid-template-columns: 1fr; }
  .values-header { grid-template-columns: 1fr; gap: 1rem; }
  .timeline::before { left: 24px; }
  .tl-item { grid-template-columns: 48px 1fr; }
  .tl-left  { display: none; }
  .tl-empty { display: none; }
}
@media (max-width: 640px) {
  .hero-headline { font-size: 40px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .certs-grid { grid-template-columns: 1fr 1fr; }
  .quote-text { font-size: 22px; }
  .about-cta-right { grid-template-columns: 1fr; }
}
