lilith-platform.live/codebase/@features/demimonde/web/index.html
2026-05-18 00:20:30 -07:00

145 lines
4.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex,nofollow" />
<title>Demimonde, LLC</title>
<link rel="canonical" href="https://demimondaine.paris/" />
<meta property="og:title" content="Demimonde, LLC" />
<meta property="og:description" content="Financial entity. Does not solicit consumer business." />
<meta property="og:url" content="https://demimondaine.paris/" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Demimonde, LLC" />
<meta name="twitter:description" content="Financial entity. Does not solicit consumer business." />
<style>
:root {
--bg: #0f0d0c;
--card: #1a1815;
--card-2: #221f1c;
--ink: #f4f0ea;
--ink-2: #a8a39d;
--muted: #6e6862;
--rule: #2a2724;
--accent: #ff3d8a;
--accent-2: #66e0ff;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--ink); }
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 15px;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}
.draft-banner {
background: rgba(245, 179, 66, .15);
border: 1px solid rgba(245, 179, 66, .5);
color: #f5b342;
padding: 12px 18px;
font-size: 13px;
text-align: center;
border-radius: 4px;
max-width: 720px;
margin: 24px auto 0;
font-family: -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
letter-spacing: .02em;
}
.draft-banner strong { color: #f5b342; font-weight: 600; }
main {
max-width: 560px;
margin: 72px auto 48px;
padding: 48px 36px;
background: var(--card);
border: 1px solid var(--rule);
border-radius: 4px;
}
.brandmark {
font-size: 22px;
font-weight: 600;
letter-spacing: .01em;
margin: 0 0 4px;
color: var(--ink);
}
.subline {
font-size: 14px;
color: var(--ink-2);
margin: 0 0 32px;
font-style: italic;
}
dl { margin: 0; }
dt {
font-size: 11px;
text-transform: uppercase;
letter-spacing: .1em;
color: var(--muted);
margin-top: 20px;
font-weight: 600;
}
dt:first-child { margin-top: 0; }
dd {
margin: 4px 0 0;
color: var(--ink-2);
font-size: 14px;
}
dd code {
font-family: ui-monospace, "SF Mono", Menlo, monospace;
color: var(--ink);
font-size: 13px;
}
footer {
max-width: 560px;
margin: 0 auto 56px;
padding: 0 36px;
color: var(--muted);
font-size: 11px;
text-align: center;
letter-spacing: .02em;
}
</style>
</head>
<body>
<aside class="draft-banner" role="status" aria-label="Draft notice">
<strong>⚠ DRAFT — domain not yet purchased.</strong>
Preview-only. Do not deploy to production until the domain is in Quinn's Joker account and a formal deploy task is opened.
</aside>
<main>
<h1 class="brandmark">Demimonde, LLC</h1>
<p class="subline">Financial entity for the talent.</p>
<dl>
<dt>Mailing address</dt>
<dd>Address on file with state of registration. Contact via Cocotte's office for correspondence.</dd>
<dt>Correspondence</dt>
<dd><code>accounts@demimondaine.paris</code></dd>
<dt>Scope</dt>
<dd>The Office of Demimonde holds bookings, revenue, and invoicing on behalf of the talent. It transacts B2B only.</dd>
<dt>Public business</dt>
<dd>None. This entity does not advertise, market, or solicit retail clients.</dd>
</dl>
<p style="margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 12px;">
— The Office of Demimonde
</p>
</main>
<footer>
This entity does not solicit consumer business. The canonical URL exists for registration purposes.
</footer>
</body>
</html>