.page-about {
  background: var(--bg-void);
  color: var(--text-light);
  overflow-x: hidden;
}

.page-about .story-hero {
  position: relative;
  padding: calc(var(--header-h) + 32px) 0 40px;
  background: radial-gradient(ellipse at 75% 20%, rgba(0, 255, 255, 0.12), transparent 60%);
}

.page-about .story-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(57, 255, 20, 0.04) 45%, rgba(0, 255, 255, 0.06) 70%, transparent 100%);
  pointer-events: none;
}

.page-about .story-hero-inner {
  position: relative;
  display: grid;
  gap: 32px;
}

.page-about .story-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-about .story-hero-tag {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--accent-cyan);
  margin: 0 0 14px;
}

.page-about .story-hero-title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(38px, 7vw, 76px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: var(--text-light);
}

.page-about .story-hero-slogan {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1;
  color: var(--accent-green);
  text-shadow: var(--shadow-green);
  margin: 0 0 18px;
}

.page-about .story-hero-desc {
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.85;
  max-width: 48ch;
  margin: 0 0 26px;
}

.page-about .story-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-about .story-hero-visual {
  position: relative;
  min-height: 280px;
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.page-about .story-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.page-about .story-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 15, 25, 0.2), rgba(11, 15, 25, 0.72) 90%);
  z-index: 1;
}

.page-about .story-hero-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.page-about .story-hero-stat {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 3;
  padding: 10px 14px;
  background: rgba(11, 15, 25, 0.75);
  border-left: 3px solid var(--accent-gold);
  backdrop-filter: blur(6px);
}

.page-about .hero-stat-num {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: var(--accent-gold);
}

.page-about .hero-stat-label {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text-dim);
}

.page-about .story-data-band {
  margin-top: 40px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: linear-gradient(90deg, rgba(10, 61, 76, 0.45), rgba(76, 26, 26, 0.35));
}

.page-about .story-data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.page-about .story-data-cell {
  padding: 22px 18px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.page-about .story-data-cell:nth-child(even) {
  border-right: 0;
}

.page-about .story-data-cell:nth-child(n+3) {
  border-bottom: 0;
}

.page-about .story-data-num {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: var(--accent-green);
}

.page-about .story-data-cell:nth-child(2) .story-data-num {
  color: var(--accent-cyan);
}

.page-about .story-data-cell:nth-child(3) .story-data-num {
  color: var(--accent-gold);
}

.page-about .story-data-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text-dim);
  margin-top: 4px;
}

.page-about .story-toc {
  padding: 26px 0;
  border-bottom: 1px solid var(--line-dark);
}

.page-about .story-toc-index {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--accent-cyan);
  margin: 0 0 14px;
}

.page-about .story-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
}

.page-about .story-toc-list li {
  margin: 0;
}

.page-about .story-toc-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-light);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s var(--ease-out), color 0.25s var(--ease-out);
}

.page-about .story-toc-list a:hover,
.page-about .story-toc-list a:focus-visible {
  color: var(--accent-cyan);
  border-bottom-color: var(--accent-cyan);
}

.page-about .story-toc-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--accent-green);
}

.page-about .story-section {
  padding: 64px 0 0;
}

.page-about .story-section-inner {
  display: grid;
  gap: 28px;
}

.page-about .story-section-index {
  border-left: 3px solid var(--accent-green);
  padding-left: 14px;
}

.page-about .story-section-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--accent-green);
}

.page-about .story-section-title {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.1;
  margin: 6px 0 4px;
  color: var(--text-light);
}

.page-about .story-section-sub {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--text-dim);
  text-transform: uppercase;
}

.page-about .story-section-body {
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.9;
}

.page-about .story-section-body p {
  margin: 0 0 16px;
}

.page-about .story-lead {
  font-size: 17px;
  color: var(--text-light);
}

.page-about .story-quote {
  margin: 24px 0;
  padding: 14px 18px;
  border-left: 3px solid var(--accent-gold);
  background: rgba(255, 215, 0, 0.06);
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.7;
}

.page-about .story-more-links {
  margin-top: 20px;
  font-size: 14px;
}

.page-about .story-more-links a {
  color: var(--accent-cyan);
  text-underline-offset: 4px;
}

.page-about .story-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.page-about .story-img-block {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

.page-about .story-img-block img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.page-about .milestone-img {
  aspect-ratio: 10 / 7;
  margin-bottom: 28px;
}

.page-about .milestone-img img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.page-about .eco-img {
  aspect-ratio: 3 / 2;
}

.page-about .eco-img img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.page-about .timeline {
  position: relative;
  margin: 30px 0 0;
}

.page-about .timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent-green), var(--accent-cyan) 55%, var(--accent-gold));
  opacity: 0.7;
}

.page-about .timeline-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 36px;
}

.page-about .timeline-item::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-green);
  box-shadow: var(--shadow-green);
}

.page-about .timeline-item:nth-child(even)::before {
  background: var(--accent-cyan);
  box-shadow: var(--shadow-cyan);
}

.page-about .timeline-item.is-hidden {
  display: none;
}

.page-about .timeline-year {
  display: block;
  font-family: var(--font-mono);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: var(--text-light);
  margin-bottom: 8px;
}

.page-about .timeline-card {
  padding: 18px 18px 14px;
  border: 1px solid var(--glass-border);
  border-radius: 10px;
  background: var(--glass-bg);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  transition: border-color 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}

.page-about .timeline-item:hover .timeline-card,
.page-about .timeline-item:focus-within .timeline-card {
  border-color: rgba(0, 255, 255, 0.5);
  box-shadow: var(--shadow-cyan);
}

.page-about .timeline-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: var(--text-light);
}

.page-about .timeline-card p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-dim);
}

.page-about .timeline-meta {
  margin: 0;
  border-top: 1px dashed var(--line-dark);
  padding-top: 10px;
}

.page-about .meta-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 0;
  font-size: 13px;
}

.page-about .meta-row dt {
  color: var(--text-dim);
}

.page-about .meta-row dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 13px;
  text-align: right;
  color: var(--accent-cyan);
}

.page-about .faith-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 26px;
}

.page-about .faith-card {
  position: relative;
  padding: 24px 18px 18px;
  border: 1px solid var(--glass-border);
  border-radius: 10px;
  background: var(--glass-bg);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

.page-about .faith-card-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--accent-green);
  margin-bottom: 8px;
}

.page-about .faith-card h3 {
  font-size: 20px;
  color: var(--accent-green);
  margin: 0 0 10px;
}

.page-about .faith-card:nth-child(2) .faith-card-num,
.page-about .faith-card:nth-child(2) h3 {
  color: var(--accent-cyan);
}

.page-about .faith-card:nth-child(3) .faith-card-num,
.page-about .faith-card:nth-child(3) h3 {
  color: var(--accent-gold);
}

.page-about .faith-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-dim);
}

.page-about .story-trust-note {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--glass-border);
  border-left: 3px solid var(--accent-gold);
  background: rgba(255, 215, 0, 0.05);
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-dim);
}

.page-about .eco-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.page-about .eco-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 16px;
  border: 1px solid var(--glass-border);
  border-radius: 10px;
  background: var(--glass-bg);
}

.page-about .eco-item-icon {
  flex: 0 0 auto;
  color: var(--accent-gold);
  font-size: 14px;
  line-height: 1.6;
}

.page-about .eco-item h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: var(--text-light);
}

.page-about .eco-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-dim);
}

.page-about .story-next {
  margin-top: 72px;
  padding: 36px 0 56px;
  border-top: 1px solid var(--line-dark);
  background: linear-gradient(180deg, transparent, rgba(0, 255, 255, 0.04));
}

.page-about .story-next-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--text-dim);
  margin: 0 0 16px;
}

.page-about .story-next-tagline {
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 18px;
}

.page-about .story-next-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (min-width: 900px) {
  .page-about .story-hero {
    padding: calc(var(--header-h) + 56px) 0 64px;
  }

  .page-about .story-hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
  }

  .page-about .story-hero-visual {
    min-height: 460px;
  }

  .page-about .story-data-band {
    margin-top: 48px;
  }

  .page-about .story-data-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-about .story-data-cell {
    border-bottom: 0;
  }

  .page-about .story-data-cell:nth-child(2) {
    border-right: 1px solid var(--line-dark);
  }

  .page-about .story-data-cell:last-child {
    border-right: 0;
  }

  .page-about .story-section {
    padding: 88px 0 0;
  }

  .page-about .story-section-inner {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 48px;
  }

  .page-about .story-section-index {
    position: sticky;
    top: calc(var(--header-h) + 24px);
    align-self: start;
  }

  .page-about .faith-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .page-about .eco-list {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}
