/* ============================================================
   PHOTOGRAPHY SAFARIS — Experience page
   Builds on colors_and_type.css + amboseli.css + couples.css
   Key differentiators:
   · Hero: left-aligned, image of golden-hour big cats
   · Intro: three-paragraph editorial split with mobile Read More
   · Tour rail: season-restriction badge on Migration card
   · Photography subject cards: Forest Night top border, cream fill
   · Best window line in Mara Green bold
   · Why Book: Light / Position / Time pillars
   · Alex quote: four sentences, full width, generous spacing
   ============================================================ */

/* ── HERO MODIFIER ─────────────────────────────────────────── */
.ph-hero .hero-img {
  background-image: url('assets/mara-lions-sunset.webp');
  background-position: center 52%;
}
.ph-hero .hero-scrim {
  background: linear-gradient(
    to top,
    rgba(13,22,14,0.90) 0%,
    rgba(13,22,14,0.30) 42%,
    rgba(13,22,14,0.36) 100%
  );
}
.ph-hero .hero-content {
  text-align: left;
  padding: 160px 48px 110px;
}
.ph-hero h1 { margin: 0; }
.ph-hero h1 em { color: var(--dust-season); }
.ph-hero .hero-sub { margin-left: 0; }
.ph-hero .hero-ctas { justify-content: flex-start; }
.ph-hero-body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(245,240,232,0.82);
  max-width: 58ch;
  margin-top: 22px;
  font-variation-settings: 'wght' 340;
}

/* ── EDITORIAL INTRO ───────────────────────────────────────── */
.ph-intro { background: var(--dry-season-cream); padding: 100px 0 90px; }
.ph-intro-wrap { max-width: 1180px; margin: 0 auto; padding: 0 60px; }

.ph-intro-split {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  column-gap: 72px;
  align-items: start;
  padding-bottom: 0;
}
.ph-is-vdivider {
  background: rgba(26,60,46,0.15);
  align-self: stretch;
}
.ph-for-photo {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--savannah-gold);
  font-variation-settings: 'wght' 550;
  margin-bottom: 22px;
}
.ph-is-headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.14;
  color: var(--forest-night);
  letter-spacing: -0.02em;
  margin: 0;
}
.ph-is-rule {
  width: 40px; height: 2px;
  background: var(--savannah-gold);
  margin-top: 32px;
}
.ph-is-right { padding-top: 4px; }
.ph-is-right p {
  font-family: var(--font-body);
  font-size: 1.03rem;
  line-height: 1.78;
  color: var(--dark-earth);
  font-variation-settings: 'wght' 360;
  max-width: none;
}
.ph-is-right p + p { margin-top: 22px; }

/* Mobile Read More toggle */
.ph-read-more-btn {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-family: var(--font-body);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--savannah-gold);
  font-variation-settings: 'wght' 600;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.ph-read-more-btn svg { width: 14px; height: 14px; transition: transform 300ms var(--ease-editorial); }
.ph-read-more-btn.open svg { transform: rotate(180deg); }
.ph-collapsible { transition: max-height 400ms var(--ease-editorial), opacity 300ms var(--ease-editorial); }

/* ── TOUR SEASON BADGE ─────────────────────────────────────── */
.tour-season-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--savannah-gold);
  color: var(--forest-night);
  font-family: var(--font-body);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-variation-settings: 'wght' 750;
  padding: 4px 10px;
  margin-top: 10px;
}
.tour-season-badge::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--forest-night);
  opacity: 0.5;
}

/* ── HOW IT WORKS ──────────────────────────────────────────── */
.ph-how { background: var(--dry-season-cream); padding: 100px 0 90px; }
.ph-how-wrap { max-width: 1180px; margin: 0 auto; padding: 0 60px; }

.ph-how-eyebrow {
  font-family: var(--font-body); font-size: 0.72rem;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--savannah-gold); font-variation-settings: 'wght' 550;
  margin-bottom: 10px;
}
.ph-how-eyebrow-rule { width: 32px; height: 2px; background: var(--savannah-gold); margin-bottom: 28px; }
.ph-how-h2 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.2rem, 3.6vw, 3.2rem); line-height: 1.12;
  color: var(--forest-night); letter-spacing: -0.025em; margin: 0;
}
.ph-how-h2 em { font-style: italic; color: var(--forest-night); }

/* Steps */
.ph-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}
.ph-step { text-align: center; padding: 0 40px; }
.ph-step:first-child { padding-left: 0; }
.ph-step:last-child { padding-right: 0; }
.ph-step-num {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(4rem, 5.5vw, 5.5rem); line-height: 1;
  color: var(--savannah-gold); letter-spacing: -0.04em;
}
.ph-step-conn {
  position: relative; height: 24px; margin: 8px 0 22px; overflow: visible;
}
.ph-step:first-child .ph-step-conn::before {
  content: ''; position: absolute;
  top: 50%; left: 50%; right: -50%;
  height: 1px; background: var(--savannah-gold); transform: translateY(-50%);
}
.ph-step:nth-child(2) .ph-step-conn::before {
  content: ''; position: absolute;
  top: 50%; left: -50%; right: -50%;
  height: 1px; background: var(--savannah-gold); transform: translateY(-50%);
}
.ph-step:last-child .ph-step-conn::before {
  content: ''; position: absolute;
  top: 50%; left: -50%; right: 50%;
  height: 1px; background: var(--savannah-gold); transform: translateY(-50%);
}
.ph-step:nth-child(2) .ph-step-conn::after,
.ph-step:last-child .ph-step-conn::after {
  content: ''; position: absolute;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--savannah-gold);
  top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1;
}
.ph-step-icon {
  height: 62px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; color: var(--savannah-gold);
}
.ph-step-icon svg { height: 50px; width: auto; }
.ph-step-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: 1.35rem; color: var(--forest-night); letter-spacing: -0.01em; margin: 0;
}
.ph-step-rule { width: 30px; height: 1.5px; background: var(--savannah-gold); margin: 12px auto 16px; }
.ph-step-desc {
  font-family: var(--font-body); font-size: 0.9rem;
  line-height: 1.72; color: var(--kopje-stone);
  font-variation-settings: 'wght' 360; max-width: 28ch; margin: 0 auto;
}

/* Alex quote card — photography variant */
.ph-alex-card {
  background: var(--forest-night);
  padding: 56px 60px;
  margin-top: 72px;
  position: relative;
}
.ph-alex-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; width: 120px; height: 4px;
  background: var(--savannah-gold);
}
.ph-ac-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 52px;
  align-items: start;
}
.ph-ac-portrait {
  width: 140px; height: 140px; border-radius: 50%; overflow: hidden;
  border: 2px solid rgba(184,150,46,0.35); flex-shrink: 0;
  margin-top: 8px;
}
.ph-ac-portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ph-ac-qmark {
  font-family: var(--font-display); font-size: 2.8rem;
  color: var(--savannah-gold); line-height: 1; margin-bottom: 8px;
}
.ph-ac-quote {
  font-family: var(--font-display); font-style: italic; font-weight: 300;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.58;
  color: var(--dry-season-cream);
}
.ph-ac-quote strong {
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
.ph-ac-attr {
  font-family: var(--font-body); font-size: 0.9rem;
  color: rgba(245,240,232,0.88); font-variation-settings: 'wght' 400;
  margin-top: 20px;
}
.ph-ac-creds {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 0.67rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--savannah-gold); font-variation-settings: 'wght' 550;
  margin-top: 8px;
}
.ph-ac-bullet { opacity: 0.6; }
.ph-ac-cta {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 28px;
  font-family: var(--font-body); font-size: 0.72rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--savannah-gold); text-decoration: none;
  border: 1px solid var(--savannah-gold);
  padding: 16px 32px;
  transition: background 150ms ease, color 150ms ease;
}
.ph-ac-cta:hover { background: var(--savannah-gold); color: var(--forest-night); }

/* ── WHAT KENYA DELIVERS ───────────────────────────────────── */
.ph-dests { background: var(--dry-season-cream); padding: 120px 0; }
.ph-dest-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-rows: 520px 520px; gap: 3px; margin-top: 56px;
}
.ph-dest-card {
  position: relative; overflow: hidden;
  display: flex; align-items: flex-end;
  background: var(--forest-night); text-decoration: none;
}
.ph-dc-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.04); filter: saturate(0.86) brightness(0.88);
  transition: transform 1000ms var(--ease-editorial), filter 700ms var(--ease-editorial);
}
.ph-dest-card:hover .ph-dc-bg { transform: scale(1.09); filter: saturate(1) brightness(0.92); }
.ph-dc-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,22,14,0.94) 0%, rgba(13,22,14,0.30) 50%, rgba(13,22,14,0.08) 76%);
}
.ph-dc-body { position: relative; z-index: 2; padding: 38px 40px; width: 100%; }
.ph-dc-eyebrow {
  font-family: var(--font-body); font-variation-settings: 'wght' 600;
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--savannah-gold);
  display: flex; align-items: center; gap: 10px;
}
.ph-dc-eyebrow::before { content: ''; width: 18px; height: 1px; background: var(--savannah-gold); }
.ph-dc-name {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.9rem, 3vw, 2.7rem); line-height: 1.03;
  letter-spacing: -0.015em; color: #F7F2E8; margin-top: 10px;
}
.ph-dc-tags {
  font-family: var(--font-body); font-size: 0.84rem;
  color: rgba(245,240,232,0.62); font-variation-settings: 'wght' 360; margin-top: 6px;
  font-style: italic;
}
.ph-dc-desc {
  font-family: var(--font-body); font-size: 0.9rem; line-height: 1.64;
  color: rgba(245,240,232,0.78); font-variation-settings: 'wght' 340;
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height 420ms var(--ease-editorial), opacity 360ms var(--ease-editorial), margin-top 400ms;
  max-width: none;
}
.ph-dest-card:hover .ph-dc-desc { max-height: 120px; opacity: 1; margin-top: 14px; }
.ph-dc-cta {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 18px;
  font-family: var(--font-body); font-variation-settings: 'wght' 600;
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--savannah-gold);
  border-bottom: 1px solid rgba(184,150,46,0.35); padding-bottom: 3px;
  transition: gap 200ms var(--ease-editorial), border-color 200ms;
}
.ph-dest-card:hover .ph-dc-cta { gap: 13px; border-color: var(--savannah-gold); }

/* ── PHOTOGRAPHY SUBJECT CARDS ─────────────────────────────── */
.ph-subjects { background: var(--morning-mist); padding: 100px 0 90px; }
.ph-subjects-wrap { max-width: 1260px; margin: 0 auto; padding: 0 60px; }

.ph-subjects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin-top: 52px;
}
.ph-subject-card {
  background: var(--dry-season-cream);
  border-top: 4px solid var(--forest-night);
  padding: 40px 40px 36px;
}
.ph-sc-label {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--savannah-gold);
  font-variation-settings: 'wght' 650;
}
.ph-sc-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  line-height: 1.18;
  color: var(--forest-night);
  letter-spacing: -0.015em;
  margin-top: 12px;
}
.ph-sc-char {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--kopje-stone);
  margin-top: 10px;
}
.ph-sc-divider {
  width: 36px; height: 1.5px;
  background: var(--savannah-gold);
  margin: 20px 0;
}
.ph-sc-body {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.72;
  color: var(--dark-earth);
  font-variation-settings: 'wght' 360;
  max-width: none;
}
.ph-sc-window {
  font-family: var(--font-body);
  font-size: 0.86rem;
  line-height: 1.58;
  color: var(--mara-green);
  font-variation-settings: 'wght' 650;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(26,60,46,0.14);
}

/* ── RECOMMENDED LODGES ────────────────────────────────────── */
.ph-lodges { background: var(--dry-season-cream); padding: 100px 0 90px; }
.ph-lodges-wrap { max-width: 1260px; margin: 0 auto; padding: 0 60px; }
.ph-lodges-head {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  column-gap: 72px;
  align-items: center;
  margin-bottom: 60px;
}
.ph-lh-vdiv { background: rgba(26,60,46,0.15); align-self: stretch; }
.ph-lh-eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-body); font-size: 0.68rem;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--savannah-gold); font-variation-settings: 'wght' 600;
  margin-bottom: 20px;
}
.ph-lh-ey-rule { display: block; width: 36px; height: 1.5px; background: var(--savannah-gold); flex-shrink: 0; }
.ph-lh-h2 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: 1.12;
  color: var(--forest-night); letter-spacing: -0.02em; margin: 0;
}
.ph-lh-h2 em { font-style: italic; }
.ph-lh-rule { width: 40px; height: 2px; background: var(--savannah-gold); margin-top: 28px; }
.ph-lh-right { display: flex; align-items: center; }
.ph-lh-note { display: flex; gap: 16px; align-items: flex-start; }
.ph-lh-star { font-size: 0.9rem; color: var(--savannah-gold); flex-shrink: 0; margin-top: 2px; line-height: 1.5; }
.ph-lh-note p {
  font-family: var(--font-body); font-size: 0.9rem;
  line-height: 1.66; color: var(--kopje-stone);
  font-variation-settings: 'wght' 360; max-width: none;
}

.ph-lodge-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.ph-lc-card {
  position: relative; overflow: hidden;
  height: 500px; cursor: pointer;
}
.ph-lcc-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 900ms var(--ease-editorial);
}
.ph-lc-card:hover .ph-lcc-img { transform: scale(1.05); }
.ph-lcc-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,20,12,0.96) 0%, rgba(10,20,12,0.62) 38%, rgba(10,20,12,0.0) 65%);
}
.ph-lcc-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 28px 32px 36px; z-index: 2;
}
.ph-lcc-rule { width: 28px; height: 1.5px; background: var(--savannah-gold); margin-bottom: 16px; }
.ph-lcc-headline {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.05rem, 1.6vw, 1.38rem); line-height: 1.28;
  color: #F7F2E8; margin: 0;
}
.ph-lcc-rule2 { width: 28px; height: 1.5px; background: var(--savannah-gold); margin: 16px 0 12px; }
.ph-lcc-name {
  font-family: var(--font-body); font-size: 0.67rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--savannah-gold); font-variation-settings: 'wght' 650;
}
.ph-lcc-location {
  font-family: var(--font-display); font-style: italic;
  font-size: 0.9rem; color: rgba(245,240,232,0.75); margin-top: 4px;
}
.ph-lcc-tags {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px;
}
.ph-lcc-tag {
  font-family: var(--font-body); font-size: 9px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(245,240,232,0.6); font-variation-settings: 'wght' 500;
  border: 1px solid rgba(245,240,232,0.2); padding: 3px 9px;
}
.ph-lodges-cta { text-align: center; margin-top: 52px; }
.ph-lodges-cta-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 0.72rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--forest-night); text-decoration: none;
  border-bottom: 1px solid var(--forest-night); padding-bottom: 3px;
  transition: color 150ms, border-color 150ms, gap 200ms var(--ease-editorial);
}
.ph-lodges-cta-link:hover { color: var(--savannah-gold); border-color: var(--savannah-gold); gap: 16px; }

/* ── WHY PHOTOGRAPHERS BOOK WITH US ────────────────────────── */
.ph-why {
  background: var(--forest-night); padding: 120px 0; position: relative;
}
.ph-why::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 160px; height: 4px; background: var(--savannah-gold);
}
.ph-why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px;
}
.ph-why-col {
  padding-right: 56px; border-right: 1px solid rgba(212,196,160,0.14);
}
.ph-why-col:last-child { border-right: none; padding-right: 0; }
.ph-why-col:nth-child(2),
.ph-why-col:nth-child(3) { padding-left: 56px; }
.ph-wc-num {
  font-family: var(--font-display); font-weight: 300; font-size: 1rem; line-height: 1;
  color: rgba(184,150,46,0.45); letter-spacing: 0.1em;
}
.ph-why-col h4 {
  font-family: var(--font-display); font-weight: 300; font-size: 1.7rem;
  color: #F7F2E8; margin-top: 22px; letter-spacing: -0.01em; max-width: none;
}
.ph-why-col .ph-why-sub {
  font-family: var(--font-body); font-variation-settings: 'wght' 600;
  font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--savannah-gold); margin-top: 10px;
}
.ph-why-col p {
  font-family: var(--font-body); font-size: 0.95rem; line-height: 1.74;
  color: rgba(245,240,232,0.70); font-variation-settings: 'wght' 340;
  margin-top: 18px; max-width: none;
}

/* ── MEET ALEX ──────────────────────────────────────────────── */
.ph-meet { background: var(--dry-season-cream); overflow: hidden; }
.ph-meet-inner {
  display: grid; grid-template-columns: 5fr 7fr;
  min-height: 700px; max-width: 1440px; margin: 0 auto;
}
.ph-meet-photo { position: relative; overflow: hidden; }
.ph-meet-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top; display: block;
}
.ph-mpt-tag {
  position: absolute; bottom: 0; left: 0;
  background: rgba(20,42,30,0.92); padding: 16px 26px;
}
.ph-mpt-name {
  font-family: var(--font-body); font-variation-settings: 'wght' 650;
  font-size: 0.7rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--dry-season-cream);
}
.ph-mpt-role {
  font-family: var(--font-display); font-style: italic;
  font-size: 0.9rem; color: var(--dust-season); margin-top: 3px;
}
.ph-meet-content {
  position: relative; overflow: hidden;
  padding: 68px 80px;
  display: flex; flex-direction: column; justify-content: center;
}
.ph-meet-botanical {
  position: absolute; top: -30px; right: -20px;
  width: 240px; pointer-events: none; z-index: 0;
}
.ph-meet-eyebrow {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-body); font-size: 0.68rem;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--savannah-gold); font-variation-settings: 'wght' 600;
  margin-bottom: 22px;
}
.ph-me-rule { width: 40px; height: 1px; background: var(--savannah-gold); flex-shrink: 0; }
.ph-meet-h2 {
  position: relative; z-index: 1;
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.9rem, 2.6vw, 2.8rem); line-height: 1.1;
  color: var(--forest-night); letter-spacing: -0.02em; margin: 0;
}
.ph-meet-h2 em { font-style: italic; color: var(--savannah-gold); }
.ph-meet-qblock {
  position: relative; z-index: 1; margin-top: 28px;
}
.ph-mq-open, .ph-mq-close {
  font-family: var(--font-display); font-size: 2rem;
  color: var(--savannah-gold); line-height: 1;
}
.ph-mq-open { display: block; margin-bottom: 8px; }
.ph-mq-close { display: inline; margin-left: 4px; font-size: 1.5rem; vertical-align: -4px; }
.ph-mq-text {
  font-family: var(--font-display); font-style: italic; font-weight: 300;
  font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.65;
  color: var(--forest-night); display: inline;
}
.ph-mq-final {
  display: block;
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.65;
  color: var(--forest-night);
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(26,60,46,0.14);
}
.ph-mq-attr {
  font-family: var(--font-body); font-size: 0.7rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--forest-night); font-variation-settings: 'wght' 600;
  margin-top: 18px;
}
.ph-meet-divider {
  position: relative; z-index: 1;
  width: 100%; height: 1px;
  background: rgba(26,60,46,0.14); margin: 26px 0;
}
.ph-meet-creds {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(3, 1fr);
}
.ph-mcred { text-align: center; padding: 0 20px; }
.ph-mcred:first-child { padding-left: 0; }
.ph-mcred:last-child { padding-right: 0; }
.ph-mcred--sep {
  border-left: 1px solid rgba(26,60,46,0.14);
  border-right: 1px solid rgba(26,60,46,0.14);
}
.ph-mcred-icon {
  height: 48px; display: flex; align-items: center; justify-content: center;
  color: var(--savannah-gold); margin-bottom: 10px;
}
.ph-mcred-icon svg { height: 38px; width: auto; }
.ph-mcred-title {
  font-family: var(--font-body); font-size: 0.67rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--forest-night); font-variation-settings: 'wght' 700; line-height: 1.4;
}
.ph-mcred-desc {
  font-family: var(--font-body); font-size: 0.8rem;
  line-height: 1.5; color: var(--kopje-stone);
  font-variation-settings: 'wght' 360; margin-top: 6px;
}
.ph-meet-cta-btn {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  background: var(--savannah-gold); color: #fff;
  font-family: var(--font-body); font-size: 0.74rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  text-decoration: none; padding: 20px 40px; margin-top: 28px;
  font-variation-settings: 'wght' 600;
  transition: background 150ms ease, gap 200ms ease;
}
.ph-meet-cta-btn:hover { background: var(--savannah-gold-dark); gap: 18px; }

/* ── CLOSING ────────────────────────────────────────────────── */
.ph-closing .closing-bg {
  background-image: url('assets/mara-crossing.webp');
  background-position: center 45%;
}
.ph-closing .closing-scrim {
  background: linear-gradient(to top, rgba(13,22,14,0.92) 0%, rgba(13,22,14,0.42) 46%, rgba(13,22,14,0.32) 100%);
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .ph-lodges-head { grid-template-columns: 1fr; row-gap: 36px; }
  .ph-lh-vdiv { display: none; }
  .ph-lodge-cards { grid-template-columns: 1fr; }
  .ph-lc-card { height: 420px; }
  .ph-why-col { padding-right: 40px; }
  .ph-why-col:nth-child(2), .ph-why-col:nth-child(3) { padding-left: 40px; }
  .ph-dest-grid { grid-template-rows: 460px 460px; }
  .ph-subjects-grid { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  .ph-intro-split { grid-template-columns: 1fr; row-gap: 48px; }
  .ph-is-vdivider { display: none; }
  .ph-read-more-btn { display: flex; }
  .ph-steps { grid-template-columns: 1fr; }
  .ph-step { padding: 0 0 48px; border-bottom: 1px solid rgba(26,60,46,0.1); margin-bottom: 8px; }
  .ph-step:last-child { border-bottom: none; padding-bottom: 0; }
  .ph-step-conn { display: none; }
  .ph-ac-inner { grid-template-columns: 1fr; text-align: center; }
  .ph-ac-portrait { margin: 0 auto; }
  .ph-ac-creds { justify-content: center; flex-wrap: wrap; }
  .ph-dest-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 420px); }
  .ph-why-grid { grid-template-columns: 1fr; }
  .ph-why-col { border-right: none; padding-right: 0; border-bottom: 1px solid rgba(212,196,160,0.14); padding-bottom: 48px; }
  .ph-why-col:last-child { border-bottom: none; padding-bottom: 0; }
  .ph-why-col:nth-child(2), .ph-why-col:nth-child(3) { padding-left: 0; }
  .ph-meet-inner { grid-template-columns: 1fr; }
  .ph-meet-photo { min-height: 480px; }
}
@media (max-width: 640px) {
  .ph-hero .hero-content { text-align: center; padding: 140px 24px 90px; }
  .ph-hero .hero-ctas { justify-content: center; }
  .ph-intro { padding: 72px 0; }
  .ph-intro-wrap { padding: 0 24px; }
  .ph-how { padding: 80px 0; }
  .ph-how-wrap { padding: 0 24px; }
  .ph-dests { padding: 80px 0; }
  .ph-dest-grid { grid-template-rows: repeat(4, 360px); }
  .ph-subjects { padding: 72px 0; }
  .ph-subjects-wrap { padding: 0 24px; }
  .ph-lodges { padding: 72px 0; }
  .ph-lodges-wrap { padding: 0 24px; }
  .ph-lodge-cards { grid-template-columns: 1fr; }
  .ph-lc-card { height: 380px; }
  .ph-why { padding: 80px 0; }
  .ph-meet-content { padding: 52px 28px; }
  .ph-alex-card { padding: 44px 32px; }
  .ph-ac-cta { width: 100%; justify-content: center; }
}
