{"id":23966,"date":"2025-08-12T19:43:00","date_gmt":"2025-08-12T23:43:00","guid":{"rendered":""},"modified":"2026-02-27T05:00:07","modified_gmt":"2026-02-27T10:00:07","slug":"lana-thompson","status":"publish","type":"page","link":"https:\/\/havenrpg.net\/newsite\/characters\/lana-thompson\/","title":{"rendered":"Lana Thompson"},"content":{"rendered":"\n<!-- Character Page HTML for WordPress -->\n<style>\n    \/* Full page background *\/\n    .rpg-background-overlay {\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        z-index: -1;\n        background-image: url('');\n        background-size: cover;\n        background-position: center;\n        background-attachment: fixed;\n        background-repeat: no-repeat;\n    }\n    \n    \/* Character page wrapper - transparent, just for positioning *\/\n    .rpg-character-page {\n        position: relative;\n        width: 100%;\n        margin-top: -180px;\n        margin-bottom: -180px;\n        padding: 90px 0;\n        background: transparent;\n    }\n    \n    \/* The black semi-transparent container - only this has the black background *\/\n    .rpg-character-inner {\n        max-width: 1200px;\n        margin: 0 auto;\n        background-color: rgba(0, 0, 0, 0.8);\n        box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);\n    }\n    \n    .rpg-character-container {\n        padding: 40px;\n        position: relative;\n    }\n    \n    \/* Header styling *\/\n    .rpg-header {\n        text-align: center;\n        margin-bottom: 30px;\n        color: white;\n    }\n    \n    .rpg-character-name {\n        font-size: 48px;\n        font-weight: 300;\n        letter-spacing: 3px;\n        margin-bottom: 10px;\n        font-family: 'Georgia', serif;\n        text-transform: uppercase;\n        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\n        color: white;\n    }\n    \n    .rpg-follower-count {\n        font-size: 18px;\n        color: #ccc;\n        margin-bottom: 30px;\n    }\n    \n    .rpg-follower-count span {\n        color: #ff6b6b;\n        font-weight: bold;\n    }\n    \n    \/* Content section *\/\n    .rpg-content-section {\n        display: flex;\n        gap: 40px;\n        margin-bottom: 40px;\n        align-items: flex-start;\n    }\n    \n    \/* Image carousel *\/\n    .rpg-image-carousel-container {\n        flex: 0 0 400px;\n        position: relative;\n    }\n    \n    .rpg-faction-society {\n        margin-top: 20px;\n        padding: 15px;\n        background: rgba(0, 0, 0, 0.5);\n        border-radius: 10px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n    }\n    \n    .rpg-faction-society p {\n        margin-bottom: 10px;\n        color: #ddd;\n        font-size: 15px;\n    }\n    \n    .rpg-faction-society p:last-child {\n        margin-bottom: 0;\n    }\n    \n    .rpg-faction-society strong {\n        color: white;\n        font-weight: 600;\n    }\n    \n    .rpg-faction-society a {\n        color: #ff6b6b;\n        text-decoration: none;\n        transition: color 0.3s;\n    }\n    \n    .rpg-faction-society a:hover {\n        color: #ff9999;\n        text-decoration: underline;\n    }\n    \n    .rpg-image-carousel {\n        position: relative;\n        width: 100%;\n        height: 600px;\n        overflow: hidden;\n        border-radius: 10px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);\n        background: #000;\n    }\n    \n    .rpg-carousel-image {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        opacity: 0;\n        transition: opacity 0.5s ease-in-out;\n    }\n    \n    .rpg-carousel-image.active {\n        opacity: 1;\n    }\n    \n    .rpg-carousel-controls {\n        position: absolute;\n        bottom: 20px;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        gap: 10px;\n        z-index: 10;\n    }\n    \n    .rpg-carousel-dot {\n        width: 12px;\n        height: 12px;\n        border-radius: 50%;\n        background-color: rgba(255, 255, 255, 0.5);\n        cursor: pointer;\n        transition: background-color 0.3s;\n        border: none;\n        padding: 0;\n    }\n    \n    .rpg-carousel-dot.active {\n        background-color: white;\n    }\n    \n    .rpg-carousel-nav {\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        background-color: rgba(0, 0, 0, 0.5);\n        color: white;\n        border: none;\n        padding: 10px 15px;\n        cursor: pointer;\n        font-size: 24px;\n        transition: background-color 0.3s;\n        z-index: 10;\n        line-height: 1;\n    }\n    \n    .rpg-carousel-nav:hover {\n        background-color: rgba(0, 0, 0, 0.8);\n    }\n    \n    .rpg-prev {\n        left: 10px;\n    }\n    \n    .rpg-next {\n        right: 10px;\n    }\n    \n    \/* Text blurb with tabs *\/\n    .rpg-text-blurb {\n        flex: 1;\n        color: #ddd;\n        line-height: 1.8;\n        font-size: 16px;\n    }\n    \n    .rpg-text-blurb h3 {\n        color: white;\n        margin-bottom: 20px;\n        font-size: 28px;\n        font-weight: 300;\n        letter-spacing: 1px;\n    }\n    \n    .rpg-text-blurb p {\n        margin-bottom: 15px;\n        color: #ddd;\n    }\n    \n    .rpg-text-blurb a {\n        color: #ff6b6b;\n        text-decoration: none;\n        transition: color 0.3s;\n    }\n    \n    .rpg-text-blurb a:hover {\n        color: #ff9999;\n        text-decoration: underline;\n    }\n    \n    .rpg-text-blurb strong {\n        color: white;\n    }\n    \n    \/* Tab styles *\/\n    .rpg-tabs {\n        width: 100%;\n    }\n    \n    .rpg-tab-buttons {\n        display: flex;\n        border-bottom: 2px solid #444;\n        margin-bottom: 20px;\n        gap: 10px;\n    }\n    \n    .rpg-tab-button {\n        background: transparent;\n        border: none;\n        color: #999;\n        padding: 12px 24px;\n        font-size: 16px;\n        cursor: pointer;\n        position: relative;\n        transition: color 0.3s;\n        font-weight: 300;\n        letter-spacing: 0.5px;\n    }\n    \n    .rpg-tab-button:hover {\n        color: #ccc;\n    }\n    \n    .rpg-tab-button.active {\n        color: white;\n    }\n    \n    .rpg-tab-button.active::after {\n        content: '';\n        position: absolute;\n        bottom: -2px;\n        left: 0;\n        right: 0;\n        height: 2px;\n        background: #ff6b6b;\n    }\n    \n    .rpg-tab-content {\n        display: none;\n        animation: fadeIn 0.3s;\n    }\n    \n    .rpg-tab-content.active {\n        display: block;\n    }\n    \n    .rpg-tab-content.profile-tab {\n        text-align: justify;\n    }\n    \n    .rpg-tab-content.photo-tab {\n        font-family: 'Courier New', Courier, monospace;\n        font-size: 12px;\n        line-height: 1.4;\n        white-space: pre;\n        overflow-x: auto;\n        background: rgba(0, 0, 0, 0.3);\n        padding: 20px;\n        border-radius: 5px;\n        color: #ddd;\n    }\n    \n    @keyframes fadeIn {\n        from { opacity: 0; }\n        to { opacity: 1; }\n    }\n    \n    \/* Video carousel *\/\n    .rpg-video-section {\n        margin-top: 40px;\n    }\n    \n    .rpg-video-section h3 {\n        color: white;\n        text-align: center;\n        margin-bottom: 30px;\n        font-size: 28px;\n        font-weight: 300;\n        letter-spacing: 1px;\n    }\n    \n    .rpg-video-carousel {\n        position: relative;\n        width: 100%;\n        height: 500px;\n        overflow: hidden;\n        border-radius: 10px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);\n        background: #000;\n    }\n    \n    .rpg-video-item {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        opacity: 0;\n        transition: opacity 0.5s ease-in-out;\n        pointer-events: none;\n    }\n    \n    .rpg-video-item.active {\n        opacity: 1;\n        pointer-events: auto;\n    }\n    \n    .rpg-video-placeholder {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        height: 100%;\n        color: #666;\n        font-size: 18px;\n    }\n    \n    .rpg-video-item iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n        border-radius: 10px;\n    }\n    \n    \/* Force visibility for our iframes *\/\n    .rpg-protected-iframe {\n        display: block !important;\n        visibility: visible !important;\n        opacity: 1 !important;\n    }\n    \n    \/* Responsive *\/\n    @media (max-width: 1300px) {\n        .rpg-character-inner {\n            margin: 0 20px;\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .rpg-character-container {\n            padding: 20px;\n        }\n        \n        .rpg-content-section {\n            flex-direction: column;\n        }\n        \n        .rpg-image-carousel-container {\n            flex: 1;\n            width: 100%;\n            max-width: 100%;\n        }\n        \n        .rpg-character-name {\n            font-size: 36px;\n        }\n        \n        .rpg-image-carousel {\n            height: 400px;\n        }\n        \n        .rpg-video-carousel {\n            height: 300px;\n        }\n        \n        .rpg-character-inner {\n            margin: 0 10px;\n        }\n        \n        .rpg-tab-button {\n            padding: 10px 16px;\n            font-size: 14px;\n        }\n        \n        .rpg-tab-content.photo-tab {\n            font-size: 10px;\n            padding: 10px;\n        }\n        \n        .rpg-faction-society {\n            margin-bottom: 20px;\n        }\n    }\n<\/style>\n\n<!-- Background image element -->\n<div class=\"rpg-background-overlay\"><\/div>\n\n<!-- Main content -->\n<div class=\"rpg-character-page\">\n    <div class=\"rpg-character-inner\">\n        <div class=\"rpg-character-container\">\n            <div class=\"rpg-header\">\n                <h1 class=\"rpg-character-name\">Lana Thompson<\/h1>\n                <div class=\"rpg-follower-count\">@<span style=\"color:#ffffd7\">L<span style=\"color:#ffffaf\">a<span style=\"color:#ffff87\">n<span style=\"color:#ffff5f\">a<\/span><\/span><\/span><\/span> | Followers: <span>606<\/span><\/div>\n            <\/div>\n            \n            <div class=\"rpg-content-section\">\n                <div class=\"rpg-image-carousel-container\">\n                    <div class=\"rpg-image-carousel\" id=\"rpgImageCarousel\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/b3jDuLE.png\" class=\"rpg-carousel-image active\" alt=\"Character 1\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/weFsGXQ.png\" class=\"rpg-carousel-image\" alt=\"Character 2\">\n                        \n                        <button class=\"rpg-carousel-nav rpg-prev\" id=\"rpgPrevImage\">\u2039<\/button>\n                        <button class=\"rpg-carousel-nav rpg-next\" id=\"rpgNextImage\">\u203a<\/button>\n                        \n                        <div class=\"rpg-carousel-controls\">\n                            <button class=\"rpg-carousel-dot active\" data-index=\"0\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"1\"><\/button>\n                        <\/div>\n                    <\/div>\n                    \n                    \n                <\/div>\n                \n                <div class=\"rpg-text-blurb\">\n                    <div class=\"rpg-tabs\">\n                        <div class=\"rpg-tab-buttons\">\n                            <button class=\"rpg-tab-button active\" data-tab=\"profile\">Profile<\/button>\n                            <button class=\"rpg-tab-button\" data-tab=\"photo\">Photo<\/button>\n                        <\/div>\n                        \n                        <div id=\"profile\" class=\"rpg-tab-content profile-tab active\">\n                            <h3>About Me<\/h3>\n                            <p>Hey all, I&#8217;m a visitor from California come to settle for a bit and see what you&#8217;ve got on the other coast. I&#8217;ll be working as a therapist, life coach, and general welness instructor here. So hit me up if you need help.<\/p>\n                            <p>If you want to make an appointment, or get in contact with me for any other reason my number&#8217;s 7100373!<\/p>\n                            \n                            <h3>Quote<\/h3>\n                            <p><\/p>\n                            \n                            <h3>Joke<\/h3>\n                            <p><\/p>\n                        <\/div>\n                        \n                        <div id=\"photo\" class=\"rpg-tab-content photo-tab\"><span style=\"color:#008080\"> _____________________________________________________________________________\n<\/span><span style=\"color:#008080\">| <\/span>A blond with a glowing tan smiles to the camera as she sits with legs       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>crossed                                                                     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>primly despite the teensy little slip of a skirt she wears, her hands       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>folded in her lap. She&#8217;s in a warmly decorated office, with a soft ambient  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>lighting.                                                                   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>This is a golden tanned, beach blonde chick in her mid-twenties with large  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>C cup breasts(<span style=\"color:#ffffff\">Desire Sensitive<\/span>).                                            <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>She is 5&#8217;8&#8243; and has a golden tan, long, golden blonde hair, and blue eyes.  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>You can see her face, neck, upper chest, legs, arms, and hands.             <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#00d75f\"> <span style=\"color:#00d75f\"> <span style=\"color:#00d75f\"> <span style=\"color:#00d75f\"> Ey<span style=\"color:#00d787\">es <span style=\"color:#00d7af\">of <span style=\"color:#00d7d7\">so<span style=\"color:#00d7ff\">ft <span style=\"color:#00ffff\">gr<span style=\"color:#00ffd7\">ee<span style=\"color:#00ffaf\">n-<span style=\"color:#00ff87\">bl<span style=\"color:#00ff5f\">ue <span style=\"color:#00d75f\">ca<span style=\"color:#00d787\">ll <span style=\"color:#00d7af\">to <span style=\"color:#00d7d7\">mi<span style=\"color:#00d7ff\">nd <span style=\"color:#00ffff\">th<span style=\"color:#00ffd7\">e <span style=\"color:#00ffaf\">wa<span style=\"color:#00ff87\">te<span style=\"color:#00ff5f\">rs <span style=\"color:#00d75f\">of <span style=\"color:#00d787\">a <span style=\"color:#00d7af\">tr<span style=\"color:#00d7d7\">op<span style=\"color:#00d7ff\">ic<span style=\"color:#00ffff\">al <span style=\"color:#00ffd7\">gr<span style=\"color:#00ffaf\">ot<span style=\"color:#00ff87\">to,   <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#00ff5f\">ca<span style=\"color:#00d75f\">lm<span style=\"color:#00d787\">in<span style=\"color:#00d7af\">g <span style=\"color:#00d7d7\">at <span style=\"color:#00d7ff\">fi<span style=\"color:#00ffff\">rs<span style=\"color:#00ffd7\">t, <span style=\"color:#00ffaf\">bu<span style=\"color:#00ff87\">t <span style=\"color:#00ff5f\">wi<span style=\"color:#00d75f\">th <span style=\"color:#00d787\">cr<span style=\"color:#00d7af\">ys<span style=\"color:#00d7d7\">ta<span style=\"color:#00d7ff\">li<span style=\"color:#00ffff\">ne <span style=\"color:#00ffd7\">ac<span style=\"color:#00ffaf\">ce<span style=\"color:#00ff87\">nt<span style=\"color:#00ff5f\">s <span style=\"color:#00d75f\">th<span style=\"color:#00d787\">at <span style=\"color:#00d7af\">sp<span style=\"color:#00d7d7\">ar<span style=\"color:#00d7ff\">kl<span style=\"color:#00ffff\">e <span style=\"color:#00ffd7\">wh<span style=\"color:#00ffaf\">en <span style=\"color:#00ff87\">th<span style=\"color:#00ff5f\">e <span style=\"color:#00d75f\">li<span style=\"color:#00d787\">gh<span style=\"color:#00d7af\">t   <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#00d7d7\">hi<span style=\"color:#00d7ff\">ts <span style=\"color:#00ffff\">ju<span style=\"color:#00ffd7\">st <span style=\"color:#00ffaf\">ri<span style=\"color:#00ff87\">gh<span style=\"color:#00ff5f\">t.<\/span><\/span><\/span><\/span><\/span><\/span><\/span> <span style=\"color:#d7d7d7\"> <span style=\"color:#d7d7d7\">L<span style=\"color:#d7d7af\">o<span style=\"color:#d7d787\">ng <span style=\"color:#d7d75f\">ha<span style=\"color:#d7d700\">ir <span style=\"color:#d7ff00\">of <span style=\"color:#d7ff5f\">sp<span style=\"color:#d7ff87\">un <span style=\"color:#d7ffaf\">go<span style=\"color:#d7d787\">ld, <span style=\"color:#d7d75f\">wi<span style=\"color:#d7d700\">th <span style=\"color:#d7ff00\">er<span style=\"color:#d7ff5f\">ra<span style=\"color:#d7ff87\">nt <span style=\"color:#d7ffaf\">wi<span style=\"color:#d7ffd7\">sp<span style=\"color:#d7d787\">s <span style=\"color:#d7d75f\">fr<span style=\"color:#d7d700\">eq<span style=\"color:#d7ff00\">ue<span style=\"color:#d7ff5f\">nt<span style=\"color:#d7ff87\">ly      <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#d7ffaf\">dr<span style=\"color:#d7d787\">if<span style=\"color:#d7d75f\">ti<span style=\"color:#d7d700\">ng <span style=\"color:#d7ff00\">be<span style=\"color:#d7ff5f\">fo<span style=\"color:#d7ff87\">re <span style=\"color:#d7ffaf\">he<span style=\"color:#d7ffd7\">r <span style=\"color:#d7d787\">ey<span style=\"color:#d7d75f\">es, <span style=\"color:#d7d700\">ot<span style=\"color:#d7ff00\">he<span style=\"color:#d7ff5f\">rw<span style=\"color:#d7ff87\">is<span style=\"color:#d7ffaf\">e <span style=\"color:#d7ffd7\">ca<span style=\"color:#d7d787\">sc<span style=\"color:#d7d75f\">ad<span style=\"color:#d7d700\">es <span style=\"color:#d7ff00\">do<span style=\"color:#d7ff5f\">wn <span style=\"color:#d7ff87\">he<span style=\"color:#d7ffaf\">r <span style=\"color:#d7ffd7\">ba<span style=\"color:#d7d787\">ck <span style=\"color:#d7d75f\">to <span style=\"color:#d7d700\">sw<span style=\"color:#d7ff00\">ay <span style=\"color:#d7ff5f\">an<span style=\"color:#d7ff87\">d      <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#d7ffaf\">bi<span style=\"color:#d7ffd7\">ll<span style=\"color:#d7d787\">ow <span style=\"color:#d7d75f\">in <span style=\"color:#d7d700\">a <span style=\"color:#d7ff00\">st<span style=\"color:#d7ff5f\">if<span style=\"color:#d7ff87\">f <span style=\"color:#d7ffaf\">br<span style=\"color:#d7ffd7\">ee<span style=\"color:#d7d787\">ze, <span style=\"color:#d7d75f\">or <span style=\"color:#d7d700\">wi<span style=\"color:#d7ff00\">th <span style=\"color:#d7ff5f\">th<span style=\"color:#d7ff87\">e <span style=\"color:#d7ffaf\">mo<span style=\"color:#d7ffd7\">ve<span style=\"color:#d7d787\">me<span style=\"color:#d7d75f\">nt <span style=\"color:#d7d700\">of <span style=\"color:#d7ff00\">he<span style=\"color:#d7ff5f\">r <span style=\"color:#d7ff87\">hi<span style=\"color:#d7ffaf\">ps <span style=\"color:#d7ffd7\">as <span style=\"color:#d7d787\">sh<span style=\"color:#d7d75f\">e <span style=\"color:#d7d700\">wa<span style=\"color:#d7ff00\">lk<span style=\"color:#d7ff5f\">s. <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#ffd7af\"> <span style=\"color:#ffd7af\"> <span style=\"color:#ffd7af\"> <span style=\"color:#ffd7af\">Symetrical face unblemished, the golden glow of <span style=\"color:#ffafaf\">her tan accentuates <span style=\"color:#ff5fff\">pink <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#ff5fd7\">lips<span style=\"color:#ffafaf\"> that seem to form a vapidly attractive <span style=\"color:#ffaf87\">O, and a winsomely playful      <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>smile in equal proportions. <span style=\"color:#ffd7af\"> Slender shoulders borderd by the woman&#8217;s       <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>clavicle. Quickly swelling <span style=\"color:#ffafaf\">into a bust accentuated by a youthful perkiness  <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>that might invite <span style=\"color:#ffaf87\">admiring eyes to dip just a bit lower into her cleavage.<\/span> <span style=\"color:#ffd7af\"> <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#ffd7af\"> <span style=\"color:#ffd7af\"> <span style=\"color:#ffd7af\"> <span style=\"color:#ffd7af\">Long, shapely, toned and tan, her bare legs could easily <span style=\"color:#ffafaf\">guide the       <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>unwary eyes on a path all the way up to the <span style=\"color:#ffaf87\">sumptiously curved hips where   <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>they meet. <span style=\"color:#ffd7af\">                                                                 <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#ffd7af\"> <span style=\"color:#ffd7af\"> <span style=\"color:#ffd7af\"> <span style=\"color:#ffd7af\">From behind, the woman&#8217;s sleekly feline musculature and winsome curves   <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#ffafaf\">are just as evident as her shoulders taper<\/span>                                  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><u>She is using:<\/u>                                                               <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) a <span style=\"color:#af87ff\">glit<span style=\"color:#af5fff\">zed <span style=\"color:#af5fd7\">up p<span style=\"color:#af5fff\">urp<span style=\"color:#af87ff\">le c<span style=\"color:#af5fff\">ell <span style=\"color:#af5fd7\">pho<span style=\"color:#af5fff\">ne<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>                                          <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(clinging)            (<span style=\"color:#008080\">E<\/span>) <span style=\"color:#afd7ff\">a sleek, <span style=\"color:#ffd7ff\">low-cut<span style=\"color:#afd7ff\"> silk blouse<\/span><\/span><\/span>                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(scandalous)          (<span style=\"color:#008080\">E<\/span>) <span style=\"color:#6c6c6c\">br<span style=\"color:#626262\">ief <span style=\"color:#3a3a3a\">black <span style=\"color:#6c6c6c\">mini<span style=\"color:#626262\">skirt                             <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>(stylish)             (<span style=\"color:#008080\">E<\/span>) <span style=\"color:#4e4e4e\">black <span style=\"color:#585858\">kitten <span style=\"color:#4e4e4e\">heels<\/span><\/span><\/span>                                <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(eye catching)        (<span style=\"color:#008080\">E<\/span>) <span style=\"color:#d7ffff\">a slender silver chain with <span style=\"color:#00d7ff\">a <span style=\"color:#005fff\">s<span style=\"color:#005fd7\">a<span style=\"color:#005fff\">p<span style=\"color:#005fd7\">h<span style=\"color:#005fff\">i<span style=\"color:#005fd7\">r<span style=\"color:#005fff\">e <span style=\"color:#d7ffff\">pendant<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">|_____________________________________________________________________________|\n<\/span><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"rpg-video-section\">\n                <div class=\"rpg-video-carousel\" id=\"rpgVideoCarousel\">\n                    <div class=\"rpg-video-placeholder\">No videos available<\/div>\n                    \n                    <button class=\"rpg-carousel-nav rpg-prev\" id=\"rpgPrevVideo\">\u2039<\/button>\n                    <button class=\"rpg-carousel-nav rpg-next\" id=\"rpgNextVideo\">\u203a<\/button>\n                    \n                    <div class=\"rpg-carousel-controls\" style=\"bottom: 30px;\">\n                        <!-- No videos -->\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\njQuery(document).ready(function($) {\n    'use strict';\n    \n    let currentImageIndex = 0;\n    let currentVideoIndex = 0;\n    let imageAutoAdvance;\n    let videosLoaded = false;\n    let protectionActive = false;\n    \n    \/\/ Tab switching functionality\n    $('.rpg-tab-button').on('click', function() {\n        var tabName = $(this).data('tab');\n        \n        \/\/ Hide all tab contents\n        $('.rpg-tab-content').removeClass('active');\n        \n        \/\/ Remove active class from all buttons\n        $('.rpg-tab-button').removeClass('active');\n        \n        \/\/ Show the selected tab and mark button as active\n        $('#' + tabName).addClass('active');\n        $(this).addClass('active');\n    });\n    \n    \/\/ Function to create and insert iframe\n    function createIframe(videoId) {\n        const iframe = document.createElement('iframe');\n        iframe.src = 'https:\/\/www.youtube.com\/embed\/' + videoId;\n        iframe.setAttribute('allowfullscreen', 'true');\n        iframe.setAttribute('frameborder', '0');\n        iframe.setAttribute('allow', 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture');\n        iframe.className = 'rpg-protected-iframe';\n        iframe.style.cssText = 'width: 100%; height: 100%; border: none; border-radius: 10px;';\n        return iframe;\n    }\n    \n    \/\/ Function to load video iframes\n    function loadVideoIframes() {\n        if (videosLoaded) return;\n        \n        console.log('RPG: Loading video iframes...');\n        \n        $('.rpg-video-item').each(function() {\n            const $item = $(this);\n            const videoId = $item.data('video-id');\n            \n            if (videoId && !$item.find('iframe').length) {\n                $item.find('.rpg-video-placeholder').remove();\n                const iframe = createIframe(videoId);\n                $item.append(iframe);\n            }\n        });\n        \n        videosLoaded = true;\n        \n        \/\/ Start protection after a short delay\n        setTimeout(startProtection, 500);\n    }\n    \n    \/\/ Smart protection system\n    function startProtection() {\n        if (protectionActive) return;\n        protectionActive = true;\n        \n        \/\/ Check every second for hidden iframes\n        setInterval(function() {\n            $('.rpg-protected-iframe').each(function() {\n                const $iframe = $(this);\n                const computedStyle = window.getComputedStyle(this);\n                \n                \/\/ Only fix if actually hidden\n                if (computedStyle.display === 'none' || \n                    computedStyle.visibility === 'hidden' || \n                    computedStyle.opacity === '0') {\n                    \n                    console.log('RPG: Fixing hidden iframe');\n                    $iframe.css({\n                        'display': 'block',\n                        'visibility': 'visible',\n                        'opacity': '1'\n                    });\n                }\n            });\n        }, 1000);\n    }\n    \n    \/\/ Image carousel functions\n    function changeImage(direction) {\n        const images = $('#rpgImageCarousel .rpg-carousel-image');\n        const dots = $('.rpg-image-carousel-container .rpg-carousel-dot');\n        \n        images.eq(currentImageIndex).removeClass('active');\n        dots.eq(currentImageIndex).removeClass('active');\n        \n        currentImageIndex = (currentImageIndex + direction + images.length) % images.length;\n        \n        images.eq(currentImageIndex).addClass('active');\n        dots.eq(currentImageIndex).addClass('active');\n    }\n    \n    function setCurrentImage(index) {\n        const images = $('#rpgImageCarousel .rpg-carousel-image');\n        const dots = $('.rpg-image-carousel-container .rpg-carousel-dot');\n        \n        images.eq(currentImageIndex).removeClass('active');\n        dots.eq(currentImageIndex).removeClass('active');\n        \n        currentImageIndex = index;\n        \n        images.eq(currentImageIndex).addClass('active');\n        dots.eq(currentImageIndex).addClass('active');\n    }\n    \n    \/\/ Video carousel functions\n    function changeVideo(direction) {\n        const videos = $('#rpgVideoCarousel .rpg-video-item');\n        const dots = $('.rpg-video-section .rpg-carousel-dot');\n        \n        videos.eq(currentVideoIndex).removeClass('active');\n        dots.eq(currentVideoIndex).removeClass('active');\n        \n        currentVideoIndex = (currentVideoIndex + direction + videos.length) % videos.length;\n        \n        videos.eq(currentVideoIndex).addClass('active');\n        dots.eq(currentVideoIndex).addClass('active');\n    }\n    \n    function setCurrentVideo(index) {\n        const videos = $('#rpgVideoCarousel .rpg-video-item');\n        const dots = $('.rpg-video-section .rpg-carousel-dot');\n        \n        videos.eq(currentVideoIndex).removeClass('active');\n        dots.eq(currentVideoIndex).removeClass('active');\n        \n        currentVideoIndex = index;\n        \n        videos.eq(currentVideoIndex).addClass('active');\n        dots.eq(currentVideoIndex).addClass('active');\n    }\n    \n    \/\/ Event handlers\n    $('#rpgPrevImage').on('click', function() {\n        changeImage(-1);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('#rpgNextImage').on('click', function() {\n        changeImage(1);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('.rpg-image-carousel-container .rpg-carousel-dot').on('click', function() {\n        const index = parseInt($(this).data('index'));\n        setCurrentImage(index);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('#rpgPrevVideo').on('click', function() {\n        changeVideo(-1);\n    });\n    \n    $('#rpgNextVideo').on('click', function() {\n        changeVideo(1);\n    });\n    \n    $('.rpg-video-section .rpg-carousel-dot').on('click', function() {\n        const index = parseInt($(this).data('video-index'));\n        setCurrentVideo(index);\n    });\n    \n    \/\/ Auto-advance image carousel only\n    imageAutoAdvance = setInterval(function() {\n        changeImage(1);\n    }, 5000);\n    \n    \/\/ Load videos after 2 second delay\n    setTimeout(loadVideoIframes, 2000);\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Lana Thompson @Lana | Followers: 606 \u2039 \u203a Profile Photo About Me Hey all, I&#8217;m a visitor from California come to settle for a bit and see what you&#8217;ve got on the other coast. I&#8217;ll be working as a therapist, life coach, and general welness&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":16918,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-23966","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23966","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/comments?post=23966"}],"version-history":[{"count":0,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23966\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/16918"}],"wp:attachment":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/media?parent=23966"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}