{"id":23574,"date":"2025-08-07T09:14:17","date_gmt":"2025-08-07T13:14:17","guid":{"rendered":"https:\/\/havenrpg.net\/newsite\/?page_id=23574"},"modified":"2026-02-20T05:00:07","modified_gmt":"2026-02-20T10:00:07","slug":"arachne-fairchild","status":"publish","type":"page","link":"https:\/\/havenrpg.net\/newsite\/characters\/arachne-fairchild\/","title":{"rendered":"Arachne Fairchild"},"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('https:\/\/i.imgur.com\/KpaZOtW.png');\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\">Arachne Fairchild<\/h1>\n                <div class=\"rpg-follower-count\">@<span style=\"color:#341932\">A<span style=\"color:#4b2a48\">s<span style=\"color:#654260\">t<span style=\"color:#875c78\">r<span style=\"color:#aa7c93\">a<span style=\"color:#cba6b3\">e<span style=\"color:#e9d2d7\">a<\/span><\/span><\/span><\/span><\/span><\/span><\/span> | Followers: <span>228,420<\/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\/vMvKY9E.png\" class=\"rpg-carousel-image active\" alt=\"Character 1\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/RNf0LRn.png\" class=\"rpg-carousel-image\" alt=\"Character 2\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/GO0iR3m.png\" class=\"rpg-carousel-image\" alt=\"Character 3\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/az2Ph0a.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 4\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/YHPT6Ym.png\" class=\"rpg-carousel-image\" alt=\"Character 5\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/tad7rFx.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 6\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/Eqhr5IS.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 7\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/cGWkg0P.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 8\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/Eb9RPeM.png\" class=\"rpg-carousel-image\" alt=\"Character 9\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/uMqgEnM.png\" class=\"rpg-carousel-image\" alt=\"Character 10\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/YyMtVZp.png\" class=\"rpg-carousel-image\" alt=\"Character 11\">\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                            <button class=\"rpg-carousel-dot\" data-index=\"2\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"3\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"4\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"5\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"6\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"7\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"8\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"9\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"10\"><\/button>\n                        <\/div>\n                    <\/div>\n                    \n                    \n                    <div class=\"rpg-faction-society\">\n                        <p><strong>Faction:<\/strong> <a href=\"https:\/\/havenrpg.net\/newsite\/game-info\/factions\/#handbanner\" target=\"_blank\">The Hand<\/a><\/p>\n                        <p><strong>Society:<\/strong> <a href=\"https:\/\/havenrpg.net\/newsite\/game-info\/factions\/#courtbanner\" target=\"_blank\">The Illusium Court<\/a><\/p>\n                    <\/div>\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>Founder of Petale Noir  | <span style=\"color:#e5e7f0\">N<span style=\"color:#e3e5f0\">a<span style=\"color:#e1e2ef\">r<span style=\"color:#dfe0ef\">r<span style=\"color:#dcddee\">a<span style=\"color:#dadbee\">t<span style=\"color:#d8d8ed\">i<span style=\"color:#d6d6ed\">v<span style=\"color:#d4d3ec\">e<span style=\"color:#d2d1ec\">,<span style=\"color:#cfceeb\"> <span style=\"color:#cdcceb\">I<span style=\"color:#cbc9ea\">m<span style=\"color:#c5c1e4\">a<span style=\"color:#bfb9dd\">g<span style=\"color:#b9b1d7\">e<span style=\"color:#b3aad1\"> <span style=\"color:#ada2ca\">&amp;<span style=\"color:#a79ac4\"> <span style=\"color:#a192be\">R<span style=\"color:#9b8ab8\">e<span style=\"color:#9582b1\">p<span style=\"color:#8f7bab\">u<span style=\"color:#8973a5\">t<span style=\"color:#836b9e\">a<span style=\"color:#7d6398\">t<span style=\"color:#7d5f93\">i<span style=\"color:#7d5b8e\">o<span style=\"color:#7c5889\">n<span style=\"color:#7c5483\"> <span style=\"color:#7c507e\">M<span style=\"color:#7c4c79\">a<span style=\"color:#7b4874\">n<span style=\"color:#7b446f\">a<span style=\"color:#7b416a\">g<span style=\"color:#7b3d64\">e<span style=\"color:#7a395f\">d<span style=\"color:#7a355a\">.<\/span><\/p>\n                            <p>Founder of Lune de Sel  | <span style=\"color:#e5e7f0\">A<span style=\"color:#e4e5f0\"> <span style=\"color:#e2e4ef\">S<span style=\"color:#e1e2ef\">c<span style=\"color:#dfe0ef\">e<span style=\"color:#dedfee\">n<span style=\"color:#dcddee\">t<span style=\"color:#dbdbee\"> <span style=\"color:#d9daed\">i<span style=\"color:#d8d8ed\">s<span style=\"color:#d7d6ed\"> <span style=\"color:#d5d5ec\">n<span style=\"color:#d4d3ec\">o<span style=\"color:#d2d1ec\">t<span style=\"color:#d1d0eb\"> <span style=\"color:#cfceeb\">C<span style=\"color:#cecceb\">h<span style=\"color:#cccbea\">o<span style=\"color:#cbc9ea\">s<span style=\"color:#c7c3e5\">e<span style=\"color:#c2bee1\">n<span style=\"color:#beb8dc\">.<span style=\"color:#bab2d8\"> <span style=\"color:#b5add3\">I<span style=\"color:#b1a7cf\">t<span style=\"color:#ada1ca\">&#8216;<span style=\"color:#a89cc6\">s<span style=\"color:#a496c1\"> <span style=\"color:#a090bc\">C<span style=\"color:#9b8bb8\">o<span style=\"color:#9785b3\">n<span style=\"color:#937faf\">j<span style=\"color:#8e7aaa\">u<span style=\"color:#8a74a6\">r<span style=\"color:#866ea1\">e<span style=\"color:#81699d\">d<span style=\"color:#7d6398\">.<\/span><\/p>\n                            <p><span style=\"color:#e5e7f0\">T<span style=\"color:#d8d8ed\">H<span style=\"color:#cbc9ea\">E<span style=\"color:#7d6398\"> <span style=\"color:#7c4c79\">S<span style=\"color:#7a355a\">K<span style=\"color:#9d7aab\">I<span style=\"color:#b79cc8\">N<span style=\"color:#d1bde4\">N<span style=\"color:#f2e9ff\">Y<\/span><\/p>\n                            <p>Arachne Fairchild-Montrose<\/p>\n                            <p>Leo Sun, Pisces Moon, &amp; Sagittarius Rising,<\/p>\n                            <p>Digital Brand &amp; Public Relations Management<\/p>\n                            <p>Adores theater production, poetry, &amp; films<\/p>\n                            <p><span style=\"color:#e5e7f0\">T<span style=\"color:#dfe0ef\">H<span style=\"color:#d8d8ed\">E<span style=\"color:#d2d1ec\"> <span style=\"color:#cbc9ea\">V<span style=\"color:#b8b0d6\">I<span style=\"color:#a496c1\">B<span style=\"color:#917dad\">E<span style=\"color:#7d6398\">S<\/span><\/p>\n                            <p>I spend my days curating &amp; managing other people.<\/p>\n                            <p>I spend my nights in the moonlight, writing poems.<\/p>\n                            <p>Good conversation &amp; red wine makes me come alive.<\/p>\n                            <p><span style=\"color:#e5e7f0\">T<span style=\"color:#dfe0ef\">H<span style=\"color:#d8d8ed\">E<span style=\"color:#d2d1ec\"> <span style=\"color:#cbc9ea\">S<span style=\"color:#b8b0d6\">O<span style=\"color:#a496c1\">U<span style=\"color:#917dad\">N<span style=\"color:#7d6398\">D<\/span><\/p>\n                            <p>Billie Eilish. Sevdaliza. Mr. Eazi. The Weeknd.<\/p>\n                            <p>Doja Cat. Sabrina Claudio, &amp; RINI are repeats.<\/p>\n                            <p>Have more music suggestions? Share them w\/ me.<br><\/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><\/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><\/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><\/p>\n                            \n                            <h3>Quote<\/h3>\n                            <p><span style=\"color:#656565\">I have<span style=\"color:#6a5f66\"> loved <span style=\"color:#6f5a68\">to the <span style=\"color:#745569\">point o<span style=\"color:#7a4f6b\">f madne<span style=\"color:#7f4a6c\">ss; tha<span style=\"color:#84456e\">t which<span style=\"color:#8a4070\"> is cal<span style=\"color:#8a4070\">led ma<span style=\"color:#84456e\">dness, <span style=\"color:#7f4a6c\">that wh<span style=\"color:#7a4f6b\">ich to <span style=\"color:#745569\">me, is <span style=\"color:#6f5a68\">the onl<span style=\"color:#6a5f66\">y way t<span style=\"color:#656565\">o love.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                            \n                            <h3>Joke<\/h3>\n                            <p><span style=\"color:#656565\">It&#8217;<span style=\"color:#6a5f66\">s n<span style=\"color:#6f5a68\">ot <span style=\"color:#745569\">man<span style=\"color:#7a4f6b\">ipu<span style=\"color:#7f4a6c\">lati<span style=\"color:#84456e\">on <span style=\"color:#8a4070\">if <span style=\"color:#8a4070\">the<span style=\"color:#84456e\">y w<span style=\"color:#7f4a6c\">ante<span style=\"color:#7a4f6b\">d t<span style=\"color:#745569\">o b<span style=\"color:#6f5a68\">eli<span style=\"color:#6a5f66\">eve<span style=\"color:#656565\"> it.<\/span>  <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/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><span style=\"color:#656565\">A deliberately unposed <span style=\"color:#6a5f66\">shot of a polished youn<span style=\"color:#6f5a68\">g woman draped across a<span style=\"color:#745569\"> low   <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>velvet settee in s<span style=\"color:#7a4f6b\">oft daylight, one heel <span style=\"color:#7f4a6c\">still dangling off her <span style=\"color:#84456e\">foot. A     <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>half-finished c<span style=\"color:#8a4070\">oupe glass sits nearby <span style=\"color:#8a4070\">on a marble side table,<span style=\"color:#84456e\"> while she     <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>gazes                                                                       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>past t<span style=\"color:#7f4a6c\">he photographer, chin t<span style=\"color:#7a4f6b\">ilted just so, as if lo<span style=\"color:#745569\">st in thought or alread<span style=\"color:#6f5a68\">y<span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>bored. Behind her, Ne<span style=\"color:#6a5f66\">w Haven&#8217;s skyline blurs<span style=\"color:#656565\"> into golden hour haze.<\/span>         <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>This is a refined young woman with storm-gray eyes in her mid-twenties with <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>small B cup breasts.                                                        <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>You would judge her to be a <span style=\"color:#00ffff\">9.5<\/span> out of 10.                                  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>She is 5&#8217;1&#8243; and has a luminous, perpetually sun-kissed complexion, <span style=\"color:#a0734d\">s<span style=\"color:#aa7e59\">le<span style=\"color:#b58a65\">ek<span style=\"color:#bf9672\">ly<span style=\"color:#caa27e\">  <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#d4ad8a\">st<span style=\"color:#dfb997\">yl<span style=\"color:#e9c5a3\">ed<span style=\"color:#f4d1af\"> <span style=\"color:#ffddbc\">ca<span style=\"color:#ffddbc\">ra<span style=\"color:#f4d1af\">me<span style=\"color:#e9c5a3\">l<span style=\"color:#dfb997\"> b<span style=\"color:#d4ad8a\">lo<span style=\"color:#caa27e\">nd<span style=\"color:#bf9672\">e<span style=\"color:#b58a65\"> c<span style=\"color:#aa7e59\">ur<span style=\"color:#a0734d\">ls<\/span>, and gray eyes.                                 <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>You can see her face, neck, upper chest, and hands.                         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>Slender and exquisitely styled, this young woman carries herself like an    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>echo of a runway; all sleek lines and artful compositions masterfully       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>curated into effortless form. Her figure is marked by deliberate asymmetry: <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>non-existent bosom and petite waist gives way to wide-set hips, with a      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>sculpted rear that lends a subtle sway to each step, more choreography than <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>movement.                                                                   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>Her facial features are drawn from classic editorial ideals, set beneath a  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>warm, sun-kissed complexion hinting to mixed heritage. Pale gray eyes,      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>almond-shaped and tilted just so at the corners, rest beneath finely arched <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>brows, framed in dark lashes that curl skyward without effort. High,        <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>prominent cheekbones gives structure to a heart-shaped face with a slender, <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>gently sloped nose. Plush lips are full and softly contoured, with a bow    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>that curves just shy of sweet, are glazed in a muted gloss to highlight     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>their warmth.                                                               <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>    a gold chain necklace with a chunky, vintage-inspired heart-shaped      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>pendant                                                                     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#808080\">S<\/span>) a fine gold chain with a medusa head pendant resting at the collarbone  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>    a sheer white blouse with delicate French embroidery, open and tucked in<span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>    a strappy amber-toned lace bralette with intricate floral applique work <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#87d7d7\">S<\/span>) a petite wristwatch with a pearl-inlaid watch face and braided gold     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>chain                                                                       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>    a vintage gold chain belt with interlocking links draped across a curvy <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>hip                                                                         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>    a pair of high-waisted brown pleated trousers with a tailored wide-leg  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>fit                                                                         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) a pair of black snakeskin pointed-toe Aquazzura stilettos with slim     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>straps                                                                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">C<\/span>) a silver velvet clutch with a crystal-faceted clasp and tonal embroidery<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-item active\" data-video-id=\"aUqXDPwsHaI\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"ltQa-6Dqfh8\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"aUqXDPwsHaI\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"L_s8I3fLym8\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"3aMLZm8ykoE\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"uDEEzbGwbWw\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"ITvHN_m6oAs\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"Ylf8gJQe8So\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/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                        <button class=\"rpg-carousel-dot active\" data-video-index=\"0\"><\/button>\n                        <button class=\"rpg-carousel-dot\" data-video-index=\"2\"><\/button>\n                        <button class=\"rpg-carousel-dot\" data-video-index=\"4\"><\/button>\n                        <button class=\"rpg-carousel-dot\" data-video-index=\"6\"><\/button>\n                        <button class=\"rpg-carousel-dot\" data-video-index=\"8\"><\/button>\n                        <button class=\"rpg-carousel-dot\" data-video-index=\"10\"><\/button>\n                        <button class=\"rpg-carousel-dot\" data-video-index=\"12\"><\/button>\n                        <button class=\"rpg-carousel-dot\" data-video-index=\"14\"><\/button>\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>Arachne Fairchild @Astraea | Followers: 228,420 \u2039 \u203a Faction: The Hand Society: The Illusium Court Profile Photo About Me Founder of Petale Noir | Narrative, Image &amp; Reputation Managed. Founder of Lune de Sel | A Scent is not Chosen. It&#8216;s Conjured. THE SKINNY Arachne&#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-23574","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23574","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=23574"}],"version-history":[{"count":18,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23574\/revisions"}],"predecessor-version":[{"id":23768,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23574\/revisions\/23768"}],"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=23574"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}