:root {
    --fpm-navy: #07162f;
    --fpm-navy-2: #0d2347;
    --fpm-blue: #193b6a;
    --fpm-gold: #d3a449;
    --fpm-gold-light: #f1d58a;
    --fpm-ink: #142036;
    --fpm-muted: #647085;
    --fpm-line: #dfe4ec;
    --fpm-soft: #f5f6f8;
    --fpm-warm: #faf7f0;
    --fpm-white: #fff;
    --fpm-radius: 22px;
    --fpm-shadow: 0 24px 70px rgba(7, 22, 47, .12);
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--fpm-ink); background: var(--fpm-white); font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.fpm-menu-open { overflow: hidden; }
body, body * { box-sizing: border-box; }
body img { max-width: 100%; }
body a { color: inherit; text-decoration: none; }
body h1, body h2, body h3, body h4, body h5 { margin: 0; color: inherit; font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-weight: 700; letter-spacing: -.035em; }
body p { margin: 0; }
body .container { width: min(100% - 40px, 1240px); max-width: 1240px; margin-inline: auto; padding-inline: 0; }

.fpm-header { position: sticky; top: 0; z-index: 10000; color: #fff; background: rgba(7, 22, 47, .98); box-shadow: 0 10px 40px rgba(3, 12, 28, .14); }
.fpm-header__utility { min-height: 32px; border-bottom: 1px solid rgba(255, 255, 255, .09); color: #c8d2e2; background: #051226; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.fpm-header__utility .container, .fpm-header__utility .container > div { display: flex; align-items: center; }
.fpm-header__utility .container { min-height: 32px; justify-content: space-between; gap: 24px; }
.fpm-header__utility .container > div { gap: 18px; }
.fpm-header__utility a { transition: color .2s ease; }
.fpm-header__utility a:hover { color: var(--fpm-gold-light); }
.fpm-language { display: inline-flex; align-items: center; gap: 8px; }
.fpm-language i { width: 1px; height: 12px; background: rgba(255, 255, 255, .25); }
.fpm-header__nav .container { min-height: 78px; display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; align-items: center; gap: 24px; }
.fpm-brand { width: 184px; height: 58px; padding: 5px 10px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 7px 22px rgba(0, 0, 0, .18); }
.fpm-brand img { width: 100%; height: 100%; display: block; object-fit: contain; }
.fpm-desktop-nav { height: 78px; display: flex; align-items: center; justify-content: center; gap: 3px; }
.fpm-desktop-nav > a, .fpm-services-menu > summary { min-height: 42px; padding: 0 12px; display: inline-flex; align-items: center; gap: 7px; border-radius: 9px; color: #e8edf5; font-size: 13px; font-weight: 750; line-height: 1; cursor: pointer; transition: color .2s ease, background .2s ease; list-style: none; }
.fpm-services-menu > summary::-webkit-details-marker { display: none; }
.fpm-desktop-nav > a:hover, .fpm-services-menu > summary:hover, .fpm-desktop-nav > a.is-active, .fpm-services-menu.is-active > summary { color: var(--fpm-gold-light); background: rgba(255, 255, 255, .06); }
.fpm-services-menu { position: relative; }
.fpm-services-menu__panel { position: absolute; top: calc(100% + 14px); inset-inline-start: -120px; width: 430px; padding: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 18px; background: #0a1b37; box-shadow: 0 30px 70px rgba(0, 0, 0, .32); }
.fpm-services-menu__panel::before { content: ""; position: absolute; top: -20px; inset-inline-start: 130px; width: 160px; height: 22px; }
.fpm-services-menu__panel > span { grid-column: 1 / -1; padding: 0 9px 8px; color: var(--fpm-gold-light); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fpm-services-menu__panel a { min-height: 45px; padding: 9px 11px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-radius: 10px; color: #dbe4f2; font-size: 12px; line-height: 1.3; }
.fpm-services-menu__panel a:hover { color: #fff; background: rgba(255, 255, 255, .07); }
.fpm-services-menu__panel a i { color: var(--fpm-gold); font-style: normal; }
.fpm-services-menu__panel .fpm-services-menu__all { grid-column: 1 / -1; margin-top: 6px; color: #091a35; background: linear-gradient(135deg, var(--fpm-gold-light), var(--fpm-gold)); font-weight: 800; }
.fpm-header__actions { display: flex; align-items: center; gap: 8px; }
.fpm-header__whatsapp { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; color: #fff; font-size: 10px; font-weight: 900; }
.fpm-header__proposal { min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; gap: 10px; border-radius: 10px; color: #081832; background: linear-gradient(135deg, #f4dc9b, #cea03f); font-size: 12px; font-weight: 850; box-shadow: 0 9px 24px rgba(211, 164, 73, .2); }
.fpm-menu-toggle { width: 43px; height: 43px; padding: 0; display: none; place-content: center; gap: 6px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 10px; color: #fff; background: transparent; }
.fpm-menu-toggle span { width: 20px; height: 2px; display: block; background: currentColor; }
.fpm-mobile-menu, .fpm-menu-overlay { display: none; }

.fpm-kicker { display: inline-flex; align-items: center; gap: 10px; color: #a47420; font-size: 11px; font-weight: 850; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.fpm-kicker::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.fpm-button { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 850; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.fpm-button:hover { transform: translateY(-2px); }
.fpm-button--gold { color: #0a1932; background: linear-gradient(135deg, #f4dc9b, #cea03f); box-shadow: 0 14px 32px rgba(188, 133, 38, .22); }
.fpm-button--quiet { color: #fff; border-color: rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .05); }
.fpm-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 11px; }
.fpm-section { padding: 88px 0; }
.fpm-heading { max-width: 760px; margin-bottom: 34px; }
.fpm-heading h2 { max-width: 720px; margin-top: 12px; color: var(--fpm-navy); font-size: clamp(30px, 4vw, 50px); line-height: 1.08; }
.fpm-heading > p { max-width: 650px; margin-top: 15px; color: var(--fpm-muted); font-size: 16px; line-height: 1.7; }
.fpm-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); align-items: end; gap: 60px; }
.fpm-heading--split > p { margin: 0; }

.fpm-hero { position: relative; overflow: hidden; color: #fff; background: var(--fpm-navy); }
.fpm-hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 62%); }
.fpm-hero::after { content: ""; position: absolute; width: 480px; height: 480px; inset-inline-start: -260px; top: -220px; border-radius: 50%; background: rgba(211, 164, 73, .18); filter: blur(20px); }
.fpm-hero__grid { min-height: 650px; padding-block: 70px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, .88fr); align-items: center; gap: 70px; }
.fpm-hero__copy { position: relative; z-index: 1; }
.fpm-hero .fpm-kicker { color: var(--fpm-gold-light); }
.fpm-hero h1 { max-width: 750px; margin-top: 17px; color: #fff; font-size: clamp(42px, 5.6vw, 72px); line-height: .99; }
.fpm-hero__copy > p { max-width: 690px; margin-top: 22px; color: #cbd5e4; font-size: 17px; line-height: 1.65; }
.fpm-hero__micro { margin-top: 28px; display: flex; align-items: center; gap: 10px; color: #aebcce; font-size: 12px; font-weight: 700; }
.fpm-hero__micro span { width: 7px; height: 7px; border-radius: 50%; background: #43c981; box-shadow: 0 0 0 6px rgba(67, 201, 129, .12); }
.fpm-hero__visual { position: relative; min-height: 510px; }
.fpm-hero__visual figure { margin: 0; overflow: hidden; border-radius: 24px; background: #14294a; box-shadow: 0 30px 70px rgba(0, 0, 0, .32); }
.fpm-hero__visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.fpm-hero__building { position: absolute; inset: 0 92px 0 0; }
[dir="rtl"] .fpm-hero__building { inset: 0 0 0 92px; }
.fpm-hero__office { position: absolute; width: 230px; height: 150px; inset-inline-end: 0; bottom: 28px; border: 7px solid var(--fpm-navy); }
.fpm-hero__license { position: absolute; inset-inline-end: 0; top: 30px; width: 172px; padding: 17px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 16px; color: #0c1b33; background: rgba(255,255,255,.96); box-shadow: var(--fpm-shadow); }
.fpm-hero__license strong, .fpm-hero__license span { display: block; }
.fpm-hero__license strong { color: #a8751d; font-size: 24px; letter-spacing: -.03em; }
.fpm-hero__license span { margin-top: 2px; color: #687387; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.fpm-proof { border-bottom: 1px solid var(--fpm-line); background: #fff; }
.fpm-proof__grid { min-height: 86px; display: grid; grid-template-columns: repeat(4, 1fr); }
.fpm-proof__grid > div { padding: 20px 24px; display: flex; align-items: center; gap: 13px; border-inline-end: 1px solid var(--fpm-line); }
.fpm-proof__grid > div:first-child { padding-inline-start: 0; }
.fpm-proof__grid > div:last-child { border: 0; }
.fpm-proof__grid b { color: var(--fpm-gold); font-size: 11px; letter-spacing: .08em; }
.fpm-proof__grid span { color: #344158; font-size: 12px; font-weight: 800; line-height: 1.35; }

.fpm-services-home { background: #fff; }
.fpm-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fpm-service-card { position: relative; min-height: 330px; overflow: hidden; border: 1px solid var(--fpm-line); border-radius: 18px; background: #fff; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.fpm-service-card:hover { transform: translateY(-5px); border-color: #d6b067; box-shadow: 0 18px 45px rgba(7, 22, 47, .09); }
.fpm-service-card figure { position: relative; height: 165px; margin: 0; overflow: hidden; background: #d9dee6; }
.fpm-service-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,22,47,.45), transparent 55%); }
.fpm-service-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.fpm-service-card:hover figure img { transform: scale(1.04); }
.fpm-service-card figure b { position: absolute; z-index: 1; inset-inline-start: 16px; bottom: 13px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; background: rgba(7,22,47,.68); font-size: 10px; }
.fpm-service-card > div { position: relative; min-height: 165px; padding: 20px 22px 23px; }
.fpm-service-card h3 { max-width: 290px; color: var(--fpm-navy); font-size: 20px; line-height: 1.16; }
.fpm-service-card p { max-width: 320px; margin-top: 11px; color: var(--fpm-muted); font-size: 13px; line-height: 1.65; }
.fpm-service-card > div > i { position: absolute; inset-inline-end: 19px; bottom: 14px; color: #a8751d; font-size: 18px; font-style: normal; }

.fpm-operations { color: #fff; background: var(--fpm-navy); }
.fpm-operations__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 90px; }
.fpm-operations .fpm-kicker { color: var(--fpm-gold-light); }
.fpm-operations h2 { max-width: 580px; margin-top: 14px; color: #fff; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.07; }
.fpm-operations__grid > div:last-child > p { max-width: 620px; margin-top: 18px; color: #c7d2e2; font-size: 16px; }
.fpm-photo-stack { position: relative; min-height: 470px; }
.fpm-photo-stack img { display: block; object-fit: cover; border-radius: 22px; box-shadow: 0 28px 65px rgba(0,0,0,.32); }
.fpm-photo-stack__main { position: absolute; inset: 0 60px 50px 0; width: calc(100% - 60px); height: calc(100% - 50px); }
[dir="rtl"] .fpm-photo-stack__main { inset: 0 0 50px 60px; }
.fpm-photo-stack__small { position: absolute; width: 250px; height: 160px; inset-inline-end: 0; bottom: 0; border: 7px solid var(--fpm-navy); }
.fpm-checks { margin: 27px 0 26px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 26px; list-style: none; }
.fpm-checks li { display: flex; align-items: center; gap: 10px; color: #e6edf6; font-size: 13px; font-weight: 700; }
.fpm-checks span { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #06152e; background: var(--fpm-gold-light); font-size: 11px; }
.fpm-text-link { display: inline-flex; align-items: center; gap: 10px; color: #a77928; font-size: 13px; font-weight: 850; }
.fpm-operations .fpm-text-link { color: var(--fpm-gold-light); }

.fpm-portfolio-home { background: var(--fpm-soft); }
.fpm-portfolio-grid { margin-bottom: 25px; display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 14px; }
.fpm-portfolio-grid article { position: relative; height: 390px; overflow: hidden; border-radius: 20px; background: #d8dde5; box-shadow: 0 16px 40px rgba(7,22,47,.08); }
.fpm-portfolio-grid article:nth-child(n+2) { height: 330px; align-self: end; }
.fpm-portfolio-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.fpm-portfolio-grid article:hover img { transform: scale(1.035); }
.fpm-portfolio-grid article > div { position: absolute; inset: auto 14px 14px; padding: 16px 17px; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; color: #fff; background: rgba(7, 22, 47, .88); backdrop-filter: blur(12px); }
.fpm-portfolio-grid h3 { color: #fff; font-size: 18px; }
.fpm-portfolio-grid p { margin-top: 3px; color: #cbd4e0; font-size: 11px; }

.fpm-team-home { background: #fff; }
.fpm-team-home__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 58px; }
.fpm-team-home__copy { padding: 32px 0; }
.fpm-team-home h2 { max-width: 470px; margin-top: 14px; color: var(--fpm-navy); font-size: clamp(34px, 4.5vw, 52px); line-height: 1.06; }
.fpm-team-home__copy > p { max-width: 490px; margin-top: 17px; color: var(--fpm-muted); }
.fpm-team-home__visual { position: relative; min-height: 455px; padding: 0 0 50px 64px; }
[dir="rtl"] .fpm-team-home__visual { padding: 0 64px 50px 0; }
.fpm-team-home figure { height: 405px; margin: 0; overflow: hidden; border-radius: 22px; box-shadow: var(--fpm-shadow); }
.fpm-team-home figure > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.fpm-team-home__visual > div { position: absolute; inset-inline-start: 0; bottom: 0; width: 235px; padding: 6px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; border-radius: 17px; background: #fff; box-shadow: 0 18px 45px rgba(7,22,47,.2); }
.fpm-team-home__visual > div img { width: 100%; height: 105px; display: block; object-fit: cover; border-radius: 11px; }
.fpm-team-home__visual > a { position: absolute; inset-inline-end: 16px; bottom: 16px; padding: 11px 14px; border-radius: 10px; color: #fff; background: rgba(7,22,47,.92); font-size: 11px; font-weight: 800; }
.fpm-team-tags { margin-top: 21px; display: flex; flex-wrap: wrap; gap: 7px; }
.fpm-team-tags span { padding: 7px 10px; border: 1px solid #e4d6b8; border-radius: 999px; color: #7f632e; background: var(--fpm-warm); font-size: 10px; font-weight: 800; }
.fpm-founder { margin-top: 27px; padding-top: 20px; display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--fpm-line); }
.fpm-founder img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; object-position: top; }
.fpm-founder strong, .fpm-founder span { display: block; }
.fpm-founder strong { color: var(--fpm-navy); font-size: 14px; }
.fpm-founder span { color: var(--fpm-muted); font-size: 11px; }
.fpm-team-home__copy > .fpm-text-link { margin-top: 22px; }

.fpm-insights-home { background: var(--fpm-warm); }
.fpm-insights-grid { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.fpm-insight-card { min-height: 205px; display: grid; grid-template-columns: 180px minmax(0, 1fr); overflow: hidden; border: 1px solid #dfd8c8; border-radius: 19px; background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.fpm-insight-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(7,22,47,.09); }
.fpm-insight-card--featured { min-height: 424px; grid-row: 1 / 3; grid-template-columns: 1fr; grid-template-rows: 245px 1fr; }
.fpm-insight-card figure { margin: 0; overflow: hidden; background: #dcdfe4; }
.fpm-insight-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.fpm-insight-card:hover figure img { transform: scale(1.035); }
.fpm-insight-card > div { padding: 20px; }
.fpm-insight-card > div > span { color: #967024; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.fpm-insight-card h3 { margin-top: 8px; color: var(--fpm-navy); font-size: 18px; line-height: 1.2; }
.fpm-insight-card--featured h3 { max-width: 530px; font-size: 24px; }
.fpm-insight-card p { margin-top: 9px; color: var(--fpm-muted); font-size: 12px; line-height: 1.55; }
.fpm-insight-card > div > b { margin-top: 15px; display: inline-flex; gap: 8px; color: #9d7528; font-size: 11px; }
.fpm-insight-card i { font-style: normal; }
.fpm-final-cta { padding: 75px 0; color: #fff; background: var(--fpm-navy-2); }
.fpm-final-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.fpm-final-cta .fpm-kicker { color: var(--fpm-gold-light); }
.fpm-final-cta h2 { max-width: 740px; margin-top: 12px; color: #fff; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; }
.fpm-final-cta p { max-width: 730px; margin-top: 12px; color: #c8d2e0; }

/* Flagship company pages */
.fpm-page main { overflow: hidden; }
.fpm-page-hero { position: relative; overflow: hidden; color: #fff; background: var(--fpm-navy); }
.fpm-page-hero::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom right, #000, transparent 72%); }
.fpm-page-hero__grid { position: relative; z-index: 1; min-height: 535px; padding-block: 66px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .86fr); align-items: center; gap: 70px; }
.fpm-page-hero .fpm-kicker { color: var(--fpm-gold-light); }
.fpm-breadcrumb { margin-bottom: 28px; display: flex; align-items: center; gap: 9px; color: #aebbd0; font-size: 11px; font-weight: 750; }
.fpm-breadcrumb a { color: var(--fpm-gold-light); }
.fpm-page-hero h1 { max-width: 750px; margin-top: 13px; color: #fff; font-size: clamp(38px, 5vw, 60px); line-height: 1.02; }
.fpm-page-hero__copy > p { max-width: 690px; margin-top: 19px; color: #cbd5e3; font-size: 16px; }
.fpm-page-hero__visual, .fpm-page-hero__image { min-height: 410px; margin: 0; }
.fpm-page-hero__image { overflow: hidden; border-radius: 22px; box-shadow: 0 30px 70px rgba(0,0,0,.32); }
.fpm-page-hero__image img { width: 100%; height: 410px; display: block; object-fit: cover; }

.fpm-about-hero__visual { position: relative; padding: 0 58px 56px 0; }
[dir="rtl"] .fpm-about-hero__visual { padding: 0 0 56px 58px; }
.fpm-about-hero__visual > img { width: 100%; height: 380px; display: block; object-fit: cover; border-radius: 22px; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.fpm-about-hero__visual > div { position: absolute; inset-inline-end: 0; bottom: 0; width: 215px; padding: 8px; display: grid; grid-template-columns: 75px 1fr; align-items: center; gap: 10px; border-radius: 16px; color: var(--fpm-ink); background: #fff; box-shadow: var(--fpm-shadow); }
.fpm-about-hero__visual > div img { width: 75px; height: 88px; display: block; object-fit: cover; object-position: top; border-radius: 10px; }
.fpm-about-hero__visual > div strong, .fpm-about-hero__visual > div span { display: block; }
.fpm-about-hero__visual > div strong { color: var(--fpm-navy); font-size: 12px; }
.fpm-about-hero__visual > div span { color: var(--fpm-muted); font-size: 9px; line-height: 1.35; }
.fpm-about-story { background: #fff; }
.fpm-about-story__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 70px; }
.fpm-about-story figure { position: relative; height: 430px; margin: 0; }
.fpm-about-story figure img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 21px; }
.fpm-about-story figcaption { position: absolute; inset-inline-start: 16px; bottom: 16px; padding: 10px 13px; border-radius: 9px; color: #fff; background: rgba(7,22,47,.9); font-size: 10px; font-weight: 800; }
.fpm-about-story h2, .fpm-about-founder h2, .fpm-team-leader h2, .fpm-team-culture h2, .fpm-partner-network h2, .fpm-partner-principles h2 { max-width: 650px; margin-top: 12px; color: var(--fpm-navy); font-size: clamp(30px, 4vw, 47px); line-height: 1.08; }
.fpm-about-story__grid > div > p { margin-top: 14px; color: var(--fpm-muted); }
.fpm-about-story .fpm-checks li { color: var(--fpm-ink); }
.fpm-about-founder { padding-top: 0; background: #fff; }
.fpm-about-founder__card { min-height: 355px; padding: 28px; display: grid; grid-template-columns: 230px minmax(0, 1fr) 300px; align-items: center; gap: 38px; border-radius: 24px; color: #fff; background: var(--fpm-navy); }
.fpm-about-founder__card > img { width: 230px; height: 295px; object-fit: cover; object-position: top; border-radius: 16px; }
.fpm-about-founder__card h2 { color: #fff; font-size: clamp(28px, 3.6vw, 43px); }
.fpm-about-founder__card p { margin-top: 14px; color: #c5d0df; }
.fpm-about-founder__card strong, .fpm-about-founder__card small { display: block; }
.fpm-about-founder__card strong { margin-top: 19px; color: var(--fpm-gold-light); font-size: 15px; }
.fpm-about-founder__card small { color: #9eacbf; }
.fpm-about-founder__card figure { height: 240px; margin: 0; overflow: hidden; border-radius: 15px; }
.fpm-about-founder__card figure img { width: 100%; height: 100%; object-fit: cover; }
.fpm-about-values { background: var(--fpm-soft); }
.fpm-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fpm-value-grid article { padding: 27px; border: 1px solid var(--fpm-line); border-radius: 17px; background: #fff; }
.fpm-value-grid b, .fpm-method-grid b { color: #a77721; font-size: 11px; }
.fpm-value-grid h3, .fpm-method-grid h3 { margin-top: 22px; color: var(--fpm-navy); font-size: 20px; }
.fpm-value-grid p, .fpm-method-grid p { margin-top: 9px; color: var(--fpm-muted); font-size: 13px; }
.fpm-about-method { background: #fff; }
.fpm-method-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--fpm-line); }
.fpm-method-grid article { min-height: 205px; padding: 25px; border-inline-end: 1px solid var(--fpm-line); }
.fpm-method-grid article:last-child { border-inline-end: 0; }
.fpm-about-identity .fpm-text-link { margin-top: 15px; color: var(--fpm-gold-light); }

.fpm-team-leader { background: #fff; }
.fpm-team-leader__grid { min-height: 385px; padding: 28px; display: grid; grid-template-columns: 240px minmax(0, 1fr) 310px; align-items: center; gap: 42px; border: 1px solid var(--fpm-line); border-radius: 23px; background: var(--fpm-soft); }
.fpm-team-leader__grid > figure { height: 330px; margin: 0; overflow: hidden; border-radius: 16px; }
.fpm-team-leader__grid > figure img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.fpm-team-leader__grid > div > p { margin-top: 15px; color: var(--fpm-muted); }
.fpm-team-leader__grid > img { width: 100%; height: 260px; object-fit: cover; border-radius: 16px; }
.fpm-leader-signature { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--fpm-line); }
.fpm-leader-signature strong, .fpm-leader-signature span { display: block; }
.fpm-leader-signature strong { color: var(--fpm-navy); }
.fpm-leader-signature span { color: #9a742e; font-size: 11px; font-weight: 800; }
.fpm-team-groups { background: var(--fpm-soft); }
.fpm-team-groups__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.fpm-team-groups__grid article { overflow: hidden; border: 1px solid var(--fpm-line); border-radius: 18px; background: #fff; }
.fpm-team-groups__grid img { width: 100%; height: 190px; display: block; object-fit: cover; }
.fpm-team-groups__grid article > div { padding: 20px; }
.fpm-team-groups__grid h3 { color: var(--fpm-navy); font-size: 18px; }
.fpm-team-groups__grid p { margin-top: 8px; color: var(--fpm-muted); font-size: 12px; }
.fpm-team-culture { color: #fff; background: var(--fpm-navy); }
.fpm-team-culture > .container { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 65px; }
.fpm-team-culture .fpm-kicker { color: var(--fpm-gold-light); }
.fpm-team-culture h2 { color: #fff; }
.fpm-team-culture__copy > p { margin-top: 15px; color: #c7d1df; }
.fpm-team-culture__copy .fpm-actions { align-items: center; }
.fpm-team-culture__copy .fpm-text-link { color: var(--fpm-gold-light); }
.fpm-team-culture__mosaic { min-height: 390px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 9px; }
.fpm-team-culture__mosaic img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 15px; }
.fpm-team-culture__mosaic img:first-child { grid-row: 1 / 3; }

.fpm-gallery-tabs { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 7px; }
.fpm-gallery-tabs span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #d7e0eb; font-size: 10px; font-weight: 800; }
.fpm-gallery-hero__stack { position: relative; min-height: 425px; }
.fpm-gallery-hero__stack img { position: absolute; display: block; object-fit: cover; border: 5px solid var(--fpm-navy); border-radius: 18px; box-shadow: 0 24px 55px rgba(0,0,0,.32); }
.fpm-gallery-hero__stack img:first-child { inset: 0 90px 25px 0; width: calc(100% - 90px); height: 400px; }
[dir="rtl"] .fpm-gallery-hero__stack img:first-child { inset: 0 0 25px 90px; }
.fpm-gallery-hero__stack img:nth-child(2) { width: 200px; height: 135px; inset-inline-end: 0; top: 35px; }
.fpm-gallery-hero__stack img:nth-child(3) { width: 225px; height: 145px; inset-inline-end: 0; bottom: 0; }
.fpm-gallery-section { background: var(--fpm-soft); }
.fpm-gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 12px; }
.fpm-gallery-grid figure { position: relative; grid-column: span 4; margin: 0; overflow: hidden; border-radius: 18px; background: #d9dde3; }
.fpm-gallery-grid figure.wide { grid-column: span 8; }
.fpm-gallery-grid figure.tall { grid-row: span 2; }
.fpm-gallery-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.fpm-gallery-grid figure:hover img { transform: scale(1.035); }
.fpm-gallery-grid figcaption { position: absolute; inset: auto 11px 11px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: #fff; background: rgba(7,22,47,.87); backdrop-filter: blur(10px); }
.fpm-gallery-grid figcaption span { color: var(--fpm-gold-light); font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.fpm-gallery-grid h2 { margin-top: 2px; color: #fff; font-size: 16px; }
.fpm-gallery-grid p { margin-top: 2px; color: #cbd4e1; font-size: 9px; }

.fpm-brands-hero__visual { position: relative; padding: 0 55px 55px 0; }
[dir="rtl"] .fpm-brands-hero__visual { padding: 0 0 55px 55px; }
.fpm-brands-hero__visual > img { width: 100%; height: 385px; display: block; object-fit: cover; border-radius: 22px; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.fpm-brands-hero__visual > div { position: absolute; inset-inline-end: 0; bottom: 0; width: 240px; padding: 7px; border-radius: 16px; color: var(--fpm-ink); background: #fff; box-shadow: var(--fpm-shadow); }
.fpm-brands-hero__visual > div img { width: 100%; height: 120px; display: block; object-fit: cover; border-radius: 11px; }
.fpm-brands-hero__visual > div span { padding: 7px 5px 2px; display: block; color: var(--fpm-navy); font-size: 10px; font-weight: 800; }
.fpm-group-brands { background: #fff; }
.fpm-brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.fpm-brand-grid article { grid-column: span 2; min-height: 245px; padding: 24px; border: 1px solid var(--fpm-line); border-radius: 18px; background: #fff; }
.fpm-brand-grid article:first-child, .fpm-brand-grid article:nth-child(2) { grid-column: span 3; }
.fpm-brand-grid article > b { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--fpm-navy); font-size: 12px; letter-spacing: .05em; }
.fpm-brand-grid article > span { margin-top: 21px; display: block; color: #a27628; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.fpm-brand-grid h3 { margin-top: 5px; color: var(--fpm-navy); font-size: 19px; line-height: 1.2; }
.fpm-brand-grid p { margin-top: 9px; color: var(--fpm-muted); font-size: 12px; }
.fpm-partner-network { color: #fff; background: var(--fpm-navy); }
.fpm-partner-network__layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 70px; }
.fpm-partner-network .fpm-kicker { color: var(--fpm-gold-light); }
.fpm-partner-network h2 { color: #fff; }
.fpm-partner-network__intro > p { margin-top: 15px; color: #c5cfde; }
.fpm-partner-network__intro figure { height: 215px; margin: 28px 0 0; overflow: hidden; border-radius: 16px; }
.fpm-partner-network__intro figure img { width: 100%; height: 100%; object-fit: cover; }
.fpm-network-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fpm-network-grid article { min-height: 145px; padding: 18px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.045); }
.fpm-network-grid article > b { color: var(--fpm-gold-light); font-size: 10px; }
.fpm-network-grid h3 { color: #fff; font-size: 16px; }
.fpm-network-grid p { margin-top: 7px; color: #b9c5d6; font-size: 11px; }
.fpm-partner-principles { background: var(--fpm-warm); }
.fpm-partner-principles__card { padding: 38px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; border: 1px solid #e6dcc8; border-radius: 22px; background: #fff; }
.fpm-partner-principles__card ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; }
.fpm-partner-principles__card li { min-height: 62px; padding: 14px; display: flex; align-items: center; gap: 10px; border-radius: 12px; color: var(--fpm-navy); background: var(--fpm-soft); font-size: 12px; font-weight: 800; }
.fpm-partner-principles__card li span { color: #a97822; }

/* Unified inner-page redesign */
.pm-inner-page main { overflow: hidden; }
.pm-inner-page [class$="-hero"], .pm-inner-page .pm-inner-hero, .pm-inner-page .pm-cms-hero, .pm-inner-page .pm-core-service-hero, .pm-inner-page .pm-about-intro { position: relative; color: #fff; background: var(--fpm-navy) !important; }
.pm-inner-page .pm-inner-hero, .pm-inner-page .pm-cms-hero, .pm-inner-page .pm-core-service-hero, .pm-inner-page .pm-oam-hero, .pm-inner-page .pm-projects-hero, .pm-inner-page .pm-insights-hero, .pm-inner-page .pm-contact-hero { min-height: 390px !important; padding: 76px 0 64px !important; display: flex; align-items: center; }
.pm-inner-page .pm-inner-hero::after, .pm-inner-page .pm-cms-hero::after, .pm-inner-page .pm-core-service-hero::after, .pm-inner-page .pm-oam-hero::after, .pm-inner-page .pm-projects-hero::after, .pm-inner-page .pm-insights-hero::after, .pm-inner-page .pm-contact-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom right, #000, transparent 68%); }
.pm-inner-page .pm-inner-hero__content, .pm-inner-page .pm-cms-hero__panel, .pm-inner-page .pm-core-service-hero__content, .pm-inner-page .pm-oam-hero__content, .pm-inner-page .pm-projects-hero__panel, .pm-inner-page .pm-insights-hero__content, .pm-inner-page .pm-contact-hero__panel { position: relative; z-index: 1; max-width: 920px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
.pm-inner-page .pm-inner-kicker, .pm-inner-page .pm-cms-kicker, .pm-inner-page .pm-core-service-kicker, .pm-inner-page .pm-oam-eyebrow, .pm-inner-page .pm-projects-kicker, .pm-inner-page .pm-insights-kicker, .pm-inner-page .pm-contact-kicker, .pm-inner-page [class$="section__kicker"], .pm-inner-page [class$="section-kicker"] { color: var(--fpm-gold-light) !important; font-size: 11px !important; font-weight: 850 !important; letter-spacing: .12em !important; text-transform: uppercase; }
.pm-inner-page h1 { max-width: 900px; margin-top: 13px !important; color: #fff !important; font-size: clamp(38px, 5vw, 62px) !important; line-height: 1.02 !important; }
.pm-inner-page [class$="hero__lead"], .pm-inner-page .pm-cms-hero__panel > p, .pm-inner-page .pm-contact-hero__panel > p { max-width: 760px !important; margin-top: 17px !important; color: #cbd5e3 !important; font-size: 16px !important; line-height: 1.65 !important; }
.pm-inner-page [class*="breadcrumb"] { margin-top: 24px !important; color: #aebbd0 !important; font-size: 11px !important; font-weight: 700; }
.pm-inner-page [class*="breadcrumb"] a { color: var(--fpm-gold-light) !important; }
.pm-inner-page .r-btn, .pm-inner-page .pm-inner-button, .pm-inner-page .pm-core-button, .pm-inner-page .pm-oam-button, .pm-inner-page button[type="submit"] { min-height: 50px; padding: 0 20px !important; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent !important; border-radius: 11px !important; color: #0b1a34 !important; background: linear-gradient(135deg, #f4dc9b, #cea03f) !important; box-shadow: none !important; font-size: 13px !important; font-weight: 850 !important; }
.pm-inner-page [class$="section"], .pm-inner-page .pm-inner-section, .pm-inner-page .pm-core-section, .pm-inner-page .pm-oam-section, .pm-inner-page .pm-projects-section, .pm-inner-page .pm-insights-section, .pm-inner-page .pm-contact-section { padding: 78px 0 !important; }
.pm-inner-page [class*="section--soft"] { background: var(--fpm-soft) !important; }
.pm-inner-page [class*="section--navy"] { color: #fff; background: var(--fpm-navy) !important; }
.pm-inner-page [class*="section-head"], .pm-inner-page [class*="section__head"], .pm-inner-page .pm-inner-heading { max-width: 780px !important; margin: 0 auto 34px !important; text-align: center; }
.pm-inner-page [class*="section-head"] h2, .pm-inner-page [class*="section__head"] h2, .pm-inner-page .pm-inner-heading h2 { margin-top: 10px !important; color: var(--fpm-navy) !important; font-size: clamp(30px, 4vw, 46px) !important; line-height: 1.08 !important; }
.pm-inner-page [class*="section--navy"] h2, .pm-inner-page [class*="section--navy"] h3 { color: #fff !important; }
.pm-inner-page [class*="section-head"] p, .pm-inner-page [class*="section__head"] p, .pm-inner-page .pm-inner-heading p { margin-top: 13px !important; color: var(--fpm-muted) !important; font-size: 15px !important; }
.pm-inner-page [class*="section--navy"] p { color: #c8d3e3 !important; }
.pm-inner-page [class$="-grid"], .pm-inner-page [class$="-cards"], .pm-inner-page [class$="-audience"], .pm-inner-page [class$="-process"], .pm-inner-page [class$="-types"] { gap: 16px !important; }
.pm-about-card, .pm-about-audience__item, .pm-about-scope__item, .pm-service-card, .pm-services-audience__item, .pm-services-process__item, .pm-core-trust-card, .pm-core-scope-card, .pm-core-process__item, .pm-core-related-card, .pm-oam-trust__item, .pm-oam-pillar-card, .pm-oam-scope-card, .pm-oam-process__item, .pm-oam-type, .pm-project-card, .pm-projects-audience__item, .pm-projects-process__item, .pm-insight-card, .pm-insights-cluster, .pm-insights-topic, .pm-contact-card, .pm-contact-service-card, .pm-cms-side-card { border: 1px solid var(--fpm-line) !important; border-radius: 17px !important; background: #fff !important; box-shadow: none !important; }
.pm-about-card:hover, .pm-service-card:hover, .pm-core-scope-card:hover, .pm-oam-pillar-card:hover, .pm-project-card:hover, .pm-insight-card:hover { border-color: #d2ae67 !important; box-shadow: 0 18px 45px rgba(7,22,47,.08) !important; transform: translateY(-3px); }
.pm-inner-page h2, .pm-inner-page h3 { color: var(--fpm-navy); }
.pm-inner-page h2 { font-size: clamp(28px, 3.5vw, 44px); line-height: 1.1; }
.pm-inner-page h3 { font-size: 19px; line-height: 1.22; }
.pm-inner-page p { color: var(--fpm-muted); }
.pm-about-intro, .pm-about-scope, .pm-core-intro, .pm-oam-intro__content, .pm-projects-intro, .pm-contact-layout, .pm-cms-article__layout { gap: 55px !important; }
.pm-about-visual img, .pm-about-scope__image img, .pm-core-intro__visual img, .pm-oam-intro__media img { border-radius: 18px !important; object-fit: cover; }
.pm-service-card__image, .pm-project-card__image, .pm-insight-card__image, .pm-cms-card__image { height: 230px !important; overflow: hidden; border-radius: 16px 16px 0 0 !important; }
.pm-service-card__image img, .pm-project-card__image img, .pm-insight-card__image img, .pm-cms-card__image img { width: 100%; height: 100%; object-fit: cover; }
.pm-service-card__content, .pm-project-card__body, .pm-insight-card__body, .pm-cms-card__body { padding: 22px !important; }
.pm-projects-grid, .pm-insights-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 16px !important; }
.pm-contact-layout { display: grid !important; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr) !important; }
.pm-contact-form-card, .pm-contact-info-card { border-radius: 20px !important; box-shadow: var(--fpm-shadow) !important; }
.pm-contact-field input, .pm-contact-field textarea, .pm-contact-field select, .pm-inner-field input, .pm-inner-field textarea, .pm-inner-field select { min-height: 52px; width: 100%; padding: 13px 15px; border: 1px solid var(--fpm-line); border-radius: 10px; color: var(--fpm-ink); background: #fff; }
.pm-contact-field textarea, .pm-inner-field textarea { min-height: 140px; }
.pm-cms-article__layout { grid-template-columns: minmax(0, 1fr) 310px !important; align-items: start; }
.pm-cms-article__content { padding: 32px !important; border: 1px solid var(--fpm-line); border-radius: 20px; background: #fff; }
.pm-cms-article__content > img { width: 100%; max-height: 480px; margin-bottom: 24px; object-fit: cover; border-radius: 14px; }
.pm-cms-article__content h2, .pm-cms-article__content h3 { margin: 30px 0 12px; }
.pm-cms-article__content p { margin: 0 0 18px; }

.fpm-footer { color: #d2dbe8; background: #051226; }
.fpm-footer__top { padding-block: 68px 55px; display: grid; grid-template-columns: 1.25fr .75fr .65fr 1fr; gap: 55px; }
.fpm-footer__brand > a:first-child { width: 210px; height: 80px; padding: 7px 11px; display: inline-flex; border-radius: 13px; background: #fff; }
.fpm-footer__brand img { width: 100%; height: 100%; object-fit: contain; }
.fpm-footer__brand > p { max-width: 390px; margin-top: 18px; color: #aeb9c9; font-size: 13px; line-height: 1.7; }
.fpm-footer__group { margin-top: 17px; display: inline-flex; align-items: center; gap: 9px; color: var(--fpm-gold-light); font-size: 12px; font-weight: 800; }
.fpm-footer__social { margin-top: 20px; display: flex; gap: 7px; }
.fpm-footer__social a { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #fff; font-size: 10px; font-weight: 850; }
.fpm-footer h2 { margin-bottom: 18px; color: #fff; font-size: 14px; letter-spacing: 0; }
.fpm-footer nav, .fpm-footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.fpm-footer nav a, .fpm-footer__contact a, .fpm-footer__contact span { color: #aeb9c9; font-size: 12px; line-height: 1.5; transition: color .2s ease; }
.fpm-footer nav a:hover, .fpm-footer__contact a:hover { color: var(--fpm-gold-light); }
.fpm-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); background: #040e1d; }
.fpm-footer__bottom .container { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.fpm-footer__bottom p { color: #8290a5; font-size: 10px; line-height: 1.45; }
.fpm-whatsapp-float { position: fixed; z-index: 9000; inset-inline-end: 22px; bottom: 22px; width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 4px solid #fff; border-radius: 50%; color: #fff; background: #1ebc69; box-shadow: 0 14px 35px rgba(14, 74, 43, .28); font-size: 11px; font-weight: 900; }

@media (max-width: 1120px) {
    .fpm-header__nav .container { grid-template-columns: 165px minmax(0, 1fr) auto; gap: 12px; }
    .fpm-brand { width: 160px; }
    .fpm-desktop-nav > a, .fpm-services-menu > summary { padding-inline: 8px; font-size: 12px; }
    .fpm-header__proposal { display: none; }
    .fpm-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr); gap: 45px; }
    .fpm-footer__top { grid-template-columns: 1.2fr .8fr .8fr; }
    .fpm-footer__contact { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
    body .container { width: min(100% - 28px, 1240px); }
    .fpm-header__utility { display: none; }
    .fpm-header__nav .container { min-height: 72px; grid-template-columns: minmax(0, 1fr) auto; }
    .fpm-brand { width: 166px; height: 54px; }
    .fpm-desktop-nav, .fpm-header__whatsapp, .fpm-header__proposal { display: none; }
    .fpm-menu-toggle { display: grid; }
    .fpm-mobile-menu { position: fixed; z-index: 10002; top: 0; inset-inline-end: 0; width: min(88vw, 390px); height: 100dvh; padding: 18px; display: block; overflow-y: auto; color: var(--fpm-ink); background: #fff; box-shadow: -25px 0 60px rgba(0,0,0,.24); transform: translateX(110%); transition: transform .28s ease; }
    [dir="rtl"] .fpm-mobile-menu { transform: translateX(-110%); }
    .fpm-mobile-menu.is-open { transform: translateX(0); }
    .fpm-mobile-menu__head { padding-bottom: 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--fpm-line); }
    .fpm-mobile-menu__head img { width: 160px; height: 58px; padding: 5px; object-fit: contain; border-radius: 10px; background: #fff; }
    .fpm-mobile-menu__head button { width: 40px; height: 40px; border: 0; border-radius: 50%; color: #fff; background: var(--fpm-navy); font-size: 23px; }
    .fpm-mobile-menu nav { padding: 17px 0; display: flex; flex-direction: column; }
    .fpm-mobile-menu nav a { padding: 12px 6px; border-bottom: 1px solid #edf0f4; color: var(--fpm-navy); font-size: 14px; font-weight: 800; }
    .fpm-mobile-menu nav .fpm-mobile-menu__sub { padding-inline-start: 24px; color: var(--fpm-muted); font-size: 12px; font-weight: 650; }
    .fpm-mobile-menu__contact { padding: 16px; display: flex; flex-direction: column; gap: 7px; border-radius: 13px; background: var(--fpm-soft); }
    .fpm-mobile-menu__contact a { color: var(--fpm-navy); font-size: 12px; font-weight: 750; overflow-wrap: anywhere; }
    .fpm-menu-overlay { position: fixed; z-index: 10001; inset: 0; width: 100%; height: 100%; display: block; visibility: hidden; opacity: 0; border: 0; background: rgba(1, 8, 20, .62); transition: opacity .25s ease, visibility .25s ease; }
    .fpm-menu-overlay.is-open { visibility: visible; opacity: 1; }
    .fpm-hero__grid { min-height: auto; padding-block: 62px 70px; grid-template-columns: 1fr; }
    .fpm-hero__visual { min-height: 480px; max-width: 620px; }
    .fpm-proof__grid { grid-template-columns: 1fr 1fr; }
    .fpm-proof__grid > div { border-bottom: 1px solid var(--fpm-line); }
    .fpm-proof__grid > div:nth-child(2) { border-inline-end: 0; }
    .fpm-service-grid { grid-template-columns: 1fr 1fr; }
    .fpm-operations__grid, .fpm-team-home__grid { grid-template-columns: 1fr; gap: 45px; }
    .fpm-photo-stack { max-width: 650px; }
    .fpm-heading--split { grid-template-columns: 1fr; gap: 18px; }
    .fpm-portfolio-grid { grid-template-columns: 1fr 1fr; }
    .fpm-portfolio-grid article:first-child { grid-column: 1 / -1; }
    .fpm-team-home__copy { padding: 0; }
    .fpm-final-cta .container { align-items: flex-start; flex-direction: column; }
    .pm-projects-grid, .pm-insights-grid { grid-template-columns: 1fr 1fr !important; }
    .pm-contact-layout, .pm-cms-article__layout { grid-template-columns: 1fr !important; }
    .fpm-footer__top { grid-template-columns: 1.2fr .8fr; gap: 45px; }
    .fpm-footer__contact { grid-column: auto; }
}

@media (max-width: 600px) {
    body { font-size: 15px; }
    .fpm-section { padding: 66px 0; }
    .fpm-heading { margin-bottom: 27px; }
    .fpm-hero h1 { font-size: 42px; }
    .fpm-hero__copy > p { font-size: 15px; }
    .fpm-actions { flex-direction: column; align-items: stretch; }
    .fpm-button { width: 100%; }
    .fpm-hero__visual { min-height: 410px; }
    .fpm-hero__building { inset-inline-end: 48px; }
    [dir="rtl"] .fpm-hero__building { inset-inline-start: 48px; }
    .fpm-hero__office { width: 170px; height: 112px; }
    .fpm-hero__license { width: 145px; padding: 13px; }
    .fpm-hero__license strong { font-size: 20px; }
    .fpm-proof__grid { grid-template-columns: 1fr; }
    .fpm-proof__grid > div, .fpm-proof__grid > div:first-child { padding: 15px 0; border-inline-end: 0; }
    .fpm-service-grid { grid-template-columns: 1fr; }
    .fpm-service-card { min-height: 210px; }
    .fpm-service-card h3 { margin-top: 34px; }
    .fpm-photo-stack { min-height: 350px; }
    .fpm-photo-stack__main { inset-inline-end: 34px; }
    [dir="rtl"] .fpm-photo-stack__main { inset-inline-start: 34px; }
    .fpm-photo-stack__small { width: 170px; height: 110px; }
    .fpm-checks { grid-template-columns: 1fr; }
    .fpm-portfolio-grid { grid-template-columns: 1fr; }
    .fpm-portfolio-grid article, .fpm-portfolio-grid article:nth-child(n+2) { height: 300px; }
    .fpm-portfolio-grid article:first-child { grid-column: auto; }
    .fpm-team-home figure { min-height: 310px; }
    .fpm-insights-list > a { padding: 18px 0; grid-template-columns: 36px minmax(0, 1fr) 24px; gap: 10px; }
    .fpm-insights-list > a span { display: none; }
    .fpm-insights-list h3 { font-size: 17px; }
    .pm-inner-page .pm-inner-hero, .pm-inner-page .pm-cms-hero, .pm-inner-page .pm-core-service-hero, .pm-inner-page .pm-oam-hero, .pm-inner-page .pm-projects-hero, .pm-inner-page .pm-insights-hero, .pm-inner-page .pm-contact-hero { min-height: 340px !important; padding: 58px 0 50px !important; }
    .pm-inner-page h1 { font-size: 38px !important; }
    .pm-inner-page [class$="section"], .pm-inner-page .pm-inner-section, .pm-inner-page .pm-core-section, .pm-inner-page .pm-oam-section, .pm-inner-page .pm-projects-section, .pm-inner-page .pm-insights-section, .pm-inner-page .pm-contact-section { padding: 60px 0 !important; }
    .pm-projects-grid, .pm-insights-grid { grid-template-columns: 1fr !important; }
    .fpm-footer__top { grid-template-columns: 1fr; gap: 36px; }
    .fpm-footer__bottom .container { padding-block: 18px; align-items: flex-start; flex-direction: column; gap: 8px; }
    .fpm-whatsapp-float { width: 48px; height: 48px; inset-inline-end: 15px; bottom: 15px; }
}

@media (max-width: 1120px) {
    .fpm-page-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(350px, .82fr); gap: 45px; }
    .fpm-about-founder__card, .fpm-team-leader__grid { grid-template-columns: 210px minmax(0, 1fr) 240px; gap: 26px; }
    .fpm-about-founder__card > img { width: 210px; }
    .fpm-team-groups__grid { grid-template-columns: 1fr 1fr; }
    .fpm-brand-grid article { grid-column: span 3; }
    .fpm-brand-grid article:last-child { grid-column: 2 / span 4; }
}

@media (max-width: 900px) {
    .fpm-insights-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .fpm-insight-card--featured { min-height: 410px; grid-row: auto; }
    .fpm-page-hero__grid { min-height: auto; grid-template-columns: 1fr; }
    .fpm-page-hero__copy { max-width: 760px; }
    .fpm-page-hero__visual, .fpm-page-hero__image, .fpm-gallery-hero__stack { width: min(100%, 650px); }
    .fpm-about-story__grid, .fpm-team-culture > .container, .fpm-partner-network__layout { grid-template-columns: 1fr; gap: 42px; }
    .fpm-about-story figure { height: 390px; }
    .fpm-about-founder__card, .fpm-team-leader__grid { grid-template-columns: 200px minmax(0, 1fr); }
    .fpm-about-founder__card > figure, .fpm-team-leader__grid > img { display: none; }
    .fpm-method-grid { grid-template-columns: 1fr 1fr; }
    .fpm-method-grid article:nth-child(2) { border-inline-end: 0; }
    .fpm-method-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--fpm-line); }
    .fpm-gallery-grid figure, .fpm-gallery-grid figure.wide { grid-column: span 6; }
    .fpm-partner-principles__card { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 600px) {
    .fpm-service-card { min-height: 0; }
    .fpm-service-card figure { height: 180px; }
    .fpm-service-card > div { min-height: 150px; }
    .fpm-service-card h3 { margin-top: 0; }
    .fpm-team-home__visual { min-height: 390px; padding-inline-start: 34px; padding-bottom: 42px; }
    [dir="rtl"] .fpm-team-home__visual { padding-inline: 34px 0; }
    .fpm-team-home figure { height: 345px; min-height: 0; }
    .fpm-team-home__visual > div { width: 190px; }
    .fpm-team-home__visual > div img { height: 82px; }
    .fpm-team-home__visual > a { max-width: 165px; }
    .fpm-insight-card, .fpm-insight-card--featured { min-height: 0; grid-template-columns: 1fr; grid-template-rows: 190px auto; }
    .fpm-insight-card--featured { grid-template-rows: 220px auto; }
    .fpm-insight-card--featured h3 { font-size: 21px; }
    .fpm-page-hero__grid { padding-block: 52px 60px; }
    .fpm-breadcrumb { margin-bottom: 21px; }
    .fpm-page-hero h1 { font-size: 39px; }
    .fpm-page-hero__copy > p { font-size: 14px; }
    .fpm-page-hero__visual, .fpm-page-hero__image { min-height: 330px; }
    .fpm-page-hero__image img { height: 330px; }
    .fpm-about-hero__visual, .fpm-brands-hero__visual { padding-inline-end: 36px; padding-bottom: 48px; }
    [dir="rtl"] .fpm-about-hero__visual, [dir="rtl"] .fpm-brands-hero__visual { padding-inline: 0 36px; }
    .fpm-about-hero__visual > img, .fpm-brands-hero__visual > img { height: 300px; }
    .fpm-about-hero__visual > div { width: 180px; grid-template-columns: 58px 1fr; }
    .fpm-about-hero__visual > div img { width: 58px; height: 72px; }
    .fpm-brands-hero__visual > div { width: 190px; }
    .fpm-brands-hero__visual > div img { height: 90px; }
    .fpm-about-story figure { height: 310px; }
    .fpm-about-founder__card, .fpm-team-leader__grid { padding: 20px; grid-template-columns: 1fr; }
    .fpm-about-founder__card > img, .fpm-team-leader__grid > figure { width: 100%; height: 310px; }
    .fpm-value-grid, .fpm-team-groups__grid, .fpm-brand-grid, .fpm-network-grid { grid-template-columns: 1fr; }
    .fpm-method-grid { grid-template-columns: 1fr; }
    .fpm-method-grid article { min-height: 0; border-inline-end: 0; border-bottom: 1px solid var(--fpm-line); }
    .fpm-method-grid article:last-child { border-bottom: 0; }
    .fpm-team-groups__grid img { height: 220px; }
    .fpm-team-culture__mosaic { min-height: 320px; }
    .fpm-gallery-hero__stack { min-height: 335px; }
    .fpm-gallery-hero__stack img:first-child { inset-inline-end: 55px; width: calc(100% - 55px); height: 315px; }
    [dir="rtl"] .fpm-gallery-hero__stack img:first-child { inset-inline: 0 55px; }
    .fpm-gallery-hero__stack img:nth-child(2) { width: 135px; height: 95px; }
    .fpm-gallery-hero__stack img:nth-child(3) { width: 155px; height: 105px; }
    .fpm-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
    .fpm-gallery-grid figure, .fpm-gallery-grid figure.wide { grid-column: auto; }
    .fpm-gallery-grid figure.tall { grid-row: auto; }
    .fpm-brand-grid article, .fpm-brand-grid article:first-child, .fpm-brand-grid article:nth-child(2), .fpm-brand-grid article:last-child { grid-column: auto; min-height: 0; }
    .fpm-partner-principles__card { padding: 24px; }
    .fpm-partner-principles__card ul { grid-template-columns: 1fr; }
}
