{"id":202,"date":"2025-06-13T08:04:13","date_gmt":"2025-06-13T06:04:13","guid":{"rendered":"http:\/\/bzphott.cluster028.hosting.ovh.net\/?page_id=202"},"modified":"2025-12-23T15:44:38","modified_gmt":"2025-12-23T14:44:38","slug":"portefolio","status":"publish","type":"page","link":"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/portefolio\/","title":{"rendered":"Pixxels &#038; Paths"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column_24_24 et_flex_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n\/* --- \ud83c\udfa8 BRAND PALETTE --- *\/\n:root{\n  --bg-main:#fbf8f5;\n  --bg-soft:#edece9;\n  --bg-dark:#1d2b27;\n  --bg-card:#ffffff;\n\n  --accent:#9a7c5c;\n  --accent-2:#4a6560;\n  --accent-3:#b5a083;\n\n  --text-main:#1d2b27;\n  --text-soft:#595e5d;\n\n  --radius-xl:28px;\n  --radius-lg:16px;\n  --radius-md:12px;\n\n  --shadow-soft:0 15px 35px rgba(29,43,39,0.1);\n  --container:1120px;\n}\n\n\/* --- BASE --- *\/\n*{box-sizing:border-box}\nbody{\n  margin:0;\n  font-family:Inter,system-ui;\n  background:var(--bg-main);\n  color:var(--text-main);\n}\nh1,h2,h3{\n  font-family:Poppins,system-ui;\n  margin:0;\n  font-weight:800;\n}\np{margin:0 0 1rem;line-height:1.6;color:var(--text-soft)}\na{text-decoration:none;color:inherit}\n\n.container{max-width:var(--container);margin:0 auto;padding:0 20px}\n.section{padding:80px 0}\n\n\/* --- BUTTONS --- *\/\n.btn{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  padding:12px 22px;\n  border-radius:999px;\n  font-weight:700;\n  transition:all .3s ease;\n}\n\n.btn-primary{\n  background:var(--accent);\n  color:#fff;\n}\n.btn-primary:hover{\n  background:var(--accent-2);\n  color:#fff;\n}\n\n.btn-outline{\n  border:2px solid var(--accent-2);\n  color:var(--accent-2);\n}\n.btn-outline:hover{\n  background:var(--accent-2);\n  color:#fff;\n}\n\n\/* \u2705 FIX HERO BUTTON COLORS *\/\n.hero .btn-outline {\n  border-color:#fff !important;\n  color:#fff !important;\n}\n.hero .btn-outline:hover {\n  background:#fff !important;\n  color:var(--text-main) !important;\n}\n\n.hero .btn-primary {\n  background:#fff !important;\n  color:var(--accent) !important;\n}\n.hero .btn-primary:hover {\n  background:var(--accent-3) !important;\n  color:var(--text-main) !important;\n}\n\n\/* --- HERO --- *\/\n.hero{\n  background:linear-gradient(180deg,var(--bg-dark),#3c5a53);\n  padding:80px 0 60px;\n  color:#fff !important;\n}\n.hero *{color:#fff !important;}\n\n.hero-grid{\n  display:grid;\n  grid-template-columns:1.2fr .8fr;\n  gap:50px;\n  align-items:center;\n}\n.hero h1{font-size:3.2rem;line-height:1.05}\n.hero h1 span{color:var(--accent) !important;}\n.hero p{opacity:.9;max-width:520px}\n\n.hero-actions{margin-top:28px;display:flex;gap:14px;flex-wrap:wrap}\n\n.hero-card{\n  background:rgba(255,255,255,.08);\n  border-radius:20px;\n  padding:22px;\n  backdrop-filter:blur(6px);\n}\n\n\/* --- SOCIAL ICONS HERO --- *\/\n.hero-social {\n  display:flex;\n  gap:15px;\n  margin-top:25px;\n  font-size:1.3rem;\n  align-items:center;\n}\n.hero-social a {\n  color:#fff;\n  transition:color 0.3s ease;\n}\n.hero-social a:hover {\n  color:var(--accent);\n}\n.hero-social-text{\n  font-size:0.95rem;\n  opacity:0.85;\n  margin-right:10px;\n}\n\n\/* --- PORTFOLIO --- *\/\n.portfolio-intro{text-align:center;max-width:720px;margin:0 auto}\n.portfolio-intro h2{font-size:2.5rem;color:var(--accent-2)}\n.portfolio-intro p{color:var(--text-main)}\n\n.portfolio-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:26px;\n  margin-top:50px;\n}\n\n.portfolio-card{\n  background:var(--bg-card);\n  border-radius:var(--radius-lg);\n  padding:26px;\n  box-shadow:var(--shadow-soft);\n  display:flex;\n  flex-direction:column;\n  transition:transform .3s ease;\n}\n.portfolio-card:hover{transform:translateY(-6px)}\n.portfolio-card h3{color:var(--accent-2);margin-bottom:10px}\n.portfolio-card p{color:var(--text-main)}\n.portfolio-card a{margin-top:auto}\n\n\/* --- BLOG --- *\/\n.blog-intro{text-align:center;margin-bottom:40px}\n.blog-intro h2{color:var(--accent-2);font-size:2.5rem}\n.blog-intro p{color:var(--text-main);max-width:650px;margin:0 auto}\n\n.blog-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));\n  gap:30px;\n  margin-top:40px;\n}\n\n.blog-card{\n  background:var(--bg-soft);\n  border-radius:var(--radius-lg);\n  padding:25px;\n  text-align:center;\n  box-shadow:var(--shadow-soft);\n  display:flex;\n  flex-direction:column;\n  transition:transform .3s ease;\n}\n.blog-card:hover{\n  transform:translateY(-5px);\n  box-shadow:0 15px 30px rgba(74,101,96,0.15);\n}\n.blog-card h3{color:var(--accent-2);font-size:1.8rem;margin-bottom:15px}\n.blog-card p{color:var(--accent-2)}\n.blog-date{font-size:.85rem;color:var(--accent);font-weight:600;margin-bottom:15px}\n\n\/* --- SERVICES --- *\/\n.services-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:25px;\n  margin-top:40px;\n}\n.service{\n  background:var(--bg-soft);\n  border-radius:var(--radius-lg);\n  padding:25px;\n  text-align:center;\n  box-shadow:var(--shadow-soft);\n  transition:transform .3s ease;\n}\n.service:hover{transform:translateY(-6px)}\n.service h3{color:var(--accent-2);margin-bottom:12px}\n\n\/* --- CTA (Dark Cinematic) --- *\/\n.cta{\n  background:var(--bg-dark) !important;\n  color:#fff !important;\n  padding:40px 50px;\n  border-radius:var(--radius-xl);\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  flex-wrap:wrap;\n  gap:20px;\n}\n.cta h2{color:#fff !important;}\n.cta p{color:#e8e8e8 !important;max-width:500px}\n.cta .btn-primary{\n  background:var(--accent);\n  color:#fff;\n}\n.cta .btn-primary:hover{\n  background:var(--accent-3);\n  color:var(--text-main);\n}\n\n\/* --- FOOTER --- *\/\nfooter{\n  text-align:center;\n  padding:30px 0;\n  background:var(--bg-dark);\n  color:var(--accent-3);\n  font-size:.9rem;\n}\n\n\/* --- SOCIAL ICONS FOOTER --- *\/\n.footer-social{\n  display:flex;\n  justify-content:center;\n  gap:20px;\n  margin-bottom:10px;\n}\n.footer-social a{\n  color:var(--accent-3);\n  font-size:1.3rem;\n  transition:color 0.3s ease;\n}\n.footer-social a:hover{\n  color:var(--accent);\n}\n\n\/* --- RESPONSIVE --- *\/\n@media(max-width:1000px){\n  .hero-grid{grid-template-columns:1fr}\n  .portfolio-grid,.blog-grid,.services-grid{grid-template-columns:1fr 1fr}\n  .cta{text-align:center;flex-direction:column}\n}\n@media(max-width:600px){\n  .portfolio-grid,.blog-grid,.services-grid{grid-template-columns:1fr}\n  .hero h1{font-size:2.2rem}\n}\n<\/style>\n\n<!-- \u2705 HERO -->\n<section class=\"hero\">\n  <div class=\"container hero-grid\">\n    <div>\n      <h1>Visual Stories & Stunning Work<br><span>Captured in Light<\/span><\/h1>\n      <p>A portfolio-first approach by Bram \u2014 specializing in soulful pet portraits, evocative urban exploration, compelling commercial campaigns, and vibrant live events.<\/p>\n      \n      <div class=\"hero-actions\">\n        <a href=\"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/portefolio\/portfolio-pixels-and-paths\/\" class=\"btn btn-primary\">View Portfolio Galleries<\/a>\n        <a href=\"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/portefolio\/blog-2\/\" class=\"btn btn-outline\">Read The Latest Blog<\/a>\n        <a href=\"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/portefolio\/nextgen-shop\/\" class=\"btn btn-outline\">Order Prints<\/a>\n      <\/div>\n\n      <!-- Social Icons -->\n      <div class=\"hero-social\">\n        <span class=\"hero-social-text\">Follow me:<\/span>\n        <section class=\"zoom-social-icons-shortcode\">\n\t\t\n<ul class=\"zoom-social-icons-list zoom-social-icons-list--with-canvas zoom-social-icons-list--round zoom-social-icons-list--no-labels\">\n\n\t\t\n\t\t\t\t<li class=\"zoom-social_icons-list__item\">\n\t\t<a class=\"zoom-social_icons-list__link\" href=\"https:\/\/facebook.com\/\" target=\"_blank\" title=\"Facebook\" >\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"screen-reader-text\">facebook<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"zoom-social_icons-list-span social-icon socicon socicon-facebook\" data-hover-rule=\"background-color\" data-hover-color=\"#1e73be\" style=\"background-color : #1e73be; font-size: 18px; padding:8px\" ><\/span>\n\t\t\t\n\t\t\t\t\t<\/a>\n\t<\/li>\n\n\t\n\t\t\t\t<li class=\"zoom-social_icons-list__item\">\n\t\t<a class=\"zoom-social_icons-list__link\" href=\"https:\/\/instagram.com\/\" target=\"_blank\" title=\"Instagram\" >\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"screen-reader-text\">instagram<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"zoom-social_icons-list-span social-icon socicon socicon-instagram\" data-hover-rule=\"background-color\" data-hover-color=\"#1e73be\" style=\"background-color : #1e73be; font-size: 18px; padding:8px\" ><\/span>\n\t\t\t\n\t\t\t\t\t<\/a>\n\t<\/li>\n\n\t\n\t\t\t\t<li class=\"zoom-social_icons-list__item\">\n\t\t<a class=\"zoom-social_icons-list__link\" href=\"http:\/\/www.youpic.com\/bzphoto\" target=\"_blank\" title=\"\" >\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"screen-reader-text\">youtube<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"zoom-social_icons-list-span social-icon socicon socicon-youtube\" data-hover-rule=\"background-color\" data-hover-color=\"#e02a20\" style=\"background-color : #1e73be; font-size: 18px; padding:8px\" ><\/span>\n\t\t\t\n\t\t\t\t\t<\/a>\n\t<\/li>\n\n\t\n\t\t\t\t<li class=\"zoom-social_icons-list__item\">\n\t\t<a class=\"zoom-social_icons-list__link\" href=\"http:\/\/flick.com\" target=\"_blank\" title=\"\" >\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"screen-reader-text\">flickr<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"zoom-social_icons-list-span social-icon socicon socicon-flickr\" data-hover-rule=\"background-color\" data-hover-color=\"#ff0084\" style=\"background-color : #1e73be; font-size: 18px; padding:8px\" ><\/span>\n\t\t\t\n\t\t\t\t\t<\/a>\n\t<\/li>\n\n\t\n<\/ul>\n\n\t\t<\/section>\n      <\/div>\n    <\/div>\n\n    <div class=\"hero-card\">\n      <p><strong>Driven by atmosphere and emotion.<\/strong><br>My work focuses on connection and unique perspective, ensuring every image tells a memorable story.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2705 PORTFOLIO -->\n<section class=\"section\">\n  <div class=\"container\">\n    <div class=\"portfolio-intro\">\n      <h2>Featured Portfolio<\/h2>\n      <p>A curated overview of my work. Each section below links to a full gallery maintained through NextGEN, built for visual impact and easy updates.<\/p>\n    <\/div>\n\n    <div class=\"portfolio-grid\">\n\n      <div class=\"portfolio-card\">\n        <h3>Pet Photography<\/h3>\n        <p>Honest portraits focused on personality and the bond between pet and owner.<\/p>\n        ngg_shortcode_6_placeholder\n        <a class=\"btn btn-outline\" href=\"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/pawspixels\/portfolio-pets\/\">Open gallery<\/a>\n      <\/div>\n\n      <div class=\"portfolio-card\">\n        <h3>Urban Exploration (Urbex)<\/h3>\n        <p>Forgotten places, captivating textures, and the stories of silence.<\/p>\n        ngg_shortcode_7_placeholder\n        <a class=\"btn btn-outline\" href=\"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/portefolio\/portfolio-urban-exploration\/\">Open gallery<\/a>\n      <\/div>\n\n      <div class=\"portfolio-card\">\n        <h3>Nature &#038; Wildlife<\/h3>\n        <p>Capturing the ephemeral light, grand landscapes, and quiet moments outdoors.<\/p>\n        ngg_shortcode_8_placeholder\n        <a class=\"btn btn-outline\" href=\"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/portefolio\/portfolio-nature-wildlife\/\">Open gallery<\/a>\n      <\/div>\n\n      <div class=\"portfolio-card\">\n        <h3>Travel &#038; Documentary<\/h3>\n        <p>Atmosphere-driven photography that captures the soul and experience of a place.<\/p>\n        ngg_shortcode_9_placeholder\n        <a class=\"btn btn-outline\" href=\"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/portefolio\/portfolio-travel\/\">Open gallery<\/a>\n      <\/div>\n\n      <div class=\"portfolio-card\">\n        <h3>Concerts &#038; Live Events<\/h3>\n        <p>The energy, emotion, and dynamic motion of live music and major events.<\/p>\n        ngg_shortcode_10_placeholder\n        <a class=\"btn btn-outline\" href=\"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/portefolio\/portfolio-concerts\/\">Open gallery<\/a>\n      <\/div>\n\n      <div class=\"portfolio-card\">\n        <h3>Commercial &#038; Brand<\/h3>\n        <p>Automotive, architecture, and small business projects tailored to brand identity.<\/p>\n        ngg_shortcode_11_placeholder\n        <a class=\"btn btn-outline\" href=\"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/portefolio\/portfolio-commercial\/\">Open gallery<\/a>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2705 BLOG -->\n<section class=\"section\" style=\"background:var(--bg-soft)\">\n  <div class=\"container\">\n    <div class=\"blog-intro\">\n      <h2>The Photography Blog<\/h2>\n      <p>Stories, technical insights, and behind-the-scenes looks from my photography projects across all categories.<\/p>\n    <\/div>\n\n    <div class=\"blog-grid\">\n      <div class=\"blog-card pets\">\n        <h3>Furry Faces &#038; Heartfelt Moments<\/h3>\n        <p>Showcasing photo sessions that capture the unique personality, charm, and spirit of our beloved furry companions.<\/p>\n        <span class=\"blog-date\">11 November 2025<\/span>\n        <div class=\"et_pb_fullwidth_portfolio_0 et_pb_fullwidth_portfolio et_pb_bg_layout_light et_pb_text_align_center et_pb_fullwidth_portfolio_carousel et_pb_module\" data-auto-rotate=\"off\" data-auto-rotate-speed=\"7000\"><div class=\"et_pb_portfolio_items\" data-portfolio-columns=\"\"><div class=\"et_pb_fullwidth_portfolio_item_0_0 et_pb_portfolio_item post-8920 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets category-non-classe\" id=\"8920\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2026\/04\/nggallery_import\/DSC8509-510x382.jpg\" class=\"wp-image-8925\" alt=\"Biscuit and Pollie\" title=\"Biscuit and Pollie\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2026\/04\/nggallery_import\/DSC8509.JPG 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2026\/04\/nggallery_import\/DSC8509-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2026\/04\/05\/8920\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Biscuit and Pollie<\/h3><p class=\"post-meta\">5 April 2026<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_1 et_pb_portfolio_item post-8833 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets category-non-classe\" id=\"8833\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2026\/02\/nggallery_import\/DSC7782-Enhanced-NR_1-510x382.jpg\" class=\"wp-image-8836\" alt=\"Pollie\" title=\"Pollie\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2026\/02\/nggallery_import\/DSC7782-Enhanced-NR_1.JPG 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2026\/02\/nggallery_import\/DSC7782-Enhanced-NR_1-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2026\/02\/10\/pollie\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Pollie<\/h3><p class=\"post-meta\">10 February 2026<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_2 et_pb_portfolio_item post-4272 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets\" id=\"4272\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/11\/nggallery_import\/2-DSC3234-510x382.jpg\" class=\"wp-image-4379\" alt=\"Maverick and Friends 2023\" title=\"Maverick and Friends 2023\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/11\/nggallery_import\/2-DSC3234.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/11\/nggallery_import\/2-DSC3234-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/11\/11\/maverick-and-friends-2023\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Maverick and Friends 2023<\/h3><p class=\"post-meta\">11 November 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_3 et_pb_portfolio_item post-4253 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets\" id=\"4253\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/3-DSC5840-510x382.jpg\" class=\"wp-image-4259\" alt=\"Maverick and Muffin oct 2025\" title=\"Maverick and Muffin oct 2025\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/3-DSC5840.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/3-DSC5840-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/10\/31\/maverick-and-muffin-oct-2025\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Maverick and Muffin oct 2025<\/h3><p class=\"post-meta\">31 October 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_4 et_pb_portfolio_item post-3206 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets\" id=\"3206\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-DSC0232-510x382.jpg\" class=\"wp-image-3256\" alt=\"Pets : Muffin and Isis in Font 2025\" title=\"Pets : Muffin and Isis in Font 2025\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-DSC0232.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-DSC0232-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/10\/28\/pets-muffin-and-isis-in-font\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Pets : Muffin and Isis in Font 2025<\/h3><p class=\"post-meta\">28 October 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_5 et_pb_portfolio_item post-2615 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets\" id=\"2615\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/DSC4976-510x382.jpg\" class=\"wp-image-2661\" alt=\"Pets : Maverick 2025\" title=\"Pets : Maverick 2025\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/DSC4976.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/DSC4976-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/10\/23\/maverick-2025\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Pets : Maverick 2025<\/h3><p class=\"post-meta\">23 October 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_6 et_pb_portfolio_item post-160 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-pets\" id=\"160\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/2-DSC4105-510x382.jpg\" class=\"wp-image-402\" alt=\"Pets : Isis in Font\" title=\"Pets : Isis in Font\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/2-DSC4105.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/2-DSC4105-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/06\/12\/blog-isis\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Pets : Isis in Font<\/h3><p class=\"post-meta\">12 June 2025<\/p><\/a><\/div><\/div><\/div><\/div><\/div>\n      <\/div>\n\n      <div class=\"blog-card nature\">\n        <h3>Wonders of the Wild<\/h3>\n        <p>Adventures in nature photography, sharing light, mood, and the quiet beauty of the natural world.<\/p>\n        <span class=\"blog-date\">8 July 2025<\/span>\n        <div class=\"et_pb_fullwidth_portfolio_0 et_pb_fullwidth_portfolio et_pb_bg_layout_light et_pb_text_align_center et_pb_fullwidth_portfolio_carousel et_pb_module\" data-auto-rotate=\"off\" data-auto-rotate-speed=\"7000\"><div class=\"et_pb_portfolio_items\" data-portfolio-columns=\"\"><div class=\"et_pb_fullwidth_portfolio_item_0_0 et_pb_portfolio_item post-685 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-nature\" id=\"685\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/file4119-510x382.jpg\" class=\"wp-image-686\" alt=\"Nature : Tervuren Park\" title=\"Nature : Tervuren Park\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/file4119-e1763831223867.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/file4119-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/07\/08\/nature-tervuren-park\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Nature : Tervuren Park<\/h3><p class=\"post-meta\">8 July 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_1 et_pb_portfolio_item post-602 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-nature\" id=\"602\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/DSC_0423-2-510x382.jpg\" class=\"wp-image-603\" alt=\"Travel : From The Sky\" title=\"Travel : From The Sky\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/DSC_0423-2.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/DSC_0423-2-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/07\/07\/from-the-sky\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Travel : From The Sky<\/h3><p class=\"post-meta\">7 July 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_2 et_pb_portfolio_item post-583 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-nature\" id=\"583\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/2-DSC4749-HDRfb-510x382.jpg\" class=\"wp-image-587\" alt=\"Travel : Poland\" title=\"Travel : Poland\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/2-DSC4749-HDRfb.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/2-DSC4749-HDRfb-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/07\/07\/travel-poland\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Travel : Poland<\/h3><p class=\"post-meta\">7 July 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_3 et_pb_portfolio_item post-578 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-nature\" id=\"578\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/DSC0769-1fb-510x382.jpg\" class=\"wp-image-581\" alt=\"Nature : Mr Fox\" title=\"Nature : Mr Fox\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/DSC0769-1fb.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/DSC0769-1fb-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/07\/07\/mr-fox\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Nature : Mr Fox<\/h3><p class=\"post-meta\">7 July 2025<\/p><\/a><\/div><\/div><\/div><\/div><\/div>\n      <\/div>\n\n      <div class=\"blog-card urban\">\n        <h3>Silent Stories of Abandonment<\/h3>\n        <p>A deep dive into forgotten places, revealing textures, light, and atmosphere that tell powerful stories.<\/p>\n        <span class=\"blog-date\">28 October 2025<\/span>\n        <div class=\"et_pb_fullwidth_portfolio_0 et_pb_fullwidth_portfolio et_pb_bg_layout_light et_pb_text_align_center et_pb_fullwidth_portfolio_carousel et_pb_module\" data-auto-rotate=\"off\" data-auto-rotate-speed=\"7000\"><div class=\"et_pb_portfolio_items\" data-portfolio-columns=\"\"><div class=\"et_pb_fullwidth_portfolio_item_0_0 et_pb_portfolio_item post-3072 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-urban-exloration\" id=\"3072\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/3-DSC08700-6-510x382.jpg\" class=\"wp-image-3088\" alt=\"UE Barracks &amp; Cells: Silent Order\" title=\"UE Barracks &amp; Cells: Silent Order\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/3-DSC08700-6.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/3-DSC08700-6-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/10\/28\/ue-barracks-cells-silent-order\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">UE Barracks &amp; Cells: Silent Order<\/h3><p class=\"post-meta\">28 October 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_1 et_pb_portfolio_item post-3038 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-urban-exloration\" id=\"3038\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-DSC2426-HDR-copy-510x382.jpg\" class=\"wp-image-3069\" alt=\"UE: Beneath and Above the City\" title=\"UE: Beneath and Above the City\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-DSC2426-HDR-copy.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-DSC2426-HDR-copy-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/10\/28\/ue-underground-rooftopping-beneath-and-above-the-city\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">UE: Beneath and Above the City<\/h3><p class=\"post-meta\">28 October 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_2 et_pb_portfolio_item post-3029 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-urban-exloration\" id=\"3029\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-chateua-vanille-2-510x382.jpg\" class=\"wp-image-3035\" alt=\"UE Castles &amp; Estates: Thrones of Silence\" title=\"UE Castles &amp; Estates: Thrones of Silence\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-chateua-vanille-2.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-chateua-vanille-2-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/10\/28\/ue-castles-estates-thrones-of-silence\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">UE Castles &amp; Estates: Thrones of Silence<\/h3><p class=\"post-meta\">28 October 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_3 et_pb_portfolio_item post-2946 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-urban-exloration category-non-classe\" id=\"2946\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/DSC09880-4-510x382.jpg\" class=\"wp-image-2986\" alt=\"UE Industrial Echoes: Forgotten Workplaces\" title=\"UE Industrial Echoes: Forgotten Workplaces\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/DSC09880-4.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/DSC09880-4-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/10\/27\/ue-industrial\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">UE Industrial Echoes: Forgotten Workplaces<\/h3><p class=\"post-meta\">27 October 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_4 et_pb_portfolio_item post-2942 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-urban-exloration\" id=\"2942\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/file33903-2-510x382.jpg\" class=\"wp-image-2979\" alt=\"UE : Heavy Industry: Titans of Steel and Steam\" title=\"UE : Heavy Industry: Titans of Steel and Steam\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/file33903-2.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/file33903-2-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/10\/27\/urban-exploring-residentail\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">UE : Heavy Industry: Titans of Steel and Steam<\/h3><p class=\"post-meta\">27 October 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_5 et_pb_portfolio_item post-2940 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-urban-exloration\" id=\"2940\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/transport-brandweer-kazerne-120-510x382.jpg\" class=\"wp-image-3027\" alt=\"UE Transport: Tracks of Time\" title=\"UE Transport: Tracks of Time\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/transport-brandweer-kazerne-120.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/transport-brandweer-kazerne-120-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/10\/27\/urban-exploring-rooftopping\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">UE Transport: Tracks of Time<\/h3><p class=\"post-meta\">27 October 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_6 et_pb_portfolio_item post-726 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-urban-exloration\" id=\"726\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/school-val-benoit-604-4-510x382.jpg\" class=\"wp-image-729\" alt=\"UE Education : School Is Out Forever\" title=\"UE Education : School Is Out Forever\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/school-val-benoit-604-4.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/school-val-benoit-604-4-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/07\/12\/blog-urban-exploring-schools\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">UE Education : School Is Out Forever<\/h3><p class=\"post-meta\">12 July 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_7 et_pb_portfolio_item post-677 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-urban-exloration\" id=\"677\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/restential-beast-house-slaapkamer-2007-510x382.jpg\" class=\"wp-image-2972\" alt=\"UE Residential: Echoes Behind Closed Doors\" title=\"UE Residential: Echoes Behind Closed Doors\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/restential-beast-house-slaapkamer-2007.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/restential-beast-house-slaapkamer-2007-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/07\/08\/urban-exploring-cinema-theater\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">UE Residential: Echoes Behind Closed Doors<\/h3><p class=\"post-meta\">8 July 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_8 et_pb_portfolio_item post-656 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-urban-exloration\" id=\"656\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/DSC8874-Pano-510x382.jpg\" class=\"wp-image-3007\" alt=\"UE Sanctuaries of Silence: Healthcare &amp; Faith\" title=\"UE Sanctuaries of Silence: Healthcare &amp; Faith\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/DSC8874-Pano.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/DSC8874-Pano-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/07\/07\/urban-exploring-prison\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">UE Sanctuaries of Silence: Healthcare &amp; Faith<\/h3><p class=\"post-meta\">7 July 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_9 et_pb_portfolio_item post-642 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-urban-exloration\" id=\"642\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/DSC9286-Pano-510x382.jpg\" class=\"wp-image-649\" alt=\"UE Leisure &amp; Entertainment: When the Fun Faded\" title=\"UE Leisure &amp; Entertainment: When the Fun Faded\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/DSC9286-Pano.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/DSC9286-Pano-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/07\/07\/urban-exploration-pools\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">UE Leisure &amp; Entertainment: When the Fun Faded<\/h3><p class=\"post-meta\">7 July 2025<\/p><\/a><\/div><\/div><\/div><\/div><\/div>\n      <\/div>\n\n      <div class=\"blog-card commercial\">\n        <h3>Essence in Every Frame<\/h3>\n        <p>A look at my paid projects \u2014 from classic cars and concerts to architectural detail and product shots.<\/p>\n        <span class=\"blog-date\">28 October 2025<\/span>\n        <div class=\"et_pb_fullwidth_portfolio_0 et_pb_fullwidth_portfolio et_pb_bg_layout_light et_pb_text_align_center et_pb_fullwidth_portfolio_carousel et_pb_module\" data-auto-rotate=\"off\" data-auto-rotate-speed=\"7000\"><div class=\"et_pb_portfolio_items\" data-portfolio-columns=\"\"><div class=\"et_pb_fullwidth_portfolio_item_0_0 et_pb_portfolio_item post-3322 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-commercial\" id=\"3322\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-DSC3580-510x382.jpg\" class=\"wp-image-3325\" alt=\"Commercial : Classic Cars\" title=\"Commercial : Classic Cars\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-DSC3580.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/10\/nggallery_import\/2-DSC3580-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/10\/28\/commercial-classic-cars\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Commercial : Classic Cars<\/h3><p class=\"post-meta\">28 October 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_1 et_pb_portfolio_item post-2350 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-commercial\" id=\"2350\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/08\/nggallery_import\/4-DSC4248-510x382.jpg\" class=\"wp-image-2355\" alt=\"Commercial : Photo Booth\" title=\"Commercial : Photo Booth\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/08\/nggallery_import\/4-DSC4248.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/08\/nggallery_import\/4-DSC4248-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/08\/24\/photo-booth\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Commercial : Photo Booth<\/h3><p class=\"post-meta\">24 August 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_2 et_pb_portfolio_item post-1511 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-commercial\" id=\"1511\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/08\/nggallery_import\/2-DSC3809_DxO-510x382.jpg\" class=\"wp-image-1514\" alt=\"Commercial : Wedding Jasper\" title=\"Commercial : Wedding Jasper\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/08\/nggallery_import\/2-DSC3809_DxO.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/08\/nggallery_import\/2-DSC3809_DxO-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/08\/23\/wedding-jasper\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Commercial : Wedding Jasper<\/h3><p class=\"post-meta\">23 August 2025<\/p><\/a><\/div><\/div><\/div><div class=\"et_pb_fullwidth_portfolio_item_0_3 et_pb_portfolio_item post-375 post type-post status-publish format-standard has-post-thumbnail hentry category-blog-commercial\" id=\"375\"><div class=\"et_pb_portfolio_image landscape\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/DSC08364-2-510x382.jpg\" class=\"wp-image-378\" alt=\"Blog Commercial New Generation Shoes\" title=\"Blog Commercial New Generation Shoes\" width=\"510\" height=\"382\" srcset=\"https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/DSC08364-2.jpg 479w, https:\/\/bzphoto.be\/wp-content\/uploads\/2025\/07\/nggallery_import\/DSC08364-2-510x382.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" \/><div class=\"meta\"><a href=\"https:\/\/bzphoto.be\/index.php\/2025\/07\/07\/blog-commercial-new-generation-shoes\/\"><span class=\"et_overlay\" data-icon-tablet=\"\" data-icon-phone=\"\" data-icon-sticky=\"\"><\/span><h3 class=\"et_pb_module_header\">Blog Commercial New Generation Shoes<\/h3><p class=\"post-meta\">7 July 2025<\/p><\/a><\/div><\/div><\/div><\/div><\/div>\n      <\/div>\n    <\/div>\n\n    <div style=\"text-align:center;margin-top:30px\">\n      <a href=\"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/portefolio\/blog-2\/\" class=\"btn btn-outline\">Visit the blog<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2705 SERVICES -->\n<section class=\"section\">\n  <div class=\"container\">\n    <h2 style=\"text-align:center;color:var(--accent-2)\">Photography Services<\/h2>\n    <p style=\"text-align:center;max-width:640px;margin:10px auto 30px;color:var(--text-soft)\">Available for personal sessions, events, and selected commercial projects in Belgium and abroad.<\/p>\n\n    <div class=\"services-grid\">\n      <div class=\"service\">\n        <h3>Pet Portrait Sessions<\/h3>\n        <p>Calm, patient photography focused on capturing trust and personality in their favorite environment.<\/p>\n      <\/div>\n      <div class=\"service\">\n        <h3>Fine Art Prints<\/h3>\n        <p>Signed limited editions, high-quality wall art, and digital downloads available via the shop.<\/p>\n      <\/div>\n      <div class=\"service\">\n        <h3>Commercial Projects<\/h3>\n        <p>Brand photography, specialized automotive shoots, and small business visual content creation.<\/p>\n      <\/div>\n      <div class=\"service\">\n        <h3>Event Coverage<\/h3>\n        <p>Documentary style coverage for concerts, weddings, and specific travel stories.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2705 CTA -->\n<section class=\"section\">\n  <div class=\"container\">\n    <div class=\"cta\">\n      <div>\n        <h2>Ready to Capture Your Story?<\/h2>\n        <p>Have a project, print request, or a unique idea? Send me a message and I\u2019ll get back to you personally within 48 hours.<\/p>\n      <\/div>\n      <a href=\"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/portefolio\/contact-me\/\" class=\"btn btn-primary\">Contact Bram<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2705 FOOTER -->\n<footer>\n  <div class=\"footer-social\">\n    <section class=\"zoom-social-icons-shortcode\">\n\t\t\n<ul class=\"zoom-social-icons-list zoom-social-icons-list--with-canvas zoom-social-icons-list--round zoom-social-icons-list--no-labels\">\n\n\t\t\n\t\t\t\t<li class=\"zoom-social_icons-list__item\">\n\t\t<a class=\"zoom-social_icons-list__link\" href=\"https:\/\/facebook.com\/\" target=\"_blank\" title=\"Facebook\" >\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"screen-reader-text\">facebook<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"zoom-social_icons-list-span social-icon socicon socicon-facebook\" data-hover-rule=\"background-color\" data-hover-color=\"#1e73be\" style=\"background-color : #1e73be; font-size: 18px; padding:8px\" ><\/span>\n\t\t\t\n\t\t\t\t\t<\/a>\n\t<\/li>\n\n\t\n\t\t\t\t<li class=\"zoom-social_icons-list__item\">\n\t\t<a class=\"zoom-social_icons-list__link\" href=\"https:\/\/instagram.com\/\" target=\"_blank\" title=\"Instagram\" >\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"screen-reader-text\">instagram<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"zoom-social_icons-list-span social-icon socicon socicon-instagram\" data-hover-rule=\"background-color\" data-hover-color=\"#1e73be\" style=\"background-color : #1e73be; font-size: 18px; padding:8px\" ><\/span>\n\t\t\t\n\t\t\t\t\t<\/a>\n\t<\/li>\n\n\t\n\t\t\t\t<li class=\"zoom-social_icons-list__item\">\n\t\t<a class=\"zoom-social_icons-list__link\" href=\"http:\/\/www.youpic.com\/bzphoto\" target=\"_blank\" title=\"\" >\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"screen-reader-text\">youtube<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"zoom-social_icons-list-span social-icon socicon socicon-youtube\" data-hover-rule=\"background-color\" data-hover-color=\"#e02a20\" style=\"background-color : #1e73be; font-size: 18px; padding:8px\" ><\/span>\n\t\t\t\n\t\t\t\t\t<\/a>\n\t<\/li>\n\n\t\n\t\t\t\t<li class=\"zoom-social_icons-list__item\">\n\t\t<a class=\"zoom-social_icons-list__link\" href=\"http:\/\/flick.com\" target=\"_blank\" title=\"\" >\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"screen-reader-text\">flickr<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"zoom-social_icons-list-span social-icon socicon socicon-flickr\" data-hover-rule=\"background-color\" data-hover-color=\"#ff0084\" style=\"background-color : #1e73be; font-size: 18px; padding:8px\" ><\/span>\n\t\t\t\n\t\t\t\t\t<\/a>\n\t<\/li>\n\n\t\n<\/ul>\n\n\t\t<\/section>\n  <\/div>\n  \u00a9 BZPHOTO.BE \u2014 Bram \u2014 All Rights Reserved\n<\/footer>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":5214,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ngg_post_thumbnail":0,"_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:divi\/placeholder \/-->","_et_gb_content_width":"","footnotes":""},"class_list":["post-202","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages\/202","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/comments?post=202"}],"version-history":[{"count":89,"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages\/202\/revisions"}],"predecessor-version":[{"id":7211,"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages\/202\/revisions\/7211"}],"up":[{"embeddable":true,"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages\/5214"}],"wp:attachment":[{"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/media?parent=202"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}