/* ============================================
   OAKRIDGE INFRA - About Page Styles v2
============================================ */

/* ===================== STORY SECTION ===================== */
.story-section { background: var(--off-white); }

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.story-visual { position: relative; }

.story-office-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.story-office-img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}
/* Yellow corner accent */
.story-office-img::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent var(--yellow) transparent;
}

.story-logo-overlay {
  position: absolute;
  top: 22px; right: -16px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 12px 16px;
  box-shadow: 0 8px 30px rgba(13,27,42,0.18);
  border: 2px solid var(--yellow);
}
.story-logo-overlay img { height: 44px; width: auto; }

.story-float-card {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius);
  padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 8px 28px rgba(13,27,42,0.16);
  border-left: 4px solid var(--yellow);
}
.story-float-card i       { font-size: 1.3rem; color: var(--yellow-dark); }
.story-float-card strong  { display:block; font-family:'Montserrat',sans-serif; font-size:0.88rem; font-weight:800; color:var(--iron); }
.story-float-card span    { font-size:0.7rem; color:var(--gray); }

.story-float-1 { bottom:100px; left:-28px; }
.story-float-2 { bottom:20px;  right:-16px; }

.story-para p {
  font-size: 0.97rem;
  color: var(--gray);
  line-height: 1.9;
  margin-bottom: 16px;
}

.story-highlights {
  display: flex; flex-direction: column; gap: 14px;
  margin-top: 26px; padding-top: 26px;
  border-top: 1px solid var(--sand);
}

.story-highlight {
  display: flex; align-items: flex-start; gap: 14px;
}
.story-highlight i {
  width: 38px; height: 38px;
  background: var(--yellow-light);
  color: var(--yellow-dark);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; flex-shrink: 0;
  border: 1px solid rgba(212,168,0,0.2);
}
.story-highlight strong { display:block; font-family:'Montserrat',sans-serif; font-size:0.88rem; font-weight:700; color:var(--iron); margin-bottom:3px; }
.story-highlight p      { font-size:0.82rem; color:var(--gray); }

/* ===================== MISSION — steel dark ===================== */
.mission-section { background: var(--steel); }
.mission-section .section-title   { color: var(--white); }
.mission-section .section-subtitle{ color: rgba(255,255,255,0.6); }

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

.mission-card {
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius);
  padding: 34px 26px;
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
  transition: var(--transition);
  overflow: hidden;
}
.mission-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--yellow);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}
.mission-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.09);
  border-color: rgba(245,197,24,0.3);
  box-shadow: 0 14px 36px rgba(0,0,0,0.3);
}
.mission-card:hover::before { transform: scaleX(1); }

.mission-number {
  font-family: 'Montserrat',sans-serif;
  font-size: 3rem; font-weight: 900;
  color: rgba(245,197,24,0.1);
  position: absolute; top: 14px; right: 18px;
  line-height: 1;
}
.mission-icon {
  width: 52px; height: 52px;
  background: rgba(245,197,24,0.1);
  color: var(--yellow);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; margin-bottom: 16px;
  transition: var(--transition);
}
.mission-card:hover .mission-icon {
  background: var(--yellow);
  color: var(--iron);
}
.mission-card h3 { font-size:1rem; margin-bottom:10px; color:var(--white); }
.mission-card p  { font-size:0.85rem; color:rgba(255,255,255,0.6); line-height:1.75; }

/* ===================== TEAM — concrete bg ===================== */
.team-section { background: var(--concrete); }
.team-section .section-title   { color: var(--white); }
.team-section .section-subtitle{ color: rgba(255,255,255,0.6); }

.team-full-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.team-full-card {
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  transition: var(--transition);
}
.team-full-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245,197,24,0.4);
  box-shadow: 0 18px 48px rgba(0,0,0,0.4);
}

.team-full-header {
  background: rgba(13,27,42,0.6);
  padding: 30px 26px;
  display: flex; align-items: center; gap: 16px;
  border-bottom: 2px solid rgba(245,197,24,0.2);
}

.avatar-lg-circle {
  width: 68px; height: 68px;
  background: linear-gradient(135deg, var(--yellow) 0%, var(--yellow-dark) 100%);
  color: var(--iron);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat',sans-serif; font-size: 1.7rem; font-weight: 900;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

.team-full-title h3 { color: var(--white); font-size: 1.05rem; margin-bottom: 6px; }

.team-title-badge {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 3px;
  font-size: 0.68rem; font-family: 'Montserrat',sans-serif; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.team-title-badge.founder   { background: var(--yellow); color: var(--iron); }
.team-title-badge.cofounder { background: rgba(255,255,255,0.12); color: var(--white); border: 1px solid rgba(255,255,255,0.25); }
.team-title-badge.partner   { background: rgba(245,197,24,0.15); color: var(--yellow); border: 1px solid rgba(245,197,24,0.3); }

.team-full-body { padding: 26px; }

.team-bio {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  margin-bottom: 18px;
}

.team-expertise h4 {
  font-family: 'Montserrat',sans-serif; font-size: 0.72rem; font-weight: 700;
  color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 10px;
  display: flex; align-items: center; gap: 6px;
}
.team-expertise h4 i { color: var(--yellow); }

.expertise-tags {
  display: flex; flex-wrap: wrap; gap: 7px;
  margin-bottom: 18px;
}
.expertise-tags span {
  background: rgba(245,197,24,0.1);
  color: rgba(255,255,255,0.75);
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 0.72rem; font-family: 'Montserrat',sans-serif; font-weight: 600;
  display: flex; align-items: center; gap: 5px;
  border: 1px solid rgba(245,197,24,0.2);
}
.expertise-tags span i { font-size: 0.65rem; color: var(--yellow); }

.team-quote {
  background: rgba(13,27,42,0.4);
  border-radius: var(--radius);
  padding: 14px 16px;
  border-left: 3px solid var(--yellow);
}
.team-quote > i  { color: var(--yellow); font-size: 0.9rem; margin-bottom: 5px; display: block; }
.team-quote p    { font-size: 0.82rem; font-style: italic; color: rgba(255,255,255,0.55); line-height: 1.6; }

/* ===================== TIMELINE — off-white ===================== */
.timeline-section { background: var(--off-white); }

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: linear-gradient(to bottom, var(--yellow), rgba(245,197,24,0.1));
}

.timeline-item {
  display: flex; align-items: center;
  margin-bottom: 48px; position: relative;
}
.timeline-item.left  { flex-direction: row-reverse; text-align: right; }
.timeline-item.right { text-align: left; }

.timeline-dot {
  position: absolute; left: 50%;
  transform: translateX(-50%);
  width: 16px; height: 16px;
  background: var(--yellow); border-radius: 50%;
  border: 3px solid var(--off-white);
  box-shadow: 0 0 0 3px rgba(245,197,24,0.3);
  flex-shrink: 0; z-index: 1;
}
.timeline-dot.future { background: rgba(245,197,24,0.3); border-color: var(--yellow); }

.timeline-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 22px 26px;
  width: calc(50% - 38px);
  box-shadow: 0 4px 20px rgba(13,27,42,0.08);
  border: 1px solid var(--sand);
  border-top: 3px solid var(--yellow);
  transition: var(--transition);
}
.timeline-card:hover {
  box-shadow: var(--shadow);
  border-top-color: var(--yellow-dark);
}
.future-card {
  border: 2px dashed rgba(212,168,0,0.35);
  border-top: 3px solid var(--yellow);
  background: var(--yellow-light);
}

.timeline-year {
  display: inline-block;
  background: var(--yellow);
  color: var(--iron);
  padding: 2px 12px; border-radius: 3px;
  font-family: 'Montserrat',sans-serif; font-size: 0.72rem; font-weight: 700;
  margin-bottom: 8px;
}
.future-card .timeline-year { background: rgba(212,168,0,0.35); }

.timeline-card h4 { font-size: 0.95rem; margin-bottom: 8px; color: var(--iron); }
.timeline-card p  { font-size: 0.84rem; color: var(--gray); line-height: 1.7; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
  .story-grid     { grid-template-columns: 1fr; gap: 40px; }
  .story-office-img img { height: 380px; }
  .story-logo-overlay { right: 10px; }
  .story-float-1  { left: -10px; }
  .story-float-2  { right: 10px; }
  .mission-grid   { grid-template-columns: repeat(2,1fr); }
  .team-full-grid { grid-template-columns: repeat(2,1fr); }
  .timeline::before { left: 20px; }
  .timeline-item,
  .timeline-item.left { flex-direction: row; text-align: left; }
  .timeline-dot   { left: 20px; }
  .timeline-card  { width: calc(100% - 58px); margin-left: 58px; }
}

@media (max-width: 640px) {
  .mission-grid,
  .team-full-grid { grid-template-columns: 1fr; }
  .story-float-1,
  .story-float-2  { display: none; }
}
