{"id":6970,"date":"2025-12-13T21:10:41","date_gmt":"2025-12-13T20:10:41","guid":{"rendered":"https:\/\/bzphoto.be\/?page_id=6970"},"modified":"2025-12-21T14:51:45","modified_gmt":"2025-12-21T13:51:45","slug":"nextgen-shop","status":"publish","type":"page","link":"https:\/\/bzphoto.be\/index.php\/home-bzphoto-be\/portefolio\/nextgen-shop\/","title":{"rendered":"Nextgen Shop"},"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\/* ================================================= *\/\n\/* FINE ART PRINTS \u2014 GALLERY EDITORIAL LAYOUT        *\/\n\/* ================================================= *\/\n\n:root{\n  --bg-main:#fbf8f5;\n  --bg-soft:#edece9;\n  --bg-dark:#1d2b27;\n  --bg-paper:#ffffff;\n\n  --accent:#9a7c5c;\n  --accent-2:#4a6560;\n  --accent-3:#b5a083;\n\n  --text-main:#1d2b27;\n  --text-soft:#5b605f;\n\n  --radius-xl:32px;\n  --radius-lg:18px;\n\n  --shadow-soft:0 18px 40px rgba(29,43,39,0.12);\n  --container:1080px;\n}\n\n*{box-sizing:border-box}\n\nbody{\n  margin:0;\n  font-family:Inter,system-ui;\n  background:var(--bg-main);\n  color:var(--text-main);\n}\n\nh1,h2,h3{\n  font-family:Poppins,system-ui;\n  font-weight:800;\n  margin:0;\n}\n\np{\n  margin:0 0 1rem;\n  line-height:1.7;\n  color:var(--text-soft);\n}\n\n.container{\n  max-width:var(--container);\n  margin:0 auto;\n  padding:0 24px;\n}\n\n.section{\n  padding:110px 0;\n}\n\n\/* ------------------------------------------------- *\/\n\/* HERO \u2014 QUIET STATEMENT                            *\/\n\/* ------------------------------------------------- *\/\n\n.art-hero{\n  background:linear-gradient(180deg,var(--bg-dark),#344c47);\n  color:#fff;\n  padding:130px 20px 110px;\n  text-align:center;\n}\n\n.art-hero h1{\n  font-size:3.4rem;\n  margin-bottom:18px;\n  letter-spacing:-0.02em;\n}\n\n.art-hero p{\n  max-width:720px;\n  margin:0 auto;\n  font-size:1.1rem;\n  color:rgba(255,255,255,.85);\n}\n\n\/* ------------------------------------------------- *\/\n\/* MANIFESTO \/ INTRO                                 *\/\n\/* ------------------------------------------------- *\/\n\n.art-intro{\n  max-width:760px;\n  margin:0 auto;\n  text-align:center;\n}\n\n.art-intro p{\n  font-size:1.05rem;\n}\n\n\/* ------------------------------------------------- *\/\n\/* GALLERY SECTION                                   *\/\n\/* ------------------------------------------------- *\/\n\n.art-block{\n  margin-top:120px;\n}\n\n.art-card{\n  background:var(--bg-paper);\n  border-radius:var(--radius-xl);\n  padding:54px;\n  box-shadow:var(--shadow-soft);\n}\n\n.art-card h2{\n  font-size:2.6rem;\n  color:var(--accent-2);\n  margin-bottom:14px;\n}\n\n.art-card .art-description{\n  max-width:720px;\n  font-weight:500;\n  margin-bottom:40px;\n}\n\n\/* visual breathing line *\/\n.art-line{\n  height:1px;\n  background:linear-gradient(to right,transparent,var(--bg-soft),transparent);\n  margin:50px 0;\n}\n\n\/* ------------------------------------------------- *\/\n\/* PHILOSOPHY STRIP                                  *\/\n\/* ------------------------------------------------- *\/\n\n.art-philosophy{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));\n  gap:34px;\n  margin-top:140px;\n}\n\n.philo-box{\n  padding:30px;\n  background:var(--bg-soft);\n  border-radius:var(--radius-lg);\n}\n\n.philo-box h3{\n  color:var(--accent-2);\n  font-size:1.25rem;\n  margin-bottom:10px;\n}\n\n.philo-box p{\n  font-size:.95rem;\n}\n\n\/* ------------------------------------------------- *\/\n\/* CTA \u2014 PERSONAL CONTACT                            *\/\n\/* ------------------------------------------------- *\/\n\n.art-contact{\n  margin-top:160px;\n  padding:60px;\n  background:var(--bg-dark);\n  border-radius:var(--radius-xl);\n  color:#fff;\n  box-shadow:var(--shadow-soft);\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  gap:40px;\n  flex-wrap:wrap;\n}\n\n.art-contact h2{\n  font-size:2rem;\n  margin-bottom:12px;\n}\n\n.art-contact p{\n  color:rgba(255,255,255,.9);\n  max-width:500px;\n}\n\n.art-contact a{\n  display:inline-flex;\n  align-items:center;\n  padding:16px 30px;\n  border-radius:999px;\n  background:var(--accent);\n  color:#fff;\n  font-weight:700;\n  text-decoration:none;\n  transition:.3s ease;\n}\n\n.art-contact a:hover{\n  background:var(--accent-3);\n}\n\n\/* ------------------------------------------------- *\/\n\/* RESPONSIVE                                        *\/\n\/* ------------------------------------------------- *\/\n\n@media(max-width:900px){\n  .art-hero h1{font-size:2.4rem}\n  .art-card{padding:38px}\n  .art-contact{text-align:center;justify-content:center}\n}\n<\/style>\n\n<!-- =============================================== -->\n<!-- HERO                                            -->\n<!-- =============================================== -->\n\n<section class=\"art-hero\">\n  <div class=\"container\">\n    <h1>Fine Art Prints<\/h1>\n    <p>\n      Photographs created through exploration, patience, and curiosity \u2014\n      offered as physical prints, meant to exist beyond the screen.\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- =============================================== -->\n<!-- CONTENT                                         -->\n<!-- =============================================== -->\n\n<section class=\"section\">\n  <div class=\"container\">\n\n    <!-- INTRO \/ STATEMENT -->\n    <div class=\"art-intro\">\n      <p>\n        This collection brings together years of personal work.\n        From abandoned spaces shaped by time to quiet moments in nature,\n        each photograph reflects a search for atmosphere, stillness, and story.\n      <\/p>\n    <\/div>\n\n    <!-- NATURE -->\n    <div class=\"art-block\">\n      <div class=\"art-card\">\n        <h2>Nature &#038; Wildlife<\/h2>\n        <p class=\"art-description\">\n          Landscapes and encounters shaped by light and silence.\n          These images focus on balance, scale, and the subtle presence of the natural world.\n        <\/p>\n\n        <div class=\"art-line\"><\/div>\n        ngg_shortcode_3_placeholder\n      <\/div>\n    <\/div>\n\n    <!-- URBEX -->\n    <div class=\"art-block\">\n      <div class=\"art-card\">\n        <h2>Urban Exploration<\/h2>\n        <p class=\"art-description\">\n          Forgotten structures and abandoned places,\n          photographed with respect for their history and decay.\n          Spaces where time leaves visible marks.\n        <\/p>\n\n        <div class=\"art-line\"><\/div>\n        ngg_shortcode_4_placeholder\n      <\/div>\n    <\/div>\n\n    <!-- SELECTED -->\n    <div class=\"art-block\">\n      <div class=\"art-card\">\n        <h2>Selected Works<\/h2>\n        <p class=\"art-description\">\n          A personal selection beyond strict categories \u2014\n          travel, abstract details, and images chosen simply because they linger.\n        <\/p>\n\n        <div class=\"art-line\"><\/div>\n        ngg_shortcode_5_placeholder\n      <\/div>\n    <\/div>\n\n    <!-- PHILOSOPHY -->\n    <div class=\"art-philosophy\">\n      <div class=\"philo-box\">\n        <h3>Print First<\/h3>\n        <p>These works are offered exclusively as physical prints, created to be lived with.<\/p>\n      <\/div>\n      <div class=\"philo-box\">\n        <h3>Care &#038; Materials<\/h3>\n        <p>Printed using archival inks on carefully selected fine art papers.<\/p>\n      <\/div>\n      <div class=\"philo-box\">\n        <h3>Editions<\/h3>\n        <p>Some photographs are available as limited editions, signed when applicable.<\/p>\n      <\/div>\n      <div class=\"philo-box\">\n        <h3>Personal Handling<\/h3>\n        <p>Every order is prepared with attention \u2014 this is not mass production.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- CONTACT CTA -->\n    <div class=\"art-contact\">\n      <div>\n        <h2>Interested in a specific image?<\/h2>\n        <p>\n          If you\u2019ve seen a photograph in my portfolio or blog that isn\u2019t listed here,\n          feel free to get in touch \u2014 custom prints are always possible.\n        <\/p>\n      <\/div>\n      <a href=\"\/index.php\/home-bzphoto-be\/contact\/\">Get in touch<\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":202,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-6970","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages\/6970","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=6970"}],"version-history":[{"count":7,"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages\/6970\/revisions"}],"predecessor-version":[{"id":7173,"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages\/6970\/revisions\/7173"}],"up":[{"embeddable":true,"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/pages\/202"}],"wp:attachment":[{"href":"https:\/\/bzphoto.be\/index.php\/wp-json\/wp\/v2\/media?parent=6970"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}