{"id":23,"date":"2026-03-05T01:56:35","date_gmt":"2026-03-05T01:56:35","guid":{"rendered":"https:\/\/elizareilly.wpenginepowered.com\/?page_id=23"},"modified":"2026-03-21T03:07:38","modified_gmt":"2026-03-21T03:07:38","slug":"home","status":"publish","type":"page","link":"https:\/\/elizajreilly.net\/","title":{"rendered":"Home"},"content":{"rendered":"<p>\/* \u2500\u2500 ELIZA JANE REILLY \u2014 Custom CSS for Squarespace 7.1 \u2500\u2500 *\/<\/p>\n<p>\/* COLOR VARIABLES *\/<br \/>\n:root {<br \/>\n  &#8211;ink: #1a1410;<br \/>\n  &#8211;parchment: #f5f0e8;<br \/>\n  &#8211;warm-white: #faf8f3;<br \/>\n  &#8211;rust: #b5451b;<br \/>\n  &#8211;gold: #c8932a;<br \/>\n  &#8211;slate: #4a5568;<br \/>\n  &#8211;muted: #8a8070;<br \/>\n  &#8211;rule: #d4c9b0;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 GLOBAL BODY \u2500\u2500 *\/<br \/>\nbody {<br \/>\n  background-color: var(&#8211;warm-white) !important;<br \/>\n  font-family: &#8216;Libre Baskerville&#8217;, Georgia, serif !important;<br \/>\n  color: var(&#8211;ink) !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 NAVIGATION \/ HEADER \u2500\u2500 *\/<br \/>\n.header-nav,<br \/>\n.Site-header,<br \/>\nheader.Header,<br \/>\n.header {<br \/>\n  background-color: var(&#8211;ink) !important;<br \/>\n  border-bottom: 3px solid var(&#8211;rust) !important;<br \/>\n}<\/p>\n<p>\/* Nav links *\/<br \/>\n.header-nav-item a,<br \/>\n.Header-nav .nav-item a,<br \/>\nnav[data-nc-base=&#8221;header&#8221;] a,<br \/>\n.site-navigation a {<br \/>\n  font-family: &#8216;DM Sans&#8217;, sans-serif !important;<br \/>\n  font-size: 0.75rem !important;<br \/>\n  font-weight: 500 !important;<br \/>\n  text-transform: uppercase !important;<br \/>\n  letter-spacing: 0.12em !important;<br \/>\n  color: var(&#8211;parchment) !important;<br \/>\n  opacity: 0.8;<br \/>\n  transition: opacity 0.2s, color 0.2s !important;<br \/>\n}<\/p>\n<p>.header-nav-item a:hover,<br \/>\nnav[data-nc-base=&#8221;header&#8221;] a:hover {<br \/>\n  color: var(&#8211;gold) !important;<br \/>\n  opacity: 1 !important;<br \/>\n}<\/p>\n<p>\/* Site title in nav *\/<br \/>\n.site-title a,<br \/>\n.Header-branding a,<br \/>\n.header-title a {<br \/>\n  font-family: &#8216;Playfair Display&#8217;, serif !important;<br \/>\n  font-weight: 700 !important;<br \/>\n  color: var(&#8211;parchment) !important;<br \/>\n  letter-spacing: 0.03em !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 HEADINGS \u2500\u2500 *\/<br \/>\nh1, h2, h3, h4,<br \/>\n.sqsrte-large,<br \/>\n[data-rte-preserve-empty] h1,<br \/>\n[data-rte-preserve-empty] h2 {<br \/>\n  font-family: &#8216;Playfair Display&#8217;, serif !important;<br \/>\n  color: var(&#8211;ink) !important;<br \/>\n  letter-spacing: -0.01em !important;<br \/>\n  line-height: 1.15 !important;<br \/>\n}<\/p>\n<p>h1 { font-size: clamp(2.2rem, 4vw, 3.8rem) !important; font-weight: 900 !important; }<br \/>\nh2 { font-size: clamp(1.6rem, 2.5vw, 2.2rem) !important; font-weight: 700 !important; }<br \/>\nh3 { font-size: 1.25rem !important; font-weight: 700 !important; }<br \/>\nh4 { font-size: 1rem !important; font-weight: 700 !important; }<\/p>\n<p>\/* \u2500\u2500 BODY TEXT \u2500\u2500 *\/<br \/>\np, li, blockquote,<br \/>\n.sqsrte-normal {<br \/>\n  font-family: &#8216;Libre Baskerville&#8217;, Georgia, serif !important;<br \/>\n  font-size: 0.975rem !important;<br \/>\n  line-height: 1.8 !important;<br \/>\n  color: var(&#8211;slate) !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 BUTTONS \u2500\u2500 *\/<br \/>\n.sqs-block-button-element,<br \/>\n.sqsf-submit-btn,<br \/>\na.sqs-block-button-element {<br \/>\n  font-family: &#8216;DM Sans&#8217;, sans-serif !important;<br \/>\n  font-size: 0.78rem !important;<br \/>\n  font-weight: 500 !important;<br \/>\n  text-transform: uppercase !important;<br \/>\n  letter-spacing: 0.1em !important;<br \/>\n  background-color: var(&#8211;rust) !important;<br \/>\n  color: #fff !important;<br \/>\n  border: none !important;<br \/>\n  border-radius: 2px !important;<br \/>\n  padding: 0.75rem 1.75rem !important;<br \/>\n  transition: background 0.2s !important;<br \/>\n}<\/p>\n<p>.sqs-block-button-element:hover {<br \/>\n  background-color: #c94e20 !important;<br \/>\n}<\/p>\n<p>\/* Outline button variant \u2014 add class &#8220;outline-btn&#8221; to button block *\/<br \/>\n.outline-btn .sqs-block-button-element {<br \/>\n  background: transparent !important;<br \/>\n  border: 1px solid var(&#8211;ink) !important;<br \/>\n  color: var(&#8211;ink) !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 HERO \/ BANNER SECTION \u2500\u2500 *\/<br \/>\n.Index-page:first-child,<br \/>\nsection.page-section:first-of-type,<br \/>\n.sqs-layout .sqs-row:first-child {<br \/>\n  background-color: var(&#8211;ink) !important;<br \/>\n}<\/p>\n<p>\/* Hero text color override for dark backgrounds *\/<br \/>\n.Index-page:first-child h1,<br \/>\n.Index-page:first-child h2,<br \/>\n.Index-page:first-child p {<br \/>\n  color: var(&#8211;parchment) !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 SECTION BACKGROUNDS \u2500\u2500 *\/<br \/>\n\/* Alternate section backgrounds for visual rhythm *\/<br \/>\n.page-section:nth-child(even) {<br \/>\n  background-color: var(&#8211;parchment) !important;<br \/>\n}<\/p>\n<p>.page-section:nth-child(odd) {<br \/>\n  background-color: var(&#8211;warm-white) !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 BLOG CARDS \u2500\u2500 *\/<br \/>\n.BlogList-item,<br \/>\n.blog-item,<br \/>\narticle.entry {<br \/>\n  border-bottom: 1px solid var(&#8211;rule) !important;<br \/>\n  padding-bottom: 2rem !important;<br \/>\n  margin-bottom: 2rem !important;<br \/>\n}<\/p>\n<p>.BlogList-item-title,<br \/>\n.entry-title {<br \/>\n  font-family: &#8216;Playfair Display&#8217;, serif !important;<br \/>\n  font-size: 1.3rem !important;<br \/>\n  font-weight: 700 !important;<br \/>\n  color: var(&#8211;ink) !important;<br \/>\n  line-height: 1.3 !important;<br \/>\n}<\/p>\n<p>.BlogList-item-title a,<br \/>\n.entry-title a {<br \/>\n  color: var(&#8211;ink) !important;<br \/>\n  text-decoration: none !important;<br \/>\n  transition: color 0.2s !important;<br \/>\n}<\/p>\n<p>.BlogList-item-title a:hover,<br \/>\n.entry-title a:hover {<br \/>\n  color: var(&#8211;rust) !important;<br \/>\n}<\/p>\n<p>.BlogList-item-meta,<br \/>\n.entry-dateline {<br \/>\n  font-family: &#8216;DM Sans&#8217;, sans-serif !important;<br \/>\n  font-size: 0.72rem !important;<br \/>\n  color: var(&#8211;muted) !important;<br \/>\n  text-transform: uppercase !important;<br \/>\n  letter-spacing: 0.1em !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 LINKS \u2500\u2500 *\/<br \/>\na {<br \/>\n  color: var(&#8211;rust) !important;<br \/>\n  transition: color 0.2s !important;<br \/>\n}<\/p>\n<p>a:hover { color: #c94e20 !important; }<\/p>\n<p>\/* \u2500\u2500 BLOCKQUOTES \u2500\u2500 *\/<br \/>\nblockquote {<br \/>\n  font-family: &#8216;Playfair Display&#8217;, serif !important;<br \/>\n  font-style: italic !important;<br \/>\n  font-size: 1.3rem !important;<br \/>\n  line-height: 1.5 !important;<br \/>\n  color: var(&#8211;ink) !important;<br \/>\n  border-left: 3px solid var(&#8211;rust) !important;<br \/>\n  padding-left: 1.5rem !important;<br \/>\n  margin: 2rem 0 !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 DIVIDERS \/ RULES \u2500\u2500 *\/<br \/>\nhr, .sqs-block-horizontalrule hr {<br \/>\n  border-color: var(&#8211;rule) !important;<br \/>\n  border-width: 1px !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 FOOTER \u2500\u2500 *\/<br \/>\nfooter, .Footer, .site-footer {<br \/>\n  background-color: var(&#8211;ink) !important;<br \/>\n  color: var(&#8211;parchment) !important;<br \/>\n  border-top: 3px solid var(&#8211;rust) !important;<br \/>\n}<\/p>\n<p>footer p, footer a,<br \/>\n.Footer p, .Footer a {<br \/>\n  font-family: &#8216;DM Sans&#8217;, sans-serif !important;<br \/>\n  font-size: 0.78rem !important;<br \/>\n  color: rgba(245,240,232,0.55) !important;<br \/>\n}<\/p>\n<p>footer a:hover, .Footer a:hover {<br \/>\n  color: var(&#8211;gold) !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 FORM FIELDS \u2500\u2500 *\/<br \/>\ninput[type=&#8221;text&#8221;],<br \/>\ninput[type=&#8221;email&#8221;],<br \/>\ntextarea {<br \/>\n  font-family: &#8216;Libre Baskerville&#8217;, serif !important;<br \/>\n  border: 1px solid var(&#8211;rule) !important;<br \/>\n  border-radius: 2px !important;<br \/>\n  padding: 0.75rem 1rem !important;<br \/>\n  background: var(&#8211;warm-white) !important;<br \/>\n  color: var(&#8211;ink) !important;<br \/>\n}<\/p>\n<p>input:focus, textarea:focus {<br \/>\n  border-color: var(&#8211;gold) !important;<br \/>\n  outline: none !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 IMAGE BLOCKS \u2500\u2500 *\/<br \/>\n.sqs-block-image img {<br \/>\n  border-radius: 2px !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 SPACING REFINEMENTS \u2500\u2500 *\/<br \/>\n.sqs-layout .sqs-row {<br \/>\n  padding-top: 3rem !important;<br \/>\n  padding-bottom: 3rem !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 CATEGORY \/ TAG LABELS \u2500\u2500 *\/<br \/>\n.blog-category,<br \/>\n.entry-category a,<br \/>\n.tag-item a {<br \/>\n  font-family: &#8216;DM Sans&#8217;, sans-serif !important;<br \/>\n  font-size: 0.65rem !important;<br \/>\n  font-weight: 500 !important;<br \/>\n  text-transform: uppercase !important;<br \/>\n  letter-spacing: 0.18em !important;<br \/>\n  color: var(&#8211;rust) !important;<br \/>\n  background: rgba(181,69,27,0.08) !important;<br \/>\n  padding: 0.2rem 0.6rem !important;<br \/>\n  border-radius: 2px !important;<br \/>\n  text-decoration: none !important;<br \/>\n}<\/p>\n<p>\/* \u2500\u2500 MOBILE REFINEMENTS \u2500\u2500 *\/<br \/>\n@media (max-width: 767px) {<br \/>\n  h1 { font-size: 2.2rem !important; }<br \/>\n  h2 { font-size: 1.6rem !important; }<br \/>\n  .sqs-layout .sqs-row { padding-top: 2rem !important; padding-bottom: 2rem !important; }<br \/>\n}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\/* \u2500\u2500 ELIZA JANE REILLY \u2014 Custom CSS for Squarespace 7.1 \u2500\u2500 *\/ \/* COLOR VARIABLES *\/ :root { &#8211;ink: #1a1410; &#8211;parchment: #f5f0e8; &#8211;warm-white: #faf8f3; &#8211;rust: #b5451b; &#8211;gold: #c8932a; &#8211;slate:\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-23","page","type-page","status-publish","hentry"],"featured_image_src":null,"featured_image_src_square":null,"_links":{"self":[{"href":"https:\/\/elizajreilly.net\/index.php?rest_route=\/wp\/v2\/pages\/23","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elizajreilly.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elizajreilly.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elizajreilly.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elizajreilly.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=23"}],"version-history":[{"count":0,"href":"https:\/\/elizajreilly.net\/index.php?rest_route=\/wp\/v2\/pages\/23\/revisions"}],"wp:attachment":[{"href":"https:\/\/elizajreilly.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}