The Fremont Club: Difference between revisions

From LiberationMUSH Wiki
(Created page with "<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>The Fremont Club - Los Feliz</title> <style> @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&family=Cinzel:wght@400;600&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; }...")
 
No edit summary
Line 1: Line 1:
<!DOCTYPE html>
{{#css:
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>The Fremont Club - Los Feliz</title>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&family=Cinzel:wght@400;600&display=swap');
       
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
       
        body {
            background: linear-gradient(135deg, #0a0a0a 0%, #1a0a0a 50%, #0a0a0a 100%);
            color: #d4c5b9;
            font-family: 'Cormorant Garamond', serif;
            font-size: 18px;
            line-height: 1.8;
            overflow-x: hidden;
        }
       
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }
       
        header {
            text-align: center;
            padding: 60px 20px;
            border-bottom: 1px solid rgba(139, 0, 0, 0.3);
            position: relative;
            margin-bottom: 60px;
        }
       
        header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 300px;
            height: 1px;
            background: linear-gradient(90deg, transparent, #8b0000, transparent);
        }
       
        h1 {
            font-family: 'Cinzel', serif;
            font-size: 4em;
            font-weight: 600;
            color: #c9a050;
            text-transform: uppercase;
            letter-spacing: 8px;
            margin-bottom: 20px;
            text-shadow: 0 0 20px rgba(201, 160, 80, 0.3);
        }
       
        .subtitle {
            font-size: 1.3em;
            color: #8b7355;
            font-style: italic;
            letter-spacing: 2px;
        }
       
        .quote {
            font-size: 1.1em;
            color: #f19626;
            font-style: italic;
            letter-spacing: 2px;
        }


        .intro {
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&family=Cinzel:wght@400;600&display=swap');
            background: rgba(20, 10, 10, 0.6);
 
            border-left: 3px solid #8b0000;
.fremont-container {
            padding: 40px;
    width: 100%;
            margin: 60px 0;
    margin: auto;
            font-size: 1.2em;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0a0a 50%, #0a0a0a 100%);
            line-height: 2;
    color: #d4c5b9;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    font-family: 'Cormorant Garamond', serif;
        }
    font-size: 18px;
       
    line-height: 1.8;
        .floor-section {
}
            margin: 80px 0;
 
            position: relative;
.fremont-header {
        }
    text-align: center;
       
    padding: 60px 20px;
        .floor-section::before {
    border-bottom: 1px solid rgba(139, 0, 0, 0.3);
            content: '';
    position: relative;
            position: absolute;
    margin-bottom: 40px;
            left: -20px;
}
            top: 0;
 
            bottom: 0;
.fremont-header::before {
            width: 2px;
    content: '';
            background: linear-gradient(180deg, transparent, #8b0000, transparent);
    position: absolute;
        }
    top: 0;
       
    left: 50%;
        h2 {
    transform: translateX(-50%);
            font-family: 'Cinzel', serif;
    width: 300px;
            font-size: 2.5em;
    height: 1px;
            color: #c9a050;
    background: linear-gradient(90deg, transparent, #8b0000, transparent);
            margin-bottom: 30px;
}
            text-transform: uppercase;
 
            letter-spacing: 4px;
.fremont-title {
            border-bottom: 2px solid rgba(139, 0, 0, 0.3);
    font-family: 'Cinzel', serif;
            padding-bottom: 15px;
    font-size: 4em;
        }
    font-weight: 600;
       
    color: #c9a050;
        .floor-image {
    text-transform: uppercase;
            width: 100%;
    letter-spacing: 8px;
            height: 400px;
    margin-bottom: 20px;
            background: linear-gradient(135deg, #1a0a0a 0%, #2a1515 100%);
    text-shadow: 0 0 20px rgba(201, 160, 80, 0.3);
            margin: 30px 0;
}
            display: flex;
 
            align-items: center;
.fremont-subtitle {
            justify-content: center;
    font-size: 1.3em;
            border: 1px solid rgba(139, 0, 0, 0.4);
    color: #8b7355;
            box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.8), 0 10px 40px rgba(0, 0, 0, 0.5);
    font-style: italic;
            position: relative;
    letter-spacing: 2px;
            overflow: hidden;
}
        }
 
       
.fremont-navbar {
        .floor-image::after {
    font-family: 'Cinzel', serif;
            content: '';
    width: 100%;
            position: absolute;
    display: flex;
            top: 0;
    justify-content: center;
            left: -100%;
    margin-bottom: 40px;
            width: 100%;
}
            height: 100%;
 
            background: linear-gradient(90deg, transparent, rgba(201, 160, 80, 0.1), transparent);
.fremont-navbar ul {
            animation: shimmer 3s infinite;
    display: flex;
        }
    list-style-type: none;
       
    flex-wrap: wrap;
        @keyframes shimmer {
    justify-content: center;
            0% { left: -100%; }
}
            100% { left: 200%; }
 
        }
.fremont-navbar ul li a {
       
    color: #c9a050;
        .image-placeholder {
    font-size: 18px;
            color: #5a4a3a;
    text-decoration: none;
            font-size: 1.2em;
    padding: 0.8em 1.2em;
            font-style: italic;
    transition: color 0.3s;
            text-align: center;
}
            padding: 20px;
 
        }
.fremont-navbar ul li a:hover {
       
    color: #8b0000;
        .floor-content {
}
            padding: 20px 0;
 
        }
.fremont-navbar ul li a:visited {
       
    color: #c9a050;
        .rp-box {
}
            background: rgba(139, 0, 0, 0.1);
 
            border: 1px solid rgba(139, 0, 0, 0.3);
.fremont-intro {
            padding: 30px;
    background: rgba(20, 10, 10, 0.6);
            margin: 30px 0;
    border-left: 3px solid #8b0000;
            border-radius: 4px;
    padding: 40px;
        }
    margin: 40px 20px;
       
    font-size: 1.2em;
        .rp-box h3 {
    line-height: 2;
            font-family: 'Cinzel', serif;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
            color: #c9a050;
}
            font-size: 1.5em;
 
            margin-bottom: 20px;
.fremont-floor-section {
            letter-spacing: 2px;
    margin: 80px 20px;
        }
    position: relative;
       
    padding-left: 20px;
        .rp-box ul {
}
            list-style: none;
 
            padding-left: 0;
.fremont-floor-section::before {
        }
    content: '';
       
    position: absolute;
        .rp-box li {
    left: 0;
            padding: 10px 0 10px 30px;
    top: 0;
            position: relative;
    bottom: 0;
            border-bottom: 1px solid rgba(139, 0, 0, 0.1);
    width: 2px;
        }
    background: linear-gradient(180deg, transparent, #8b0000, transparent);
       
}
        .rp-box li:last-child {
 
            border-bottom: none;
.fremont-section-title {
        }
    font-family: 'Cinzel', serif;
       
    font-size: 2.5em;
        .rp-box li::before {
    color: #c9a050;
            content: '◆';
    margin-bottom: 30px;
            position: absolute;
    text-transform: uppercase;
            left: 0;
    letter-spacing: 4px;
            color: #8b0000;
    border-bottom: 2px solid rgba(139, 0, 0, 0.3);
        }
    padding-bottom: 15px;
       
}
        .membership-section {
 
            background: linear-gradient(135deg, rgba(20, 10, 10, 0.8), rgba(30, 15, 15, 0.6));
.fremont-floor-image {
            padding: 50px;
    width: 100%;
            margin: 60px 0;
    margin: 30px 0;
            border: 1px solid rgba(139, 0, 0, 0.3);
    border: 1px solid rgba(139, 0, 0, 0.4);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.8), 0 10px 40px rgba(0, 0, 0, 0.5);
        }
}
       
 
        .membership-section h2 {
.fremont-floor-image img {
            border-bottom: none;
    width: 100%;
            margin-bottom: 40px;
    height: auto;
        }
    display: block;
       
}
        .tier {
 
            padding: 20px;
.fremont-floor-content {
            margin: 20px 0;
    padding: 20px 0;
            border-left: 3px solid #8b0000;
}
            background: rgba(10, 5, 5, 0.4);
 
        }
.fremont-rp-box {
       
    background: rgba(139, 0, 0, 0.1);
        .tier-title {
    border: 1px solid rgba(139, 0, 0, 0.3);
            font-family: 'Cinzel', serif;
    padding: 30px;
            color: #c9a050;
    margin: 30px 0;
            font-size: 1.4em;
    border-radius: 4px;
            margin-bottom: 10px;
}
            letter-spacing: 2px;
 
        }
.fremont-rp-box h3 {
       
    font-family: 'Cinzel', serif;
        blockquote {
    color: #c9a050;
            font-family: 'Cinzel', serif;
    font-size: 1.5em;
            font-size: 1.5em;
    margin-bottom: 20px;
            text-align: center;
    letter-spacing: 2px;
            color: #c9a050;
}
            padding: 40px;
 
            margin: 60px 0;
.fremont-rp-box ul {
            font-style: italic;
    list-style: none;
            border-top: 1px solid rgba(139, 0, 0, 0.3);
    padding-left: 0;
            border-bottom: 1px solid rgba(139, 0, 0, 0.3);
}
        }
 
       
.fremont-rp-box li {
        .divider {
    padding: 10px 0 10px 30px;
            text-align: center;
    position: relative;
            margin: 60px 0;
    border-bottom: 1px solid rgba(139, 0, 0, 0.1);
            color: #8b0000;
}
            font-size: 2em;
 
        }
.fremont-rp-box li:last-child {
       
    border-bottom: none;
        footer {
}
            text-align: center;
 
            padding: 60px 20px 40px;
.fremont-rp-box li::before {
            border-top: 1px solid rgba(139, 0, 0, 0.3);
    content: '◆';
            margin-top: 80px;
    position: absolute;
            font-style: italic;
    left: 0;
            color: #8b7355;
    color: #8b0000;
        }
}
       
 
        .accent-text {
.fremont-membership-section {
            color: #c9a050;
    background: linear-gradient(135deg, rgba(20, 10, 10, 0.8), rgba(30, 15, 15, 0.6));
            font-weight: 600;
    padding: 50px;
        }
    margin: 60px 20px;
       
    border: 1px solid rgba(139, 0, 0, 0.3);
        /* Atmospheric effects */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
        body::before {
}
            content: '';
 
            position: fixed;
.fremont-tier {
            top: 0;
    padding: 20px;
            left: 0;
    margin: 20px 0;
            width: 100%;
    border-left: 3px solid #8b0000;
            height: 100%;
    background: rgba(10, 5, 5, 0.4);
            background:  
}
                radial-gradient(circle at 20% 50%, rgba(139, 0, 0, 0.03) 0%, transparent 50%),
 
                radial-gradient(circle at 80% 80%, rgba(139, 0, 0, 0.03) 0%, transparent 50%);
.fremont-tier-title {
            pointer-events: none;
    font-family: 'Cinzel', serif;
            z-index: -1;
    color: #c9a050;
        }
    font-size: 1.4em;
       
    margin-bottom: 10px;
        /* Smooth scrolling */
    letter-spacing: 2px;
        html {
}
            scroll-behavior: smooth;
 
        }
.fremont-quote {
     </style>
    font-family: 'Cinzel', serif;
</head>
     font-size: 1.5em;
<body>
    text-align: center;
     <div class="container">
    color: #c9a050;
        <header>
     padding: 40px;
            <h1>The Fremont Club</h1>
    margin: 60px 20px;
            <p class="subtitle">Los Feliz</p>
    font-style: italic;
            <p class="quote">After all, revolutions rarely announce themselves with formal invitations.</p>
    border-top: 1px solid rgba(139, 0, 0, 0.3);
        </header>
    border-bottom: 1px solid rgba(139, 0, 0, 0.3);
       
}
        <div class="intro">
 
            <p>The Jonathan Club has served LA's legal elite well—high fees ensuring only the right sort of barrister darkens their mahogany halls, maintaining the comfortable stranglehold that has defined this city's justice for generations.</p>
.fremont-divider {
            <br>
    text-align: center;
            <p><span class="accent-text">The Fremont Club</span> offers something far more dangerous: a barrister's society where membership hinges not on bloodline or bank balance, but on one's capacity to survive intellectual combat.</p>
    margin: 60px 0;
            <br>
    color: #8b0000;
            <p>This is no gentleman's club with predetermined seating and polite discourse. The Fremont operates like the great Roman forum—minds clash in spontaneous debate, lectures emerge from wine-soaked arguments, legal doctrine burns and reforms in real time.</p>
    font-size: 2em;
        </div>
}
       
 
        <div class="divider">◆ ◆ ◆</div>
.fremont-footer {
       
    text-align: center;
        <!-- Ground Floor Section -->
    padding: 60px 20px 40px;
        <section class="floor-section">
    border-top: 1px solid rgba(139, 0, 0, 0.3);
            <h2>The Ground Floor: Cultural Venue</h2>
    margin-top: 80px;
           
    font-style: italic;
            <div class="floor-image">
    color: #8b7355;
                <div class="image-placeholder">
}
                    [ GROUND FLOOR IMAGE ]<br>
 
                    Poetry readings, art installations, avant-garde performances
.fremont-accent {
                </div>
    color: #c9a050;
            </div>
    font-weight: 600;
           
}
            <div class="floor-content">
 
                <p>The public face of The Fremont pulses with creative energy. Mortals gather here—blissfully unaware of what transpires above—for poetry slams, art installations, gastronomy galas, and avant-garde punk performances. The space shifts its character nightly: intimate and contemplative one evening, raw and electric the next.</p>
}}
            </div>
 
           
<div class="fremont-container">
            <div class="rp-box">
 
                <h3>RP Opportunities</h3>
<div id="home" class="fremont-header">
                <ul>
<div class="fremont-title">The Fremont Club</div>
                    <li>Attend cultural events as cover for other business</li>
<div class="fremont-subtitle">Los Feliz</div>
                    <li>Recruit talent or identify useful contacts</li>
</div>
                    <li>Maintain mortal facades and Masquerade</li>
 
                    <li>Encounter unexpected allies or enemies in neutral territory</li>
<div class="fremont-navbar">
                </ul>
<ul>
            </div>
<li>[[#home|Home]]</li>
        </section>
<li>[[#ground-floor|Ground Floor]]</li>
       
<li>[[#salon|Salon]]</li>
        <div class="divider">◆ ◆ ◆</div>
<li>[[#upper-chambers|Upper Chambers]]</li>
       
<li>[[#membership|Membership]]</li>
        <!-- Second Floor Section -->
<li>[[#namesake|Namesake]]</li>
        <section class="floor-section">
</ul>
            <h2>The Second Floor: Barrister's Salon</h2>
</div>
           
 
            <div class="floor-image">
<div class="fremont-intro">
                <div class="image-placeholder">
<p>The Jonathan Club has served LA's legal elite well—high fees ensuring only the right sort of barrister darkens their mahogany halls, maintaining the comfortable stranglehold that has defined this city's justice for generations.</p>
                    [ SALON IMAGE ]<br>
<br>
                    Where legal minds engage in intellectual combat
<p><span class="fremont-accent">The Fremont Club</span> offers something far more dangerous: a barrister's society where membership hinges not on bloodline or bank balance, but on one's capacity to survive intellectual combat.</p>
                </div>
<br>
            </div>
<p>This is no gentleman's club with predetermined seating and polite discourse. The Fremont operates like the great Roman forum—minds clash in spontaneous debate, lectures emerge from wine-soaked arguments, legal doctrine burns and reforms in real time.</p>
           
</div>
            <div class="floor-content">
 
                <p>Here, the true nature of The Fremont reveals itself. This is no gentleman's club with polite discourse—it operates like the Roman forum. Barristers engage in spontaneous intellectual combat where legal doctrine burns and reforms in real-time.</p>
<div class="fremont-divider">◆ ◆ ◆</div>
                <br>
 
                <p>Membership requires more than credentials; one must possess the <span class="accent-text">razor-sharp wit</span> to survive conversations that would eviscerate lesser minds.</p>
<div id="ground-floor" class="fremont-floor-section">
                <br>
<div class="fremont-section-title">The Ground Floor: Cultural Venue</div>
                <p>Wine flows freely. Arguments escalate. Impromptu lectures emerge from heated debate. Power is earned through demonstrated brilliance, not inherited partnerships.</p>
 
            </div>
<div class="fremont-floor-image">[[File: Fremont_Ground_Floor.jpg]]</div>
           
 
            <div class="rp-box">
<div class="fremont-floor-content">
                <h3>RP Opportunities</h3>
<p>The public face of The Fremont pulses with creative energy. Mortals gather here—blissfully unaware of what transpires above—for poetry slams, art installations, gastronomy galas, and avant-garde punk performances. The space shifts its character nightly: intimate and contemplative one evening, raw and electric the next.</p>
                <ul>
</div>
                    <li>Engage in legal and philosophical debates</li>
 
                    <li>Forge alliances based on mutual respect and intellectual merit</li>
<div class="fremont-rp-box">
                    <li>Challenge or be challenged by other sharp minds</li>
<h3>RP Opportunities</h3>
                    <li>Discover that your opponent across the table serves greater powers</li>
<ul>
                </ul>
<li>Attend cultural events as cover for other business</li>
            </div>
<li>Recruit talent or identify useful contacts</li>
        </section>
<li>Maintain mortal facades and Masquerade</li>
       
<li>Encounter unexpected allies or enemies in neutral territory</li>
        <div class="divider">◆ ◆ ◆</div>
</ul>
       
</div>
        <!-- Upper Chambers Section -->
</div>
        <section class="floor-section">
 
            <h2>The Upper Chambers: Eidolon Collective</h2>
<div class="fremont-divider">◆ ◆ ◆</div>
           
 
            <div class="floor-image">
<div id="salon" class="fremont-floor-section">
                <div class="image-placeholder">
<div class="fremont-section-title">The Second Floor: Barrister's Salon</div>
                    [ UPPER CHAMBERS IMAGE ]<br>
 
                    Few know these chambers exist. Fewer still have been invited within.
<div class="fremont-floor-image">[[File: Fremont_Salon.jpg]]</div>
                </div>
 
            </div>
<div class="fremont-floor-content">
           
<p>Here, the true nature of The Fremont reveals itself. This is no gentleman's club with polite discourse—it operates like the Roman forum. Barristers engage in spontaneous intellectual combat where legal doctrine burns and reforms in real-time.</p>
            <div class="floor-content">
<br>
                <p>Whispered about but rarely seen, the upper chambers house the <span class="accent-text">Eidolon Collective</span>—a group whose influence shapes both institutions below. Access to these rooms marks true inner circle membership. Here, business is conducted that affects the cultural venue, the salon, and far beyond.</p>
<p>Membership requires more than credentials; one must possess the <span class="fremont-accent">razor-sharp wit</span> to survive conversations that would eviscerate lesser minds.</p>
                <br>
<br>
                <p>Most members of the salon below only suspect these chambers exist.</p>
<p>Wine flows freely. Arguments escalate. Impromptu lectures emerge from heated debate. Power is earned through demonstrated brilliance, not inherited partnerships.</p>
                <br>
</div>
                <p><span class="accent-text">They are correct to be concerned.</span></p>
 
            </div>
<div class="fremont-rp-box">
           
<h3>RP Opportunities</h3>
            <div class="rp-box">
<ul>
                <h3>RP Opportunities</h3>
<li>Engage in legal and philosophical debates</li>
                <ul>
<li>Forge alliances based on mutual respect and intellectual merit</li>
                    <li>Seek invitation to the inner sanctum</li>
<li>Challenge or be challenged by other sharp minds</li>
                    <li>Uncover what the Collective actually does</li>
<li>Discover that your opponent across the table serves greater powers</li>
                    <li>Serve (or oppose) powers that shape multiple institutions</li>
</ul>
                    <li>Discover the true purpose behind The Fremont's three-tiered structure</li>
</div>
                </ul>
</div>
            </div>
 
        </section>
<div class="fremont-divider">◆ ◆ ◆</div>
       
 
        <div class="divider">◆ ◆ ◆</div>
<div id="upper-chambers" class="fremont-floor-section">
       
<div class="fremont-section-title">The Upper Chambers: Eidolon Collective</div>
        <!-- Membership Section -->
 
        <section class="membership-section">
<div class="fremont-floor-image">[[File: Fremont_Upper_Chambers.jpg]]</div>
            <h2>Membership & Access</h2>
 
           
<div class="fremont-floor-content">
            <div class="tier">
<p>Whispered about but rarely seen, the upper chambers house the <span class="fremont-accent">Eidolon Collective</span>—a group whose influence shapes both institutions below. Access to these rooms marks true inner circle membership. Here, business is conducted that affects the cultural venue, the salon, and far beyond.</p>
                <div class="tier-title">Ground Floor</div>
<br>
                <p>Open to the public</p>
<p>Most members of the salon below only suspect these chambers exist.</p>
            </div>
<br>
           
<p><span class="fremont-accent">They are correct to be concerned.</span></p>
            <div class="tier">
</div>
                <div class="tier-title">Second Floor</div>
 
                <p>By invitation or proving one's merit in legal and intellectual circles</p>
<div class="fremont-rp-box">
            </div>
<h3>RP Opportunities</h3>
           
<ul>
            <div class="tier">
<li>Seek invitation to the inner sanctum</li>
                <div class="tier-title">Upper Chambers</div>
<li>Uncover what the Collective actually does</li>
                <p>By invitation only—from those already within</p>
<li>Serve (or oppose) powers that shape multiple institutions</li>
            </div>
<li>Discover the true purpose behind The Fremont's three-tiered structure</li>
           
</ul>
            <br><br>
</div>
           
</div>
            <p style="text-align: center; font-size: 1.1em;">While dual membership in both The Fremont and The Jonathan Club is possible, the Jonathans view such divided loyalties with <span class="accent-text">considerable displeasure</span>.</p>
 
        </section>
<div class="fremont-divider">◆ ◆ ◆</div>
       
 
        <blockquote>
<div id="membership" class="fremont-membership-section">
            "Where merit cuts deeper than bloodline, and the sharpest minds forge tomorrow's power."
<div class="fremont-section-title">Membership & Access</div>
        </blockquote>
 
       
<div class="fremont-tier">
        <section class="floor-section">
<div class="fremont-tier-title">Ground Floor</div>
            <h2>The Namesake</h2>
<p>Open to the public</p>
            <div class="floor-content">
</div>
                <p><span class="accent-text">John C. Fremont</span> represents the perfect fusion of elite privilege and revolutionary principle that defines The Fremont Club's ethos. Known as "The Pathfinder," he led the Bear Flag Revolt that created the California Republic, yet operated within the highest circles of American power as a U.S. Senator and presidential candidate.</p>
 
                <br>
<div class="fremont-tier">
                <p>Fremont was repeatedly court-martialed for defying federal authority when he believed it was wrong, choosing constitutional principle over career advancement—embodying the club's belief that true legal excellence requires the courage to challenge established power structures.</p>
<div class="fremont-tier-title">Second Floor</div>
            </div>
<p>By invitation or proving one's merit in legal and intellectual circles</p>
        </section>
</div>
       
 
       
<div class="fremont-tier">
    </div>
<div class="fremont-tier-title">Upper Chambers</div>
</body>
<p>By invitation only—from those already within</p>
</html>
</div>
 
<br><br>
 
<p style="text-align: center; font-size: 1.1em;">While dual membership in both The Fremont and The Jonathan Club is possible, the Jonathans view such divided loyalties with <span class="fremont-accent">considerable displeasure</span>.</p>
</div>
 
<div class="fremont-quote">
"Where merit cuts deeper than bloodline, and the sharpest minds forge tomorrow's power."
</div>
 
<div id="namesake" class="fremont-floor-section">
<div class="fremont-section-title">The Namesake</div>
<div class="fremont-floor-content">
<p><span class="fremont-accent">John C. Fremont</span> represents the perfect fusion of elite privilege and revolutionary principle that defines The Fremont Club's ethos. Known as "The Pathfinder," he led the Bear Flag Revolt that created the California Republic, yet operated within the highest circles of American power as a U.S. Senator and presidential candidate.</p>
<br>
<p>Fremont was repeatedly court-martialed for defying federal authority when he believed it was wrong, choosing constitutional principle over career advancement—embodying the club's belief that true legal excellence requires the courage to challenge established power structures.</p>
</div>
</div>
 
<div class="fremont-footer">
<p>After all, revolutions rarely announce themselves with formal invitations.</p>
</div>
 
</div>
 
[[Category:Locations]]
[[Category:Elysium]]

Revision as of 17:52, 22 January 2026


The Fremont Club
Los Feliz

The Jonathan Club has served LA's legal elite well—high fees ensuring only the right sort of barrister darkens their mahogany halls, maintaining the comfortable stranglehold that has defined this city's justice for generations.


The Fremont Club offers something far more dangerous: a barrister's society where membership hinges not on bloodline or bank balance, but on one's capacity to survive intellectual combat.


This is no gentleman's club with predetermined seating and polite discourse. The Fremont operates like the great Roman forum—minds clash in spontaneous debate, lectures emerge from wine-soaked arguments, legal doctrine burns and reforms in real time.

◆ ◆ ◆
The Ground Floor: Cultural Venue

The public face of The Fremont pulses with creative energy. Mortals gather here—blissfully unaware of what transpires above—for poetry slams, art installations, gastronomy galas, and avant-garde punk performances. The space shifts its character nightly: intimate and contemplative one evening, raw and electric the next.

RP Opportunities

  • Attend cultural events as cover for other business
  • Recruit talent or identify useful contacts
  • Maintain mortal facades and Masquerade
  • Encounter unexpected allies or enemies in neutral territory
◆ ◆ ◆
The Second Floor: Barrister's Salon

Here, the true nature of The Fremont reveals itself. This is no gentleman's club with polite discourse—it operates like the Roman forum. Barristers engage in spontaneous intellectual combat where legal doctrine burns and reforms in real-time.


Membership requires more than credentials; one must possess the razor-sharp wit to survive conversations that would eviscerate lesser minds.


Wine flows freely. Arguments escalate. Impromptu lectures emerge from heated debate. Power is earned through demonstrated brilliance, not inherited partnerships.

RP Opportunities

  • Engage in legal and philosophical debates
  • Forge alliances based on mutual respect and intellectual merit
  • Challenge or be challenged by other sharp minds
  • Discover that your opponent across the table serves greater powers
◆ ◆ ◆
The Upper Chambers: Eidolon Collective

Whispered about but rarely seen, the upper chambers house the Eidolon Collective—a group whose influence shapes both institutions below. Access to these rooms marks true inner circle membership. Here, business is conducted that affects the cultural venue, the salon, and far beyond.


Most members of the salon below only suspect these chambers exist.


They are correct to be concerned.

RP Opportunities

  • Seek invitation to the inner sanctum
  • Uncover what the Collective actually does
  • Serve (or oppose) powers that shape multiple institutions
  • Discover the true purpose behind The Fremont's three-tiered structure
◆ ◆ ◆
Membership & Access
Ground Floor

Open to the public

Second Floor

By invitation or proving one's merit in legal and intellectual circles

Upper Chambers

By invitation only—from those already within



While dual membership in both The Fremont and The Jonathan Club is possible, the Jonathans view such divided loyalties with considerable displeasure.

"Where merit cuts deeper than bloodline, and the sharpest minds forge tomorrow's power."

The Namesake

John C. Fremont represents the perfect fusion of elite privilege and revolutionary principle that defines The Fremont Club's ethos. Known as "The Pathfinder," he led the Bear Flag Revolt that created the California Republic, yet operated within the highest circles of American power as a U.S. Senator and presidential candidate.


Fremont was repeatedly court-martialed for defying federal authority when he believed it was wrong, choosing constitutional principle over career advancement—embodying the club's belief that true legal excellence requires the courage to challenge established power structures.