{"id":5095,"date":"2026-08-14T18:15:48","date_gmt":"2026-08-14T18:15:48","guid":{"rendered":"https:\/\/moralitycentral.com\/?page_id=5095"},"modified":"2026-08-14T18:57:28","modified_gmt":"2026-08-14T18:57:28","slug":"mc-glossary","status":"publish","type":"page","link":"https:\/\/moralitycentral.com\/?page_id=5095","title":{"rendered":"MC Glossary"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5095\" class=\"elementor elementor-5095\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-62a5583 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"62a5583\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c7df593\" data-id=\"c7df593\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-597a85b elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"597a85b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\" class=\"scroll-smooth\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>MC Lexicon | Morality Central Scholastic Portal<\/title>\n    \n    <!-- Google Fonts: Alegreya, David Libre, JetBrains Mono, & Amiri -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=David+Libre:wght@400;500;700&family=JetBrains+Mono:wght@300;400;700&family=Amiri:ital@0;1&display=swap\" rel=\"stylesheet\">\n    \n    <!-- FontAwesome Icons for Scholastic Symbols -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        brand: {\n                            DEFAULT: '#070E1A', \/* Deep Midnight Navy *\/\n                            light: '#13213c',\n                            accent: '#C5A880', \/* Scholastic Gold *\/\n                            goldDark: '#A38458',\n                            slate: '#1E293B',\n                            parchment: '#FDFBF7', \/* Editorial Parchment Background *\/\n                            parchmentDark: '#F5EFEB'\n                        }\n                    },\n                    fontFamily: {\n                        alegreya: ['\"Alegreya\"', 'serif'],\n                        david: ['\"David Libre\"', 'serif'],\n                        mono: ['\"JetBrains Mono\"', 'monospace'],\n                        arabic: ['\"Amiri\"', 'serif']\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        \/* Global layout guardrails *\/\n        html, body {\n            max-width: 100% !important;\n            overflow-x: clip !important; \/* clip allows position:sticky to function, hidden sometimes breaks it *\/\n            margin: 0;\n            padding: 0;\n            background-color: #FDFBF7;\n        }\n\n        .font-alegreya { font-family: \"Alegreya\", serif !important; }\n        .font-david { font-family: \"David Libre\", serif !important; }\n        .font-arabic { font-family: \"Amiri\", serif !important; }\n        \n        \/* Subtle academic grid *\/\n        .academic-grid {\n            background-image: radial-gradient(rgba(7, 14, 26, 0.04) 1px, transparent 1px);\n            background-size: 24px 24px;\n        }\n\n        \/* Custom scrollbar *\/\n        ::-webkit-scrollbar { width: 6px; height: 6px; }\n        ::-webkit-scrollbar-track { background: transparent; }\n        ::-webkit-scrollbar-thumb { background: #C5A880; border-radius: 3px; }\n        ::-webkit-scrollbar-thumb:hover { background: #A38458; }\n\n        \/* Robust word wrap *\/\n        #mc-glossary-wrapper p, \n        #mc-glossary-wrapper blockquote, \n        #mc-glossary-wrapper span, \n        #mc-glossary-wrapper h1, \n        #mc-glossary-wrapper h2, \n        #mc-glossary-wrapper h3, \n        #mc-glossary-wrapper h4, \n        #mc-glossary-wrapper li {\n            word-wrap: break-word !important;\n            overflow-wrap: break-word !important;\n        }\n\n        \/* Sidebar Link Overrides (Protect against Elementor) *\/\n        #mc-glossary-wrapper .index-item {\n            color: #e2e8f0 !important; \/* High contrast light text *\/\n            transition: all 0.3s ease;\n        }\n        #mc-glossary-wrapper .index-item:hover {\n            color: #C5A880 !important;\n            background-color: #13213c !important;\n        }\n        #mc-glossary-wrapper .index-item.active {\n            background-color: #13213c !important; \/* brand-light *\/\n            border-left-color: #C5A880 !important;\n            color: #C5A880 !important;\n            font-weight: bold !important;\n        }\n        #mc-glossary-wrapper .index-item.active .opacity-50 {\n            opacity: 1 !important; \/* Make number fully visible when active *\/\n        }\n\n        \/* High specificity enforcement for Mobile Menu text colors against Divi\/Elementor overrides *\/\n        #mobile-index a.mobile-index-item {\n            color: #FFFFFF !important;\n            background-color: #070E1A !important;\n        }\n        #mobile-index a.mobile-index-item:hover, \n        #mobile-index a.mobile-index-item.mobile-active {\n            color: #C5A880 !important;\n            background-color: #13213c !important;\n        }\n        #mobile-index a.mobile-index-item span,\n        #mobile-index a.mobile-index-item i {\n            color: inherit !important;\n        }\n\n        \/* Sidebar Transition *\/\n        #desktop-sidebar {\n            transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        #desktop-sidebar.collapsed {\n            width: 80px;\n        }\n        #desktop-sidebar.collapsed .sidebar-content {\n            opacity: 0;\n            pointer-events: none;\n            display: none;\n        }\n        #desktop-sidebar.collapsed .sidebar-toggle-icon {\n            transform: rotate(180deg);\n        }\n\n        \/* Collapsed Sidebar Icons High Contrast Fix *\/\n        #collapsed-icons a {\n            color: #C5A880 !important;\n            background-color: #13213c !important;\n            border: 1px solid rgba(197, 168, 128, 0.3) !important;\n        }\n        #collapsed-icons a:hover, #collapsed-icons a.collapsed-active {\n            background-color: #C5A880 !important;\n            color: #070E1A !important;\n        }\n\n        \/* High specificity enforcement for Sidebar H1 against Elementor *\/\n        #mc-glossary-wrapper h1.sidebar-main-heading {\n            font-family: \"Alegreya\", serif !important;\n            font-weight: 800 !important;\n            font-size: 1.875rem !important; \/* default text-3xl *\/\n            line-height: 1.2 !important;\n            margin-bottom: 0 !important;\n            margin-top: 0 !important;\n            color: transparent !important;\n            background-image: linear-gradient(to bottom right, #ffffff, #C5A880, #e5e7eb) !important;\n            -webkit-background-clip: text !important;\n            background-clip: text !important;\n        }\n        @media (min-width: 1024px) {\n            #mc-glossary-wrapper h1.sidebar-main-heading {\n                font-size: 2.25rem !important; \/* lg:text-4xl *\/\n            }\n        }\n\n        html { scroll-padding-top: 140px; }\n        @media (min-width: 768px) { html { scroll-padding-top: 70px; } }\n    <\/style>\n<\/head>\n\n<body class=\"text-brand font-david antialiased selection:bg-brand-accent selection:text-brand academic-grid\">\n\n    <!-- Wrapper to protect layout from Elementor conflicts -->\n    <div id=\"mc-glossary-wrapper\" class=\"flex flex-col md:flex-row min-h-screen w-full relative\">\n\n        <!-- Mobile Top Navigation (Visible only on small screens) -->\n        <div class=\"md:hidden sticky top-0 z-50 bg-brand text-white border-b border-brand-accent\/30 shadow-md w-full\">\n            <div class=\"p-4 flex items-center justify-between\">\n                <h1 class=\"font-alegreya text-lg font-bold tracking-tight text-brand-accent\" style=\"color: #C5A880 !important;\">MC Glossary<\/h1>\n                <button id=\"mobile-menu-btn\" class=\"text-brand-accent hover:text-white transition-colors p-2 bg-brand-light rounded border border-brand-accent\/30\">\n                    <i class=\"fa-solid fa-bars text-lg\"><\/i>\n                <\/button>\n            <\/div>\n            <!-- Mobile Index Menu -->\n            <div id=\"mobile-index\" class=\"hidden flex-col bg-brand border-b border-brand-accent\/30 shadow-2xl max-h-[70vh] overflow-y-auto\">\n                <div class=\"px-5 py-2.5 text-xs font-mono text-brand-accent\/80 uppercase tracking-widest border-b border-brand-accent\/20 bg-brand-slate\">Directory Index<\/div>\n                <a href=\"#term-fitrah\" class=\"mobile-index-item px-6 py-3.5 text-sm font-alegreya border-b border-brand-accent\/10 flex justify-between items-center transition-colors\">\n                    <span><span class=\"font-mono text-xs text-brand-accent mr-2\">01.<\/span> Fitrah<\/span>\n                    <i class=\"fa-solid fa-chevron-right text-xs text-brand-accent\"><\/i>\n                <\/a>\n                <a href=\"#term-purpose\" class=\"mobile-index-item px-6 py-3.5 text-sm font-alegreya border-b border-brand-accent\/10 flex justify-between items-center transition-colors\">\n                    <span><span class=\"font-mono text-xs text-brand-accent mr-2\">02.<\/span> Purpose<\/span>\n                    <i class=\"fa-solid fa-chevron-right text-xs text-brand-accent\"><\/i>\n                <\/a>\n                <a href=\"#term-spirituality\" class=\"mobile-index-item px-6 py-3.5 text-sm font-alegreya flex justify-between items-center transition-colors\">\n                    <span><span class=\"font-mono text-xs text-brand-accent mr-2\">03.<\/span> Spirituality<\/span>\n                    <i class=\"fa-solid fa-chevron-right text-xs text-brand-accent\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Desktop Sidebar (The Index) sits side-by-side -->\n        <aside id=\"desktop-sidebar\" class=\"hidden md:flex flex-col w-72 lg:w-80 bg-brand text-white border-r border-brand-accent\/30 sticky top-0 h-screen flex-shrink-0 z-40 shadow-xl\">\n            \n            <!-- Upgraded Toggle Button -->\n            <button id=\"sidebar-toggle\" title=\"Toggle Sidebar Menu\" class=\"absolute -right-5 top-12 w-10 h-10 bg-brand border-2 border-brand-accent rounded-full flex items-center justify-center text-brand-accent hover:bg-brand-accent hover:text-brand transition-all duration-300 z-50 shadow-[0_0_15px_rgba(197,168,128,0.3)] cursor-pointer\">\n                <i class=\"fa-solid fa-chevron-left text-sm sidebar-toggle-icon transition-transform duration-300\"><\/i>\n            <\/button>\n\n            <!-- Sidebar Inner Content -->\n            <div class=\"sidebar-content flex flex-col h-full overflow-y-auto\">\n                <div class=\"p-6 lg:p-8 border-b border-brand-accent\/20 relative overflow-hidden flex-shrink-0\">\n                    <div class=\"absolute inset-0 opacity-10 pointer-events-none mix-blend-overlay bg-[radial-gradient(#C5A880_1px,transparent_1px)] [background-size:12px_12px]\"><\/div>\n                    <span class=\"text-brand-accent font-mono text-[10px] uppercase tracking-widest block mb-1\">Epistemic Framework<\/span>\n                    <h1 class=\"sidebar-main-heading font-alegreya text-3xl lg:text-4xl font-extrabold tracking-tight text-transparent bg-clip-text bg-gradient-to-br from-white via-brand-accent to-gray-200\">\n                        Glossary\n                    <\/h1>\n                    <p class=\"font-david text-xs text-gray-300 mt-2 italic leading-relaxed\">\n                        Defining essential Islamic terminology through an uncompromised epistemological framework.\n                    <\/p>\n                <\/div>\n\n                <nav class=\"flex-grow py-4\" id=\"desktop-index\">\n                    <div class=\"px-6 lg:px-8 mb-3 text-[10px] font-mono text-brand-accent\/70 uppercase tracking-widest\">Index Directory<\/div>\n                    <ul class=\"space-y-1\">\n                        <li>\n                            <a href=\"#term-fitrah\" class=\"index-item flex items-center px-6 lg:px-8 py-3 border-l-4 border-transparent group\">\n                                <span class=\"font-mono text-xs opacity-60 mr-3 group-hover:opacity-100 transition-opacity\">01<\/span>\n                                <span class=\"font-alegreya text-base tracking-wide\">Fitrah<\/span>\n                            <\/a>\n                        <\/li>\n                        <li>\n                            <a href=\"#term-purpose\" class=\"index-item flex items-center px-6 lg:px-8 py-3 border-l-4 border-transparent group\">\n                                <span class=\"font-mono text-xs opacity-60 mr-3 group-hover:opacity-100 transition-opacity\">02<\/span>\n                                <span class=\"font-alegreya text-base tracking-wide\">Purpose<\/span>\n                            <\/a>\n                        <\/li>\n                        <li>\n                            <a href=\"#term-spirituality\" class=\"index-item flex items-center px-6 lg:px-8 py-3 border-l-4 border-transparent group\">\n                                <span class=\"font-mono text-xs opacity-60 mr-3 group-hover:opacity-100 transition-opacity\">03<\/span>\n                                <span class=\"font-alegreya text-base tracking-wide\">Spirituality<\/span>\n                            <\/a>\n                        <\/li>\n                    <\/ul>\n                <\/nav>\n\n                <div class=\"p-5 border-t border-brand-light text-center flex-shrink-0\">\n                    <div class=\"w-8 h-8 mx-auto border border-brand-accent\/30 rounded-full flex items-center justify-center text-brand-accent mb-2\">\n                        <i class=\"fa-solid fa-scale-balanced text-xs\"><\/i>\n                    <\/div>\n                    <p class=\"font-mono text-[9px] text-brand-accent\/80 uppercase tracking-widest\">Morality Central<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- Collapsed State Icons -->\n            <div class=\"hidden flex-col items-center py-8 space-y-5 h-full\" id=\"collapsed-icons\">\n                 <div class=\"w-8 h-8 mx-auto border border-brand-accent\/30 rounded-full flex items-center justify-center text-brand-accent mb-4\">\n                    <i class=\"fa-solid fa-book-open text-xs\"><\/i>\n                <\/div>\n                <a href=\"#term-fitrah\" id=\"collapsed-01\" class=\"w-8 h-8 rounded-full flex items-center justify-center transition-all cursor-pointer\" title=\"01. Fitrah\"><span class=\"font-mono text-xs font-bold\">01<\/span><\/a>\n                <a href=\"#term-purpose\" id=\"collapsed-02\" class=\"w-8 h-8 rounded-full flex items-center justify-center transition-all cursor-pointer\" title=\"02. Purpose\"><span class=\"font-mono text-xs font-bold\">02<\/span><\/a>\n                <a href=\"#term-spirituality\" id=\"collapsed-03\" class=\"w-8 h-8 rounded-full flex items-center justify-center transition-all cursor-pointer\" title=\"03. Spirituality\"><span class=\"font-mono text-xs font-bold\">03<\/span><\/a>\n            <\/div>\n        <\/aside>\n\n        <!-- Main Content Area -->\n        <main id=\"main-content\" class=\"flex-grow w-full px-4 sm:px-8 md:px-10 py-6 md:py-10 bg-brand-parchment relative transition-all duration-300\">\n            <div class=\"max-w-3xl mx-auto\">\n\n                <!-- Floating Sticky Directory Bar for Quick Jump (Distinct White Design) -->\n                <div class=\"sticky top-[76px] md:top-6 z-40 bg-white\/95 backdrop-blur-md text-brand px-4 py-2.5 rounded-lg border border-brand-accent\/50 shadow-[0_4px_15px_rgba(197,168,128,0.2)] mb-8 flex items-center justify-between text-xs font-mono w-full transition-all duration-300\">\n                    <div class=\"flex items-center space-x-2\">\n                        <i class=\"fa-solid fa-compass text-brand-accent text-base\"><\/i>\n                        <span class=\"text-gray-500 hidden sm:inline uppercase tracking-widest text-[10px]\">Active Term:<\/span>\n                        <span id=\"sticky-current-term\" class=\"text-brand font-bold font-alegreya text-base\">01. Fitrah<\/span>\n                    <\/div>\n                    <div class=\"flex items-center space-x-3\">\n                        <label for=\"quick-term-selector\" class=\"sr-only\">Jump to term<\/label>\n                        <select id=\"quick-term-selector\" onchange=\"window.location.hash=this.value\" class=\"bg-brand-parchment text-brand font-bold border border-brand-accent\/40 rounded px-2 py-1.5 text-xs font-mono focus:outline-none focus:ring-1 focus:ring-brand-accent cursor-pointer shadow-sm\">\n                            <option value=\"#term-fitrah\">01. Fitrah<\/option>\n                            <option value=\"#term-purpose\">02. Purpose<\/option>\n                            <option value=\"#term-spirituality\">03. Spirituality<\/option>\n                        <\/select>\n                    <\/div>\n                <\/div>\n\n                <!-- Entry 01: Fitrah -->\n                <article id=\"term-fitrah\" class=\"mb-16 md:mb-20 scroll-mt-28\">\n                    \n                    <header class=\"mb-6 border-b border-brand\/20 pb-4\">\n                        <div class=\"flex flex-wrap items-baseline gap-3 mb-1\">\n                            <h2 class=\"font-alegreya text-3xl sm:text-4xl font-extrabold text-brand tracking-tight\">\n                                Fitrah\n                            <\/h2>\n                            <span class=\"font-arabic text-xl sm:text-2xl text-brand-accent\">\u0641\u0637\u0631\u0629<\/span>\n                        <\/div>\n                        \n                        <div class=\"flex items-center gap-3 text-[11px] font-mono text-gray-500 uppercase tracking-widest\">\n                            <span class=\"bg-brand-parchmentDark px-2 py-0.5 rounded border border-gray-300 text-brand font-bold\">Noun<\/span>\n                            <span>\u2022<\/span>\n                            <span class=\"text-brand-accent font-bold\">Theological Foundation<\/span>\n                        <\/div>\n                    <\/header>\n\n                    <div class=\"prose max-w-none mb-8\">\n                        <p class=\"font-alegreya text-lg sm:text-xl text-brand leading-relaxed font-medium border-l-4 border-brand-accent pl-4 py-1\">\n                            <strong class=\"font-bold\">Fitrah<\/strong> refers to the creation \u201cupon\u201d which Allah created every human being.\n                        <\/p>\n                    <\/div>\n\n                    <div class=\"bg-brand text-white rounded-lg p-5 sm:p-6 shadow-lg relative overflow-hidden mb-8\">\n                        <div class=\"absolute top-0 right-0 w-24 h-24 bg-brand-accent opacity-5 rounded-bl-full pointer-events-none\"><\/div>\n                        \n                        <div class=\"flex items-center justify-between gap-3 mb-4 border-b border-white\/10 pb-3\">\n                            <div class=\"flex items-center gap-2.5\">\n                                <div class=\"w-7 h-7 rounded bg-brand-accent\/20 flex items-center justify-center text-brand-accent text-xs\">\n                                    <i class=\"fa-solid fa-book-quran\"><\/i>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-mono text-[11px] uppercase tracking-widest text-brand-accent font-bold\">Divine Evidence<\/h3>\n                                    <p class=\"font-david text-[11px] text-gray-400\">Surah Ar-Room : 30<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <p dir=\"rtl\" class=\"font-arabic text-lg sm:text-2xl text-right leading-loose text-white py-2 break-words\">\n                            \u0641\u064e\u0623\u064e\u0642\u0650\u0645\u0652 \u0648\u064e\u062c\u0652\u0647\u064e\u0643\u064e \u0644\u0650\u0644\u062f\u0650\u0651\u064a\u0646\u0650 \u062d\u064e\u0646\u0650\u064a\u0641\u064b\u0627 \u06da \u0641\u0650\u0637\u0652\u0631\u064e\u062a\u064e \u0627\u0644\u0644\u064e\u0651\u0647\u0650 \u0627\u0644\u064e\u0651\u062a\u0650\u064a \u0641\u064e\u0637\u064e\u0631\u064e \u0627\u0644\u0646\u064e\u0651\u0627\u0633\u064e \u0639\u064e\u0644\u064e\u064a\u0652\u0647\u064e\u0627 \u06da \u0644\u064e\u0627 \u062a\u064e\u0628\u0652\u062f\u0650\u064a\u0644\u064e \u0644\u0650\u062e\u064e\u0644\u0652\u0642\u0650 \u0627\u0644\u0644\u064e\u0651\u0647\u0650 \u06da \u0630\u064e\u0670\u0644\u0650\u0643\u064e \u0627\u0644\u062f\u0650\u0651\u064a\u0646\u064f \u0627\u0644\u0652\u0642\u064e\u064a\u0650\u0651\u0645\u064f \u0648\u064e\u0644\u064e\u0640\u0670\u0643\u0650\u0646\u064e\u0651 \u0623\u064e\u0643\u0652\u062b\u064e\u0631\u064e \u0627\u0644\u0646\u064e\u0651\u0627\u0633\u0650 \u0644\u064e\u0627 \u064a\u064e\u0639\u0652\u0644\u064e\u0645\u064f\u0648\u0646\u064e\n                        <\/p>\n                        \n                        <div class=\"bg-brand-light\/60 p-3.5 rounded mt-3\">\n                            <p class=\"text-xs sm:text-sm italic text-gray-200 leading-relaxed font-david\">\n                                \"So direct your face [i.e., self] toward the religion, inclining to truth. [Adhere to] the fi\u1e6drah of All\u0101h upon which He has created [all] people. No change should there be in the creation of All\u0101h. That is the correct religion, but most of the people do not know.\"\n                            <\/p>\n                            <p class=\"mt-2 font-bold font-mono text-[9px] text-brand-accent uppercase tracking-wider\">\u2014 Saheeh International, Translation.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Refutation Section -->\n                    <div class=\"mt-8\">\n                        <h3 class=\"font-alegreya text-xl font-bold text-brand mb-4 flex items-center\">\n                            <i class=\"fa-solid fa-scale-unbalanced text-brand-accent text-base mr-2.5\"><\/i>\n                            Epistemological Distortions\n                        <\/h3>\n                        \n                        <div class=\"mb-6 bg-brand-parchmentDark border border-gray-300 rounded-lg p-4 shadow-sm\">\n                            <p class=\"font-david text-sm text-gray-800 leading-relaxed\">\n                                At Morality Central, we do not use \u201cnatural disposition,\u201d \u201cnatural inclination,\u201d \u201cnatural tendency,\u201d or \u201cnatural orientation\u201d to translate fitrah. For, neither adequately expresses fitrah as the creation \u201cupon\u201d which Allah created human beings.\n                            <\/p>\n                        <\/div>\n\n                        <!-- Stepped Breakdown -->\n                        <div class=\"relative border-l border-brand-accent\/30 ml-3 md:ml-4 space-y-6 pb-2\">\n                            \n                            <!-- Refutation 1 -->\n                            <div class=\"relative pl-6 md:pl-8\">\n                                <div class=\"absolute -left-3 top-1 w-6 h-6 bg-brand-parchment border-2 border-red-800\/40 rounded-full flex items-center justify-center text-red-700 z-10 text-[10px]\">\n                                    <i class=\"fa-solid fa-xmark\"><\/i>\n                                <\/div>\n                                <h4 class=\"font-mono text-xs uppercase tracking-widest font-bold text-brand mb-1\">Why not \u201cNatural Disposition\u201d?<\/h4>\n                                <p class=\"font-david text-gray-700 text-sm leading-relaxed\">\n                                    If fitrah is understood merely as a disposition, it implies that it is an internal arrangement or positioning of traits \"externally positioned\" within a person. In Qur'anic usage, however, fitrah is not an externally rearranged internal state but the <strong class=\"text-brand\">original creation upon which Allah has created human beings.<\/strong>\n                                <\/p>\n                            <\/div>\n\n                            <!-- Refutation 2 -->\n                            <div class=\"relative pl-6 md:pl-8\">\n                                <div class=\"absolute -left-3 top-1 w-6 h-6 bg-brand-parchment border-2 border-red-800\/40 rounded-full flex items-center justify-center text-red-700 z-10 text-[10px]\">\n                                    <i class=\"fa-solid fa-xmark\"><\/i>\n                                <\/div>\n                                <h4 class=\"font-mono text-xs uppercase tracking-widest font-bold text-brand mb-1\">Why not \u201cNatural Tendency\u201d or \u201cInclination\u201d?<\/h4>\n                                <p class=\"font-david text-gray-700 text-sm leading-relaxed mb-2\">\n                                    A tendency can differ between individuals. Once fitrah is understood in this way, a person may begin to identify whatever they feel, prefer, or incline toward as their fitrah. This can occur when those feelings and inclinations have been shaped by corrupted desires, external influences, or distorted understandings.\n                                <\/p>\n                                <div class=\"bg-red-50 border-l-2 border-red-600 p-2.5 mb-2 text-xs italic text-gray-800 font-mono\">\n                                    \"I feel this is right \u2192 therefore it is my fi\u1e6drah \u2192 therefore it must be right.\"\n                                <\/div>\n                                <p class=\"font-david text-gray-700 text-sm leading-relaxed\">\n                                    <strong class=\"text-brand font-bold\">The Danger:<\/strong> If personal feelings can be treated as evidence of one's fitrah, it becomes subject to individual interpretation rather than remaining grounded in what Allah has created human beings upon.\n                                <\/p>\n                            <\/div>\n\n                            <!-- Refutation 3 -->\n                            <div class=\"relative pl-6 md:pl-8\">\n                                <div class=\"absolute -left-3 top-1 w-6 h-6 bg-brand-parchment border-2 border-red-800\/40 rounded-full flex items-center justify-center text-red-700 z-10 text-[10px]\">\n                                    <i class=\"fa-solid fa-xmark\"><\/i>\n                                <\/div>\n                                <h4 class=\"font-mono text-xs uppercase tracking-widest font-bold text-brand mb-1\">Why not \u201cOrientation\u201d?<\/h4>\n                                <p class=\"font-david text-gray-700 text-sm leading-relaxed\">\n                                    An orientation is a direction toward something, but toward what? If the answer is left to the individual, then the direction itself becomes open to subjective interpretation. The word therefore does not tell us what the direction is objectively grounded in.\n                                <\/p>\n                            <\/div>\n\n                        <\/div>\n                    <\/div>\n                <\/article>\n\n                <!-- Entry 02: Purpose -->\n                <article id=\"term-purpose\" class=\"mb-16 md:mb-20 scroll-mt-28\">\n                    \n                    <header class=\"mb-6 border-b border-brand\/20 pb-4\">\n                        <div class=\"flex flex-wrap items-baseline gap-3 mb-1\">\n                            <h2 class=\"font-alegreya text-3xl sm:text-4xl font-extrabold text-brand tracking-tight\">\n                                Purpose\n                            <\/h2>\n                        <\/div>\n                        \n                        <div class=\"flex items-center gap-3 text-[11px] font-mono text-gray-500 uppercase tracking-widest\">\n                            <span class=\"bg-brand-parchmentDark px-2 py-0.5 rounded border border-gray-300 text-brand font-bold\">Noun<\/span>\n                            <span>\u2022<\/span>\n                            <span class=\"text-brand-accent font-bold\">Teleological Framework<\/span>\n                        <\/div>\n                    <\/header>\n\n                    <div class=\"prose max-w-none mb-8\">\n                        <p class=\"font-alegreya text-lg sm:text-xl text-brand leading-relaxed font-medium border-l-4 border-brand-accent pl-4 py-1\">\n                            <strong class=\"font-bold\">Purpose<\/strong> refers to what Allah created human beings for.\n                        <\/p>\n                    <\/div>\n\n                    <div class=\"bg-brand text-white rounded-lg p-5 sm:p-6 shadow-lg relative overflow-hidden mb-6\">\n                        <div class=\"absolute top-0 right-0 w-24 h-24 bg-brand-accent opacity-5 rounded-bl-full pointer-events-none\"><\/div>\n                        \n                        <div class=\"flex items-center justify-between gap-3 mb-4 border-b border-white\/10 pb-3\">\n                            <div class=\"flex items-center gap-2.5\">\n                                <div class=\"w-7 h-7 rounded bg-brand-accent\/20 flex items-center justify-center text-brand-accent text-xs\">\n                                    <i class=\"fa-solid fa-book-quran\"><\/i>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-mono text-[11px] uppercase tracking-widest text-brand-accent font-bold\">Divine Evidence<\/h3>\n                                    <p class=\"font-david text-[11px] text-gray-400\">Surah Adh-Dhariyat : 56<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <p dir=\"rtl\" class=\"font-arabic text-lg sm:text-2xl text-right leading-loose text-white py-2 break-words\">\n                            \u0648\u064e\u0645\u064e\u0627 \u062e\u064e\u0644\u064e\u0642\u0652\u062a\u064f \u0627\u0644\u0652\u062c\u0650\u0646\u064e\u0651 \u0648\u064e\u0627\u0644\u0652\u0625\u0650\u0646\u0633\u064e \u0625\u0650\u0644\u064e\u0651\u0627 \u0644\u0650\u064a\u064e\u0639\u0652\u0628\u064f\u062f\u064f\u0648\u0646\u0650\n                        <\/p>\n                        \n                        <div class=\"bg-brand-light\/60 p-3.5 rounded mt-3\">\n                            <p class=\"text-xs sm:text-sm italic text-gray-200 leading-relaxed font-david\">\n                                \"And I did not create the jinn and mankind except to worship Me.\"\n                            <\/p>\n                            <p class=\"mt-2 font-bold font-mono text-[9px] text-brand-accent uppercase tracking-wider\">\u2014 Saheeh International Translation.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <p class=\"font-david text-sm sm:text-base text-gray-800 leading-relaxed bg-white border border-gray-200 rounded-lg p-4 shadow-sm\">\n                        Thus, the purpose of human creation is to worship Allah. This provides the ultimate end toward which human life is directed and gives meaning to how human beings are to live, act, and use the capacities Allah has given them.\n                    <\/p>\n                <\/article>\n\n                <!-- Entry 03: Spirituality -->\n                <article id=\"term-spirituality\" class=\"mb-16 md:mb-20 scroll-mt-28\">\n                    \n                    <header class=\"mb-6 border-b border-brand\/20 pb-4\">\n                        <div class=\"flex flex-wrap items-baseline gap-3 mb-1\">\n                            <h2 class=\"font-alegreya text-3xl sm:text-4xl font-extrabold text-brand tracking-tight\">\n                                Spirituality\n                            <\/h2>\n                            <span class=\"font-arabic text-xl sm:text-2xl text-brand-accent\">\u0631\u0648\u062d\u0627\u0646\u064a\u0629<\/span>\n                        <\/div>\n                        \n                        <div class=\"flex items-center gap-3 text-[11px] font-mono text-gray-500 uppercase tracking-widest\">\n                            <span class=\"bg-brand-parchmentDark px-2 py-0.5 rounded border border-gray-300 text-brand font-bold\">Noun<\/span>\n                            <span>\u2022<\/span>\n                            <span class=\"text-brand-accent font-bold\">Metaphysical State<\/span>\n                        <\/div>\n                    <\/header>\n\n                    <div class=\"prose max-w-none mb-8\">\n                        <p class=\"font-alegreya text-lg sm:text-xl text-brand leading-relaxed font-medium border-l-4 border-brand-accent pl-4 py-1\">\n                            At Morality Central, <strong class=\"font-bold\">\u201cspirituality\u201d<\/strong> refers to a person's felt state in relation to the unseen and metaphysical realities of existence.\n                        <\/p>\n                        <p class=\"font-david text-sm sm:text-base text-gray-800 leading-relaxed mt-3\">\n                            It describes how receptive and connected a person feels to their fitrah (upon which they were created).\n                        <\/p>\n                    <\/div>\n\n                    <div class=\"bg-white border border-gray-200 rounded-lg p-4 sm:p-5 shadow-sm relative mb-8\">\n                        <div class=\"absolute -top-2.5 left-5 bg-brand-parchment px-2 font-mono text-[9px] font-bold text-brand-accent uppercase tracking-widest border border-brand-accent\/30 rounded\">Application<\/div>\n                        <p class=\"font-david text-sm sm:text-base text-gray-800 leading-relaxed\">\n                            Thus, when we use the phrases <span class=\"font-bold text-brand\">\u201cspiritually strong\u201d<\/span> or <span class=\"font-bold text-brand\">\u201cspiritually weak,\u201d<\/span> we use them to describe the closeness of a person's connection to their fi\u1e6drah and how this connection is reflected in their relationship with Allah and their Deen.\n                        <\/p>\n                    <\/div>\n\n                    <!-- Epistemological Breakdown -->\n                    <div class=\"mt-8\">\n                        <h3 class=\"font-alegreya text-xl font-bold text-brand mb-4 flex items-center\">\n                            <i class=\"fa-solid fa-triangle-exclamation text-brand-accent text-base mr-2.5\"><\/i>\n                            The Epistemological Shift\n                        <\/h3>\n                        \n                        <div class=\"mb-6\">\n                            <p class=\"font-david text-sm text-gray-800 leading-relaxed\">\n                                The term \u201cspirituality\u201d requires particular care because it is widely used by Muslims and non-Muslims alike. However, contemporary secular usage poses a severe threat to conceptual integrity.\n                            <\/p>\n                        <\/div>\n\n                        <div class=\"relative border-l border-brand-accent\/30 ml-3 md:ml-4 space-y-6 pb-2\">\n                            \n                            <!-- Phase 1 -->\n                            <div class=\"relative pl-6 md:pl-8\">\n                                <div class=\"absolute -left-3 top-1 w-6 h-6 bg-brand-parchment border-2 border-gray-400 rounded-full flex items-center justify-center text-gray-600 z-10 text-[10px] shadow-sm\">\n                                    <i class=\"fa-solid fa-globe\"><\/i>\n                                <\/div>\n                                <h4 class=\"font-mono text-xs uppercase tracking-widest font-bold text-gray-600 mb-1\">The Secular Definition<\/h4>\n                                <p class=\"font-david text-gray-700 text-sm leading-relaxed\">\n                                    In contemporary secular usage, spirituality can refer to subjective experiences of meaning, inner connection, transcendence, personal values, or a personal sense of right and wrong <strong class=\"text-brand\">without being grounded in revelation<\/strong> or an objective source of moral truth.\n                                <\/p>\n                            <\/div>\n\n                            <!-- Phase 2 -->\n                            <div class=\"relative pl-6 md:pl-8\">\n                                <div class=\"absolute -left-3 top-1 w-6 h-6 bg-brand-parchment border-2 border-red-600 rounded-full flex items-center justify-center text-red-600 z-10 text-[10px] shadow-sm\">\n                                    <i class=\"fa-solid fa-bolt\"><\/i>\n                                <\/div>\n                                <h4 class=\"font-mono text-xs uppercase tracking-widest font-bold text-red-700 mb-1\">The Danger<\/h4>\n                                <p class=\"font-david text-gray-700 text-sm leading-relaxed mb-2\">\n                                    This creates a dangerous epistemological shift. If spirituality is understood primarily through subjective feeling, a person's internal experience can become the measure of what feels meaningful, true, right, or morally good.\n                                <\/p>\n                                <div class=\"bg-red-50 border-l-2 border-red-600 p-2.5 rounded-r\">\n                                    <p class=\"font-david text-red-900 text-xs italic leading-relaxed\">\n                                        What feels spiritually right to one person may therefore be treated as spiritually right for that person, even without reference to Allah, revelation, or the Deen.\n                                    <\/p>\n                                <\/div>\n                            <\/div>\n\n                            <!-- Phase 3 -->\n                            <div class=\"relative pl-6 md:pl-8\">\n                                <div class=\"absolute -left-3 top-1 w-6 h-6 bg-brand border-2 border-brand-accent rounded-full flex items-center justify-center text-brand-accent z-10 text-[10px] shadow-sm\">\n                                    <i class=\"fa-solid fa-check\"><\/i>\n                                <\/div>\n                                <h4 class=\"font-mono text-xs uppercase tracking-widest font-bold text-brand mb-1 bg-brand-accent\/20 inline-block px-2 py-0.5 rounded\">The Morality Central Stance<\/h4>\n                                <p class=\"font-david text-gray-700 text-sm leading-relaxed mb-2\">\n                                    This subjective definition is <strong class=\"font-bold underline decoration-brand-accent decoration-2 underline-offset-2\">not<\/strong> the basis on which spirituality is understood at Morality Central. Human experience is not treated as the source that determines truth or morality. Rather, spirituality is understood within the framework established by Allah.\n                                <\/p>\n                                <p class=\"font-david text-gray-700 text-sm leading-relaxed\">\n                                    Therefore, we use \u201cspirituality\u201d as a functional term while strictly defining its meaning within the Islamic framework, rather than allowing contemporary secular usage to determine its meaning.\n                                <\/p>\n                            <\/div>\n\n                        <\/div>\n                    <\/div>\n                <\/article>\n\n                <section class=\"mt-10 pt-8 border-t-2 border-brand-accent\/30 border-dashed\">\n                    <div class=\"text-center mb-6\">\n                        <span class=\"font-mono text-[9px] text-brand-accent uppercase tracking-widest font-bold\">Synthesis<\/span>\n                        <h3 class=\"font-alegreya text-xl font-bold text-brand mt-0.5\">The Foundational Distinction<\/h3>\n                    <\/div>\n                    \n                    <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-3\">\n                        <div class=\"bg-white rounded-lg p-4 border border-gray-200 shadow-sm text-center group\">\n                            <div class=\"w-8 h-8 mx-auto bg-brand-parchmentDark rounded-full border border-brand-accent\/30 flex items-center justify-center text-brand mb-2 group-hover:bg-brand group-hover:text-brand-accent transition-colors\">\n                                <i class=\"fa-solid fa-arrow-down text-xs\"><\/i>\n                            <\/div>\n                            <h4 class=\"font-alegreya text-lg font-bold text-brand mb-0.5\">Fitrah<\/h4>\n                            <p class=\"font-david text-gray-600 text-xs sm:text-sm\">What Allah created us <strong class=\"text-brand font-bold underline decoration-brand-accent decoration-2 underline-offset-2\">upon<\/strong><\/p>\n                        <\/div>\n                        \n                        <div class=\"bg-white rounded-lg p-4 border border-gray-200 shadow-sm text-center group\">\n                            <div class=\"w-8 h-8 mx-auto bg-brand-parchmentDark rounded-full border border-brand-accent\/30 flex items-center justify-center text-brand mb-2 group-hover:bg-brand group-hover:text-brand-accent transition-colors\">\n                                <i class=\"fa-solid fa-arrow-right text-xs\"><\/i>\n                            <\/div>\n                            <h4 class=\"font-alegreya text-lg font-bold text-brand mb-0.5\">Purpose<\/h4>\n                            <p class=\"font-david text-gray-600 text-xs sm:text-sm\">What Allah created us <strong class=\"text-brand font-bold underline decoration-brand-accent decoration-2 underline-offset-2\">for<\/strong><\/p>\n                        <\/div>\n                    <\/div>\n                <\/section>\n\n                <!-- Footer \/ Disclaimer -->\n                <footer class=\"mt-12 text-center pb-8\">\n                    <div class=\"inline-block p-1 border-t border-b border-brand-accent\/40 mb-3\">\n                        <div class=\"font-alegreya text-base font-bold text-brand px-3\">Disclaimer & Scope<\/div>\n                    <\/div>\n                    <p class=\"text-gray-500 text-xs leading-relaxed font-david mb-6\">\n                        MC Sessions prioritize Intellectual humility and structural fidelity to Islamic values. Sessions purposefully steer clear of insular sectarian polemics and internal legal (Fiqh) disputes to preserve communal focus on critical civilizational challenges.\n                    <\/p>\n\n                    <div class=\"bg-brand text-white p-4 sm:p-5 rounded-lg shadow-lg relative mt-6\">\n                        <div class=\"absolute -top-2.5 left-1\/2 transform -translate-x-1\/2 bg-brand-accent text-brand px-2.5 py-0.5 text-[9px] font-mono rounded font-bold uppercase tracking-widest whitespace-nowrap border border-brand\">\n                            Civilizational Principle\n                        <\/div>\n                        <p class=\"font-alegreya text-base sm:text-lg italic mb-1 mt-1 leading-snug\">\n                            \"If we seek honor from anything besides that with which Allah honored us, Allah will disgrace us.\"\n                        <\/p>\n                        <p class=\"text-[9px] text-brand-accent\/80 font-mono\">\u2014 Al-Mustadrak 'al\u00e1 al-Sah\u012bhayn 207<\/p>\n                    <\/div>\n                <\/footer>\n\n            <\/div>\n        <\/main>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \n            \/\/ --- Mobile Menu Toggle ---\n            const menuBtn = document.getElementById('mobile-menu-btn');\n            const mobileIndex = document.getElementById('mobile-index');\n            const mobileIcon = menuBtn.querySelector('i');\n            \n            menuBtn.addEventListener('click', () => {\n                mobileIndex.classList.toggle('hidden');\n                mobileIndex.classList.toggle('flex');\n                \n                if (mobileIndex.classList.contains('hidden')) {\n                    mobileIcon.classList.remove('fa-xmark');\n                    mobileIcon.classList.add('fa-bars');\n                } else {\n                    mobileIcon.classList.remove('fa-bars');\n                    mobileIcon.classList.add('fa-xmark');\n                }\n            });\n\n            document.querySelectorAll('.mobile-index-item').forEach(item => {\n                item.addEventListener('click', () => {\n                    mobileIndex.classList.add('hidden');\n                    mobileIndex.classList.remove('flex');\n                    mobileIcon.classList.remove('fa-xmark');\n                    mobileIcon.classList.add('fa-bars');\n                });\n            });\n\n\n            \/\/ --- Desktop Sidebar Toggle ---\n            const sidebar = document.getElementById('desktop-sidebar');\n            const toggleBtn = document.getElementById('sidebar-toggle');\n            const sidebarContent = document.querySelector('.sidebar-content');\n            const collapsedIcons = document.getElementById('collapsed-icons');\n\n            toggleBtn.addEventListener('click', () => {\n                sidebar.classList.toggle('collapsed');\n                \n                if (sidebar.classList.contains('collapsed')) {\n                    setTimeout(() => {\n                        collapsedIcons.classList.remove('hidden');\n                        collapsedIcons.classList.add('flex');\n                    }, 150);\n                } else {\n                    collapsedIcons.classList.add('hidden');\n                    collapsedIcons.classList.remove('flex');\n                    sidebarContent.style.display = 'flex';\n                }\n            });\n\n\n            \/\/ Term Labels Dictionary\n            const termLabels = {\n                'term-fitrah': '01. Fitrah',\n                'term-purpose': '02. Purpose',\n                'term-spirituality': '03. Spirituality'\n            };\n\n            \/\/ --- Intersection Observer for Active State Highlight & Sticky Indicator Update ---\n            const observerOptions = {\n                root: null,\n                rootMargin: '-15% 0px -55% 0px', \n                threshold: 0\n            };\n\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        const id = entry.target.getAttribute('id');\n                        \n                        \/\/ Update Sticky Top Indicator & Dropdown\n                        const stickyLabel = document.getElementById('sticky-current-term');\n                        const quickSelector = document.getElementById('quick-term-selector');\n                        if (stickyLabel && termLabels[id]) {\n                            stickyLabel.innerText = termLabels[id];\n                        }\n                        if (quickSelector && termLabels[id]) {\n                            quickSelector.value = `#${id}`;\n                        }\n\n                        \/\/ Handle Desktop Links\n                        document.querySelectorAll('.index-item').forEach(link => {\n                            link.classList.remove('active');\n                            link.classList.add('border-transparent');\n                        });\n\n                        const activeLink = document.querySelector(`.index-item[href=\"#${id}\"]`);\n                        if (activeLink) {\n                            activeLink.classList.add('active');\n                            activeLink.classList.remove('border-transparent');\n                        }\n\n                        \/\/ Handle Collapsed Sidebar Icon States\n                        document.querySelectorAll('#collapsed-icons a').forEach(iconLink => {\n                            iconLink.classList.remove('collapsed-active');\n                        });\n                        const activeCollapsedLink = document.querySelector(`#collapsed-icons a[href=\"#${id}\"]`);\n                        if (activeCollapsedLink) {\n                            activeCollapsedLink.classList.add('collapsed-active');\n                        }\n\n                        \/\/ Handle Mobile Links\n                        document.querySelectorAll('.mobile-index-item').forEach(link => {\n                             link.classList.remove('mobile-active');\n                        });\n                        \n                        const activeMobileLink = document.querySelector(`.mobile-index-item[href=\"#${id}\"]`);\n                        if (activeMobileLink) {\n                            activeMobileLink.classList.add('mobile-active');\n                        }\n                    }\n                });\n            }, observerOptions);\n\n            document.querySelectorAll('article[id^=\"term-\"]').forEach((article) => {\n                observer.observe(article);\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"<p>MC Lexicon | Morality Central Scholastic Portal MC Glossary Directory Index 01. Fitrah 02. Purpose 03. Spirituality Epistemic Framework Glossary Defining essential Islamic terminology through an uncompromised epistemological framework. Index Directory 01 Fitrah 02 Purpose 03 Spirituality Morality Central 01 02 03 Active Term: 01. Fitrah Jump to term 01. Fitrah02. Purpose03. Spirituality Fitrah \u0641\u0637\u0631\u0629 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-5095","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/moralitycentral.com\/index.php?rest_route=\/wp\/v2\/pages\/5095","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moralitycentral.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/moralitycentral.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/moralitycentral.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/moralitycentral.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5095"}],"version-history":[{"count":16,"href":"https:\/\/moralitycentral.com\/index.php?rest_route=\/wp\/v2\/pages\/5095\/revisions"}],"predecessor-version":[{"id":5114,"href":"https:\/\/moralitycentral.com\/index.php?rest_route=\/wp\/v2\/pages\/5095\/revisions\/5114"}],"wp:attachment":[{"href":"https:\/\/moralitycentral.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5095"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}