Focused Work in a Sunlit Modern Office

A Middle Eastern businesswoman types on a silver MacBook at a bright open-plan office desk, surrounded by a fresh breakfast plate, coffee, and natural daylight highlighting her professional presence.

Prompt

# Image Scene Configuration

scene = {
    'type': 'photorealistic',
    'location': 'modern_open_plan_office',
    'lighting': 'bright, natural_daylight',
    'shot_type': 'medium_close-up',
    'focus': 'shallow_depth_of_field',
}

# Main Subject (Business Woman)

main_subject = {
    'appearance': {
        'ethnicity': 'Middle Eastern',
        'gender': 'female',
        'age': 'approx_30',
        'hair': 'long, dark, wavy, styled_professional',
        'makeup': 'natural, professional',
        'expression': 'warm, engaging smile',
        'earrings': 'small, silver_with_gemstone',
        'necklace': 'delicate_silver_chain_with_pendant',
    },
    'clothing': {
        'jacket': 'well-tailored, navy_blue_blazer',
        'top': 'crisp, white_button-down_shirt',
        'bottoms': 'dark_office_trousers (implied)',
    },
    'pose': {
        'position': 'seated at desk, facing right',
        'action': 'typing_on_laptop',
        'hands': 'fingers_on_keyboard',
    },
    'accessories': {
        'jewelry': 'simple, sophisticated',
    },
}

# Foreground Objects (On Desk)

foreground_desk_items = [
    {
        'item': 'laptop',
        'make': 'silver_apple_macbook (logo visible)',
        'position': 'center',
    },
    {
        'item': 'glass of water',
        'state': 'three-quarters_full',
        'position': 'bottom_left',
    },
    {
        'item': 'breakfast plate',
        'contents': [
            'golden-brown croissant',
            'diced melon (cantaloupe and honeydew)',
            'whole strawberries',
            'blueberries',
            'glass bowl of yogurt with fruit topping',
        ],
        'position': 'bottom_center',
    },
    {
        'item': 'coffee cup and saucer',
        'state': 'white ceramic, with dark liquid',
        'position': 'bottom_right',
    },
    {
        'item': 'paperwork',
        'details': 'clipboard, sheets with charts and text (blurry)',
        'position': 'far_right_desk',
    },
]

# Background Elements (Blurry)

background = {
    'office_environment': {
        'walls': 'plain, off-white',
        'architecture': 'modern, glass partitions, large windows',
        'lighting_fixtures': 'recessed, modern',
    },
    'secondary_subjects': [
        {
            'gender': 'female',
            'action': 'standing, looking at tablet',
            'clothing': 'dark suit jacket, light shirt',
            'position': 'far_left, blurred',
        },
        {
            'gender': 'male',
            'action': 'seated at distant desk, working',
            'clothing': 'dark suit, white shirt, red tie',
            'position': 'mid_left, blurred',
        },
        {
            'gender': 'male',
            'action': 'seated at distant desk, facing right',
            'clothing': 'dark suit, white shirt, blue tie',
            'position': 'far_right, blurred',
        },
    ],
}

# Image Composition and Styling

composition = {
    'rule_of_thirds': 'subject off-center, balanced by desk items',
    'leading_lines': 'lines of the desk and windows guide the eye',
    'color_palette': 'clean whites, neutral greys, deep blue, natural fruit colors',
}
Published: May 2, 2026 by