{"id":27906,"date":"2025-11-09T16:32:38","date_gmt":"2025-11-09T21:32:38","guid":{"rendered":""},"modified":"2026-04-08T05:00:07","modified_gmt":"2026-04-08T09:00:07","slug":"liv-halvorsen","status":"publish","type":"page","link":"https:\/\/havenrpg.net\/newsite\/characters\/liv-halvorsen\/","title":{"rendered":"Liv Halvorsen"},"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\">Liv Halvorsen<\/h1>\n                <div class=\"rpg-follower-count\">@<span style=\"color:#a7f3d0\">N<span style=\"color:#67e1b1\">o<span style=\"color:#32d3a2\">r<span style=\"color:#28d3d2\">d<span style=\"color:#30c9f1\">i<span style=\"color:#52aff7\">c<span style=\"color:#6b9df9\">V<span style=\"color:#7d8ff8\">e<span style=\"color:#9d88fa\">i<span style=\"color:#c084fc\">l<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> | Followers: <span>5<\/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:\/\/files.catbox.moe\/l5v608.jpg\" class=\"rpg-carousel-image active\" alt=\"Character 1\">\n                        <img decoding=\"async\" src=\"https:\/\/files.catbox.moe\/fcdkqh.jpg\" 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><span style=\"color:#a7f3d0\">Born an<span style=\"color:#97efc9\">d raised in <span style=\"color:#88eac1\">Oslo, used t<span style=\"color:#77e6b9\">o cold morni<span style=\"color:#67e1b1\">ngs and long <span style=\"color:#57ddaa\">nights. Prac<span style=\"color:#48d8a2\">tical by hab<span style=\"color:#37d49a\">it, quiet by <span style=\"color:#32d3a3\">choice. I d<span style=\"color:#30d3ae\">ont talk muc<span style=\"color:#2dd3ba\">h about myse<span style=\"color:#2bd3c5\">lf, mostly b<span style=\"color:#28d3d2\">ecause there <span style=\"color:#25d3de\">isnt much <span style=\"color:#23d3e9\">that needs ex<span style=\"color:#27cfef\">plaining.<\/p>\n                            <p><span style=\"color:#27cfef\">C<span style=\"color:#30c9f1\">uriosity bro<span style=\"color:#39c2f2\">ught me to H<span style=\"color:#41bcf4\">aven &#8211; or may<span style=\"color:#49b6f6\">be instinct <span style=\"color:#52aff7\">did. Ive se<span style=\"color:#5ba9f9\">en enough to <span style=\"color:#62a4fa\">know that n<span style=\"color:#66a0fa\">ot everything <span style=\"color:#6b9df9\">follows rea<span style=\"color:#7099f9\">son, and Im <span style=\"color:#7496f9\">fine with t<span style=\"color:#7992f9\">hat.<\/p>\n                            <p><span style=\"color:#7992f9\">Most da<span style=\"color:#7d8ff8\">ys you&#8217;ll fi<span style=\"color:#828cf8\">nd me workin<span style=\"color:#8c8bf9\">g, watching, <span style=\"color:#948af9\">or just th<span style=\"color:#9d88fa\">inking. The r<span style=\"color:#a687fa\">est, youll <span style=\"color:#af86fb\">have to figu<span style=\"color:#b785fb\">re out on yo<span style=\"color:#c084fc\">ur own.<span style=\"color:#c0c0c0\"><\/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:#2d4780\">Fr<span style=\"color:#304c86\">os<span style=\"color:#34538e\">t <span style=\"color:#375793\">tea<span style=\"color:#3b5e9c\">ch<span style=\"color:#3e63a1\">es <span style=\"color:#4168a7\">pa<span style=\"color:#456faf\">ti<span style=\"color:#4974b5\">enc<span style=\"color:#507cbd\">e <span style=\"color:#5581c3\">bet<span style=\"color:#5a86c8\">te<span style=\"color:#628ed1\">r <span style=\"color:#6793d6\">tha<span style=\"color:#6c98dc\">n <span style=\"color:#73a0e4\">any <span style=\"color:#7ca7e8\">t<span style=\"color:#8ab2ec\">ea<span style=\"color:#94b9ef\">che<span style=\"color:#9ec0f1\">r <span style=\"color:#adcbf5\">I&#8217;v<span style=\"color:#b6d2f8\">e <span style=\"color:#c5ddfc\">me<span style=\"color:#cfe4ff\">t.<span style=\"color:#c0c0c0\"><\/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>Joke<\/h3>\n                            <p><span style=\"color:#2d4780\">So<span style=\"color:#304c86\">meo<span style=\"color:#33518c\">ne o<span style=\"color:#385895\">nce <span style=\"color:#3b5e9b\">sa<span style=\"color:#3e63a1\">id <span style=\"color:#4168a7\">I h<span style=\"color:#456fb0\">ave <span style=\"color:#4975b6\">a w<span style=\"color:#4f7abc\">arm <span style=\"color:#5580c2\">pe<span style=\"color:#5a86c8\">rso<span style=\"color:#628ed1\">nali<span style=\"color:#6794d7\">ty. <span style=\"color:#6d9add\">Th<span style=\"color:#739fe3\">ey <span style=\"color:#7ba6e8\">were <span style=\"color:#8ab1ec\">we<span style=\"color:#95b9ef\">ari<span style=\"color:#a0c1f2\">ng <span style=\"color:#abc9f5\">thr<span style=\"color:#b9d4f9\">ee c<span style=\"color:#c4dcfc\">oat<span style=\"color:#cfe4ff\">s.<span style=\"color:#c0c0c0\"><\/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                        <\/div>\n                        \n                        <div id=\"photo\" class=\"rpg-tab-content photo-tab\"><span style=\"color:#008080\"> _____________________________________________________________________________\n<\/span><span style=\"color:#008080\">| <\/span>Captured at the north edge of Arcadia park in the early morning, snowfall   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>drifts softly across the empty path. The trees stand heavy with frost,      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>their branches bending under winter&#8217;s weight. She is caught mid-stride      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>along the trail, steady and composed, her breath visible in the cold air.   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>The long war axe rests across her shoulder.                                 <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>This is soft-spoken nordic woman with light silver hair in her late         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>twenties with D cup breasts.                                                <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>She is 5&#8217;3&#8243; and has smooth and luminous skin, platinum-blonde hair, and     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>amber eyes.                                                                 <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>You can see her face and hands.                                             <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#f1f3ba\">H<span style=\"color:#f1f3ba\">e<span style=\"color:#f1f3ba\">r <span style=\"color:#f1f3ba\">h<span style=\"color:#f1f3ba\">a<span style=\"color:#f1f3ba\">i<span style=\"color:#f1f3ba\">r <span style=\"color:#f1f3ba\">f<span style=\"color:#f1f3ba\">a<span style=\"color:#f1f3ba\">l<span style=\"color:#f1f3ba\">l<span style=\"color:#f1f3ba\">s <span style=\"color:#f1f3ba\">i<span style=\"color:#f1f3ba\">n <span style=\"color:#f1f3ba\">l<span style=\"color:#f1f3ba\">o<span style=\"color:#f1f3ba\">n<span style=\"color:#f1f3ba\">g<span style=\"color:#f1f3ba\">, <span style=\"color:#f1f3ba\">s<span style=\"color:#f1f3ba\">i<span style=\"color:#f1f3ba\">l<span style=\"color:#f1f3ba\">k<span style=\"color:#f1f3ba\">e<span style=\"color:#f1f3ba\">n <span style=\"color:#f1f3ba\">w<span style=\"color:#f1f3ba\">a<span style=\"color:#f1f3ba\">v<span style=\"color:#f1f3ba\">e<span style=\"color:#f1f3ba\">s <span style=\"color:#f1f3ba\">o<span style=\"color:#f1f3ba\">f <span style=\"color:#f1f3ba\">p<span style=\"color:#f1f3ba\">a<span style=\"color:#f1f3ba\">l<span style=\"color:#f1f3ba\">e <span style=\"color:#f1f3ba\">s<span style=\"color:#f1f3ba\">i<span style=\"color:#f1f3ba\">l<span style=\"color:#f1f3ba\">v<span style=\"color:#f1f3ba\">e<span style=\"color:#f1f3ba\">r<span style=\"color:#c0c0c0\"><\/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>, strands that catch the <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>light with a faint shimmer when she moves. It frames a calm, defined face   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>with smooth lines and subtle grace, the kind that speaks more through       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>stillness than motion. <span style=\"color:#f3680b\">H<span style=\"color:#f4730c\">er <span style=\"color:#f57e0d\">e<span style=\"color:#f68a0d\">ye<span style=\"color:#f7950e\">s, <span style=\"color:#f8a00f\">a <span style=\"color:#f9ab10\">d<span style=\"color:#fab611\">ee<span style=\"color:#fbc112\">p <span style=\"color:#fccd12\">sh<span style=\"color:#fdd813\">ad<span style=\"color:#fee314\">e <span style=\"color:#ffee15\">of <span style=\"color:#fee314\">a<span style=\"color:#fdd813\">mb<span style=\"color:#fccd12\">er <span style=\"color:#fbc112\">t<span style=\"color:#fab611\">ou<span style=\"color:#f9ab10\">ch<span style=\"color:#f8a00f\">ed <span style=\"color:#f7950e\">w<span style=\"color:#f68a0d\">it<span style=\"color:#f57e0d\">h <span style=\"color:#f4730c\">go<span style=\"color:#f3680b\">ld<span style=\"color:#c0c0c0\"><\/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>hold a steady, unhurried focus &#8211; warm, yet distant, as if they see more     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>than they choose to share. Her features are soft but deliberate; a straight <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>nose, balanced lips that rest in a quiet, thoughtful line, and high         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>cheekbones that lend her an air of quiet confidence. <span style=\"color:#2d4780\">A <span style=\"color:#304c86\">fa<span style=\"color:#33518c\">in<span style=\"color:#385995\">t <span style=\"color:#3b5e9c\">tr<span style=\"color:#3e63a2\">ac<span style=\"color:#4169a8\">e o<span style=\"color:#446eae\">f       <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#4873b4\">na<span style=\"color:#507cbd\">tu<span style=\"color:#5681c3\">ra<span style=\"color:#5b87c9\">l <span style=\"color:#618dd0\">per<span style=\"color:#6693d6\">fu<span style=\"color:#6c98dc\">me <span style=\"color:#74a1e5\">l<span style=\"color:#7ea9e9\">in<span style=\"color:#89b1ec\">ger<span style=\"color:#94b8ef\">s <span style=\"color:#9ec0f2\">ar<span style=\"color:#a9c8f5\">ou<span style=\"color:#b9d4f9\">nd <span style=\"color:#c4dcfc\">h<span style=\"color:#cfe4ff\">er<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> &#8211; something clean, like snow and cedar.  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#f5e8d0\">H<span style=\"color:#f5e8d0\">e<span style=\"color:#f5e8d0\">r <span style=\"color:#f5e8d0\">s<span style=\"color:#f5e8d0\">k<span style=\"color:#f5e8d0\">i<span style=\"color:#f5e8d0\">n <span style=\"color:#f5e8d0\">c<span style=\"color:#f5e8d0\">a<span style=\"color:#f5e8d0\">r<span style=\"color:#f5e8d0\">r<span style=\"color:#f5e8d0\">i<span style=\"color:#f5e8d0\">e<span style=\"color:#f5e8d0\">s <span style=\"color:#f5e8d0\">a <span style=\"color:#f5e8d0\">p<span style=\"color:#f5e8d0\">a<span style=\"color:#f5e8d0\">l<span style=\"color:#f5e8d0\">e <span style=\"color:#f5e8d0\">u<span style=\"color:#f5e8d0\">n<span style=\"color:#f5e8d0\">d<span style=\"color:#f5e8d0\">e<span style=\"color:#f5e8d0\">r<span style=\"color:#f5e8d0\">t<span style=\"color:#f5e8d0\">o<span style=\"color:#f5e8d0\">n<span style=\"color:#f5e8d0\">e<span style=\"color:#c0c0c0\"><\/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>, unmarked and even, the kind that hints   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>at northern roots. <span style=\"color:#e3a097\">H<span style=\"color:#e3a097\">e<span style=\"color:#e3a097\">r <span style=\"color:#e3a097\">h<span style=\"color:#e3a097\">a<span style=\"color:#e3a097\">n<span style=\"color:#e3a097\">d<span style=\"color:#e3a097\">s <span style=\"color:#e3a097\">a<span style=\"color:#e3a097\">r<span style=\"color:#e3a097\">e <span style=\"color:#e3a097\">n<span style=\"color:#e3a097\">e<span style=\"color:#e3a097\">a<span style=\"color:#e3a097\">t <span style=\"color:#e3a097\">a<span style=\"color:#e3a097\">n<span style=\"color:#e3a097\">d <span style=\"color:#e3a097\">s<span style=\"color:#e3a097\">t<span style=\"color:#e3a097\">e<span style=\"color:#e3a097\">a<span style=\"color:#e3a097\">d<span style=\"color:#e3a097\">y<span style=\"color:#c0c0c0\"><\/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>, the fingers long, nails   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>short and well-kept. There&#8217;s something deliberate in every motion, whether  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>adjusting a strand of hair or glancing aside, as if she&#8217;s always aware of   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>the space around her. Her posture is straight yet relaxed, and the faint,   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>controlled rhythm of her breath betrays the habit of calm discipline. Even  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>in silence, there&#8217;s a quiet presence about her &#8211; composed, self-contained,  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>and faintly distant, as though the weight of her thoughts always drifts a   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>little beyond the room she&#8217;s in.                                            <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#875f5f\">They smell like horse.<\/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\">D<\/span>) a forged nordic two-handed war axe with a curved tempered steel blade   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>    a smartphone encased in a case decorated with glowing runes.            <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">D<\/span>) a black waterproof insulated winter jacket with a soft thermal lining   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">D<\/span>) a pair of black waterproof insulated winter pants with a soft thermal   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>lining                                                                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">D<\/span>) a pair of black waterproof snow boots lined with soft fleece            <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>    a gold ring with a sun-colored gem                                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>    a golden sun charm necklace                                             <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>Liv Halvorsen @NordicVeil | Followers: 5 \u2039 \u203a Profile Photo About Me Born and raised in Oslo, used to cold mornings and long nights. Practical by habit, quiet by choice. I dont talk much about myself, mostly because there isnt much that needs explaining. Curiosity&#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-27906","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/27906","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=27906"}],"version-history":[{"count":0,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/27906\/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=27906"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}