{"id":7944,"date":"2026-08-17T15:53:02","date_gmt":"2026-08-17T12:53:02","guid":{"rendered":"https:\/\/www.retreatlatvia.com\/?page_id=7944"},"modified":"2026-08-17T16:20:16","modified_gmt":"2026-08-17T13:20:16","slug":"retreat-cost","status":"publish","type":"page","link":"https:\/\/www.retreatlatvia.com\/en\/retreat-cost\/","title":{"rendered":"Retreat cost"},"content":{"rendered":"\n<!-- ============================================================\n     PRICING PAGE \u2014 Narbuli Retreat House (English \/ UK)\n     Paste this into a \u00abCustom HTML\u00bb block in WordPress.\n     Header and footer are not included.\n     ============================================================ -->\n\n<style>\n  #narbuli-price-page {\n    --bg: #ffffff;\n    --bg-soft: #faf8f4;\n    --ink: #2d3338;\n    --ink-soft: #6d7080;\n    --line: rgba(28, 30, 41, 0.12);\n\n    --peach: #fbe9dd;      --peach-deep: #f0a878;\n    --mint: #e4f0e7;       --mint-deep: #8ec2a2;\n    --blue: #e4ebf0;       --blue-deep: #8fb0da;\n    --yellow: #fffbe2;     --yellow-deep: #e8c355;\n\n    font-family: \"Manrope\", \"Helvetica Neue\", Arial, sans-serif;\n    color: var(--ink);\n    background: var(--bg);\n    line-height: 1.5;\n    -webkit-font-smoothing: antialiased;\n    overflow-x: hidden;\n  }\n\n  #narbuli-price-page * { box-sizing: border-box; }\n  #narbuli-price-page img { max-width: 100%; display: block; }\n\n  #narbuli-price-page h1,\n  #narbuli-price-page h2,\n  #narbuli-price-page h3 {\n    font-family: \"Manrope\", sans-serif;\n    font-weight: 800;\n    letter-spacing: -0.01em;\n    margin: 0;\n    color: var(--ink);\n  }\n\n  #narbuli-price-page .wrap {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0 clamp(20px, 5vw, 56px);\n  }\n\n  #narbuli-price-page .eyebrow {\n    text-transform: uppercase;\n    letter-spacing: 0.16em;\n    font-size: 0.72rem;\n    font-weight: 700;\n    color: var(--ink-soft);\n  }\n\n  \/* ---------- BUTTONS ---------- *\/\n  #narbuli-price-page .btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-family: inherit;\n    font-size: 0.74rem;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n    padding: 15px 28px;\n    border-radius: 999px;\n    text-decoration: none;\n    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;\n    border: 1.5px solid var(--ink);\n    white-space: nowrap;\n  }\n  #narbuli-price-page .btn-outline { background: #fff; color: var(--ink); }\n  #narbuli-price-page .btn-outline:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }\n\n  #narbuli-price-page .btn-dark { background: var(--ink); color: #fff; }\n  #narbuli-price-page .btn-dark:hover { background: #000; transform: translateY(-2px); }\n\n  #narbuli-price-page .cta-row {\n    display: flex; gap: 14px; flex-wrap: wrap; align-items: center;\n  }\n\n  \/* ---------- HERO ---------- *\/\n  #narbuli-price-page .hero {\n    padding: clamp(64px, 10vw, 112px) 0 clamp(40px, 6vw, 60px);\n  }\n\n  #narbuli-price-page .hero-grid {\n    display: grid;\n    grid-template-columns: 1.05fr 0.95fr;\n    gap: 40px;\n    align-items: center;\n  }\n  #narbuli-price-page .hero-grid > * { min-width: 0; }\n\n  #narbuli-price-page .hero h1 {\n    font-size: clamp(2.4rem, 5vw, 3.6rem);\n    line-height: 1.05;\n    margin-top: 14px;\n  }\n\n  #narbuli-price-page .hero p {\n    color: var(--ink-soft);\n    font-size: 1.05rem;\n    max-width: 46ch;\n    margin-top: 18px;\n  }\n\n  \/* ---------- POLAROIDS ---------- *\/\n  #narbuli-price-page .polaroid-stack {\n    position: relative;\n    height: clamp(300px, 34vw, 420px);\n  }\n\n  #narbuli-price-page .frame {\n    position: absolute;\n    border-radius: 20px;\n  }\n\n  #narbuli-price-page .frame img { border-radius: 20px; width: 100%; height: 100%; object-fit: cover; }\n\n  #narbuli-price-page .frame.f1 {\n    width: 62%; top: 0; right: 0;\n    aspect-ratio: 5\/4;\n    transform: rotate(4deg);\n    z-index: 2;\n  }\n  #narbuli-price-page .frame.f2 {\n    width: 48%; left: 0; bottom: 0;\n    aspect-ratio: 4\/5;\n    transform: rotate(-6deg);\n    z-index: 3;\n  }\n\n  \/* ---------- INTRO ---------- *\/\n  #narbuli-price-page .intro {\n    padding: clamp(30px, 5vw, 50px) 0 clamp(20px, 4vw, 30px);\n    display: grid;\n    grid-template-columns: 1.1fr 1fr;\n    gap: 50px;\n    align-items: baseline;\n  }\n\n  #narbuli-price-page .intro h2 {\n    font-size: clamp(1.5rem, 2.6vw, 2rem);\n    line-height: 1.24;\n  }\n\n  #narbuli-price-page .intro-note {\n    color: var(--ink-soft);\n    font-size: 0.97rem;\n  }\n  #narbuli-price-page .intro-note p + p { margin-top: 12px; }\n  #narbuli-price-page .intro-note strong { color: var(--ink); font-weight: 700; }\n  #narbuli-price-page .intro-note .notice {\n    background: var(--yellow);\n    border-radius: 14px;\n    padding: 14px 16px;\n    color: var(--ink);\n  }\n\n  \/* ---------- SECTION HEAD ---------- *\/\n  #narbuli-price-page .section-head {\n    margin-bottom: clamp(30px, 4vw, 46px);\n  }\n  #narbuli-price-page .section-head h2 {\n    font-size: clamp(1.8rem, 3.2vw, 2.4rem);\n    margin-top: 10px;\n  }\n  #narbuli-price-page .section-head p {\n    color: var(--ink-soft);\n    font-size: 0.98rem;\n    max-width: 52ch;\n    margin-top: 10px;\n  }\n\n  \/* ---------- WHOLE HOUSE ---------- *\/\n  #narbuli-price-page .house {\n    padding: clamp(50px, 7vw, 80px) 0;\n    background: var(--bg-soft);\n  }\n\n  #narbuli-price-page .house-grid {\n    display: grid;\n    grid-template-columns: 1fr 0.85fr;\n    gap: 56px;\n    align-items: center;\n  }\n  #narbuli-price-page .house-grid > * { min-width: 0; }\n\n  #narbuli-price-page .house h2 {\n    font-size: clamp(1.9rem, 3.4vw, 2.6rem);\n    margin-top: 10px;\n  }\n\n  #narbuli-price-page .house-desc {\n    color: var(--ink-soft);\n    font-size: 0.98rem;\n    margin-top: 14px;\n    max-width: 50ch;\n  }\n\n  #narbuli-price-page .fact-list {\n    list-style: none;\n    margin: 26px 0 0;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 13px;\n  }\n  #narbuli-price-page .fact-list li {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 0.98rem;\n  }\n  #narbuli-price-page .dot {\n    width: 11px; height: 11px; border-radius: 50%; flex: none;\n  }\n  #narbuli-price-page .dot.c1 { background: var(--peach-deep); }\n  #narbuli-price-page .dot.c2 { background: var(--yellow-deep); }\n  #narbuli-price-page .dot.c3 { background: var(--mint-deep); }\n\n  #narbuli-price-page .ladder-label {\n    margin-top: 30px;\n    font-size: 0.76rem;\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    color: var(--ink-soft);\n    font-weight: 700;\n  }\n\n  #narbuli-price-page .house .cta-row { margin-top: 26px; }\n\n  \/* ---------- PRICE LADDER ---------- *\/\n  #narbuli-price-page .price-ladder-wrap { position: relative; }\n  #narbuli-price-page .price-ladder-wrap::after {\n    content: \"\";\n    position: absolute;\n    top: 0; right: 0; bottom: 12px;\n    width: 34px;\n    background: linear-gradient(90deg, rgba(250,248,244,0), var(--fade-color, #faf8f4));\n    pointer-events: none;\n  }\n  #narbuli-price-page .house .price-ladder-wrap::after { --fade-color: #faf8f4; }\n  #narbuli-price-page .room-card .price-ladder-wrap::after { display: none; }\n\n  #narbuli-price-page .price-ladder {\n    display: flex;\n    gap: 10px;\n    overflow-x: auto;\n    padding: 8px 2px 12px;\n    scrollbar-width: thin;\n    margin-top: 10px;\n    scroll-snap-type: x proximity;\n    -webkit-overflow-scrolling: touch;\n  }\n  #narbuli-price-page .price-ladder::-webkit-scrollbar { height: 5px; }\n  #narbuli-price-page .price-ladder::-webkit-scrollbar-thumb { background: var(--line); border-radius: 10px; }\n  #narbuli-price-page .price-chip { scroll-snap-align: start; }\n\n  #narbuli-price-page .price-chip {\n    flex: none;\n    min-width: 88px;\n    text-align: center;\n    border-radius: 14px;\n    padding: 10px 8px 9px;\n    background: #fff;\n    border: 1px solid var(--line);\n  }\n  #narbuli-price-page .price-chip .top-row {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 6px;\n    margin-bottom: 5px;\n  }\n  #narbuli-price-page .price-chip .n {\n    font-size: 0.68rem;\n    color: var(--ink-soft);\n    font-weight: 600;\n  }\n  #narbuli-price-page .price-chip .disc {\n    font-size: 0.62rem;\n    font-weight: 800;\n    padding: 2px 6px;\n    border-radius: 999px;\n    background: var(--mint);\n    color: #2e6b47;\n  }\n  #narbuli-price-page .price-chip .p {\n    font-size: 1.02rem;\n    font-weight: 800;\n    color: var(--ink);\n    display: block;\n  }\n\n  \/* variant on tinted card background *\/\n  #narbuli-price-page .price-chip.on-tint { background: rgba(255,255,255,0.62); border-color: rgba(28,30,41,0.1); }\n  #narbuli-price-page .price-chip.on-tint .disc { background: rgba(255,255,255,0.85); }\n\n  \/* ---------- ROOMS ---------- *\/\n  #narbuli-price-page .rooms { padding: clamp(56px, 8vw, 90px) 0; }\n\n  #narbuli-price-page .room-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: clamp(20px, 2.2vw, 28px);\n  }\n\n  #narbuli-price-page .room-card {\n    border-radius: 26px;\n    padding: 22px 20px 24px;\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    overflow: visible;\n    min-width: 0;\n  }\n  #narbuli-price-page .room-card.peach { background: var(--peach); }\n  #narbuli-price-page .room-card.mint  { background: var(--mint); }\n  #narbuli-price-page .room-card.blue  { background: var(--blue); }\n  #narbuli-price-page .room-card.yellow{ background: var(--yellow); }\n\n  #narbuli-price-page .room-photo-frame {\n    position: relative;\n    width: 78%;\n    aspect-ratio: 4\/3.1;\n    margin: 0 auto 26px;\n    border-radius: 16px;\n    transform: rotate(-2.5deg);\n  }\n  #narbuli-price-page .room-card:nth-child(even) .room-photo-frame { transform: rotate(2.5deg); }\n  #narbuli-price-page .room-photo-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }\n\n  #narbuli-price-page .room-seal {\n    position: absolute;\n    right: -10px; bottom: -10px;\n    width: 40px; height: 40px;\n    border-radius: 50%;\n    background: var(--ink);\n    color: #fff;\n    font-size: 0.95rem;\n    font-weight: 800;\n    display: flex; align-items: center; justify-content: center;\n    box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);\n  }\n\n  #narbuli-price-page .room-name { font-size: 1.22rem; line-height: 1.2; }\n\n  #narbuli-price-page .room-tagline {\n    font-size: 0.88rem;\n    color: var(--ink-soft);\n    font-weight: 600;\n    margin-top: 4px;\n  }\n\n  #narbuli-price-page .room-capacity {\n    margin-top: 10px;\n    display: inline-flex;\n    align-self: flex-start;\n    font-size: 0.74rem;\n    font-weight: 700;\n    letter-spacing: 0.02em;\n    background: rgba(255,255,255,0.65);\n    padding: 5px 12px;\n    border-radius: 999px;\n    color: var(--ink);\n  }\n\n  #narbuli-price-page .room-from {\n    margin-top: 16px;\n    display: flex;\n    align-items: baseline;\n    gap: 8px;\n  }\n  #narbuli-price-page .room-from .lbl {\n    font-size: 0.7rem;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    color: var(--ink-soft);\n    font-weight: 700;\n  }\n  #narbuli-price-page .room-from .val { font-size: 1.35rem; font-weight: 800; }\n  #narbuli-price-page .room-from .sub { font-size: 0.76rem; color: var(--ink-soft); }\n\n  \/* ---------- CLOSING CTA ---------- *\/\n  #narbuli-price-page .closing {\n    background: var(--yellow);\n    padding: clamp(54px, 8vw, 84px) 0;\n    text-align: center;\n    border-radius: 32px;\n    margin: 0 clamp(16px, 4vw, 40px) clamp(56px, 7vw, 80px);\n  }\n  #narbuli-price-page .closing h2 {\n    font-size: clamp(1.7rem, 3.2vw, 2.3rem);\n    margin: 10px auto 0;\n    max-width: 26ch;\n  }\n  #narbuli-price-page .closing p {\n    color: var(--ink-soft);\n    max-width: 50ch;\n    margin: 14px auto 0;\n    font-size: 0.98rem;\n  }\n  #narbuli-price-page .closing .cta-row { justify-content: center; margin-top: 28px; }\n\n  \/* ---------- RESPONSIVE ---------- *\/\n  @media (max-width: 980px) {\n    #narbuli-price-page .hero-grid { grid-template-columns: 1fr; gap: 30px; }\n    #narbuli-price-page .polaroid-stack { order: -1; height: clamp(240px, 58vw, 360px); }\n    #narbuli-price-page .intro { grid-template-columns: 1fr; gap: 22px; }\n    #narbuli-price-page .house-grid { grid-template-columns: 1fr; gap: 36px; }\n    #narbuli-price-page .house .polaroid-stack { order: -1; }\n    #narbuli-price-page .room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n  }\n\n  @media (max-width: 600px) {\n    #narbuli-price-page .hero { padding: 44px 0 28px; }\n    #narbuli-price-page .house { padding: 40px 0; }\n    #narbuli-price-page .rooms { padding: 44px 0; }\n    #narbuli-price-page .room-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }\n    #narbuli-price-page .room-photo-frame { width: 78%; }\n    #narbuli-price-page .room-card { padding: 20px 18px 22px; }\n\n    #narbuli-price-page .cta-row { flex-direction: column; align-items: stretch; }\n    #narbuli-price-page .cta-row .btn { justify-content: center; width: 100%; }\n\n    #narbuli-price-page .price-chip { min-width: 74px; padding: 9px 6px 8px; }\n    #narbuli-price-page .price-chip .p { font-size: 0.92rem; }\n    #narbuli-price-page .price-chip .n { font-size: 0.62rem; }\n    #narbuli-price-page .price-chip .disc { font-size: 0.58rem; padding: 2px 5px; }\n\n    #narbuli-price-page .closing { margin: 0 12px 44px; padding: 42px 20px; border-radius: 24px; }\n  }\n\n  @media (max-width: 400px) {\n    #narbuli-price-page .polaroid-stack { height: 220px; }\n    #narbuli-price-page .room-photo-frame { width: 86%; }\n  }\n<\/style>\n\n<div id=\"narbuli-price-page\">\n\n  <!-- ================= HERO ================= -->\n  <section class=\"hero\">\n    <div class=\"wrap hero-grid\">\n      <div>\n        <div class=\"eyebrow\">Narbuli Retreat House<\/div>\n        <h1>Accommodation Rates<\/h1>\n        <p>An archetype room for one, or the whole house for your group \u2014 choose the format that suits you, and we&#8217;ll help you find available dates.<\/p>\n      <\/div>\n      <div class=\"polaroid-stack\">\n        <div class=\"frame f1\">\n          <img decoding=\"async\" src=\"https:\/\/www.retreatlatvia.com\/wp-content\/webp-express\/webp-images\/uploads\/2024\/06\/dji_0726-2-1-scaled-e1718629261670.jpg.webp\" alt=\"Narbuli Retreat House from above\">\n        <\/div>\n        <div class=\"frame f2\">\n          <img decoding=\"async\" src=\"https:\/\/www.retreatlatvia.com\/wp-content\/uploads\/2023\/03\/588a0732-hdr-edit-1-scaled.jpg\" alt=\"Fireplace lounge at Narbuli\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ================= INTRO ================= -->\n  <section class=\"wrap intro\">\n    <h2>Two ways to stay at Narbuli: one of nine archetype rooms, or the whole house for your group.<\/h2>\n    <div class=\"intro-note\">\n      <p><strong>Prices are for the full length of stay:<\/strong> the more nights you book, the bigger the discount on the base nightly rate. All prices are in euros, meals not included.<\/p>\n      <p class=\"notice\">Staying in a room is only available as part of a self-guided, individual or group retreat \u2014 booking a single room for a leisure stay is not possible.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- ================= WHOLE HOUSE ================= -->\n  <section class=\"house\">\n    <div class=\"wrap house-grid\">\n      <div>\n        <div class=\"eyebrow\">Group Rental<\/div>\n        <h2>The Whole House<\/h2>\n        <p class=\"house-desc\">A thatched-roof retreat house on a hillside \u2014 entirely yours for a group or team retreat.<\/p>\n\n        <ul class=\"fact-list\">\n          <li><span class=\"dot c1\"><\/span> 9 rooms, sleeping 10\u201311 guests<\/li>\n          <li><span class=\"dot c2\"><\/span> 48 m\u00b2 practice hall and 40 m\u00b2 covered terrace<\/li>\n          <li><span class=\"dot c3\"><\/span> Two kitchens, a fireplace lounge, sauna<\/li>\n        <\/ul>\n\n        <div class=\"ladder-label\">Cost of renting the house<\/div>\n        <div class=\"price-ladder\"\n             data-nights=\"2,3,4,5,6,7,8,9,10,11,12,13,14\"\n             data-prices=\"1600,2400,2880,3600,4320,5040,5760,6480,6800,7480,8160,8840,9520\"><\/div>\n\n        <div class=\"cta-row\">\n          <a class=\"btn btn-dark nl-btn-primary\" href=\"#js-modal-contact\" data-fancybox>Enquire about renting the house<\/a>\n          <a class=\"btn btn-outline\" href=\"https:\/\/wa.me\/37122470084\" rel=\"nofollow noopener\" target=\"_blank\">WhatsApp<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"polaroid-stack\">\n        <div class=\"frame f1\">\n          <img decoding=\"async\" src=\"https:\/\/www.retreatlatvia.com\/wp-content\/uploads\/2023\/03\/narbuli-dom.jpg\" alt=\"Narbuli house exterior\">\n        <\/div>\n        <div class=\"frame f2\">\n          <img decoding=\"async\" src=\"https:\/\/www.retreatlatvia.com\/wp-content\/uploads\/2023\/04\/588a0816-hdr-edit-scaled.jpg\" alt=\"Kitchen at Narbuli\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ================= ROOMS ================= -->\n  <section class=\"wrap rooms\">\n    <div class=\"section-head\">\n      <div class=\"eyebrow\">Archetype Rooms<\/div>\n      <h2>Choose your room<\/h2>\n      <p>Each of the nine rooms is designed around a single archetype and carries its energy \u2014 from the King to the Inner Child.<\/p>\n    <\/div>\n\n    <div class=\"room-grid\">\n\n      <!-- King -->\n      <article class=\"room-card blue\">\n        <div class=\"room-photo-frame\">\n          <img decoding=\"async\" src=\"https:\/\/www.retreatlatvia.com\/wp-content\/uploads\/2023\/03\/korol-scaled.jpg\" alt=\"The King's Room\">\n          <span class=\"room-seal\">K<\/span>\n        <\/div>\n        <h3 class=\"room-name\">The King&#8217;s Room<\/h3>\n        <div class=\"room-tagline\">Rules over life<\/div>\n        <span class=\"room-capacity\">1 guest<\/span>\n        <div class=\"room-from\"><span class=\"lbl\">from<\/span><span class=\"val\">\u20ac660<\/span><span class=\"sub\">for 2 nights<\/span><\/div>\n        <div class=\"price-ladder\"\n             data-tint=\"1\"\n             data-nights=\"2,3,4,5,6,7,8,9,10,11,12,13,14\"\n             data-prices=\"660,900,1200,1500,1700,1850,1920,2160,2400,2640,2880,3120,3360\"><\/div>\n      <\/article>\n\n      <!-- Lover -->\n      <article class=\"room-card peach\">\n        <div class=\"room-photo-frame\">\n          <img decoding=\"async\" src=\"https:\/\/www.retreatlatvia.com\/wp-content\/uploads\/2023\/03\/lyubyashhij-scaled.jpg\" alt=\"The Lover's Room\">\n          <span class=\"room-seal\">L<\/span>\n        <\/div>\n        <h3 class=\"room-name\">The Lover&#8217;s Room<\/h3>\n        <div class=\"room-tagline\">Open and vulnerable<\/div>\n        <span class=\"room-capacity\">for a couple \u00b7 double bed<\/span>\n        <div class=\"room-from\"><span class=\"lbl\">from<\/span><span class=\"val\">\u20ac600<\/span><span class=\"sub\">for 2 nights<\/span><\/div>\n        <div class=\"price-ladder\"\n             data-tint=\"1\"\n             data-nights=\"2,3,4,5,6,7,8,9,10,11,12,13,14\"\n             data-prices=\"600,810,1080,1350,1620,1650,1680,1890,2100,2310,2520,2730,2940\"><\/div>\n      <\/article>\n\n      <!-- Self -->\n      <article class=\"room-card mint\">\n        <div class=\"room-photo-frame\">\n          <img decoding=\"async\" src=\"https:\/\/www.retreatlatvia.com\/wp-content\/uploads\/2023\/03\/samost2-scaled.jpg\" alt=\"The Self Room\">\n          <span class=\"room-seal\">S<\/span>\n        <\/div>\n        <h3 class=\"room-name\">The Self Room<\/h3>\n        <div class=\"room-tagline\">Being one&#8217;s true essence<\/div>\n        <span class=\"room-capacity\">1 guest<\/span>\n        <div class=\"room-from\"><span class=\"lbl\">from<\/span><span class=\"val\">\u20ac360<\/span><span class=\"sub\">for 2 nights<\/span><\/div>\n        <div class=\"price-ladder\"\n             data-tint=\"1\"\n             data-nights=\"2,3,4,5,6,7,8,9,10,11,12,13,14\"\n             data-prices=\"360,495,660,825,990,1155,1200,1350,1500,1650,1800,1950,2100\"><\/div>\n      <\/article>\n\n      <!-- Jester -->\n      <article class=\"room-card yellow\">\n        <div class=\"room-photo-frame\">\n          <img decoding=\"async\" src=\"https:\/\/www.retreatlatvia.com\/wp-content\/uploads\/2023\/03\/shut-scaled.jpg\" alt=\"The Jester's Room\">\n          <span class=\"room-seal\">J<\/span>\n        <\/div>\n        <h3 class=\"room-name\">The Jester&#8217;s Room<\/h3>\n        <div class=\"room-tagline\">Reveals the present moment<\/div>\n        <span class=\"room-capacity\">1 guest<\/span>\n        <div class=\"room-from\"><span class=\"lbl\">from<\/span><span class=\"val\">\u20ac450<\/span><span class=\"sub\">for 2 nights<\/span><\/div>\n        <div class=\"price-ladder\"\n             data-tint=\"1\"\n             data-nights=\"2,3,4,5,6,7,8,9,10,11,12,13,14\"\n             data-prices=\"450,630,840,1050,1260,1350,1440,1620,1800,1980,2160,2340,2520\"><\/div>\n      <\/article>\n\n      <!-- Magician -->\n      <article class=\"room-card blue\">\n        <div class=\"room-photo-frame\">\n          <img decoding=\"async\" src=\"https:\/\/www.retreatlatvia.com\/wp-content\/uploads\/2023\/03\/mag-scaled.jpg\" alt=\"The Magician's Room\">\n          <span class=\"room-seal\">M<\/span>\n        <\/div>\n        <h3 class=\"room-name\">The Magician&#8217;s Room<\/h3>\n        <div class=\"room-tagline\">Sees connections and perspective<\/div>\n        <span class=\"room-capacity\">up to 2 guests \u00b7 twin beds<\/span>\n        <div class=\"room-from\"><span class=\"lbl\">from<\/span><span class=\"val\">\u20ac450<\/span><span class=\"sub\">for 2 nights<\/span><\/div>\n        <div class=\"price-ladder\"\n             data-tint=\"1\"\n             data-nights=\"2,3,4,5,6,7,8,9,10,11,12,13,14\"\n             data-prices=\"450,630,840,1050,1260,1350,1440,1620,1800,1980,2160,2340,2520\"><\/div>\n      <\/article>\n\n      <!-- Warrior -->\n      <article class=\"room-card peach\">\n        <div class=\"room-photo-frame\">\n          <img decoding=\"async\" src=\"https:\/\/www.retreatlatvia.com\/wp-content\/uploads\/2023\/03\/voin-scaled.jpg\" alt=\"The Warrior's Room\">\n          <span class=\"room-seal\">W<\/span>\n        <\/div>\n        <h3 class=\"room-name\">The Warrior&#8217;s Room<\/h3>\n        <div class=\"room-tagline\">Achieves and protects<\/div>\n        <span class=\"room-capacity\">1 guest<\/span>\n        <div class=\"room-from\"><span class=\"lbl\">from<\/span><span class=\"val\">\u20ac450<\/span><span class=\"sub\">for 2 nights<\/span><\/div>\n        <div class=\"price-ladder\"\n             data-tint=\"1\"\n             data-nights=\"2,3,4,5,6,7,8,9,10,11,12,13,14\"\n             data-prices=\"450,630,840,1050,1260,1350,1440,1620,1800,1980,2160,2340,2520\"><\/div>\n      <\/article>\n\n      <!-- Shadow -->\n      <article class=\"room-card mint\">\n        <div class=\"room-photo-frame\">\n          <img decoding=\"async\" src=\"https:\/\/www.retreatlatvia.com\/wp-content\/uploads\/2023\/03\/588a0036-hdr-edit-1-scaled.jpg\" alt=\"The Shadow Room\">\n          <span class=\"room-seal\" style=\"font-size:0.72rem;\">Sh<\/span>\n        <\/div>\n        <h3 class=\"room-name\">The Shadow Room<\/h3>\n        <div class=\"room-tagline\">Sees and welcomes the other side<\/div>\n        <span class=\"room-capacity\">1 guest<\/span>\n        <div class=\"room-from\"><span class=\"lbl\">from<\/span><span class=\"val\">\u20ac450<\/span><span class=\"sub\">for 2 nights<\/span><\/div>\n        <div class=\"price-ladder\"\n             data-tint=\"1\"\n             data-nights=\"2,3,4,5,6,7,8,9,10,11,12,13,14\"\n             data-prices=\"450,630,840,1050,1260,1350,1440,1620,1800,1980,2160,2340,2520\"><\/div>\n      <\/article>\n\n      <!-- Inner Teenager -->\n      <article class=\"room-card yellow\">\n        <div class=\"room-photo-frame\">\n          <img decoding=\"async\" src=\"https:\/\/www.retreatlatvia.com\/wp-content\/uploads\/2023\/03\/malchik-scaled.jpg\" alt=\"Inner Teenager Room\">\n          <span class=\"room-seal\">T<\/span>\n        <\/div>\n        <h3 class=\"room-name\">Inner Teenager<\/h3>\n        <div class=\"room-tagline\">The courage to dream<\/div>\n        <span class=\"room-capacity\">1 guest<\/span>\n        <div class=\"room-from\"><span class=\"lbl\">from<\/span><span class=\"val\">\u20ac450<\/span><span class=\"sub\">for 2 nights<\/span><\/div>\n        <div class=\"price-ladder\"\n             data-tint=\"1\"\n             data-nights=\"2,3,4,5,6,7,8,9,10,11,12,13,14\"\n             data-prices=\"450,630,840,1050,1260,1350,1440,1620,1800,1980,2160,2340,2520\"><\/div>\n      <\/article>\n\n      <!-- Inner Child -->\n      <article class=\"room-card blue\">\n        <div class=\"room-photo-frame\">\n          <img decoding=\"async\" src=\"https:\/\/www.retreatlatvia.com\/wp-content\/uploads\/2023\/03\/devochka-scaled.jpg\" alt=\"Inner Child Room\">\n          <span class=\"room-seal\">C<\/span>\n        <\/div>\n        <h3 class=\"room-name\">Inner Child<\/h3>\n        <div class=\"room-tagline\">Being spontaneous and playful<\/div>\n        <span class=\"room-capacity\">up to 2 guests \u00b7 twin beds<\/span>\n        <div class=\"room-from\"><span class=\"lbl\">from<\/span><span class=\"val\">\u20ac600<\/span><span class=\"sub\">for 2 nights<\/span><\/div>\n        <div class=\"price-ladder\"\n             data-tint=\"1\"\n             data-nights=\"2,3,4,5,6,7,8,9,10,11,12,13,14\"\n             data-prices=\"600,810,1080,1350,1620,1650,1680,1890,2100,2310,2520,2730,2940\"><\/div>\n      <\/article>\n\n    <\/div>\n  <\/section>\n\n  <!-- ================= CLOSING CTA ================= -->\n  <div class=\"wrap\">\n    <section class=\"closing\">\n      <div class=\"eyebrow\">Got questions?<\/div>\n      <h2>We&#8217;ll help you find the right room and dates<\/h2>\n      <p>Get in touch \u2014 we&#8217;ll tell you about available dates and programmes, and help you find the format that suits you best.<\/p>\n      <div class=\"cta-row\">\n        <a class=\"btn btn-dark\" href=\"https:\/\/wa.me\/37122470084\" rel=\"nofollow noopener\" target=\"_blank\">Message us on WhatsApp<\/a>\n        <a class=\"btn btn-outline\" href=\"tel:+37122470084\">+371 22 470 084<\/a>\n      <\/div>\n    <\/section>\n  <\/div>\n\n<\/div>\n\n<!-- Font -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n<script>\n(function () {\n  function buildLadders(root) {\n    var ladders = root.querySelectorAll('.price-ladder');\n    ladders.forEach(function (el) {\n      var wrap = document.createElement('div');\n      wrap.className = 'price-ladder-wrap';\n      el.parentNode.insertBefore(wrap, el);\n      wrap.appendChild(el);\n\n      var nights = el.getAttribute('data-nights').split(',').map(Number);\n      var prices = el.getAttribute('data-prices').split(',').map(Number);\n      var tint = el.getAttribute('data-tint') === '1';\n      var baselinePerNight = prices[0] \/ nights[0];\n      var html = '';\n      nights.forEach(function (n, i) {\n        var perNight = prices[i] \/ n;\n        var pct = Math.round((1 - perNight \/ baselinePerNight) * 100);\n        var discBadge = pct > 0 ? '<span class=\"disc\">-' + pct + '%<\/span>' : '';\n        html += '<div class=\"price-chip' + (tint ? ' on-tint' : '') + '\">' +\n                  '<div class=\"top-row\"><span class=\"n\">' + n + ' nights<\/span>' + discBadge + '<\/div>' +\n                  '<span class=\"p\">\u20ac' + prices[i].toLocaleString('en-GB') + '<\/span>' +\n                '<\/div>';\n      });\n      el.innerHTML = html;\n    });\n  }\n  var page = document.getElementById('narbuli-price-page');\n  if (page) buildLadders(page);\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Narbuli Retreat House Accommodation Rates An archetype room for one, or the whole house for your group \u2014 choose the format that suits you, and we&#8217;ll help you find available dates. Two ways to stay at Narbuli: one of nine archetype rooms, or the whole house for your group. Prices are for the full length [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"front-page.php","meta":{"inline_featured_image":false,"footnotes":""},"acf":[],"_links":{"self":[{"href":"https:\/\/www.retreatlatvia.com\/en\/wp-json\/wp\/v2\/pages\/7944"}],"collection":[{"href":"https:\/\/www.retreatlatvia.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.retreatlatvia.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.retreatlatvia.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.retreatlatvia.com\/en\/wp-json\/wp\/v2\/comments?post=7944"}],"version-history":[{"count":5,"href":"https:\/\/www.retreatlatvia.com\/en\/wp-json\/wp\/v2\/pages\/7944\/revisions"}],"predecessor-version":[{"id":7954,"href":"https:\/\/www.retreatlatvia.com\/en\/wp-json\/wp\/v2\/pages\/7944\/revisions\/7954"}],"wp:attachment":[{"href":"https:\/\/www.retreatlatvia.com\/en\/wp-json\/wp\/v2\/media?parent=7944"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}