

.page-hero {
  background-color: var(--blue);
  padding: 64px 0 56px;
  text-align: center;
}

.page-breadcrumb {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}

.page-breadcrumb a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}

.page-breadcrumb a:hover { color: var(--white); }

.page-breadcrumb span { color: rgba(255,255,255,0.5); margin: 0 6px; }

.page-hero h1 {
  color: var(--white);
  font-size: clamp(26px, 4vw, 40px);
}

.page-hero .page-subtitle {
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  margin-top: 12px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.page-section {
  padding: 80px 0;
}

.page-section + .page-section {
  padding-top: 0;
}

.page-section--alt { background-color: var(--bg); }
.page-section--white { background-color: var(--white); }

.about-content-center {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.about-content-center h2 {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 20px;
  color: var(--dark);
}

.about-content-center p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 16px;
}

.about-content-center p:last-child { margin-bottom: 0; }

.about-content-center .section-title {
  display: inline-block;
  margin-bottom: 12px;
}

.about-content-center .section-sub {
  margin-top: 8px;
}

.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.story-text {
  order: 0;
}

.story-text h2 {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 20px;
  color: var(--dark);
}

.story-text p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 18px;
}

.story-text p:last-child { margin-bottom: 0; }

.story-image {
  order: 1;
}

.about-photo {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  display: block;
}

.about-learning {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.learning-image {
  order: 0;
}

.learning-text {
  order: 1;
}

.learning-text h2 {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 20px;
  color: var(--dark);
}

.learning-text p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 18px;
}

.learning-text p:last-child { margin-bottom: 0; }

.impact-intro {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 48px;
}

.impact-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 0;
}

.impact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px;
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.impact-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}

.impact-icon svg {
  width: 100%;
  height: 100%;
}

.impact-number {
  font-size: 32px;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 6px;
}

.impact-label {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.3px;
}

.about-lead {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.about-lead h2 {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 20px;
  color: var(--dark);
}

.about-lead p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 16px;
}

.about-lead p:last-child { margin-bottom: 0; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 0;
}

.value-card {
  padding: 36px 30px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background-color: var(--white);
  box-shadow: var(--shadow-sm);
}

.value-num {
  font-size: 42px;
  font-weight: 800;
  color: var(--blue);
  opacity: 0.12;
  line-height: 1;
  margin-bottom: 14px;
  font-variant-numeric: tabular-nums;
}

.value-card h3 { font-size: 17px; margin-bottom: 12px; }

.value-card p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.75;
}

.history-block {
  max-width: 720px;
  margin: 0 auto;
}

.history-block h2 {
  font-size: clamp(20px, 2.8vw, 30px);
  margin-bottom: 24px;
  color: var(--dark);
}

.history-block p {
  font-size: 16px;
  color: var(--text);
  line-height: 1.85;
  margin-bottom: 20px;
}

.history-block p:last-child { margin-bottom: 0; }

.history-highlight {
  background-color: var(--blue-light);
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 18px 24px;
  margin: 28px 0;
  font-size: 15px;
  color: var(--text);
  line-height: 1.75;
}

.policy-container {
  max-width: 740px;
  margin: 0 auto;
}

.policy-container h2 {
  font-size: 18px;
  color: var(--dark);
  margin-top: 32px;
  margin-bottom: 12px;
  font-weight: 700;
}

.policy-container h2:first-child {
  margin-top: 0;
}

.policy-container h3 {
  font-size: 15px;
  color: var(--dark);
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

.policy-container p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 12px;
}

.policy-container ul {
  list-style-type: disc;
}

.policy-container a {
  color: var(--blue);
  text-decoration: underline;
}

.policy-container a:hover {
  color: var(--blue-hover);
}

.policy-empty-block {
  background-color: var(--bg);
  border: 2px dashed var(--border);
  border-radius: var(--radius);
  padding: 72px 40px;
  text-align: center;
}

.policy-empty-block svg {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  color: var(--border);
  display: block;
}

.policy-empty-block p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
}

.policy-empty-block p strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .page-section { padding: 56px 0; }
  .values-grid { grid-template-columns: 1fr; gap: 20px; }
  .policy-empty-block { padding: 48px 24px; }
  
  .about-story,
  .about-learning {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .story-image,
  .story-text,
  .learning-image,
  .learning-text {
    order: 0 !important;
  }
  
  .impact-highlights {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
