{"id":6,"date":"2026-07-05T01:57:44","date_gmt":"2026-07-05T01:57:44","guid":{"rendered":"https:\/\/thaumapress.com\/?page_id=6"},"modified":"2026-07-05T01:57:44","modified_gmt":"2026-07-05T01:57:44","slug":"6-2","status":"publish","type":"page","link":"https:\/\/thaumapress.com\/","title":{"rendered":""},"content":{"rendered":"\n\n<!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>Thauma Press<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&#038;family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,500;1,8..60,400&#038;family=Inter:wght@400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --paper:      #FFFFFF;\n    --ink:        #171613;\n    --ink-soft:   #57544C;\n    --gold:       #9C7A2E;\n    --rule:       #E4E0D6;\n    --panel:      #FAF9F6;\n    --max: 640px;\n  }\n\n  *{ box-sizing:border-box; }\n  html{ scroll-behavior:smooth; }\n  @media (prefers-reduced-motion: reduce){\n    html{ scroll-behavior:auto; }\n    *{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; }\n  }\n\n  body{\n    margin:0;\n    background:var(--paper);\n    color:var(--ink);\n    font-family:'Source Serif 4', serif;\n    font-weight:400;\n    line-height:1.65;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  section{\n    max-width:var(--max);\n    margin:0 auto;\n    padding:5.5rem 1.5rem;\n  }\n\n  .eyebrow{\n    font-family:'Inter', sans-serif;\n    font-size:0.68rem;\n    letter-spacing:0.22em;\n    text-transform:uppercase;\n    color:var(--gold);\n    font-weight:500;\n    margin:0 0 1.1rem;\n  }\n\n  h1,h2{\n    font-family:'Fraunces', serif;\n    font-weight:500;\n    color:var(--ink);\n    margin:0;\n  }\n\n  \/* ---------- Divider: hairline rule + gold thread ---------- *\/\n  .divider{\n    max-width:var(--max);\n    margin:0 auto;\n    padding:0 1.5rem;\n  }\n  .divider .line{\n    height:1px;\n    background:var(--rule);\n    position:relative;\n  }\n  .divider .line::after{\n    content:\"\";\n    position:absolute;\n    top:-1px; left:50%;\n    transform:translateX(-50%);\n    width:56px; height:3px;\n    background-image:repeating-linear-gradient(to right, var(--gold) 0 5px, transparent 5px 9px);\n  }\n\n  \/* ---------- Hero ---------- *\/\n  .hero{\n    text-align:center;\n    padding-top:7rem;\n    padding-bottom:4rem;\n  }\n  .hero .logo{\n    height:64px;\n    width:auto;\n    margin-bottom:2.6rem;\n  }\n  .hero h1{\n    font-size:clamp(2.6rem, 7vw, 4.1rem);\n    letter-spacing:-0.015em;\n    margin-bottom:1.5rem;\n  }\n  .hero p.sub{\n    font-family:'Source Serif 4', serif;\n    font-style:italic;\n    font-size:1.15rem;\n    color:var(--ink-soft);\n    max-width:30ch;\n    margin:0 auto;\n  }\n\n  \/* ---------- About ---------- *\/\n  .about{ text-align:center; }\n  .about p{\n    font-size:1.08rem;\n    color:var(--ink-soft);\n  }\n  .about p + p{ margin-top:1.1rem; }\n  .about strong{ color:var(--ink); font-weight:500; }\n\n  footer{\n    text-align:center;\n    padding:3rem 1.5rem 3.5rem;\n  }\n  footer .mark{\n    font-family:'Fraunces', serif;\n    font-style:italic;\n    font-size:0.9rem;\n    color:var(--ink-soft);\n  }\n  footer .fine{\n    font-family:'Inter', sans-serif;\n    font-size:0.65rem;\n    letter-spacing:0.1em;\n    text-transform:uppercase;\n    color:var(--rule);\n    margin-top:0.5rem;\n  }\n\n  .reveal{\n    opacity:0;\n    transform:translateY(14px);\n    transition:opacity 0.7s ease, transform 0.7s ease;\n  }\n  .reveal.in{ opacity:1; transform:translateY(0); }\n<\/style>\n<\/head>\n<body>\n\n<main>\n\n  <section class=\"hero reveal\">\n    <img decoding=\"async\" src=\"https:\/\/thaumapress.com\/wp-content\/uploads\/2026\/07\/thauma-press-logo.jpg\" alt=\"Thauma Press\" class=\"logo\">\n    <h1>Wonder, given form.<\/h1>\n    <p class=\"sub\">An imprint for writing that comes from the register where language and the sacred meet.<\/p>\n  <\/section>\n\n  <div class=\"divider\" aria-hidden=\"true\"><div class=\"line\"><\/div><\/div>\n\n  <section class=\"about reveal\">\n    <p class=\"eyebrow\">The Press<\/p>\n    <p><em>Thauma<\/em> means wonder \u2014 not the startled kind, the kind that stays. <strong>Thauma Press<\/strong> exists for a narrow shelf of books: work that trusts a reader to arrive at meaning rather than being delivered to it.<\/p>\n    <p>No catalog to move through. One book at a time, held to the same standard.<\/p>\n  <\/section>\n\n  <footer>\n    <p class=\"mark\">Thauma Press<\/p>\n    <p class=\"fine\">Wonder, given form<\/p>\n  <\/footer>\n\n<\/main>\n\n<script>\n  const items = document.querySelectorAll('.reveal');\n  if ('IntersectionObserver' in window) {\n    const io = new IntersectionObserver((entries) => {\n      entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('in'); io.unobserve(e.target); } });\n    }, { threshold: 0.15 });\n    items.forEach(el => io.observe(el));\n  } else {\n    items.forEach(el => el.classList.add('in'));\n  }\n<\/script>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Thauma Press Wonder, given form. An imprint for writing that comes from the register where language and the sacred meet. The Press Thauma means wonder \u2014 not the startled kind, the kind that stays. Thauma Press exists for a narrow shelf of books: work that trusts a reader to arrive at meaning rather than being [&hellip;]<\/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-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/thaumapress.com\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thaumapress.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thaumapress.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thaumapress.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thaumapress.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":1,"href":"https:\/\/thaumapress.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":9,"href":"https:\/\/thaumapress.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/9"}],"wp:attachment":[{"href":"https:\/\/thaumapress.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}