/* ===== ABOUT — solid editorial language ===== */

.about-hero {
  background:
    linear-gradient(180deg, var(--bg-light) 0%, var(--teal-light) 55%, var(--teal-light) 100%);
  border-bottom: 1px solid rgba(103, 100, 88, 0.18);
  padding: 36px 0 40px;
}

.about-hero .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: var(--text-secondary, #8A847A);
  margin-bottom: 16px;
}

.about-hero .breadcrumbs a {
  color: var(--teal);
  font-weight: 600;
  text-decoration: none;
}

.about-hero .breadcrumbs a:hover { text-decoration: underline; }
.about-hero .breadcrumbs span { margin: 0; color: inherit; }

.about-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.about-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--dark);
  max-width: 900px;
}

.about-hero-sub {
  margin: 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--text-secondary, #8A847A);
}

.about-hero-cta {
  display: inline-flex;
  margin-top: 20px;
}

/* Facade — dominant visual plane */
.about-facade {
  padding: 0;
  background: var(--teal-light);
  border-bottom: 1px solid rgba(103, 100, 88, 0.14);
}

.about-facade-media {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  animation: about-fade-up 0.7s ease both;
}

.about-facade-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Shared section shell */
.about-section {
  padding: 56px 0;
  border-bottom: 1px solid rgba(103, 100, 88, 0.12);
}

.about-section--muted {
  background: var(--bg-light);
}

.about-section .section-title {
  margin: 0 0 8px;
  text-align: left;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--dark);
}

.about-section .section-subtitle,
.about-lead {
  margin: 0 0 28px;
  max-width: 640px;
  text-align: left;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-secondary, #8A847A);
}

.about-section-head {
  margin-bottom: 24px;
}

/* Stats — fact strip, no gradient tiles */
.about-stats .stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  text-align: left;
  border-top: 1px solid rgba(103, 100, 88, 0.18);
  border-left: 1px solid rgba(103, 100, 88, 0.18);
}

.about-stats .stat-item {
  padding: 22px 20px;
  background: transparent;
  border-radius: 0;
  border-right: 1px solid rgba(103, 100, 88, 0.18);
  border-bottom: 1px solid rgba(103, 100, 88, 0.18);
  color: var(--dark);
}

.about-stats .stat-num {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--dark);
  font-variant-numeric: tabular-nums;
}

.about-stats .stat-label {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.35;
  color: var(--text-secondary, #8A847A);
}

/* Mission */
.mission-section.about-section {
  background: transparent;
  padding: 56px 0;
}

.about-mission-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: start;
}

.about-mission-grid .about-hero-sub,
.about-mission-grid .text-muted {
  color: var(--text-secondary, #8A847A);
  font-size: 16px;
  line-height: 1.6;
  max-width: none;
}

.about-mission-grid p + p { margin-top: 14px; }

.mission-values {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(103, 100, 88, 0.18);
}

.mission-value {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(103, 100, 88, 0.12);
  font-size: 15px;
  line-height: 1.45;
  color: var(--dark);
}

.mission-value svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--teal);
}

/* Photo bands */
.about-photo,
.about-navigate-img,
.about-safety-img {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid rgba(103, 100, 88, 0.14);
  animation: about-fade-up 0.65s ease both;
}

.about-photo img,
.about-navigate-img img,
.about-safety-img img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: cover;
}

/* Achievements — bordered cells */
.achievements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 0;
  border-top: 1px solid rgba(103, 100, 88, 0.18);
  border-left: 1px solid rgba(103, 100, 88, 0.18);
}

.achievement-card {
  background: transparent;
  border-radius: 0;
  padding: 24px 20px;
  box-shadow: none;
  text-align: left;
  border: none;
  border-top: none;
  border-right: 1px solid rgba(103, 100, 88, 0.18);
  border-bottom: 1px solid rgba(103, 100, 88, 0.18);
}

.achievement-icon {
  display: none;
}

.achievement-num {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--dark);
  font-variant-numeric: tabular-nums;
}

.achievement-label {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-secondary, #8A847A);
}

/* Timeline */
.timeline {
  max-width: 760px;
  margin: 0;
}

.timeline-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 20px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(103, 100, 88, 0.12);
}

.timeline-item:first-child {
  border-top: 1px solid rgba(103, 100, 88, 0.18);
}

.timeline-year {
  min-width: 0;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--dark);
  font-variant-numeric: tabular-nums;
}

.timeline-desc {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-secondary, #8A847A);
}

/* License */
.license-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
  margin: 0 0 16px;
  border-top: 1px solid rgba(103, 100, 88, 0.18);
}

.license-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 4px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(103, 100, 88, 0.12);
  text-decoration: none;
  color: var(--dark);
  width: 100%;
  max-width: 640px;
  transition: color 0.15s ease;
}

.license-badge:hover { color: var(--teal); }

.license-badge-icon {
  color: var(--teal);
  flex-shrink: 0;
}

.license-badge-text {
  font-size: 15px;
  color: inherit;
}

.license-badge-text strong {
  display: block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.about-link-more {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--teal);
  text-decoration: none;
}

.about-link-more:hover { text-decoration: underline; }

/* Approach — fact grid, not cards */
.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(103, 100, 88, 0.18);
  border-left: 1px solid rgba(103, 100, 88, 0.18);
}

.about-card {
  background: transparent;
  border-radius: 0;
  padding: 24px 22px;
  box-shadow: none;
  border: none;
  border-left: none;
  border-right: 1px solid rgba(103, 100, 88, 0.18);
  border-bottom: 1px solid rgba(103, 100, 88, 0.18);
}

.about-card-icon {
  display: none;
}

.about-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--dark);
}

.about-card p {
  margin: 0;
  color: var(--text-secondary, #8A847A);
  font-size: 15px;
  line-height: 1.6;
}

@keyframes about-fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.about-section-head,
.about-mission-grid,
.achievements-grid,
.timeline,
.about-grid {
  animation: about-fade-up 0.55s ease both;
}

@media (max-width: 900px) {
  .about-mission-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-stats .stats-row { grid-template-columns: repeat(2, 1fr); }
  .achievements-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .about-hero { padding: 28px 0 32px; }
  .about-section { padding: 44px 0; }
  .about-stats .stats-row,
  .achievements-grid,
  .about-grid { grid-template-columns: 1fr; }
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .about-facade-media { aspect-ratio: 4 / 3; }
}
