/* ══════════════════════════════════════
   SHERRY SCRAWLS — ABOUT PAGE CSS
══════════════════════════════════════ */

/* ── NAV ACTIVE ─────────────────────── */
.nav-active { color: var(--lime) !important; }
.nav-active::after { width: 100% !important; }

/* ── BREADCRUMB ─────────────────────── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 1.5rem;
}
.breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--lime); }
.breadcrumb .bc-current { color: var(--lime); }

/* ══════════════════════════════════
   S1 — HERO
══════════════════════════════════ */
#about-hero {
  min-height: 55vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  background: var(--black);
}

.about-hero-shapes { position: absolute; inset: 0; pointer-events: none; }

.ahs-1 {
  position: absolute;
  top: 0; right: 0;
  width: 0; height: 0;
  border-left: 350px solid transparent;
  border-top: 350px solid rgba(0,40,220,0.06);
}
.ahs-2 {
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 0;
  border-right: 200px solid transparent;
  border-bottom: 200px solid rgba(198,220,0,0.05);
}
.ahs-3 {
  position: absolute;
  top: 40%;
  right: 8%;
  width: 60px; height: 60px;
  background: var(--blue);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  opacity: 0.15;
  animation: floatY 5s ease-in-out infinite;
}
@keyframes floatY {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%       { transform: translateY(-18px) rotate(8deg); }
}

.about-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
  position: relative;
  z-index: 2;
}

.about-hero-headline {
  font-family: var(--font-head);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(2.2rem, 5.5vw, 5.5rem);
  line-height: 0.97;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 1.75rem;
}

.about-hero-sub {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
  margin-bottom: 2.5rem;
  max-width: 60ch;
}

.about-hero-line {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.ahl-bar {
  flex: 1;
  max-width: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--lime), transparent);
}
.ahl-bar:last-child { background: linear-gradient(270deg, var(--lime), transparent); }
.ahl-text {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  white-space: nowrap;
}

/* ══════════════════════════════════
   S2 — FOUNDER
══════════════════════════════════ */
#founder {
  background: var(--black2);
  position: relative;
  overflow: hidden;
}
#founder::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lime), var(--blue));
}

.founder-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 5rem;
  align-items: flex-start;
}

/* PHOTO COLUMN */
.founder-photo-col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 100px;
}

.founder-photo-wrap {
  position: relative;
}

.founder-photo-bg {
  position: absolute;
  inset: 12px -12px -12px 12px;
  background: var(--lime);
  opacity: 0.12;
  z-index: 0;
}

.founder-photo-frame {
  position: relative;
  z-index: 1;
  background: var(--gray);
  border: 2px solid rgba(255,255,255,0.08);
  border-top: 4px solid var(--lime);
  padding: 3rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  min-height: 320px;
  justify-content: center;
}

.founder-initials {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--blue), #0040ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 3.5rem;
  color: var(--white);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.founder-photo-label {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.founder-photo-label span:first-child {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: var(--white);
  text-transform: uppercase;
}
.founder-photo-label span:last-child {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--lime);
  text-transform: uppercase;
}

.founder-photo-accent-1 {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 50px;
  height: 50px;
  background: var(--lime);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 0;
  opacity: 0.6;
}
.founder-photo-accent-2 {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 24px;
  height: 24px;
  background: var(--blue);
  z-index: 0;
}

.founder-social-strip {
  display: flex;
  gap: 0.5rem;
}
.fss-item {
  flex: 1;
  height: 40px;
  background: var(--gray);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: background 0.2s, color 0.2s;
}
.fss-item:hover { background: var(--blue); color: var(--white); }

/* STORY COLUMN */
.founder-story-col { padding: 0.5rem 0; }

.founder-para {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.85;
  margin-bottom: 1.25rem;
  max-width: 62ch;
}
.founder-para--bold {
  color: var(--white);
  font-weight: 700;
  font-size: 1.1rem;
  border-left: 3px solid var(--lime);
  padding-left: 1rem;
}

.founder-signature {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.sig-line {
  font-family: var(--font-head);
  font-weight: 900;
  font-style: italic;
  font-size: 1.75rem;
  color: var(--lime);
  letter-spacing: -0.01em;
  margin-bottom: 0.25rem;
}
.sig-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
}

/* ══════════════════════════════════
   S3 — VALUES
══════════════════════════════════ */
#values {
  background: var(--black);
  position: relative;
  overflow: hidden;
}
#values::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(198,220,0,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-top: 3.5rem;
  background: rgba(255,255,255,0.05);
}

.value-card {
  background: var(--black2);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  border-top: 3px solid transparent;
  transition: border-color 0.3s, background 0.3s;
}
.value-card:hover { border-top-color: var(--lime); background: rgba(0,40,220,0.06); }
.value-card:hover .value-icon-wrap { color: var(--lime); }

.value-num {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 5rem;
  color: rgba(255,255,255,0.04);
  line-height: 1;
  letter-spacing: -0.05em;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

.value-icon-wrap {
  width: 48px;
  height: 48px;
  color: rgba(255,255,255,0.25);
  margin-bottom: 1.5rem;
  transition: color 0.3s;
}
.value-icon-wrap svg { width: 100%; height: 100%; }

.value-card h3 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.05rem;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: -0.01em;
  margin-bottom: 0.9rem;
  line-height: 1.25;
}
.value-card p {
  font-family: var(--font-body);
  font-size: 0.93rem;
  color: rgba(255,255,255,0.58);
  line-height: 1.75;
}

/* ══════════════════════════════════
   S4 — TIMELINE
══════════════════════════════════ */
#journey {
  background: var(--black2);
  position: relative;
  overflow: hidden;
}

.timeline {
  margin-top: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* CENTER SPINE */
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--lime), rgba(0,40,220,0.4), transparent);
  transform: translateX(-50%);
}

.tl-entry {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  align-items: flex-start;
  padding: 2.5rem 0;
}

.tl-left  .tl-content { text-align: right; padding-right: 2.5rem; }
.tl-right .tl-content { text-align: left;  padding-left: 2.5rem; }
.tl-left  .tl-spacer  { order: 3; }
.tl-right .tl-spacer  { order: -1; }

.tl-node {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.35rem;
  position: relative;
  z-index: 2;
}

.tl-dot {
  width: 16px;
  height: 16px;
  background: var(--gray);
  border: 3px solid rgba(255,255,255,0.2);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: background 0.3s, border-color 0.3s;
}
.tl-entry:hover .tl-dot { background: var(--white); border-color: var(--white); }

.tl-dot--lime { background: var(--lime); border-color: var(--lime); width: 20px; height: 20px; }
.tl-dot--blue { background: var(--blue); border-color: var(--blue); }

.tl-year {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.tl-year--lime { color: var(--lime); }
.tl-year--blue { color: #6699ff; }

.tl-content h3 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.tl-content p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
}

.tl-content--featured {
  background: rgba(198,220,0,0.06);
  border: 1px solid rgba(198,220,0,0.2);
  padding: 1.5rem !important;
}
.tl-content--featured h3 { color: var(--lime); }

.tl-content--blue {
  background: rgba(0,40,220,0.08);
  border: 1px solid rgba(0,40,220,0.2);
  padding: 1.5rem !important;
}
.tl-content--blue .tl-year--blue { }

/* ══════════════════════════════════
   S5 — CORPORATE STRUCTURE
══════════════════════════════════ */
#structure {
  background: var(--black);
  position: relative;
  overflow: hidden;
}
#structure::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,40,220,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,40,220,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
}

.struct-intro {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.6);
  text-align: center;
  max-width: 65ch;
  margin: -0.5rem auto 3.5rem;
  line-height: 1.75;
}

/* ORG CHART */
.org-chart {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}

.org-row { display: flex; justify-content: center; }

/* PARENT BOX */
.org-box--parent {
  background: var(--blue);
  border: 2px solid rgba(198,220,0,0.3);
  border-top: 4px solid var(--lime);
  padding: 2rem 2.5rem;
  text-align: center;
  max-width: 440px;
  width: 100%;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  transition: transform 0.3s;
}
.org-box--parent:hover { transform: translateY(-4px); }

.org-box-label {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  color: var(--lime);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.org-box-label--active { color: #22c55e; }
.org-box-label--dev { color: #f59e0b; }

.org-box h3 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
.org-box p {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.org-box-meta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.org-box-meta span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.15);
  padding: 0.2rem 0.5rem;
}

.org-box-note {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  margin-top: 0.75rem;
  font-style: italic;
}

/* CONNECTOR */
.org-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0;
  height: 60px;
}
.org-line-v {
  width: 2px;
  height: 25px;
  background: var(--lime);
  opacity: 0.5;
}
.org-line-h {
  width: 60%;
  position: relative;
}
.org-line-h-bar {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--lime) 0%, rgba(0,40,220,0.6) 100%);
  opacity: 0.5;
}
.org-branches {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
.org-branch-line {
  width: 2px;
  height: 20px;
  background: rgba(255,255,255,0.2);
}

/* CHILDREN */
.org-row--children {
  gap: 2rem;
}

.org-box--child {
  background: var(--gray);
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 3px solid rgba(255,255,255,0.2);
  padding: 1.75rem 2rem;
  text-align: center;
  flex: 1;
  max-width: 380px;
  transition: border-top-color 0.3s, transform 0.3s;
}
.org-box--child:hover { transform: translateY(-4px); border-top-color: var(--lime); }
.org-box--dev:hover { border-top-color: var(--blue); }
.org-box--dev { border: 1px solid rgba(0,40,220,0.2); }

.name-tbd {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255,255,255,0.4);
  font-style: italic;
  letter-spacing: 0.05em;
}

.struct-note {
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.35);
  margin-top: 2.5rem;
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  line-height: 1.7;
}

/* ══════════════════════════════════
   S6 — TEAM
══════════════════════════════════ */
#team {
  background: var(--black2);
  position: relative;
}
#team::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--lime), var(--blue));
  background-size: 200%;
  animation: borderSlide 4s linear infinite;
}
@keyframes borderSlide {
  0%   { background-position: 0%; }
  100% { background-position: 200%; }
}

.team-intro {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: rgba(255,255,255,0.55);
  text-align: center;
  max-width: 60ch;
  margin: -0.25rem auto 3.5rem;
  line-height: 1.75;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.05);
  margin-bottom: 2px;
}

/* For 5 cards: first row 3, second row 2 centered */
.team-card:nth-child(4),
.team-card:nth-child(5) {
  /* handled by auto placement */
}

.team-card {
  background: var(--black);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-top: 3px solid transparent;
  transition: border-color 0.3s, background 0.3s;
}
.team-card:hover { border-top-color: var(--lime); background: rgba(0,40,220,0.05); }
.team-card--founder { border-top-color: var(--lime); }

.team-photo {
  position: relative;
  width: 72px;
  height: 72px;
}
.team-initials {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--blue), #003fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.2rem;
  color: var(--white);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  letter-spacing: 0.05em;
}
.team-card--founder .team-initials { background: linear-gradient(135deg, var(--lime), #a0b800); color: var(--black); }

.team-photo-accent {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  background: var(--lime);
  opacity: 0.4;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.team-card--founder .team-photo-accent { opacity: 1; }

.team-info { display: flex; flex-direction: column; gap: 0.5rem; flex-grow: 1; }

.team-info h3 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: -0.01em;
}
.team-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: var(--lime);
  text-transform: uppercase;
}
.team-info p {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  flex-grow: 1;
}

.team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.team-tags span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.35);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 0.2rem 0.5rem;
  text-transform: uppercase;
  transition: color 0.2s, border-color 0.2s;
}
.team-card:hover .team-tags span { color: rgba(198,220,0,0.7); border-color: rgba(198,220,0,0.2); }

/* JOIN TEAM BANNER */
.join-team {
  background: var(--black);
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 4px solid var(--lime);
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.join-team-content h3 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0.25rem;
}
.join-team-content p {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: rgba(255,255,255,0.5);
}

/* ══════════════════════════════════
   S7 — STATS
══════════════════════════════════ */
#about-stats {
  background: var(--lime);
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}
#about-stats::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 6px;
  background: var(--black);
}

.about-stats-inner {
  width: 92%; max-width: 1700px;
  margin: 0 auto;
}

.label-dark {
  color: rgba(16,24,32,0.6) !important;
  border-color: rgba(16,24,32,0.4) !important;
  margin-bottom: 2rem;
}

.about-stats-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 2rem;
}

.about-stat {
  text-align: center;
  flex: 1;
  min-width: 140px;
  padding: 1rem;
}
.about-stat-num {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: var(--black);
  line-height: 1;
  letter-spacing: -0.04em;
  display: inline-block;
}
.about-stat-sym {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--black);
}
.about-stat p {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: rgba(16,24,32,0.65);
  text-transform: uppercase;
  margin-top: 0.3rem;
}

.about-stat-div {
  width: 1px;
  height: 50px;
  background: rgba(16,24,32,0.2);
  flex-shrink: 0;
}

.about-stats-sub {
  font-family: var(--font-head);
  font-weight: 700;
  font-style: italic;
  font-size: 0.8rem;
  color: rgba(16,24,32,0.5);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ══════════════════════════════════
   S8 — WHY US
══════════════════════════════════ */
#why-us-about {
  background: var(--black2);
  position: relative;
}

.why-about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 6rem;
  align-items: flex-start;
}

.why-about-left { position: sticky; top: 120px; }

.why-row {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: padding-left 0.2s;
}
.why-row:first-child { border-top: 1px solid rgba(255,255,255,0.06); }
.why-row:hover { padding-left: 0.75rem; }
.why-row:hover .why-row-num { color: var(--lime); }

.why-row-num {
  font-family: var(--font-head);
  font-weight: 900;
  font-style: italic;
  font-size: 2.5rem;
  color: rgba(255,255,255,0.08);
  line-height: 1;
  flex-shrink: 0;
  width: 50px;
  transition: color 0.3s;
}

.why-row-content h3 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: -0.01em;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.why-row-content p {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
}

/* ══════════════════════════════════
   S9 — FINAL CTA
══════════════════════════════════ */
#about-cta {
  background: var(--black);
  position: relative;
  overflow: hidden;
  padding: 0;
}

.about-cta-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(198,220,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198,220,0,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridScroll 20s linear infinite;
}
@keyframes gridScroll {
  0%   { background-position: 0 0; }
  100% { background-position: 60px 60px; }
}

/* Big diagonal accent */
#about-cta::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 0; height: 0;
  border-left: 400px solid transparent;
  border-top: 400px solid rgba(0,40,220,0.06);
}
#about-cta::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 0;
  border-right: 300px solid transparent;
  border-bottom: 300px solid rgba(198,220,0,0.04);
}

.about-cta-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 7rem 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-cta-heading {
  font-family: var(--font-head);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(2.2rem, 5.5vw, 5rem);
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1.0;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.about-cta-sub {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  max-width: 58ch;
  margin: 0 auto 2.5rem;
}

.about-cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.about-cta-detail {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.25);
  text-transform: uppercase;
}

/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 1024px) {
  .founder-grid { grid-template-columns: 1fr; gap: 3rem; }
  .founder-photo-col { position: static; }
  .founder-photo-wrap { max-width: 340px; }

  .values-grid { grid-template-columns: 1fr; }
  .timeline::before { left: 30px; }
  .tl-entry { grid-template-columns: 0 60px 1fr; }
  .tl-left .tl-content  { text-align: left; padding-right: 0; padding-left: 2rem; }
  .tl-right .tl-content { padding-left: 2rem; }
  .tl-left .tl-spacer   { display: none; }
  .tl-right .tl-spacer  { display: none; }
  .tl-node { justify-content: flex-start; padding-left: 22px; }

  .org-row--children { flex-direction: column; align-items: center; }
  .org-box--child { max-width: 440px; width: 100%; }
  .org-branches { width: 30%; }
  .org-line-h { width: 30%; }

  .team-grid { grid-template-columns: repeat(2, 1fr); }

  .why-about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .why-about-left { position: static; }

  .about-stats-row { flex-wrap: wrap; justify-content: center; }
  .about-stat { flex: 0 0 33.33%; }
  .about-stat-div { display: none; }
}

@media (max-width: 640px) {
  .team-grid { grid-template-columns: 1fr; }
  .about-stat { flex: 0 0 50%; }
  .about-cta-actions { flex-direction: column; align-items: center; }
  .join-team { flex-direction: column; }
  .tl-entry { grid-template-columns: 0 40px 1fr; }
}
