/* About page styles */

/* ---- HERO ---- */
.about-hero {
  background: var(--navy);
  padding: 80px 48px 72px;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, #071A2E 0%, #0D2540 60%, #0A2A3A 100%);
  z-index: 0;
}

.about-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,194,184,0.12) 0%, transparent 70%);
  z-index: 0;
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border: 1px solid rgba(0,194,184,0.3);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  color: var(--teal);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-hero-headline {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 5vw, 56px);
  color: var(--sand);
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 16px;
}

.about-hero-sub {
  font-size: 18px;
  color: rgba(244,238,224,0.65);
  max-width: 540px;
}

/* ---- SHARED LABELS ---- */
.about-section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
}

.about-section-heading {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3vw, 36px);
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 32px;
}

/* ---- STORY ---- */
.about-story {
  padding: 80px 48px;
  background: var(--bg);
}

.about-story-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.about-story-body {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 16px;
}

.about-story-body:last-of-type {
  margin-bottom: 28px;
}

.about-story-detail {
  display: flex;
  gap: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(7,26,46,0.1);
}

.about-story-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-stat-num {
  font-family: 'Syne', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--teal);
  line-height: 1;
}

.about-stat-label {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
  max-width: 160px;
}

.about-story-img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--bg-alt);
  position: relative;
}

.about-story-wave {
  width: 100%;
  height: 100%;
  display: block;
}

/* ---- PHILOSOPHY ---- */
.about-philosophy {
  background: var(--bg-alt);
  padding: 80px 48px;
}

.about-philosophy-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-philosophy .about-section-heading {
  max-width: 560px;
}

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

.about-tenet-card {
  background: var(--white);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(7,26,46,0.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about-tenet-icon {
  width: 48px;
  height: 48px;
  background: var(--navy);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-tenet-heading {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
}

.about-tenet-copy {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ---- CERTIFICATIONS ---- */
.about-creds {
  background: var(--bg);
  padding: 80px 48px;
}

.about-creds-inner {
  max-width: 900px;
  margin: 0 auto;
}

.about-creds .about-section-heading {
  max-width: 520px;
}

.about-creds-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-cred-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
  background: var(--white);
  border-radius: 12px;
  border: 1px solid rgba(0,194,184,0.2);
  border-left: 3px solid var(--teal);
}

.about-cred-badge {
  width: 44px;
  height: 44px;
  background: rgba(0,194,184,0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-cred-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.about-cred-name {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
}

.about-cred-issuer {
  font-size: 13px;
  color: var(--text-muted);
}

/* ---- PRODUCTS ---- */
.about-products {
  background: var(--navy);
  padding: 72px 48px;
}

.about-products-inner {
  max-width: 900px;
  margin: 0 auto;
}

.about-products-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
}

.about-products-heading {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 30px);
  color: var(--sand);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 32px;
}

.about-products-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-product-pill {
  border: 1px solid rgba(0,194,184,0.3);
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(244,238,224,0.75);
  background: rgba(0,194,184,0.05);
  transition: border-color 0.2s, background 0.2s;
}

.about-product-pill:hover {
  border-color: var(--teal);
  background: rgba(0,194,184,0.1);
}

/* ---- MAP ---- */
.about-map {
  background: var(--bg-alt);
  padding: 80px 48px;
}

.about-map-inner {
  max-width: 900px;
  margin: 0 auto;
}

.about-map .about-section-heading {
  max-width: 600px;
}

.about-map-link-row {
  text-align: center;
  margin-top: 24px;
}

.about-map-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--teal);
  text-decoration: none;
  transition: color 0.2s;
}

.about-map-link:hover {
  color: var(--teal-dim);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .about-hero {
    padding: 60px 24px 56px;
  }

  .about-story,
  .about-philosophy,
  .about-creds,
  .about-products,
  .about-map {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-story-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-story-visual {
    order: -1;
  }

  .about-story-detail {
    flex-direction: column;
    gap: 16px;
  }

  .about-philosophy-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-cred-item {
    padding: 20px;
  }
}
