/* ── RRETH NESH PAGE ── */
.about-hero {
  padding: 48px 32px 72px;
  background: linear-gradient(160deg, var(--bg-page) 0%, var(--surface-3) 50%, var(--surface) 100%);
  border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.about-hero::after {
  content: '';
  position: absolute; top: -40%; right: -10%;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(60,150,143,.08) 0%, transparent 70%);
  pointer-events: none;
}
.about-hero-grid {
  max-width: 1280px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.about-hero-text { min-width: 0; }
.about-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand-light); border: 1px solid var(--brand);
  border-radius: 999px; padding: 6px 16px;
  font-size: .78rem; font-weight: 700; color: var(--brand);
  text-transform: uppercase; letter-spacing: .8px; margin-bottom: 20px;
}
.about-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 800; letter-spacing: -1.2px; line-height: 1.15;
  margin-bottom: 16px; max-width: 720px;
}
.about-hero-lead {
  font-size: 1.1rem; color: var(--text-mid); line-height: 1.75;
  max-width: 640px; margin-bottom: 32px;
}
.about-hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  background: var(--bg-page);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  max-width: 520px;
}
.about-hero-stat {
  padding: 18px 20px;
  border-right: 1px solid var(--border);
  transition: background .25s;
}
.about-hero-stat:last-child { border-right: none; }
.about-hero-stat:hover { background: rgba(60, 150, 143, .06); }
.about-hero-stat strong {
  display: block; font-family: var(--font-display);
  font-size: 1.8rem; font-weight: 800; color: var(--brand);
  letter-spacing: -1px; line-height: 1;
}
.about-hero-stat span { font-size: .8rem; color: var(--text-soft); margin-top: 4px; display: block; }

/* Hero visual — CEO photos */
.about-hero-visual {
  position: relative; min-height: 420px;
  display: flex; align-items: center; justify-content: center;
}
.hero-visual-card {
  position: absolute; border-radius: var(--radius-xl);
  overflow: hidden; box-shadow: var(--shadow-lg);
  border: 4px solid var(--surface); background: var(--surface-3);
  transition: transform .4s ease;
}
.hero-visual-card img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.hero-visual-main {
  width: 240px; height: 300px;
  top: 20px; right: 60px; z-index: 2;
}
.hero-visual-secondary {
  width: 200px; height: 260px;
  bottom: 30px; left: 40px; z-index: 3;
}
.hero-visual-card:hover { transform: translateY(-6px); }
.hero-visual-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 12px 14px;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
  color: #fff;
}
.hero-visual-role {
  display: block; font-size: .65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .8px; opacity: .85;
}
.hero-visual-name {
  display: block; font-family: var(--font-display);
  font-weight: 800; font-size: .95rem; margin-top: 2px;
}
.hero-visual-dots {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(circle at 80% 20%, rgba(60,150,143,.12) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(60,150,143,.08) 0%, transparent 40%);
  border-radius: var(--radius-xl);
}

/* Story */
.about-story {
  padding: 80px 32px;
  background: linear-gradient(180deg, var(--surface) 0%, var(--bg-page) 100%);
}
.about-story-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: stretch;
}
.about-story-p {
  font-size: .95rem; color: var(--text-mid); line-height: 1.85; margin-bottom: 16px;
}
.about-story-timeline {
  display: flex; flex-direction: column; gap: 12px;
  margin: 28px 0 24px; padding-left: 4px;
}
.story-tl-item {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-md); padding: 16px 18px;
  transition: border-color .2s, box-shadow .2s;
}
.story-tl-item:hover { border-color: var(--brand); box-shadow: var(--shadow-sm); }
.story-tl-year {
  flex-shrink: 0; min-width: 56px;
  font-family: var(--font-display); font-weight: 800;
  font-size: .85rem; color: var(--brand);
  padding-top: 2px;
}
.story-tl-body { display: flex; flex-direction: column; gap: 4px; }
.story-tl-body strong { font-size: .88rem; color: var(--text-dark); font-weight: 700; }
.story-tl-body span { font-size: .8rem; color: var(--text-soft); line-height: 1.5; }
.about-story-pills {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.story-pill {
  font-size: .78rem; font-weight: 600; color: var(--text-mid);
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 999px; padding: 7px 14px;
  transition: border-color .2s, color .2s;
}
.story-pill:hover { border-color: var(--brand); color: var(--brand); }
.about-story-right { display: flex; flex-direction: column; gap: 16px; }
.about-mv-cards { display: flex; flex-direction: column; gap: 16px; flex: 1; }
.about-story-quote {
  background: linear-gradient(135deg, #1a3d3a 0%, #2d7a73 100%);
  border-radius: var(--radius-lg); padding: 28px 32px; color: #fff;
}
.about-story-quote blockquote {
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 600;
  line-height: 1.6; font-style: italic; margin: 0;
}
.about-story-quote cite {
  display: block; margin-top: 12px;
  font-size: .78rem; opacity: .7; font-style: normal;
}
.about-mv-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px;
  transition: box-shadow .25s, border-color .25s;
}
.about-mv-card:hover { box-shadow: var(--shadow-md); border-color: var(--brand); }
.about-mv-card .mv-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--brand-light); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 800; margin-bottom: 14px;
  font-family: var(--font-display);
}
.about-mv-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; }
.about-mv-card p { font-size: .9rem; color: var(--text-soft); line-height: 1.7; }

/* Values */
.about-values {
  padding: 80px 32px;
  background: linear-gradient(180deg, var(--bg-page) 0%, var(--surface) 100%);
}
.about-values-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}

/* Leadership */
.about-leadership {
  padding: 72px 32px 80px;
  background: linear-gradient(180deg, var(--surface) 0%, var(--bg-page) 100%);
  border-bottom: 1px solid var(--border);
}
.about-leadership .ceo-profile { opacity: 1; transform: none; }
.about-leadership-header {
  text-align: center; max-width: 680px; margin: 0 auto 56px;
}
.ceo-grid {
  max-width: 1280px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 64px;
}

.ceo-profile {
  display: grid; grid-template-columns: 340px 1fr; gap: 48px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .3s;
}
.ceo-profile:hover { box-shadow: var(--shadow-lg); }
.ceo-profile.reverse { direction: rtl; }
.ceo-profile.reverse > * { direction: ltr; }

.ceo-photo-wrap {
  position: relative; min-height: 420px; background: var(--surface-3);
}
.ceo-photo-wrap img {
  width: 100%; height: 100%; min-height: 420px;
  object-fit: cover; object-position: center top;
  display: block;
}
.ceo-photo-badge {
  position: absolute; bottom: 20px; left: 20px; right: 20px;
  background: rgba(253, 251, 247, .95); backdrop-filter: blur(10px);
  border-radius: var(--radius-md); padding: 14px 18px;
  border: 1px solid var(--border);
}
.ceo-photo-badge .role {
  font-size: .72rem; font-weight: 700; color: var(--brand);
  text-transform: uppercase; letter-spacing: .8px;
}
.ceo-photo-badge .name {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.15rem; color: var(--text-dark); margin-top: 2px;
}

.ceo-content { padding: 40px 40px 40px 0; }
.ceo-profile:not(.reverse) .ceo-content { padding: 40px 40px 40px 0; }
.ceo-profile.reverse .ceo-content { padding: 40px 0 40px 40px; }

.ceo-tagline {
  font-size: .95rem; color: var(--brand); font-weight: 600;
  margin-bottom: 12px; line-height: 1.5;
}
.ceo-summary {
  font-size: .92rem; color: var(--text-mid); line-height: 1.8;
  margin-bottom: 28px; padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.ceo-section { margin-bottom: 24px; }
.ceo-section h4 {
  font-family: var(--font-display); font-size: .85rem; font-weight: 700;
  color: var(--text-dark); text-transform: uppercase; letter-spacing: .6px;
  margin-bottom: 14px; display: flex; align-items: center; gap: 8px;
}
.ceo-section h4::before {
  content: ''; width: 4px; height: 16px;
  background: var(--brand); border-radius: 2px;
}

.ceo-job {
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--radius-md); padding: 20px 22px;
  margin-bottom: 12px;
}
.ceo-job:last-child { margin-bottom: 0; }
.ceo-job-title {
  font-weight: 700; font-size: .92rem; color: var(--text-dark); margin-bottom: 4px;
}
.ceo-job-org {
  font-size: .82rem; color: var(--brand); font-weight: 600; margin-bottom: 4px;
}
.ceo-job-period {
  font-size: .75rem; color: var(--text-soft); margin-bottom: 12px;
}
.ceo-job ul {
  list-style: none; display: flex; flex-direction: column; gap: 6px;
}
.ceo-job li {
  font-size: .84rem; color: var(--text-mid); line-height: 1.55;
  padding-left: 16px; position: relative;
}
.ceo-job li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 5px; height: 5px; border-radius: 50%; background: var(--brand);
}

.ceo-skills {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px;
}
.ceo-skill {
  background: var(--brand-light); color: var(--brand);
  font-size: .75rem; font-weight: 600;
  padding: 5px 12px; border-radius: 20px;
}

/* Expertise band */
.about-expertise {
  padding: 72px 32px;
  background: linear-gradient(135deg, #1a3d3a 0%, #2d7a73 50%, #3c968f 100%);
  color: #fff;
}
.about-expertise-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.about-exp-item {
  text-align: center; padding: 24px 16px;
  background: rgba(255,255,255,.08); border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,.1);
}
.about-exp-item .exp-icon { font-size: 2rem; margin-bottom: 12px; }
.about-exp-item h4 { font-family: var(--font-display); font-weight: 700; font-size: .95rem; margin-bottom: 6px; }
.about-exp-item p { font-size: .8rem; opacity: .75; line-height: 1.5; }

/* CTA light (about page) */
.cta-band-light {
  background: var(--bg-page) !important;
  border-top: 1px solid var(--border);
  padding: 72px 32px;
}
.cta-band-light::before { display: none !important; }
.cta-title-dark {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800; color: var(--text-dark);
  letter-spacing: -.6px; line-height: 1.2;
}
.cta-sub-dark {
  font-size: .95rem; color: var(--text-mid);
  margin-top: 10px; line-height: 1.6;
}

@media (max-width: 1024px) {
  .about-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-hero-visual { min-height: 340px; margin-top: 8px; }
  .hero-visual-main { width: 200px; height: 250px; right: 20px; top: 10px; }
  .hero-visual-secondary { width: 170px; height: 220px; left: 20px; bottom: 10px; }
  .about-story-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
  .ceo-profile, .ceo-profile.reverse {
    grid-template-columns: 1fr; direction: ltr;
  }
  .ceo-profile.reverse > * { direction: ltr; }
  .ceo-content, .ceo-profile.reverse .ceo-content { padding: 0 28px 32px; }
  .ceo-photo-wrap { min-height: 320px; }
  .ceo-photo-wrap img { min-height: 320px; }
  .about-expertise-inner { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .about-leadership-header .section-sub { font-size: .9rem; }
  .ceo-tagline { font-size: .82rem; }
  .about-timeline { padding-left: 0; }
}
@media (max-width: 640px) {
  .about-story, .about-values, .about-leadership { padding: 48px 20px; }
  .about-hero-visual { min-height: 200px; }
  .hero-visual-main { width: 140px; height: 175px; right: 12px; top: 0; }
  .hero-visual-secondary { width: 120px; height: 155px; left: 12px; bottom: 0; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-expertise-inner { grid-template-columns: 1fr; }
  .ceo-content { padding: 0 20px 28px !important; }
  .ceo-photo-wrap { min-height: 260px; }
  .ceo-photo-wrap img { min-height: 260px; }
}
