{"id":8996,"date":"2026-05-06T21:35:29","date_gmt":"2026-05-06T19:35:29","guid":{"rendered":"https:\/\/noterad.com\/?page_id=8996"},"modified":"2026-05-06T21:48:06","modified_gmt":"2026-05-06T19:48:06","slug":"home","status":"publish","type":"page","link":"https:\/\/noterad.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!--\n=====================================================================\nNOTERAD ONE-PAGE  \u00b7  WORDPRESS DROP-IN  (v3, real images + prices)\n=====================================================================\nBooks in order: Breathwork (8974) - Menopause (8950) - Ukraine Travel\n(8963) - Meeting Ukraine (8969). Vines & Vats removed for now.\nLayout is full-bleed: breaks out of WP container to span the viewport.\n=====================================================================\n-->\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@300;400;500;600;700&display=swap');\n\n\/* FULL-BLEED: break out of The Hanger's content container so the page\n   actually goes edge-to-edge of the viewport. *\/\n#noterad-page {\n  --np-bg:        #faf7f2;\n  --np-bg-soft:   #f3eee5;\n  --np-ink:       #1a1a1a;\n  --np-ink-soft:  #4a4a4a;\n  --np-line:      #d9d2c4;\n  --np-accent:    #b04a2f;\n  --np-accent-d:  #7a3320;\n  --np-paper:     #ffffff;\n  --np-shadow:      0 30px 60px -30px rgba(40, 25, 15, 0.25);\n  --np-shadow-soft: 0 10px 30px -15px rgba(40, 25, 15, 0.15);\n  --np-serif: 'Cormorant Garamond', Georgia, serif;\n  --np-sans:  'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n\n  position: relative;\n  width: 100vw;\n  margin-left: calc(50% - 50vw);\n  margin-right: calc(50% - 50vw);\n  max-width: 100vw;\n\n  background: var(--np-bg);\n  color: var(--np-ink);\n  font-family: var(--np-sans);\n  line-height: 1.6;\n  overflow-x: hidden;\n}\n#noterad-page * { box-sizing: border-box; }\n#noterad-page h1, #noterad-page h2, #noterad-page h3 {\n  font-family: var(--np-serif); font-weight: 500; line-height: 1.15;\n  letter-spacing: -0.01em; margin: 0; color: var(--np-ink);\n}\n#noterad-page p { color: var(--np-ink-soft); margin: 0; }\n#noterad-page a { color: inherit; text-decoration: none; transition: color 0.2s; }\n#noterad-page section { padding: 4rem 1.5rem; max-width: 1300px; margin: 0 auto; }\n\n#noterad-page .np-eyebrow {\n  font-size: 0.7rem; letter-spacing: 0.35em;\n  text-transform: uppercase; color: var(--np-accent);\n  margin-bottom: 0.9rem; font-weight: 500;\n}\n\n\/* HERO *\/\n#noterad-page .np-hero {\n  text-align: center; padding: 4rem 1.5rem 3rem;\n  position: relative; overflow: hidden;\n}\n#noterad-page .np-hero h1 { font-size: clamp(2rem, 6vw, 4.4rem); margin-bottom: 1.2rem; }\n#noterad-page .np-hero h1 em { color: var(--np-accent); font-style: italic; }\n#noterad-page .np-hero .np-sub {\n  font-size: 1rem; max-width: 560px; margin: 0 auto 1.8rem;\n}\n#noterad-page .np-hero .np-cta { display: flex; gap: 0.7rem; justify-content: center; flex-wrap: wrap; }\n\n\/* Floating books background *\/\n#noterad-page .np-floating { position: absolute; inset: 0; pointer-events: none; z-index: 0; }\n#noterad-page .np-floating span {\n  position: absolute; width: 60px; height: 80px; border-radius: 4px;\n  box-shadow: var(--np-shadow); opacity: 0;\n  transform: translateY(24px) rotate(var(--r, 0deg));\n  animation:\n    npBookEnter 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards,\n    npBookFloat 14s ease-in-out 1.8s infinite;\n}\n#noterad-page .np-floating span:nth-child(1){top:14%;left:6%;background:linear-gradient(135deg,#b04a2f,#7a3320);--r:-12deg}\n#noterad-page .np-floating span:nth-child(2){top:62%;left:10%;background:linear-gradient(135deg,#3a4a3a,#1f2e1f);--r:8deg;animation-delay:.55s,1.95s}\n#noterad-page .np-floating span:nth-child(3){top:20%;right:8%;background:linear-gradient(135deg,#c4a578,#8b7245);--r:15deg;animation-delay:.7s,2.1s}\n#noterad-page .np-floating span:nth-child(4){top:68%;right:6%;background:linear-gradient(135deg,#4a3a52,#2e1f3a);--r:-8deg;animation-delay:.85s,2.25s}\n#noterad-page .np-hero > *:not(.np-floating) { position: relative; z-index: 1; }\n@keyframes npBookEnter { from{opacity:0;transform:translateY(24px) rotate(var(--r,0deg))} to{opacity:.25;transform:translateY(0) rotate(var(--r,0deg))} }\n@keyframes npBookFloat { 0%,100%{opacity:.25;transform:translateY(0) rotate(var(--r,0deg))} 50%{opacity:.25;transform:translateY(-22px) rotate(var(--r,0deg))} }\n@media (prefers-reduced-motion: reduce) { #noterad-page .np-floating span { animation: npBookEnter .6s ease-out forwards; } }\n\n\/* BUTTONS *\/\n#noterad-page .np-btn {\n  display: inline-block; padding: 0.85rem 1.6rem; border-radius: 999px;\n  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;\n  font-weight: 500; cursor: pointer; border: none;\n  transition: all 0.3s; text-decoration: none;\n}\n#noterad-page .np-btn-primary { background: var(--np-ink); color: var(--np-bg); }\n#noterad-page .np-btn-primary:hover { background: var(--np-accent); transform: translateY(-2px); box-shadow: var(--np-shadow-soft); }\n#noterad-page .np-btn-outline { background: transparent; border: 1px solid var(--np-ink); color: var(--np-ink); }\n#noterad-page .np-btn-outline:hover { background: var(--np-ink); color: var(--np-bg); }\n\n\/* SECTION HEADERS *\/\n#noterad-page .np-section-header { text-align: center; max-width: 600px; margin: 0 auto 2.5rem; }\n#noterad-page .np-section-header h2 { font-size: clamp(1.7rem, 4vw, 3rem); }\n#noterad-page .np-section-header p  { margin-top: 0.7rem; font-size: 0.98rem; }\n\n\/* BOOKS GRID *\/\n#noterad-page .np-books-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n  gap: 1.4rem;\n}\n#noterad-page .np-book {\n  background: var(--np-paper); border-radius: 8px; overflow: hidden;\n  box-shadow: var(--np-shadow-soft);\n  transition: transform 0.4s, box-shadow 0.4s;\n  display: flex; flex-direction: column;\n}\n#noterad-page .np-book:hover { transform: translateY(-6px); box-shadow: var(--np-shadow); }\n#noterad-page .np-cover-img {\n  width: 100%; aspect-ratio: 3 \/ 4;\n  object-fit: cover; object-position: center;\n  display: block; background: var(--np-bg-soft);\n}\n#noterad-page .np-info { padding: 1.2rem 1.3rem 1.4rem; flex: 1; display: flex; flex-direction: column; }\n#noterad-page .np-tag { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--np-accent); margin-bottom: 0.4rem; }\n#noterad-page .np-info h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }\n#noterad-page .np-info p  { font-size: 0.9rem; flex: 1; margin-bottom: 1rem; }\n#noterad-page .np-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--np-line); padding-top: 0.9rem; gap: 0.5rem; }\n#noterad-page .np-price { font-family: var(--np-serif); font-size: 1.25rem; font-weight: 500; }\n#noterad-page .np-was { color: var(--np-ink-soft); font-size: 0.65em; margin-right: 0.35em; text-decoration: line-through; font-weight: 400; }\n#noterad-page .np-add {\n  background: transparent; border: 1px solid var(--np-ink); color: var(--np-ink);\n  padding: 0.5rem 0.9rem; border-radius: 999px; font-size: 0.7rem;\n  letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500;\n  cursor: pointer; transition: all 0.25s; text-decoration: none;\n  display: inline-block; white-space: nowrap;\n}\n#noterad-page .np-add:hover { background: var(--np-ink); color: var(--np-bg); }\n\n\/* MOBILE: horizontal compact cards *\/\n@media (max-width: 640px) {\n  #noterad-page section { padding: 2.5rem 0.9rem; }\n  #noterad-page .np-hero { padding: 3rem 1rem 2rem; }\n  #noterad-page .np-books-grid { gap: 0.9rem; grid-template-columns: 1fr; }\n\n  #noterad-page .np-book { flex-direction: row; align-items: stretch; }\n  #noterad-page .np-cover-img {\n    flex: 0 0 110px; width: 110px; aspect-ratio: 3\/4;\n  }\n  #noterad-page .np-info { padding: 0.9rem 1rem; }\n  #noterad-page .np-info h3 { font-size: 1.05rem; line-height: 1.2; margin-bottom: 0.3rem; }\n  #noterad-page .np-tag { font-size: 0.6rem; margin-bottom: 0.3rem; letter-spacing: 0.18em; }\n  #noterad-page .np-info p  {\n    font-size: 0.82rem; line-height: 1.45; margin-bottom: 0.7rem;\n    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;\n  }\n  #noterad-page .np-foot { padding-top: 0.6rem; }\n  #noterad-page .np-price { font-size: 1.05rem; }\n  #noterad-page .np-add { padding: 0.4rem 0.75rem; font-size: 0.62rem; }\n  #noterad-page .np-floating span { width: 45px; height: 60px; }\n}\n\n\/* ABOUT *\/\n#noterad-page .np-about {\n  background: var(--np-bg-soft); max-width: 100%; padding: 4rem 1.5rem;\n}\n#noterad-page .np-about-inner {\n  max-width: 1200px; margin: 0 auto;\n  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;\n}\n#noterad-page .np-quote {\n  aspect-ratio: 4\/5; padding: 2.5rem; border-radius: 8px;\n  background: linear-gradient(135deg, var(--np-accent), var(--np-accent-d));\n  position: relative; overflow: hidden; box-shadow: var(--np-shadow);\n  display: flex; align-items: flex-end; color: white;\n}\n#noterad-page .np-quote::before {\n  content: '\"'; position: absolute; top: -3rem; left: 1rem;\n  font-family: var(--np-serif); font-size: 18rem;\n  color: rgba(255,255,255,0.12); line-height: 1; pointer-events: none;\n}\n#noterad-page .np-quote .np-quote-text {\n  position: relative; z-index: 1;\n  font-family: var(--np-serif); font-size: 1.3rem; font-style: italic; line-height: 1.4;\n}\n#noterad-page .np-quote .np-quote-attr {\n  display: block; margin-top: 1rem;\n  font-family: var(--np-sans); font-size: 0.7rem;\n  font-style: normal; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.85;\n}\n#noterad-page .np-about-text h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); margin-bottom: 1rem; }\n#noterad-page .np-about-text p { margin-bottom: 0.9rem; font-size: 0.98rem; }\n#noterad-page .np-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; margin-top: 1.6rem; }\n#noterad-page .np-stat .num { font-family: var(--np-serif); font-size: 1.9rem; font-weight: 500; color: var(--np-accent); display: block; line-height: 1; }\n#noterad-page .np-stat .lbl { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--np-ink-soft); margin-top: 0.4rem; display: block; }\n@media (max-width: 800px) {\n  #noterad-page .np-about-inner { grid-template-columns: 1fr; gap: 1.5rem; }\n  #noterad-page .np-quote {\n    aspect-ratio: auto; padding: 1.5rem 1.4rem; align-items: flex-start;\n  }\n  #noterad-page .np-quote::before { display: none; }\n  #noterad-page .np-quote .np-quote-text { font-size: 1rem; line-height: 1.45; }\n  #noterad-page .np-quote .np-quote-attr { font-size: 0.65rem; margin-top: 0.7rem; }\n}\n\n\/* CONTACT *\/\n#noterad-page .np-contact-inner { max-width: 600px; margin: 0 auto; text-align: center; }\n#noterad-page .np-contact-info { margin-top: 2rem; }\n#noterad-page .np-contact-info .label { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--np-ink-soft); margin-bottom: 0.4rem; }\n#noterad-page .np-contact-info .value { font-family: var(--np-serif); font-size: 1.2rem; }\n#noterad-page .np-contact-info a { color: var(--np-ink); }\n#noterad-page .np-contact-info a:hover { color: var(--np-accent); }\n\n\/* REVEAL *\/\n#noterad-page .np-reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }\n#noterad-page .np-reveal.np-visible { opacity: 1; transform: translateY(0); }\n<\/style>\n\n<div id=\"noterad-page\">\n\n  <!-- ========== HERO ========== -->\n  <section class=\"np-hero\" id=\"top\">\n    <div class=\"np-floating\" aria-hidden=\"true\">\n      <span><\/span><span><\/span><span><\/span><span><\/span>\n    <\/div>\n    <div class=\"np-eyebrow\">A library by Noterad<\/div>\n    <h1>Ideas worth <em>carrying<\/em> in your pocket.<\/h1>\n    <p class=\"np-sub\">Honest, well-researched e-books on the things that actually shape our lives. Health, travel, the body, the mind. Read on any device. Yours forever.<\/p>\n    <div class=\"np-cta\">\n      <a href=\"#books\" class=\"np-btn np-btn-primary\">Browse the library<\/a>\n      <a href=\"#about\" class=\"np-btn np-btn-outline\">Our story<\/a>\n    <\/div>\n  <\/section>\n\n  <!-- ========== BOOKS ========== -->\n  <section id=\"books\">\n    <div class=\"np-section-header np-reveal\">\n      <div class=\"np-eyebrow\">The Library<\/div>\n      <h2>Four guides. One quiet shelf.<\/h2>\n      <p>Buy any e-book once and read it forever. Each title is delivered as a downloadable PDF after checkout.<\/p>\n    <\/div>\n\n    <div class=\"np-books-grid\">\n\n      <!-- BOOK 1  \u00b7  ID 8974  \u00b7  Ultimate Breathwork Guide -->\n      <article class=\"np-book np-reveal\">\n        <img decoding=\"async\" src=\"https:\/\/noterad.com\/wp-content\/uploads\/2026\/05\/product_mockup_transparent.png\" class=\"np-cover-img\" alt=\"The Ultimate Breathwork Guide\">\n        <div class=\"np-info\">\n          <div class=\"np-tag\">Wellness &middot; 103 pages<\/div>\n          <h3>The Ultimate Breathwork Guide<\/h3>\n          <p>A working manual for 15 breathwork practices, from Box Breathing to Kundalini and the Wim Hof Method, with the neuroscience and safety notes behind each one. No incense required.<\/p>\n          <div class=\"np-foot\">\n            <span class=\"np-price\"><s class=\"np-was\">$79.99<\/s>$39.99<\/span>\n            <a href=\"?add-to-cart=8974\" class=\"np-add\">Add to cart<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- BOOK 2  \u00b7  ID 8950  \u00b7  Perimenopause &amp; Menopause Survival Bundle -->\n      <article class=\"np-book np-reveal\">\n        <img decoding=\"async\" src=\"https:\/\/noterad.com\/wp-content\/uploads\/2026\/04\/Screenshot-2026-04-28-at-18.48.20.png\" class=\"np-cover-img\" alt=\"The Perimenopause and Menopause Survival Bundle\">\n        <div class=\"np-info\">\n          <div class=\"np-tag\">Health &middot; Hormones<\/div>\n          <h3>The Perimenopause &amp; Menopause Survival Bundle<\/h3>\n          <p>An evidence-based companion for women in their forties and fifties, covering hormone therapy, daily habits, and the symptoms no one warns you about. Real information, not a sixty-euro adaptogenic powder.<\/p>\n          <div class=\"np-foot\">\n            <span class=\"np-price\"><s class=\"np-was\">$77<\/s>$27<\/span>\n            <a href=\"?add-to-cart=8950\" class=\"np-add\">Add to cart<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- BOOK 3  \u00b7  ID 8963  \u00b7  Ukraine Companion -->\n      <article class=\"np-book np-reveal\">\n        <img decoding=\"async\" src=\"https:\/\/noterad.com\/wp-content\/uploads\/2026\/05\/frontpage_girl.png\" class=\"np-cover-img\" alt=\"Ukraine Companion\">\n        <div class=\"np-info\">\n          <div class=\"np-tag\">Travel &middot; Eastern Europe<\/div>\n          <h3>Ukraine Companion &middot; A Country Worth Knowing<\/h3>\n          <p>A practical companion for visiting Ukraine in 2026, covering trains, visas, curfew, and which caf&eacute;s and restaurants are still worth your time. Curated rather than comprehensive.<\/p>\n          <div class=\"np-foot\">\n            <span class=\"np-price\"><s class=\"np-was\">$77<\/s>$39<\/span>\n            <a href=\"?add-to-cart=8963\" class=\"np-add\">Add to cart<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- BOOK 4  \u00b7  ID 8969  \u00b7  Meeting Ukraine -->\n      <article class=\"np-book np-reveal\">\n        <img decoding=\"async\" src=\"https:\/\/noterad.com\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-May-2-2026-05_55_15-PM.png\" class=\"np-cover-img\" alt=\"Meeting Ukraine, A Dating Companion\">\n        <div class=\"np-info\">\n          <div class=\"np-tag\">Relationships &middot; 71 pages<\/div>\n          <h3>Meeting Ukraine &middot; A Dating Companion<\/h3>\n          <p>A grown-up companion to dating in Ukraine in 2026, covering how the war has reshaped social life, where people actually meet, and how the scam economy works. Practical chapters on Kyiv, Lviv, and Odesa.<\/p>\n          <div class=\"np-foot\">\n            <span class=\"np-price\">$29<\/span>\n            <a href=\"?add-to-cart=8969\" class=\"np-add\">Add to cart<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n    <\/div>\n  <\/section>\n\n  <!-- ========== ABOUT ========== -->\n  <section class=\"np-about\" id=\"about\">\n    <div class=\"np-about-inner\">\n      <div class=\"np-quote np-reveal\">\n        <div class=\"np-quote-text\">\n          Books short enough to finish, honest enough to trust. The kind worth a quiet evening.\n          <span class=\"np-quote-attr\">The Noterad team<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"np-about-text np-reveal\">\n        <div class=\"np-eyebrow\">About Noterad<\/div>\n        <h2>A small press for ideas that don&rsquo;t fit a blog post.<\/h2>\n        <p>Noterad publishes carefully researched e-books on the topics most people Google badly: health, travel, the body, the mind. Every title is edited, fact-checked, and short enough to actually finish.<\/p>\n        <p>Some books on this shelf are commissioned by Noterad. Others are by independent authors whose work deserves a wider audience. The standard is the same either way: honest, readable, and worth a quiet evening.<\/p>\n        <div class=\"np-stats\">\n          <div class=\"np-stat\"><span class=\"num\">4<\/span><span class=\"lbl\">Titles<\/span><\/div>\n          <div class=\"np-stat\"><span class=\"num\">2026<\/span><span class=\"lbl\">Founded<\/span><\/div>\n          <div class=\"np-stat\"><span class=\"num\">PDF<\/span><span class=\"lbl\">Format<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ========== CONTACT ========== -->\n  <section id=\"contact\">\n    <div class=\"np-contact-inner\">\n      <div class=\"np-section-header np-reveal\" style=\"margin-bottom: 1.5rem;\">\n        <div class=\"np-eyebrow\">Get in touch<\/div>\n        <h2>Questions, feedback, or a book idea?<\/h2>\n        <p>We read every message and reply within two working days.<\/p>\n      <\/div>\n      <div class=\"np-contact-info np-reveal\">\n        <div class=\"label\">Email<\/div>\n        <div class=\"value\"><a href=\"mailto:info@noterad.com\">info@noterad.com<\/a><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n\n<script>\n(function(){\n  var io = new IntersectionObserver(function(entries){\n    entries.forEach(function(e){ if (e.isIntersecting) e.target.classList.add('np-visible'); });\n  }, { threshold: 0.12 });\n  document.querySelectorAll('#noterad-page .np-reveal').forEach(function(el){ io.observe(el); });\n\n  document.querySelectorAll('#noterad-page a[href^=\"#\"]').forEach(function(a){\n    a.addEventListener('click', function(e){\n      var id = a.getAttribute('href').slice(1);\n      var t = document.getElementById(id);\n      if (t) { e.preventDefault(); t.scrollIntoView({ behavior: 'smooth', block: 'start' }); }\n    });\n  });\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>A library by Noterad Ideas worth carrying in your pocket. Honest, well-researched e-books on the things that actually shape our\u2026<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8996","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/noterad.com\/index.php\/wp-json\/wp\/v2\/pages\/8996","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/noterad.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/noterad.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/noterad.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/noterad.com\/index.php\/wp-json\/wp\/v2\/comments?post=8996"}],"version-history":[{"count":2,"href":"https:\/\/noterad.com\/index.php\/wp-json\/wp\/v2\/pages\/8996\/revisions"}],"predecessor-version":[{"id":9002,"href":"https:\/\/noterad.com\/index.php\/wp-json\/wp\/v2\/pages\/8996\/revisions\/9002"}],"wp:attachment":[{"href":"https:\/\/noterad.com\/index.php\/wp-json\/wp\/v2\/media?parent=8996"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}