diff --git a/tmp/candidates/hero_alt_team.jpg b/tmp/candidates/hero_alt_team.jpg new file mode 100644 index 0000000..c90ec9c Binary files /dev/null and b/tmp/candidates/hero_alt_team.jpg differ diff --git a/tmp/candidates/hero_meeting.jpg b/tmp/candidates/hero_meeting.jpg new file mode 100644 index 0000000..888092e Binary files /dev/null and b/tmp/candidates/hero_meeting.jpg differ diff --git a/tmp/candidates/portrait_man.jpg b/tmp/candidates/portrait_man.jpg new file mode 100644 index 0000000..a1f043e Binary files /dev/null and b/tmp/candidates/portrait_man.jpg differ diff --git a/tmp/candidates/portrait_woman.jpg b/tmp/candidates/portrait_woman.jpg new file mode 100644 index 0000000..8815c2e Binary files /dev/null and b/tmp/candidates/portrait_woman.jpg differ diff --git a/tmp/candidates/services_team.jpg b/tmp/candidates/services_team.jpg new file mode 100644 index 0000000..0eace0c Binary files /dev/null and b/tmp/candidates/services_team.jpg differ diff --git a/tmp/candidates/team_alt.jpg b/tmp/candidates/team_alt.jpg new file mode 100644 index 0000000..47963e2 Binary files /dev/null and b/tmp/candidates/team_alt.jpg differ diff --git a/tmp/candidates2/business_man_blue.jpg b/tmp/candidates2/business_man_blue.jpg new file mode 100644 index 0000000..526f22a Binary files /dev/null and b/tmp/candidates2/business_man_blue.jpg differ diff --git a/tmp/candidates2/business_man_gray.jpg b/tmp/candidates2/business_man_gray.jpg new file mode 100644 index 0000000..77fc101 Binary files /dev/null and b/tmp/candidates2/business_man_gray.jpg differ diff --git a/tmp/candidates2/business_man_smile.jpg b/tmp/candidates2/business_man_smile.jpg new file mode 100644 index 0000000..984818b Binary files /dev/null and b/tmp/candidates2/business_man_smile.jpg differ diff --git a/tmp/candidates2/business_woman_black.jpg b/tmp/candidates2/business_woman_black.jpg new file mode 100644 index 0000000..251e689 Binary files /dev/null and b/tmp/candidates2/business_woman_black.jpg differ diff --git a/tmp/candidates2/business_woman_exec.jpg b/tmp/candidates2/business_woman_exec.jpg new file mode 100644 index 0000000..68ea270 Binary files /dev/null and b/tmp/candidates2/business_woman_exec.jpg differ diff --git a/tmp/candidates2/business_woman_white.jpg b/tmp/candidates2/business_woman_white.jpg new file mode 100644 index 0000000..7d402ef Binary files /dev/null and b/tmp/candidates2/business_woman_white.jpg differ diff --git a/tmp/candidates2/handshake.jpg b/tmp/candidates2/handshake.jpg new file mode 100644 index 0000000..c8a2bc5 Binary files /dev/null and b/tmp/candidates2/handshake.jpg differ diff --git a/tmp/candidates2/senior_business.jpg b/tmp/candidates2/senior_business.jpg new file mode 100644 index 0000000..98ff5da Binary files /dev/null and b/tmp/candidates2/senior_business.jpg differ diff --git a/tmp/final-images/corporate-consultation.jpg b/tmp/final-images/corporate-consultation.jpg new file mode 100644 index 0000000..888092e Binary files /dev/null and b/tmp/final-images/corporate-consultation.jpg differ diff --git a/tmp/final-images/corporate-executive-woman.jpg b/tmp/final-images/corporate-executive-woman.jpg new file mode 100644 index 0000000..68ea270 Binary files /dev/null and b/tmp/final-images/corporate-executive-woman.jpg differ diff --git a/tmp/final-images/corporate-hero-team.jpg b/tmp/final-images/corporate-hero-team.jpg new file mode 100644 index 0000000..c90ec9c Binary files /dev/null and b/tmp/final-images/corporate-hero-team.jpg differ diff --git a/tmp/final-images/corporate-senior-executive.jpg b/tmp/final-images/corporate-senior-executive.jpg new file mode 100644 index 0000000..98ff5da Binary files /dev/null and b/tmp/final-images/corporate-senior-executive.jpg differ diff --git a/tmp/final-images/corporate-services-team.jpg b/tmp/final-images/corporate-services-team.jpg new file mode 100644 index 0000000..0eace0c Binary files /dev/null and b/tmp/final-images/corporate-services-team.jpg differ diff --git a/wp-content/mu-plugins/coaching-mvp.php b/wp-content/mu-plugins/coaching-mvp.php index acced08..73152dd 100644 --- a/wp-content/mu-plugins/coaching-mvp.php +++ b/wp-content/mu-plugins/coaching-mvp.php @@ -261,10 +261,12 @@ body.coaching-mvp-active h3, body.coaching-mvp-active h4 { letter-spacing: -.03em; } -.coach-home-page .wp-block-post-title, -.page-slug-home .wp-block-post-title { +body.coaching-mvp-active.page .wp-block-post-title { display: none; } +body.coaching-mvp-active.page main > .wp-block-group.alignfull.has-global-padding { + padding-top: 0 !important; +} .coach-shell, .coach-hero, .coach-section, @@ -430,6 +432,56 @@ body.coaching-mvp-active h4 { .coach-hero .wp-block-column { min-width: 0; } +.coach-photo-stack { + display: grid; + gap: 1rem; +} +.coach-photo-row { + display: grid; + grid-template-columns: repeat(2, minmax(0, 1fr)); + gap: 1rem; +} +.coach-photo-card { + margin: 0; + overflow: hidden; + padding: 0; + background: #dfe6f2; + border: 1px solid var(--coach-border); + box-shadow: var(--coach-shadow-lg); +} +.coach-photo-card img { + display: block; + width: 100%; + height: auto; + object-fit: cover; +} +.coach-photo-card-large img { + aspect-ratio: 16 / 11; +} +.coach-photo-card-medium img { + aspect-ratio: 1 / 1; +} +.coach-photo-card-tall img { + aspect-ratio: 4 / 5; +} +.coach-photo-copy { + align-self: center; +} +.coach-hero-media .coach-quote-card { + display: flex; + flex-direction: column; + justify-content: center; + min-height: 100%; +} +.coach-hero .coach-photo-card { + background: rgba(255,255,255,.08); + border-color: rgba(255,255,255,.14); +} +@media (max-width: 781px) { + .coach-photo-row { + grid-template-columns: 1fr; + } +} .coach-system-card h3, .coach-service-card h3, .coach-process-card h3, diff --git a/wp-content/uploads/2026/03/corporate-consultation.jpg b/wp-content/uploads/2026/03/corporate-consultation.jpg new file mode 100644 index 0000000..888092e Binary files /dev/null and b/wp-content/uploads/2026/03/corporate-consultation.jpg differ diff --git a/wp-content/uploads/2026/03/corporate-executive-woman.jpg b/wp-content/uploads/2026/03/corporate-executive-woman.jpg new file mode 100644 index 0000000..68ea270 Binary files /dev/null and b/wp-content/uploads/2026/03/corporate-executive-woman.jpg differ diff --git a/wp-content/uploads/2026/03/corporate-hero-team.jpg b/wp-content/uploads/2026/03/corporate-hero-team.jpg new file mode 100644 index 0000000..c90ec9c Binary files /dev/null and b/wp-content/uploads/2026/03/corporate-hero-team.jpg differ diff --git a/wp-content/uploads/2026/03/corporate-senior-executive.jpg b/wp-content/uploads/2026/03/corporate-senior-executive.jpg new file mode 100644 index 0000000..98ff5da Binary files /dev/null and b/wp-content/uploads/2026/03/corporate-senior-executive.jpg differ diff --git a/wp-content/uploads/2026/03/corporate-services-team.jpg b/wp-content/uploads/2026/03/corporate-services-team.jpg new file mode 100644 index 0000000..0eace0c Binary files /dev/null and b/wp-content/uploads/2026/03/corporate-services-team.jpg differ