{"product_id":"between-cities-archive-003-tee","title":"Between Cities | Archive 003 Tee","description":"\u003cstyle\u003e\n\/* ==========================================\n   HOME AT EIGHT — 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 CHAPTER 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  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: 600px;\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\/* 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  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.4;\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\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n\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    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\u003c\/style\u003e\n\u003cdiv class=\"hae-chapter-card\"\u003e\n\u003caside class=\"hae-chapter-card__side\"\u003e\u003cspan class=\"hae-chapter-card__chapter\"\u003e Collection 01 \u003c\/span\u003e \u003cspan class=\"hae-chapter-card__number\"\u003e 01 \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\"\u003e \u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__archive\"\u003eArchive 003\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__title-wrap\"\u003e\n\u003ch3 class=\"hae-chapter-card__title\"\u003eBetween Cities\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__copy\"\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eA piece shaped by the feeling of belonging to more than one place. Between Cities draws on the connection between London and Lisbon, and the feeling of escape each time you visit one over the other.\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eThe large back artwork reworks Lisbon’s 25 de Abril Bridge into a vintage inspired travel emblem, surrounded by palms, warm sunset tones and faded blues. The graphic combines the familiarity of an old souvenir with the bolder visual language of the Archive Editions.\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eA smaller HAE Archive 003 emblem sits at the chest, creating a quieter counterpoint to the back artwork. A front-and-back piece for those whose idea of home has never belonged to just one city.\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\"\u003e Edition \u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003e Archive 003 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__spec\"\u003e\n\u003cspan class=\"hae-chapter-card__spec-label\"\u003e Fit \u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003e Oversized \/ Boxy \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__spec\"\u003e\n\u003cspan class=\"hae-chapter-card__spec-label\"\u003e Fabric \u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003e 237gsm Cotton \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__footer\"\u003e\u003cspan\u003eLondon \/ Lisbon \/ 2026\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":60312391287118,"sku":"6712231_23577","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":60312391319886,"sku":"6712231_23578","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60312391352654,"sku":"6712231_23579","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60312391385422,"sku":"6712231_23580","price":35.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Between_cities_back.png?v=1786102147","url":"https:\/\/homeateight.co.uk\/products\/between-cities-archive-003-tee","provider":"Home at Eight","version":"1.0","type":"link"}