/* ============================================================
   SAYNET.NG INNOVATIONS — About Us page
   Extends the homepage design system (style.css)
   ============================================================ */

/* ============================================================
   ABOUT HERO
   ============================================================ */
.about-hero .hero-badge { letter-spacing: .18em; }

.about-hero .hero-strip li strong { color: var(--navy); }

/* ============================================================
   WHO WE ARE (Company introduction)
   ============================================================ */
.who-inner {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}
.who-inner > p {
  color: var(--muted);
  margin: 0 auto 20px;
  max-width: 72ch;
  font-size: 1.02rem;
}
.who-inner > p strong { color: var(--navy); }

.who-statement {
  margin: clamp(28px, 4vw, 44px) auto 0;
  max-width: 780px;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.2;
  color: var(--navy);
}
.who-statement .grad-text { display: inline-block; }

/* ============================================================
   WHAT WE DO
   ============================================================ */
.about-doing { background: var(--soft); }

.about-doing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-doing-grid .solution-card h3 { font-size: 1.2rem; }

/* ============================================================
   OUR STORY
   ============================================================ */
.about-story { background: var(--white); }

.story-inner {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 6vw, 84px);
  align-items: center;
}

.story-visual { position: relative; }

.story-frame {
  position: relative;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(7, 91, 255, .16);
  border-radius: 28px;
  background:
    radial-gradient(420px 340px at 80% 10%, rgba(22, 135, 255, .14), transparent 62%),
    var(--soft);
  overflow: hidden;
}
.story-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(7, 91, 255, .14) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: .55;
  pointer-events: none;
}

.story-timeline {
  position: relative;
  list-style: none;
  padding-left: 0;
}
.story-timeline::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--saynet), var(--bright), rgba(22, 135, 255, .15));
}

.story-node {
  position: relative;
  padding: 0 0 30px 64px;
}
.story-node:last-child { padding-bottom: 4px; }

.story-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid rgba(7, 91, 255, .3);
  box-shadow: 0 10px 24px -12px rgba(7, 91, 255, .4);
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
}
.story-node:hover .story-dot { transform: translateY(-3px) scale(1.06); border-color: var(--saynet); box-shadow: 0 16px 30px -12px rgba(7, 91, 255, .55); }
.story-dot svg { width: 20px; height: 20px; color: var(--saynet); }

.story-node h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 4px;
}
.story-node p { font-size: .9rem; color: var(--muted); line-height: 1.6; }

.story-copy .eyebrow { margin-bottom: 6px; }
.story-copy .lead { margin-bottom: 20px; }
.story-copy > p { color: var(--muted); margin-bottom: 18px; }
.story-copy > p:last-of-type { margin-bottom: 0; }

/* ============================================================
   OUR MISSION
   ============================================================ */
.mission {
  position: relative;
  background:
    radial-gradient(900px 560px at 85% 0%, rgba(22, 135, 255, .28), transparent 60%),
    radial-gradient(760px 560px at 5% 100%, rgba(7, 91, 255, .2), transparent 60%),
    var(--grad-navy);
  color: var(--white);
  overflow: hidden;
}
.mission::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(143, 193, 255, .12) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

.mission-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(40px, 6vw, 84px);
  align-items: center;
}

.mission-copy .lead { margin-bottom: 22px; }

.mission-statement {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 500;
  line-height: 1.65;
  color: #EAF2FF;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(143, 193, 255, .24);
  border-left: 4px solid var(--bright);
  border-radius: 16px;
  padding: 22px 24px;
  margin-top: 10px;
}

.mission-visual { position: relative; }
.mission-svg {
  width: 100%;
  max-width: 460px;
  margin-inline: auto;
  filter: drop-shadow(0 40px 70px -34px rgba(22, 135, 255, .6));
}

.mission-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .8rem;
  color: #CFE2FF;
  background: rgba(11, 40, 88, .78);
  border: 1px solid rgba(143, 193, 255, .32);
  border-radius: 999px;
  padding: 8px 15px;
  backdrop-filter: blur(6px);
  white-space: nowrap;
}
.mission-chip .icon { width: 16px; height: 16px; color: var(--bright); }
.mc-a { top: 12%; left: -4%; }
.mc-b { bottom: 16%; right: -4%; }

/* ============================================================
   OUR VISION
   ============================================================ */
.vision { background: var(--white); }

.vision-inner {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.vision-statement {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.9vw, 1.4rem);
  font-weight: 500;
  line-height: 1.7;
  color: var(--navy);
  background: linear-gradient(180deg, var(--soft) 0%, var(--white) 100%);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow-card);
  max-width: 720px;
  margin-inline: auto;
}
.vision-statement::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 90px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--grad);
}

.vision-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.vision-strip li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(7, 91, 255, .18);
  border-radius: 999px;
  padding: 8px 16px;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.vision-strip li:hover { transform: translateY(-2px); border-color: rgba(7, 91, 255, .4); box-shadow: 0 10px 22px -14px rgba(7, 91, 255, .4); }
.vision-strip .icon { width: 16px; height: 16px; color: var(--saynet); }

/* ============================================================
   OUR VALUES
   ============================================================ */
.values { background: var(--soft); }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.value-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow-card);
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
}
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: rgba(7, 91, 255, .32); }

.value-icon {
  width: 54px; height: 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--saynet);
  background: var(--light);
  border: 1px solid rgba(7, 91, 255, .2);
  margin-bottom: 18px;
  transition: background .4s, color .4s, transform .4s var(--ease);
}
.value-icon svg { width: 26px; height: 26px; }
.value-card:hover .value-icon { background: var(--grad); color: var(--white); transform: rotate(-6deg); }

.value-card h3 { font-size: 1.14rem; letter-spacing: .04em; margin-bottom: 8px; }
.value-card p { font-size: .92rem; color: var(--muted); }

/* ============================================================
   OUR APPROACH (dark navy)
   ============================================================ */
.approach {
  position: relative;
  background:
    radial-gradient(900px 520px at 85% 0%, rgba(22, 135, 255, .22), transparent 60%),
    radial-gradient(760px 520px at 5% 100%, rgba(7, 91, 255, .18), transparent 60%),
    var(--grad-navy);
  color: var(--white);
  overflow: hidden;
}
.approach::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(143, 193, 255, .12) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}
.approach > .container { position: relative; }

.approach-quote {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 600;
  color: #CFE2FF;
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 60px);
}
.approach-quote .grad-text { background: linear-gradient(120deg, #FFFFFF 0%, #9CC9FF 100%); -webkit-background-clip: text; background-clip: text; }

.approach .timeline { max-width: 1150px; }
.approach .tl-step h3 { color: var(--white); }
.approach .tl-step p { color: #B9C7DE; }
.approach .tl-dot {
  background: rgba(255, 255, 255, .06);
  border: 2px solid rgba(143, 193, 255, .4);
  box-shadow: 0 10px 26px -14px rgba(0, 0, 0, .6);
}
.approach .tl-dot:hover { border-color: var(--bright); }
.approach .tl-num { color: #9CC9FF; }

@media (min-width: 769px) {
  .approach .timeline::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 7%;
    right: 7%;
    height: 2px;
    background-image: linear-gradient(90deg, transparent, rgba(143, 193, 255, .75), transparent);
    background-size: 200% 100%;
    background-repeat: repeat-x;
    animation: lineFlow 4s linear infinite;
    pointer-events: none;
  }
}

@keyframes lineFlow {
  to { background-position: 200% 0; }
}

/* ============================================================
   WHY WORK WITH SAYNET.NG
   ============================================================ */
.why-saynet { background: var(--white); }

.why-saynet-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* ============================================================
   SOLUTION ECOSYSTEM
   ============================================================ */
.ecosystem { background: var(--soft); }

.ecosystem-visual {
  position: relative;
  max-width: 760px;
  aspect-ratio: 1;
  margin: 0 auto;
}

.ecosystem-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ecosystem-node {
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--white);
  border: 1.5px solid rgba(7, 91, 255, .28);
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 12px 26px -14px rgba(7, 91, 255, .45);
  white-space: nowrap;
  transition: transform .35s var(--ease), border-color .35s, color .35s, box-shadow .35s, background .35s;
}
.ecosystem-node:hover {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--grad);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 18px 34px -14px rgba(7, 91, 255, .6);
}

.ecosystem-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: var(--grad-navy);
  border: 1px solid rgba(143, 193, 255, .4);
  border-radius: 999px;
  padding: clamp(18px, 3vw, 28px) clamp(22px, 4vw, 40px);
  box-shadow: 0 30px 70px -30px rgba(7, 91, 255, .6);
  z-index: 2;
}
.ecosystem-core svg { width: 34px; height: 34px; color: #9CC9FF; margin: 0 auto 8px; }
.ecosystem-core strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(.92rem, 1.6vw, 1.15rem);
  letter-spacing: .02em;
  color: var(--white);
}
.ecosystem-core span {
  display: block;
  font-size: .56rem;
  font-weight: 600;
  letter-spacing: .3em;
  color: #8FC1FF;
  text-transform: uppercase;
  margin-top: 2px;
}

.ecosystem-note {
  max-width: 640px;
  margin: clamp(30px, 5vw, 44px) auto 0;
  text-align: center;
  color: var(--muted);
  font-size: .95rem;
}

/* ============================================================
   WHO WE SERVE
   ============================================================ */
.who-serve { background: var(--white); }

.who-serve-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.serve-card {
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--soft) 0%, var(--white) 100%);
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
}
.serve-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: rgba(7, 91, 255, .32); }

.serve-icon {
  width: 50px; height: 50px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--white);
  background: var(--grad);
  box-shadow: 0 12px 26px -10px rgba(7, 91, 255, .5);
  margin-bottom: 16px;
  transition: transform .4s var(--ease);
}
.serve-icon svg { width: 24px; height: 24px; }
.serve-card:hover .serve-icon { transform: scale(1.08) rotate(-5deg); }

.serve-card h3 { font-size: 1.1rem; margin-bottom: 6px; }
.serve-card p { font-size: .9rem; color: var(--muted); }

/* ============================================================
   AFRICA (reuses .africa base)
   ============================================================ */
.africa-about .africa-inner {
  grid-template-columns: 1fr;
  text-align: center;
}
.africa-about .africa-map { max-width: 420px; margin: 0 auto; }
.africa-about .section-title { max-width: 22ch; margin-inline: auto; }
.africa-about .africa-copy .lead { max-width: 64ch; margin-inline: auto; margin-bottom: 26px; }
.africa-about .africa-path { justify-content: center; }
.africa-about .africa-locations { justify-content: center; }

/* ============================================================
   CYBERSECURITY RESPONSIBILITY
   ============================================================ */
.responsibility { background: var(--white); }

.responsibility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 1060px;
  margin: 0 auto;
}

.resp-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  box-shadow: var(--shadow-card);
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
  overflow: hidden;
}
.resp-card::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: var(--grad);
  opacity: 0;
  transition: opacity .35s;
}
.resp-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: rgba(7, 91, 255, .32); }
.resp-card:hover::after { opacity: 1; }

.resp-icon {
  width: 48px; height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--saynet);
  background: var(--light);
  border: 1px solid rgba(7, 91, 255, .2);
  margin-bottom: 16px;
  transition: background .4s, color .4s, transform .4s var(--ease);
}
.resp-icon svg { width: 23px; height: 23px; }
.resp-card:hover .resp-icon { background: var(--grad); color: var(--white); transform: rotate(-6deg); }

.resp-card h3 { font-size: 1.04rem; margin-bottom: 8px; }
.resp-card p { font-size: .88rem; color: var(--muted); line-height: 1.6; }

.resp-note {
  max-width: 700px;
  margin: 30px auto 0;
  text-align: center;
  font-size: .84rem;
  color: var(--muted-soft);
  background: var(--soft);
  border: 1px dashed rgba(7, 91, 255, .3);
  border-radius: 14px;
  padding: 14px 20px;
  line-height: 1.6;
}

/* ============================================================
   PEOPLE & LEARNING (light blue)
   ============================================================ */
.people {
  background:
    radial-gradient(700px 400px at 100% 0%, rgba(22, 135, 255, .16), transparent 60%),
    var(--light);
}

.people-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.people-copy .lead { margin-bottom: 26px; }

.people-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  margin-bottom: 30px;
}
.people-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .92rem;
  font-weight: 500;
  color: var(--navy);
  background: rgba(255, 255, 255, .85);
  border: 1px solid rgba(7, 91, 255, .14);
  border-radius: 12px;
  padding: 10px 14px;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.people-list li:hover { transform: translateX(4px); border-color: rgba(7, 91, 255, .4); box-shadow: 0 10px 22px -14px rgba(7, 91, 255, .4); }
.people-list .icon { width: 18px; height: 18px; color: var(--saynet); }

.people-visual { position: relative; }

.people-frame {
  position: relative;
  aspect-ratio: 1;
  max-width: 460px;
  margin-inline: auto;
  border-radius: 30px;
  background:
    radial-gradient(420px 320px at 50% 30%, rgba(7, 91, 255, .16), transparent 65%),
    var(--white);
  border: 1px solid rgba(7, 91, 255, .16);
  box-shadow: 0 30px 70px -30px rgba(7, 91, 255, .35);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.people-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(7, 91, 255, .16) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: .6;
}

.people-orb {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--grad);
  box-shadow: 0 24px 50px -18px rgba(7, 91, 255, .7);
  animation: floatY 6s ease-in-out infinite;
  z-index: 2;
}
.people-orb svg { width: 52px; height: 52px; }

.people-ring {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  border: 1.5px dashed rgba(7, 91, 255, .35);
  animation: spin 30s linear infinite;
}
.people-ring::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--bright);
  box-shadow: 0 0 12px 3px rgba(22, 135, 255, .7);
}

.people-icon {
  position: absolute;
  width: 60px; height: 60px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: var(--saynet);
  background: var(--white);
  border: 1px solid rgba(7, 91, 255, .2);
  box-shadow: 0 14px 30px -14px rgba(7, 91, 255, .45);
  animation: floatY 7s ease-in-out infinite;
}
.people-icon svg { width: 28px; height: 28px; }
.pi-1 { top: 14%; left: 12%; }
.pi-2 { top: 22%; right: 8%; animation-delay: 1.4s; }
.pi-3 { left: 7%; bottom: 20%; animation-delay: 2.4s; }
.pi-4 { right: 9%; bottom: 12%; animation-delay: .8s; }
.pi-5 { left: 26%; top: 7%; animation-delay: 3s; }
.pi-6 { right: 22%; bottom: 28%; animation-delay: 1.9s; }

/* ============================================================
   COMPANY CULTURE
   ============================================================ */
.culture { background: var(--soft); }

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

.culture-card {
  position: relative;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 24px 28px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
}
.culture-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--grad);
  background-size: 200% 200%;
  opacity: 0;
  transition: opacity .4s;
}
.culture-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: rgba(7, 91, 255, .32); }
.culture-card:hover::before { opacity: 1; animation: gradMove 3s linear infinite; }

.culture-icon {
  width: 56px; height: 56px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--white);
  background: var(--grad);
  box-shadow: 0 12px 26px -10px rgba(7, 91, 255, .5);
  transition: transform .4s var(--ease);
}
.culture-icon svg { width: 27px; height: 27px; }
.culture-card:hover .culture-icon { transform: scale(1.08) rotate(-5deg); }

.culture-card h3 { font-size: 1.12rem; letter-spacing: .1em; margin-bottom: 8px; }
.culture-card p { font-size: .9rem; color: var(--muted); }

/* ============================================================
   FINAL STATEMENT BAND
   ============================================================ */
.statement {
  background:
    radial-gradient(800px 500px at 80% 0%, rgba(22, 135, 255, .18), transparent 60%),
    var(--navy);
  padding-block: clamp(64px, 8vw, 96px);
  overflow: hidden;
}

.statement-inner {
  position: relative;
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.statement-lines { margin-bottom: clamp(30px, 4vw, 40px); }
.statement-lines span {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.35;
  color: var(--white);
}
.statement-lines span .grad-text { background: linear-gradient(120deg, #FFFFFF 0%, #9CC9FF 100%); -webkit-background-clip: text; background-clip: text; }

.statement-brand {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: .02em;
  color: #CFE2FF;
  margin-bottom: 10px;
}
.statement-tagline {
  font-size: .86rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8FA6C4;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .about-doing-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .why-saynet-grid { grid-template-columns: repeat(2, 1fr); }
  .who-serve-grid { grid-template-columns: repeat(2, 1fr); }
  .responsibility-grid { grid-template-columns: repeat(2, 1fr); }
  .culture-grid { grid-template-columns: repeat(2, 1fr); }

  .story-inner, .mission-inner, .people-inner { grid-template-columns: 1fr; }
  .story-visual { max-width: 520px; }
  .mission-visual { max-width: 440px; margin-inline: auto; }
  .people-visual { max-width: 460px; margin-inline: auto; }
}

@media (max-width: 768px) {
  .about-doing-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .why-saynet-grid { grid-template-columns: 1fr; }
  .who-serve-grid { grid-template-columns: 1fr; }
  .responsibility-grid { grid-template-columns: 1fr; }
  .culture-grid { grid-template-columns: 1fr; }
  .people-list { grid-template-columns: 1fr; }

  .story-frame { padding: 26px 20px; }
}

.ecosystem-mobile {
  display: none;
}

/* ============================================================
   ABOUT FOOTER (5-column variant of homepage footer)
   ============================================================ */
.footer .footer-top { grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; }

@media (max-width: 768px) {
  .ecosystem-visual { display: none; }
  .ecosystem-mobile {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    max-width: 560px;
    margin-inline: auto;
  }
  .ecosystem-mobile .ecosystem-node {
    position: static;
    transform: none;
    text-align: center;
    white-space: normal;
  }
  .ecosystem-mobile .ecosystem-node:hover { transform: scale(1.05); }

  .mc-a { left: 0; }
  .mc-b { right: 0; }

  .statement-lines span { font-size: clamp(1.2rem, 5.4vw, 1.6rem); }
}

@media (max-width: 560px) {
  .footer .footer-top { grid-template-columns: 1fr; }
  .footer .footer-brand { grid-column: 1 / -1; }
}
