Files
abigail-site/v1/about.html

124 lines
5.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About — Paprika</title>
<meta name="description" content="About Paprika — a media and evidence-building company for O-1 talent.">
<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=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<style>
.hero h1 em { font-style: italic; color: var(--paprika); }
.prose { max-width: 760px; margin: 0 auto; font-size: 17px; line-height: 1.75; color: var(--body); }
.prose h2 { font-size: 28px; margin: 40px 0 16px; }
.prose p { margin: 0 0 18px; }
.prose .lead {
font-family: "Fraunces", serif;
font-size: 22px;
font-style: italic;
color: var(--ink);
line-height: 1.5;
margin-bottom: 32px;
}
</style>
</head>
<body>
<nav>
<div class="container">
<a class="brand" href="index.html">
<span class="brand-name">Paprika</span>
<span class="brand-tagline">Attorney-Curated Press &amp; Evidence for O-1 Talent</span>
</a>
<div class="nav-links">
<a href="press.html">Press</a>
<a href="judging.html">Judging</a>
<a href="scholarly.html">Scholarly Articles</a>
<a href="services.html">Services</a>
<a href="why-paprika.html">Why Paprika</a>
<a href="resources.html">Resources</a>
</div>
<a href="start-here.html" class="nav-cta">Start Here</a>
</div>
</nav>
<section class="hero centered">
<div class="container">
<div class="eyebrow">About</div>
<h1>About <em>Paprika.</em></h1>
</div>
</section>
<section class="section" style="padding-top:0">
<div class="container">
<div class="prose">
<p class="lead">Paprika exists because the most consequential O-1 evidence — press, judging, and authorship — is also the easiest to get wrong. Generic PR firms chase visibility. Paprika is built to chase evidence value, with attorney-caliber judgment.</p>
<h2>What we do</h2>
<p>We coordinate press placements, judging opportunities, and scholarly article authorship for high-achieving professionals — founders, researchers, executives, creators — building credible public recognition designed to support their future immigration strategy. Every opportunity is evaluated through an attorney-level lens before we recommend it.</p>
<h2>What we are not</h2>
<p>Paprika is not a law firm. We do not provide immigration legal advice or representation. We do not file O-1 petitions or serve as agent petitioners. When clients need petition representation, we connect them with experienced immigration counsel — but that is a referral, not a service Paprika delivers.</p>
<h2>Why now</h2>
<p>O-1 evidence should not be built in a panic. The strongest profiles look organic, with press, judging, and authorship accumulated over months — not packed into the weeks right before filing. Paprika gives candidates a way to build that record early, with judgment about which placements actually matter.</p>
<h2>Who we serve</h2>
<p>Founders, researchers, executives, creators, and global talent preparing for O-1, EB-1A, or long-term public recognition. We are selective about engagements — we turn down clients whose profiles aren't yet a fit, and we turn down placements that won't serve a client's case.</p>
<h2>The standard</h2>
<p>Our review framework is developed by attorneys with Ivy League legal training and Vault 10 BigLaw experience — direct experience evaluating immigration-related evidence and professional credentials. See <a href="why-paprika.html" style="color: var(--paprika); font-weight: 600;">Our Standard</a> for the credential floor.</p>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="cta-band">
<h2>Start with your profile.</h2>
<p>Share your LinkedIn or CV. We'll tell you what evidence path makes sense for you.</p>
<a href="start-here.html" class="btn btn-primary">Send Us Your Profile</a>
</div>
</div>
</section>
<footer>
<div class="container">
<div>
<div class="brand-name" style="margin-bottom:6px;">Paprika</div>
<div style="font-size:12px; max-width:280px; line-height:1.55;">Attorney-Curated Press &amp; Evidence for O-1 Talent.</div>
</div>
<div class="footer-col">
<h4>Services</h4>
<a href="press.html">Press</a>
<a href="judging.html">Judging</a>
<a href="scholarly.html">Scholarly Articles</a>
<a href="services.html">Packages</a>
</div>
<div class="footer-col">
<h4>About</h4>
<a href="why-paprika.html">Why Paprika</a>
<a href="resources.html">Resources</a>
<a href="faq.html">FAQ</a>
<a href="about.html">About</a>
</div>
<div class="footer-col">
<h4>Legal</h4>
<a href="terms.html">Terms of Service</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="start-here.html">Start Here</a>
</div>
</div>
<div class="container">
<div class="disclaimer">
Paprika is not a law firm and does not provide legal advice or immigration representation. Use of our services does not create an attorney-client relationship.
</div>
</div>
</footer>
</body>
</html>