<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Global Hotwives & Black Kings Society</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Global Hotwives & Black Kings Society – an exclusive international lifestyle circle for elegant hotwives, devoted couples and confident Black Kings. Discreet. Selective. Sophisticated." />
<style>
*{margin:0;padding:0;box-sizing:border-box;}
body{
font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
background:#050509;
color:#f5f5f5;
line-height:1.6;
}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
header{
position:sticky;top:0;z-index:100;
background:rgba(5,5,9,.96);
backdrop-filter:blur(12px);
border-bottom:1px solid rgba(255,215,0,.25);
}
.nav{
max-width:1100px;margin:0 auto;
padding:.75rem 1.5rem;
display:flex;align-items:center;justify-content:space-between;gap:1rem;
}
.nav-left{display:flex;align-items:center;gap:.7rem;}
.logo-img{height:34px;width:auto;border-radius:6px;object-fit:contain;}
.logo-text{font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;}
.logo-text span{color:#ffd700;}
.nav-links{display:flex;gap:1.4rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.14em;}
.nav-links a{opacity:.85;}
.nav-links a:hover{color:#ffd700;opacity:1;}
.btn{
display:inline-flex;align-items:center;justify-content:center;
padding:.7rem 1.6rem;border-radius:999px;
border:1px solid #ffd700;
background:linear-gradient(135deg,#ffd700,#b8860b);
color:#050509;font-weight:600;font-size:.9rem;
letter-spacing:.06em;text-transform:uppercase;
cursor:pointer;white-space:nowrap;
transition:transform .15s,box-shadow .15s,background .15s;
}
.btn:hover{
transform:translateY(-1px);
box-shadow:0 10px 25px rgba(0,0,0,.6);
background:linear-gradient(135deg,#ffe76a,#daa520);
}
.btn-outline{background:transparent;color:#ffd700;border-color:rgba(255,215,0,.7);}
.btn-outline:hover{background:rgba(255,215,0,.08);}
main{max-width:1100px;margin:0 auto;padding:1.5rem;}
section{padding:4rem 0;border-bottom:1px solid rgba(255,255,255,.06);}
.section-heading{font-size:1.9rem;margin-bottom:.75rem;letter-spacing:.08em;text-transform:uppercase;}
.section-subtitle{font-size:.9rem;color:#c0c0c0;text-transform:uppercase;letter-spacing:.22em;margin-bottom:2rem;}
.highlight{color:#ffd700;}
p{margin-bottom:.9rem;color:#e0e0e0;font-size:.98rem;}
ul{list-style:none;margin-top:.6rem;}
ul li{margin-bottom:.45rem;font-size:.96rem;}
ul li::before{content:"•";color:#ffd700;display:inline-block;width:1rem;margin-left:-1rem;}
.hero{
display:grid;
grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);
gap:3rem;align-items:stretch;padding-top:5rem;
}
.hero-left{
padding:2rem 1.8rem;border-radius:20px;
background:linear-gradient(145deg,rgba(0,0,0,.9),rgba(10,10,18,.96));
border:1px solid rgba(255,215,0,.35);
box-shadow:0 25px 60px rgba(0,0,0,.85);
}
.hero-title{font-size:clamp(2.2rem,4vw,3rem);line-height:1.1;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.12em;}
.hero-tagline{font-size:1rem;color:#dedede;margin-bottom:1.5rem;}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;}
.hero-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#c0c0c0;margin-bottom:1.4rem;opacity:.9;}
.hero-badge span{width:7px;height:7px;border-radius:999px;background:#26d87c;box-shadow:0 0 10px rgba(38,216,124,.8);}
.hero-card{
border-radius:18px;border:1px solid rgba(255,215,0,.35);
background:radial-gradient(circle at top,rgba(255,215,0,.2),transparent 60%),#050509;
padding:1.8rem 1.6rem;display:flex;flex-direction:column;gap:.9rem;
}
.hero-card-title{font-size:1.05rem;letter-spacing:.14em;text-transform:uppercase;}
.hero-card p{font-size:.9rem;color:#d8d8d8;}
.hero-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.22em;color:#c0c0c0;}
.hero-stat-row{display:flex;justify-content:space-between;gap:1.5rem;font-size:.8rem;color:#c0c0c0;margin-top:.5rem;}
.hero-stat-row div span{display:block;font-size:.95rem;color:#ffd700;margin-top:.2rem;text-transform:uppercase;letter-spacing:.1em;}
.two-column{
display:grid;
grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr);
gap:2.5rem;align-items:flex-start;
}
.card{
border-radius:16px;padding:1.6rem 1.5rem;
background:radial-gradient(circle at top,rgba(255,215,0,.08),transparent 60%),#0a0a10;
border:1px solid rgba(255,255,255,.07);
box-shadow:0 12px 35px rgba(0,0,0,.65);
}
.card h3{font-size:1.05rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.7rem;}
.form-grid{
display:grid;
grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);
gap:2.5rem;align-items:flex-start;
}
form{display:flex;flex-direction:column;gap:.85rem;}
label{font-size:.8rem;text-transform:uppercase;letter-spacing:.16em;color:#c0c0c0;}
input,textarea,select{
width:100%;padding:.7rem .8rem;border-radius:10px;
border:1px solid rgba(255,255,255,.18);
background:#050509;color:#f5f5f5;font-size:.9rem;outline:none;
}
input:focus,textarea:focus,select:focus{border-color:#ffd700;}
textarea{min-height:120px;resize:vertical;}
small{font-size:.75rem;color:#a9a9a9;}
.vip-lock{display:flex;flex-direction:column;gap:.9rem;max-width:480px;margin-top:1rem;}
.vip-hint{font-size:.8rem;color:#b0b0b0;}
.vip-area{margin-top:2rem;display:none;}
.vip-tag{display:inline-block;padding:.2rem .7rem;border-radius:999px;border:1px solid rgba(255,215,0,.6);font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;color:#ffd700;margin-bottom:.5rem;}
footer{
padding:2rem 1.5rem 3rem;
border-top:1px solid rgba(255,255,255,.08);
background:#020207;margin-top:2rem;
}
.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;font-size:.8rem;color:#a0a0a0;}
.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;}
.footer-links{display:flex;gap:1rem;flex-wrap:wrap;}
.footer-links a{text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;}
.footer-links a:hover{color:#ffd700;}
.disclaimer{font-size:.7rem;line-height:1.4;}
@media (max-width:900px){
.hero,.two-column,.form-grid{grid-template-columns:minmax(0,1fr);}
.nav-links{display:none;}
main{padding:1.2rem;}
section{padding:3rem 0;}
.hero-left{padding:1.6rem 1.4rem;}
}
</style>
</head>
<body>
<header>
<div class="nav">
<div class="nav-left">
<img src="logo.png" alt="Global Hotwives & Black Kings Society Logo" class="logo-img">
<div class="logo-text">
GLOBAL HOTWIVES & <span>BLACK KINGS</span>
</div>
</div>
<div class="nav-links">
<a href="#about">About</a>
<a href="#rules">Rules</a>
<a href="#kings">Kings</a>
<a href="#couples">Couples</a>
<a href="#vip">VIP</a>
<a href="#membership">Membership</a>
</div>
<a href="#membership" class="btn btn-outline">Apply Now</a>
</div>
</header>
<main>
<section id="top">
<div class="hero">
<div class="hero-left">
<div class="hero-badge">
<span></span> Discreet • Selective • International
</div>
<h1 class="hero-title">
Global Hotwives & <span class="highlight">Black Kings Society</span>
</h1>
<p class="hero-tagline">
An exclusive international lifestyle circle for elegant hotwives, devoted couples and confident Black Kings who value
chemistry, discretion and class.
</p>
<p>
For those who know what they want – and live it <span class="highlight">unapologetically</span>.
</p>
<div class="hero-actions">
<a href="#membership" class="btn">Request Membership</a>
<a href="#vip" class="btn btn-outline">Enter VIP Area</a>
</div>
</div>
<aside class="hero-card">
<div class="hero-label">Private Lifestyle Society</div>
<h2 class="hero-card-title">Discreet. Curated. Invitation-Only.</h2>
<p>
We connect verified couples, hotwives and Black Kings across the globe for upscale, respectful and unforgettable
lifestyle experiences.
</p>
<div class="hero-stat-row">
<div>Members<span>Selective</span></div>
<div>Locations<span>Global</span></div>
<div>Vibe<span>Luxury</span></div>
</div>
</aside>
</div>
</section>
<section id="about">
<h2 class="section-heading">About the Society</h2>
<div class="section-subtitle">ELEGANCE • CHEMISTRY • DISCRETION</div>
<p>
Global Hotwives & Black Kings Society is a private community created for
<span class="highlight">open-minded couples, adventurous hotwives and respectful Black Kings</span>
who believe in a higher standard of lifestyle experiences.
</p>
<p>
We focus on authentic connection, mutual respect and premium, discreet encounters – online and in carefully curated real-world settings.
No drama, no pressure, no chaos. Just adults who understand the art of seduction and the value of privacy.
</p>
<p>
Our members span multiple cities and countries. Whether you travel frequently or prefer intimate local connections, the Society
offers a space to connect with like-minded individuals who share your standards.
</p>
</section>
<section id="rules">
<h2 class="section-heading">Rules & Group Etiquette</h2>
<div class="section-subtitle">RESPECT • CONSENT • CLASS</div>
<div class="two-column">
<div class="card">
<h3>Core Rules</h3>
<ul>
<li><strong>Respect first.</strong> Polite, mature behaviour is mandatory – no pressure, no harassment, no insults.</li>
<li><strong>Consent is everything.</strong> Ask before engaging. “No” and silence are both final.</li>
<li><strong>Profiles must be real.</strong> No fake photos, no stolen images, no ghost profiles.</li>
<li><strong>Keep it classy.</strong> No explicit or graphic content in public spaces. Subtle, sensual, elegant only.</li>
<li><strong>Privacy is sacred.</strong> No screenshots, no leaking chats, no sharing images outside of consent.</li>
<li><strong>No spam or begging.</strong> One thoughtful message is enough. If there’s no reply, move on.</li>
<li><strong>Drama-free zone.</strong> Jealousy, ego games and disrespect lead to removal.</li>
<li><strong>No commercial activity.</strong> No escorts, no paid meets, no selling content.</li>
</ul>
</div>
<div class="card">
<h3>DM Etiquette</h3>
<ul>
<li>Ask before DMing whenever possible – it shows class and confidence.</li>
<li>Introduce yourself properly: who you are, where you’re based, what you’re seeking.</li>
<li>Avoid one-word or low-effort messages. This is a premium space.</li>
<li>Do not pressure for photos, meets or personal details.</li>
<li>If someone is not interested or doesn’t reply, accept it with grace.</li>
<li>All communication must be discreet, respectful and within agreed boundaries.</li>
</ul>
</div>
</div>
</section>
<section id="kings">
<h2 class="section-heading">For Black Kings</h2>
<div class="section-subtitle">CONFIDENCE • DISCIPLINE • DISCRETION</div>
<div class="two-column">
<div class="card">
<h3>Code of Conduct</h3>
<p>
As a Black King in this Society, you are not just a guest – you are part of the experience. Your presence should reflect
<span class="highlight">confidence, calm and respect</span>.
</p>
<ul>
<li>Arrive well-groomed, well-presented and on time – you are the luxury element.</li>
<li>Engage with couples and hotwives politely, never aggressively.</li>
<li>Follow the lead of the couple and, especially, the hotwife – her comfort sets the pace.</li>
<li>Be honest about your intentions, availability and limits.</li>
<li>Never share private details or content; discretion is non-negotiable.</li>
<li>No entitlement, no ego. Interest is earned through energy and respect.</li>
</ul>
</div>
<div class="card">
<h3>What We Look For</h3>
<ul>
<li>Emotionally mature, drama-free and reliable men.</li>
<li>Comfortable with couples dynamics, communication and boundaries.</li>
<li>Willing to verify and build trust over time.</li>
<li>Able to handle high-end, discreet environments and social settings.</li>
</ul>
<p>
Kings who cannot maintain these standards will be quietly removed to protect the quality of the circle.
</p>
</div>
</div>
</section>
<section id="couples">
<h2 class="section-heading">For Couples & Hotwives</h2>
<div class="section-subtitle">BOUNDARIES • TRUST • SELECTION</div>
<div class="two-column">
<div class="card">
<h3>Guidelines</h3>
<ul>
<li>Align as a couple first – agree on boundaries before engaging anyone.</li>
<li>Communicate your limits clearly and calmly at all times.</li>
<li>Hotwives lead the energy: who, how, when and at what pace.</li>
<li>Respect a King’s time and energy – confirm or cancel responsibly.</li>
<li>Share only what you are comfortable sharing. No one should ever feel pressured.</li>
</ul>
</div>
<div class="card">
<h3>Our Promise to You</h3>
<ul>
<li>A curated environment focused on quality over quantity.</li>
<li>Emphasis on privacy, discretion and safety.</li>
<li>Space for both social connections and private arrangements, at your pace.</li>
<li>Zero tolerance for harassment, pushiness or disrespect.</li>
</ul>
<p>
Your comfort, boundaries and wellbeing come first. Everything else is secondary.
</p>
</div>
</div>
</section>
<section id="vip">
<h2 class="section-heading">VIP Members Area</h2>
<div class="section-subtitle">CURATED • PRIVATE • INVITATION-ONLY</div>
<div class="card">
<h3>Access Gate</h3>
<p>
The VIP Area is reserved for approved members of the Society. Here we share
<span class="highlight">deeper guidelines, event previews and high-trust connections</span>.
</p>
<div class="vip-lock">
<p class="vip-hint">
Enter your VIP access password to unlock this section. If you do not yet have one, please complete the membership
application below or contact the host directly.
</p>
<div style="display:flex;gap:.6rem;flex-wrap:wrap;">
<input type="password" id="vip-password" placeholder="Enter VIP password" />
<button type="button" class="btn btn-outline" onclick="unlockVIP()">Unlock VIP</button>
</div>
<small>Do not share your password with anyone.</small>
</div>
<div id="vip-area" class="vip-area">
<div class="vip-tag">Inner Circle</div>
<p>
Welcome inside. As a VIP member of the Global Hotwives & Black Kings Society, you may be invited to:
</p>
<ul>
<li>Private digital lounges and curated group chats.</li>
<li>Invite-only events in select cities worldwide.</li>
<li>High-trust introductions with couples, hotwives and Kings that match your style.</li>
</ul>
<p>
VIP communication is based on <span class="highlight">discretion, reliability and loyalty</span>.
Any breach of trust results in instant removal from the VIP list.
</p>
</div>
</div>
</section>
<section id="membership">
<h2 class="section-heading">Membership & Screening</h2>
<div class="section-subtitle">INVITATION • VERIFICATION • TRUST</div>
<div class="form-grid">
<div>
<p>
Entry to Global Hotwives & Black Kings Society is <span class="highlight">by application only</span>.
Every member is reviewed to protect the privacy, safety and quality of the community.
</p>
<p>
Please complete the form with honest, detailed answers. We are not looking for perfection – we are looking for
<span class="highlight">maturity, authenticity and alignment</span>.
</p>
<p>
Once reviewed, we may contact you for verification and next steps. If you do not hear back, it means the fit is not right
at this time – and that’s okay.
</p>
<p><small>All information is treated with discretion and will never be shared outside the Society.</small></p>
</div>
<div class="card">
<form name="membership" method="POST" data-netlify="true" netlify-honeypot="bot-field">
<input type="hidden" name="form-name" value="membership" />
<p style="display:none;">
<label>Don’t fill this out if you’re human:
<input name="bot-field" />
</label>
</p>
<label for="status">Are you a couple or single?</label>
<select id="status" name="status" required>
<option value="">Select one</option>
<option value="couple">Couple</option>
<option value="hotwife">Hotwife (solo profile)</option>
<option value="single_king">Single Black King</option>
</select>
<label for="age">Age(s)</label>
<input type="text" id="age" name="age" placeholder="e.g. 34 & 31" required />
<label for="location">Location / City & Country</label>
<input type="text" id="location" name="location" placeholder="Kuala Lumpur, Malaysia" required />
<label for="experience">Lifestyle experience</label>
<textarea id="experience" name="experience" placeholder="How long have you been in the lifestyle? What kind of experiences do you enjoy?"></textarea>
<label for="intentions">What are you looking for here?</label>
<textarea id="intentions" name="intentions" placeholder="Describe your intentions, interests and ideal connections."></textarea>
<label for="limits">Boundaries & limits</label>
<textarea id="limits" name="limits" placeholder="Share any important limits, boundaries or preferences."></textarea>
<label for="verify">Verification</label>
<input type="text" id="verify" name="verify" placeholder="SDC profile / link / verification method" />
<small>
By submitting, you confirm you are 21+ and agree to absolute discretion, respect and all Society rules.
</small>
<button type="submit" class="btn" style="margin-top:.8rem;">Submit Application</button>
</form>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-inner">
<div class="footer-top">
<div>
<div class="logo-text">
GLOBAL HOTWIVES & <span>BLACK KINGS</span>
</div>
<p style="margin-top:.4rem;">
Discreet international lifestyle society for couples, hotwives and Black Kings.
</p>
</div>
<div>
<div class="footer-links">
<a href="#top">Top</a>
<a href="#about">About</a>
<a href="#rules">Rules</a>
<a href="#vip">VIP</a>
<a href="#membership">Membership</a>
</div>
<p style="margin-top:.5rem;">
Contact:
<a href="mailto:info@yourdomain.com">info@yourdomain.com</a>
</p>
</div>
</div>
<div class="disclaimer">
<strong>Disclaimer:</strong> This website is intended for adults 21+ only. By accessing this site, you confirm that you are of legal
age in your jurisdiction and that you understand this is a consensual lifestyle community focused on privacy, respect and discretion.
No explicit content is hosted on this website. We do not facilitate or promote illegal activities of any kind.
</div>
<div style="font-size:.7rem;">
© <span id="year"></span> Global Hotwives & Black Kings Society. All rights reserved.
</div>
</div>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
const VIP_PASSWORD = "BLACKKINGS2025"; // change this if you like
function unlockVIP(){
const input=document.getElementById("vip-password");
const area=document.getElementById("vip-area");
if(input.value===VIP_PASSWORD){area.style.display="block";input.value="";}else{alert("Incorrect VIP password.");}
}
</script>
</footer>
</body>
</html>