Explore AI generated designs, images, art and prompts by top community artists and designers.

# Финальный промт для агента (Antigravity + Stitch MCP) ## Сайт-визитка: продажа и установка весов для погрузчиков Скопируй весь блок ниже целиком в чат задач агента как первое сообщение проекта. --- ## ПРОМТ ДЛЯ АГЕНТА (копировать с этой строки) Ты — фронтенд-разработчик и веб-дизайнер. Твоя задача: построить одностраничный сайт-визитку (лендинг) компании , которая продаёт и устанавливает весовое оборудование на вилочные погрузчики (весоизмерительные вилы , крановые весы , встраиваемые системы взвешивания , индикаторы , поверка/калибровка). Работай пошагово , по фазам ниже. После каждой фазы показывай результат (код + краткое описание) и жди подтверждения , прежде чем переходить к следующей фазе. Не используй lorem ipsum — весь текст должен быть по теме; если данные неизвестны , помечай их `[ЗАПОЛНИТЬ: ...]` явным образом прямо в коде и в комментарии. ### 0. Вводные данные проекта - Название компании: `[ЗАПОЛНИТЬ]` (если не указано — использовать нейтральное «ВесПром» как рабочее название и пометить как временное) - Номер WhatsApp: `[ЗАПОЛНИТЬ: +7XXXXXXXXXX]` - Регион работы: `[ЗАПОЛНИТЬ: город/страна]` - Ассортимент (минимум для карточек каталога , если не дано — использовать этот дефолтный список): 1. Весоизмерительные вилы (грузоподъёмность 1–5 т , точность ±0.5%) 2. Крановые/подвесные весы для интеграции с погрузчиком 3. Встраиваемые весовые системы (монтаж в раму погрузчика) 4. Индикаторы веса и дисплеи (проводные/беспроводные) 5. Поверка и калибровка весового оборудования 6. Сервисное обслуживание и ремонт - Логотип/фото/сертификаты: отсутствуют → генерировать текстовые/иконочные плейсхолдеры , фото заменять описательными alt-текстами и SVG-иллюстрациями/иконками вместо реальных фотографий. - Сайт: **одна страница** , без отдельных подстраниц. - Тип сборки: чистый HTML/CSS/JS , без бэкенда. Все заявки идут через кнопки WhatsApp (`wa.me`) , формы обратной связи не делать. ### 1. Дизайн-система — строгий индустриальный стиль (тёмный , техничный) Зафиксировать как CSS-переменные в начале `styles.css`: ```css :root { /* Фон и поверхности */ --bg-primary: #0E1116; --bg-surface: #171B21; --bg-surface-2: #1F252D; --border-color: #2A313B; /* Акцент — индустриальный оранжевый (сигнальный цвет техники) */ --accent: #FF7A1A; --accent-hover: #FF9142; --accent-muted: rgba(255 , 122 , 26 , 0.12); /* Текст */ --text-primary: #F5F6F7; --text-secondary: #9AA3AD; --text-on-accent: #0E1116; /* Статусы/бейджи */ --success: #3DDC84; /* Радиусы — небольшие , без "мягкого" UI */ --radius-sm: 4px; --radius-md: 8px; /* Шкала отступов */ --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 24px; --space-6: 32px; --space-7: 48px; --space-8: 64px; --space-9: 96px; } ``` - Шрифт: `Inter` (или `Manrope`) через Google Fonts. Заголовки — 700 , текст — 400/500. - Масштаб типографики: H1 — 48px / mobile 32px; H2 — 32px / mobile 24px; H3 — 22px; body — 16px; small — 14px. Line-height заголовков 1.1–1.2 , текста — 1.5. - Иконки: line-style (обводка , без заливки) , тема — вес/точность/погрузчик/сертификат. Использовать инлайн SVG. - Кнопки: primary — заливка `--accent` , текст `--text-on-accent` , radius `--radius-sm` , без теней , чёткая обводка при hover. Secondary — прозрачная с обводкой `--border-color`. - Общее ощущение: контраст , чёткие линии-разделители секций (border-top 1px `--border-color`) , минимум скруглений , минимум декоративных теней. Сгенерировать через Stitch MCP референс hero-блока по промпту: > "Industrial B2B landing page hero , dark navy/graphite background #0E1116 , orange accent #FF7A1A , bold condensed sans-serif headline , forklift with weighing attachment illustration , minimal rounded corners , trust badges row" Выбрать один вариант , зафиксировать композицию (расположение заголовка/кнопки/иллюстрации) как референс для вёрстки. ### 2. Структура страницы (порядок секций и содержимое) 1. **Header** (sticky , `--bg-surface` с нижней обводкой) - Слева: логотип-плейсхолдер (текст названия компании , шрифт 700). - Справа: пункты меню-якоря (Услуги , Каталог , Как работаем , Кейсы , Контакты) — скрыть в бургер на мобильных. - Кнопка WhatsApp (primary) — крайняя справа. 2. **Hero** - H1: «Весы для погрузчиков под ключ: подбор , монтаж , поверка» - Подзаголовок: 1–2 предложения про скорость и точность монтажа , гарантию. - Кнопка WhatsApp (крупная , primary) — текст «Написать в WhatsApp» + иконка. - Строка доверия под кнопкой: 3 коротких пункта в столбик/строку («Гарантия N лет» , «Выезд по региону `[ЗАПОЛНИТЬ]`» , «Поверка включена»). - Иллюстрация/SVG погрузчика с весами справа (или фон-паттерн , если иллюстрации нет). 3. **Услуги** (4 карточки в сетке , `--bg-surface` фон карточки , border `--border-color`) - Продажа весового оборудования - Монтаж на погрузчик - Поверка и калибровка - Сервис и ремонт - На каждой карточке: иконка , заголовок , 1–2 строки описания. 4. **Каталог** (сетка карточек товаров , 4–6 позиций из списка в п.0) - На карточке: иконка/плейсхолдер-изображение , название , 2–3 ключевые характеристики (грузоподъёмность , точность , IP-класс) , кнопка WhatsApp с текстом `«Интересует {название товара}»` (urlencoded). 5. **Как мы работаем** (степпер/таймлайн , 5 шагов) - Заявка в WhatsApp → Консультация и подбор → Выезд/монтаж → Поверка → Гарантийная поддержка. - Каждый шаг: номер , короткий заголовок , 1 строка описания. 6. **Преимущества** (4–6 пунктов , иконка + короткий текст) - Например: «Гарантия на монтаж» , «Сертифицированное оборудование» , «Опыт работы `[ЗАПОЛНИТЬ]` лет» , «Выезд по региону» , «Поверка включена в стоимость» , «Сервис 24/7» — оставить как варианты , отметить реальные цифры как `[ЗАПОЛНИТЬ]`. 7. **Кейсы** (сетка/карусель из 3 карточек) - Плейсхолдер-описание объекта (склад/производство/логистика) , тип установленного оборудования , результат в 1 фразе. 8. **Сертификаты и документы** (ряд бейджей) - Плейсхолдер-иконки «Сертификат соответствия» , «Свидетельство о поверке» — с пометкой `[ЗАПОЛНИТЬ: реальные документы]`. 9. **Отзывы** (2–3 карточки) - Плейсхолдер-тексты , помечены как черновые. 10. **Финальный CTA-блок** - Крупный заголовок-призыв , крупная кнопка WhatsApp по центру. - Контакты: телефон , email (плейсхолдеры) , адрес/регион. - Карта — встроенный статичный блок-плейсхолдер (реальный embed добавить , когда будет адрес). 11. **Footer** - Название компании , копирайт , повтор кнопки WhatsApp (маленькая) , ссылки на мессенджеры при наличии. **Плавающая кнопка WhatsApp** — fixed , правый нижний угол , видна на всех секциях при скролле , иконка WhatsApp в зелёном кружке (`#25D366`) , лёгкая пульсация (анимация раз в 3–4 сек , без резких эффектов). ### 3. WhatsApp-интеграция (техническая часть) - Формат ссылки: `https://wa.me/<номер_без_плюса_и_пробелов>?text=<urlencoded_текст>` - Номер и дефолтный текст вынести в константы в начале `main.js`: ```js const WHATSAPP_NUMBER = "ЗАПОЛНИТЬ"; // международный формат без + const WHATSAPP_DEFAULT_TEXT = "Здравствуйте! Интересуют весы для погрузчика , хочу проконсультироваться"; ``` - Все ссылки — `target="_blank" rel="noopener noreferrer"`. - Для карточек каталога текст сообщения формируется динамически: `Здравствуйте! Интересует ${имя_товара} , хочу проконсультироваться`. ### 4. Технические требования - Адаптив mobile-first , брейкпоинты: 375 / 768 / 1024 / 1440. - Изображения — webp , `loading="lazy"` (кроме hero-изображения). - Контраст текста — проверить на соответствие WCAG AA (особенно `--text-secondary` на `--bg-primary`). - Кросс-браузерность: Chrome , Safari , Firefox. - Favicon , `sitemap.xml` , `robots.txt`. ### 5. SEO и метаданные - `<title>`: «Весы для погрузчиков — продажа , монтаж , поверка [Регион]» - `meta description`: 1–2 предложения с УТП и регионом. - OG-теги (og:title , og:description , og:image — hero-изображение). - H1 — один на странице (см. Hero). - Alt-тексты у всех изображений/иконок. - Микроразметка `schema.org`: `LocalBusiness` (общие данные компании) + `Product` для каждой карточки каталога. ### 6. Порядок выполнения (для модели Flash 3.6 Medium — дробить по шагам) Выполнять и показывать результат по одному пункту за раз , не объединяя несколько секций в один ответ: 1. Скелет HTML + подключение CSS-переменных из раздела 1. 2. Header + мобильное меню + плавающая кнопка WhatsApp. 3. Hero-секция. 4. Секция «Услуги». 5. Секция «Каталог». 6. Секция «Как мы работаем». 7. Секция «Преимущества». 8. Секция «Кейсы». 9. Секция «Сертификаты». 10. Секция «Отзывы». 11. Финальный CTA-блок + Footer. 12. SEO-метатеги , favicon , sitemap.xml , robots.txt. 13. Финальная проверка: адаптив на 4 брейкпоинтах , контраст , все wa.me-ссылки , lazy-loading изображений. ### 7. Чек-лист приёмки (сверить перед сдачей) - [ ] Все `[ЗАПОЛНИТЬ]`-плейсхолдеры собраны в единый список в комментарии наверху `index.html` для удобной правки. - [ ] Все кнопки/ссылки ведут на корректный `wa.me` с правильным текстом. - [ ] Плавающая кнопка WhatsApp не перекрывает контент на мобильных (проверить над footer). - [ ] Ни одной формы обратной связи в коде нет. - [ ] Адаптив проверен на 375/768/1024/1440. - [ ] Цветовая схема соответствует разделу 1 (никаких случайных цветов вне палитры). - [ ] Lorem ipsum отсутствует — весь текст по теме. ## КОНЕЦ ПРОМТА (копировать до этой строки) ,

Two-shot split-screen showing the same mother-and-toddler reunion through simultaneous first-person perspectives. Both move toward each other along one straight path in a sunny park. Each shot must show a different background because the cameras face opposite directions. Left shot , mother’s POV: adult eye-level camera moving forward smoothly. The toddler is centered , facing the camera and running toward the mother , wearing a yellow shirt , blue overalls , and red shoes. The mother’s forearms and open hands appear at the lower edges. Behind the toddler , show a red-and-white picnic blanket , a wooden bench on the left , two leafy trees , and a small playground slide in the distance. These elements appear only in the left shot. Right shot , toddler’s POV: low child-height camera with gentle running motion. The mother is centered , facing the camera and running toward the toddler , wearing a light blue dress and white shoes. Her smiling face and open arms become clearer as she approaches. The toddler’s small hands occasionally appear at the bottom. Behind the mother , show a curved flower bed , white picket fence , park lamp , and small fountain. These elements appear only in the right shot. At the 2-second mark , both start running. In the left shot , the toddler grows larger while the mother reaches forward. In the right shot , the mother grows larger at the same rate while the toddler’s hands bounce naturally. At the meeting point , the mother bends down. The left shot shows the toddler’s smiling face filling the frame. The right shot shows the mother’s face moving close as her arms surround the toddler. End with a warm hug and slight natural rotation. Keep both shots perfectly synchronized in distance , speed , footsteps , gestures , expressions , lighting , shadows , clothing , and movement. Do not repeat , swap , or merge the two backgrounds. ,

A sprawling neon‑drenched metropolis in the year 2447 , rain slicking every surface and casting shimmering reflections on the endless avenues. Towering skyscrapers of glass and alloy rise like jagged teeth , their façades alive with pulsating magenta , cyan , and electric violet signage. Cutting through the rain‑blurred streets is a single‑horned , rhino‑shaped flying Ferrari: a sleek , red‑metallic beast with a liquid‑like surface that ripples under the city lights. Its glossy chassis bears the iconic Ferrari prancing horse logo , and a transparent glass cockpit reveals a lone rider—a man in a futuristic , iridescent combat suit , his visor reflecting the surrounding glow. The vehicle speeds forward in a dramatic long‑range shot , motion blur rendered with a 1/15 s shutter speed , emphasizing sweeping neon streaks and dynamic lines. No other humans are present , heightening the solitary , high‑tech atmosphere. ,

In the style of a fine-art photography , an image shows a field of girasoles in the foreground with a dramatic sunset in the background. The image is perfect , with a flawless composition and stunning use of color. The lighting is warm and inviting , The image is refreshing and beautiful , capturing the essence of nature in all its glory. { "Seed": 3896561362 , "Size": "3072x2304" , "Model": "Selects - SymbolicLink_projectAIO_v50" , "Score": 7.66 , "Steps": 28 , "Sampler": "DPM++ SDE Karras" , "CFG scale": 12 , "Clip skip": 2 , "Model hash": "a0d449ee3b" , "Negative prompt": "EasyNegative , bad_prompt , verybadimagenegative_v1.3 , bad-image-v2-39000 , worst quality , blurry , out of focus , low quality , out of frame , logo , signature , username , watermark , picture frame" , "Denoising strength": 0.3 , "Token merging ratio": 0.3 , "Token merging ratio hr": 0.6 , "Ultimate SD upscale padding": 32 , "Ultimate SD upscale upscaler": "4x_foolhardy_Remacri" , "Ultimate SD upscale mask_blur": 8 , "Ultimate SD upscale tile_width": 512 , "Ultimate SD upscale tile_height": 512 } ,



Very big muscular sexy blonde , 50 years old , wearing glasses and a pixie haircut.Big breast , huge ass , very big and large мuscular butts and hips. Tight black leather knee-length dress with a long cutout at the bottom and a deep neckline Black platform shoes with high heels.Walking at full height against a dark background and talking on a cell phone. ,

Big muscular sexy blonde , 50 years old , wearing glasses and a pixie haircut.Big breast , huge ass , very big and large мuscular butts and hips. Tight black leather knee-length dress with a long cutout at the bottom and a deep neckline Black platform shoes with high heels.Standing at full height against a dark background and talking on a cell phone. ,

BBw sexy lady 50 y.o. , glasses. Big breast , huge ass , very big and large butts and hips Red hair , French bob hairstyle , tight black leather knee-length dress With a long cutout at the bottom and a deep neckline Black platform shoes with high heels , standing at full height against a dark background and talking on a cell phone. big breast , huge ass , very big and large butts and hips. ,

Luxurious BBW sexy blonde over 50 years old. Big breast , huge ass , very big and large butts and hips. Tight black leather knee-length dress with a long cutout at the bottom and a deep neckline Black platform shoes with high heels. Diamond necklace , diamond bracelet , diamond watch She sits in a chair , crossing his legs at full height , smiling and talking on his mobile phone. ,

A stylized , ethereal hour-glass female figure of YEMOJA sculpted from flowing , translucent water , vibrant turquoise and emerald greens , amidst a textured ocean wave , illuminated by a dramatic sunrise or sunset , with glistening water droplets and a sense of dynamic motion. Sharp focus on the highly detailed body Composition Close Up View , 8k resolution Composition Close up View , Highly detailed , 8k resolution ATLANTIC OCEAN under a dawn sky of DEEP BLUE transitioning through cerulean to pale white at the horizon. A GREAT WAVE is in the act of FORMING — not crashing but rising , at the moment of maximum height before breaking , a wall of deep BLUE-GREEN WATER of extraordinary translucency. Within the wave — visible through its body as light filters through deep water — YEMOJA's form is assembled from the wave itself: a vast FEMALE PRESENCE whose hair is white seafoam , whose hour-glass body is the wave's mass , whose outstretched arms are the wave-crest. She is not inside the wave — she IS the wave , her figure and the water continuous and inseparable. Sharp focus on her hour-glass body Her face , formed where the wave-crest catches the dawn light , carries an expression of IMMENSE MATERNAL AUTHORITY — the ocean does not ask permission. Her BLUE AND WHITE sacred colours saturate the entire composition — the water is her blue , the seafoam and dawn sky her white. Around the wave's base , the water surface is covered with BLUE AND WHITE OBJECTS from her sacred tradition — cowrie shells floating , blue glass beads , white water hyacinths — each tiny item rendered with jewel-like precision against the vast wave above. COLOUR PALETTE: deep Atlantic blue , cerulean , blue-green wave translucency , white seafoam , dawn pale white sky , silver fish-light within the wave. MUST make the dual reading — ocean wave and divine figure — immediately and simultaneously legible. Art style Classic Boris Vallegio , Dreamlike cinematic digital painting with realistic translucency; ethereal volumetric glow and glittering particles; high-fidelity texture on the ice-like body; subtle painterly detail in the flowers and foliage.accurate translucency and volumetric.. focus on the central figure and foreground flowers , with smooth natural falloff toward the background; high dynamic range , low noise , no visible artifacts. , Dreamlike cinematic digital painting with realistic translucency; ethereal volumetric glow and glittering particles; high-fidelity texture on the ice-like body; subtle painterly detail in the flowers and foliage.accurate translucency and volumetric.. focus on the central figure and foreground flowers , with smooth natural falloff toward the background; high dynamic range , low noise , no visible artifacts. ,

photorealistic Liu Yi Fei inspired by Sailor Moon , long black hair in iconic twin buns with loose messy pigtails , strands falling across her face , slightly disheveled , standing in a police station mugshot setting , height chart wall behind her , holding a mugshot placard , smudged makeup , dark mascara streaks under her eyes , glossy slightly parted lips , faint blush mixed with fatigue , large expressive eyes , confident rebellious gaze , subtle ironic smirk , head slightly tilted , attitude , tired but defiant emotion wearing a modern edgy reinterpretation of Sailor Moon outfit , slightly torn or wrinkled , darker tones , leather-like textures mixed with fabric , harsh fluorescent lighting from above , realistic skin texture with imperfections , cinematic shadows , gritty атмосphere , front-facing composition , shallow depth of field , ultra detailed , anime inspired but photorealistic , 8k faint magical glow fading around her , subtle sparkles mixed with gritty realism , contrast between magical identity and harsh reality , intense mood text "An Feng" slight bruise or redness on cheek lipstick smeared unevenly chains or handcuffs partially visible wet hair strands as if caught in rain portrait framing , head fully visible , top of head not cropped , extra space above head , centered composition , proper headroom medium shot , , Hyperrealistic , splash art , concept art , mid shot , intricately detailed , color depth , dramatic , 2/3 face angle , side light , colorful background ,

A 2D game sprite sheet showing the evolutionary stages of a monster , presented in a hand-drawn , sketch art style with thick , rough black outlines and flat colors. The background is a uniform light grey grid composed of small squares , with approximately 14 rows by 36 columns visible across the image. Five distinct stages of a fleshy , dark reddish-brown amorphous monster with glowing red eyes are lined up from left to right. Stage 1 (Far Left): A small , simple tadpole-like slime blob with one large glowing red eye. Height: approximately 2 grid squares. Stage 2: A slightly larger slime puddle with two distinct rounded heads pooling together , each with a red eye. Height: approximately 2.5 grid squares. Stage 3: A medium-sized creature standing upright on undeveloped legs , featuring a hunched back , blade-like appendages , and two glowing red eyes dripping with red liquid. Height: approximately 4 grid squares. Stage 4: A large , hunched beast with scythe-like claws , a prominent white skull-like mask on its shoulder , and red fleshy spikes on its back. Height: approximately 5.5 grid squares. Stage 5 (Far Right): A massive hydra-like cluster of many dark , rounded heads fused into a single base , each with glowing red eyes or skull-like markings , with several blade appendages protruding from the mass. Height: approximately 9 grid squares. ,

Architectural section cut diagram of a futuristic Windmill with a height of 182 meters , complex interior spaces and balconies , black background , on a floating island in deep space. The Statue of Unity is composed of view gallery , vertical organic gardens , a garden terrace , and everything related to sustainable construction. ,

Architectural section cut diagram of a futuristic sustainable Statue of Unity(is the world's tallest statue , with a height of 182 metres , located in Narmada valley , near Kevadia in the state of Gujarat , India) , complex interior spaces and balcony. The Statue of Unity is composed of view gallery , vertical organic gardens , a garden terrace , and everything related to sustainable construction ,

Hyper-realistic Google Street View screenshot of [Локация ]exact modern Google Street View UI , dark info panel top-left showing location name and coordinates , white circular navigation arrows on the road surface , compass and pegman icon top-right , zoom controls , Google watermark bottom center , GPS coordinates bottom-right , floating black pill-shaped location label with pin icon on the building , blurred pedestrian faces , subtle fisheye barrel lens distortion , camera mounted at 2.5m height on car roof POV , overcast natural daylight , parked cars , ultra-detailed environment matching the fictional world , photorealistic. 16:9 dimension. ,

Hyper-realistic Google Street View screenshot of [Локация ]exact modern Google Street View UI , dark info panel top-left showing location name and coordinates , white circular navigation arrows on the road surface , compass and pegman icon top-right , zoom controls , Google watermark bottom center , GPS coordinates bottom-right , floating black pill-shaped location label with pin icon on the building , blurred pedestrian faces , subtle fisheye barrel lens distortion , camera mounted at 2.5m height on car roof POV , overcast natural daylight , parked cars , ultra-detailed environment matching the fictional world , photorealistic. 16:9 dimension. ,

BBw sexy Ukrainian lady 50 y.o. , glasses. Big breast , huge ass , very big and large butts and hips Red hair , French bob hairstyle , tight black leather knee-length dress With a long cutout at the bottom and a deep neckline Black platform shoes with high heels , standing at full height against a dark background and talking on a cell phone. big breast , huge ass , very big and large butts and hips. ,

Luxurious bbw sexy blonde 50 y.o. , long black evening dress with a long cutout at the bottom and a deep neckline. Platform shoes and high heels. Diamond necklace , diamond bracelet , diamond watch. Very big breast , huge ass , very big and large butts and hips , He stands at full height in the palace hall , smiles and talks on a mobile phone.. ,

Luxurious bbw sexy blonde 50 y.o. , long black evening dress with a long cutout at the bottom and a deep neckline. Platform shoes and high heels. Diamond necklace , diamond bracelet , diamond watch. Very big breast , huge ass , very big and large butts and hips , He stands at full height in the palace hall , smiles and talks on a mobile phone.. ,

Luxurious bbw sexy blonde 50 y.o. , long black evening dress with a long cutout at the bottom and a deep neckline. Platform shoes and high heels. Diamond necklace , diamond bracelet , diamond watch. Very big breast , huge ass , very big and large butts and hips , He stands at full height in the palace hall , smiles and talks on a mobile phone.. ,

Luxurious BBW sexy blonde 50 y.o. , long black evening dress with a long neckline and a deep cleavage , platform shoes and high heels , very big breast , huge ass , very big and large butts and hips. Diamond necklace , diamond bracelet , diamond watch. She stands at full height in the palace hall , smiles and talks on a mobile phone.. ,

Luxurious bbw sexy blonde 45 y.o. , mini black evening dress with a deep cleavage , platform shoes and high heels , very big breast , huge ass , very big and large butts and hips. Diamond necklace , diamond bracelet , diamond watch. She stands at full height in the palace hall and talks on a mobile phone.. ,

Luxurious bbw sexy blonde 45 y.o. , long black evening dress with a long neckline and a deep cleavage , platform shoes and high heels , very big breast , huge ass , very big and large butts and hips. Diamond necklace , diamond bracelet , diamond watch. She stands at full height in the palace hall and talks on a mobile phone.. ,

Very muscular sexy blonde , 40 years old , wearing glasses and a pixie haircut.Big breast , huge ass , very big and large мuscular butts and hips. Tight black leather mini dress with a deep neckline Black platform shoes with high heels.Standing at full height against a dark background and talking on a cell phone. ,

Create an image using the uploaded image. Ultra-detailed , hyper-realistic close-up portrait of a man with striking eye color , and a full thick salt and pepper beard and mustache. His expression is thoughtful and slightly concerned , with subtle tension in the brow and a distant , reflective gaze. Skin texture is highly defined with visible pores , wrinkles , age spots , and natural imperfections , emphasizing realism and character. Exact pose (must match): Extreme close-up framing capturing the head from just above the cap to mid-beard. The face is angled slightly to the viewer’s right , with the eyes looking off-camera in the same direction. Both eyes remain fully visible and sharply in focus. The nose is centered in the composition , and the head tilt is subtle but noticeable. The subject fills nearly the entire frame , with minimal background visible. Clothing and accessories (must match exactly): A brown textured flat cap with visible ribbed fabric detail , slightly worn and naturally creased. Thin , round wire-frame eyeglasses resting low on the nose , with delicate reflections on the lenses. A muted brown scarf or neck cloth wrapped loosely around the neck with soft folds and fabric grain visible. Outer garment appears dark and understated , blending into the background. Lighting and mood: Soft , directional lighting from the front-left , creating gentle shadows that enhance facial depth and texture. Catchlights in the eyes add realism and emotional intensity. High contrast with rich tonal depth , emphasizing the rugged character of the subject. Background: Dark , unobtrusive , and out of focus to isolate the subject and enhance the dramatic portrait style. Rendering style: Photorealistic , ultra-high resolution , sharp focus on eyes and facial details , cinematic color grading , natural skin tones , no smoothing or artificial beautification. --ar 9:16 Vertical portrait composition , full frame height emphasis , cinematic poster layout. ,