/* ============================================================
   sTrips Compass — About Page Styles
   ============================================================ */

/* ── STORY SECTION ────────────────────────────────────────── */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.story-images {
  position: relative;
}

.story-img-main {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.story-img-main img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.story-img-accent {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 160px;
  height: 160px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--white);
}

.story-img-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-badge-float {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  background: var(--gradient-ocean);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.2rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.story-badge-float .number {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}

.story-badge-float .label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.3;
  display: block;
}

.story-text h2 {
  margin-bottom: 1.2rem;
}

.story-text .lead {
  font-size: 1.05rem;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.story-text p {
  margin-bottom: 1rem;
  color: var(--text-body);
}

.story-milestones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.milestone {
  padding: 1rem;
  background: var(--gradient-subtle);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--primary);
}

.milestone strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}

.milestone span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ── MISSION & VISION ─────────────────────────────────────── */
.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.mv-card {
  padding: 2.5rem;
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
}

.mv-card.mission {
  background: var(--gradient-ocean);
  color: var(--white);
}

.mv-card.vision {
  background: var(--white);
  border: 2px solid var(--border);
  box-shadow: var(--shadow-md);
}

.mv-card-icon {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  display: block;
}

.mv-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.mv-card.mission h3 {
  color: var(--white);
}

.mv-card.mission p {
  color: rgba(255,255,255,0.82);
}

.mv-card.vision p {
  color: var(--text-body);
}

.mv-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transform: translate(50px, -80px);
}

/* ── DIRECTOR PROFILE ─────────────────────────────────────── */
.director-card {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 4rem;
  align-items: center;
  background: var(--white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.director-photo-side {
  position: relative;
  background: var(--gradient-ocean);
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 480px;
  justify-content: center;
}

.director-avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 4px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.5rem;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.director-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.director-photo-side h3 {
  color: var(--white);
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}

.director-title {
  font-size: 0.85rem;
  color: var(--secondary-light);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.director-social {
  display: flex;
  gap: 0.7rem;
  justify-content: center;
}

.director-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--white);
  transition: all var(--transition-fast);
}

.director-social a:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-2px);
}

.director-info-side {
  padding: 3rem 3rem 3rem 0;
}

.director-info-side .eyebrow {
  color: var(--accent);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.director-info-side h2 {
  margin-bottom: 1.5rem;
}

.director-info-side p {
  margin-bottom: 1rem;
  color: var(--text-body);
}

.director-credentials {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--gradient-subtle);
  border-radius: var(--radius-lg);
}

.credential-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.88rem;
}

.credential-item .icon {
  width: 30px;
  height: 30px;
  background: var(--primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--white);
  flex-shrink: 0;
}

/* ── LEGAL NOTE ───────────────────────────────────────────── */
.legal-highlight {
  background: linear-gradient(135deg, rgba(0,119,182,0.06), rgba(0,180,216,0.06));
  border: 2px solid rgba(0,119,182,0.2);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.legal-highlight::before {
  content: '🏛️';
  position: absolute;
  top: -20px;
  right: 30px;
  font-size: 8rem;
  opacity: 0.04;
  user-select: none;
}

.legal-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1.4rem;
  background: var(--primary);
  color: var(--white);
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.2rem;
}

.legal-highlight h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--primary-dark);
}

.legal-highlight p {
  max-width: 600px;
  margin: 0 auto;
  color: var(--text-muted);
}

/* ── WHY MALDIVES ─────────────────────────────────────────── */
.maldives-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.maldives-feature {
  text-align: center;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-md);
  transition: all var(--transition);
}

.maldives-feature:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.maldives-feature .feature-emoji {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.maldives-feature h4 {
  margin-bottom: 0.6rem;
  color: var(--text-dark);
}

.maldives-feature p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* ── TEAM SECTION ─────────────────────────────────────────── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.team-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  text-align: center;
  transition: all var(--transition);
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.team-photo {
  height: 200px;
  background: var(--gradient-ocean);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
}

.team-card-body {
  padding: 1.25rem;
}

.team-card-body h4 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.team-card-body span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .story-grid { grid-template-columns: 1fr; gap: 3rem; }
  .director-card { grid-template-columns: 1fr; }
  .director-photo-side { min-height: auto; }
  .director-info-side { padding: 2rem; }
  .maldives-features { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .mv-grid { grid-template-columns: 1fr; }
  .maldives-features { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .story-milestones { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .team-grid { grid-template-columns: 1fr; }
}
