/* =============================================================
   ARK LABS — ABOUT PAGE STYLES
   Per-page styles for /company/about/. Uses design tokens
   from base.css. Keep navy + cyan dominant; white content
   surfaces; light-blue section backgrounds for rhythm.
   ============================================================= */

/* ---- About hero (replaces generic page-hero) ---- */
.about-hero {
  position: relative; overflow: hidden;
  padding: 96px 60px 72px;
  background: linear-gradient(180deg, var(--light-blue) 0%, #FFFFFF 100%);
}
.about-hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center;
}
.about-hero h1 {
  font-size: 3.1em; font-weight: 800; color: var(--navy);
  line-height: 1.05; letter-spacing: -1px; margin: 12px 0 18px;
}
.about-hero h1 .accent { color: var(--cyan); }
.about-hero p.lede {
  font-size: 1.12em; color: var(--steel); line-height: 1.7; max-width: 600px;
}
.about-hero-meta {
  margin-top: 28px; display: flex; gap: 32px; flex-wrap: wrap;
  padding-top: 24px; border-top: 1px solid var(--border);
}
.about-hero-meta .meta-item .k {
  font-size: 0.7em; font-weight: 700; color: var(--cyan);
  text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 4px;
}
.about-hero-meta .meta-item .v {
  font-size: 0.98em; font-weight: 600; color: var(--navy);
}
.about-hero-card {
  background: white; border: 1px solid var(--border); border-radius: 18px;
  padding: 28px; box-shadow: 0 12px 40px rgba(12,35,64,0.06);
}
.about-hero-card h3 {
  font-size: 0.78em; font-weight: 700; color: var(--cyan);
  text-transform: uppercase; letter-spacing: 1.8px; margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.about-hero-card h3 .bar { width: 18px; height: 2px; background: var(--cyan); border-radius: 1px; }
.about-hero-card .principle {
  padding: 12px 0; border-bottom: 1px solid var(--border-light);
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 0.95em; color: var(--navy); font-weight: 500;
}
.about-hero-card .principle:last-child { border-bottom: none; }
.about-hero-card .principle .num {
  flex: 0 0 22px; height: 22px; border-radius: 50%;
  background: var(--cyan); color: white; font-size: 0.72em;
  font-weight: 700; display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}

/* ---- Generic section shell used on this page ---- */
.about-section { padding: 96px 60px; }
.about-section.alt { background: var(--bg-warm); }
.about-section-inner { max-width: 1200px; margin: 0 auto; }
.about-section-head { max-width: 780px; margin-bottom: 48px; }
.about-section-head .section-title { font-size: 2.2em; }

/* ---- Mission / Vision split ---- */
.mv-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.mv-card {
  background: white; border: 1px solid var(--border); border-radius: 16px;
  padding: 36px; position: relative;
  transition: transform 0.25s, box-shadow 0.25s;
}
.mv-card:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(12,35,64,0.06); }
.mv-card .mv-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--cyan); color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 800; margin-bottom: 20px;
}
.mv-card h3 {
  font-size: 0.78em; font-weight: 700; color: var(--cyan);
  text-transform: uppercase; letter-spacing: 1.8px; margin-bottom: 10px;
}
.mv-card h4 {
  font-size: 1.4em; font-weight: 800; color: var(--navy);
  line-height: 1.25; margin-bottom: 14px; letter-spacing: -0.3px;
}
.mv-card p { font-size: 1em; color: var(--steel); line-height: 1.7; }

/* ---- People / Leadership ---- */
.people-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.person-card {
  background: white; border: 1px solid var(--border); border-radius: 16px;
  overflow: hidden; transition: transform 0.25s, box-shadow 0.25s;
}
.person-card:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(12,35,64,0.08); }
.person-photo {
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(135deg, rgba(0,174,232,0.15) 0%, rgba(12,35,64,0.08) 100%),
    var(--card-blue);
  display: flex; align-items: center; justify-content: center;
  color: var(--cyan); font-size: 3.6em; font-weight: 800; letter-spacing: 2px;
  position: relative;
}
.person-photo::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.4), transparent 55%);
  pointer-events: none;
}
.person-body { padding: 22px 24px 26px; }
.person-body .role {
  font-size: 0.72em; font-weight: 700; color: var(--cyan);
  text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 6px;
}
.person-body h4 {
  font-size: 1.25em; font-weight: 800; color: var(--navy);
  margin-bottom: 10px; letter-spacing: -0.2px;
}
.person-body p {
  font-size: 0.92em; color: var(--steel); line-height: 1.65;
  margin-bottom: 14px;
}
.person-links { display: flex; gap: 10px; }
.person-links a {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--light-blue); color: var(--navy);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.72em; font-weight: 700; text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.person-links a:hover { background: var(--cyan); color: white; }

.team-strip {
  margin-top: 36px; padding: 24px 28px;
  background: var(--light-blue); border-radius: 14px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.team-strip p { color: var(--navy); font-size: 0.98em; font-weight: 500; max-width: 640px; }
.team-strip p strong { color: var(--cyan); }

/* ---- News section ---- */
.news-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.news-card {
  background: white; border: 1px solid var(--border); border-radius: 16px;
  overflow: hidden; text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.news-card:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(12,35,64,0.08); border-color: var(--cyan); }
.news-thumb {
  aspect-ratio: 16 / 9; position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-alt) 100%);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.15); font-size: 4em; font-weight: 900;
  letter-spacing: 6px; overflow: hidden;
}
.news-thumb.alt-1 { background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-dark) 100%); color: rgba(255,255,255,0.25); }
.news-thumb.alt-2 { background: linear-gradient(135deg, var(--navy) 0%, var(--cyan-dark) 100%); color: rgba(255,255,255,0.25); }
.news-thumb::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12), transparent 55%);
}
.news-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.news-meta {
  display: flex; gap: 10px; align-items: center; margin-bottom: 12px;
  font-size: 0.76em; font-weight: 600;
}
.news-meta .tag {
  background: var(--cyan-light); color: var(--cyan-dark);
  padding: 3px 10px; border-radius: 999px; letter-spacing: 0.5px;
  text-transform: uppercase; font-size: 0.86em;
}
.news-meta .date { color: var(--steel); }
.news-card h4 {
  font-size: 1.12em; font-weight: 700; color: var(--navy);
  line-height: 1.35; margin-bottom: 12px; letter-spacing: -0.1px;
}
.news-card p { font-size: 0.9em; color: var(--steel); line-height: 1.6; flex: 1; }
.news-card .read {
  margin-top: 16px; font-size: 0.82em; font-weight: 700;
  color: var(--cyan); display: inline-flex; align-items: center; gap: 6px;
}
.news-footer {
  margin-top: 40px; text-align: center;
}

/* ---- Gallery ---- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 16px;
}
.gallery-item {
  border-radius: 14px; overflow: hidden; position: relative;
  background: var(--card-blue);
  transition: transform 0.3s;
}
.gallery-item:hover { transform: scale(1.02); }
.gallery-item::after {
  content: attr(data-caption);
  position: absolute; left: 14px; bottom: 12px;
  font-size: 0.75em; font-weight: 600; color: white;
  background: rgba(12,35,64,0.65); padding: 4px 10px; border-radius: 6px;
  backdrop-filter: blur(6px);
  opacity: 0; transition: opacity 0.2s;
}
.gallery-item:hover::after { opacity: 1; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
/* Styled gradient placeholders — swap for real photos later */
.gallery-item.g1 { background: linear-gradient(135deg, #0C2340 0%, #00AEE8 100%); }
.gallery-item.g2 { background: linear-gradient(135deg, #00AEE8 0%, #E6F7FD 100%); }
.gallery-item.g3 { background: linear-gradient(135deg, #1A2B3C 0%, #5A7184 100%); }
.gallery-item.g4 { background: linear-gradient(135deg, #0D8A6A 0%, #E8F5F0 100%); }
.gallery-item.g5 { background: linear-gradient(135deg, #0090C0 0%, #0C2340 100%); }
.gallery-item.g6 { background: linear-gradient(135deg, #D9ECFD 0%, #00AEE8 100%); }
.gallery-item.g7 { background: linear-gradient(135deg, #0C2340 0%, #5A7184 100%); }
.gallery-item.g8 { background: linear-gradient(135deg, #E8807A 0%, #D97706 100%); }

/* ---- Investors ---- */
.investors-wrap {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: center;
}
.investors-copy h2 {
  font-size: 2.2em; font-weight: 800; color: var(--navy);
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.4px;
}
.investors-copy p { font-size: 1em; color: var(--steel); line-height: 1.7; margin-bottom: 20px; }
.investors-stats {
  display: flex; gap: 36px; margin-top: 8px;
  padding-top: 20px; border-top: 1px solid var(--border);
}
.investors-stats .stat .n {
  font-size: 1.8em; font-weight: 800; color: var(--cyan); line-height: 1;
}
.investors-stats .stat .l {
  font-size: 0.76em; color: var(--steel); margin-top: 4px;
  text-transform: uppercase; letter-spacing: 1px; font-weight: 600;
}
.investor-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.investor-logo {
  aspect-ratio: 16 / 9;
  background: white; border: 1px solid var(--border); border-radius: 12px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--steel); font-size: 0.95em; font-weight: 700;
  letter-spacing: 1.2px; text-align: center; padding: 0 14px;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, transform 0.2s;
}
.investor-logo:hover { border-color: var(--cyan); color: var(--navy); transform: translateY(-2px); }
.investor-logo .sub {
  display: block; font-size: 0.7em; font-weight: 500;
  color: var(--steel); margin-top: 4px; letter-spacing: 0.5px;
  text-transform: none;
}

/* ---- Contact ---- */
.contact-wrap {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  border-radius: 24px; padding: 56px 60px; color: white; position: relative;
  overflow: hidden;
}
.contact-wrap::after {
  content: ''; position: absolute; right: -120px; top: -120px;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,174,232,0.22) 0%, transparent 70%);
  pointer-events: none;
}
.contact-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; position: relative; z-index: 1;
}
.contact-copy .section-tag { color: var(--cyan); }
.contact-copy h2 {
  font-size: 2.2em; font-weight: 800; color: white; line-height: 1.15;
  margin-bottom: 16px; letter-spacing: -0.4px;
}
.contact-copy p { color: rgba(255,255,255,0.75); font-size: 1em; line-height: 1.7; margin-bottom: 28px; }
.contact-channels { display: flex; flex-direction: column; gap: 14px; }
.contact-channel {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 16px; border-radius: 12px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  text-decoration: none; color: white;
  transition: background 0.2s, border-color 0.2s;
}
.contact-channel:hover { background: rgba(0,174,232,0.12); border-color: var(--cyan); }
.contact-channel .ci {
  flex: 0 0 36px; height: 36px; border-radius: 10px; background: var(--cyan);
  display: flex; align-items: center; justify-content: center; color: white;
  font-weight: 800; font-size: 14px;
}
.contact-channel .cl { font-size: 0.72em; text-transform: uppercase; letter-spacing: 1.2px; color: var(--cyan); font-weight: 700; }
.contact-channel .cv { font-size: 0.98em; font-weight: 600; color: white; margin-top: 2px; }

.contact-form {
  background: white; border-radius: 16px; padding: 32px;
  color: var(--navy); position: relative; z-index: 1;
}
.contact-form h3 {
  font-size: 1.15em; font-weight: 800; color: var(--navy); margin-bottom: 18px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.form-field { display: flex; flex-direction: column; }
.form-field.full { grid-column: 1 / -1; }
.form-field label {
  font-size: 0.74em; font-weight: 700; color: var(--navy);
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px;
}
.form-field input,
.form-field select,
.form-field textarea {
  font-family: inherit; font-size: 0.95em; color: var(--navy);
  padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 10px;
  background: white; outline: none; transition: border-color 0.2s, box-shadow 0.2s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,174,232,0.15);
}
.form-field textarea { resize: vertical; min-height: 110px; }
.form-submit {
  margin-top: 6px; width: 100%;
  background: var(--cyan); color: white; border: none;
  padding: 14px 22px; border-radius: 10px;
  font-size: 0.96em; font-weight: 700; cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.form-submit:hover { background: var(--cyan-dark); transform: translateY(-1px); }
.form-note { font-size: 0.78em; color: var(--steel); margin-top: 10px; line-height: 1.5; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .about-hero { padding: 72px 24px 56px; }
  .about-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .about-section { padding: 72px 24px; }
  .mv-grid,
  .people-grid,
  .news-grid,
  .investor-grid { grid-template-columns: repeat(2, 1fr); }
  .investors-wrap { grid-template-columns: 1fr; gap: 36px; }
  .contact-wrap { padding: 40px 28px; }
  .contact-inner { grid-template-columns: 1fr; gap: 36px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
}

@media (max-width: 640px) {
  .about-hero h1 { font-size: 2.2em; }
  .mv-grid,
  .people-grid,
  .news-grid,
  .investor-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: minmax(0, 1fr); }
  .form-row > * { min-width: 0; }
  .form-field input, .form-field select, .form-field textarea { min-width: 0; width: 100%; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 140px; }
  .gallery-item.tall,
  .gallery-item.wide { grid-column: auto; grid-row: auto; }
}
