<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title> — Cascais Ventures</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Josefin+Sans:wght@100;200;300;400&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">

    <!-- SEO & Social Sharing Meta Tags -->
    <meta name="description" content="Cascais Ventures creates and finances cultural projects in Portugal. We work with leading institutions, artists, and filmmakers to build culture that endures.">
    <meta name="keywords" content="Cascais Ventures, cultural projects, Portugal, ARI Cultural, heritage, documentary, public art">
    <meta name="author" content="Cascais Ventures">
    <meta property="og:title" content=" — Cascais Ventures">
    <meta property="og:description" content="Cascais Ventures creates and finances cultural projects in Portugal. We work with leading institutions, artists, and filmmakers to build culture that endures.">
    <meta property="og:type" content="article">
    <meta property="og:url" content="https://cascaisventures.com/blog/feed.xml">
    <meta property="og:image" content="https://cascaisventures.com/og-image.png">
    <meta property="og:locale" content="en_GB">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content=" — Cascais Ventures">
    <meta name="twitter:description" content="Cascais Ventures creates and finances cultural projects in Portugal. We work with leading institutions, artists, and filmmakers to build culture that endures.">
    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
    <link rel="canonical" href="https://cascaisventures.com/blog/feed.xml">
    
    <link rel="alternate" type="application/rss+xml" title="Cascais Ventures Blog" href="/blog/feed.xml">
    

    <!-- Google Analytics -->
    <script>
        function loadGA() {
            var s = document.createElement('script');
            s.src = 'https://www.googletagmanager.com/gtag/js?id=G-52YYP28Z2W';
            s.async = true;
            document.head.appendChild(s);
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            window.gtag = gtag;
            gtag('js', new Date());
            gtag('config', 'G-52YYP28Z2W');
        }
    </script>

    <style>
        /* =========================================
           CASCAIS VENTURES — SHARED STYLES
           Matches production site design system
           ========================================= */

        :root {
            --cv-blue: #6B9FD4;
            --cv-blue-deep: #4A7BB5;
            --cv-blue-light: #E8F0F8;
            --cv-dark: #1A1A2E;
            --cv-text: #2D2D3F;
            --cv-text-light: #6B6B80;
            --cv-white: #FFFFFF;
            --cv-off-white: #F8F9FB;
            --cv-border: #E2E5EA;
            --font-display: 'Space Grotesk', sans-serif;
            --font-body: 'Inter', sans-serif;
            --font-logo: 'Josefin Sans', 'Century Gothic', 'Futura', sans-serif;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }

        body {
            font-family: var(--font-body);
            color: var(--cv-text);
            background: var(--cv-white);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            overflow-x: hidden;
        }

        /* ---- NAVIGATION ---- */

        nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            padding: 1.5rem 4rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.4s ease;
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(20px);
            box-shadow: 0 1px 0 var(--cv-border);
        }

        .nav-logo {
            text-decoration: none;
            display: block;
            transition: opacity 0.4s ease;
        }

        .nav-logo img {
            height: 32px;
            width: auto;
            display: block;
        }

        .nav-links {
            display: flex;
            gap: 2.5rem;
            list-style: none;
        }

        .nav-links a {
            font-family: var(--font-body);
            font-size: 0.8rem;
            font-weight: 400;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--cv-text-light);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .nav-links a:hover {
            color: var(--cv-dark);
        }

        /* ---- MAIN CONTENT ---- */

        .page-content {
            padding-top: 5rem;
        }

        /* ---- FOOTER ---- */

        footer {
            background: var(--cv-dark);
            border-top: 1px solid rgba(255,255,255,0.06);
            padding: 2rem 4rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-copy {
            font-size: 0.75rem;
            color: rgba(255,255,255,0.3);
        }

        .footer-links {
            display: flex;
            gap: 2rem;
        }

        .footer-links a {
            font-size: 0.75rem;
            color: rgba(255,255,255,0.3);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: rgba(255,255,255,0.6);
        }

        /* ---- RESPONSIVE ---- */

        @media (max-width: 1024px) {
            nav {
                padding: 1.25rem 2.5rem;
            }
            footer {
                padding: 2rem 2.5rem;
            }
        }

        @media (max-width: 768px) {
            nav {
                padding: 1rem 1.5rem;
            }
            .nav-links {
                display: none;
            }
            footer {
                flex-direction: column;
                gap: 1rem;
                text-align: center;
                padding: 2rem 1.5rem;
            }
        }

        /* ---- PAGE-SPECIFIC STYLES ---- */
        .post-hero-image {
    width: 100%;
    max-height: 420px;
    overflow: hidden;
}

.post-hero-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.post-header {
    max-width: 760px;
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
}

.post-meta {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--cv-blue);
    margin-bottom: 1rem;
}

.post-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: var(--cv-dark);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.post-subtitle {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--cv-text-light);
    margin-bottom: 1.5rem;
}

.post-author {
    font-size: 0.85rem;
    color: var(--cv-text-light);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--cv-border);
}

.post-author strong {
    color: var(--cv-text);
    font-weight: 500;
}

.post-tldr {
    background: var(--cv-off-white);
    border-left: 3px solid var(--cv-blue);
    padding: 1.25rem 1.5rem;
    margin-bottom: 2.5rem;
    border-radius: 0 2px 2px 0;
}

.post-tldr-label {
    font-family: var(--font-display);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--cv-blue);
    margin-bottom: 0.5rem;
}

.post-tldr p {
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
    color: var(--cv-text-light) !important;
    font-style: italic;
    margin-bottom: 0 !important;
}

.post-cta {
    border-top: 1px solid var(--cv-border);
    margin-top: 3rem;
    padding-top: 2rem;
    font-size: 0.95rem;
    color: var(--cv-text-light);
    font-style: italic;
}

.post-cta a {
    color: var(--cv-blue);
    text-decoration: none;
}

.post-cta a:hover {
    color: var(--cv-blue-deep);
}

.post-body .footnotes {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--cv-border);
    font-size: 0.7rem;
    color: var(--cv-text-light);
}

.post-body .footnotes ol {
    padding-left: 1.25rem;
}

.post-body .footnotes li {
    font-size: 0.7rem;
    line-height: 1.55;
    color: var(--cv-text-light);
    margin-bottom: 0.4rem;
}

.post-body {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
}

.post-body p {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--cv-text);
    margin-bottom: 1.75rem;
}

.post-body h2 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--cv-dark);
    margin: 3rem 0 1.25rem;
}

.post-body h3 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--cv-dark);
    margin: 2.5rem 0 1rem;
}

.post-body blockquote {
    border-left: 3px solid var(--cv-blue);
    padding-left: 1.5rem;
    margin: 2rem 0;
    color: var(--cv-text-light);
    font-style: italic;
}

.post-body img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    margin: 2rem 0;
}

.post-body ul, .post-body ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.post-body li {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--cv-text);
    margin-bottom: 0.5rem;
}

.post-nav {
    max-width: 760px;
    margin: 0 auto;
    padding: 2rem 2rem 4rem;
    border-top: 1px solid var(--cv-border);
}

.post-nav a {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cv-blue);
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-nav a:hover { color: var(--cv-blue-deep); }

    </style>
</head>
<body>
    <nav>
        <a href="/" class="nav-logo">
            <img src="/assets/icons/logo-black.svg" alt="Cascais Ventures">
        </a>
        <ul class="nav-links">
            <li><a href="/">Home</a></li>
            <li><a href="/ari-cultural/">ARI Cultural</a></li>
            <li><a href="/blog/">Blog</a></li>
            <li><a href="/#contact">Contact</a></li>
        </ul>
    </nav>

    <main class="page-content">
        
<article>
    
    <header class="post-header">
        <div class="post-meta">Invalid Date</div>
        <h1 class="post-title"></h1>
        
        
    </header>

    <div class="post-body">
        <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Cascais Ventures Blog</title>
  <subtitle>Cascais Ventures creates and finances cultural projects in Portugal. We work with leading institutions, artists, and filmmakers to build culture that endures.</subtitle>
  <link href="https://cascaisventures.com/blog/feed.xml" rel="self"/>
  <link href="https://cascaisventures.com/blog/"/>
  <updated>29 March 2026</updated>
  <id>https://cascaisventures.com/blog/</id>
  <author>
    <name>Cascais Ventures</name>
    <email>info@cascaisventures.com</email>
  </author>
  
  <entry>
    <title>ARI Cultural in Portugal: What Immigration Professionals Need to Know</title>
    <link href="https://cascaisventures.com/blog/ari-cultural-what-immigration-professionals-need-to-know/"/>
    <updated>29 March 2026</updated>
    <id>https://cascaisventures.com/blog/ari-cultural-what-immigration-professionals-need-to-know/</id>
    <content type="html">TL;DR
    ARI Cultural is Portugal&#39;s residency-by-investment route for cultural projects — lower threshold than funds, legally established, and increasingly ali...</content>
  </entry>
  
</feed>

    </div>

    <nav class="post-nav">
        <a href="/blog/">&larr; Back to all posts</a>
    </nav>
</article>

    </main>

    <footer>
        <div class="footer-copy">&copy; 2026 Cascais Ventures. All rights reserved.</div>
        <div class="footer-links">
            <a href="/">Home</a>
            <a href="/ari-cultural/">ARI Cultural</a>
            <a href="/blog/">Blog</a>
            <a href="/#contact">Contact</a>
        </div>
    </footer>

    <!-- COOKIE CONSENT BANNER -->
    <div id="cookie-banner" style="
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: rgba(26,26,46,0.97);
        backdrop-filter: blur(10px);
        padding: 1.25rem 2rem;
        font-family: 'Inter', sans-serif;
    ">
        <div style="max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap;">
            <p style="color: rgba(255,255,255,0.7); font-size: 0.82rem; line-height: 1.6; margin: 0; max-width: 650px;">
                We use cookies to understand how visitors interact with our site. No personal data is shared with third parties.
                <a href="#" style="color: rgba(255,255,255,0.9); text-decoration: underline; text-underline-offset: 2px;">Learn more</a>
            </p>
            <div style="display: flex; gap: 0.75rem; flex-shrink: 0;">
                <button onclick="declineCookies()" style="
                    background: transparent;
                    border: 1px solid rgba(255,255,255,0.2);
                    color: rgba(255,255,255,0.6);
                    padding: 0.5rem 1.25rem;
                    font-size: 0.75rem;
                    font-family: 'Inter', sans-serif;
                    letter-spacing: 0.05em;
                    cursor: pointer;
                    border-radius: 1px;
                ">Decline</button>
                <button onclick="acceptCookies()" style="
                    background: #6B9FD4;
                    border: 1px solid #6B9FD4;
                    color: white;
                    padding: 0.5rem 1.25rem;
                    font-size: 0.75rem;
                    font-family: 'Inter', sans-serif;
                    letter-spacing: 0.05em;
                    cursor: pointer;
                    border-radius: 1px;
                ">Accept</button>
            </div>
        </div>
    </div>

    <script>
        (function() {
            var consent = localStorage.getItem('cv-cookie-consent');
            if (consent === null) {
                document.getElementById('cookie-banner').style.display = 'block';
            } else if (consent === 'accepted') {
                loadGA();
            }
        })();

        function acceptCookies() {
            localStorage.setItem('cv-cookie-consent', 'accepted');
            document.getElementById('cookie-banner').style.display = 'none';
            loadGA();
        }

        function declineCookies() {
            localStorage.setItem('cv-cookie-consent', 'declined');
            document.getElementById('cookie-banner').style.display = 'none';
        }
    </script>
</body>
</html>
