/* ============================================================
   programme.css — shared layout for the four KARE programme
   detail pages (Reset / Panchakarma / Stillness / Sound Healing).
   Uses the global tokens from styles.css. Prefix: .pp-
   ============================================================ */

/* --- HERO (split editorial) --- */
.pp-hero {
  position: relative;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--c-pearl);
  padding-top: 84px;
  overflow: hidden;
}
.pp-hero__left {
  padding: clamp(48px, 6vw, 96px);
  display: flex; flex-direction: column; justify-content: center;
  position: relative; z-index: 1;
}
.pp-hero__crumb {
  font-family: var(--f-body);
  font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(14,22,32,0.4); margin-bottom: clamp(40px, 6vw, 70px);
  display: flex; align-items: center; gap: 12px; font-weight: 500;
  flex-wrap: wrap;
}
.pp-hero__crumb a { color: rgba(14,22,32,0.55); text-decoration: none; transition: color 200ms var(--ease-out); }
.pp-hero__crumb a:hover { color: var(--c-olive); }
.pp-hero__crumb .sep { width: 16px; height: 1px; background: rgba(14,22,32,0.2); }
.pp-hero__num {
  font-family: var(--f-display); font-style: italic; font-weight: 300;
  font-size: 15px; color: var(--c-olive); margin-bottom: 18px;
}
.pp-hero__cat {
  font-family: var(--f-body); font-size: 10px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-olive);
  margin-bottom: 22px;
}
.pp-hero__h {
  font-family: var(--f-display); font-weight: 300;
  font-size: clamp(46px, 5.6vw, 88px); line-height: 0.98;
  letter-spacing: -0.016em; margin: 0 0 28px; max-width: 13ch;
  color: var(--c-charcoal);
}
.pp-hero__h .it { font-style: italic; }
.pp-hero__lede {
  font-family: var(--f-body); font-size: 16px; line-height: 1.8;
  color: rgba(14,22,32,0.66); max-width: 44ch; margin: 0 0 clamp(36px, 5vw, 52px);
}
.pp-hero__meta { display: flex; gap: clamp(32px, 5vw, 56px); flex-wrap: wrap; }
.pp-hero__meta-item {
  display: flex; flex-direction: column; gap: 9px;
}
.pp-hero__meta-item .k {
  font-family: var(--f-body); font-size: 9px; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(14,22,32,0.42); font-weight: 500;
}
.pp-hero__meta-item .v {
  font-family: var(--f-display); font-style: italic; font-weight: 300;
  font-size: 24px; line-height: 1; color: var(--c-aegean);
}
.pp-hero__right {
  position: relative; overflow: hidden;
  background-size: cover; background-position: center;
}
.pp-hero__right::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,22,32,0.04), rgba(14,22,32,0.2));
}
@media (max-width: 880px) {
  .pp-hero { grid-template-columns: 1fr; min-height: 0; }
  .pp-hero__right { min-height: 56vh; order: -1; }
  .pp-hero__left { padding: 56px 28px 64px; }
}

/* --- SECTION SHELL --- */
.pp-sec { padding: clamp(72px, 10vw, 150px) clamp(28px, 8vw, 132px); }
.pp-sec--tint { background: var(--c-bone); }
.pp-sec--dark { background: var(--c-aegean); color: var(--c-snow); }
.pp-lab {
  font-family: var(--f-body); font-size: 10px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-olive);
  display: block; margin-bottom: 24px;
}
.pp-sec--dark .pp-lab { color: var(--c-cool-steel); }

/* --- OVERVIEW --- */
.pp-overview { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(36px, 6vw, 96px); align-items: start; }
.pp-overview__head h2 {
  font-family: var(--f-display); font-weight: 300;
  font-size: clamp(30px, 3.4vw, 46px); line-height: 1.06;
  letter-spacing: -0.012em; margin: 0; color: var(--c-charcoal); max-width: 14ch;
}
.pp-overview__head h2 .it { font-style: italic; }
.pp-overview__body p {
  font-family: var(--f-body); font-size: 17px; line-height: 1.85;
  color: rgba(14,22,32,0.78); margin: 0 0 22px; max-width: 60ch;
  text-wrap: pretty;
}
.pp-overview__body p:last-child { margin-bottom: 0; }
.pp-overview__fig {
  margin-top: clamp(40px, 5vw, 64px);
  aspect-ratio: 16/7; overflow: hidden;
  background-size: cover; background-position: center;
}
@media (max-width: 880px) { .pp-overview { grid-template-columns: 1fr; gap: 28px; } }

/* --- SHAPE / ITINERARY --- */
.pp-shape__head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 24px; flex-wrap: wrap; margin-bottom: clamp(44px, 6vw, 72px);
}
.pp-shape__head h2 {
  font-family: var(--f-display); font-weight: 300;
  font-size: clamp(30px, 3.6vw, 50px); line-height: 1.04;
  letter-spacing: -0.012em; margin: 0; color: var(--c-charcoal); max-width: 16ch;
}
.pp-shape__head h2 .it { font-style: italic; }
.pp-shape__head .note {
  font-family: var(--f-body); font-size: 13px; line-height: 1.7;
  color: rgba(14,22,32,0.55); max-width: 30ch;
}
.pp-phases { list-style: none; margin: 0; padding: 0; position: relative; }
.pp-phases::before {
  content: ""; position: absolute; left: 7px; top: 12px; bottom: 12px;
  width: 1px; background: rgba(14,22,32,0.16);
}
.pp-phase { position: relative; padding: 0 0 clamp(40px, 5vw, 58px) clamp(40px, 5vw, 64px); }
.pp-phase:last-child { padding-bottom: 0; }
.pp-phase::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 15px; height: 15px; border-radius: 50%;
  background: var(--c-pearl); border: 1px solid var(--c-aegean);
  box-shadow: inset 0 0 0 3px var(--c-pearl);
}
.pp-sec--tint .pp-phase::before { background: var(--c-bone); box-shadow: inset 0 0 0 3px var(--c-bone); }
.pp-phase__top { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 10px; }
.pp-phase__t {
  font-family: var(--f-display); font-weight: 300;
  font-size: clamp(24px, 2.6vw, 32px); line-height: 1.1;
  letter-spacing: -0.008em; color: var(--c-charcoal);
}
.pp-phase__d {
  font-family: var(--f-body); font-size: 9px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-olive);
}
.pp-phase__b {
  font-family: var(--f-body); font-size: 16px; line-height: 1.8;
  color: rgba(14,22,32,0.66); margin: 0; max-width: 64ch; text-wrap: pretty;
}

/* --- INCLUDED + WHO --- */
.pp-incl-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.pp-incl-grid h2, .pp-who h2 {
  font-family: var(--f-display); font-weight: 300;
  font-size: clamp(26px, 2.8vw, 36px); line-height: 1.08;
  letter-spacing: -0.01em; margin: 0 0 32px; color: var(--c-charcoal);
}
.pp-incl-grid h2 .it, .pp-who h2 .it { font-style: italic; }
.pp-incl { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.pp-incl li {
  font-family: var(--f-body); font-size: 16px; color: rgba(14,22,32,0.78);
  padding: 18px 0 18px 26px; position: relative; line-height: 1.5;
  border-top: 1px solid rgba(14,22,32,0.12);
}
.pp-incl li::before {
  content: ""; position: absolute; left: 0; top: 26px;
  width: 7px; height: 7px; background: var(--c-olive); border-radius: 50%;
}
.pp-who__tags { display: flex; flex-wrap: wrap; gap: 10px; }
.pp-who__tags span {
  font-family: var(--f-body); font-size: 13px; color: var(--c-slate);
  padding: 9px 17px; border: 1px solid rgba(14,22,32,0.18);
  border-radius: 100px; white-space: nowrap;
}
.pp-who__line {
  font-family: var(--f-body); font-size: 15px; line-height: 1.8;
  color: rgba(14,22,32,0.6); margin: 26px 0 0; max-width: 34ch;
}
@media (max-width: 880px) {
  .pp-incl-grid { grid-template-columns: 1fr; gap: 48px; }
  .pp-incl { grid-template-columns: 1fr; }
}

/* --- OTHER PROGRAMMES --- */
.pp-other__head { margin-bottom: clamp(36px, 5vw, 56px); }
.pp-other__head h2 {
  font-family: var(--f-display); font-weight: 300;
  font-size: clamp(28px, 3vw, 42px); line-height: 1.05;
  letter-spacing: -0.012em; margin: 0; color: var(--c-charcoal);
}
.pp-other__head h2 .it { font-style: italic; }
.pp-other__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pp-ocard {
  display: block; text-decoration: none; color: inherit;
  background: var(--c-snow); position: relative; overflow: hidden;
}
.pp-ocard__img { aspect-ratio: 3/2; background-size: cover; background-position: center; transition: transform 700ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .pp-ocard:hover .pp-ocard__img { transform: scale(1.045); } }
.pp-ocard__body { padding: 26px 28px 30px; }
.pp-ocard__cat {
  font-family: var(--f-body); font-size: 9px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-olive);
  display: block; margin-bottom: 12px;
}
.pp-ocard__h {
  font-family: var(--f-display); font-weight: 300;
  font-size: 26px; line-height: 1.1; letter-spacing: -0.008em;
  margin: 0 0 14px; color: var(--c-charcoal);
}
.pp-ocard__h .it { font-style: italic; }
.pp-ocard__foot {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--f-body); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--c-olive);
}
.pp-ocard__len { font-family: var(--f-display); font-style: italic; font-size: 16px; letter-spacing: 0; text-transform: none; color: var(--c-slate); }
@media (max-width: 880px) { .pp-other__grid { grid-template-columns: 1fr; } }

/* --- CLOSING CTA --- */
.pp-cta { text-align: left; }
.pp-cta__inner { max-width: 760px; }
.pp-cta h2 {
  font-family: var(--f-display); font-weight: 300;
  font-size: clamp(34px, 4.4vw, 64px); line-height: 1.02;
  letter-spacing: -0.014em; margin: 0 0 26px; color: var(--c-snow);
}
.pp-cta h2 .it { font-style: italic; }
.pp-cta p {
  font-family: var(--f-body); font-size: 16px; line-height: 1.82;
  color: rgba(255,255,255,0.7); max-width: 52ch; margin: 0 0 44px;
}
.pp-cta__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.pp-btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 30px; background: var(--c-snow); color: var(--c-charcoal);
  text-decoration: none; font-family: var(--f-body); font-weight: 500;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  transition: background-color 240ms var(--ease-out), color 240ms var(--ease-out);
}
.pp-btn:hover { background: var(--c-bone); }
.pp-btn .ar { font-family: var(--f-display); font-style: italic; font-size: 17px; letter-spacing: 0; text-transform: none; }
.pp-btn.outline { background: transparent; color: var(--c-snow); border: 1px solid rgba(255,255,255,0.4); }
.pp-btn.outline:hover { background: rgba(255,255,255,0.08); }
