<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy Policy | Wild Frame Productions</title>
<meta name="robots" content="noindex, follow">
<link rel="canonical" href="https://wildframeproduction.in/privacy-policy.html">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Space+Mono:wght@400;700&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<style>
  :root { --bg:#0A0A0A; --panel:#141414; --ink:#F0EDEA; --mut:#8A8680; --red:#D8122B; --line:rgba(255,255,255,.08); }
  * { box-sizing:border-box; margin:0; padding:0; }
  body { background:var(--bg); color:var(--ink); font-family:'Inter',sans-serif; line-height:1.75; }
  nav { display:flex; justify-content:space-between; align-items:center; padding:20px clamp(20px,5vw,56px); border-bottom:1px solid var(--line); }
  nav a { color:var(--ink); text-decoration:none; }
  .brand { font-family:'Anton'; font-size:18px; letter-spacing:.02em; }
  .brand span { color:var(--red); }
  .back { font-family:'Space Mono'; font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--mut); border:1px solid var(--line); padding:9px 16px; transition:.25s; }
  .back:hover { border-color:var(--red); color:var(--red); }
  main { max-width:800px; margin:0 auto; padding:clamp(48px,7vw,90px) 24px; }
  .kicker { font-family:'Space Mono'; font-size:11px; letter-spacing:.24em; text-transform:uppercase; color:var(--red); margin-bottom:16px; }
  h1 { font-family:'Anton'; font-weight:400; font-size:clamp(34px,5.5vw,58px); text-transform:uppercase; line-height:1; margin-bottom:14px; }
  .updated { font-family:'Space Mono'; font-size:11px; color:var(--mut); margin-bottom:44px; }
  h2 { font-family:'Anton'; font-weight:400; font-size:21px; text-transform:uppercase; letter-spacing:.02em; margin:36px 0 12px; }
  p, li { color:var(--mut); font-size:15px; }
  ul { padding-left:22px; margin:10px 0; }
  a.mail { color:var(--red); text-decoration:none; }
  footer { border-top:1px solid var(--line); padding:28px clamp(20px,5vw,56px); display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-family:'Space Mono'; font-size:11px; color:var(--mut); }
  footer a { color:var(--mut); text-decoration:none; }
  footer a:hover { color:var(--ink); }
</style>
</head>
<body>
<nav>
  <a href="https://wildframeproduction.in" class="brand">WILD FRAME <span>PRODUCTIONS</span></a>
  <a href="https://wildframeproduction.in" class="back">← Back to Site</a>
</nav>
<main>
  <div class="kicker">Wild Frame Productions · Legal</div>
  <h1>Privacy Policy</h1>
  <div class="updated">Last updated: July 2026</div>
  
<h2>Information We Collect</h2>
<p>When you submit an enquiry or enrollment form on this website, we collect your name, phone number, email address and the details you share about your interest (academy or production project).</p>
<h2>How We Use It</h2>
<ul>
<li>To respond to your enquiry and share course or project information</li>
<li>To communicate batch schedules, fees and updates you have requested</li>
<li>To improve our website using anonymised analytics (Google Analytics)</li>
</ul>
<h2>What We Never Do</h2>
<p>We never sell, rent or trade your personal information to third parties. Your data is used only by the Wild Frame Productions team to serve you.</p>
<h2>Data Storage</h2>
<p>Enquiry data is stored securely with our backend provider. You may request deletion of your data at any time by contacting us.</p>
<h2>Cookies &amp; Analytics</h2>
<p>We use Google Analytics to understand website traffic. This uses cookies that collect anonymised usage data. You can disable cookies in your browser settings.</p>
<h2>Contact</h2>
<p>For any privacy-related request, reach us on WhatsApp at <a class="mail" href="https://wa.me/919340068435">+91 93400 68435</a>.</p>

</main>
<footer>
  <span>© 2026 Wild Frame Productions. All rights reserved.</span>
  <span><a href="/privacy-policy.html">Privacy</a> · <a href="/refund-policy.html">Refunds</a> · <a href="/terms.html">Terms</a></span>
</footer>
</body>
</html>