/*
 * Friends Facility Management — final layout stabilization.
 * Loaded after the legacy styles so every shared page family stays predictable.
 */

:root {
    --ffm-fix-container: 1180px;
    --ffm-fix-line: rgba(9, 33, 49, .12);
    --ffm-fix-shadow: 0 20px 56px rgba(7, 28, 40, .10);
}

html,
body {
    max-width: 100%;
}

main {
    overflow: clip;
}

main *,
main *::before,
main *::after {
    box-sizing: border-box;
}

main img {
    display: block;
    max-width: 100%;
    image-rendering: auto;
    backface-visibility: hidden;
}

main :where(h1, h2, h3, p, a, strong, span) {
    overflow-wrap: break-word;
}

main > section .container,
main > nav .container {
    width: min(calc(100% - 40px), var(--ffm-fix-container));
    margin-inline: auto;
}

main :where(
    .photo-hero-content,
    .hero-proof-bar,
    .section-heading,
    .home-pathways-visual-grid,
    .home-service-mosaic,
    .home-process-layout,
    .property-editorial-grid,
    .operational-story-grid,
    .home-assurance-grid,
    .home-team-editorial,
    .page-hero-grid,
    .about-story-layout,
    .enhanced-contact-layout,
    .detail-grid,
    .service-snapshot-grid,
    .brand-directory-grid
) > * {
    min-width: 0;
}

/* Sharper, consistent photographic treatment without affecting logos. */
main :where(
    .photo-service-media,
    .property-visual-media,
    .property-image-ribbon a,
    .story-photo,
    .home-assurance-photos figure,
    .home-team-lead-image,
    .home-team-card-image,
    .page-hero-visual,
    .about-story-photo,
    .about-leadership-card,
    .about-proof-gallery figure,
    .contact-visual,
    .directory-identity-image,
    .detail-image,
    .blog-image,
    .premium-close-card
) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.055) contrast(1.035);
}

main :where(
    .photo-service-media,
    .property-visual-media,
    .story-photo,
    .page-hero-visual,
    .contact-visual,
    .detail-image
) {
    background: #dfe7e7;
}

/* Landing hero */
.home-hero-advanced {
    min-height: 720px !important;
    padding: 76px 0 34px !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.home-hero-advanced .photo-hero-shade {
    background:
        linear-gradient(90deg, rgba(3, 22, 34, .64) 0%, rgba(3, 22, 34, .31) 48%, rgba(3, 22, 34, .09) 82%),
        linear-gradient(0deg, rgba(3, 18, 29, .4), transparent 55%) !important;
}

.home-hero-advanced .photo-hero-content,
.home-hero-advanced .hero-proof-bar {
    width: min(calc(100% - 40px), var(--ffm-fix-container)) !important;
    max-width: var(--ffm-fix-container) !important;
    margin-inline: auto !important;
}

.home-hero-advanced .photo-hero-content {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .82fr) !important;
    gap: 18px !important;
    align-items: end !important;
    padding: 0 !important;
}

.home-hero-advanced .photo-hero-copy {
    width: 100% !important;
    max-width: none !important;
    padding: clamp(28px, 3.1vw, 38px) !important;
    border-radius: 26px !important;
}

.home-hero-advanced .photo-hero-copy h1 {
    max-width: 660px !important;
    font-size: clamp(2.75rem, 4.45vw, 3.9rem) !important;
    line-height: 1 !important;
}

.home-hero-advanced .photo-hero-copy > p:not(.eyebrow) {
    max-width: 620px;
    margin-top: 17px;
}

.home-hero-advanced .hero-command {
    width: 100%;
    padding: 25px !important;
    border-radius: 24px !important;
}

.home-hero-advanced .hero-command h2 {
    font-size: clamp(1.65rem, 2.25vw, 2.15rem) !important;
}

.home-hero-advanced .hero-command-grid {
    gap: 8px !important;
}

.home-hero-advanced .hero-command-grid > div {
    min-height: 78px !important;
}

.home-hero-advanced .hero-property-preview a {
    min-width: 0;
}

.home-hero-advanced .hero-property-preview img {
    object-fit: cover;
    filter: saturate(1.06) contrast(1.04);
}

.home-hero-advanced .hero-proof-bar {
    margin-top: 16px !important;
    border-radius: 20px !important;
}

.home-hero-advanced .hero-proof-bar > div {
    min-height: 76px !important;
}

/* Five-card homepage service mosaic: 2 cards + 3 cards. */
.photographic-services {
    overflow: hidden;
}

.home-service-mosaic {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.home-service-mosaic .photo-service-card {
    grid-column: span 4 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    overflow: hidden;
    border-radius: 22px !important;
    background: #fff;
    box-shadow: var(--ffm-fix-shadow) !important;
}

.home-service-mosaic .photo-service-card:nth-child(1) {
    grid-column: span 8 !important;
}

.home-service-mosaic .photo-service-card:nth-child(2) {
    grid-column: span 4 !important;
}

.home-service-mosaic .photo-service-media {
    flex: 0 0 235px;
    height: 235px !important;
    aspect-ratio: auto !important;
}

.home-service-mosaic .photo-service-card:nth-child(-n+2) .photo-service-media {
    flex-basis: 320px;
    height: 320px !important;
}

.home-service-mosaic .photo-service-copy,
.home-service-mosaic .photo-service-card:first-child .photo-service-copy {
    display: block !important;
    flex: 1;
    padding: 22px 23px 25px !important;
}

.home-service-mosaic .photo-service-card:first-child .photo-service-copy h2,
.home-service-mosaic .photo-service-copy h2 {
    margin: 0 !important;
    font-size: clamp(1.45rem, 2.1vw, 2rem) !important;
    line-height: 1.05 !important;
}

.home-service-mosaic .photo-service-copy p {
    margin: 13px 0 0 !important;
}

.home-service-mosaic .photo-service-copy .text-link {
    margin-top: 17px;
}

.home-service-mosaic .photo-service-card:nth-child(2) img,
.home-service-mosaic .photo-service-card:nth-child(3) img {
    object-position: center 28%;
}

.home-service-mosaic .photo-service-card:nth-child(4) img {
    object-position: center;
}

.home-service-mosaic .photo-service-card:nth-child(5) img {
    object-position: center 42%;
}

/* Company story: prevent the production image from covering the copy. */
.operational-story {
    padding-block: clamp(72px, 7vw, 96px) !important;
    overflow: hidden !important;
}

.operational-story-grid {
    display: grid !important;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
    gap: clamp(42px, 6vw, 76px) !important;
    align-items: center !important;
    min-height: 0 !important;
}

.operational-story .story-photo {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    margin: 0 !important;
    justify-self: stretch !important;
    transform: none !important;
    opacity: 1 !important;
    border-radius: 26px !important;
}

.operational-story .story-photo img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-position: center;
}

.operational-story .story-copy {
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
    opacity: 1 !important;
}

.operational-story .story-copy h2 {
    max-width: 650px;
    font-size: clamp(2.25rem, 3.8vw, 3.65rem) !important;
    line-height: 1 !important;
}

.operational-story .story-copy > p:not(.eyebrow) {
    margin-top: 18px;
    font-size: .97rem;
    line-height: 1.7;
}

.operational-story .story-principles {
    margin-top: 24px;
}

.operational-story .story-principles > div {
    grid-template-columns: 42px minmax(145px, .52fr) 1fr;
    gap: 12px;
    padding-block: 14px !important;
}

/* Internal page heroes */
.internal-page .page-hero {
    min-height: 0 !important;
    padding-block: clamp(56px, 6vw, 78px) !important;
}

.internal-page .page-hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .82fr) !important;
    gap: clamp(38px, 6vw, 74px) !important;
}

.internal-page .page-hero-copy h1 {
    max-width: 760px !important;
    font-size: clamp(2.45rem, 4vw, 3.65rem) !important;
    line-height: 1 !important;
}

.internal-page .page-hero-visual {
    height: clamp(360px, 34vw, 450px) !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    transform: none !important;
    border-radius: 27px !important;
}

.internal-page .page-hero-visual img {
    min-height: 0 !important;
}

/* Services directory: six original services in a balanced 3 by 2 grid. */
.page-services .photo-service-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

.page-services .photo-service-card,
.page-services .photo-service-card:first-child {
    grid-column: auto !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    border-radius: 22px !important;
}

.page-services .photo-service-media,
.page-services .photo-service-card:first-child .photo-service-media {
    height: 255px !important;
    aspect-ratio: auto !important;
}

.page-services .photo-service-copy,
.page-services .photo-service-card:first-child .photo-service-copy {
    display: block !important;
    flex: 1;
    padding: 23px !important;
}

.page-services .photo-service-card:first-child .photo-service-copy h2,
.page-services .photo-service-copy h2 {
    grid-row: auto !important;
    margin: 0 0 12px !important;
    font-size: clamp(1.4rem, 1.9vw, 1.8rem) !important;
    line-height: 1.08 !important;
}

/* About, contact, brands and service details */
.page-about-us .about-story-layout {
    grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr) !important;
    gap: clamp(42px, 6vw, 78px) !important;
}

.page-about-us .about-story-gallery {
    width: 100%;
    min-width: 0;
}

.about-proof-gallery {
    align-items: stretch;
}

.about-proof-gallery figure,
.about-proof-gallery figure:nth-child(2) {
    min-height: 0 !important;
    height: 360px;
}

.page-contact-us .enhanced-contact-layout {
    align-items: start !important;
}

.page-contact-us .contact-visual {
    width: 100%;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
}

.page-brands .directory-identity-card,
.page-partners .directory-identity-card {
    min-width: 0;
}

[class*="page-services-"] .detail-grid,
[class*="page-services-"] .service-snapshot-grid {
    align-items: start !important;
}

[class*="page-services-"] .detail-image {
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
}

[class*="page-services-"] .detail-aside {
    min-width: 0;
}

/* Cards and forms */
main :where(
    .home-pathway-visual,
    .photo-service-card,
    .property-visual-card,
    .home-team-lead,
    .home-team-card,
    .directory-identity-card,
    .blog-card,
    .related-link-card,
    .glass-card
) {
    min-width: 0;
}

.server-enquiry-form,
.quote-checklist,
.contact-community-panel {
    width: 100%;
    max-width: 100%;
}

.site-footer img,
.site-header img {
    filter: none !important;
}

@media (max-width: 1100px) {
    .home-hero-advanced .photo-hero-content,
    .internal-page .page-hero-grid,
    .page-about-us .about-story-layout,
    .operational-story-grid {
        grid-template-columns: 1fr !important;
    }

    .home-hero-advanced .photo-hero-copy,
    .home-hero-advanced .hero-command,
    .internal-page .page-hero-visual,
    .page-about-us .about-story-gallery {
        max-width: 760px !important;
    }

    .home-service-mosaic .photo-service-card,
    .home-service-mosaic .photo-service-card:nth-child(1),
    .home-service-mosaic .photo-service-card:nth-child(2) {
        grid-column: span 6 !important;
    }

    .home-service-mosaic .photo-service-card:last-child {
        grid-column: 1 / -1 !important;
    }

    .page-services .photo-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .operational-story .story-photo {
        max-width: 760px !important;
    }
}

@media (max-width: 760px) {
    main > section .container,
    main > nav .container,
    .home-hero-advanced .photo-hero-content,
    .home-hero-advanced .hero-proof-bar {
        width: min(calc(100% - 28px), var(--ffm-fix-container)) !important;
    }

    .home-hero-advanced {
        min-height: 0 !important;
        padding: 54px 0 22px !important;
    }

    .home-hero-advanced .photo-hero-content {
        gap: 13px !important;
    }

    .home-hero-advanced .photo-hero-copy,
    .home-hero-advanced .hero-command {
        padding: 22px !important;
        border-radius: 21px !important;
    }

    .home-hero-advanced .photo-hero-copy h1 {
        font-size: clamp(2.35rem, 10.5vw, 3.25rem) !important;
    }

    .home-hero-advanced .hero-command-grid {
        grid-template-columns: 1fr !important;
    }

    .home-hero-advanced .hero-proof-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .home-service-mosaic {
        grid-template-columns: 1fr !important;
    }

    .home-service-mosaic .photo-service-card,
    .home-service-mosaic .photo-service-card:nth-child(1),
    .home-service-mosaic .photo-service-card:nth-child(2),
    .home-service-mosaic .photo-service-card:last-child {
        grid-column: auto !important;
    }

    .home-service-mosaic .photo-service-media,
    .home-service-mosaic .photo-service-card:nth-child(-n+2) .photo-service-media {
        flex-basis: 250px;
        height: 250px !important;
    }

    .operational-story {
        padding-block: 64px !important;
    }

    .operational-story-grid {
        gap: 30px !important;
    }

    .operational-story .story-copy h2 {
        font-size: clamp(2.2rem, 10vw, 3.1rem) !important;
    }

    .operational-story .story-principles > div {
        grid-template-columns: 36px 1fr !important;
    }

    .operational-story .story-principles p {
        grid-column: 2;
    }

    .internal-page .page-hero {
        padding-block: 44px 54px !important;
    }

    .internal-page .page-hero-copy h1 {
        font-size: clamp(2.25rem, 10vw, 3.1rem) !important;
    }

    .internal-page .page-hero-visual {
        height: 320px !important;
    }

    .page-services .photo-service-grid {
        grid-template-columns: 1fr !important;
    }

    .page-services .photo-service-media,
    .page-services .photo-service-card:first-child .photo-service-media {
        height: 240px !important;
    }

    .about-proof-gallery {
        grid-template-columns: 1fr !important;
    }

    .about-proof-gallery figure,
    .about-proof-gallery figure:nth-child(2) {
        height: 280px;
    }

    .page-contact-us .contact-methods,
    [class*="page-services-"] .enhanced-check-list,
    [class*="page-services-"] .related-link-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    main [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }
}


/* Gallery has an inline hero stylesheet, so keep its heading on the shared scale. */
.ffm-gallery-hero h1 {
    font-size: clamp(2.6rem, 4.4vw, 3.9rem) !important;
    line-height: .98 !important;
}

/* 2026-08-07: final contrast and editorial-card correction after the full live audit. */
.internal-page .page-hero-copy {
    color: #102231 !important;
}

.internal-page .page-hero-copy h1 {
    color: #102231 !important;
}

.internal-page .page-hero-copy > .eyebrow {
    color: #087d69 !important;
}

.internal-page .page-hero-lead {
    color: #536876 !important;
}

.internal-page .breadcrumbs ol,
.internal-page .breadcrumbs li,
.internal-page .breadcrumbs li span {
    color: #687c86 !important;
}

.internal-page .breadcrumbs a {
    color: #294b59 !important;
}

.internal-page .breadcrumbs li + li::before,
.internal-page .breadcrumbs li:not(:last-child)::after {
    color: #b27c06 !important;
}

.internal-page .page-hero-copy .button-secondary {
    color: #12313e !important;
    border-color: rgba(18, 49, 62, .18) !important;
    background: rgba(255, 255, 255, .78) !important;
    box-shadow: 0 10px 28px rgba(7, 31, 42, .07);
}

.internal-page .page-hero-copy .button-secondary:hover {
    color: #087c67 !important;
    border-color: rgba(8, 124, 103, .35) !important;
    background: #fff !important;
}

.internal-page .page-hero-facts span {
    color: #314d5b !important;
    border-color: rgba(18, 49, 62, .14) !important;
    background: rgba(255, 255, 255, .74) !important;
}

/* Latest Insights: three equal, compact editorial cards instead of a 1 + 2 split. */
.home-insights-section {
    background: linear-gradient(180deg, #f8faf9 0%, #eff5f3 100%) !important;
}

.home-insight-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    gap: 20px !important;
}

.home-insight-grid .home-insight-card,
.home-insight-grid .home-insight-card.home-insight-featured {
    display: flex !important;
    grid-column: auto !important;
    grid-row: auto !important;
    flex-direction: column !important;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(14, 38, 51, .1);
    border-radius: 22px !important;
    background: #fff;
    box-shadow: 0 18px 50px rgba(7, 28, 40, .08);
}

.home-insight-grid .home-insight-card .blog-image,
.home-insight-grid .home-insight-card.home-insight-featured .blog-image {
    display: block;
    flex: 0 0 230px;
    width: 100%;
    height: 230px !important;
    min-height: 230px !important;
    aspect-ratio: auto !important;
    overflow: hidden;
}

.home-insight-grid .home-insight-card .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-insight-grid .home-insight-card .blog-card-body,
.home-insight-grid .home-insight-card.home-insight-featured .blog-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px 23px 26px !important;
}

.home-insight-grid .home-insight-card h2,
.home-insight-grid .home-insight-card.home-insight-featured h2,
.home-insight-grid .home-insight-card:not(.home-insight-featured) h2 {
    margin: 12px 0 0 !important;
    font-size: clamp(1.35rem, 1.8vw, 1.72rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
}

.home-insight-grid .home-insight-card .blog-card-body > p:not(.blog-meta):not(.guide-length) {
    margin-top: 14px;
    color: #607382;
    font-size: .9rem;
    line-height: 1.65;
}

.home-insight-grid .home-insight-card .text-link {
    margin-top: auto;
    padding-top: 18px;
}

@media (max-width: 920px) {
    .home-insight-grid {
        grid-template-columns: 1fr !important;
    }

    .home-insight-grid .home-insight-card,
    .home-insight-grid .home-insight-card.home-insight-featured {
        flex-direction: row !important;
        min-height: 270px;
    }

    .home-insight-grid .home-insight-card .blog-image,
    .home-insight-grid .home-insight-card.home-insight-featured .blog-image {
        flex: 0 0 290px;
        width: 290px;
        height: auto !important;
        min-height: 270px !important;
    }
}

@media (max-width: 640px) {
    .home-insight-grid .home-insight-card,
    .home-insight-grid .home-insight-card.home-insight-featured {
        flex-direction: column !important;
        min-height: 0;
    }

    .home-insight-grid .home-insight-card .blog-image,
    .home-insight-grid .home-insight-card.home-insight-featured .blog-image {
        flex: 0 0 215px;
        width: 100%;
        height: 215px !important;
        min-height: 215px !important;
    }

    .home-insight-grid .home-insight-card .blog-card-body,
    .home-insight-grid .home-insight-card.home-insight-featured .blog-card-body {
        padding: 21px 20px 23px !important;
    }
}

/* Prevent decorative media and long contact strings from extending the page canvas. */
html,
body {
    overflow-x: hidden;
}

.site-footer .footer-grid > * {
    min-width: 0;
}

.site-footer a[href^="mailto:"] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.contact-method {
    min-width: 0;
}

.contact-method :where(span, strong) {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* 2026-08-07: compact premium footer with a dedicated social channel strip. */
.site-footer {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    color: #eef5f4;
    background:
        radial-gradient(circle at 8% 8%, rgba(28, 183, 153, .1), transparent 28%),
        radial-gradient(circle at 92% 0%, rgba(229, 176, 48, .08), transparent 24%),
        linear-gradient(145deg, #06131e 0%, #071a25 58%, #06151e 100%) !important;
    border-top: 1px solid rgba(229, 176, 48, .42);
}

.site-footer .footer-atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .28;
    background-image:
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.site-footer .footer-main {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns: minmax(290px, 1.25fr) minmax(135px, .55fr) minmax(185px, .75fr) minmax(290px, 1.1fr) !important;
    gap: clamp(34px, 4.2vw, 64px) !important;
    align-items: start !important;
    padding-block: 56px 46px;
}

.site-footer .footer-main > * {
    min-width: 0;
    height: auto !important;
}

.site-footer .footer-company {
    display: block !important;
    max-width: 420px;
}

.site-footer .footer-brand {
    display: inline-flex !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 0 18px !important;
    border: 0 !important;
    background: transparent !important;
}

.site-footer .footer-brand-logo {
    display: block;
    width: 148px !important;
    height: 142px !important;
    max-width: 148px !important;
    object-fit: contain;
    filter: none !important;
}

.site-footer .footer-company > p {
    max-width: 405px;
    margin: 0 !important;
    color: rgba(232, 242, 241, .72) !important;
    font-size: .91rem;
    line-height: 1.7;
}

.site-footer .footer-certainty {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px !important;
    margin-top: 21px !important;
}

.site-footer .footer-certainty span {
    min-height: 30px !important;
    padding: 6px 10px !important;
    border: 1px solid rgba(82, 213, 190, .2) !important;
    border-radius: 999px !important;
    color: rgba(236, 247, 245, .82) !important;
    background: rgba(255, 255, 255, .035) !important;
    font-size: .65rem !important;
}

.site-footer .footer-column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.site-footer .footer-column h2 {
    margin: 4px 0 19px !important;
    color: #f4c448 !important;
    font-size: .69rem !important;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.site-footer .footer-column > a {
    display: inline-flex !important;
    width: auto !important;
    padding: 5px 0 !important;
    margin: 0 0 3px !important;
    color: rgba(235, 244, 243, .78) !important;
    font-size: .87rem;
    line-height: 1.48;
    transition: color .2s ease, transform .2s ease;
}

.site-footer .footer-column > a:hover,
.site-footer .footer-column > a:focus-visible {
    color: #54d6be !important;
    transform: translateX(3px);
}

.site-footer .footer-view-all {
    margin-top: 8px !important;
    color: #f4c448 !important;
    font-weight: 780;
}

.site-footer .footer-contact-column {
    display: block;
}

.site-footer .footer-contact-list {
    display: grid;
    gap: 8px;
}

.site-footer .footer-contact-item {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    width: 100% !important;
    min-height: 54px;
    padding: 8px 10px !important;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 14px;
    color: #edf6f5 !important;
    background: rgba(255, 255, 255, .035);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.site-footer .footer-contact-item:hover,
.site-footer .footer-contact-item:focus-visible {
    color: #fff !important;
    border-color: rgba(82, 214, 190, .32);
    background: rgba(82, 214, 190, .075);
    transform: translateY(-2px);
}

.site-footer .footer-contact-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    color: #09251f;
    background: linear-gradient(135deg, #66dfc8, #25b99c);
    font-size: .9rem;
    font-weight: 900;
}

.site-footer .footer-contact-item > span:last-child {
    min-width: 0;
}

.site-footer .footer-contact-item small,
.site-footer .footer-contact-item strong {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}

.site-footer .footer-contact-item small {
    margin-bottom: 2px;
    color: rgba(230, 241, 240, .48);
    font-size: .57rem;
    font-weight: 760;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-footer .footer-contact-item strong {
    color: rgba(244, 249, 248, .91);
    font-size: .73rem;
    font-weight: 720;
    line-height: 1.38;
}

.site-footer .footer-contact-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 9px;
}

.site-footer .footer-contact-meta > div {
    min-width: 0;
    padding: 10px 11px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 12px;
    background: rgba(0, 0, 0, .11);
}

.site-footer .footer-contact-meta small,
.site-footer .footer-contact-meta strong {
    display: block;
}

.site-footer .footer-contact-meta small {
    margin-bottom: 4px;
    color: rgba(229, 176, 48, .78);
    font-size: .54rem;
    font-weight: 820;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-footer .footer-contact-meta strong {
    color: rgba(233, 242, 241, .65);
    font-size: .62rem;
    font-weight: 600;
    line-height: 1.42;
}

.site-footer .footer-social-shell {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, .07);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .025);
}

.site-footer .footer-social-bar {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-block: 14px;
}

.site-footer .footer-social-copy {
    display: grid;
    gap: 3px;
}

.site-footer .footer-social-copy span {
    color: #50d3ba;
    font-size: .57rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.site-footer .footer-social-copy strong {
    color: #f2f7f6;
    font-size: .9rem;
    font-weight: 740;
}

.site-footer .footer-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.site-footer .footer-social-links a {
    display: inline-flex !important;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    padding: 5px 12px 5px 5px !important;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 999px;
    color: rgba(241, 247, 246, .78) !important;
    background: rgba(255, 255, 255, .035);
    font-size: .72rem;
    font-weight: 720;
    transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.site-footer .footer-social-links a:hover,
.site-footer .footer-social-links a:focus-visible {
    color: #fff !important;
    border-color: rgba(82, 214, 190, .34);
    background: rgba(82, 214, 190, .09);
    transform: translateY(-2px);
}

.site-footer .footer-social-icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #06151e;
    background: #f1bd39;
    font-size: .73rem;
    font-weight: 950;
    line-height: 1;
    text-transform: none;
}

.site-footer [data-social="facebook"]:hover .footer-social-icon {
    color: #fff;
    background: #1877f2;
}

.site-footer [data-social="instagram"]:hover .footer-social-icon {
    color: #fff;
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.site-footer [data-social="linkedin"]:hover .footer-social-icon {
    color: #fff;
    background: #0a66c2;
}

.site-footer [data-social="youtube"]:hover .footer-social-icon {
    color: #fff;
    background: #ff0033;
}

.site-footer .footer-bottom {
    position: relative;
    z-index: 1;
    display: flex !important;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 19px 0 21px !important;
    border-top: 0 !important;
}

.site-footer .footer-bottom p {
    margin: 0 !important;
    color: rgba(229, 239, 238, .53) !important;
    font-size: .68rem;
}

.site-footer .legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
}

.site-footer .legal-links a {
    color: rgba(229, 239, 238, .62) !important;
    font-size: .68rem;
}

.site-footer .legal-links a:hover,
.site-footer .legal-links a:focus-visible {
    color: #f4c448 !important;
}

@media (max-width: 1080px) {
    .site-footer .footer-main {
        grid-template-columns: minmax(260px, 1.15fr) minmax(150px, .65fr) minmax(190px, .8fr) !important;
    }

    .site-footer .footer-contact-column {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
        gap: 0 26px;
    }

    .site-footer .footer-contact-column > h2 {
        grid-column: 1 / -1;
    }

    .site-footer .footer-contact-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer .footer-contact-meta {
        margin-top: 0;
    }
}

@media (max-width: 760px) {
    .site-footer .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 34px 22px !important;
        padding-block: 44px 36px;
    }

    .site-footer .footer-company,
    .site-footer .footer-contact-column {
        grid-column: 1 / -1;
    }

    .site-footer .footer-company {
        max-width: none;
    }

    .site-footer .footer-contact-column {
        display: block;
    }

    .site-footer .footer-contact-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer .footer-contact-meta {
        margin-top: 8px;
    }

    .site-footer .footer-social-bar {
        align-items: flex-start;
        flex-direction: column;
        padding-block: 18px;
    }

    .site-footer .footer-social-links {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .site-footer .footer-main {
        grid-template-columns: 1fr !important;
    }

    .site-footer .footer-company,
    .site-footer .footer-contact-column {
        grid-column: auto;
    }

    .site-footer .footer-contact-list,
    .site-footer .footer-contact-meta {
        grid-template-columns: 1fr;
    }

    .site-footer .footer-social-links {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer .footer-social-links a {
        width: 100%;
    }

    .site-footer .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
        padding-block: 19px 95px !important;
    }
}

/* 2026-08-07: concise Gallery-inspired internal page system. */
.ffm-redesign-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(58px, 6.5vw, 82px) 0;
    color: #fff;
    background:
        radial-gradient(circle at 88% 8%, rgba(229, 177, 59, .2), transparent 28%),
        linear-gradient(135deg, #06131f 0%, #0a2434 62%, #103345 100%);
}

.ffm-redesign-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
    gap: clamp(38px, 6vw, 76px);
    align-items: center;
}

.ffm-redesign-hero-copy {
    min-width: 0;
}

.ffm-redesign-hero .eyebrow {
    color: #42d2b8 !important;
}

.ffm-redesign-hero h1 {
    max-width: 760px;
    margin: .5rem 0 1rem;
    color: #fff !important;
    font-size: clamp(2.55rem, 4.35vw, 3.9rem) !important;
    line-height: .98 !important;
    letter-spacing: -.05em !important;
}

.ffm-redesign-hero-copy > p:not(.eyebrow) {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(.98rem, 1.3vw, 1.12rem);
    line-height: 1.72;
}

.ffm-redesign-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.ffm-redesign-hero-photo {
    position: relative;
    height: clamp(330px, 33vw, 430px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 25px;
    background: #102d3d;
    box-shadow: 0 28px 74px rgba(0, 0, 0, .24);
}

.ffm-redesign-hero-photo::after {
    content: "";
    position: absolute;
    inset: 38% 0 0;
    background: linear-gradient(transparent, rgba(3, 14, 22, .86));
}

.ffm-redesign-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.06) contrast(1.035);
}

.ffm-redesign-hero-photo figcaption {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    background: rgba(4, 19, 29, .76);
    backdrop-filter: blur(14px);
}

.ffm-redesign-hero-photo figcaption span {
    color: #f3bf43;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ffm-redesign-hero-photo figcaption strong {
    max-width: 245px;
    color: #fff;
    font-size: .9rem;
    line-height: 1.35;
    text-align: right;
}

.ffm-redesign-section {
    padding: clamp(64px, 7vw, 92px) 0;
    background: linear-gradient(180deg, #f7f9f9, #eef3f2);
}

.ffm-redesign-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    gap: 36px;
    align-items: end;
    margin-bottom: 30px;
}

.ffm-redesign-heading h2,
.ffm-redesign-copy h2,
.ffm-contact-information h2 {
    max-width: 720px;
    margin: .45rem 0 0;
    color: #0c1f2c;
    font-size: clamp(2rem, 3.25vw, 3.15rem) !important;
    line-height: 1 !important;
    letter-spacing: -.045em !important;
}

.ffm-redesign-heading > p,
.ffm-redesign-copy > p,
.ffm-contact-information > p {
    color: #586b75;
    line-height: 1.7;
}

.ffm-redesign-lead {
    margin-top: 22px;
    color: #263e4b !important;
    font-size: 1.05rem;
}

.ffm-about-core .about-story-layout {
    grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr) !important;
    gap: clamp(44px, 6vw, 76px) !important;
    align-items: center !important;
}

.ffm-about-core .about-story-gallery {
    display: grid !important;
    width: 100%;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr) !important;
    grid-template-rows: 255px 215px !important;
    gap: 16px !important;
}

.ffm-about-core :where(.about-story-photo, .about-leadership-card) {
    position: relative !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 21px !important;
    transform: none !important;
}

.ffm-about-core .about-story-photo-primary {
    grid-row: 1 / 3;
}

.ffm-about-core :where(.about-story-photo, .about-leadership-card) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ffm-standard-list {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.ffm-standard-list article {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 13px;
    align-items: start;
    padding: 15px 16px;
    border: 1px solid #d8e0e2;
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
}

.ffm-standard-list article > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    color: #765300;
    background: #fff0bf;
    font-size: .68rem;
    font-weight: 900;
}

.ffm-standard-list strong {
    color: #142c39;
    font-size: .91rem;
}

.ffm-standard-list p {
    margin: 4px 0 0;
    color: #64747c;
    font-size: .79rem;
    line-height: 1.5;
}

.ffm-partner-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ffm-photo-card {
    overflow: hidden;
    border: 1px solid #d9e1e3;
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(7, 28, 40, .07);
}

.ffm-photo-card figure {
    height: 215px;
    margin: 0;
    overflow: hidden;
    background: #dfe7e9;
}

.ffm-photo-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ffm-photo-card > div {
    position: relative;
    padding: 23px;
}

.ffm-photo-card > div > span {
    position: absolute;
    top: -23px;
    right: 20px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 4px solid #fff;
    border-radius: 50%;
    color: #07131f;
    background: #f0bd3d;
    font-size: .7rem;
    font-weight: 900;
}

.ffm-photo-card h3 {
    margin: 0;
    color: #112734;
    font-size: 1.28rem;
}

.ffm-photo-card p {
    margin: 10px 0 0;
    color: #63727a;
    font-size: .89rem;
    line-height: 1.62;
}

.ffm-inline-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 18px;
    padding: 18px 20px;
    border: 1px solid #d4dde0;
    border-radius: 17px;
    color: #53666f;
    background: rgba(255, 255, 255, .72);
    font-size: .86rem;
}

.ffm-inline-note strong {
    color: #0c7665;
}

.ffm-contact-grid {
    display: grid;
    grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
    gap: clamp(30px, 5vw, 62px);
    align-items: start;
}

.ffm-contact-information {
    min-width: 0;
}

.ffm-contact-information > p:not(.eyebrow) {
    margin-top: 18px;
}

.ffm-contact-methods {
    display: grid;
    gap: 11px;
    margin-top: 26px;
}

.ffm-contact-methods a {
    position: relative;
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 16px 48px 16px 17px;
    border: 1px solid #d8e0e2;
    border-radius: 16px;
    color: #142b38;
    background: #fff;
    box-shadow: 0 9px 24px rgba(7, 28, 40, .05);
}

.ffm-contact-methods a > span {
    color: #8f6500;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ffm-contact-methods a strong {
    overflow-wrap: anywhere;
    font-size: .91rem;
}

.ffm-contact-methods a small {
    color: #708087;
    font-size: .73rem;
}

.ffm-contact-methods a i {
    position: absolute;
    top: 50%;
    right: 15px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #0c7968;
    font-style: normal;
    transform: translateY(-50%);
}

.ffm-contact-form {
    min-width: 0;
}

.ffm-contact-form .dynamic-enquiry-form {
    margin: 0 !important;
    border: 1px solid #d8e0e2 !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 18px 48px rgba(7, 28, 40, .08) !important;
}

.ffm-service-rhythm {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.ffm-service-rhythm span {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 16px;
    border: 1px solid #d8e0e2;
    border-radius: 15px;
    color: #263d49;
    background: #fff;
    font-size: .82rem;
    font-weight: 800;
}

.ffm-service-rhythm b {
    color: #a87400;
    font-size: .69rem;
}

.ffm-service-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
    gap: 18px;
    align-items: stretch;
}

.ffm-service-scope,
.ffm-service-brief {
    min-width: 0;
    padding: clamp(23px, 3vw, 34px);
    border: 1px solid #d8e0e2;
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(7, 28, 40, .065);
}

.ffm-service-scope > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.ffm-service-scope > div > span {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 11px;
    align-items: center;
    min-height: 78px;
    padding: 13px;
    border-radius: 14px;
    background: #f4f7f7;
}

.ffm-service-scope b {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 10px;
    color: #6f5007;
    background: #ffefbe;
    font-size: .65rem;
}

.ffm-service-scope strong {
    color: #203744;
    font-size: .81rem;
    line-height: 1.4;
}

.ffm-service-brief {
    color: #fff;
    border-color: #0d2e3e;
    background: linear-gradient(145deg, #092231, #0d3342);
}

.ffm-service-brief .eyebrow {
    color: #42d2b8 !important;
}

.ffm-service-brief h3 {
    margin: .35rem 0 1rem;
    color: #fff;
    font-size: 1.65rem;
}

.ffm-service-brief ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ffm-service-brief li {
    position: relative;
    padding-left: 19px;
    color: rgba(255, 255, 255, .72);
    font-size: .83rem;
    line-height: 1.5;
}

.ffm-service-brief li::before {
    content: "";
    position: absolute;
    top: .55em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e8b63d;
}

.ffm-service-audience {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 20px 0;
}

.ffm-service-audience span {
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    color: rgba(255, 255, 255, .73);
    background: rgba(255, 255, 255, .06);
    font-size: .67rem;
}

.ffm-service-related {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    align-items: center;
    margin-top: 18px;
    padding: 15px 18px;
    border: 1px solid #d6dfe1;
    border-radius: 16px;
    background: rgba(255, 255, 255, .76);
}

.ffm-service-related > span {
    color: #866000;
    font-size: .69rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ffm-service-related > div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ffm-service-related a {
    padding: 7px 10px;
    border: 1px solid #d9e1e3;
    border-radius: 999px;
    color: #294450;
    background: #fff;
    font-size: .7rem;
    font-weight: 750;
}

@media (max-width: 980px) {
    .ffm-redesign-hero-grid,
    .ffm-about-core .about-story-layout,
    .ffm-contact-grid {
        grid-template-columns: 1fr !important;
    }

    .ffm-redesign-hero-photo {
        max-width: 760px;
    }

    .ffm-redesign-heading {
        grid-template-columns: 1fr;
    }

    .ffm-about-core .about-story-gallery {
        max-width: 760px;
    }

    .ffm-service-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .home-hero-advanced {
        min-height: 0 !important;
        padding-bottom: 28px !important;
    }

    .ffm-redesign-hero {
        padding: 52px 0;
    }

    .ffm-redesign-hero h1 {
        font-size: clamp(2.35rem, 11vw, 3.25rem) !important;
    }

    .ffm-redesign-hero-photo {
        height: 330px;
    }

    .ffm-redesign-hero-photo figcaption {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .ffm-redesign-hero-photo figcaption strong {
        text-align: left;
    }

    .ffm-about-core .about-story-gallery {
        grid-template-columns: 1fr !important;
        grid-template-rows: 330px 230px 230px !important;
    }

    .ffm-about-core .about-story-photo-primary {
        grid-row: auto;
    }

    .ffm-partner-grid,
    .ffm-service-rhythm,
    .ffm-service-scope > div {
        grid-template-columns: 1fr;
    }

    .ffm-inline-note,
    .ffm-service-related {
        grid-template-columns: 1fr;
    }
}

/* 2026-08-07: true sticky navigation, process contrast and About team. */
html,
body {
    overflow-x: clip !important;
    overflow-y: visible !important;
}

.site-header,
.home-page .site-header,
.internal-page .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    transform: none !important;
}

.process-section .section-heading h2 {
    color: #fff !important;
}

.process-section .section-heading > p {
    color: rgba(228, 240, 242, .72) !important;
}

.process-section .section-heading .eyebrow {
    color: #42d2b8 !important;
}

.process-section .process-card h3 {
    color: #fff !important;
}

.process-section .process-card p {
    color: rgba(229, 239, 241, .76) !important;
}

.ffm-about-team-section {
    padding: clamp(62px, 6.5vw, 86px) 0;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(33, 191, 166, .16), transparent 31%),
        linear-gradient(145deg, #06131f, #0a2b36);
}

.ffm-about-team-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 34px;
    align-items: end;
    margin-bottom: 28px;
}

.ffm-about-team-heading .eyebrow {
    color: #42d2b8 !important;
}

.ffm-about-team-heading h2 {
    max-width: 720px;
    margin: .45rem 0 0;
    color: #fff;
    font-size: clamp(2rem, 3.2vw, 3.05rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.ffm-about-team-heading > div:last-child {
    display: grid;
    justify-items: start;
    gap: 16px;
}

.ffm-about-team-heading > div:last-child p {
    margin: 0;
    color: rgba(228, 239, 241, .69);
    font-size: .9rem;
    line-height: 1.65;
}

.ffm-about-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.ffm-about-team-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    color: #fff;
    background: rgba(255, 255, 255, .065);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
    transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

.ffm-about-team-card:hover,
.ffm-about-team-card:focus-visible {
    border-color: rgba(242, 190, 63, .5);
    background: rgba(255, 255, 255, .09);
    transform: translateY(-3px);
}

.ffm-about-team-card figure {
    height: 255px;
    margin: 0;
    overflow: hidden;
    background: #173540;
}

.ffm-about-team-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: saturate(1.04) contrast(1.025);
    transition: transform .5s ease;
}

.ffm-about-team-card:hover figure img {
    transform: scale(1.025);
}

.ffm-about-team-card > div {
    position: relative;
    min-height: 126px;
    padding: 18px 48px 20px 18px;
}

.ffm-about-team-card small {
    display: block;
    color: #f0bd3d;
    font-size: .63rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ffm-about-team-card h3 {
    margin: 8px 0 5px;
    color: #fff;
    font-size: 1.14rem;
    line-height: 1.15;
}

.ffm-about-team-card span {
    display: block;
    color: rgba(232, 241, 242, .67);
    font-size: .75rem;
    line-height: 1.45;
}

.ffm-about-team-card i {
    position: absolute;
    top: 19px;
    right: 17px;
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    font-style: normal;
}

@media (max-width: 920px) {
    .ffm-about-team-heading {
        grid-template-columns: 1fr;
    }

    .ffm-about-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .ffm-about-team-grid {
        grid-template-columns: 1fr;
    }

    .ffm-about-team-card figure {
        height: 310px;
    }
}
