/* about.css — also includes shared page-hero pattern */

/* ─────────────────────────────────────────
   PAGE HERO (shared pattern)
───────────────────────────────────────── */
.page-hero {
  padding-top: 72px;
  min-height: 38vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  padding-bottom: 4rem;
  padding-left: 4vw;
  padding-right: 4vw;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.about-page-hero .page-hero-bg {
  background: linear-gradient(135deg, #f0eae6 0%, var(--blush-light) 50%, #e8dce8 100%);
}
.about-page-hero .page-hero-bg::after {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(136,180,181,0.2);
  filter: blur(80px);
}
.page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.page-hero .display {
  margin-top: 0.8rem;
}
.page-hero .display em {
  font-style: italic;
  color: var(--teal-dark);
  font-family: var(--italic);
}
.page-hero-sub {
  margin-top: 1rem;
  max-width: 480px;
  color: var(--mid);
}

/* ─────────────────────────────────────────
   CEO STORY
───────────────────────────────────────── */
.ceo-story {
  padding: 6rem 4vw 8rem;
  background: var(--cream);
}
.ceo-story-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 6rem;
  align-items: start;
}

/* Photo */
.ceo-photo-col { position: sticky; top: 100px; }
.ceo-photo-wrap {
  position: relative;
  border-radius: 12px;
  overflow: visible;
  margin-bottom: 1.5rem;
}
.ceo-photo-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  display: block;
}
.ceo-photo-frame {
  position: absolute;
  top: -12px; left: -12px;
  right: 12px; bottom: -12px;
  border: 2px solid rgba(136,180,181,0.3);
  border-radius: 14px;
  z-index: -1;
}
.ceo-card {
  background: var(--warm-white);
  border: 1px solid rgba(136,180,181,0.2);
  border-radius: 10px;
  padding: 1.5rem 1.8rem;
}
.ceo-card-name {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--charcoal);
}
.ceo-card-title {
  font-size: 0.72rem;
  color: var(--soft);
  margin-top: 0.25rem;
  letter-spacing: 0.03em;
}
.ceo-card-divider {
  width: 40px;
  height: 1px;
  background: linear-gradient(to right, var(--teal), var(--blush));
  margin: 1rem 0;
}
.ceo-card-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.ceo-badge {
  background: var(--blush-light);
  color: var(--teal-dark);
  border-radius: 50px;
  padding: 0.3rem 0.9rem;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  border: 1px solid rgba(136,180,181,0.2);
}

/* Story text */
.ceo-text-col .headline em { font-style: italic; color: var(--teal-dark); font-family: var(--italic); }
.story-body { margin-top: 2rem; }
.story-body p {
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--mid);
  margin-bottom: 1.5rem;
}
.story-quote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, var(--blush-light), var(--warm-white));
  border-left: 3px solid var(--teal);
  border-radius: 0 8px 8px 0;
}
.story-quote span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--charcoal);
  line-height: 1.6;
}
.story-quote span em { font-style: normal; color: var(--teal-dark); }
.story-section-title {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--charcoal);
  margin: 2.5rem 0 1rem;
}
.ceo-actions { display: flex; gap: 1rem; margin-top: 3rem; flex-wrap: wrap; }

/* ─────────────────────────────────────────
   VALUES STRIP
───────────────────────────────────────── */
.values-strip {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
  padding: 5rem 4vw;
}
.values-strip-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.value-item { text-align: center; }
.value-icon {
  font-size: 1.5rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 1rem;
}
.value-item h4 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
  color: white;
  margin-bottom: 0.5rem;
}
.value-item p { font-size: 0.82rem; color: rgba(255,255,255,0.7); line-height: 1.7; }

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1000px) {
  .ceo-story-inner { grid-template-columns: 1fr; gap: 3rem; }
  .ceo-photo-col { position: static; }
  .ceo-photo-wrap img { height: 400px; }
  .values-strip-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 600px) {
  .values-strip-inner { grid-template-columns: 1fr; }
  .ceo-actions { flex-direction: column; }
}
