/* ============================================
   ABOUT PAGE — Gwennato Epoxy
   ============================================ */

/* --- About Full Section --- */
.about-full-section {
  padding: 120px 50px;
  max-width: 1300px;
  margin: 0 auto;
}

/* --- Company Story (2 columns) --- */
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 100px;
}

.about-story-label {
  font-size: 0.72rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-story-label::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.about-story-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 24px;
}
.about-story-title em {
  font-style: italic;
  color: var(--gold);
}

.about-story-text {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 16px;
}

.about-story-visual {
  aspect-ratio: 4/3;
  background: #161616;
  border: 1px solid rgba(201, 169, 110, 0.08);
  overflow: hidden;
  position: relative;
}
.about-story-visual .swatch {
  width: 100%;
  height: 100%;
}

/* --- Stats Section --- */
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 80px 50px;
  max-width: 1300px;
  margin: 0 auto;
}

.about-stat-card {
  text-align: center;
  padding: 40px 20px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  transition: all 0.3s;
}
.about-stat-card:hover {
  border-color: var(--border-hover);
  background: var(--bg-card-hover);
}

.about-stat-number {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 12px;
}

.about-stat-label {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-secondary);
  font-weight: 400;
}

/* --- Mission / Vision Section --- */
.about-mission {
  text-align: center;
  padding: 120px 50px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.about-mission::before,
.about-mission::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto;
}
.about-mission::before {
  margin-bottom: 60px;
}
.about-mission::after {
  margin-top: 60px;
}

.about-mission-block {
  margin-bottom: 60px;
}
.about-mission-block:last-child {
  margin-bottom: 0;
}

.about-mission-label {
  font-size: 0.72rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.about-mission-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 16px;
}
.about-mission-title em {
  font-style: italic;
  color: var(--gold);
}

.about-mission-text {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
}

/* --- Values Grid --- */
.about-values-section {
  padding: 100px 50px;
  max-width: 1300px;
  margin: 0 auto;
}

.about-values-header {
  text-align: center;
  margin-bottom: 60px;
}

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

.about-value-card {
  padding: 40px 30px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-value-card:hover {
  border-color: var(--border-hover);
  background: var(--bg-card-hover);
  transform: translateY(-4px);
}

.about-value-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--gold-dim);
  background: var(--gold-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 1.2rem;
  color: var(--gold);
}

.about-value-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 12px;
}

.about-value-text {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.7;
  font-weight: 300;
}

/* --- Timeline Section --- */
.about-timeline-section {
  padding: 100px 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.about-timeline-header {
  text-align: center;
  margin-bottom: 80px;
}

.about-timeline {
  position: relative;
  padding-left: 0;
}

/* Gold line down center */
.about-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--border);
  transform: translateX(-50%);
}

.about-timeline-item {
  position: relative;
  width: 50%;
  padding: 0 50px 60px;
}

/* Alternate left/right */
.about-timeline-item:nth-child(odd) {
  margin-left: 0;
  text-align: right;
  padding-right: 50px;
  padding-left: 0;
}
.about-timeline-item:nth-child(even) {
  margin-left: 50%;
  text-align: left;
  padding-left: 50px;
  padding-right: 0;
}

/* Gold dot on the center line */
.about-timeline-item::before {
  content: '';
  position: absolute;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--bg-primary);
  border: 2px solid var(--gold);
  z-index: 2;
}
.about-timeline-item:nth-child(odd)::before {
  right: -7px;
}
.about-timeline-item:nth-child(even)::before {
  left: -7px;
}

.about-timeline-year {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--gold);
  margin-bottom: 8px;
}

.about-timeline-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.about-timeline-text {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.7;
  font-weight: 300;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .about-full-section {
    padding: 80px 30px;
  }
  .about-story {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 30px;
  }
  .about-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-values-section {
    padding: 80px 30px;
  }
  .about-timeline-section {
    padding: 80px 30px;
  }
}

@media (max-width: 768px) {
  .about-full-section {
    padding: 60px 24px;
  }
  .about-story {
    gap: 30px;
    margin-bottom: 60px;
  }
  .about-stats {
    grid-template-columns: 1fr 1fr;
    padding: 40px 24px;
    gap: 16px;
  }
  .about-stat-card {
    padding: 28px 16px;
  }
  .about-mission {
    padding: 80px 24px;
  }
  .about-values-section {
    padding: 60px 24px;
  }
  .about-values-grid {
    grid-template-columns: 1fr;
  }
  .about-timeline-section {
    padding: 60px 24px;
  }

  /* Timeline stacks to single column */
  .about-timeline::before {
    left: 7px;
  }
  .about-timeline-item,
  .about-timeline-item:nth-child(odd),
  .about-timeline-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
    text-align: left;
    padding-left: 40px;
    padding-right: 0;
  }
  .about-timeline-item::before,
  .about-timeline-item:nth-child(odd)::before,
  .about-timeline-item:nth-child(even)::before {
    left: 0;
    right: auto;
  }
}
