<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contenistas Media House | Creative Production Studio</title>
<!-- Tailwind CSS for modern, fast styling -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts: Editorial Serif and Sleek Sans -->
<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=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Inter:wght@300;400;500&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
background-color: #FBF9F6; /* Luxury Warm Neutral Background */
color: #1A1A1A;
}
.font-editorial {
font-family: 'Cormorant+Garamond', serif;
}
</style>
</head>
<body class="antialiased selection:bg-stone-200">
<!-- Minimalist Navigation Bar -->
<nav class="w-full py-6 px-6 md:px-12 flex justify-between items-center border-b border-stone-200/60 sticky top-0 bg-[#FBF9F6]/90 backdrop-blur-md z-50">
<div class="text-xl font-medium tracking-widest uppercase text-stone-900">Contenistas</div>
<div class="hidden md:flex space-x-8 text-xs tracking-widest uppercase text-stone-600">
<a href="#about" class="hover:text-stone-900 transition-colors">The Studio</a>
<a href="#services" class="hover:text-stone-900 transition-colors">Services</a>
<a href="#contact" class="hover:text-stone-900 transition-colors">Inquire</a>
</div>
</nav>
<!-- Hero Section: Fashion Campaign Energy -->
<header class="relative px-6 md:px-12 py-20 lg:py-32 max-w-7xl mx-auto grid grid-cols-1 lg:grid-cols-12 gap-12 items-center">
<div class="lg:col-span-7 z-10">
<span class="text-xs font-medium tracking-[0.2em] uppercase text-stone-500 block mb-4">Miami-Born Creative Production</span>
<h1 class="text-5xl md:text-7xl font-editorial text-stone-900 leading-[1.1] mb-6">
Building brands that <br><span class="italic font-normal text-stone-700">deserve to be seen.</span>
</h1>
<p class="text-stone-600 text-base md:text-lg max-w-xl font-light leading-relaxed mb-8">
We create cinematic, culturally relevant brand experiences through creative production, visual storytelling, and luxury media execution—helping modern businesses become unforgettable.
</p>
<a href="#contact" class="inline-block bg-stone-900 text-white text-xs tracking-[0.2em] uppercase px-8 py-4 hover:bg-stone-800 transition-all transform hover:-translate-y-0.5">
Book a Media Experience
</a>
</div>
<!-- Hero Asset Placeholder (Flash Campaign Aesthetic) -->
<div class="lg:col-span-5 w-full aspect-[4/5] bg-stone-200 overflow-hidden relative group shadow-sm">
<img src="https://images.unsplash.com/photo-1509631179647-0177331693ae?auto=format&fit=crop&q=80&w=1200"
alt="Editorial Fashion Campaign Mood"
class="w-full h-full object-cover filter grayscale contrast-115 mix-blend-multiply transition-transform duration-700 group-hover:scale-105">
<div class="absolute bottom-4 left-4 text-[10px] tracking-widest text-white uppercase bg-black/40 px-3 py-1 backdrop-blur-sm">
Editorial Direction / Creative Concept
</div>
</div>
</header>
<!-- Manifesto Strip -->
<section id="about" class="bg-stone-900 text-stone-100 py-16 px-6 md:px-12 border-y border-stone-800">
<div class="max-w-5xl mx-auto flex flex-col md:flex-row md:items-center justify-between gap-8">
<div class="text-xs tracking-[0.3em] uppercase text-stone-400">Not An Agency. <br>A Media House.</div>
<div class="font-editorial text-2xl md:text-3xl font-light max-w-3xl leading-relaxed text-stone-200">
"We partner with brands to build intentional digital identities through luxury visual execution, creative direction, and cinematic storytelling from launch to long-term cultural relevance."
</div>
</div>
</section>
<!-- Core Capabilities Portfolio Grid -->
<section id="services" class="py-24 px-6 md:px-12 max-w-7xl mx-auto">
<div class="flex flex-col md:flex-row justify-between items-baseline mb-16 border-b border-stone-200 pb-6">
<h2 class="text-3xl md:text-4xl font-editorial text-stone-900">Core Services</h2>
<p class="text-stone-500 text-xs tracking-widest uppercase mt-2 md:mt-0">High-Ticket Asset & Campaign Production</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-12">
<!-- Service 1: Creative Production -->
<div class="flex flex-col justify-between group">
<div>
<div class="w-full aspect-[3/2] bg-stone-200 mb-6 overflow-hidden">
<img src="https://images.unsplash.com/photo-1492691527719-9d1e07e534b4?auto=format&fit=crop&q=80&w=800" alt="Creative Concept Planning" class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-103">
</div>
<h3 class="text-lg font-medium text-stone-900 mb-2">Creative Production</h3>
<p class="text-stone-600 text-sm font-light leading-relaxed mb-4">
The umbrella defining our workspace. From campaign development and comprehensive shot mapping to visual campaign production and luxury execution.
</p>
</div>
<span class="text-[11px] tracking-widest text-stone-400 uppercase font-medium">01 // Editorial Direction</span>
</div>
<!-- Service 2: Event Media Coverage -->
<div class="flex flex-col justify-between group">
<div>
<div class="w-full aspect-[3/2] bg-stone-200 mb-6 overflow-hidden">
<img src="https://images.unsplash.com/photo-1511578314322-379afb476865?auto=format&fit=crop&q=80&w=800" alt="Luxury Activation Media" class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-103">
</div>
<h3 class="text-lg font-medium text-stone-900 mb-2">Event Media Coverage</h3>
<p class="text-stone-600 text-sm font-light leading-relaxed mb-4">
High-end documentation for luxury brand activations, hospitality pop-ups, and runway events. Structured for premium behind-the-scenes content and same-day delivery.
</p>
</div>
<span class="text-[11px] tracking-widest text-stone-400 uppercase font-medium">02 // Live Activations</span>
</div>
<!-- Service 3: Hospitality & Venue Media -->
<div class="flex flex-col justify-between group">
<div>
<div class="w-full aspect-[3/2] bg-stone-200 mb-6 overflow-hidden">
<img src="https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&q=80&w=800" alt="Boutique Hotel Production" class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-103">
</div>
<h3 class="text-lg font-medium text-stone-900 mb-2">Hospitality & Venue Media</h3>
<p class="text-stone-600 text-sm font-light leading-relaxed mb-4">
A focused production division tailoring content architectural layers, dining environments, and sensory guest experiences for high-end boutique hotels and restaurants.
</p>
</div>
<span class="text-[11px] tracking-widest text-stone-400 uppercase font-medium">03 // Spaces & Experiences</span>
</div>
</div>
</section>
<!-- Studio Footer & Contact Inquiries -->
<footer id="contact" class="bg-stone-50 border-t border-stone-200/80 py-20 px-6 md:px-12 text-center">
<div class="max-w-2xl mx-auto">
<h2 class="text-4xl font-editorial text-stone-900 mb-4">Collaborate With Us</h2>
<p class="text-stone-600 font-light text-sm mb-8 leading-relaxed">
Available for worldwide brand launches, production direction, and editorial media commissions. Based out of Miami, Florida.
</p>
<div class="space-y-2">
<a href="mailto:hello@contenistas.com" class="text-lg font-editorial italic text-stone-800 hover:text-stone-500 transition-colors block">hello@contenistas.com</a>
<span class="text-xs text-stone-400 tracking-widest uppercase block mt-6">© 2026 Contenistas Media House. All Rights Reserved.</span>
</div>
</div>
</footer>
</body>
</html>