
{"id":4483,"date":"2026-05-08T07:09:15","date_gmt":"2026-05-08T01:39:15","guid":{"rendered":"https:\/\/www.zonora.com\/life\/?p=4483"},"modified":"2026-05-08T07:09:15","modified_gmt":"2026-05-08T01:39:15","slug":"the-note-the-universe-keeps-coming-back-to","status":"publish","type":"post","link":"https:\/\/www.zonora.com\/life\/2026\/05\/08\/the-note-the-universe-keeps-coming-back-to\/","title":{"rendered":"The Note the Universe Keeps Coming Back To"},"content":{"rendered":"\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<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=Jost:wght@300;400;500&display=swap');\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --deep: #0d1117;\n    --surface: #111820;\n    --card: #161e28;\n    --glow: #22d9b5;\n    --gold: #d4a84b;\n    --soft: #8ecfc4;\n    --text: #d8e8e4;\n    --muted: #6a8f8a;\n    --rule: #1e2d38;\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    background: var(--deep);\n    color: var(--text);\n    font-family: 'Cormorant Garamond', Georgia, serif;\n    font-size: 20px;\n    line-height: 1.85;\n    font-weight: 300;\n    min-height: 100vh;\n    position: relative;\n    overflow-x: hidden;\n  }\n\n  \/* Ambient background glow *\/\n  body::before {\n    content: '';\n    position: fixed;\n    top: -20%;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 700px;\n    height: 700px;\n    background: radial-gradient(ellipse, rgba(34,217,181,0.07) 0%, transparent 70%);\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  body::after {\n    content: '';\n    position: fixed;\n    bottom: -10%;\n    right: -10%;\n    width: 500px;\n    height: 500px;\n    background: radial-gradient(ellipse, rgba(212,168,75,0.05) 0%, transparent 65%);\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  \/* Noise texture *\/\n  .noise {\n    position: fixed;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='250' height='250'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='250' height='250' filter='url(%23n)' opacity='0.03'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    z-index: 999;\n  }\n\n  .wrapper {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 70px 44px 110px;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* Animated frequency ring *\/\n  .freq-ring {\n    display: flex;\n    justify-content: center;\n    margin-bottom: 40px;\n    animation: fadeIn 1s ease both;\n  }\n\n  .ring-svg {\n    width: 90px;\n    height: 90px;\n    opacity: 0.85;\n  }\n\n  @keyframes rotateSlow {\n    from { transform: rotate(0deg); }\n    to   { transform: rotate(360deg); }\n  }\n  @keyframes pulse {\n    0%, 100% { opacity: 0.6; transform: scale(1); }\n    50%       { opacity: 1;   transform: scale(1.04); }\n  }\n\n  \/* Header *\/\n  header {\n    text-align: center;\n    padding-bottom: 52px;\n    border-bottom: 1px solid var(--rule);\n    margin-bottom: 60px;\n    animation: fadeSlideUp 0.9s ease both;\n  }\n\n  .label {\n    font-family: 'Jost', sans-serif;\n    font-size: 10.5px;\n    font-weight: 500;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: var(--glow);\n    margin-bottom: 22px;\n    display: block;\n  }\n\n  h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(2.4rem, 5.5vw, 3.7rem);\n    font-weight: 700;\n    line-height: 1.08;\n    color: #e8f4f2;\n    letter-spacing: -0.01em;\n    margin-bottom: 22px;\n  }\n\n  h1 .hz {\n    color: var(--glow);\n    font-style: italic;\n  }\n\n  .subtitle {\n    font-size: 1.05rem;\n    color: var(--muted);\n    font-style: italic;\n    font-weight: 300;\n    max-width: 520px;\n    margin: 0 auto 30px;\n    line-height: 1.65;\n  }\n\n  .byline {\n    font-family: 'Jost', sans-serif;\n    font-size: 0.72rem;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--muted);\n  }\n\n  .byline span { color: var(--gold); }\n\n  \/* Drop cap *\/\n  .article-body > p:first-child::first-letter {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 5.8em;\n    font-weight: 700;\n    float: left;\n    line-height: 0.75;\n    padding-right: 14px;\n    padding-top: 10px;\n    color: var(--glow);\n  }\n\n  \/* Body *\/\n  .article-body {\n    animation: fadeSlideUp 1.1s 0.2s ease both;\n  }\n\n  .article-body p {\n    margin-bottom: 1.7em;\n  }\n\n  .article-body p.lead {\n    font-size: 1.2rem;\n    font-weight: 400;\n    color: #c0dbd6;\n    line-height: 1.78;\n  }\n\n  \/* Section heading *\/\n  .section-head {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.5rem;\n    font-weight: 600;\n    color: #e0f0ec;\n    margin: 62px 0 20px;\n    line-height: 1.3;\n    letter-spacing: 0.01em;\n  }\n\n  \/* Pull quote *\/\n  .pull-quote {\n    position: relative;\n    margin: 52px 0;\n    padding: 28px 36px;\n    background: var(--card);\n    border-left: 3px solid var(--glow);\n    border-radius: 0 6px 6px 0;\n  }\n\n  .pull-quote::before {\n    content: '\\201C';\n    position: absolute;\n    top: -18px;\n    left: 28px;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 5rem;\n    color: var(--glow);\n    opacity: 0.25;\n    line-height: 1;\n  }\n\n  .pull-quote p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.38rem;\n    font-style: italic;\n    line-height: 1.6;\n    color: #c8e4df;\n    margin: 0 !important;\n    font-weight: 400;\n  }\n\n  \/* Fact box *\/\n  .fact-box {\n    background: linear-gradient(135deg, #131c24, #0f1a22);\n    border: 1px solid #1e3040;\n    border-top: 2px solid var(--gold);\n    border-radius: 4px;\n    padding: 28px 32px;\n    margin: 48px 0;\n  }\n\n  .fact-box .fact-label {\n    font-family: 'Jost', sans-serif;\n    font-size: 9.5px;\n    letter-spacing: 0.26em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 14px;\n    display: block;\n  }\n\n  .fact-box p {\n    font-size: 0.95rem;\n    color: #a0c0bb;\n    line-height: 1.75;\n    margin-bottom: 0.8em !important;\n  }\n\n  .fact-box p:last-child { margin-bottom: 0 !important; }\n\n  \/* Ornament *\/\n  .ornament {\n    text-align: center;\n    margin: 52px 0;\n    color: var(--muted);\n    font-size: 1.1rem;\n    letter-spacing: 0.5em;\n    opacity: 0.5;\n    user-select: none;\n  }\n\n  strong { font-weight: 600; color: #e0f0ec; }\n  em { font-style: italic; color: #b0d4ce; }\n\n  \/* Footer *\/\n  footer {\n    margin-top: 80px;\n    padding-top: 28px;\n    border-top: 1px solid var(--rule);\n    text-align: center;\n    font-family: 'Jost', sans-serif;\n    font-size: 0.72rem;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--muted);\n    animation: fadeSlideUp 1.3s 0.4s ease both;\n  }\n\n  @keyframes fadeSlideUp {\n    from { opacity: 0; transform: translateY(24px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes fadeIn {\n    from { opacity: 0; } to { opacity: 1; }\n  }\n\n  @media (max-width: 600px) {\n    .wrapper { padding: 40px 20px 70px; }\n    .pull-quote { padding: 22px 22px; }\n    .fact-box { padding: 22px 20px; }\n  }\n<\/style>\n<\/head>\n<body>\n<div class=\"noise\"><\/div>\n<div class=\"wrapper\">\n\n  <div class=\"freq-ring\">\n    <svg class=\"ring-svg\" viewBox=\"0 0 90 90\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n      <circle cx=\"45\" cy=\"45\" r=\"38\" stroke=\"#22d9b5\" stroke-width=\"0.8\" stroke-dasharray=\"4 6\" style=\"animation: rotateSlow 18s linear infinite; transform-origin: 45px 45px;\"\/>\n      <circle cx=\"45\" cy=\"45\" r=\"28\" stroke=\"#d4a84b\" stroke-width=\"0.6\" stroke-dasharray=\"2 8\" style=\"animation: rotateSlow 12s linear infinite reverse; transform-origin: 45px 45px;\"\/>\n      <circle cx=\"45\" cy=\"45\" r=\"16\" stroke=\"#22d9b5\" stroke-width=\"1\" opacity=\"0.4\" style=\"animation: pulse 3s ease-in-out infinite;\"\/>\n      <text x=\"45\" y=\"50\" text-anchor=\"middle\" font-family=\"Cormorant Garamond, serif\" font-size=\"13\" font-weight=\"600\" fill=\"#22d9b5\">528<\/text>\n    <\/svg>\n  <\/div>\n\n  <header>\n    <span class=\"label\">Sound &amp; Frequency<\/span>\n    <h1>The Note the Universe<br>Keeps <span class=\"hz\">Coming Back To<\/span><\/h1>\n    <p class=\"subtitle\">Why 528 Hz has captivated scientists, mystics, musicians, and everyone quietly searching for something they can&#8217;t quite name.<\/p>\n    <div class=\"byline\">An exploration &nbsp;<span>\u00b7<\/span>&nbsp; May 2026<\/div>\n  <\/header>\n\n  <article class=\"article-body\">\n\n    <p class=\"lead\">There&#8217;s a frequency that shows up everywhere once you start looking for it. In the biochemistry of DNA repair. In the buzzing of bees. In the tuning systems of ancient cultures that had no way of comparing notes with each other. In the work of a jazz pianist who stumbled into it by accident and never went back. 528 Hz. The so-called Love Frequency. The Miracle Tone. Whatever you want to call it, it has accumulated a devoted following that cuts across every boundary you&#8217;d expect \u2014 scientists and mystics, nurses and music producers, people who meditate and people who&#8217;d laugh at anyone who meditates.<\/p>\n\n    <p>I&#8217;ll be honest about where I started with this: mildly skeptical and genuinely curious. Not the contemptuous kind of skepticism that has already decided, but the kind that actually wants to find out. What I found was more layered, more interesting, and more unresolved than either the believers or the debunkers tend to let on.<\/p>\n\n    <p class=\"section-head\">First, What Even Is a Frequency?<\/p>\n\n    <p>Sound is vibration. That&#8217;s not poetry \u2014 it&#8217;s physics. When something moves back and forth rapidly, it disturbs the air around it, and those disturbances travel outward as waves. The number of times per second those waves complete a full cycle is the frequency, measured in Hertz. 528 Hz means the wave completes 528 cycles every second. Middle C on a standard piano is around 261 Hz. An ambulance siren might hit 700 Hz. A dog whistle goes well above 20,000 Hz, which is why humans can&#8217;t hear it.<\/p>\n\n    <p>So 528 Hz lands in a perfectly audible, perfectly ordinary range \u2014 about the frequency of a C note slightly sharp of the C you&#8217;d find in the fourth octave of a standard piano. Nothing about that sounds miraculous on paper. And yet the claims attached to this particular frequency are anything but ordinary.<\/p>\n\n    <div class=\"ornament\">\u00b7 \u00b7 \u00b7<\/div>\n\n    <p class=\"section-head\">The Solfeggio Connection<\/p>\n\n    <p>The story people most often tell about 528 Hz starts with the Solfeggio frequencies \u2014 a set of six tones that certain researchers claim were embedded in ancient Gregorian chants. The monk who supposedly preserved them was Guido of Arezzo, an 11th-century music theorist who did genuinely develop an early form of musical notation and a system for teaching singers using syllable names. The leap from his actual work to a hidden set of healing frequencies involves a great deal of numerological interpretation that mainstream musicology does not endorse.<\/p>\n\n    <p>That said, the number 528 keeps appearing in contexts that don&#8217;t obviously involve anyone trying to sell you anything. Biochemists researching DNA behavior have noted that certain cellular repair processes involve molecular vibrations in this frequency range. Chlorophyll, the molecule that makes plants green and allows photosynthesis to occur, absorbs light at wavelengths that correspond, when converted, to frequencies near 528 Hz. This is the kind of convergence that makes scientists uneasy \u2014 not because it&#8217;s impossible, but because the conversions involve different physical phenomena that don&#8217;t straightforwardly compare, and because pattern recognition is something the human brain does whether or not the pattern is meaningful.<\/p>\n\n    <div class=\"pull-quote\">\n      <p>We are remarkably good at finding significance in numbers that recur. Whether 528 is a universal constant or a compelling coincidence is a question that depends entirely on how rigorously you ask it.<\/p>\n    <\/div>\n\n    <p>Dr. Leonard Horowitz is probably the name most associated with popularizing 528 Hz in modern wellness culture. A Harvard-trained public health researcher turned independent investigator, he has written extensively about what he calls the &#8220;MegaHz&#8221; and its relationship to what he terms LOVE. His work sits in complicated territory \u2014 he is not a crank in the simple sense, but he has also made claims that go well beyond what peer-reviewed research supports. The devotion he inspires in his readers is real; the evidence base for his more specific claims is thinner than his presentation suggests.<\/p>\n\n    <p class=\"section-head\">What the Research Actually Says<\/p>\n\n    <p>Here&#8217;s where it gets genuinely interesting, and genuinely incomplete. There is a body of peer-reviewed research \u2014 small, methodologically limited, but real \u2014 examining the effects of specific sound frequencies on biological systems.<\/p>\n\n    <p>A 2018 study published in the Journal of Addiction Research and Therapy found that participants who listened to 528 Hz music for five minutes showed statistically significant reductions in cortisol levels compared to a control group, along with reduced anxiety scores. The sample size was modest. The mechanism was not established. But the effect was measurable and it was replicated in a follow-up. That&#8217;s not proof of a miracle \u2014 it&#8217;s a data point worth taking seriously.<\/p>\n\n    <div class=\"fact-box\">\n      <span class=\"fact-label\">What the science has and hasn&#8217;t established<\/span>\n      <p>Several small studies have found measurable physiological responses to 528 Hz exposure \u2014 reduced cortisol, reduced autonomic arousal, and in one in vitro study, some effect on ethanol-damaged cell cultures. These findings are preliminary and limited. What has not been established is whether 528 Hz is uniquely special among all frequencies, whether it repairs DNA in living humans, or whether the mechanism involves anything beyond standard relaxation response to pleasant sound.<\/p>\n      <p>The honest summary: there is something here worth studying further, and the current evidence is not remotely sufficient to support the sweeping claims made by some in the wellness community.<\/p>\n    <\/div>\n\n    <p>The DNA repair claim is the one you hear most often, and it deserves direct attention. The claim originates partly from research on molecular vibrations and partly from theoretical work suggesting that cellular DNA resonates at frequencies in this range under certain conditions. What has not been demonstrated \u2014 in any published, replicated study \u2014 is that exposing a living human being to audio at 528 Hz causes measurable repair of damaged DNA. The conceptual leap between molecular resonance frequencies and therapeutic audio frequencies involves several layers of biological complexity that haven&#8217;t been bridged. That doesn&#8217;t mean it&#8217;s impossible. It means it hasn&#8217;t been shown.<\/p>\n\n    <p class=\"section-head\">Why People Don&#8217;t Care About Any of That<\/p>\n\n    <p>And this is the part that actually matters, I think, more than the biochemistry debate. Millions of people listen to 528 Hz music every day. YouTube channels devoted to it have hundreds of millions of views. People describe sleeping better, feeling less anxious, moving through grief with more ease, coming back to themselves after difficult periods. These are not trivial experiences.<\/p>\n\n    <p>Part of what&#8217;s happening is almost certainly the relaxation response \u2014 slow, sustained, harmonically rich music in any key at any frequency produces measurable physiological calm. The specific frequency may or may not add anything beyond that. But part of what&#8217;s happening is also intention. When you put on 528 Hz music, you are doing something deliberate. You are creating a space, however briefly, in which you have decided to be quiet. The frequency gives you permission to stop. That&#8217;s not nothing. That&#8217;s actually quite a lot.<\/p>\n\n    <p>There&#8217;s also the question of how we&#8217;ve tuned our instruments, which is less obscure than it sounds. Modern standard tuning centers on A at 440 Hz, a standard that was internationally agreed upon in 1939 and confirmed in 1953. Before that, tuning varied dramatically across regions and eras \u2014 Baroque instruments often tuned significantly lower, and some researchers argue this produced music that felt warmer and more resonant to the body. Whether retuning to systems that place C at 528 Hz would change the emotional character of music is a question composers and musicians have started genuinely exploring, and some of the results are striking regardless of what you believe about molecular biology.<\/p>\n\n    <div class=\"ornament\">\u00b7 \u00b7 \u00b7<\/div>\n\n    <p class=\"section-head\">The Cymatics Evidence Is Genuinely Beautiful<\/p>\n\n    <p>One thing that doesn&#8217;t get dismissed even by hardcore skeptics is cymatics \u2014 the study of how sound frequencies organize matter. When you vibrate a plate covered with sand or salt at different frequencies, the particles arrange themselves into geometric patterns. The patterns are consistent and reproducible. Higher frequencies produce more complex geometries. Different frequencies produce distinctly different shapes.<\/p>\n\n    <p>At 528 Hz, the pattern that emerges in water is a hexagonal structure \u2014 the same geometry found in snowflakes, in honeycombs, in the carbon rings of organic molecules. This is real. You can watch it happen. What it means is a matter of significant debate. That it means something feels hard to entirely dismiss when you&#8217;re watching sand spontaneously form a flower.<\/p>\n\n    <p>Masaru Emoto&#8217;s work on water crystals, which claimed that water exposed to loving words and harmonious music formed beautiful crystalline structures while water exposed to negative words formed distorted ones, is in a different and more problematic category. His methodology was criticized heavily, his results have not been reliably replicated, and some of his most striking photographs appear to have involved selection of the most photogenic results. The cymatics evidence doesn&#8217;t depend on his work and stands separately from it \u2014 worth mentioning because the two get conflated constantly in 528 Hz discussions.<\/p>\n\n    <p class=\"section-head\">How to Actually Use It<\/p>\n\n    <p>If you want to explore 528 Hz, the entry point is simple and costs nothing. Search for it on any music platform. You&#8217;ll find everything from ambient drones to piano compositions to nature soundscapes, all tuned to or centered on this frequency. Listen to it in the same spirit you&#8217;d approach meditation \u2014 without demanding results, with enough consistency to actually notice something.<\/p>\n\n    <p>Some musicians have started recording entire albums in 528 Hz tuning. The sound is subtly different from standard tuning in a way that&#8217;s hard to describe before you&#8217;ve spent time with it \u2014 slightly warmer, some people say, or more interior-feeling. Whether that&#8217;s the frequency or the suggestion or simply good music is genuinely unclear. After a few weeks of listening, I stopped caring about the reason and started caring about the fact that it made a particular kind of quiet feel more accessible.<\/p>\n\n    <p>The more committed practitioners use it during meditation, sleep, or focused work. Some healing practitioners incorporate it into sessions alongside other modalities. There is nothing in the evidence to suggest it causes harm. There is something in the evidence \u2014 modest, preliminary, but real \u2014 to suggest it may do more than nothing.<\/p>\n\n    <div class=\"pull-quote\">\n      <p>The frequency itself might not be magic. But the act of deliberately tuning into something, of slowing down enough to listen, might be exactly that.<\/p>\n    <\/div>\n\n    <p class=\"section-head\">Where This Leaves Us<\/p>\n\n    <p>528 Hz sits in a peculiar position \u2014 claimed by too many people with too much certainty in both directions. The skeptics who call it pseudoscience without engaging with the actual research are being lazy. The enthusiasts who call it proven DNA repair therapy are getting ahead of the evidence by several decades at minimum. The truth is somewhere in the middle, which is a boring thing to say but an accurate one.<\/p>\n\n    <p>What seems reasonably established is this: sound affects the body. Specific frequencies produce specific physiological responses. 528 Hz in particular has shown some preliminary evidence of calming the nervous system in ways that go slightly beyond baseline relaxation. Whether this is because of something uniquely special about this number, or because of the quality of music typically composed for it, or because of the intention people bring to listening to it, is genuinely unknown.<\/p>\n\n    <p>What seems worth remembering is that the history of medicine is full of things that worked before anyone understood why. And it is equally full of things that seemed to work until someone looked carefully. 528 Hz is still in the middle of that story, not at the end of it. For now, the most honest position you can hold is curiosity \u2014 and maybe a playlist.<\/p>\n\n  <\/article>\n\n  <footer>\n    A personal essay &nbsp;\u00b7&nbsp; Not medical advice &nbsp;\u00b7&nbsp; All views are the author&#8217;s own\n  <\/footer>\n\n<\/div>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>528 Sound &amp; Frequency The Note the UniverseKeeps Coming Back To Why 528 Hz has captivated scientists, mystics, musicians, and everyone quietly searching for something they can&#8217;t quite name. An exploration &nbsp;\u00b7&nbsp; May 2026 There&#8217;s a frequency that shows up everywhere once you start looking for it. In the biochemistry of DNA repair. In the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4483","post","type-post","status-publish","format-standard","hentry","category-general"],"_links":{"self":[{"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/posts\/4483","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/comments?post=4483"}],"version-history":[{"count":1,"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/posts\/4483\/revisions"}],"predecessor-version":[{"id":4484,"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/posts\/4483\/revisions\/4484"}],"wp:attachment":[{"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/media?parent=4483"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/categories?post=4483"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zonora.com\/life\/wp-json\/wp\/v2\/tags?post=4483"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}