{"id":8,"date":"2026-03-12T19:55:54","date_gmt":"2026-03-12T19:55:54","guid":{"rendered":"https:\/\/slowburncandles.store\/?page_id=8"},"modified":"2026-03-19T21:10:19","modified_gmt":"2026-03-19T21:10:19","slug":"homepage","status":"publish","type":"page","link":"https:\/\/slowburncandles.store\/","title":{"rendered":"Homepage"},"content":{"rendered":"\n<div class=\"slow-burn-nuclear-wrap\">\n  <div class=\"slow-burn-hero-container\">\n    <div class=\"candle-scene\" id=\"candle-main\">\n      <img decoding=\"async\" src=\"https:\/\/slowburncandles.store\/wp-content\/uploads\/2026\/03\/keeping_everything_else_the_sa_Nano_Banana_Pro_24630-scaled.jpg\" class=\"base-candle-img\" alt=\"Slow Burn Candles\">\n\n      <div class=\"video-container\">\n        <video class=\"flame-layer\" id=\"vid-1\" src=\"https:\/\/slowburncandles.store\/wp-content\/uploads\/2026\/03\/keeping_everything_else_the_sa_Kling_30__97369.mp4\" muted playsinline webkit-playsinline><\/video>\n        <video class=\"flame-layer\" id=\"vid-2\" src=\"https:\/\/slowburncandles.store\/wp-content\/uploads\/2026\/03\/keeping_everything_else_the_sa_Kling_30__97369.mp4\" muted playsinline webkit-playsinline><\/video>\n        <video class=\"flame-layer\" id=\"vid-3\" src=\"https:\/\/slowburncandles.store\/wp-content\/uploads\/2026\/03\/keeping_everything_else_the_sa_Kling_30__97369.mp4\" muted playsinline webkit-playsinline><\/video>\n      <\/div>\n\n      <div class=\"wick-trigger\" id=\"w1\" style=\"top: 25%; left: 25%; width: 18%; height: 25%;\"><\/div>\n      <div class=\"wick-trigger\" id=\"w2\" style=\"top: 10%; left: 41%; width: 18%; height: 25%;\"><\/div>\n      <div class=\"wick-trigger\" id=\"w3\" style=\"top: 15%; left: 66%; width: 18%; height: 25%;\"><\/div>\n    <\/div>\n  <\/div>\n\n  <section class=\"featured-grid-wrapper\">\n    <div class=\"grid-container\">\n      <div class=\"product-card\">\n        <div class=\"product-image-hold\">\n          <img decoding=\"async\" src=\"https:\/\/slowburncandles.store\/wp-content\/uploads\/2026\/03\/coffe_candle-1.png\" alt=\"Sweet and Coffee\">\n          <div class=\"product-overlay\"><a href=\"\/?product_cat=sweet\" class=\"shop-btn\">Explore<\/a><\/div>\n        <\/div>\n        <div class=\"product-info\"><h3>Sweet &#038; Coffee<\/h3><p>Your favorite treats.<\/p><\/div>\n      <\/div>\n      \n      <div class=\"product-card center-card\">\n        <div class=\"product-image-hold\">\n          <img decoding=\"async\" src=\"https:\/\/slowburncandles.store\/wp-content\/uploads\/2026\/03\/sangria-night-1.jpg\" alt=\"Night and Cocktails\">\n          <div class=\"product-overlay\"><a href=\"\/?product_cat=cocktails\" class=\"shop-btn\">Explore<\/a><\/div>\n        <\/div>\n        <div class=\"product-info\"><h3>Night &#038; Cocktails<\/h3><p>A quiet evening.<\/p><\/div>\n      <\/div>\n      \n      <div class=\"product-card\">\n        <div class=\"product-image-hold\">\n          <img decoding=\"async\" src=\"https:\/\/slowburncandles.store\/wp-content\/uploads\/2026\/03\/container_candle-1.jpg\" alt=\"Molded Stone\">\n          <div class=\"product-overlay\"><a href=\"\/?product_cat=molded\" class=\"shop-btn\">Explore<\/a><\/div>\n        <\/div>\n        <div class=\"product-info\"><h3>Molded Stone<\/h3><p>Hand-poured concrete.<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n\n<style>\n\/* --- 1. CORE STABILITY --- *\/\nhtml { scrollbar-gutter: stable; overflow-x: hidden; }\nbody { margin: 0; padding: 0; overflow-x: hidden; width: 100%; -webkit-font-smoothing: antialiased; }\n\n.slow-burn-nuclear-wrap {\n  position: relative;\n  width: 100vw !important;\n  left: 50% !important;\n  transform: translateX(-50%) !important;\n  background: #dbd6d2;\n  cursor: url('https:\/\/slowburncandles.store\/wp-content\/uploads\/2026\/03\/flame-e1773424650270.png') 8 8, auto !important;\n  \/* Locking the container to GPU *\/\n  transform-style: preserve-3d;\n  backface-visibility: hidden;\n}\n\n\/* --- 2. IMAGE LOCK --- *\/\n.base-candle-img {\n  width: 100% !important;\n  height: auto;\n  display: block;\n  max-width: none !important;\n  \/* Prevent 'snap-back' when layers disappear *\/\n  transform: translateZ(0);\n  will-change: transform;\n}\n\n.candle-scene {\n  position: relative;\n  width: 100%;\n  line-height: 0;\n}\n\n.slow-burn-hero-container {\n  width: 100%;\n  overflow: hidden;\n  line-height: 0;\n}\n\n\/* --- 3. FLAME LAYERS (Anti-Fade-Snap) --- *\/\n.video-container { \n  position: absolute; top: 0; left: 0; width: 100%; height: 100%; \n  pointer-events: none; \n}\n\n.flame-layer { \n  position: absolute; top: 0; left: 0; width: 100%; height: 100%; \n  object-fit: fill; \n  \/* Crucial: Keeping the layer 'alive' at 0.001 opacity so it never unloads from the GPU *\/\n  opacity: 0.001; \n  transition: opacity 0.6s ease-in-out;\n  pointer-events: none;\n  \/* Keep hardware acceleration active permanently *\/\n  transform: translateZ(0);\n  will-change: opacity, transform;\n}\n\n.is-lit { \n  opacity: 1 !important; \n}\n\n\/* --- 4. GRID --- *\/\n.featured-grid-wrapper {\n  margin-top: -5vw; \n  padding-bottom: 80px;\n  position: relative;\n  z-index: 10;\n  cursor: default;\n}\n\n.grid-container {\n  max-width: 1100px;\n  margin: 0 auto !important;\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 30px;\n  padding: 0 20px;\n}\n\n\/* Masks *\/\n#vid-1 { -webkit-mask-image: linear-gradient(to right, black 30%, transparent 35%); }\n#vid-2 { -webkit-mask-image: linear-gradient(to right, transparent 35%, black 40%, black 60%, transparent 65%); }\n#vid-3 { -webkit-mask-image: linear-gradient(to left, black 30%, transparent 35%); }\n\n.wick-trigger { position: absolute; z-index: 5; background: transparent; }\n\n\/* --- 5. CARDS --- *\/\n.product-card {\n  background: #ffffff;\n  padding: 15px;\n  box-shadow: 0 15px 45px rgba(0,0,0,0.07);\n  transition: transform 0.6s ease;\n}\n.product-card:hover { transform: translateY(-10px); }\n.center-card { margin-top: -30px; }\n.product-image-hold { position: relative; overflow: hidden; aspect-ratio: 3\/4; }\n.product-image-hold img { width: 100%; height: 100%; object-fit: cover; }\n.product-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.8); display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.3s; }\n.product-card:hover .product-overlay { opacity: 1; }\n.shop-btn { padding: 10px 20px; border: 1px solid #000; color: #000; text-decoration: none; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; }\n.product-info { padding: 20px 10px; text-align: center; font-family: 'Playfair Display', serif; }\n\n@media (max-width: 768px) {\n  .slow-burn-nuclear-wrap { width: 100% !important; left: 0 !important; transform: none !important; }\n  .featured-grid-wrapper { margin-top: -40px; }\n  .grid-container { grid-template-columns: 1fr; }\n  .center-card { margin-top: 0; }\n  .wick-trigger { display: none; }\n  .flame-layer { opacity: 1 !important; }\n}\n<\/style>\n\n<script>\n  const vids = document.querySelectorAll('.flame-layer');\n  const isMobile = window.innerWidth <= 768;\n  const startVideos = () => { vids.forEach(v => { v.muted = true; v.play().catch(() => {}); }); };\n\n  vids.forEach((vid, index) => {\n    vid.addEventListener('timeupdate', function() {\n      if (this.currentTime > this.duration - 0.4) { this.currentTime = 0.1; this.play(); }\n    });\n    if (isMobile) {\n      startVideos();\n      window.addEventListener('touchstart', startVideos, { once: true });\n      window.addEventListener('scroll', startVideos, { once: true });\n    } else {\n      const trigger = document.getElementById('w' + (index + 1));\n      let timer;\n      if (index === 1) { \n        setTimeout(() => {\n          vid.classList.add('is-lit'); vid.play();\n          setTimeout(() => { if (!trigger.matches(':hover')) vid.classList.remove('is-lit'); }, 2500);\n        }, 1500);\n      }\n      trigger.addEventListener('mouseenter', () => { clearTimeout(timer); vid.classList.add('is-lit'); vid.play(); });\n      trigger.addEventListener('mouseleave', () => { timer = setTimeout(() => { vid.classList.remove('is-lit'); }, 4000); });\n    }\n  });\n<\/script>\n\n\n\n<section class=\"brand-values-section\">\n  <div class=\"values-container\">\n    <div class=\"values-header\">\n      <span class=\"sub-label\">The Slow Burn Difference<\/span>\n      <h2>Crafted with intention<\/h2>\n      <div class=\"accent-line\"><\/div>\n    <\/div>\n\n    <div class=\"values-grid\">\n      <div class=\"value-item\">\n        <span class=\"value-number\">01<\/span>\n        <h4>Hand-Cast Artistry<\/h4>\n        <p>Every vessel is poured by hand in our Greek studio. From the marbling of the concrete to the clarity of the pour, no two pieces are ever identical.<\/p>\n      <\/div>\n\n      <div class=\"value-item\">\n        <span class=\"value-number\">02<\/span>\n        <h4>Gel &#038; Soy Blends<\/h4>\n        <p>We work with high-clarity gel wax and natural soy to create unique textures and a superior scent throw that lasts until the very last burn.<\/p>\n      <\/div>\n\n      <div class=\"value-item\">\n        <span class=\"value-number\">03<\/span>\n        <h4>Atmospheric Burn<\/h4>\n        <p>Whether it\u2019s the soothing crackle of a natural wood wick or the steady, elegant flame of high-grade cotton, we design for a multisensory experience.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n.brand-values-section {\n  \/* Reduced top padding from 120px to 40px for a tighter transition *\/\n  padding: 0px 20px 120px 20px;\n  background: transparent; \n  text-align: center;\n}\n\n.values-container {\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.values-header {\n  margin-bottom: 60px; \/* Slightly tighter header space *\/\n}\n\n.sub-label {\n  display: block;\n  text-transform: uppercase;\n  letter-spacing: 4px;\n  font-size: 11px;\n  color: #888;\n  margin-bottom: 15px;\n}\n\n.values-header h2 {\n  font-family: 'Playfair Display', serif;\n  font-weight: 400;\n  font-size: clamp(32px, 5vw, 48px);\n  color: #111;\n  margin: 0;\n}\n\n.accent-line {\n  width: 40px;\n  height: 1px;\n  background: #222;\n  margin: 30px auto 0;\n}\n\n.values-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 60px;\n  text-align: left;\n}\n\n.value-item {\n  position: relative;\n}\n\n.value-number {\n  font-family: 'Playfair Display', serif;\n  font-size: 14px;\n  font-style: italic;\n  color: #bbb;\n  display: block;\n  margin-bottom: 15px;\n}\n\n.value-item h4 {\n  font-family: 'Playfair Display', serif;\n  font-weight: 400;\n  font-size: 18px;\n  margin-bottom: 15px;\n  color: #111;\n  letter-spacing: 0.5px;\n}\n\n.value-item p {\n  font-size: 14px;\n  line-height: 1.8;\n  color: #555;\n  font-weight: 300;\n}\n\n@media (max-width: 768px) {\n  .brand-values-section { padding: 40px 20px 80px 20px; }\n  .values-grid { grid-template-columns: 1fr; gap: 40px; }\n  .values-header { margin-bottom: 50px; }\n  .values-header h2 { font-size: 30px; }\n  .value-item { text-align: center; }\n  .accent-line { margin: 20px auto; }\n}\n<\/style>\n\n\n\n<section class=\"repurpose-section\">\n  <div class=\"repurpose-container\">\n    <div class=\"repurpose-content\">\n      <div class=\"text-side\">\n        <span class=\"sub-label\">Sustainability in Stone<\/span>\n        <h2>Life after the burn<\/h2>\n        <p>Our commitment to the &#8220;slow burn&#8221; extends beyond the wax. Once your candle has finished its journey, the hand-cast concrete vessel is designed to stay with you.<\/p>\n        \n        <ul class=\"usage-list\">\n          <li><strong>Artisanal Planter:<\/strong> Perfect for succulents or small cacti.<\/li>\n          <li><strong>Studio Organization:<\/strong> A heavy, textured home for brushes or pens.<\/li>\n          <li><strong>Minimalist Decor:<\/strong> A timeless sculptural piece for your shelving.<\/li>\n        <\/ul>\n\n        <div class=\"accent-line-left\"><\/div>\n      <\/div>\n      \n      <div class=\"image-side\">\n        <div class=\"repurpose-image-wrapper\">\n          <img decoding=\"async\" src=\"https:\/\/slowburncandles.store\/wp-content\/uploads\/2026\/03\/container_candle.jpg\" alt=\"Repurposed Concrete Vessel\">\n          <div class=\"image-caption\">The Molded Stone vessel, repurposed.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n.repurpose-section {\n  padding: 1px 20px 120px 20px;\n  background: transparent;\n}\n\n.repurpose-container {\n  max-width: 1100px;\n  margin: 0 auto;\n}\n\n.repurpose-content {\n  display: flex;\n  align-items: center;\n  gap: 80px;\n}\n\n.text-side {\n  flex: 1;\n  text-align: left;\n}\n\n.image-side {\n  flex: 1;\n}\n\n.repurpose-section h2 {\n  font-family: 'Playfair Display', serif;\n  font-weight: 400;\n  font-size: clamp(32px, 4vw, 42px);\n  color: #111;\n  margin: 10px 0 25px 0;\n}\n\n.repurpose-section p {\n  font-size: 16px;\n  line-height: 1.8;\n  color: #555;\n  margin-bottom: 30px;\n}\n\n.usage-list {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 40px 0;\n}\n\n.usage-list li {\n  font-size: 14px;\n  color: #444;\n  margin-bottom: 15px;\n  padding-left: 20px;\n  position: relative;\n}\n\n.usage-list li::before {\n  content: \"\u2014\";\n  position: absolute;\n  left: 0;\n  color: #bbb;\n}\n\n.usage-list li strong {\n  color: #111;\n  font-weight: 500;\n  font-family: 'Playfair Display', serif;\n  font-size: 16px;\n  display: block;\n}\n\n.accent-line-left {\n  width: 60px;\n  height: 1px;\n  background: #222;\n}\n\n.repurpose-image-wrapper {\n  position: relative;\n  padding: 20px;\n  border: 1px solid rgba(0,0,0,0.05);\n}\n\n.repurpose-image-wrapper img {\n  width: 100%;\n  height: auto;\n  display: block;\n  filter: grayscale(20%);\n}\n\n.image-caption {\n  font-family: 'Playfair Display', serif;\n  font-style: italic;\n  font-size: 13px;\n  color: #888;\n  margin-top: 15px;\n  text-align: right;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .repurpose-content { flex-direction: column-reverse; gap: 50px; }\n  .text-side { text-align: center; }\n  .accent-line-left { margin: 0 auto; }\n  .usage-list { text-align: left; display: inline-block; }\n}\n<\/style>\n\n\n\n<section class=\"footer-connection\">\n  <div class=\"social-preview\">\n    <div class=\"insta-header\">\n      <span class=\"sub-label\">Follow the Journey<\/span>\n      <h3>@slowburncandles.store<\/h3>\n    <\/div>\n    <div class=\"insta-row\">\n      <div class=\"insta-img\"><img decoding=\"async\" src=\"https:\/\/slowburncandles.store\/wp-content\/uploads\/2026\/03\/coffe_candle-1.png\" alt=\"Slow Burn Moment\"><\/div>\n      <div class=\"insta-img\"><img decoding=\"async\" src=\"https:\/\/slowburncandles.store\/wp-content\/uploads\/2026\/03\/sangria-night-1.jpg\" alt=\"Slow Burn Moment\"><\/div>\n      <div class=\"insta-img\"><img decoding=\"async\" src=\"https:\/\/slowburncandles.store\/wp-content\/uploads\/2026\/03\/container_candle-1.jpg\" alt=\"Slow Burn Moment\"><\/div>\n      <div class=\"insta-img\" id=\"mobile-hide\"><img decoding=\"async\" src=\"https:\/\/slowburncandles.store\/wp-content\/uploads\/2026\/03\/keeping_everything_else_the_sa_Nano_Banana_Pro_24630-scaled.jpg\" alt=\"Slow Burn Moment\"><\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"newsletter-wrap\">\n    <div class=\"newsletter-container\">\n      <h4>Stay in the Glow<\/h4>\n      <p>Subscribe for exclusive access to new drops and 10% off your first order.<\/p>\n      <form class=\"newsletter-form\">\n        <input type=\"email\" placeholder=\"YOUR EMAIL ADDRESS\" aria-label=\"Email\">\n        <button type=\"submit\">JOIN<\/button>\n      <\/form>\n    <\/div>\n  <\/div>\n\n<\/section>\n\n<style>\n.footer-connection {\n  padding: 80px 0 40px 0;\n  background: #dbd6d2; \n  border-top: 1px solid rgba(0,0,0,0.03);\n}\n\n\/* Instagram Row *\/\n.social-preview {\n  max-width: 1200px;\n  margin: 0 auto 80px auto;\n  padding: 0 20px;\n}\n\n.insta-header {\n  text-align: center;\n  margin-bottom: 40px;\n}\n\n.insta-header .sub-label {\n  display: block;\n  text-transform: uppercase;\n  letter-spacing: 4px;\n  font-size: 11px;\n  color: #666;\n  margin-bottom: 10px;\n}\n\n.insta-header h3 {\n  font-family: 'Playfair Display', serif;\n  font-weight: 400;\n  font-size: 24px;\n  margin-top: 5px;\n  letter-spacing: 1px;\n  color: #111;\n}\n\n.insta-row {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 15px;\n}\n\n.insta-img {\n  aspect-ratio: 1\/1;\n  overflow: hidden;\n  background: rgba(0,0,0,0.05);\n}\n\n.insta-img img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  filter: saturate(0.8);\n  transition: transform 0.8s ease;\n}\n\n.insta-img:hover img {\n  transform: scale(1.05);\n}\n\n\/* Newsletter Section *\/\n.newsletter-wrap {\n  padding: 80px 20px;\n  background: #dbd0cb;\n  text-align: center;\n  border-top: 1px solid rgba(0,0,0,0.03);\n  border-bottom: 1px solid rgba(0,0,0,0.03);\n}\n\n.newsletter-container h4 {\n  font-family: 'Playfair Display', serif;\n  font-size: 28px;\n  font-weight: 400;\n  margin-bottom: 10px;\n  color: #111;\n}\n\n.newsletter-container p {\n  font-size: 14px;\n  color: #444;\n  margin-bottom: 30px;\n}\n\n.newsletter-form {\n  display: flex;\n  max-width: 450px;\n  margin: 0 auto;\n  border-bottom: 1px solid #111;\n  background: transparent !important;\n}\n\n.newsletter-form input {\n  flex: 1;\n  border: none;\n  padding: 15px 0;\n  font-size: 12px;\n  letter-spacing: 2px;\n  outline: none;\n  background: transparent !important;\n  color: #111;\n  box-shadow: none;\n}\n\n\/* Fix for browser autofill colors *\/\n.newsletter-form input:-webkit-autofill,\n.newsletter-form input:-webkit-autofill:hover, \n.newsletter-form input:-webkit-autofill:focus {\n  -webkit-box-shadow: 0 0 0px 1000px #dbd0cb inset !important;\n  -webkit-text-fill-color: #111 !important;\n  transition: background-color 5000s ease-in-out 0s;\n}\n\n.newsletter-form input::placeholder {\n  color: rgba(0,0,0,0.5);\n}\n\n.newsletter-form button {\n  background: transparent;\n  border: none;\n  padding: 0 0 0 20px;\n  font-size: 11px;\n  letter-spacing: 3px;\n  font-weight: 700;\n  cursor: pointer;\n  transition: opacity 0.3s;\n  color: #111;\n}\n\n.newsletter-form button:hover {\n  opacity: 0.5;\n}\n\n\/* Bottom Legal *\/\n.bottom-legal {\n  padding-top: 40px;\n  text-align: center;\n  font-size: 10px;\n  letter-spacing: 2px;\n  color: #777;\n}\n\n@media (max-width: 768px) {\n  .insta-row { grid-template-columns: repeat(3, 1fr); }\n  #mobile-hide { display: none; }\n  .newsletter-wrap { padding: 60px 20px; }\n  .newsletter-container h4 { font-size: 24px; }\n}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Explore Sweet &#038; Coffee Your favorite treats. Explore Night &#038; Cocktails A quiet evening. Explore Molded Stone Hand-poured concrete. The Slow Burn Difference Crafted with intention 01 Hand-Cast Artistry Every vessel is poured by hand in our Greek studio. From the marbling of the concrete to the clarity of the pour, no two pieces are [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width-no-title.php","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"blocksy_meta":{"page_structure_type":"type-4","styles_descriptor":{"styles":{"desktop":"[data-prefix=\"single_page\"] [class*=\"ct-container\"] > article[class*=\"post\"] {--has-boxed:var(--false);--has-wide:var(--true);}","tablet":"","mobile":""},"google_fonts":[],"version":6},"content_style_source":"custom"},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/slowburncandles.store\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/slowburncandles.store\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/slowburncandles.store\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/slowburncandles.store\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/slowburncandles.store\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":128,"href":"https:\/\/slowburncandles.store\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":293,"href":"https:\/\/slowburncandles.store\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/293"}],"wp:attachment":[{"href":"https:\/\/slowburncandles.store\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}