<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>ONE MONTH TRAVEL — Coming Soon</title>
    
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-1FZZH71HSM"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());
        gtag('config', 'G-1FZZH71HSM');
    </script>
    
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background: #0a0a0a;
            color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 20px;
            line-height: 1.6;
        }
        
        .container {
            max-width: 600px;
            text-align: center;
        }
        
        h1 {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 300;
            letter-spacing: 0.1em;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
        }
        
        .tagline {
            font-size: clamp(1rem, 2.5vw, 1.5rem);
            font-weight: 300;
            margin-bottom: 2rem;
            color: #cccccc;
            letter-spacing: 0.05em;
        }
        
        .description {
            font-size: clamp(0.9rem, 2vw, 1.1rem);
            line-height: 1.8;
            margin-bottom: 3rem;
            color: #999999;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .cta {
            display: inline-block;
            padding: 15px 40px;
            background: transparent;
            color: #ffffff;
            text-decoration: none;
            border: 1px solid #ffffff;
            font-size: 1rem;
            letter-spacing: 0.05em;
            transition: all 0.3s ease;
            text-transform: uppercase;
            font-weight: 300;
        }
        
        .cta:hover {
            background: #ffffff;
            color: #0a0a0a;
        }
        
        .divider {
            width: 60px;
            height: 1px;
            background: #ffffff;
            margin: 2rem auto;
            opacity: 0.3;
        }
        
        @media (max-width: 768px) {
            body {
                padding: 30px 20px;
            }
            
            .container {
                max-width: 100%;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>ONE MONTH TRAVEL</h1>
        <div class="divider"></div>
        <div class="tagline">Slow down. Listen. Experience.</div>
        <p class="description">
            Unedited travel videos capturing the world in real-time — no music, no commentary, just authentic sounds and sights.
        </p>
        <a href="https://youtube.com/@onemonthtravel" class="cta" target="_blank" rel="noopener">Watch on YouTube</a>
    </div>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9e72455b2fed3017',t:'MTc3NTMyNjIzNw=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>
