/* Outreach Page Styles - Full Dark Theme */

.outreach-hero {
  padding-top: 18rem;
  padding-bottom: 14rem;
  background: #0A0A0A;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

.outreach-hero-content {
  text-align: center;
}

.outreach-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.2;
  margin-top: 1.5rem;
  background: linear-gradient(to bottom, #ffffff 60%, #a0a0a5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Mission Section */
.mission-section {
  padding: 12rem 0 14rem;
  background: #1a1a1a;
  position: relative;
  z-index: 20;
}

.mission-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 5%;
}

.mission-philosophy {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 6rem;
  font-weight: 550;
  color: #ffffff;
  margin-bottom: 6rem;
  display: block;
}

.mission-text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #a0a0a5;
}

/* Sections */
.outreach-section {
  padding-top: 16rem;
  padding-bottom: 4rem;
  background: #0A0A0A;
  position: relative;
  z-index: 20;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-top: 1.5rem;
  color: #ffffff;
}

.outreach-section:nth-child(even) {
  background: #1a1a1a;
}

.section-label {
  font-size: 0.75rem;
  letter-spacing: 6px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

/* Kinetic Initiatives Interaction */
.kinetic-initiatives {
  background: #0A0A0A;
  padding: 0rem 0;
  position: relative;
  overflow: hidden;
}

.kinetic-section-label {
  position: absolute;
  top: 4rem;
  left: 6.25rem;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 5%;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.75rem;
  letter-spacing: 6px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  z-index: 30;
  pointer-events: none;
  display: block;
}

.kinetic-layer-content {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}

.kinetic-container {
  display: flex;
  width: 100%;
  height: 60vh;
  min-height: 500px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.kinetic-panel {
  position: relative;
  transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-right: none;
}

.kinetic-panel:last-child {
  border-right: none;
}

/* Kinetic Balance Dynamic Ratios */
.kinetic-panel {
  position: relative;
  transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-right: none;
}

.kinetic-panel:last-child {
  border-right: none;
}

/* Content-only ratios without background colors */
.kinetic-panel.active {
  flex: 0 0 55%;
  opacity: 1;
  filter: none;
}

.kinetic-panel:not(.active) {
  flex: 0 0 45%;
  opacity: 0.6;
  filter: grayscale(0.5);
}

.kinetic-content {
  padding: 4rem;
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: center;
}

.kinetic-content {
  padding: 4rem;
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: center;
}

/* Content visibility logic */
.kinetic-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-out, max-height 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  margin-top: 0;
  pointer-events: none;
  position: relative;
}

.kinetic-panel.active .kinetic-body {
  max-height: 500px;
  opacity: 1;
  margin-top: 2rem;
  pointer-events: auto;
  /* Delay the opacity until the panel expansion (0.7s) is almost complete */
  transition: opacity 0.4s ease-in 0.6s, max-height 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}

.kinetic-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  position: relative;
  flex-shrink: 0;
}

.kinetic-title {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 600;
  color: #fff;
  margin: 0;
  letter-spacing: -1px;
  transition: all 0.4s ease;
}

.kinetic-panel:not(.active) .kinetic-title {
  font-size: 1.2rem;
  color: #666;
}

.kinetic-meta-row {
  margin-bottom: 1rem;
  display: block;
}

.kinetic-tag {
  font-size: 0.75rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

.kinetic-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #a0a0a5;
  margin: 0;
}

@media (max-width: 992px) {
  .kinetic-container {
    flex-direction: column;
    height: auto;
  }

  .kinetic-panel {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-height: 300px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .kinetic-panel:not(.active) {
    opacity: 1;
    filter: none;
  }
}

/* Remove old banner styles */
.initiatives-banner,
.banner-split,
.banner-anchor,
.banner-headline,
.banner-subtext,
.banner-showcase,
.showcase-list,
.showcase-item,
.item-header,
.item-id,
.item-title,
.item-tag,
.item-description {
  display: none;
}


/* Mentorship Section */
.mentorship-section {
  background: #1a1a1a;
}

.mentorship-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.mentorship-card {
  background: rgba(255, 255, 255, 0.03);
  padding: 2.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.mentorship-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.mentorship-header {
  margin-bottom: 1.5rem;
}

.mentorship-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.mentorship-org {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.5rem;
}

.mentorship-period {
  font-size: 0.8rem;
  color: #999;
  font-weight: 500;
}

.mentorship-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mentorship-details li {
  font-size: 0.9rem;
  color: #a0a0a5;
  line-height: 1.7;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  position: relative;
}

.mentorship-details li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #a08c7c;
}

/* Expandable Cards (Awards & Recognition Format) */
.expandable-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.expandable-card {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.expandable-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.card-year-badge {
  font-size: 0.9rem;
  color: #888;
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
}

.card-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 0.95rem;
  color: #a0a0a5;
  line-height: 1.7;
  margin: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.expandable-card:hover .card-description {
  opacity: 1;
  max-height: 200px;
}

/* Responsive for expandable cards */
@media (max-width: 768px) {
  .expandable-grid {
    grid-template-columns: 1fr;
  }
}

/* Service Section */
.service-section {
  background: #0A0A0A;
  padding-bottom: 18rem;
  padding-top: 12rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.service-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.service-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #a08c7c, #c5bcb6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A0A0A;
  flex-shrink: 0;
}

.service-content {
  flex: 1;
}

.service-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.service-period {
  font-size: 0.8rem;
  color: #888;
  font-weight: 500;
}

.service-desc {
  font-size: 0.9rem;
  color: #a0a0a5;
  line-height: 1.6;
  margin-top: 0.5rem;
}

/* Conferences Grid Layout */
.conferences-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 0;
}

.conference-entry {
  padding: 2rem 0;
  background: transparent;
  border: none;
  border-radius: 0;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  opacity: 0.4;
  filter: grayscale(1);
}

.conference-entry.active {
  opacity: 0.7;
  filter: grayscale(0.5);
  background: transparent;
  border: none;
  transform: none;
  box-shadow: none;
}

.conference-year {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #a08c7c;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  opacity: 0.6;
  transition: all 0.4s ease;
}

.conference-entry.active .conference-year {
  opacity: 1;
  color: #ffffff;
}

.conference-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.conference-item {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  opacity: 0.4;
  filter: grayscale(1);
}

.conference-item.item-active {
  opacity: 1;
  filter: grayscale(0);
}

.conference-item strong {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
}

.conference-item.item-active strong {
  color: #ffffff;
}

.conference-item span {
  font-size: 0.8rem;
  color: #666;
  transition: color 0.3s ease;
}

.conference-item.item-active span {
  color: #a0a0a5;
}

/* Remove Timeline styles */
.timeline-line,
.timeline-group,
.timeline-year-marker,
.timeline-year,
.timeline-content,
.conference-card {
  display: none;
}

.conferences-section .section-title {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .conferences-timeline {
    padding-left: 0;
  }

  .timeline-line {
    left: 20px;
  }

  .timeline-year-marker {
    left: -5px;
  }

  .timeline-content {
    padding-left: 60px;
  }

  .timeline-year {
    width: 40px;
    height: 40px;
    font-size: 0.85rem;
  }
}

/* CTA Section */
.outreach-cta {
  padding: 10rem 0;
  background: #0A0A0A;
  text-align: center;
}

.cta-content {
  max-width: 750px;
  margin: 0 auto;
}

.cta-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}

.cta-text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 4rem;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

/* Use standardized button classes from home-overrides.css */
/* No special overrides needed - buttons inherit from home-overrides.css */

/* Responsive */
@media (max-width: 1200px) {

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

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

@media (max-width: 768px) {

  .initiatives-grid,
  .mentorship-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .conferences-timeline {
    grid-template-columns: 1fr;
  }

  .outreach-title {
    font-size: 2rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}