{"id":21,"date":"2026-06-10T18:47:30","date_gmt":"2026-06-10T18:47:30","guid":{"rendered":"https:\/\/skyoverground.com\/?page_id=21"},"modified":"2026-06-11T06:58:22","modified_gmt":"2026-06-11T06:58:22","slug":"home","status":"publish","type":"page","link":"https:\/\/skyoverground.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"21\" class=\"elementor elementor-21\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2cc69f7 e-flex e-con-boxed e-con e-parent\" data-id=\"2cc69f7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49859b7 elementor-widget elementor-widget-html\" data-id=\"49859b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Sky Over Ground \u2014 Ilie Borozan<\/title>\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Inter:wght@300;400;500&display=swap');\n\n\/* ============================================================\n   SKY OVER GROUND \u2014 Design System\n   Ink, bone, and a single line of gold.\n   ============================================================ *\/\n\n:root {\n  --ink: #10151D;\n  --ink-soft: #1C2430;\n  --bone: #F5F2EC;\n  --bone-deep: #EBE6DC;\n  --gold: #B6924E;\n  --gold-light: #D4BC8A;\n  --text-on-dark: rgba(245, 242, 236, 0.82);\n  --text-muted-dark: rgba(245, 242, 236, 0.50);\n  --text-on-light: #2A2A26;\n  --text-muted-light: #7A745F;\n  --hairline-dark: rgba(182, 146, 78, 0.28);\n  --hairline-light: rgba(42, 42, 38, 0.14);\n}\n\n* { box-sizing: border-box; margin: 0; padding: 0; }\n\nhtml { scroll-behavior: smooth; }\n\nbody {\n  font-family: 'Inter', sans-serif;\n  font-weight: 300;\n  background: var(--ink);\n  color: var(--text-on-dark);\n  line-height: 1.75;\n  -webkit-font-smoothing: antialiased;\n}\n\n::selection { background: var(--gold); color: var(--ink); }\n\n\/* ---------- Typography ---------- *\/\n\n.display {\n  font-family: 'Cormorant Garamond', serif;\n  font-weight: 400;\n  line-height: 1.08;\n  letter-spacing: -0.01em;\n}\n\n.eyebrow {\n  font-family: 'Inter', sans-serif;\n  font-size: 10px;\n  font-weight: 500;\n  letter-spacing: 0.32em;\n  text-transform: uppercase;\n  color: var(--gold);\n}\n\n\/* ---------- Navigation ---------- *\/\n\nnav {\n  position: fixed;\n  top: 0; left: 0; right: 0;\n  z-index: 200;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 22px 6vw;\n  background: rgba(16, 21, 29, 0.92);\n  backdrop-filter: blur(12px);\n  -webkit-backdrop-filter: blur(12px);\n  border-bottom: 1px solid rgba(182, 146, 78, 0.12);\n}\n\n.nav-name {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 19px;\n  font-weight: 500;\n  letter-spacing: 0.04em;\n  color: var(--bone);\n  text-decoration: none;\n}\n\n.nav-name span { color: var(--gold); }\n\n.nav-links {\n  display: flex;\n  gap: 44px;\n  list-style: none;\n  align-items: center;\n}\n\n.nav-links a {\n  font-size: 11px;\n  font-weight: 400;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--text-muted-dark);\n  text-decoration: none;\n  transition: color 0.3s;\n}\n\n.nav-links a:hover { color: var(--gold-light); }\n\n.nav-links a.nav-accent {\n  color: var(--gold);\n  border-bottom: 1px solid var(--hairline-dark);\n  padding-bottom: 3px;\n}\n\n\/* ---------- Hero ---------- *\/\n\n.hero {\n  min-height: 100vh;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center;\n  text-align: center;\n  padding: 140px 6vw 80px;\n  position: relative;\n}\n\n\/* The signature: one thin gold ascending line, like a pyramid edge *\/\n.hero-line {\n  position: absolute;\n  bottom: 0;\n  left: 50%;\n  width: 1px;\n  height: 18vh;\n  background: linear-gradient(to top, var(--gold), transparent);\n  opacity: 0.7;\n}\n\n.hero .eyebrow { margin-bottom: 36px; }\n\n.hero h1 {\n  font-size: clamp(44px, 8.5vw, 104px);\n  color: var(--bone);\n  max-width: 14ch;\n  margin-bottom: 36px;\n}\n\n.hero h1 em {\n  font-style: italic;\n  font-weight: 300;\n  color: var(--gold-light);\n}\n\n.hero-sub {\n  font-size: 16px;\n  font-weight: 300;\n  color: var(--text-muted-dark);\n  max-width: 52ch;\n  margin-bottom: 56px;\n  line-height: 2;\n}\n\n.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }\n\n.btn {\n  display: inline-block;\n  font-family: 'Inter', sans-serif;\n  font-size: 11px;\n  font-weight: 500;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  text-decoration: none;\n  padding: 17px 44px;\n  transition: all 0.35s ease;\n}\n\n.btn-solid {\n  background: var(--gold);\n  color: var(--ink);\n}\n\n.btn-solid:hover { background: var(--gold-light); }\n\n.btn-ghost {\n  color: var(--bone);\n  border: 1px solid rgba(245,242,236,0.25);\n}\n\n.btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); }\n\n\/* ---------- Scripture band ---------- *\/\n\n.scripture {\n  padding: 90px 6vw;\n  text-align: center;\n  border-top: 1px solid var(--hairline-dark);\n  border-bottom: 1px solid var(--hairline-dark);\n}\n\n.scripture blockquote {\n  font-family: 'Cormorant Garamond', serif;\n  font-style: italic;\n  font-weight: 300;\n  font-size: clamp(22px, 3.4vw, 34px);\n  line-height: 1.5;\n  color: var(--bone);\n  max-width: 30ch;\n  margin: 0 auto 26px;\n}\n\n.scripture cite {\n  font-family: 'Inter', sans-serif;\n  font-style: normal;\n  font-size: 10px;\n  font-weight: 500;\n  letter-spacing: 0.32em;\n  text-transform: uppercase;\n  color: var(--gold);\n}\n\n\/* ---------- The Principle (light editorial section) ---------- *\/\n\n.principle {\n  background: var(--bone);\n  color: var(--text-on-light);\n  padding: 130px 6vw;\n}\n\n.principle-inner { max-width: 1180px; margin: 0 auto; }\n\n.principle-head {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: end;\n  margin-bottom: 90px;\n}\n\n.principle-head h2 {\n  font-size: clamp(34px, 4.6vw, 58px);\n  color: var(--ink);\n}\n\n.principle-head h2 em { font-style: italic; color: var(--gold); }\n\n.principle-head p {\n  font-size: 15px;\n  color: var(--text-muted-light);\n  line-height: 1.95;\n}\n\n.principle-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  border-top: 1px solid var(--hairline-light);\n}\n\n.principle-item {\n  padding: 52px 40px 0 0;\n  border-right: 1px solid var(--hairline-light);\n  padding-right: 40px;\n}\n\n.principle-item:last-child { border-right: none; padding-right: 0; }\n.principle-item + .principle-item { padding-left: 40px; }\n\n.principle-item .num {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 15px;\n  font-style: italic;\n  color: var(--gold);\n  display: block;\n  margin-bottom: 22px;\n}\n\n.principle-item h3 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 25px;\n  font-weight: 500;\n  color: var(--ink);\n  margin-bottom: 16px;\n  line-height: 1.25;\n}\n\n.principle-item p {\n  font-size: 14px;\n  color: var(--text-muted-light);\n  line-height: 1.9;\n}\n\n\/* ---------- Books ---------- *\/\n\n.books {\n  padding: 130px 6vw;\n}\n\n.books-inner { max-width: 1180px; margin: 0 auto; }\n\n.books-head { margin-bottom: 90px; max-width: 60ch; }\n\n.books-head .eyebrow { display: block; margin-bottom: 24px; }\n\n.books-head h2 {\n  font-size: clamp(34px, 4.6vw, 58px);\n  color: var(--bone);\n}\n\n.books-head h2 em { font-style: italic; color: var(--gold-light); }\n\n.book {\n  display: grid;\n  grid-template-columns: 300px 1fr;\n  gap: 70px;\n  align-items: center;\n  padding: 70px 0;\n  border-top: 1px solid var(--hairline-dark);\n}\n\n.book:last-child { border-bottom: 1px solid var(--hairline-dark); }\n\n.book-cover {\n  width: 100%;\n  aspect-ratio: 2\/3;\n  object-fit: cover;\n  display: block;\n  box-shadow: 0 30px 60px rgba(0,0,0,0.45);\n}\n\n.book-cover-placeholder {\n  width: 100%;\n  aspect-ratio: 2\/3;\n  background: var(--ink-soft);\n  border: 1px solid var(--hairline-dark);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  padding: 30px;\n  font-family: 'Cormorant Garamond', serif;\n  font-style: italic;\n  font-size: 15px;\n  color: var(--text-muted-dark);\n}\n\n.book-info .book-no {\n  font-family: 'Cormorant Garamond', serif;\n  font-style: italic;\n  font-size: 15px;\n  color: var(--gold);\n  display: block;\n  margin-bottom: 18px;\n}\n\n.book-info h3 {\n  font-family: 'Cormorant Garamond', serif;\n  font-weight: 400;\n  font-size: clamp(28px, 3.4vw, 42px);\n  color: var(--bone);\n  line-height: 1.15;\n  margin-bottom: 8px;\n}\n\n.book-info .book-subtitle {\n  font-family: 'Cormorant Garamond', serif;\n  font-style: italic;\n  font-size: 19px;\n  color: var(--text-muted-dark);\n  display: block;\n  margin-bottom: 28px;\n}\n\n.book-info p {\n  font-size: 15px;\n  color: var(--text-on-dark);\n  line-height: 1.95;\n  max-width: 56ch;\n  margin-bottom: 36px;\n}\n\n.book-link {\n  font-size: 11px;\n  font-weight: 500;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  color: var(--gold);\n  text-decoration: none;\n  border-bottom: 1px solid var(--hairline-dark);\n  padding-bottom: 5px;\n  transition: color 0.3s, border-color 0.3s;\n}\n\n.book-link:hover { color: var(--gold-light); border-color: var(--gold); }\n\n.book-link-alt {\n  margin-left: 28px;\n  color: var(--text-muted-dark);\n  border-bottom-color: transparent;\n}\n\n.book-link-alt:hover { color: var(--gold-light); border-color: var(--hairline-dark); }\n\n.book-link-alt {\n  margin-left: 28px;\n  color: var(--text-muted-dark);\n  border-color: transparent;\n}\n\n.book-link-alt:hover { color: var(--gold-light); border-color: var(--hairline-dark); }\n\n.book-link.soon {\n  color: var(--text-muted-dark);\n  border-color: transparent;\n  cursor: default;\n}\n\n\/* ---------- Free book ---------- *\/\n\n.gift {\n  background: var(--bone);\n  color: var(--text-on-light);\n  padding: 130px 6vw;\n  text-align: center;\n}\n\n.gift .eyebrow { display: block; margin-bottom: 26px; }\n\n.gift h2 {\n  font-size: clamp(32px, 4.4vw, 54px);\n  color: var(--ink);\n  max-width: 22ch;\n  margin: 0 auto 28px;\n}\n\n.gift h2 em { font-style: italic; color: var(--gold); }\n\n.gift p {\n  font-size: 15px;\n  color: var(--text-muted-light);\n  max-width: 56ch;\n  margin: 0 auto 54px;\n  line-height: 1.95;\n}\n\n.gift-form {\n  display: flex;\n  max-width: 480px;\n  margin: 0 auto;\n  border-bottom: 1px solid var(--text-on-light);\n}\n\n.gift-form input {\n  flex: 1;\n  border: none;\n  background: transparent;\n  font-family: 'Inter', sans-serif;\n  font-size: 15px;\n  font-weight: 300;\n  color: var(--text-on-light);\n  padding: 14px 4px;\n  outline: none;\n}\n\n.gift-form input::placeholder { color: var(--text-muted-light); }\n\n.gift-form button {\n  border: none;\n  background: transparent;\n  font-family: 'Inter', sans-serif;\n  font-size: 11px;\n  font-weight: 500;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  color: var(--gold);\n  cursor: pointer;\n  padding: 14px 4px;\n  transition: color 0.3s;\n}\n\n.gift-form button:hover { color: var(--ink); }\n\n.gift-note {\n  margin-top: 22px;\n  font-size: 12px;\n  color: var(--text-muted-light);\n}\n\n\/* ---------- Author ---------- *\/\n\n.author {\n  padding: 130px 6vw;\n}\n\n.author-inner {\n  max-width: 1180px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 0.85fr 1.15fr;\n  gap: 90px;\n  align-items: center;\n}\n\n.author-photo {\n  width: 100%;\n  aspect-ratio: 4\/5;\n  object-fit: cover;\n  display: block;\n  filter: grayscale(18%);\n}\n\n.author-photo-placeholder {\n  width: 100%;\n  aspect-ratio: 4\/5;\n  background: var(--ink-soft);\n  border: 1px solid var(--hairline-dark);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Cormorant Garamond', serif;\n  font-style: italic;\n  font-size: 15px;\n  color: var(--text-muted-dark);\n}\n\n.author-text .eyebrow { display: block; margin-bottom: 24px; }\n\n.author-text h2 {\n  font-size: clamp(32px, 4.2vw, 52px);\n  color: var(--bone);\n  margin-bottom: 34px;\n}\n\n.author-text h2 em { font-style: italic; color: var(--gold-light); }\n\n.author-text p {\n  font-size: 15px;\n  line-height: 2;\n  color: var(--text-on-dark);\n  margin-bottom: 22px;\n  max-width: 58ch;\n}\n\n.author-sign {\n  font-family: 'Cormorant Garamond', serif;\n  font-style: italic;\n  font-size: 22px;\n  color: var(--gold-light);\n  margin-top: 36px;\n  display: block;\n}\n\n\/* ---------- Footer ---------- *\/\n\nfooter {\n  border-top: 1px solid var(--hairline-dark);\n  padding: 70px 6vw 50px;\n}\n\n.footer-inner {\n  max-width: 1180px;\n  margin: 0 auto;\n  display: flex;\n  justify-content: space-between;\n  align-items: flex-end;\n  flex-wrap: wrap;\n  gap: 36px;\n}\n\n.footer-name {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 24px;\n  color: var(--bone);\n  margin-bottom: 10px;\n}\n\n.footer-name span { color: var(--gold); }\n\n.footer-tag {\n  font-size: 12px;\n  color: var(--text-muted-dark);\n  letter-spacing: 0.06em;\n}\n\n.footer-contact {\n  list-style: none;\n  margin-top: 28px;\n}\n\n.footer-contact li {\n  display: flex;\n  align-items: baseline;\n  gap: 18px;\n  padding: 5px 0;\n  font-size: 13px;\n}\n\n.contact-label {\n  font-size: 10px;\n  font-weight: 500;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--text-muted-dark);\n  min-width: 88px;\n}\n\n.footer-contact a {\n  color: var(--text-on-dark);\n  text-decoration: none;\n  transition: color 0.3s;\n}\n\n.footer-contact a:hover { color: var(--gold-light); }\n\n.footer-links {\n  display: flex;\n  gap: 36px;\n  list-style: none;\n}\n\n.footer-links a {\n  font-size: 11px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--text-muted-dark);\n  text-decoration: none;\n  transition: color 0.3s;\n}\n\n.footer-links a:hover { color: var(--gold-light); }\n\n.footer-copy {\n  width: 100%;\n  margin-top: 44px;\n  padding-top: 28px;\n  border-top: 1px solid rgba(245,242,236,0.07);\n  font-size: 11px;\n  letter-spacing: 0.05em;\n  color: rgba(245,242,236,0.3);\n}\n\n\/* ---------- Responsive ---------- *\/\n\n@media (max-width: 920px) {\n  .nav-links { display: none; }\n  .principle-head { grid-template-columns: 1fr; gap: 28px; }\n  .principle-grid { grid-template-columns: 1fr; }\n  .principle-item {\n    border-right: none;\n    border-bottom: 1px solid var(--hairline-light);\n    padding: 44px 0;\n  }\n  .principle-item + .principle-item { padding-left: 0; }\n  .principle-item:last-child { border-bottom: none; }\n  .book { grid-template-columns: 1fr; gap: 44px; }\n  .book-cover, .book-cover-placeholder { max-width: 280px; }\n  .author-inner { grid-template-columns: 1fr; gap: 54px; }\n  .author-photo, .author-photo-placeholder { max-width: 380px; }\n  .gift-form { flex-direction: column; border-bottom: none; }\n  .gift-form input { border-bottom: 1px solid var(--text-on-light); margin-bottom: 18px; }\n  .gift-form button { border-bottom: 1px solid var(--gold); align-self: center; }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  html { scroll-behavior: auto; }\n  * { transition: none !important; }\n}\n<\/style>\n<\/head>\n<body>\n\n<nav>\n  <a href=\"#\" class=\"nav-name\">Sky <span>Over<\/span> Ground<\/a>\n  <ul class=\"nav-links\">\n    <li><a href=\"#principle\">The Principle<\/a><\/li>\n    <li><a href=\"#books\">Books<\/a><\/li>\n    <li><a href=\"#author\">Author<\/a><\/li>\n    <li><a href=\"#contact\">Contact<\/a><\/li>\n    <li><a href=\"#gift\" class=\"nav-accent\">The Free Book<\/a><\/li>\n  <\/ul>\n<\/nav>\n\n<!-- ====================== HERO ====================== -->\n<header class=\"hero\">\n  <div class=\"eyebrow\">Ilie Borozan &nbsp;\u00b7&nbsp; Author<\/div>\n  <h1 class=\"display\">What stands at the top of a life <em>builds everything below it.<\/em><\/h1>\n  <p class=\"hero-sub\">\n    Most of what you call \"yourself\" was assembled by school, fear, and circumstance \u2014 a structure built from the ground up. These books are about the other architecture: the one that begins at the top, with the Father, and rebuilds everything beneath it.\n  <\/p>\n  <div class=\"hero-actions\">\n    <a href=\"#books\" class=\"btn btn-solid\">Explore the Books<\/a>\n    <a href=\"#gift\" class=\"btn btn-ghost\">Receive the Free Book<\/a>\n  <\/div>\n  <div class=\"hero-line\" aria-hidden=\"true\"><\/div>\n<\/header>\n\n<!-- ====================== SCRIPTURE ====================== -->\n<section class=\"scripture\">\n  <blockquote>\n    \"Do not be conformed to this world, but be transformed by the renewing of your mind.\"\n  <\/blockquote>\n  <cite>Romans 12 : 2<\/cite>\n<\/section>\n\n<!-- ====================== THE PRINCIPLE ====================== -->\n<section class=\"principle\" id=\"principle\">\n  <div class=\"principle-inner\">\n    <div class=\"principle-head\">\n      <h2 class=\"display\">What is the <em>Pyramid Principle<\/em><\/h2>\n      <p>\n        Every life has the shape of a pyramid: a small conscious apex directing a vast subconscious base. Whatever stands at the top \u2014 fear or faith, ego or God \u2014 silently builds everything below it. The question is never whether you are building. The question is what you have placed at the top.\n      <\/p>\n    <\/div>\n    <div class=\"principle-grid\">\n      <div class=\"principle-item\">\n        <span class=\"num\">I.<\/span>\n        <h3>The apex directs the base<\/h3>\n        <p>What you repeatedly think, speak, and act upon descends from the conscious mind into the subconscious \u2014 where it stops being a thought and becomes a structure. Your habits, reactions, and limits were all once instructions from the top.<\/p>\n      <\/div>\n      <div class=\"principle-item\">\n        <span class=\"num\">II.<\/span>\n        <h3>Choose Sky over Ground<\/h3>\n        <p>At every moment, two directions are open to the apex. Ground is the pull of fear, pride, and self-protection \u2014 the conditioned personality. Sky is the upward call of truth, love, and courage. Choosing Sky over Ground is not a feeling. It is a structural decision, made again each day.<\/p>\n      <\/div>\n      <div class=\"principle-item\">\n        <span class=\"num\">III.<\/span>\n        <h3>The Father at the top<\/h3>\n        <p>Affirmations fail when they are placed on top of the old structure. Renewal begins when the apex itself is surrendered \u2014 when what stands at the top of your life is no longer the ego's ceiling, but the One who said: seek first the Kingdom.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ====================== BOOKS ====================== -->\n<section class=\"books\" id=\"books\">\n  <div class=\"books-inner\">\n    <div class=\"books-head\">\n      <span class=\"eyebrow\">The Books<\/span>\n      <h2 class=\"display\">Three doors into <em>one renewal<\/em><\/h2>\n    <\/div>\n\n    <!-- BOOK ONE -->\n    <article class=\"book\">\n      <!-- IMAGE SLOT 1: Replace this div with:\n           <img decoding=\"async\" class=\"book-cover\" src=\"PASTE-BOOK-ONE-COVER-URL-HERE\" alt=\"Sky Over Ground book cover\">\n      -->\n      <img decoding=\"async\" class=\"book-cover\" src=\"\/wp-content\/uploads\/2026\/06\/IMG_8165.jpeg\" alt=\"Sky Over Ground \u2014 The Architecture of Freedom, book cover\">\n      <div class=\"book-info\">\n        <span class=\"book-no\">Book One<\/span>\n        <h3>Sky Over Ground<\/h3>\n        <span class=\"book-subtitle\">The Architecture of Freedom<\/span>\n        <p>\n          The foundation of everything. This book names the structure you are living inside \u2014 the conditioned pyramid built by years of fear and repetition \u2014 and shows, through Scripture, why no one escapes it by effort alone. Freedom has an architecture. This is its blueprint.\n        <\/p>\n        <a class=\"book-link\" href=\"https:\/\/a.co\/d\/01zW9mnG\" target=\"_blank\" rel=\"noopener\">Read on Amazon<\/a>\n        <a class=\"book-link book-link-alt\" href=\"https:\/\/books2read.com\/u\/bWDVeq\" target=\"_blank\" rel=\"noopener\">Other bookstores \u00b7 Ebook<\/a>\n      <\/div>\n    <\/article>\n\n    <!-- BOOK TWO -->\n    <article class=\"book\">\n      <!-- IMAGE SLOT 2: Replace this div with:\n           <img decoding=\"async\" class=\"book-cover\" src=\"PASTE-BOOK-TWO-COVER-URL-HERE\" alt=\"The Pyramid of Renewal book cover\">\n      -->\n      <img decoding=\"async\" class=\"book-cover\" src=\"\/wp-content\/uploads\/2026\/06\/6E53A834-AA61-4AE0-A54D-DB847A414DF9-scaled.jpeg\" alt=\"The Pyramid of Renewal, book cover\">\n      <div class=\"book-info\">\n        <span class=\"book-no\">Book Two<\/span>\n        <h3>The Pyramid of Renewal<\/h3>\n        <span class=\"book-subtitle\">A Thirty-Day Formation Manual<\/span>\n        <p>\n          Understanding is not transformation. This is the working volume \u2014 thirty days of structured practice, with a complete workbook inside, that moves the Pyramid Principle from the page into the base of your life. Not inspiration to admire, but architecture to inhabit.\n        <\/p>\n        <a class=\"book-link\" href=\"https:\/\/a.co\/d\/0g5U8EfS\" target=\"_blank\" rel=\"noopener\">Read on Amazon<\/a>\n        <a class=\"book-link book-link-alt\" href=\"https:\/\/books2read.com\/u\/bO51VE\" target=\"_blank\" rel=\"noopener\">Other bookstores \u00b7 Ebook<\/a>\n      <\/div>\n    <\/article>\n\n    <!-- BOOK THREE -->\n    <article class=\"book\">\n      <!-- IMAGE SLOT 3: When the cover is ready, replace this div with:\n           <img decoding=\"async\" class=\"book-cover\" src=\"PASTE-BOOK-THREE-COVER-URL-HERE\" alt=\"God Is My Father book cover\">\n      -->\n      <div class=\"book-cover-placeholder\">Book Three cover<br>\u2014 coming soon \u2014<\/div>\n      <div class=\"book-info\">\n        <span class=\"book-no\">Book Three \u00b7 Forthcoming<\/span>\n        <h3>God Is My Father<\/h3>\n        <span class=\"book-subtitle\">How Placing the Right Thing at the Top of Your Life Builds Everything Below It<\/span>\n        <p>\n          The deepest question is not what you must do, but whose you are. Walking with Frankl, Moses, David, and the saints, this book goes to the root of identity \u2014 the name that ends the orphan's striving and places the Father, finally, at the apex.\n        <\/p>\n        <span class=\"book-link soon\">Publishing soon on Amazon<\/span>\n      <\/div>\n    <\/article>\n\n  <\/div>\n<\/section>\n\n<!-- ====================== SCRIPTURE II ====================== -->\n<section class=\"scripture\">\n  <blockquote>\n    \"Seek first the Kingdom of God and His righteousness, and all these things shall be added to you.\"\n  <\/blockquote>\n  <cite>Matthew 6 : 33<\/cite>\n<\/section>\n\n<!-- ====================== FREE BOOK ====================== -->\n<section class=\"gift\" id=\"gift\">\n  <span class=\"eyebrow\">A Gift, Freely Given<\/span>\n  <h2 class=\"display\">The Paradox of Money \u2014 <em>yours, without cost<\/em><\/h2>\n  <p>\n    Money reveals the pyramid a person lives from more honestly than almost anything else. This short book applies the Pyramid Principle to provision, scarcity, and trust \u2014 and it will be given the way the Principle itself was received: freely. It is being finished now. Leave your address and you will be among the first to receive it the day it is released.\n  <\/p>\n  <form class=\"gift-form\" onsubmit=\"return false;\">\n    <input type=\"email\" placeholder=\"Your email address\" aria-label=\"Email address\">\n    <button type=\"submit\">Notify Me<\/button>\n  <\/form>\n  <p class=\"gift-note\">No noise, no selling of your address. You may leave at any time.<\/p>\n<\/section>\n\n<!-- ====================== AUTHOR ====================== -->\n<section class=\"author\" id=\"author\">\n  <div class=\"author-inner\">\n    <!-- IMAGE SLOT 4: Replace this div with:\n         <img decoding=\"async\" class=\"author-photo\" src=\"PASTE-AUTHOR-PHOTO-URL-HERE\" alt=\"Ilie Borozan\">\n    -->\n    <img decoding=\"async\" class=\"author-photo\" src=\"\/wp-content\/uploads\/2026\/06\/00BDE280-71C8-4475-BBD5-0BDDF12913FE-e1781118456976.jpeg\" alt=\"Ilie Borozan\">\n    <div class=\"author-text\">\n      <span class=\"eyebrow\">The Author<\/span>\n      <h2 class=\"display\">A name that was <em>a calling<\/em><\/h2>\n      <p>\n        Ilie Borozan writes from the Republic of Moldova, in the space where Scripture meets the architecture of the inner life. Both of his grandfathers carried the same name he does \u2014 Ilie, Elijah, \"God is my Father\" \u2014 and his daughter is named Elisha, after the prophet who picked up Elijah's mantle. Some inheritances are not chosen. They are answered.\n      <\/p>\n      <p>\n        As a boy he served at the altar of an Orthodox church. As a man he passed through a darkness deep enough that only prayer carried him across it. The Pyramid Principle was not invented in comfort; it was found under pressure, the way foundations always are. These books exist so that what carried him can carry others.\n      <\/p>\n      <p>\n        He writes in English and lives between three languages \u2014 Romanian, Russian, and English \u2014 which is perhaps why the books keep insisting on what no language owns: that the top of the pyramid decides everything beneath it.\n      <\/p>\n      <span class=\"author-sign\">Ilie Borozan<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ====================== FOOTER ====================== -->\n<footer id=\"contact\">\n  <div class=\"footer-inner\">\n    <div>\n      <div class=\"footer-name\">Sky <span>Over<\/span> Ground<\/div>\n      <div class=\"footer-tag\">Faith \u00b7 Transformation \u00b7 Freedom<\/div>\n      <ul class=\"footer-contact\">\n        <li><span class=\"contact-label\">Email<\/span><a href=\"mailto:ilie.borozan@skyoverground.com\">ilie.borozan@skyoverground.com<\/a><\/li>\n        <li><span class=\"contact-label\">Instagram<\/span><a href=\"https:\/\/instagram.com\/skyoverground\" target=\"_blank\" rel=\"noopener\">@skyoverground<\/a><\/li>\n        <li><span class=\"contact-label\">Facebook<\/span><a href=\"https:\/\/facebook.com\/skyoverground\" target=\"_blank\" rel=\"noopener\">Sky Over Ground<\/a><\/li>\n      <\/ul>\n    <\/div>\n    <ul class=\"footer-links\">\n      <li><a href=\"#principle\">The Principle<\/a><\/li>\n      <li><a href=\"#books\">Books<\/a><\/li>\n      <li><a href=\"#author\">Author<\/a><\/li>\n      <li><a href=\"#gift\">Free Book<\/a><\/li>\n    <\/ul>\n    <div class=\"footer-copy\">\u00a9 2026 Ilie Borozan \u00b7 Sky Over Ground \u00b7 skyoverground.com<\/div>\n  <\/div>\n<\/footer>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Sky Over Ground \u2014 Ilie Borozan Sky Over Ground The Principle Books Author Contact The Free Book Ilie Borozan &nbsp;\u00b7&nbsp; Author What stands at the top of a life builds everything below it. Most of what you call &#8220;yourself&#8221; was assembled by school, fear, and circumstance \u2014 a structure built from the ground up. These [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-21","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Sky Over Ground \u2014 Ilie Borozan | The Pyramid Principle<\/title>\n<meta name=\"description\" content=\"Sky Over Ground by Ilie Borozan \u2014 books on the Pyramid Principle: what stands at the top of a life builds everything below it. Faith, courage, renewal.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/skyoverground.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sky Over Ground \u2014 Ilie Borozan | The Pyramid Principle\" \/>\n<meta property=\"og:description\" content=\"Sky Over Ground by Ilie Borozan \u2014 books on the Pyramid Principle: what stands at the top of a life builds everything below it. Faith, courage, renewal.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skyoverground.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Sky Over Ground\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-11T06:58:22+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/skyoverground.com\\\/\",\"url\":\"https:\\\/\\\/skyoverground.com\\\/\",\"name\":\"Sky Over Ground \u2014 Ilie Borozan | The Pyramid Principle\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/skyoverground.com\\\/#website\"},\"datePublished\":\"2026-06-10T18:47:30+00:00\",\"dateModified\":\"2026-06-11T06:58:22+00:00\",\"description\":\"Sky Over Ground by Ilie Borozan \u2014 books on the Pyramid Principle: what stands at the top of a life builds everything below it. Faith, courage, renewal.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/skyoverground.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/skyoverground.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/skyoverground.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/skyoverground.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/skyoverground.com\\\/#website\",\"url\":\"https:\\\/\\\/skyoverground.com\\\/\",\"name\":\"Sky Over Ground\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/skyoverground.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sky Over Ground \u2014 Ilie Borozan | The Pyramid Principle","description":"Sky Over Ground by Ilie Borozan \u2014 books on the Pyramid Principle: what stands at the top of a life builds everything below it. Faith, courage, renewal.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/skyoverground.com\/","og_locale":"en_US","og_type":"article","og_title":"Sky Over Ground \u2014 Ilie Borozan | The Pyramid Principle","og_description":"Sky Over Ground by Ilie Borozan \u2014 books on the Pyramid Principle: what stands at the top of a life builds everything below it. Faith, courage, renewal.","og_url":"https:\/\/skyoverground.com\/","og_site_name":"Sky Over Ground","article_modified_time":"2026-06-11T06:58:22+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skyoverground.com\/","url":"https:\/\/skyoverground.com\/","name":"Sky Over Ground \u2014 Ilie Borozan | The Pyramid Principle","isPartOf":{"@id":"https:\/\/skyoverground.com\/#website"},"datePublished":"2026-06-10T18:47:30+00:00","dateModified":"2026-06-11T06:58:22+00:00","description":"Sky Over Ground by Ilie Borozan \u2014 books on the Pyramid Principle: what stands at the top of a life builds everything below it. Faith, courage, renewal.","breadcrumb":{"@id":"https:\/\/skyoverground.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skyoverground.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skyoverground.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skyoverground.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/skyoverground.com\/#website","url":"https:\/\/skyoverground.com\/","name":"Sky Over Ground","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skyoverground.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/skyoverground.com\/index.php?rest_route=\/wp\/v2\/pages\/21","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skyoverground.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/skyoverground.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/skyoverground.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/skyoverground.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=21"}],"version-history":[{"count":5,"href":"https:\/\/skyoverground.com\/index.php?rest_route=\/wp\/v2\/pages\/21\/revisions"}],"predecessor-version":[{"id":35,"href":"https:\/\/skyoverground.com\/index.php?rest_route=\/wp\/v2\/pages\/21\/revisions\/35"}],"wp:attachment":[{"href":"https:\/\/skyoverground.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=21"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}