Autosave: 20260324-110814

This commit is contained in:
Flatlogic Bot 2026-03-24 11:08:16 +00:00
parent add9fc0fad
commit 1356832ad7
25 changed files with 54 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 KiB

BIN
tmp/candidates/team_alt.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 KiB

View File

@ -261,10 +261,12 @@ body.coaching-mvp-active h3,
body.coaching-mvp-active h4 { body.coaching-mvp-active h4 {
letter-spacing: -.03em; letter-spacing: -.03em;
} }
.coach-home-page .wp-block-post-title, body.coaching-mvp-active.page .wp-block-post-title {
.page-slug-home .wp-block-post-title {
display: none; display: none;
} }
body.coaching-mvp-active.page main > .wp-block-group.alignfull.has-global-padding {
padding-top: 0 !important;
}
.coach-shell, .coach-shell,
.coach-hero, .coach-hero,
.coach-section, .coach-section,
@ -430,6 +432,56 @@ body.coaching-mvp-active h4 {
.coach-hero .wp-block-column { .coach-hero .wp-block-column {
min-width: 0; 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-system-card h3,
.coach-service-card h3, .coach-service-card h3,
.coach-process-card h3, .coach-process-card h3,

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 KiB