/* ===== Inner Pages — Tajalli ===== */

.page-hero {
  padding: clamp(140px, 20vw, 220px) 0 clamp(60px, 10vw, 120px);
  background: linear-gradient(180deg, var(--sand), var(--pearl));
  text-align: center;
}
.page-hero .eyebrow {
  font-size: 14px;
  color: var(--bronze);
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
.page-title {
  font-family: var(--font-ar-display);
  font-size: clamp(48px, 7.5vw, 112px);
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 28px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.page-title em {
  color: var(--bordeaux);
  font-family: var(--font-ar-display);
  font-style: normal;
  position: relative;
}
.page-lead {
  font-size: clamp(17px, 1.6vw, 22px);
  color: rgba(28, 24, 22, 0.65);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 300;
}

/* ===== Phases (Journey page) ===== */
.phases {
  padding: clamp(60px, 12vw, 140px) 0;
  background: var(--pearl);
}
.phase-block {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: clamp(40px, 8vw, 100px);
  padding: clamp(60px, 10vw, 120px) 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.phase-block:first-child { border-top: none; padding-top: 0; }
.phase-block.reverse { grid-template-columns: 1fr 320px; }
.phase-block.reverse .phase-meta { order: 2; }

.phase-meta {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.phase-month {
  font-size: 13px;
  color: var(--bronze);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: var(--font-en-body);
}
.phase-num-big {
  font-family: var(--font-ar-display);
  font-size: clamp(120px, 18vw, 220px);
  color: var(--bronze-soft);
  line-height: 1;
  font-weight: 400;
  opacity: 0.6;
}

.phase-content h2 {
  font-family: var(--font-ar-display);
  font-size: clamp(40px, 5.5vw, 72px);
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 16px;
  font-weight: 800;
}
.phase-lead {
  font-size: 19px;
  color: var(--bordeaux);
  font-family: var(--font-ar-display);
  margin-bottom: 48px;
  line-height: 1.6;
}
.phase-list {
  list-style: none;
}
.phase-list li {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.phase-list li:last-child { border-bottom: none; }
.phase-list h3 {
  font-family: var(--font-ar-display);
  font-size: 24px;
  color: var(--bordeaux);
  margin-bottom: 12px;
  font-weight: 800;
}
.phase-list p {
  font-size: 16px;
  color: rgba(28, 24, 22, 0.7);
  line-height: 1.8;
}

/* ===== About Page ===== */
.about-portrait {
  padding: clamp(60px, 10vw, 140px) 0;
  background: var(--pearl);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 100px);
  align-items: center;
}
.about-image {
  aspect-ratio: 3/4;
  background-color: var(--sand);
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  filter: saturate(0.9) contrast(1.02);
  position: relative;
}
.about-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(28, 24, 22, 0.1));
  border-radius: 4px;
}
.about-text .eyebrow { margin-bottom: 24px; }
.about-text h2 {
  font-family: var(--font-ar-display);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.2;
  margin-bottom: 32px;
  color: var(--ink);
  font-weight: 800;
}
.about-text p {
  font-size: 17px;
  line-height: 1.9;
  color: rgba(28, 24, 22, 0.75);
  margin-bottom: 20px;
}

/* Philosophy */
.philosophy {
  padding: clamp(80px, 14vw, 180px) 0;
  background: var(--ink);
  color: var(--pearl);
}
.philosophy-head {
  text-align: center;
  margin-bottom: clamp(60px, 10vw, 120px);
}
.philosophy-head .eyebrow { color: var(--bronze-soft); }
.philosophy-head h2 {
  font-family: var(--font-ar-display);
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 800;
}
.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.principle {
  text-align: center;
  padding: 0 16px;
}
.principle-num {
  font-family: var(--font-en-display);
  font-size: 13px;
  letter-spacing: 0.4em;
  color: var(--bronze-soft);
  margin-bottom: 24px;
}
.principle h3 {
  font-family: var(--font-ar-display);
  font-size: 28px;
  margin-bottom: 20px;
  color: var(--pearl);
  font-weight: 800;
}
.principle p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(245, 239, 230, 0.65);
}

/* ===== Contact Page ===== */
.contact-section {
  padding: clamp(60px, 10vw, 140px) 0;
  background: var(--pearl);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 100px);
  align-items: start;
}
.contact-info h2 {
  font-family: var(--font-ar-display);
  font-size: clamp(36px, 4vw, 52px);
  color: var(--ink);
  margin-bottom: 32px;
  font-weight: 800;
}
.contact-channels {
  list-style: none;
  margin-top: 48px;
}
.contact-channels li {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.contact-channels li:last-child { border-bottom: 1px solid var(--line); }
.channel-label {
  font-family: var(--font-ar-display);
  font-size: 22px;
  color: var(--bordeaux);
  font-weight: 800;
}
.channel-meta {
  font-size: 14px;
  color: rgba(28, 24, 22, 0.6);
}
.channel-value {
  font-family: var(--font-en-body);
  font-size: 15px;
  color: var(--ink);
  direction: ltr;
}

.faq h2 {
  font-family: var(--font-ar-display);
  font-size: clamp(32px, 3.5vw, 44px);
  color: var(--ink);
  margin-bottom: 32px;
  font-weight: 800;
}
.faq-item {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-question {
  font-family: var(--font-ar-display);
  font-size: 19px;
  color: var(--bordeaux);
  margin-bottom: 12px;
  font-weight: 800;
}
.faq-answer {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(28, 24, 22, 0.7);
}

/* ===== Responsive ===== */
@media (max-width: 968px) {
  .phase-block, .phase-block.reverse { grid-template-columns: 1fr; gap: 32px; }
  .phase-block.reverse .phase-meta { order: 0; }
  .phase-meta { position: static; flex-direction: row; align-items: baseline; gap: 24px; }
  .phase-num-big { font-size: 96px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .philosophy-grid { grid-template-columns: 1fr; gap: 32px; }
}
