/* ── TRANSFORMATION FRAMEWORK PAGE ──────────────────────────────
   Standalone page (like page-leadership.css): photo hero + photo
   strip (nothing overlaid on the photo), dark philosophy intro,
   three-questions row, six-stage framework card grid, a photo pull-
   quote band, a compact SAP Activate step strip (styled after the
   homepage .framework-strip pattern), the shared .bu-* Difference /
   Commitment / Closing components from solutions-bu.css, and a
   photo CTA band matched to page-leadership.css's .lead-cta-band.
   ─────────────────────────────────────────────────────────────── */

/* ── Hero — solid text band + separate, unobstructed photo strip
   (same approach as page-leadership.css: never draw text/gradient
   over the photo, so every face in it stays fully visible). ── */
.tf-hero{background:var(--navy);}
.tf-hero-text{padding:104px 5% 40px;text-align:center;}
.tf-hero-text .page-hero-label{margin-bottom:18px;}
.tf-hero-text h1{font-family:var(--ff-head);font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:#fff;margin:0 auto 18px;max-width:820px;}
.tf-hero-text h1 em{font-style:normal;color:var(--blue3);}
.tf-hero-quote{font-family:var(--ff-head);font-style:italic;font-weight:700;font-size:clamp(15px,1.6vw,18px);line-height:1.55;color:rgba(255,255,255,.72);max-width:640px;margin:0 auto;}
.tf-hero-photo{width:100%;aspect-ratio:21/8;overflow:hidden;}
.tf-hero-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 38%;}

/* ── Philosophy strip (three pillars) — mirrors .lead-phil-strip ── */
.tf-q-strip{display:flex;justify-content:center;align-items:stretch;gap:0;padding:0;background:var(--navy2);flex-wrap:wrap;}
.tf-q-item{flex:1 1 0;min-width:220px;padding:30px 32px;border-left:1px solid rgba(255,255,255,.08);}
.tf-q-item:first-child{border-left:none;}
.tf-q-num{font-family:var(--ff-head);font-size:11px;font-weight:700;color:var(--blue3);letter-spacing:.1em;margin-bottom:10px;}
.tf-q-q{font-family:var(--ff-head);font-size:16px;font-weight:700;color:#fff;letter-spacing:-.01em;margin-bottom:8px;}
.tf-q-a{font-size:12.5px;font-weight:300;color:rgba(255,255,255,.55);line-height:1.6;}

/* ── Philosophy intro (dark) — photo left, copy right (mirrors .tf-people-band) ── */
.tf-intro-section{background:var(--navy2);display:grid;grid-template-columns:0.85fr 1.15fr;}
.tf-intro-photo{min-height:340px;}
.tf-intro-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 20%;display:block;}
.tf-intro-content{padding:64px 5%;display:flex;align-items:center;}
.tf-intro{max-width:640px;margin:0;}
.tf-intro p{font-size:15px;font-weight:300;line-height:1.8;color:rgba(255,255,255,.68);margin:0 0 20px;}
.tf-intro p:last-child{margin-bottom:0;}
.tf-intro p.tf-intro-statement{font-family:var(--ff-head);font-style:italic;font-weight:800;font-size:clamp(22px,3vw,28px);line-height:1.35;color:var(--blue3);text-align:left;max-width:none;margin:0 0 34px;position:relative;padding-bottom:26px;}
.tf-intro-statement::after{content:'';position:absolute;left:0;bottom:0;transform:none;width:56px;height:2px;background:var(--blue3);}

/* ── Our Philosophy (light) ── */
.tf-phil-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.tf-phil-body{font-size:14.5px;font-weight:300;line-height:1.8;color:var(--textm);}
.tf-phil-body p{margin-bottom:16px;}
.tf-phil-body p:last-child{margin-bottom:0;}
.tf-phil-pull{background:var(--off);border-radius:var(--radius);padding:34px 32px;}
.tf-phil-pull-line{display:flex;gap:12px;align-items:flex-start;font-size:13.5px;font-weight:500;color:var(--text);margin-bottom:14px;}
.tf-phil-pull-line:last-child{margin-bottom:0;}
.tf-phil-pull-dot{width:6px;height:6px;border-radius:50%;background:var(--blue2);margin-top:7px;flex-shrink:0;}

/* ── Six-stage framework grid ── */
.tf-stage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px;}
.tf-stage-card{padding:28px 26px;position:relative;}
.tf-stage-top{display:flex;align-items:center;gap:14px;margin-bottom:16px;}
.tf-stage-idx{font-family:var(--ff-head);font-size:12px;font-weight:700;color:var(--blue3);background:var(--off);border-radius:8px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.tf-stage-icon{width:34px;height:34px;border-radius:8px;background:var(--off);display:flex;align-items:center;justify-content:center;color:var(--blue2);flex-shrink:0;}
.tf-stage-name{font-family:var(--ff-head);font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.01em;}
.tf-stage-tagline{font-size:12.5px;font-weight:500;color:var(--blue2);font-style:italic;margin-bottom:12px;}
.tf-stage-desc{font-size:13px;font-weight:300;line-height:1.65;color:var(--textm);margin-bottom:14px;}
.tf-stage-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--textl);margin-bottom:8px;}
.tf-stage-list{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;}
.tf-stage-list-item{display:flex;gap:8px;align-items:flex-start;font-size:12.5px;color:var(--textm);line-height:1.5;}
.tf-stage-list-dot{width:4px;height:4px;border-radius:50%;background:var(--blue2);margin-top:7px;flex-shrink:0;}
.tf-stage-outcome{display:flex;gap:8px;align-items:flex-start;padding-top:14px;border-top:1px solid var(--card-border);font-size:12.5px;line-height:1.55;color:var(--text);}
.tf-stage-outcome strong{font-weight:600;color:var(--blue2);}

/* ── People pull-quote photo band ── */
.tf-people-band{background:var(--navy);display:grid;grid-template-columns:0.55fr 1.45fr;}
.tf-people-photo{min-height:340px;}
.tf-people-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 22%;display:block;}
.tf-people-content{padding:64px 5%;display:flex;flex-direction:column;justify-content:center;}
.tf-people-quote{font-family:var(--ff-head);font-weight:800;font-size:clamp(22px,2.6vw,32px);line-height:1.28;letter-spacing:-.02em;color:#fff;margin-bottom:20px;}
.tf-people-quote em{font-style:normal;color:var(--blue3);}
.tf-people-body{font-size:14px;font-weight:300;line-height:1.8;color:rgba(255,255,255,.62);max-width:560px;}
.tf-people-body p{margin-bottom:12px;}
.tf-people-body p:last-child{margin-bottom:0;}

/* ── SAP Activate — left/right split: header + intro text on the
   left, the six methodology stages as a 2×3 box matrix on the
   right, each box highlighting on hover. ── */
.tf-activate-strip{background:var(--navy);}
.tf-activate-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:56px;align-items:center;}
.tf-activate-hdr{max-width:none;}
.tf-activate-sub{font-size:14px;font-weight:300;color:var(--muted);line-height:1.7;margin-top:14px;}
.tf-activate-sub p{margin-bottom:12px;}
.tf-activate-sub p:last-child{margin-bottom:0;}
.tf-activate-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.tf-activate-step{
  padding:22px 22px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:var(--radius);
  background:rgba(255,255,255,.02);
  transition:background .2s ease, border-color .2s ease, transform .2s ease;
}
.tf-activate-step:hover{
  background:rgba(0,119,245,.12);
  border-color:rgba(0,119,245,.4);
  transform:translateY(-3px);
}
.tf-activate-idx{font-family:var(--ff-head);font-size:11px;font-weight:700;color:var(--blue3);letter-spacing:.1em;margin-bottom:12px;}
.tf-activate-name{font-family:var(--ff-head);font-size:16px;font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:8px;}
.tf-activate-desc{font-size:12px;font-weight:300;color:var(--muted);line-height:1.55;}

/* ── CTA band — photo background, radial scrim behind the text
   column only (matches .lead-cta-band / .lead-cta-photo). ── */
.tf-cta-band{position:relative;background:var(--navy);}
.tf-cta-photo{position:absolute;inset:0;}
.tf-cta-photo img{width:100%;height:100%;object-fit:cover;object-position:68% 22%;display:block;}
.tf-cta-overlay{position:absolute;inset:0;background:radial-gradient(ellipse 60% 90% at 28% 50%,rgba(6,14,31,.94) 0%,rgba(6,14,31,.75) 45%,rgba(6,14,31,.35) 75%,transparent 100%);}
.tf-cta-content{position:relative;z-index:2;padding:96px 5%;max-width:620px;}
.tf-cta-content h2{font-family:var(--ff-head);font-size:clamp(26px,3.2vw,40px);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#fff;margin-bottom:18px;}
.tf-cta-content h2 em{font-style:normal;color:var(--blue3);}
.tf-cta-content p{font-size:14.5px;font-weight:300;line-height:1.75;color:rgba(255,255,255,.72);margin-bottom:14px;}
.tf-cta-content p:last-of-type{margin-bottom:28px;}

/* ── Responsive ── */
@media(max-width:960px){
  .tf-q-strip{flex-direction:column;}
  .tf-q-item{border-left:none;border-top:1px solid rgba(255,255,255,.08);}
  .tf-q-item:first-child{border-top:none;}
  .tf-phil-grid{grid-template-columns:1fr;gap:32px;}
  .tf-stage-grid{grid-template-columns:1fr 1fr;}
  .tf-people-band{grid-template-columns:1fr;}
  .tf-people-photo{min-height:220px;}
  .tf-intro-section{grid-template-columns:1fr;}
  .tf-intro-photo{min-height:220px;}
  .tf-activate-grid{grid-template-columns:1fr;gap:32px;}
}
@media(max-width:640px){
  .tf-hero-photo{aspect-ratio:4/3;}
  .tf-stage-grid{grid-template-columns:1fr;}
  .tf-activate-steps{grid-template-columns:1fr;}
  .tf-cta-content{padding:72px 6%;max-width:100%;}
}
