/* ============================================================
   TABULA RASA TRAVEL CONSULTANCY — about.css
   ============================================================ */

/* ── HERO FACES (about page specific) ──────────────────────── */
.hero-faces-col { display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; }
.faces-cluster { display: flex; align-items: center; }
.face-wrap { margin-left: -0.9rem; }
.face-wrap:first-child { margin-left: 0; }
.face-wrap img {
  width: 56px; height: 56px; border-radius: 50%;
  border: 3px solid var(--navy); object-fit: cover; display: block;
  transition: transform 0.2s;
}
.face-wrap img:hover { transform: scale(1.1) translateY(-3px); z-index: 10; position: relative; }
.faces-caption { font-size: 0.82rem; color: rgba(255,255,255,0.55); font-weight: 300; margin-top: 0.6rem; }
.faces-caption strong { color: var(--white); font-weight: 600; }
.hero-quote {
  background: rgba(201,168,76,0.08);
  border-left: 3px solid var(--gold);
  padding: 1.4rem 1.6rem;
}
.hero-quote p {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem; font-style: italic; color: rgba(255,255,255,0.8);
  line-height: 1.6;
}
.hero-quote cite {
  display: block; margin-top: 0.8rem;
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); font-style: normal; font-weight: 600;
}

/* ── PHILOSOPHY ─────────────────────────────────────────────── */
.philosophy-section { background: var(--white); padding: 7rem 0; }
.philosophy-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center;
}
.philosophy-img { position: relative; }
.philosophy-img-frame { position: relative; padding: 1.5rem 1.5rem 1.5rem 0; }
.philosophy-img-frame::before {
  content: ''; position: absolute; top: 0; right: 0;
  width: 72%; height: 72%; border: 2px solid var(--gold); z-index: 0;
}
.philosophy-img-frame::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 72%; height: 72%; background: var(--navy); z-index: 0;
}
.philosophy-img-frame img {
  position: relative; z-index: 2;
  width: 100%; height: 460px; object-fit: cover; object-position: top;
  display: block; box-shadow: 0 24px 60px rgba(11,31,58,0.2);
}
.philosophy-badge {
  position: absolute; bottom: 2rem; left: -1.2rem; z-index: 10;
  background: var(--gold); padding: 1.2rem 1.5rem; text-align: center;
}
.philosophy-badge-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem; font-weight: 700; color: var(--navy); line-height: 1;
}
.philosophy-badge-txt {
  font-size: 0.65rem; color: rgba(11,31,58,0.75); text-transform: uppercase;
  letter-spacing: 0.1em; font-weight: 600; margin-top: 0.2rem;
}
.philosophy-copy h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem; font-weight: 700; color: var(--navy);
  line-height: 1.2; margin: 1rem 0 1.6rem;
}
.philosophy-copy p { font-size: 0.97rem; line-height: 1.85; color: var(--text-soft); font-weight: 300; margin-bottom: 1.3rem; }
.philosophy-pillars {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px;
  background: var(--border); border: 1px solid var(--border); margin-top: 2.5rem;
}
.pillar { background: var(--white); padding: 1.2rem 1rem; text-align: center; transition: background 0.2s; }
.pillar:hover { background: var(--off-white); }
.pillar-icon { font-size: 1.4rem; margin-bottom: 0.4rem; display: block; }
.pillar-label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); font-weight: 600; }
.pillar-sub { font-size: 0.75rem; color: var(--text-soft); margin-top: 0.2rem; font-weight: 300; }

/* ── QUOTE BAND ─────────────────────────────────────────────── */
.quote-band { background: var(--navy); padding: 5rem 0; position: relative; overflow: hidden; }
.quote-band::before {
  content: '\201C';
  position: absolute; left: 5%; top: 50%; transform: translateY(-55%);
  font-family: 'Playfair Display', serif;
  font-size: 18rem; line-height: 1;
  color: rgba(201,168,76,0.06); pointer-events: none;
}
.quote-band-inner { max-width: 820px; margin: 0 auto; padding: 0 2.5rem; text-align: center; }
.quote-band blockquote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 400; font-style: italic;
  color: var(--white); line-height: 1.55; margin-bottom: 2rem;
}
.quote-band blockquote em { color: var(--gold); font-style: normal; }
.quote-band-rule { width: 4rem; height: 2px; background: var(--gold); margin: 0 auto 1.5rem; }
.quote-band cite {
  font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); font-weight: 500; font-style: normal;
}

/* ── GROWTH ─────────────────────────────────────────────────── */
.growth-section { background: var(--off-white); padding: 7rem 0; }
.growth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.growth-copy h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem; font-weight: 700; color: var(--navy);
  line-height: 1.2; margin: 1rem 0 1.6rem;
}
.growth-copy p { font-size: 0.97rem; line-height: 1.85; color: var(--text-soft); font-weight: 300; margin-bottom: 1.3rem; }
.growth-timeline { display: flex; flex-direction: column; gap: 0; margin-top: 1rem; }
.timeline-item {
  display: flex; gap: 1.5rem; align-items: flex-start;
  padding: 1.4rem 0; border-bottom: 1px solid var(--border);
}
.timeline-item:last-child { border-bottom: none; }
.timeline-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0; margin-top: 0.35rem;
  box-shadow: 0 0 0 4px rgba(201,168,76,0.15);
}
.timeline-text { font-size: 0.9rem; color: var(--text-soft); line-height: 1.6; font-weight: 300; }
.timeline-text strong {
  color: var(--navy); font-weight: 600; display: block; margin-bottom: 0.25rem;
  font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em;
}
.growth-img { position: relative; }
.growth-img img { width: 100%; height: 480px; object-fit: cover; display: block; box-shadow: 0 24px 60px rgba(11,31,58,0.15); }
.growth-img::before {
  content: ''; position: absolute;
  bottom: -1.5rem; right: -1.5rem;
  width: 60%; height: 60%;
  border: 2px solid var(--gold); z-index: -1;
}

/* ── NUMBERS ─────────────────────────────────────────────────── */
.numbers-section { background: var(--navy); padding: 7rem 0; }
.numbers-header { text-align: center; margin-bottom: 4rem; }
.numbers-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem; font-weight: 700; color: var(--white); margin: 1rem 0;
}
.numbers-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; border: 1px solid rgba(255,255,255,0.08);
}
.number-card {
  padding: 3rem 2rem; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
  position: relative; transition: background 0.2s;
}
.number-card:hover { background: rgba(201,168,76,0.05); }
.number-card:last-child { border-right: none; }
.number-card::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 2.5rem; height: 3px; background: var(--gold);
}
.number-val {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 0.6rem;
}
.number-label {
  font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); font-weight: 500;
}
.numbers-footnote {
  text-align: center; margin-top: 2.5rem;
  font-size: 0.78rem; color: rgba(255,255,255,0.3); font-style: italic; font-weight: 300;
}

/* ── TEAM ───────────────────────────────────────────────────── */
.team-section { background: var(--white); padding: 7rem 0; }
.team-header { text-align: center; margin-bottom: 4rem; }
.team-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem; font-weight: 700; color: var(--navy); margin: 1rem 0;
}
.team-header p { font-size: 0.97rem; color: var(--text-soft); font-weight: 300; line-height: 1.7; max-width: 54ch; margin: 0 auto; }
.team-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.5rem; }
.team-card { text-align: center; transition: transform 0.25s; }
.team-card:hover { transform: translateY(-6px); }
.team-photo-wrap { position: relative; margin-bottom: 1rem; padding-top: 100%; overflow: hidden; }
.team-photo-wrap img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: top; transition: transform 0.4s ease;
}
.team-card:hover .team-photo-wrap img { transform: scale(1.05); }
.team-photo-wrap::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,31,58,0.5) 0%, transparent 50%);
}

/* Hero animation */
.page-hero-inner > * { animation: fadeUp 0.75s ease both; }
.page-hero-inner > *:nth-child(1) { animation-delay: 0.1s; }
.page-hero-inner > *:nth-child(2) { animation-delay: 0.3s; }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .philosophy-grid, .growth-grid { grid-template-columns: 1fr; gap: 3rem; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .number-card:nth-child(2) { border-right: none; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .philosophy-pillars { grid-template-columns: 1fr; }
}

/* ── TEAM INFO (name + role display) ─────────────────────── */
.team-info { padding: 1rem 0.5rem 0; text-align: center; }
.team-name {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 0.2rem;
}
.team-role { font-size: 0.78rem; color: var(--text-soft); font-weight: 300; }
