{"id":4898,"date":"2026-01-06T16:47:12","date_gmt":"2026-01-06T08:47:12","guid":{"rendered":"https:\/\/islandbritt.com\/?page_id=4898"},"modified":"2026-01-07T17:05:38","modified_gmt":"2026-01-07T09:05:38","slug":"reiki-test-page","status":"publish","type":"page","link":"https:\/\/islandbritt.com\/zh\/reiki-test-page\/","title":{"rendered":"Reiki Test Page"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Island Britt &#8211; Reiki Healing Sessions<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            \/* Brand Colors - Island Britt Ocean Palette *\/\n            --primary-dark: #107E8A;      \/* Deep Ocean Blue *\/\n            --primary-deeper: #00241D;    \/* Pine Green *\/\n            --accent-soft: #D6EFD0;       \/* Seafoam Green *\/\n            --bg-cream: #FCFBF0;          \/* Light Sand *\/\n            --highlight: #FFEBA0;         \/* Light Yellow *\/\n\n            --text-dark: #00241D;\n            --text-muted: #425a55;\n            --border-soft: #d9e3db;\n        }\n\n        body {\n            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n            color: var(--text-dark);\n            background-color: var(--bg-cream);\n            line-height: 1.6;\n        }\n\n        h1, h2, h3 {\n            font-family: 'Cormorant Garamond', \"Times New Roman\", serif;\n            font-weight: 700; \/* bold *\/\n            letter-spacing: 0.02em;\n        }\n\n        \/* Hero Section - Winter Reiki Reset Promotion *\/\n        .hero {\n            background: radial-gradient(circle at top left, var(--accent-soft) 0%, var(--primary-dark) 45%, var(--primary-deeper) 100%);\n            color: var(--bg-cream);\n            padding: 60px 20px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before,\n        .hero::after {\n            content: '';\n            position: absolute;\n            width: 260px;\n            height: 260px;\n            border-radius: 50%;\n            background: rgba(214, 239, 208, 0.12);\n            filter: blur(2px);\n        }\n\n        .hero::before {\n            top: -80px;\n            left: -40px;\n        }\n\n        .hero::after {\n            bottom: -80px;\n            right: -40px;\n        }\n\n        .hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n        }\n\n        .promo-badge {\n            display: inline-block;\n            background-color: rgba(252, 251, 240, 0.9);\n            color: var(--primary-deeper);\n            padding: 8px 16px;\n            border-radius: 999px;\n            font-size: 0.85rem;\n            font-weight: 500; \/* Inter medium *\/\n            letter-spacing: 0.12em;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n        }\n\n        .hero h1 {\n            font-size: 3rem;\n            margin-bottom: 10px;\n        }\n\n        .hero-subtitle {\n            font-size: 1.2rem;\n            margin-bottom: 26px;\n            font-style: italic;\n            opacity: 0.95;\n        }\n\n        .hero-note {\n            font-size: 0.95rem;\n            max-width: 600px;\n            margin: 0 auto 28px;\n            color: rgba(252, 251, 240, 0.9);\n        }\n\n        .hero-ctas {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            flex-wrap: wrap;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background-color: var(--highlight);\n            color: var(--primary-deeper);\n            padding: 13px 28px;\n            border-radius: 999px;\n            text-decoration: none;\n            font-weight: 500; \/* Inter medium *\/\n            font-size: 0.98rem;\n            border: 2px solid var(--highlight);\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .cta-button:hover {\n            background-color: #ffe37a;\n            border-color: #ffe37a;\n            transform: translateY(-1px);\n            box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);\n        }\n\n        .cta-button-outline {\n            background-color: transparent;\n            color: var(--bg-cream);\n            border-color: rgba(252, 251, 240, 0.7);\n        }\n\n        .cta-button-outline:hover {\n            background-color: rgba(252, 251, 240, 0.16);\n            border-color: var(--bg-cream);\n        }\n\n        \/* Container *\/\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Section Styling *\/\n        section {\n            padding: 60px 20px;\n            border-bottom: 1px solid var(--border-soft);\n        }\n\n        section:last-child {\n            border-bottom: none;\n        }\n\n        h2 {\n            font-size: 2.2rem;\n            color: var(--primary-deeper);\n            margin-bottom: 30px;\n            text-align: center;\n            position: relative;\n            padding-bottom: 18px;\n        }\n\n        h2::after {\n            content: '';\n            display: block;\n            width: 64px;\n            height: 3px;\n            background: linear-gradient(90deg, var(--accent-soft), var(--primary-dark));\n            margin: 14px auto 0;\n        }\n\n        h3 {\n            font-size: 1.4rem;\n            color: var(--primary-deeper);\n            margin-bottom: 12px;\n        }\n\n        p {\n            font-size: 0.98rem;\n            line-height: 1.8;\n            color: var(--text-muted);\n            margin-bottom: 14px;\n            font-weight: 400; \/* Inter regular *\/\n        }\n\n        \/* What is Reiki Section *\/\n        .what-is-reiki {\n            background-color: var(--bg-cream);\n        }\n\n        .what-is-reiki-content {\n            display: grid;\n            grid-template-columns: 1.1fr 0.9fr;\n            gap: 40px;\n            align-items: center;\n            margin-top: 34px;\n        }\n\n        .what-is-reiki-tagline {\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 0.16em;\n            color: var(--primary-dark);\n            font-weight: 500; \/* Inter medium *\/\n            margin-bottom: 10px;\n        }\n\n        .reiki-image {\n            background: radial-gradient(circle at top, var(--accent-soft) 0%, #b5dbc0 40%, var(--primary-dark) 100%);\n            height: 290px;\n            border-radius: 18px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: rgba(252, 251, 240, 0.85);\n            font-size: 2.7rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .reiki-image::before {\n            content: 'Reiki';\n            position: absolute;\n            bottom: 18px;\n            right: 22px;\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.3rem;\n            letter-spacing: 0.16em;\n            text-transform: uppercase;\n            opacity: 0.8;\n        }\n\n        \/* Benefits Section *\/\n        .benefits {\n            background-color: #f4f8f2;\n        }\n\n        .benefits-intro {\n            max-width: 650px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 26px;\n            margin-top: 30px;\n        }\n\n        .benefit-card {\n            background-color: var(--bg-cream);\n            padding: 24px 22px;\n            border-radius: 14px;\n            border: 1px solid rgba(0, 36, 29, 0.08);\n            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);\n            transition: all 0.25s ease;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);\n            border-color: rgba(16, 126, 138, 0.25);\n        }\n\n        .benefit-icon {\n            font-size: 1.9rem;\n            margin-bottom: 8px;\n        }\n\n        .benefit-card h3 {\n            font-size: 1.15rem;\n            margin-bottom: 8px;\n        }\n\n        .benefit-card p {\n            font-size: 0.94rem;\n        }\n\n        \/* Services Section *\/\n        .services {\n            background-color: var(--bg-cream);\n        }\n\n        .services-intro {\n            max-width: 640px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 26px;\n            margin-top: 30px;\n        }\n\n        .service-card {\n            background-color: #f7faf7;\n            padding: 26px 22px;\n            border-radius: 14px;\n            border: 1px solid rgba(0, 36, 29, 0.08);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .service-label {\n            position: absolute;\n            top: 16px;\n            right: 18px;\n            padding: 4px 10px;\n            border-radius: 999px;\n            background: rgba(16, 126, 138, 0.09);\n            color: var(--primary-dark);\n            font-size: 0.75rem;\n            font-weight: 500; \/* Inter medium *\/\n            letter-spacing: 0.12em;\n            text-transform: uppercase;\n        }\n\n        .service-duration {\n            font-size: 0.9rem;\n            color: var(--primary-dark);\n            font-weight: 500; \/* Inter medium *\/\n            margin-bottom: 6px;\n        }\n\n        .service-price {\n            color: var(--primary-dark);\n            font-weight: 700;\n            font-size: 1.2rem;\n            margin-top: 12px;\n        }\n\n        .service-note {\n            font-size: 0.85rem;\n            color: var(--text-muted);\n            margin-top: 6px;\n        }\n\n        \/* Testimonials Section - Carousel *\/\n        .testimonials {\n            background-color: #eef5f3;\n        }\n\n        .testimonials-header {\n            text-align: center;\n            max-width: 680px;\n            margin: 0 auto 26px;\n        }\n\n        .testimonials-carousel-wrapper {\n            position: relative;\n        }\n\n        .testimonials-grid {\n            display: grid;\n            grid-template-columns: repeat(3, minmax(0, 1fr));\n            gap: 24px;\n            margin-top: 8px;\n        }\n\n        .testimonial-card {\n            background-color: var(--bg-cream);\n            padding: 22px 20px;\n            border-radius: 14px;\n            border: 1px solid rgba(0, 36, 29, 0.08);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .testimonial-quote {\n            font-size: 0.94rem;\n            font-style: italic;\n            color: var(--text-muted);\n            margin-bottom: 14px;\n        }\n\n        .testimonial-author {\n            font-size: 0.9rem;\n            font-weight: 500; \/* Inter medium *\/\n            color: var(--primary-deeper);\n        }\n\n        .testimonial-meta {\n            font-size: 0.8rem;\n            color: var(--text-muted);\n            margin-top: 2px;\n        }\n\n        .testimonial-card.hidden-slide {\n            display: none;\n        }\n\n        .testimonials-controls {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 14px;\n            margin-top: 24px;\n        }\n\n        .testimonial-nav-btn {\n            background-color: rgba(16, 126, 138, 0.08);\n            border: 1px solid rgba(16, 126, 138, 0.4);\n            color: var(--primary-deeper);\n            border-radius: 999px;\n            padding: 6px 14px;\n            font-size: 0.85rem;\n            cursor: pointer;\n            font-weight: 500;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n\n        .testimonial-nav-btn:hover {\n            background-color: rgba(16, 126, 138, 0.16);\n        }\n\n        .testimonial-dots {\n            display: flex;\n            gap: 6px;\n            align-items: center;\n        }\n\n        .testimonial-dot {\n            width: 7px;\n            height: 7px;\n            border-radius: 999px;\n            background-color: rgba(0, 36, 29, 0.18);\n        }\n\n        .testimonial-dot.active {\n            width: 18px;\n            background-color: var(--primary-dark);\n        }\n\n        \/* FAQ Section *\/\n        .faq {\n            background-color: var(--bg-cream);\n        }\n\n        .faq-intro {\n            max-width: 640px;\n            margin: 0 auto 26px;\n            text-align: center;\n        }\n\n        .faq-item {\n            margin-bottom: 22px;\n            border-bottom: 1px solid var(--border-soft);\n            padding-bottom: 16px;\n        }\n\n        .faq-item:last-child {\n            border-bottom: none;\n        }\n\n        .faq-question {\n            cursor: pointer;\n            font-weight: 500; \/* Inter medium *\/\n            color: var(--primary-deeper);\n            font-size: 1.02rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: color 0.25s ease;\n        }\n\n        .faq-question:hover {\n            color: var(--primary-dark);\n        }\n\n        .faq-toggle {\n            font-size: 1.4rem;\n            transition: transform 0.25s ease;\n        }\n\n        .faq-toggle.active {\n            transform: rotate(180deg);\n        }\n\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.28s ease;\n            padding-top: 0;\n        }\n\n        .faq-answer.active {\n            max-height: 360px;\n            padding-top: 10px;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, var(--primary-deeper) 0%, var(--primary-dark) 60%, #0b5760 100%);\n            color: var(--bg-cream);\n            text-align: center;\n            padding: 80px 20px;\n        }\n\n        .cta-section h2 {\n            color: var(--bg-cream);\n        }\n\n        .cta-section h2::after {\n            background-color: var(--highlight);\n        }\n\n        .cta-section p {\n            color: rgba(252, 251, 240, 0.9);\n            font-size: 1.02rem;\n            margin-bottom: 26px;\n        }\n\n        \/* Footer *\/\n        footer {\n            background-color: var(--primary-deeper);\n            color: var(--bg-cream);\n            text-align: center;\n            padding: 26px 20px;\n            font-size: 0.85rem;\n        }\n\n        footer a {\n            color: var(--highlight);\n            text-decoration: none;\n        }\n\n        footer a:hover {\n            text-decoration: underline;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 900px) {\n            .testimonials-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .hero {\n                padding: 50px 18px;\n            }\n\n            .hero h1 {\n                font-size: 2.1rem;\n            }\n\n            .hero-subtitle {\n                font-size: 1.05rem;\n            }\n\n            section {\n                padding: 44px 18px;\n            }\n\n            h2 {\n                font-size: 1.8rem;\n            }\n\n            h3 {\n                font-size: 1.2rem;\n            }\n\n            .what-is-reiki-content {\n                grid-template-columns: 1fr;\n                gap: 26px;\n            }\n\n            .hero-ctas {\n                flex-direction: column;\n            }\n\n            .testimonials-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section with Winter Reiki Reset Promotion -->\n    <section class=\"hero\">\n        <div class=\"hero-content\">\n            <span class=\"promo-badge\">Winter Reiki Reset<\/span>\n            <h1>Reset Your Energy This Winter<\/h1>\n            <p class=\"hero-subtitle\">Invite warmth, clarity, and deep rest into your body, mind, and spirit.<\/p>\n            <p class=\"hero-note\">\n                Limited winter availability in Taichung and via distance Reiki. Sessions are held with gentle presence, grounded intuition, and spacious time for integration.\n            <\/p>\n            <div class=\"hero-ctas\">\n                <a href=\"#booking\" class=\"cta-button\">Book Your Winter Session<\/a>\n                <a href=\"#services\" class=\"cta-button cta-button-outline\">Explore Session Types<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- What is Reiki Section -->\n    <section class=\"what-is-reiki\">\n        <div class=\"container\">\n            <h2>What is Reiki?<\/h2>\n            <div class=\"what-is-reiki-content\">\n                <div>\n                    <div class=\"what-is-reiki-tagline\">Gentle, grounded energy work<\/div>\n                    <h3>Healing Through Universal Life Force<\/h3>\n                    <p>\n                        Reiki is a gentle, non-invasive energy healing practice that channels the universal life force (Qi\/Chi \u6c23) to support balance in your physical, emotional, mental, and spiritual bodies.\n                        Rather than using the practitioner\u2019s personal energy, Reiki flows through the practitioner to you, meeting you exactly where you are in your process.\n                    <\/p>\n                    <p>\n                        Originating in Japan, Reiki has been practiced for generations as a way to soften stress, encourage deep rest, and remind the body how to access its own healing wisdom.\n                        Sessions with Island Britt weave intuitive insight, grounded teaching, and time for reflection so you leave feeling seen, resourced, and gently reset.\n                    <\/p>\n                <\/div>\n                <div class=\"reiki-image\">\n                    \u2727\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Benefits Section -->\n    <section class=\"benefits\">\n        <div class=\"container\">\n            <h2>Benefits of Reiki<\/h2>\n            <div class=\"benefits-intro\">\n                <p>\n                    Every session unfolds differently, but many clients describe a sense of spaciousness, relief, and subtle yet powerful shifts that continue to integrate over days and weeks.\n                <\/p>\n            <\/div>\n            <div class=\"benefits-grid\">\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\ud83c\udf3f<\/div>\n                    <h3>Deep Nervous System Rest<\/h3>\n                    <p>\n                        Soften the grip of chronic stress and busyness as your body drops into a restorative state where healing and repair become possible again.\n                    <\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\u2728<\/div>\n                    <h3>Energy Clearing &#038; Flow<\/h3>\n                    <p>\n                        Gently clear stagnant energy, support your chakras, and invite more flow where things have felt blocked, heavy, or stuck for a long time.\n                    <\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\ud83d\udcab<\/div>\n                    <h3>Emotional Release &#038; Insight<\/h3>\n                    <p>\n                        Make space for buried feelings to surface safely, with intuitive reflections that help you understand what your body and heart are trying to tell you.\n                    <\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\ud83e\uddd8<\/div>\n                    <h3>Spiritual Connection<\/h3>\n                    <p>\n                        Reconnect with your inner guidance and sense of meaning, whether you name that intuition, Spirit, ancestors, or simply your deepest self.\n                    <\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\ud83d\udc9a<\/div>\n                    <h3>Support with Healing<\/h3>\n                    <p>\n                        Complement medical or therapeutic care with gentle energetic support as you move through pain, trauma processing, or big life transitions.\n                    <\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\ud83c\udf1f<\/div>\n                    <h3>Everyday Well-Being<\/h3>\n                    <p>\n                        Many people notice better sleep, a lighter mood, more patience, and a clearer sense of what truly matters in their day-to-day life.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Services Section -->\n    <section class=\"services\" id=\"services\">\n        <div class=\"container\">\n            <h2>Reiki Sessions<\/h2>\n            <div class=\"services-intro\">\n                <p>\n                    Sessions are available in-person in Taichung and via distance Reiki for clients around the world. All sessions include time for pre-session check-in and post-session sharing.\n                <\/p>\n            <\/div>\n            <div class=\"services-grid\">\n                <div class=\"service-card\">\n                    <span class=\"service-label\">Signature<\/span>\n                    <h3>1-Hour Reiki Session<\/h3>\n                    <div class=\"service-duration\">60 minutes \u00b7 In-person or distance<\/div>\n                    <p>\n                        A full-body Reiki session with spacious time for grounding, healing, and integration. Ideal if you are navigating stress, transition, or long-standing patterns and want deep support.\n                    <\/p>\n                    <div class=\"service-price\">NT$1,700<\/div>\n                    <div class=\"service-note\">Includes intuitive reflections and gentle coaching around what arises.<\/div>\n                <\/div>\n                <div class=\"service-card\">\n                    <span class=\"service-label\">Quick Reset<\/span>\n                    <h3>30-Minute Reiki Session<\/h3>\n                    <div class=\"service-duration\">30 minutes \u00b7 In-person or distance<\/div>\n                    <p>\n                        A shorter, focused session designed to bring you back to center between bigger commitments. Perfect for busy weeks, maintenance support, or a seasonal energetic tune-up.\n                    <\/p>\n                    <div class=\"service-price\">NT$900<\/div>\n                    <div class=\"service-note\">Best for returning clients or those needing a gentle top-up.<\/div>\n                <\/div>\n                <div class=\"service-card\">\n                    <span class=\"service-label\">From Anywhere<\/span>\n                    <h3>Distance Reiki Session<\/h3>\n                    <div class=\"service-duration\">45\u201360 minutes \u00b7 Online<\/div>\n                    <p>\n                        Experience Reiki from the comfort of your own home. Distance work is powerful for trauma processing, nervous system support, and moments when travel is not possible.\n                    <\/p>\n                    <div class=\"service-price\">NT$1,500<\/div>\n                    <div class=\"service-note\">We connect via message or call before and after to anchor your intentions.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Testimonials Section (Carousel) -->\n    <section class=\"testimonials\">\n        <div class=\"container\">\n            <h2>Client Experiences<\/h2>\n            <div class=\"testimonials-header\">\n                <p>\n                    These words are shared with permission from Island Britt Reiki clients on Facebook. Each story reflects a unique healing journey, and a shared thread of warmth, safety, and deep care.\n                <\/p>\n            <\/div>\n\n            <div class=\"testimonials-carousel-wrapper\">\n                <div class=\"testimonials-grid\" id=\"testimonialGrid\">\n                    <!-- Slide 1 -->\n                    <div class=\"testimonial-card\" data-index=\"0\">\n                        <p class=\"testimonial-quote\">\n                            \u201cI had a second beautiful Reiki session with Britt this week. Britt has really pure, unfiltered light and love in her and such humility when she works.\n                            She holds space and mediates the process with grace and deep knowing. I am very cynical about healers as there are so many charlatans out there, but I trust Britt implicitly.\u201d\n                        <\/p>\n                        <p class=\"testimonial-quote\">\n                            \u201cAfter she left, I processed deeply and I am very glad I did it. I will do a session with Britt consistently. Her work is powerful.\u201d\n                        <\/p>\n                        <div class=\"testimonial-author\">Prashantha L<\/div>\n                        <div class=\"testimonial-meta\">Reiki client \u00b7 via Facebook review<\/div>\n                    <\/div>\n\n                    <!-- Slide 2 -->\n                    <div class=\"testimonial-card\" data-index=\"1\">\n                        <p class=\"testimonial-quote\">\n                            \u201cI had such a beautiful and transformative reiki session with Britt. I had been feeling anxious and emotional for quite some time, and this experience was so incredibly healing and nurturing in more ways than I could have imagined or hoped for.\u201d\n                        <\/p>\n                        <p class=\"testimonial-quote\">\n                            \u201cAfterwards, I felt a flood of energy and a burst of uncontrollable happiness rush through me, while feeling so calm and balanced at the same time\u2026\n                            One of the most incredible things was how my shoulder pain subsided\u2026 somehow Britt was able to help with a huge amount of pain relief and healing.\n                            I&#8217;m blown away by how much better it feels.\u201d\n                        <\/p>\n                        <div class=\"testimonial-author\">Sarah I<\/div>\n                        <div class=\"testimonial-meta\">Reiki client \u00b7 via Facebook review<\/div>\n                    <\/div>\n\n                    <!-- Slide 3 -->\n                    <div class=\"testimonial-card\" data-index=\"2\">\n                        <p class=\"testimonial-quote\">\n                            \u201cI had my first ever reiki session with Britt today, and I honestly cannot wait to have another. It&#8217;s both relaxing and energizing, and the session opens up moments of peaceful clarity.\n                            Britt is such a calming person, so it is very easy to settle into the session and trust her.\u201d\n                        <\/p>\n                        <p class=\"testimonial-quote\">\n                            \u201cPost-session she asks about your experience\/s and shares insight with you about what she noticed in your energy flow, as well as offering encouragement about anything important she perceives\u2026\n                            I&#8217;d highly recommend booking a reiki session with Island Britt!\u201d\n                        <\/p>\n                        <div class=\"testimonial-author\">Laura G<\/div>\n                        <div class=\"testimonial-meta\">Reiki client \u00b7 via Facebook review<\/div>\n                    <\/div>\n\n                    <!-- Slide 4 -->\n                    <div class=\"testimonial-card\" data-index=\"3\">\n                        <p class=\"testimonial-quote\">\n                            \u201cI&#8217;m still new to Reiki so I&#8217;m always really impressed and surprised by sessions. My distance session with Britt was incredible.\n                            I&#8217;ve been processing trauma from childhood. Her intuitive insight has given me what I need to move forward in my healing process.\u201d\n                        <\/p>\n                        <p class=\"testimonial-quote\">\n                            \u201cI can&#8217;t thank her enough for the gift she has given me through sharing healing space with me. Thank you Britt!\u201d\n                        <\/p>\n                        <div class=\"testimonial-author\">Nicole D<\/div>\n                        <div class=\"testimonial-meta\">Distance Reiki client \u00b7 via Facebook review<\/div>\n                    <\/div>\n\n                    <!-- Slide 5 -->\n                    <div class=\"testimonial-card\" data-index=\"4\">\n                        <p class=\"testimonial-quote\">\n                            \u201cAs a Reiki novice, I wasn&#8217;t quite sure what to expect during my first session\u2026 I found it very easy to relax as she guided positive energy toward me.\n                            I felt some synchronized oscillation, like a rippling current, and experienced elevated senses of harmony and well-being.\u201d\n                        <\/p>\n                        <p class=\"testimonial-quote\">\n                            \u201cMidway through the appointment, my dog slid himself contentedly under the couch, directly beneath me, to join in on the tranquility! Conclusively, a wonderful reflective exercise in channeling feelings of equilibrium and peace.\u201d\n                        <\/p>\n                        <div class=\"testimonial-author\">Kate V<\/div>\n                        <div class=\"testimonial-meta\">Reiki client \u00b7 via Facebook review<\/div>\n                    <\/div>\n\n                    <!-- Slide 6 -->\n                    <div class=\"testimonial-card\" data-index=\"5\">\n                        <p class=\"testimonial-quote\">\n                            \u201cHaving a reiki session with Britt was like having a warm radiance travel through me. During part of the session, I felt a channel of neutral energy moving out of me\u2026\n                            Definitely intriguing and a pretty cool experience!\u201d\n                        <\/p>\n                        <p class=\"testimonial-quote\">\n                            \u201cThe next evening I was much more aware of my connection to some emotions I had been stuffing down \u2013 time for the feels!\n                            Definitely a healing experience. I look forward to my next session.\n                            I have already recommended this to friends.\u201d\n                        <\/p>\n                        <div class=\"testimonial-author\">Kat J<\/div>\n                        <div class=\"testimonial-meta\">Reiki client \u00b7 via Facebook review<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"testimonials-controls\">\n                    <button type=\"button\" class=\"testimonial-nav-btn\" id=\"testimonialPrev\">\n                        \u2039 Previous\n                    <\/button>\n                    <div class=\"testimonial-dots\" id=\"testimonialDots\">\n                        <!-- dots will be injected by JS -->\n                    <\/div>\n                    <button type=\"button\" class=\"testimonial-nav-btn\" id=\"testimonialNext\">\n                        Next \u203a\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ Section -->\n    <section class=\"faq\">\n        <div class=\"container\">\n            <h2>Frequently Asked Questions<\/h2>\n            <div class=\"faq-intro\">\n                <p>\n                    If you are new to Reiki or energy work, you are so welcome here. These questions cover the basics of what to expect and how to prepare for your session.\n                <\/p>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\n                    <span>What happens during a Reiki session?<\/span>\n                    <span class=\"faq-toggle\">\u25bc<\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>\n                        You remain fully clothed and either lie down or sit comfortably. After a brief check-in, Britt will place her hands gently on or just above your body, moving through different positions as guided.\n                        Many people feel warmth, tingling, waves of relaxation, or simply a sense of calm presence. There is nothing you need to \u201cdo\u201d or perform \u2013 you are invited to rest and receive.\n                    <\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\n                    <span>Do I need to believe in Reiki for it to work?<\/span>\n                    <span class=\"faq-toggle\">\u25bc<\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>\n                        No particular belief system is required. A curious, open-minded skepticism is completely welcome.\n                        Reiki works with your body\u2019s own healing capacity and nervous system, and many people who were unsure at first still report tangible shifts and benefits after sessions.\n                    <\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\n                    <span>Is Reiki safe? Can it replace medical care?<\/span>\n                    <span class=\"faq-toggle\">\u25bc<\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>\n                        Reiki is gentle, non-invasive, and considered safe for all ages. It is designed to complement\u2014not replace\u2014medical or psychological treatment.\n                        If you have a specific diagnosis or concern, please continue to work with your healthcare providers while using Reiki as additional support.\n                    <\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\n                    <span>How often should I receive Reiki?<\/span>\n                    <span class=\"faq-toggle\">\u25bc<\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>\n                        Some clients come weekly or monthly, while others book seasonally or during times of transition. A good starting place is 1\u20132 sessions close together so you can feel how your system responds,\n                        and then we can co-create a rhythm that feels sustainable for your life and budget.\n                    <\/p>\n                <\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\n                    <span>How do distance Reiki sessions work?<\/span>\n                    <span class=\"faq-toggle\">\u25bc<\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>\n                        Distance Reiki is offered across time and space. We connect before your session to clarify intentions and logistics, then you rest in a quiet, comfortable space while Britt sends Reiki.\n                        Afterwards, you receive a voice note or live check-in to share what came through on both sides. Clients often report sensations and shifts similar to in-person sessions.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta-section\" id=\"booking\">\n        <div class=\"container\">\n            <h2>Ready for Your Winter Reiki Reset?<\/h2>\n            <p>\n                If your body is asking for deep rest, emotional release, or a gentle fresh start, you are invited to book a session and see how Reiki lands in your life this season.\n            <\/p>\n            <a href=\"https:\/\/islandbritt.com\/product-category\/reiki\/\" class=\"cta-button\">View Reiki Calendar &amp; Book Now<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer>\n        <p>&copy; 2026 Island Britt \u00b7 Reiki &amp; Crystal Wellness \u00b7 Taichung, Taiwan<\/p>\n        <p style=\"margin-top: 10px;\">\n            <a href=\"https:\/\/islandbritt.com\">Visit Main Site<\/a> \u00b7 \n            <a href=\"https:\/\/www.instagram.com\/islandbritt\/\">Instagram<\/a> \u00b7 \n            <a href=\"https:\/\/www.facebook.com\/islandbritt\/\">Facebook<\/a>\n        <\/p>\n    <\/footer>\n\n    <script>\n        function toggleFAQ(element) {\n            const answer = element.nextElementSibling;\n            const toggle = element.querySelector('.faq-toggle');\n\n            answer.classList.toggle('active');\n            toggle.classList.toggle('active');\n        }\n\n        \/\/ Testimonials carousel logic: show 3 at a time\n        (function () {\n            const cards = Array.from(document.querySelectorAll('.testimonial-card'));\n            const grid = document.getElementById('testimonialGrid');\n            const prevBtn = document.getElementById('testimonialPrev');\n            const nextBtn = document.getElementById('testimonialNext');\n            const dotsContainer = document.getElementById('testimonialDots');\n\n            if (!cards.length) return;\n\n            const visibleCount = 3;\n            const total = cards.length;\n            const totalPages = Math.ceil(total \/ visibleCount);\n            let currentPage = 0;\n\n            function renderDots() {\n                dotsContainer.innerHTML = '';\n                for (let i = 0; i < totalPages; i++) {\n                    const dot = document.createElement('span');\n                    dot.className = 'testimonial-dot' + (i === currentPage ? ' active' : '');\n                    dotsContainer.appendChild(dot);\n                }\n            }\n\n            function updateSlides() {\n                const start = currentPage * visibleCount;\n                const end = start + visibleCount;\n\n                cards.forEach((card, index) => {\n                    if (index >= start && index < end) {\n                        card.classList.remove('hidden-slide');\n                    } else {\n                        card.classList.add('hidden-slide');\n                    }\n                });\n\n                renderDots();\n            }\n\n            function goToPage(page) {\n                if (page < 0) page = totalPages - 1;\n                if (page >= totalPages) page = 0;\n                currentPage = page;\n                updateSlides();\n            }\n\n            prevBtn.addEventListener('click', () => goToPage(currentPage - 1));\n            nextBtn.addEventListener('click', () => goToPage(currentPage + 1));\n\n            \/\/ Auto-rotate every 12 seconds\n            let autoRotate = setInterval(() => goToPage(currentPage + 1), 12000);\n\n            [prevBtn, nextBtn, grid].forEach(el => {\n                el.addEventListener('mouseenter', () => clearInterval(autoRotate));\n                el.addEventListener('mouseleave', () => {\n                    autoRotate = setInterval(() => goToPage(currentPage + 1), 12000);\n                });\n            });\n\n            updateSlides();\n        })();\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Island Britt &#8211; Reiki Healing Sessions Winter Reiki Reset Reset Your Energy This Winter Invite warmth, clarity, and deep rest [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-4898","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Reiki Test Page - Island Britt<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/islandbritt.com\/zh\/reiki-test-page\/\" \/>\n<meta property=\"og:locale\" content=\"zh_TW\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reiki Test Page - Island Britt\" \/>\n<meta property=\"og:description\" content=\"Island Britt &#8211; Reiki Healing Sessions Winter Reiki Reset Reset Your Energy This Winter Invite warmth, clarity, and deep rest [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/islandbritt.com\/zh\/reiki-test-page\/\" \/>\n<meta property=\"og:site_name\" content=\"Island Britt\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/islandbritt\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-07T09:05:38+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9810\u4f30\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/islandbritt.com\\\/reiki-test-page\\\/\",\"url\":\"https:\\\/\\\/islandbritt.com\\\/reiki-test-page\\\/\",\"name\":\"Reiki Test Page - Island Britt\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/islandbritt.com\\\/#website\"},\"datePublished\":\"2026-01-06T08:47:12+00:00\",\"dateModified\":\"2026-01-07T09:05:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/islandbritt.com\\\/reiki-test-page\\\/#breadcrumb\"},\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/islandbritt.com\\\/reiki-test-page\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/islandbritt.com\\\/reiki-test-page\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/islandbritt.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Reiki Test Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/islandbritt.com\\\/#website\",\"url\":\"https:\\\/\\\/islandbritt.com\\\/\",\"name\":\"Island Britt\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/islandbritt.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/islandbritt.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-TW\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/islandbritt.com\\\/#organization\",\"name\":\"Island Britt\",\"url\":\"https:\\\/\\\/islandbritt.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-TW\",\"@id\":\"https:\\\/\\\/islandbritt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/islandbritt.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/cropped-file_00000000ce18622f94f3adb3746a35be-1.png?fit=512%2C512&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/islandbritt.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/cropped-file_00000000ce18622f94f3adb3746a35be-1.png?fit=512%2C512&ssl=1\",\"width\":512,\"height\":512,\"caption\":\"Island Britt\"},\"image\":{\"@id\":\"https:\\\/\\\/islandbritt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/islandbritt\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Reiki Test Page - Island Britt","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/islandbritt.com\/zh\/reiki-test-page\/","og_locale":"zh_TW","og_type":"article","og_title":"Reiki Test Page - Island Britt","og_description":"Island Britt &#8211; Reiki Healing Sessions Winter Reiki Reset Reset Your Energy This Winter Invite warmth, clarity, and deep rest [&hellip;]","og_url":"https:\/\/islandbritt.com\/zh\/reiki-test-page\/","og_site_name":"Island Britt","article_publisher":"https:\/\/www.facebook.com\/islandbritt","article_modified_time":"2026-01-07T09:05:38+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u9810\u4f30\u95b1\u8b80\u6642\u9593":"7 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/islandbritt.com\/reiki-test-page\/","url":"https:\/\/islandbritt.com\/reiki-test-page\/","name":"Reiki Test Page - Island Britt","isPartOf":{"@id":"https:\/\/islandbritt.com\/#website"},"datePublished":"2026-01-06T08:47:12+00:00","dateModified":"2026-01-07T09:05:38+00:00","breadcrumb":{"@id":"https:\/\/islandbritt.com\/reiki-test-page\/#breadcrumb"},"inLanguage":"zh-TW","potentialAction":[{"@type":"ReadAction","target":["https:\/\/islandbritt.com\/reiki-test-page\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/islandbritt.com\/reiki-test-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/islandbritt.com\/"},{"@type":"ListItem","position":2,"name":"Reiki Test Page"}]},{"@type":"WebSite","@id":"https:\/\/islandbritt.com\/#website","url":"https:\/\/islandbritt.com\/","name":"Island Britt","description":"","publisher":{"@id":"https:\/\/islandbritt.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/islandbritt.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-TW"},{"@type":"Organization","@id":"https:\/\/islandbritt.com\/#organization","name":"Island Britt","url":"https:\/\/islandbritt.com\/","logo":{"@type":"ImageObject","inLanguage":"zh-TW","@id":"https:\/\/islandbritt.com\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/islandbritt.com\/wp-content\/uploads\/2025\/10\/cropped-file_00000000ce18622f94f3adb3746a35be-1.png?fit=512%2C512&ssl=1","contentUrl":"https:\/\/i0.wp.com\/islandbritt.com\/wp-content\/uploads\/2025\/10\/cropped-file_00000000ce18622f94f3adb3746a35be-1.png?fit=512%2C512&ssl=1","width":512,"height":512,"caption":"Island Britt"},"image":{"@id":"https:\/\/islandbritt.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/islandbritt"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/islandbritt.com\/zh\/wp-json\/wp\/v2\/pages\/4898","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/islandbritt.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/islandbritt.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/islandbritt.com\/zh\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/islandbritt.com\/zh\/wp-json\/wp\/v2\/comments?post=4898"}],"version-history":[{"count":3,"href":"https:\/\/islandbritt.com\/zh\/wp-json\/wp\/v2\/pages\/4898\/revisions"}],"predecessor-version":[{"id":4904,"href":"https:\/\/islandbritt.com\/zh\/wp-json\/wp\/v2\/pages\/4898\/revisions\/4904"}],"wp:attachment":[{"href":"https:\/\/islandbritt.com\/zh\/wp-json\/wp\/v2\/media?parent=4898"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}