lilith-platform.live/codebase/@features/futa-waifu-tour/web/index.html
2026-05-18 00:27:15 -07:00

639 lines
23 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en" data-theme="inkwell" data-accent="pink">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Futa Waifu Tour — Quinn, on tour</title>
<meta name="description" content="Futa Waifu Tour — Quinn, in town for FanimeCon weekend in San Jose. Real, not rendered. Bimbo-Geek register. Appointment only. From $700/hr." />
<meta name="keywords" content="Futa Waifu Tour, FanimeCon escort, San Jose escort, anime convention escort, trans escort, futa waifu, real futa, Quinn, hyper-femme escort, trans bimbo escort, Memorial Day weekend escort, convention companion" />
<meta name="robots" content="index,follow" />
<link rel="canonical" href="https://futawaifutour.com/" />
<meta property="og:site_name" content="Futa Waifu Tour" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Futa Waifu Tour — Quinn, on tour" />
<meta property="og:description" content="Real, not rendered. Quinn, in town for FanimeCon weekend." />
<meta property="og:url" content="https://futawaifutour.com/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Futa Waifu Tour — Quinn, on tour" />
<meta name="twitter:description" content="Real, not rendered. Quinn, in town for FanimeCon weekend." />
<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=Archivo+Black&family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/_shared/fwt-shared.css" />
<style>
/* Canonical-homepage styles, layered on top of fwt-shared.css.
Bait-page classes (used by SEO baits) are unaffected. */
:root {
--gutter: 28px;
--content-max: 1100px;
}
body.fwt-canonical {
background: var(--paper);
color: var(--ink);
font-family: var(--sans);
margin: 0;
line-height: 1.55;
-webkit-font-smoothing: antialiased;
}
/* Topnav */
.topnav {
position: sticky; top: 0; z-index: 50;
background: rgba(15, 13, 12, .92);
backdrop-filter: blur(8px);
border-bottom: 1px solid var(--rule);
}
.topnav-inner {
max-width: var(--content-max);
margin: 0 auto;
padding: 14px var(--gutter);
display: flex; justify-content: space-between; align-items: center;
gap: 24px;
}
.nav-mark {
font-family: var(--display);
font-size: 14px;
letter-spacing: .12em;
text-transform: uppercase;
color: var(--ink);
text-decoration: none;
}
.nav-mark .slash { color: var(--accent); padding: 0 6px; }
.nav-links { display: flex; gap: 20px; align-items: center; font-size: 13px; }
.nav-links a { color: var(--ink-2); text-decoration: none; letter-spacing: .04em; }
.nav-links a:hover { color: var(--accent); }
.nav-cta {
background: var(--accent);
color: var(--paper) !important;
padding: 8px 16px;
border-radius: 4px;
font-weight: 600;
letter-spacing: .04em;
}
.nav-cta:hover { background: var(--accent-2); color: var(--paper) !important; }
/* Cover (issue-style title) */
.cover {
max-width: var(--content-max);
margin: 0 auto;
padding: 96px var(--gutter) 64px;
text-align: center;
}
.cover-mark {
font-family: var(--display);
font-size: clamp(64px, 14vw, 144px);
line-height: .92;
letter-spacing: -0.02em;
color: var(--ink);
margin: 0;
text-shadow: 2px 2px 0 var(--accent), -2px -2px 0 var(--accent-2);
}
.cover-mark .line { display: block; }
.cover-mark .therapy { color: var(--accent); text-shadow: none; }
.cover-mark .tour { color: var(--accent-2); text-shadow: none; }
.cover-meta {
margin: 32px 0 0;
font-size: 12px;
letter-spacing: .2em;
text-transform: uppercase;
color: var(--ink-2);
}
.cover-meta .accent { color: var(--accent); }
.cover-meta .sep { color: var(--muted); margin: 0 12px; }
/* Hero — featured stop */
.hero {
max-width: var(--content-max);
margin: 0 auto;
padding: 48px var(--gutter) 80px;
}
.hero-card {
background: var(--card, #1a1815);
border: 1px solid var(--rule);
border-radius: 8px;
padding: 48px;
text-align: center;
}
.hero-overline {
font-size: 11px;
letter-spacing: .18em;
text-transform: uppercase;
color: var(--ink-2);
margin: 0 0 24px;
}
.hero-overline .accent { color: var(--accent); font-weight: 600; }
.hero-overline .dim { opacity: .4; padding: 0 8px; }
.hero-city {
font-family: var(--display);
font-size: clamp(56px, 10vw, 96px);
line-height: .95;
letter-spacing: -0.01em;
color: var(--ink);
margin: 0;
}
.hero-rail {
margin: 28px auto 0;
max-width: 640px;
color: var(--ink-2);
font-size: 15px;
line-height: 1.6;
}
.hero-rail .conf { color: var(--accent); font-weight: 600; }
.hero-rail .ctx { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; font-style: italic; }
.hero-cta {
display: inline-block;
margin-top: 32px;
padding: 16px 32px;
background: var(--accent);
color: var(--paper);
text-decoration: none;
font-family: var(--display);
font-size: 14px;
letter-spacing: .14em;
text-transform: uppercase;
border-radius: 4px;
}
.hero-cta:hover { background: var(--accent-2); }
.hero-meta {
margin: 20px 0 0;
font-size: 12px;
color: var(--muted);
letter-spacing: .04em;
}
/* Prose sections (numbered) */
.prose {
max-width: var(--content-max);
margin: 0 auto;
padding: 64px var(--gutter);
border-top: 1px solid var(--rule);
}
.prose-grid {
display: grid;
grid-template-columns: 120px 1fr;
gap: 48px;
align-items: start;
}
.section-numeral {
font-family: var(--display);
font-size: clamp(72px, 12vw, 120px);
line-height: 1;
color: var(--accent);
margin: 0;
opacity: .8;
}
.prose-eyebrow {
font-size: 11px;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--ink-2);
margin: 0 0 12px;
}
.prose-eyebrow .accent { color: var(--accent); }
.prose-title {
font-family: var(--display);
font-size: clamp(40px, 6vw, 64px);
line-height: 1;
color: var(--ink);
margin: 0 0 24px;
letter-spacing: -0.01em;
}
.prose-body { color: var(--ink-2); font-size: 16px; line-height: 1.75; }
.prose-body p { margin: 0 0 20px; }
.prose-body strong { color: var(--ink); }
.prose-body em { color: var(--accent); font-style: italic; }
.prose-body a { color: var(--accent); text-decoration: none; border-bottom: 1px solid var(--accent); }
/* Caption rails (the date/conference/venue grid) */
.caption-rails {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 20px;
margin: 32px 0 0;
padding: 24px 0 0;
border-top: 1px solid var(--rule);
}
.crail-label {
font-size: 10px;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--muted);
margin: 0 0 6px;
font-weight: 600;
}
.crail-value {
color: var(--ink);
font-size: 15px;
margin: 0;
font-weight: 500;
}
.crail-note {
display: block;
color: var(--ink-2);
font-size: 13px;
font-weight: 400;
margin-top: 4px;
font-style: italic;
}
/* FWT vs ATT comparison block */
.vs-block {
margin: 40px 0 0;
padding: 28px;
border: 1px solid var(--rule);
border-radius: 6px;
background: var(--card, #1a1815);
}
.vs-eyebrow {
font-family: var(--display);
font-size: 13px;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--ink);
margin: 0 0 8px;
}
.vs-eyebrow a { color: var(--accent-2); text-decoration: none; border-bottom: 1px solid var(--accent-2); }
.vs-lede { color: var(--ink-2); font-size: 14px; margin: 0 0 24px; line-height: 1.6; }
.vs-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin: 0 0 20px;
}
.vs-col {
background: rgba(0,0,0,.25);
border: 1px solid var(--rule);
border-radius: 4px;
padding: 18px 20px;
}
.vs-tag {
font-size: 11px;
letter-spacing: .12em;
text-transform: uppercase;
margin: 0 0 12px;
padding-bottom: 10px;
border-bottom: 1px solid var(--rule);
font-weight: 600;
}
.vs-tag.this { color: var(--accent); }
.vs-tag.other { color: var(--accent-2); }
.vs-tag a { color: inherit; text-decoration: none; border-bottom: 1px dotted; }
.vs-col ul { margin: 0; padding-left: 0; list-style: none; }
.vs-col li { color: var(--ink-2); font-size: 13.5px; margin: 8px 0; line-height: 1.5; }
.vs-col li strong { color: var(--ink); font-weight: 600; }
.vs-foot {
color: var(--muted);
font-size: 13px;
font-style: italic;
margin: 12px 0 0;
text-align: center;
}
@media (max-width: 600px) { .vs-grid { grid-template-columns: 1fr; } }
/* Testimonials */
.testimonials {
max-width: var(--content-max);
margin: 0 auto;
padding: 64px var(--gutter);
border-top: 1px solid var(--rule);
}
.testimonials-head { text-align: center; margin: 0 0 48px; }
.testimonial-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 20px;
}
.quote {
background: var(--card, #1a1815);
border: 1px solid var(--rule);
border-radius: 6px;
padding: 24px;
}
.quote blockquote {
margin: 0 0 16px;
color: var(--ink);
font-size: 17px;
line-height: 1.5;
font-style: italic;
}
.quote blockquote .accent { color: var(--accent); font-style: normal; }
.quote-attr {
font-size: 11px;
letter-spacing: .12em;
text-transform: uppercase;
color: var(--muted);
}
/* Book section */
.book {
max-width: 720px;
margin: 0 auto;
padding: 64px var(--gutter) 96px;
border-top: 1px solid var(--rule);
text-align: center;
}
.book .prose-eyebrow { text-align: center; }
.book .prose-title { text-align: center; }
.book-intro { color: var(--ink-2); font-size: 16px; line-height: 1.7; margin: 0 0 32px; }
.book-intro strong { color: var(--ink); }
.book-intro a { color: var(--accent); border-bottom: 1px solid var(--accent); }
.book-cta-block {
background: var(--card, #1a1815);
border: 1px solid var(--rule);
border-radius: 6px;
padding: 28px;
text-align: center;
}
.book-cta-head {
font-size: 11px;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--accent);
margin: 0 0 16px;
}
.book-cta {
display: inline-block;
padding: 16px 32px;
background: var(--accent);
color: var(--paper);
text-decoration: none;
font-family: var(--display);
font-size: 14px;
letter-spacing: .14em;
text-transform: uppercase;
border-radius: 4px;
}
.book-cta:hover { background: var(--accent-2); }
.book-cta-foot { color: var(--muted); font-size: 13px; margin: 16px 0 0; }
/* Footer */
.site-foot {
max-width: var(--content-max);
margin: 0 auto;
padding: 48px var(--gutter);
border-top: 1px solid var(--rule);
color: var(--muted);
font-size: 13px;
text-align: center;
}
.site-foot a { color: var(--ink-2); text-decoration: none; border-bottom: 1px solid var(--rule); }
.site-foot a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.site-foot .sep { margin: 0 12px; opacity: .5; }
@media (max-width: 720px) {
.prose-grid { grid-template-columns: 1fr; gap: 24px; }
.section-numeral { font-size: 64px; }
.nav-links { gap: 12px; font-size: 12px; }
.nav-links a:not(.nav-cta) { display: none; }
.nav-links .nav-cta { display: inline-block; }
.hero-card { padding: 32px 24px; }
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://futawaifutour.com/#website",
"url": "https://futawaifutour.com/",
"name": "Futa Waifu Tour",
"publisher": { "@id": "https://futawaifutour.com/#org" }
},
{
"@type": "Event",
"@id": "https://futawaifutour.com/events/2026-may-21-san-jose-fanimecon-trans-bimbo-escort/",
"name": "Futa Waifu Tour — Stop 01 — San Jose (FanimeCon, Memorial Day weekend)",
"description": "Quinn-solo convention-weekend stop alongside FanimeCon. Discreet incall in downtown San Jose, walking distance from the convention center. Appointment only, screening required.",
"startDate": "2026-05-21T17:00-07:00",
"endDate": "2026-05-25T23:00-07:00",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"location": {
"@type": "Place",
"name": "Downtown San Jose",
"address": { "@type": "PostalAddress", "addressLocality": "San Jose", "addressRegion": "CA", "addressCountry": "US" }
},
"organizer": { "@type": "Organization", "name": "Futa Waifu Tour", "url": "https://futawaifutour.com/" },
"offers": {
"@type": "Offer",
"url": "https://futawaifutour.com/events/2026-may-21-san-jose-fanimecon-trans-bimbo-escort/",
"price": "700",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"validFrom": "2026-04-01T00:00-07:00"
}
},
{
"@type": "Organization",
"@id": "https://futawaifutour.com/#org",
"name": "Futa Waifu Tour",
"url": "https://futawaifutour.com/",
"logo": "https://futawaifutour.com/_shared/og-cover.png",
"sameAs": [ "https://transquinnftw.com/", "https://adulttherapytour.com/" ],
"email": "adulttherapy@pm.me"
}
]
}
</script>
</head>
<body class="fwt-canonical" data-screen-label="FWT · Cover">
<!-- Topnav -->
<nav class="topnav">
<div class="topnav-inner">
<a class="nav-mark" href="#">FWT<span class="slash">/</span>SAN JOSE</a>
<div class="nav-links">
<a href="#stop">Stop 01</a>
<a href="#about">About</a>
<a href="#press">Testimonials</a>
<a href="#book">Book</a>
<a class="nav-cta" href="sms:+14244663669?body=Hi%20Quinn%20%E2%80%94%20interested%20in%20Stop%2001%20%28San%20Jose%20%2F%20FanimeCon%2C%20May%2021%E2%80%9325%29.">Text →</a>
</div>
</div>
</nav>
<!-- Cover -->
<section class="cover">
<h1 class="cover-mark">
<span class="line">Futa</span>
<span class="line therapy">Waifu</span>
<span class="line tour">Tour</span>
</h1>
<p class="cover-meta">
<span class="accent">Issue 01</span>
<span class="sep">·</span>
<span>San Jose</span>
<span class="sep">·</span>
<span>May MMXXVI</span>
</p>
</section>
<!-- Hero — current/upcoming stop -->
<section class="hero" id="stop">
<div class="hero-card">
<p class="hero-overline">
<span>The Futa Waifu Tour</span>
<span class="dim">/</span>
<span class="accent">Stop 01</span>
<span class="dim">/</span>
<span>May 2125, 2026</span>
</p>
<h2 class="hero-city">San Jose.</h2>
<p class="hero-rail">
<span class="conf">FanimeCon</span> · Memorial Day weekend · downtown incall, walking distance from McEnery.
<span class="ctx">Between cosplay panels. After the rave. Your futa waifu for an hour.</span>
</p>
<a class="hero-cta" href="/events/2026-may-21-san-jose-fanimecon-trans-bimbo-escort/">See the weekend →</a>
<p class="hero-meta">From $700/hr · screening required · appointment only</p>
</div>
</section>
<!-- Section 01: About the tour -->
<section class="prose" id="about">
<div class="prose-grid">
<div class="section-numeral">01</div>
<div>
<p class="prose-eyebrow"><span class="accent">§</span> About the tour</p>
<h3 class="prose-title">Real, not rendered.</h3>
<div class="prose-body">
<p><strong>Futa Waifu Tour</strong> is a touring escort brand for convention weekends. Quinn-solo at launch — real trans woman, hyper-femme, in town when the show is.</p>
<p>The futa keyword is mostly anime renders and vtubers. FWT exists for the searchers who want the <em>real</em> one. Quinn is exactly that — and she's in town when FanimeCon is.</p>
</div>
<!-- Sub-section: FWT vs ATT — different audiences, same artist -->
<div class="vs-block">
<p class="vs-eyebrow">FWT &nbsp;vs.&nbsp; <a href="https://adulttherapytour.com/">ATT</a></p>
<p class="vs-lede">Two tours, one artist. Different audience, different voice. The right tour depends on what week of the year, what city, and what you read on first contact.</p>
<div class="vs-grid">
<div class="vs-col">
<p class="vs-tag this">This tour · Futa Waifu Tour</p>
<ul>
<li><strong>Audience:</strong> anime/comic/gaming con weekends</li>
<li><strong>Register:</strong> Bimbo-Geek &mdash; "between cosplay panels"</li>
<li><strong>Where:</strong> FanimeCon, WonderCon, Anime Expo, SDCC, PAX, Daku Con</li>
<li><strong>Read:</strong> coded, playful, fandom-fluent</li>
<li><strong>Stop 01:</strong> San Jose / FanimeCon, May 21&ndash;25, 2026</li>
</ul>
</div>
<div class="vs-col">
<p class="vs-tag other">Sister tour · <a href="https://adulttherapytour.com/">ADULT Therapy Tour</a></p>
<ul>
<li><strong>Audience:</strong> medical / academic / CEO conferences</li>
<li><strong>Register:</strong> Applied-wellness &mdash; "after the panel"</li>
<li><strong>Where:</strong> APA, AASLD, MedTech CEO, Pri-Med, ESMO</li>
<li><strong>Read:</strong> clinical-adjacent, restrained, editorial</li>
<li><strong>Current:</strong> San Francisco / APA, May 15&ndash;18, 2026</li>
</ul>
</div>
</div>
<p class="vs-foot">Same Quinn. Same screening. Same rate (from $700/hr). The voice is what differs &mdash; because the audience does.</p>
</div>
</div>
</div>
</section>
<!-- Section 02: Stop 01 detail -->
<section class="prose">
<div class="prose-grid">
<div class="section-numeral">02</div>
<div>
<p class="prose-eyebrow"><span class="accent">§</span> Stop 01 · FanimeCon, Memorial Day weekend</p>
<h3 class="prose-title">San Jose.</h3>
<div class="prose-body">
<p>The tour opens at FanimeCon over Memorial Day weekend — <strong>Thursday May 21 through Monday May 25, 2026.</strong> Downtown San Jose incall, walking distance from McEnery Convention Center.</p>
<p>The format is incall. The room is downtown — book the hour <em>between the panels</em>, or the morning after the after-party. Screening is quick and easy.</p>
</div>
<div class="caption-rails">
<div>
<p class="crail-label">Dates</p>
<p class="crail-value">May 21 25, 2026<span class="crail-note">Five days · ThuMon</span></p>
</div>
<div>
<p class="crail-label">Convention</p>
<p class="crail-value">FanimeCon<span class="crail-note">San Jose McEnery Convention Center</span></p>
</div>
<div>
<p class="crail-label">Venue</p>
<p class="crail-value">Downtown San Jose<span class="crail-note">Incall · walking distance from McEnery</span></p>
</div>
<div>
<p class="crail-label">Rate</p>
<p class="crail-value">From $700/hr<span class="crail-note">Confirmed after screening</span></p>
</div>
</div>
</div>
</div>
</section>
<!-- Section 03: Your host -->
<section class="prose">
<div class="prose-grid">
<div class="section-numeral">03</div>
<div>
<p class="prose-eyebrow"><span class="accent">§</span> Your host</p>
<h3 class="prose-title">Quinn.</h3>
<div class="prose-body">
<p>Quinn is the touring artist of FWT v1. Bay Areabased, hyper-femme, in her first touring year — fresh, not jaded. Full biography, gallery, and ongoing tour calendar at <a href="https://transquinnftw.com/" rel="noopener">transquinnftw.com →</a></p>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="testimonials" id="press">
<div class="testimonials-head">
<p class="prose-eyebrow"><span class="accent">§</span> Testimonials</p>
<h3 class="prose-title">What people say.</h3>
</div>
<div class="testimonial-grid">
<div class="quote">
<blockquote>"Best night of my life<span class="accent">.</span>"</blockquote>
<p class="quote-attr">Engineer · returning</p>
</div>
<div class="quote">
<blockquote>"Came back Sunday morning<span class="accent">.</span>"</blockquote>
<p class="quote-attr">Con-floor regular</p>
</div>
<div class="quote">
<blockquote>"Best Saturday I've had this year<span class="accent">.</span>"</blockquote>
<p class="quote-attr">PhD candidate · fandom Twitter</p>
</div>
<div class="quote">
<blockquote>"I rescheduled my flight<span class="accent">.</span>"</blockquote>
<p class="quote-attr">Founder · YC</p>
</div>
<div class="quote">
<blockquote>"trying not to fall in love<span class="accent">.</span>"</blockquote>
<p class="quote-attr">Repeat · Bay Area</p>
</div>
<div class="quote">
<blockquote>"i want her to be my traveling girlfriend<span class="accent">.</span>"</blockquote>
<p class="quote-attr">First-timer · post-rave</p>
</div>
</div>
</section>
<!-- Book section -->
<section class="book" id="book">
<p class="prose-eyebrow"><span class="accent">§</span> The Reservation</p>
<h3 class="prose-title">Book the weekend.</h3>
<p class="book-intro">Limited slots over the FanimeCon five days. The desk takes inquiries at <strong><a href="mailto:adulttherapy@pm.me">adulttherapy@pm.me</a></strong> and responds within an afternoon, in confidence. From $700/hr. Rates confirmed after screening.</p>
<div class="book-cta-block">
<p class="book-cta-head">Fastest way to reach the desk</p>
<a class="book-cta" href="sms:+14244663669?body=Hi%20Quinn%20%E2%80%94%20interested%20in%20Stop%2001%20%28San%20Jose%20%2F%20FanimeCon%2C%20May%2021%E2%80%9325%29.">Text Quinn — Stop 01 →</a>
<p class="book-cta-foot">+1 424 466 3669 · or email <a href="mailto:adulttherapy@pm.me" style="color:var(--accent)">adulttherapy@pm.me</a></p>
</div>
</section>
<!-- Footer -->
<footer class="site-foot">
A Futa Waifu Tour property.
<span class="sep">·</span>
Sister to <a href="https://adulttherapytour.com/">ADULT Therapy Tour</a>
<span class="sep">·</span>
Quinn personal: <a href="https://transquinnftw.com/">transquinnftw.com</a>
</footer>
</body>
</html>