{"product_id":"principalities-caeleste-extrait-parfum","title":"PRINCIPALITIES ","description":"\u003c!-- JSON-LD Product Schema (invisible, ne prend pas de place) --\u003e\u003c!-- JSON-LD FAQ Schema (invisible, capte les \"People Also Ask\") --\u003e\n\u003cstyle\u003e\n    :root {\n        --color-accent: #7c6cff;\n        --color-accent-2: #38bdf8;\n        --color-accent-gold: #f2d08a;\n        --color-white: #ffffff;\n        --color-light-bg: #f5f7ff;\n        --color-gray: #e7ecff;\n        --color-soft-cream: #fff9ef;\n        --color-dark-text: #1f2937;\n        --color-soft-text: #4b5563;\n    }\n\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n\n    body {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;\n        background: var(--color-white);\n        color: var(--color-dark-text);\n        line-height: 1.8;\n    }\n\n    .hero-section {\n        background: linear-gradient(135deg, var(--color-light-bg) 0%, var(--color-white) 55%, var(--color-soft-cream) 100%);\n        color: var(--color-dark-text);\n        padding: 0.8rem 1.2rem;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n        border-radius: 20px;\n        border: 2px solid rgba(124, 108, 255, 0.30);\n    }\n\n    .hero-section::before {\n        content: '✦';\n        position: absolute;\n        font-size: 18rem;\n        opacity: 0.04;\n        top: -4rem;\n        right: -4rem;\n        animation: float 8s ease-in-out infinite;\n        color: var(--color-accent-2);\n        filter: blur(0.2px);\n    }\n\n    @keyframes float {\n        0%, 100% { transform: translateY(0px) rotate(0deg); }\n        50% { transform: translateY(-20px) rotate(5deg); }\n    }\n\n    .hero-title {\n        font-size: 1.4rem;\n        font-weight: 700;\n        letter-spacing: 2px;\n        margin-bottom: 0.25rem;\n        color: var(--color-dark-text);\n    }\n\n    .hero-subtitle {\n        font-size: 0.85rem;\n        color: var(--color-accent);\n        font-style: italic;\n        margin-bottom: 0.4rem;\n    }\n\n    .hero-badge {\n        display: inline-block;\n        background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-accent-2) 100%);\n        color: var(--color-white);\n        padding: 0.3rem 0.9rem;\n        border-radius: 25px;\n        font-size: 0.7rem;\n        font-weight: 600;\n        margin-top: 0.3rem;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    .container { max-width: 1200px; margin: 0 auto; padding: 1rem 1.5rem; }\n\n    .pyramid-section { margin: 0.5rem 0 2rem 0; }\n\n    .pitch-section {\n        background: var(--color-light-bg);\n        padding: 1.5rem;\n        border-radius: 12px;\n        margin: 1.5rem 0;\n        border: 1px solid rgba(124, 108, 255, 0.18);\n    }\n\n    .quick-facts {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n        gap: 1rem;\n        margin-top: 1.5rem;\n    }\n\n    .quick-fact {\n        background: var(--color-white);\n        padding: 1rem;\n        border-radius: 8px;\n        display: flex;\n        align-items: center;\n        gap: 0.8rem;\n        box-shadow: 0 2px 8px rgba(124, 108, 255, 0.12);\n        border: 1px solid rgba(124, 108, 255, 0.15);\n    }\n\n    .fact-icon { font-size: 2rem; flex-shrink: 0; }\n    .fact-text { font-size: 0.85rem; line-height: 1.4; color: var(--color-dark-text); }\n    .fact-text strong { color: var(--color-dark-text); display: block; margin-bottom: 0.2rem; }\n\n    .keywords-highlight { color: var(--color-accent); font-weight: 600; }\n\n    .accordion { margin: 2rem 0; }\n\n    .accordion-item {\n        background: var(--color-white);\n        border-radius: 10px;\n        margin-bottom: 1rem;\n        overflow: hidden;\n        box-shadow: 0 2px 10px rgba(124, 108, 255, 0.12);\n        border: 1px solid rgba(124, 108, 255, 0.18);\n    }\n\n    .accordion-header {\n        background: var(--color-light-bg);\n        padding: 1.2rem;\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        transition: background 0.3s ease;\n        user-select: none;\n    }\n\n    .accordion-header:hover { background: var(--color-gray); }\n\n    .accordion-header h3 {\n        color: var(--color-accent);\n        font-size: 1.05rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        display: flex;\n        align-items: center;\n        gap: 0.5rem;\n    }\n\n    .accordion-icon { font-size: 1.5rem; color: var(--color-accent); transition: transform 0.3s ease; }\n    .accordion-input { display: none; }\n    .accordion-input:checked ~ .accordion-header .accordion-icon { transform: rotate(180deg); }\n    .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }\n    .accordion-input:checked ~ .accordion-content { max-height: 3000px; }\n    .accordion-body { padding: 1.5rem; color: var(--color-dark-text); }\n\n    .journey-phase {\n        background: var(--color-white);\n        padding: 1.2rem;\n        margin-bottom: 1rem;\n        border-radius: 8px;\n        border-left: 4px solid var(--color-accent-gold);\n        border: 1px solid rgba(242, 208, 138, 0.30);\n        border-left: 4px solid var(--color-accent-gold);\n    }\n\n    .phase-badge {\n        background: var(--color-accent-gold);\n        color: var(--color-dark-text);\n        padding: 0.2rem 0.7rem;\n        border-radius: 20px;\n        font-size: 0.72rem;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        font-weight: 700;\n        display: inline-block;\n        margin-bottom: 0.3rem;\n    }\n\n    .quote-box {\n        background: radial-gradient(circle at 20% 10%, rgba(56, 189, 248, 0.14) 0%, rgba(124, 108, 255, 0.08) 35%, rgba(255, 249, 239, 0.55) 70%, var(--color-white) 100%);\n        padding: 1.5rem 1.5rem 1.5rem 2rem;\n        margin: 2rem 0;\n        border-left: 5px solid var(--color-accent);\n        border-radius: 12px;\n        position: relative;\n        border: 1px solid rgba(124, 108, 255, 0.18);\n        border-left: 5px solid var(--color-accent);\n    }\n\n    .quote-box::before {\n        content: '❝';\n        position: absolute;\n        font-size: 6rem;\n        color: rgba(124, 108, 255, 0.14);\n        opacity: 0.7;\n        top: -1rem;\n        left: 0.8rem;\n        font-family: Georgia, serif;\n    }\n\n    .quote-box p {\n        font-size: 1.05rem;\n        font-style: italic;\n        color: var(--color-dark-text);\n        line-height: 1.8;\n        position: relative;\n        z-index: 1;\n    }\n\n    .internal-links {\n        background: var(--color-light-bg);\n        padding: 1.2rem;\n        border-radius: 12px;\n        margin: 2rem 0;\n        text-align: center;\n        border: 1px solid rgba(124, 108, 255, 0.15);\n    }\n\n    .internal-links h3 { color: var(--color-accent); margin-bottom: 0.8rem; font-size: 1rem; }\n\n    .internal-links a {\n        display: inline-block;\n        color: var(--color-accent);\n        text-decoration: none;\n        padding: 0.3rem 0.8rem;\n        border: 1px solid rgba(124, 108, 255, 0.30);\n        border-radius: 20px;\n        margin: 0.3rem;\n        font-size: 0.82rem;\n        font-weight: 500;\n        transition: background 0.3s ease, color 0.3s ease;\n    }\n\n    .internal-links a:hover { background: var(--color-accent); color: var(--color-white); }\n\n    .profile-section {\n        background: var(--color-light-bg);\n        padding: 1.5rem;\n        border-radius: 12px;\n        margin: 1.5rem 0;\n        border: 1px solid rgba(124, 108, 255, 0.18);\n    }\n\n    .profile-bars { display: flex; flex-direction: column; gap: 1rem; max-width: 500px; margin: 0 auto; }\n\n    .profile-bar-row { display: flex; align-items: center; gap: 1.2rem; }\n\n    .profile-label { min-width: 110px; font-weight: 700; color: var(--color-dark-text); font-size: 0.85rem; }\n\n    .profile-bar-container { display: flex; gap: 5px; flex: 1; }\n\n    .profile-bar-segment { flex: 1; height: 14px; border-radius: 8px; transition: all 0.3s ease; }\n\n    .profile-bar-segment.filled {\n        background: linear-gradient(90deg, var(--color-accent-2) 0%, var(--color-accent) 100%);\n        box-shadow: 0 2px 6px rgba(124, 108, 255, 0.22);\n    }\n\n    .profile-bar-segment.empty { background: var(--color-gray); }\n\n    .profile-score { min-width: 35px; text-align: center; font-weight: 800; color: var(--color-accent); font-size: 0.9rem; }\n\n    @media (max-width: 768px) {\n        .hero-title { font-size: 1.2rem; }\n        .quick-facts { grid-template-columns: 1fr; }\n    }\n\n    @media (max-width: 768px) {\n        .pyramid-section div[style*=\"grid-template-columns: repeat(3\"] {\n            grid-template-columns: repeat(3, 1fr) !important;\n            gap: 0.75rem !important;\n        }\n        .pyramid-section div[style*=\"grid-template-columns: repeat(3\"] img { border-radius: 10px; }\n        .pyramid-section div[style*=\"grid-template-columns: repeat(3\"] span { font-size: 0.82rem; }\n    }\n\u003c\/style\u003e\n\u003c!-- ===== HERO : H1 unique ===== --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003ch1 class=\"hero-title\"\u003ePrincipalities – Cæleste Perfume Extract\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eWoody Spicy Spiritual Fragrance – Symphony of the Five Elements\u003c\/p\u003e\n\u003cp style=\"font-size: 0.8rem; margin-top: 0.3rem; color: var(--color-soft-text);\"\u003eby \u003cstrong\u003e\u003ca style=\"color: var(--color-accent); text-decoration: none;\" href=\"https:\/\/www.passion-parfum.com\/collections\/parfums-caeleste\"\u003eCæleste\u003c\/a\u003e\u003c\/strong\u003e · David-Lev Jipa-Slivinschi\u003c\/p\u003e\n\u003cspan class=\"hero-badge\"\u003e✦ 25% Perfume Extract • 30 ml • Unisex • Five Elements\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- ===== PYRAMIDE OLFACTIVE ===== --\u003e\n\u003cdiv class=\"pyramid-section\"\u003e\n\u003ch2 style=\"text-align: center; color: var(--color-accent); margin-bottom: 1rem; font-size: 1.1rem; font-weight: 600;\"\u003eOlfactory notes\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 100%;\"\u003e\n\u003cdiv style=\"display: flex; flex-direction: column;\"\u003e\n\u003ch3 style=\"text-align: center; font-size: 1rem; margin-bottom: 1rem; color: var(--color-accent);\"\u003eHead\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/3255\/1492\/files\/vent_800x800.webp?v=1.772013342e+09\" alt=\"Top Notes: Celestial – Hyssop, Black Tea, Violet, Ylang-Ylang\" style=\"width: 100%; aspect-ratio: 1\/1; object-fit: cover; border-radius: 12px; margin-bottom: 1rem; border: 2px solid rgba(124, 108, 255, 0.30);\"\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 0.5rem;\"\u003e\u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eHyssop\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eBlack Tea\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eRose thorn\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eViolet\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eYlang-Ylang\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column;\"\u003e\n\u003ch3 style=\"text-align: center; font-size: 1rem; margin-bottom: 1rem; color: var(--color-accent);\"\u003eHeart\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/3255\/1492\/files\/terre_800x800.webp?v=1.772013343e+09\" alt=\"Heart Notes Principalities Cæleste – Oud Assafi Petrichor Cuir Immortelle\" style=\"width: 100%; aspect-ratio: 1\/1; object-fit: cover; border-radius: 12px; margin-bottom: 1rem; border: 2px solid rgba(124, 108, 255, 0.30);\"\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 0.5rem;\"\u003e\u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eMineral Notes\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003ePetrichor\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eOud Assafi\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eDried Leaves\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eGalbanum\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eGinseng Root\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eLeather\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eImmortal\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column;\"\u003e\n\u003ch3 style=\"text-align: center; font-size: 1rem; margin-bottom: 1rem; color: var(--color-accent);\"\u003eBottom\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/3255\/1492\/files\/ether_800x800.webp?v=1.772013343e+09\" alt=\"Base Notes: Celestial Principalities – Incense, Saffron, Sandalwood, Stardust\" style=\"width: 100%; aspect-ratio: 1\/1; object-fit: cover; border-radius: 12px; margin-bottom: 1rem; border: 2px solid rgba(124, 108, 255, 0.30);\"\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 0.5rem;\"\u003e\u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eAsh\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eElemi resin\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eChili Pepper Seeds\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eSaffron\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eStardust\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eCosmos Flower\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eGunpowder\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eBurnt Almond Cookie\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eIncense\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eHot Metal\u003c\/span\u003e \u003cspan style=\"text-align: center; font-size: 0.9rem; color: #1a1a1a;\"\u003eSandalwood\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== PRÉSENTATION PRINCIPALE ===== --\u003e\n\u003cdiv class=\"pitch-section\"\u003e\n\u003ch2 style=\"font-size: 1.3rem; color: var(--color-accent); margin-bottom: 1rem;\"\u003eThe Woody Spicy Symphony of the Five Primordial Elements\u003c\/h2\u003e\n\u003cp style=\"font-size: 1rem; line-height: 1.8; color: var(--color-dark-text);\"\u003e\u003cstrong\u003ePrincipalities\u003c\/strong\u003e is a \u003cspan class=\"keywords-highlight\"\u003e25% perfume extract\u003c\/span\u003e by \u003ca style=\"color: var(--color-accent);\" href=\"https:\/\/www.passion-parfum.com\/collections\/parfums-caeleste\"\u003eCæleste\u003c\/a\u003e , created by perfumer \u003cstrong\u003eDavid-Lev Jipa-Slivinschi (Toskovat)\u003c\/strong\u003e . Inspired by the angelic hierarchies that safeguard the natural order, it orchestrates five primordial elements—Wind, Water, Earth, Fire, and Ether—in a woody-spicy-spiritual composition of rare depth. Its exceptional longevity (5\/5) and enveloping sillage (4\/5) make it a cosmic signature for souls seeking transcendence.\u003c\/p\u003e\n\u003cdiv class=\"quick-facts\"\u003e\n\u003cdiv class=\"quick-fact\"\u003e\u003cspan class=\"fact-icon\"\u003e🌬️\u003c\/span\u003e \u003cspan class=\"fact-text\"\u003e\u003cstrong\u003eAiry Wind\u003c\/strong\u003e Hyssop, Violet, Ylang-Ylang\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"quick-fact\"\u003e\u003cspan class=\"fact-icon\"\u003e💧\u003c\/span\u003e \u003cspan class=\"fact-text\"\u003ePetrichor \u003cstrong\u003ePurifying Water\u003c\/strong\u003e , Mineral Notes\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"quick-fact\"\u003e\u003cspan class=\"fact-icon\"\u003e🌍\u003c\/span\u003e \u003cspan class=\"fact-text\"\u003e\u003cstrong\u003eGrounded\u003c\/strong\u003e Oud Assafi, Leather, Galbanum\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"quick-fact\"\u003e\u003cspan class=\"fact-icon\"\u003e🔥\u003c\/span\u003e \u003cspan class=\"fact-text\"\u003e\u003cstrong\u003eFire Transformer\u003c\/strong\u003e Saffron, Ash, Elemi\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"quick-fact\"\u003e\u003cspan class=\"fact-icon\"\u003e✨\u003c\/span\u003e \u003cspan class=\"fact-text\"\u003e\u003cstrong\u003eTranscendent Ether\u003c\/strong\u003e Incense, Sandalwood, Stardust\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== PERFORMANCE ===== --\u003e\n\u003cdiv class=\"profile-section\"\u003e\n\u003ch2 style=\"font-size: 1.1rem; color: var(--color-accent); margin-bottom: 1.2rem; text-align: center; font-weight: 600;\"\u003eOlfactory Performance\u003c\/h2\u003e\n\u003cdiv class=\"profile-bars\"\u003e\n\u003cdiv class=\"profile-bar-row\"\u003e\n\u003cdiv class=\"profile-label\"\u003eWake\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-container\"\u003e\n\u003cdiv class=\"profile-bar-segment filled\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-segment filled\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-segment filled\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-segment filled\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-segment empty\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"profile-score\"\u003e4\/5\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-row\"\u003e\n\u003cdiv class=\"profile-label\"\u003eOutfit\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-container\"\u003e\n\u003cdiv class=\"profile-bar-segment filled\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-segment filled\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-segment filled\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-segment filled\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-segment filled\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"profile-score\"\u003e5\/5\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-row\"\u003e\n\u003cdiv class=\"profile-label\"\u003eProjection\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-container\"\u003e\n\u003cdiv class=\"profile-bar-segment filled\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-segment filled\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-segment filled\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-segment filled\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-bar-segment empty\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"profile-score\"\u003e4\/5\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== ACCORDÉONS COURTS ===== --\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003cdiv class=\"accordion-item\"\u003e\u003cinput type=\"checkbox\" id=\"voyageToggle\" class=\"accordion-input\"\u003e\n\n\u003clabel class=\"accordion-header\" for=\"voyageToggle\"\u003e\u003ch3\u003e✦ The Journey Through the Elements\u003c\/h3\u003e\u003cspan class=\"accordion-icon\"\u003e▼\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cdiv class=\"journey-phase\"\u003e\u003cspan class=\"phase-badge\"\u003eWind – Head\u003c\/span\u003e\n\u003ch4 style=\"margin-top: 0.4rem; color: var(--color-accent); font-size: 0.95rem;\"\u003eHyssop · Black Tea · Rosehip · Violet · Ylang-Ylang\u003c\/h4\u003e\n\u003cp\u003eThe Wind opens the symphony with purifying herbaceous hyssop, powdery violet, and exotic ylang-ylang—an airy and spiritual breath evoking prayers carried on the celestial breeze. Rose thorn and black tea bring a green and aromatic sophistication to this light and ethereal facet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"journey-phase\"\u003e\u003cspan class=\"phase-badge\"\u003eWater \u0026amp; Earth – Heart\u003c\/span\u003e\n\u003ch4 style=\"margin-top: 0.4rem; color: var(--color-accent); font-size: 0.95rem;\"\u003eMineral Notes · Petrichor · Oud Assafi · Galbanum · Leather · Immortelle\u003c\/h4\u003e\n\u003cp\u003eL'Eau purifies with its mineral notes and petrichor of rain on dry earth. La Terre anchors deeply with smoky oud, animal leather, and spicy immortelle—a regenerative and primal union that evokes deep roots and protective stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"journey-phase\"\u003e\u003cspan class=\"phase-badge\"\u003eFire \u0026amp; Ether – Bottom\u003c\/span\u003e\n\u003ch4 style=\"margin-top: 0.4rem; color: var(--color-accent); font-size: 0.95rem;\"\u003eSaffron · Ash · Elemi Resin · Frankincense · Sandalwood · Stardust\u003c\/h4\u003e\n\u003cp\u003eFire transforms with fiery saffron, smoky ash, and spicy elemi resin, while Ether transcends with sacred incense, creamy sandalwood, and cosmic stardust. The base of burnt almond cookie and warm metal leaves a gourmand and mineral imprint of remarkable persistence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\u003cinput type=\"checkbox\" id=\"detailsToggle\" class=\"accordion-input\"\u003e\n\n\u003clabel class=\"accordion-header\" for=\"detailsToggle\"\u003e\u003ch3\u003e📖 Learn More About Principalities\u003c\/h3\u003e\u003cspan class=\"accordion-icon\"\u003e▼\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cp style=\"margin-bottom: 1rem;\"\u003e\u003cstrong\u003eConcentration 25%\u003c\/strong\u003e — Perfume extract with exceptional longevity (5\/5, 12h+). The enveloping sillage (4\/5) and notable projection (4\/5) gradually develop on the skin as the five elements unfold.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 1rem;\"\u003e\u003cstrong\u003eAngelic Inspiration\u003c\/strong\u003e — In the celestial hierarchy, the Principalities are the guardians of nations and natural forces. \u003ca style=\"color: var(--color-accent);\" href=\"https:\/\/www.passion-parfum.com\/collections\/parfums-caeleste\"\u003eCæleste\u003c\/a\u003e translates this cosmology into fragrance: each accord corresponds to a primordial element orchestrated with alchemical precision.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWho is it for?\u003c\/strong\u003e — A unisex fragrance for lovers of spiritual and conceptual scents. Ideal for evenings out or as a fragrance for meditation and presence. Perfect for those who appreciate deep, woody-spicy notes with a cosmic and transcendent dimension.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== CITATION ===== --\u003e\n\u003cdiv class=\"quote-box\"\u003e\n\u003cp\u003e\"Journey through emerald forests echoing with forgotten wisdom, traverse sapphire stars overflowing with unexplored tales — and plunge into the burning heart of creation where light and power connect.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== LIENS INTERNES ===== --\u003e\n\u003cdiv class=\"internal-links\"\u003e\n\u003ch3\u003eDiscover also\u003c\/h3\u003e\n\u003ca href=\"https:\/\/www.passion-parfum.com\/collections\/parfums-caeleste\"\u003eAll Cæleste perfumes\u003c\/a\u003e \u003ca href=\"https:\/\/www.passion-parfum.com\/products\/guardian-angel-caeleste-chris-maurice\"\u003eGuardian Angel – Celeste\u003c\/a\u003e \u003ca href=\"https:\/\/www.passion-parfum.com\/products\/archangels-caeleste-cristiano-canali\"\u003eArchangels – Celestial\u003c\/a\u003e \u003ca href=\"https:\/\/www.passion-parfum.com\/products\/3rd-order-caeleste-coffret-3x5ml-guardian-angel-archangels-principalities\"\u003e3rd Order – Cæleste Box\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Caeleste","offers":[{"title":"30ml","offer_id":56573720396100,"sku":null,"price":215.0,"currency_code":"EUR","in_stock":true},{"title":"2ml","offer_id":56573720428868,"sku":null,"price":16.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3255\/1492\/files\/Principalities-Caeleste-scaled.jpg?v=1770205077","url":"https:\/\/passion-parfum.com\/en\/products\/principalities-caeleste-extrait-parfum","provider":"Passion Parfum Project","version":"1.0","type":"link"}