{"product_id":"home-at-eight-journal","title":"Archive 001 Journal","description":"\u003cstyle\u003e\n\/* ==========================================\n   HOME AT EIGHT — ARCHIVE NOTES 001\n   COLLECTION CHAPTER CARD\n========================================== *\/\n\n.hae-chapter-card {\n  width: 100%;\n  box-sizing: border-box;\n  position: relative;\n  overflow: hidden;\n  display: grid;\n  grid-template-columns: 92px minmax(0, 1fr);\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n.hae-chapter-card *,\n.hae-chapter-card *::before,\n.hae-chapter-card *::after {\n  box-sizing: border-box;\n}\n\n\/* LEFT ARCHIVE PANEL *\/\n.hae-chapter-card__side {\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  min-height: 100%;\n  padding: 28px 20px;\n  border-right: 1px solid #DDD7CD;\n}\n\n.hae-chapter-card__chapter {\n  writing-mode: vertical-rl;\n  transform: rotate(180deg);\n  font-size: 10px;\n  line-height: 1;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: rgba(23, 23, 23, 0.65);\n}\n\n.hae-chapter-card__number {\n  font-size: 34px;\n  line-height: 1;\n  font-weight: 500;\n  letter-spacing: -0.05em;\n}\n\n\/* MAIN CONTENT *\/\n.hae-chapter-card__main {\n  min-width: 0;\n  padding: 32px 30px 30px;\n}\n\n\/* TOP META *\/\n.hae-chapter-card__header {\n  display: flex;\n  justify-content: space-between;\n  align-items: flex-start;\n  gap: 20px;\n  margin-bottom: 42px;\n}\n\n.hae-chapter-card__eyebrow,\n.hae-chapter-card__archive {\n  margin: 0;\n  font-size: 10px;\n  line-height: 1.4;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n}\n\n.hae-chapter-card__eyebrow {\n  color: rgba(23, 23, 23, 0.68);\n}\n\n.hae-chapter-card__archive {\n  text-align: right;\n  color: #171717;\n}\n\n\/* TITLE AREA *\/\n.hae-chapter-card__title-wrap {\n  position: relative;\n  padding-bottom: 26px;\n  margin-bottom: 26px;\n  border-bottom: 1px solid #171717;\n}\n\n.hae-chapter-card__title {\n  max-width: 650px;\n  margin: 0;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: clamp(30px, 5vw, 48px);\n  line-height: 0.98;\n  font-weight: 600;\n  letter-spacing: -0.045em;\n  text-transform: uppercase;\n}\n\n.hae-chapter-card__subtitle {\n  margin: 14px 0 0;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: rgba(23, 23, 23, 0.62);\n}\n\n\/* COPY *\/\n.hae-chapter-card__copy {\n  max-width: 720px;\n}\n\n.hae-chapter-card__text {\n  margin: 0 0 16px;\n  color: rgba(23, 23, 23, 0.84);\n  font-size: 15px;\n  line-height: 1.75;\n}\n\n.hae-chapter-card__text:last-child {\n  margin-bottom: 0;\n}\n\n\/* SPECIFICATION STRIP *\/\n.hae-chapter-card__specs {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 0;\n  margin-top: 32px;\n  border-top: 1px solid #DDD7CD;\n  border-bottom: 1px solid #DDD7CD;\n}\n\n.hae-chapter-card__spec {\n  min-width: 0;\n  padding: 16px 14px;\n  border-right: 1px solid #DDD7CD;\n}\n\n.hae-chapter-card__spec:first-child {\n  padding-left: 0;\n}\n\n.hae-chapter-card__spec:last-child {\n  border-right: 0;\n}\n\n.hae-chapter-card__spec-label {\n  display: block;\n  margin-bottom: 6px;\n  font-size: 9px;\n  line-height: 1.3;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: rgba(23, 23, 23, 0.5);\n}\n\n.hae-chapter-card__spec-value {\n  display: block;\n  font-size: 11px;\n  line-height: 1.45;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n\/* FOOTER *\/\n.hae-chapter-card__footer {\n  display: flex;\n  justify-content: space-between;\n  align-items: flex-end;\n  gap: 20px;\n  margin-top: 28px;\n  font-size: 10px;\n  line-height: 1.4;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: rgba(23, 23, 23, 0.68);\n}\n\n.hae-chapter-card__footer span:last-child {\n  text-align: right;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n  .hae-chapter-card {\n    display: block;\n  }\n\n  .hae-chapter-card__side {\n    min-height: 0;\n    flex-direction: row;\n    align-items: center;\n    padding: 16px 20px;\n    border-right: 0;\n    border-bottom: 1px solid #DDD7CD;\n  }\n\n  .hae-chapter-card__chapter {\n    writing-mode: initial;\n    transform: none;\n  }\n\n  .hae-chapter-card__number {\n    font-size: 26px;\n  }\n\n  .hae-chapter-card__main {\n    padding: 26px 20px 24px;\n  }\n\n  .hae-chapter-card__header {\n    margin-bottom: 32px;\n  }\n\n  .hae-chapter-card__title {\n    font-size: 34px;\n  }\n\n  .hae-chapter-card__text {\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .hae-chapter-card__specs {\n    grid-template-columns: 1fr;\n  }\n\n  .hae-chapter-card__spec,\n  .hae-chapter-card__spec:first-child {\n    padding: 13px 0;\n    border-right: 0;\n    border-bottom: 1px solid #DDD7CD;\n  }\n\n  .hae-chapter-card__spec:last-child {\n    border-bottom: 0;\n  }\n\n  .hae-chapter-card__footer {\n    align-items: flex-start;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .hae-chapter-card__footer span:last-child {\n    text-align: left;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hae-chapter-card\"\u003e\n\u003caside class=\"hae-chapter-card__side\"\u003e\u003cspan class=\"hae-chapter-card__chapter\"\u003eObjects Collection\u003c\/span\u003e \u003cspan class=\"hae-chapter-card__number\"\u003e01\u003c\/span\u003e\u003c\/aside\u003e\n\u003cdiv class=\"hae-chapter-card__main\"\u003e\n\u003cdiv class=\"hae-chapter-card__header\"\u003e\n\u003cp class=\"hae-chapter-card__eyebrow\"\u003eArchive Notes \/ Things Worth Keeping\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__archive\"\u003eARCHIVE 001\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__title-wrap\"\u003e\n\u003ch3 class=\"hae-chapter-card__title\"\u003eArchive \u003cmeta charset=\"utf-8\"\u003e\n\u003c\/h3\u003e\n\u003ch3 class=\"hae-chapter-card__title\"\u003e001\u003c\/h3\u003e\n\u003ch3 class=\"hae-chapter-card__title\"\u003eJOURNAL \u003c\/h3\u003e\n\u003cp class=\"hae-chapter-card__subtitle\"\u003eHome At Eight Journal \/ Objects \u0026amp; Visual Culture\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__copy\"\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eA journal for collecting the places, objects, memories and moments worth keeping.\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eDesigned as part notebook and part visual archive, Archive Notes 001 features 100 pages of dotted paper, considered reflection sections and occasional full colour Home At Eight artwork throughout.\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eCreated for writing, sketching, planning and gathering inspiration, with dedicated pages for places to return to, memories that make you smile, places and objects that make you happy, and moments that have refined you.\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eFinished with a matte paperback cover and a clean perfect-bound format, it is designed to feel more like a collectible independent publication than an everyday notebook.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__specs\"\u003e\n\u003cdiv class=\"hae-chapter-card__spec\"\u003e\n\u003cspan class=\"hae-chapter-card__spec-label\"\u003eFormat\u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003e A5 \/ 100 Pages \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__spec\"\u003e\n\u003cspan class=\"hae-chapter-card__spec-label\"\u003eInterior\u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003e Dotted \/ Full Colour \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__spec\"\u003e\n\u003cspan class=\"hae-chapter-card__spec-label\"\u003eFinish\u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003e Matte \/ Perfect Bound \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__footer\"\u003e\n\u003cspan\u003eHome At Eight — Archive 001\u003c\/span\u003e \u003cspan\u003eRefined By Moments\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"Default Title","offer_id":60298641539406,"sku":"9dg56g","price":22.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Book_Shot.png?v=1785795230","url":"https:\/\/homeateight.co.uk\/products\/home-at-eight-journal","provider":"Home at Eight","version":"1.0","type":"link"}