{"id":2,"date":"2023-09-18T15:53:26","date_gmt":"2023-09-18T15:53:26","guid":{"rendered":"https:\/\/www.nmp.unirc.it\/?page_id=2"},"modified":"2025-12-06T18:48:43","modified_gmt":"2025-12-06T18:48:43","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/www.nmp.unirc.it\/?page_id=2","title":{"rendered":"RATIONALES"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700&#038;family=Open+Sans:wght@400;600&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<style>\n    \/* --- CSS ISOLATO PER NMP --- *\/\n    .nmp-landing-wrapper {\n        --primary: #004d61;       \/* Deep Teal *\/\n        --primary-dark: #003342;\n        --accent: #ffc107;        \/* Bright Yellow *\/\n        --text-dark: #2c3e50;\n        --text-light: #f8f9fa;\n        --bg-light: #f4f6f7;\n        --white: #ffffff;\n        \n        font-family: 'Open Sans', sans-serif;\n        line-height: 1.7;\n        color: #2c3e50;\n        background-color: #ffffff;\n        box-sizing: border-box;\n        width: 100%;\n        max-width: 100%;\n        overflow: hidden;\n    }\n\n    .nmp-landing-wrapper * {\n        box-sizing: border-box;\n    }\n\n    .nmp-landing-wrapper h1, \n    .nmp-landing-wrapper h2, \n    .nmp-landing-wrapper h3, \n    .nmp-landing-wrapper h4 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n        margin-bottom: 1rem;\n        line-height: 1.2;\n    }\n\n    \/* --- UTILITIES --- *\/\n    .nmp-container {\n        max-width: 1100px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    .nmp-section-padding {\n        padding: 4rem 0;\n    }\n\n    \/* --- HERO SECTION --- *\/\n    .nmp-hero {\n        background: linear-gradient(135deg, #004d61 0%, #003342 100%);\n        color: #ffffff;\n        padding: 6rem 1rem;\n        text-align: center;\n        border-radius: 0 0 20px 20px;\n        margin-bottom: 2rem;\n    }\n\n    .nmp-hero h1 {\n        font-size: 2.5rem;\n        color: #fff;\n        margin-bottom: 0.5rem;\n        text-transform: uppercase;\n        letter-spacing: -1px;\n    }\n\n    .nmp-hero h2 {\n        font-size: 1.2rem;\n        font-weight: 400;\n        color: #ffc107;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        margin-bottom: 2rem;\n    }\n\n    .nmp-hero p {\n        font-size: 1.1rem;\n        opacity: 0.95;\n        max-width: 800px;\n        margin: 0 auto;\n        color: #e0e0e0;\n    }\n\n    \/* --- GRID SECTION --- *\/\n    .nmp-section-title {\n        text-align: center;\n        font-size: 2rem;\n        margin-bottom: 1rem;\n        color: #004d61;\n    }\n    \n    .nmp-section-subtitle {\n        text-align: center;\n        margin-bottom: 3rem;\n        color: #666;\n    }\n\n    .nmp-grid-container {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 2rem;\n    }\n\n    .nmp-card {\n        background: #ffffff;\n        padding: 2rem;\n        border-radius: 12px;\n        box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n        border-bottom: 4px solid transparent;\n        transition: transform 0.3s ease;\n        border: 1px solid #eee;\n    }\n\n    .nmp-card:hover {\n        transform: translateY(-5px);\n        border-bottom: 4px solid #ffc107;\n    }\n\n    .nmp-card-icon {\n        font-size: 2rem;\n        color: #004d61;\n        margin-bottom: 1rem;\n    }\n\n    .nmp-card h3 {\n        font-size: 1.2rem;\n        color: #004d61;\n    }\n\n    .nmp-card p {\n        font-size: 0.95rem;\n        color: #555;\n        margin-bottom: 0;\n    }\n\n    \/* --- DARK FEATURE SECTION --- *\/\n    .nmp-feature-section {\n        background-color: #004d61;\n        color: #ffffff;\n        margin: 4rem 0;\n        padding: 4rem 1rem;\n        border-radius: 12px;\n    }\n\n    .nmp-feature-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 3rem;\n        align-items: center;\n    }\n\n    .nmp-feature-text h3 {\n        color: #ffc107;\n        font-size: 1.8rem;\n    }\n    \n    .nmp-feature-text p {\n        color: #ddd;\n    }\n\n    .nmp-highlight-box {\n        background: rgba(255,255,255,0.1);\n        padding: 1.5rem;\n        border-left: 4px solid #ffc107;\n        margin-top: 2rem;\n        border-radius: 4px;\n    }\n\n    .nmp-feature-visual {\n        text-align: center;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* --- POLICY LIST --- *\/\n    .nmp-policy-item {\n        display: flex;\n        gap: 1.5rem;\n        margin-bottom: 2rem;\n        background: #f9f9f9;\n        padding: 1.5rem;\n        border-radius: 8px;\n    }\n\n    .nmp-policy-marker {\n        flex-shrink: 0;\n        width: 40px;\n        height: 40px;\n        background-color: #004d61;\n        color: #ffc107;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-weight: bold;\n        font-size: 1.2rem;\n        border-radius: 50%;\n    }\n\n    \/* --- FOOTER QUOTE --- *\/\n    .nmp-footer-quote {\n        text-align: center;\n        padding: 3rem 1rem;\n        background-color: #fff;\n        border-top: 1px solid #eee;\n        margin-top: 2rem;\n    }\n    \n    .nmp-quote-text {\n        font-style: italic;\n        font-size: 1.1rem;\n        color: #004d61;\n        max-width: 800px;\n        margin: 0 auto 1rem auto;\n    }\n\n    \/* Mobile Fixes *\/\n    @media (max-width: 768px) {\n        .nmp-feature-grid { grid-template-columns: 1fr; }\n        .nmp-policy-item { flex-direction: column; }\n        .nmp-hero h1 { font-size: 1.8rem; }\n    }\n<\/style>\n\n<div class=\"nmp-landing-wrapper\">\n\n    <div class=\"nmp-hero\">\n        <div class=\"nmp-container\">\n            <h1>#NMP2026<\/h1>\n            <h2>Networks, Markets &#038; People<\/h2>\n            <p>Promoting the scientific debate on the effects of contemporary ecological, technological, social, and economic global challenges on settlement systems, especially in Inner Areas and metropolitan cities.<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"nmp-section-padding\">\n        <div class=\"nmp-container\">\n            <h2 class=\"nmp-section-title\">Global Challenges &#038; Transitions<\/h2>\n            <p class=\"nmp-section-subtitle\">Exploring the &#8220;liquid&#8221; society, production shifts, and environmental impact.<\/p>\n            \n            <div class=\"nmp-grid-container\">\n                <div class=\"nmp-card\">\n                    <div class=\"nmp-card-icon\"><i class=\"fa-solid fa-water\"><\/i><\/div>\n                    <h3>The &#8220;Liquid&#8221; Society<\/h3>\n                    <p>Contemporary settlements express the distance between built-up inertia and the &#8220;liquid&#8221; society flowing underneath. Blurred lines have substituted neat dualities like urban-rural.<\/p>\n                <\/div>\n                <div class=\"nmp-card\">\n                    <div class=\"nmp-card-icon\"><i class=\"fa-solid fa-plane-departure\"><\/i><\/div>\n                    <h3>Mobility &#038; Production<\/h3>\n                    <p>Mobility of people, goods, and capital defines our era. Production settlements shift from delocalization to reshoring, driven by adaptive production and digital hyperconnections.<\/p>\n                <\/div>\n                <div class=\"nmp-card\">\n                    <div class=\"nmp-card-icon\"><i class=\"fa-solid fa-users\"><\/i><\/div>\n                    <h3>Housing &#038; Resources<\/h3>\n                    <p>Access to housing is a challenge due to limited supply and tourism pressure. Meanwhile, resource scarcity and population aging pose risks to welfare systems.<\/p>\n                <\/div>\n                <div class=\"nmp-card\">\n                    <div class=\"nmp-card-icon\"><i class=\"fa-solid fa-leaf\"><\/i><\/div>\n                    <h3>Ecological Transition<\/h3>\n                    <p>A post-humanist epistemology recognizes humans as part of a larger ecosystem. We need approaches focused on spatial justice, regeneration, and planetary limits.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"nmp-container\">\n        <div class=\"nmp-feature-section\">\n            <div class=\"nmp-feature-grid\">\n                <div class=\"nmp-feature-text\">\n                    <h3>Digital Technologies &#038; AI<\/h3>\n                    <p>Digital technologies bring potential but also risks. AI challenges the labor market and is seen as a disruptor of traditional industries and intellectual production.<\/p>\n                    <p style=\"margin-top:10px;\">The goal is to share benefits equitably, ensuring accessibility rights, social inclusion, and new forms of &#8220;commoning&#8221;.<\/p>\n                    \n                    <div class=\"nmp-highlight-box\">\n                        <h4 style=\"color:#ffc107; margin-bottom:5px;\">Social Innovation<\/h4>\n                        <p style=\"font-size:0.9rem;\">Collaborative governance models chart the route for next-generation settlements\u2014connecting the built environment and the social system.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"nmp-feature-visual\">\n                    <i class=\"fa-solid fa-network-wired\" style=\"font-size: 6rem; color: #ffc107; opacity: 0.8;\"><\/i>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"nmp-section-padding\">\n        <div class=\"nmp-container\">\n            <h2 class=\"nmp-section-title\">Context &#038; Policy Framework<\/h2>\n            \n            <div class=\"nmp-policy-item\">\n                <div class=\"nmp-policy-marker\">1<\/div>\n                <div>\n                    <h3>Marginalized &#038; Inner Areas<\/h3>\n                    <p>The widening socio-economic gap is critical in South\/East Europe. The National Strategic Plan for Inner Areas now acknowledges &#8220;irreversible depopulation&#8221;. <strong>Cultural and Creative Industries<\/strong> are key to restraining devitalization.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"nmp-policy-item\">\n                <div class=\"nmp-policy-marker\">2<\/div>\n                <div>\n                    <h3>European Policy Pillars (2021\u201327)<\/h3>\n                    <p>Green transition, Digital transition, and a Resilient society are the foundation. We must regulate transitions to avoid tradeoffs between being &#8220;tech-competitive&#8221; and &#8220;inclusive&#8221;.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"nmp-policy-item\">\n                <div class=\"nmp-policy-marker\">3<\/div>\n                <div>\n                    <h3>Evaluation &#038; Responsibility<\/h3>\n                    <p>Substantial EU investments require multidimensional evaluation systems. Decision-makers must select feasible interventions, remembering that financial resources are borrowed from future generations.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"nmp-footer-quote\">\n        <div class=\"nmp-quote-text\">\n            \u201cWe must face these global challenges while the global geopolitical order is changing&#8230; this Call for Papers is a signal that the scientific community does not surrender to pessimism and continues in its commitment to society and future generations.\u201d\n        <\/div>\n        <div style=\"font-weight:bold; color:#ffc107; margin-top:10px;\">#NMP2026 Symposium<\/div>\n    <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>#NMP2026 Networks, Markets &#038; People Promoting the scientific debate on the effects of contemporary ecological, technological, social, and economic global challenges on settlement systems, especially in Inner Areas and metropolitan cities. Global Challenges &#038; Transitions Exploring the &#8220;liquid&#8221; society, production shifts, and environmental impact. The &#8220;Liquid&#8221; Society Contemporary settlements express the distance between built-up inertia [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RATIONALES - NMP2026<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.nmp.unirc.it\/?page_id=2\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RATIONALES - NMP2026\" \/>\n<meta property=\"og:description\" content=\"#NMP2026 Networks, Markets &#038; People Promoting the scientific debate on the effects of contemporary ecological, technological, social, and economic global challenges on settlement systems, especially in Inner Areas and metropolitan cities. Global Challenges &#038; Transitions Exploring the &#8220;liquid&#8221; society, production shifts, and environmental impact. The &#8220;Liquid&#8221; Society Contemporary settlements express the distance between built-up inertia [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.nmp.unirc.it\/?page_id=2\" \/>\n<meta property=\"og:site_name\" content=\"NMP2026\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-06T18:48:43+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2\",\"name\":\"RATIONALES - NMP2026\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#website\"},\"datePublished\":\"2023-09-18T15:53:26+00:00\",\"dateModified\":\"2025-12-06T18:48:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.nmp.unirc.it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"RATIONALES\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#website\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/\",\"name\":\"NMP2026\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#organization\",\"name\":\"NMP2026\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/cropped-cropped-Immagine1-removebg-preview.png\",\"contentUrl\":\"https:\\\/\\\/www.nmp.unirc.it\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/cropped-cropped-Immagine1-removebg-preview.png\",\"width\":570,\"height\":438,\"caption\":\"NMP2026\"},\"image\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"RATIONALES - NMP2026","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.nmp.unirc.it\/?page_id=2","og_locale":"en_US","og_type":"article","og_title":"RATIONALES - NMP2026","og_description":"#NMP2026 Networks, Markets &#038; People Promoting the scientific debate on the effects of contemporary ecological, technological, social, and economic global challenges on settlement systems, especially in Inner Areas and metropolitan cities. Global Challenges &#038; Transitions Exploring the &#8220;liquid&#8221; society, production shifts, and environmental impact. The &#8220;Liquid&#8221; Society Contemporary settlements express the distance between built-up inertia [&hellip;]","og_url":"https:\/\/www.nmp.unirc.it\/?page_id=2","og_site_name":"NMP2026","article_modified_time":"2025-12-06T18:48:43+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.nmp.unirc.it\/?page_id=2","url":"https:\/\/www.nmp.unirc.it\/?page_id=2","name":"RATIONALES - NMP2026","isPartOf":{"@id":"https:\/\/www.nmp.unirc.it\/#website"},"datePublished":"2023-09-18T15:53:26+00:00","dateModified":"2025-12-06T18:48:43+00:00","breadcrumb":{"@id":"https:\/\/www.nmp.unirc.it\/?page_id=2#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.nmp.unirc.it\/?page_id=2"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.nmp.unirc.it\/?page_id=2#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.nmp.unirc.it\/"},{"@type":"ListItem","position":2,"name":"RATIONALES"}]},{"@type":"WebSite","@id":"https:\/\/www.nmp.unirc.it\/#website","url":"https:\/\/www.nmp.unirc.it\/","name":"NMP2026","description":"","publisher":{"@id":"https:\/\/www.nmp.unirc.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.nmp.unirc.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.nmp.unirc.it\/#organization","name":"NMP2026","url":"https:\/\/www.nmp.unirc.it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.nmp.unirc.it\/#\/schema\/logo\/image\/","url":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2023\/10\/cropped-cropped-Immagine1-removebg-preview.png","contentUrl":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2023\/10\/cropped-cropped-Immagine1-removebg-preview.png","width":570,"height":438,"caption":"NMP2026"},"image":{"@id":"https:\/\/www.nmp.unirc.it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":5,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":2257,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/2257"}],"wp:attachment":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}