<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>melletios </title>
	<link>https://melletios.com</link>
	<description>melletios </description>
	<pubDate>Thu, 14 May 2026 07:50:25 +0000</pubDate>
	<generator>https://melletios.com</generator>
	<language>en</language>
	
		
	<item>
		<title>Homepage</title>
				
		<link>https://melletios.com/Homepage</link>

		<pubDate>Wed, 30 Jul 2025 04:39:07 +0000</pubDate>

		<dc:creator>melletios </dc:creator>

		<guid isPermaLink="true">https://melletios.com/Homepage</guid>

		<description>




  :root {
    --bg:      #080c08;
    --white:   #f0ede6;
    --dim:     rgba(240,237,230,0.10);
    --dimmer:  rgba(240,237,230,0.04);
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    background: var(--bg);
    color: var(--white);
    font-family: 'DM Mono', monospace;
    overflow-x: hidden;
    min-height: 100vh;
  }

  #site-navigation,
  .site-navigation,
  [data-hook="site-navigation"],
  .nav--sidebar,
  .cargo-nav,
  .page-list,
  #cargo-page-list {
    margin-top: 80px !important;
  }

  #site-navigation a,
  .site-navigation a,
  [data-hook="site-navigation"] a,
  .nav--sidebar a,
  .cargo-nav a,
  .page-list a,
  #cargo-page-list a {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 1.4rem !important;
    letter-spacing: 0.06em !important;
    color: rgba(240,237,230,0.5) !important;
    text-decoration: none !important;
    display: block !important;
    padding: 0.35rem 1.2rem !important;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1) !important;
    transform-origin: left center !important;
    border-left: 2px solid transparent !important;
  }

  #site-navigation a:hover,
  .site-navigation a:hover,
  [data-hook="site-navigation"] a:hover,
  .nav--sidebar a:hover,
  .cargo-nav a:hover,
  .page-list a:hover,
  #cargo-page-list a:hover {
    font-size: 1.8rem !important;
    color: #00fcff !important;
    border-left: 2px solid #ff00aa !important;
    padding-left: 1.6rem !important;
    text-shadow: 0 0 12px rgba(0,252,255,0.4) !important;
  }

  #menu-button,
  .menu-icon,
  [data-hook="menu-button"],
  .cargo-menu-toggle,
  nav.main-nav &#62; button,
  .hamburger,
  #site-nav-button {
    filter: drop-shadow(0 0 6px #00fcff) drop-shadow(0 0 14px #00fcff) drop-shadow(0 0 30px rgba(0,252,255,0.4)) !important;
    opacity: 1 !important;
    transition: filter 0.3s ease !important;
  }

  #menu-button:hover,
  .menu-icon:hover,
  [data-hook="menu-button"]:hover {
    filter: drop-shadow(0 0 8px #ff00aa) drop-shadow(0 0 18px #ff00aa) drop-shadow(0 0 36px rgba(255,0,170,0.5)) !important;
  }

  .bg-video-wrap { position: fixed; inset: 0; z-index: 0; overflow: hidden; background: var(--bg); }
  .bg-video-wrap video { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: auto; height: auto; object-fit: cover; filter: grayscale(60%) contrast(1.2); transition: opacity 1s ease; }
  #vid-a { opacity: 0.85; }
  #vid-b { opacity: 0; }
  .bg-video-wrap::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(8,12,8,0.35) 0%, rgba(8,12,8,0.82) 100%); }
  body::before { content: ''; position: fixed; inset: 0; background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0,0,0,0.05) 3px, rgba(0,0,0,0.05) 4px); pointer-events: none; z-index: 999; }

  .page-wrap { position: relative; z-index: 1; }

  .site-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid var(--dim);
    padding: 3.2rem 2.5rem 1.6rem;
  }
  .header-left .site-name { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.1rem, 5.25vw, 3.3rem); letter-spacing: 0.08em; color: #d2ff00; line-height: 1; margin-bottom: 0.3rem; }
  .header-left .site-id { font-size: 0.88rem; letter-spacing: 0.14em; color: rgba(240,237,230,0.45); line-height: 1.6; }
  .header-right-top { text-align: right; }
  .site-aka { font-size: 1rem; letter-spacing: 0.08em; line-height: 2; }
  .site-aka .aka-label { color: rgba(240,237,230,0.5); }
  .site-aka .aka-skull { color: #ff00aa; }
  .site-aka .aka-name { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.5rem; color: #00fcff; font-weight: 300; }
  @media (max-width: 640px) { .site-header { flex-direction: column; align-items: center; text-align: center; gap: 0.6rem; padding: 2.8rem 1.2rem 1rem; } .header-right-top { text-align: center; } }
  .site-rule { border: none; border-top: 1px solid var(--dim); margin: 0; }

  .cat-label {
    font-family: 'DM Mono', monospace;
    font-size: 0.78rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(240,237,230,0.35);
    padding: 1.6rem 2.5rem 0.5rem;
    border-top: 1px solid var(--dim);
  }
  .cat-label:first-child { border-top: none; }

  .marquee-row { border-bottom: 1px solid var(--dim); overflow: hidden; padding: 0.2rem 0; white-space: nowrap; transition: background 0.2s ease; }
  .marquee-row:hover { background: var(--dimmer); }
  .marquee-row:hover .marquee-track { animation-play-state: paused; }
  .marquee-track { display: inline-block; white-space: nowrap; }
  #marqueeContainer { transition: opacity 0.8s ease; }
  .marquee-track a { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.2rem, 5.5vw, 3.6rem); letter-spacing: 0.05em; text-decoration: none; padding-right: 4rem; transition: opacity 0.2s; }
  .marquee-track a:hover { opacity: 0.6; }
  .marquee-track a.vt { font-family: 'VT323', monospace; font-size: clamp(2.5rem, 5.8vw, 4.2rem); }
  .marquee-track a.cg { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(2.6rem, 5.6vw, 3.8rem); font-weight: 300; }
  .dir-left  { animation: scrollLeft  var(--speed, 18s) linear infinite; }
  .dir-right { animation: scrollRight var(--speed, 18s) linear infinite; }
  @keyframes scrollLeft  { from { transform: translateX(0); }    to { transform: translateX(-50%); } }
  @keyframes scrollRight { from { transform: translateX(-50%); } to { transform: translateX(0); }    }

  .tip-section {
    border-top: 1px solid var(--dim);
    padding: 2.2rem 2.5rem;
    text-align: center;
  }
  .tip-section p {
    font-size: 0.82rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(240,237,230,0.35);
    line-height: 2;
    margin-bottom: 1rem;
  }
  .tip-btn {
    display: inline-block;
    font-family: 'DM Mono', monospace;
    font-size: 0.78rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    color: #d2ff00;
    border: 1px solid rgba(210,255,0,0.3);
    padding: 0.8rem 2.2rem;
    transition: all 0.3s ease;
  }
  .tip-btn:hover {
    background: rgba(210,255,0,0.08);
    border-color: rgba(210,255,0,0.5);
  }

  .site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0 2rem; padding: 1.6rem 2.5rem; border-top: 1px solid var(--dim); }
  .footer-left { font-size: 0.82rem; letter-spacing: 0.12em; color: rgba(240,237,230,0.28); text-transform: uppercase; line-height: 2; }
  .footer-nav { display: flex; gap: 2rem; justify-content: center; }
  .footer-nav a { font-family: 'DM Mono', monospace; font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; color: rgba(240,237,230,0.4); transition: color 0.2s; }
  .footer-nav a:hover { color: #00fcff; }
  .footer-right { text-align: right; }
  .para-tag { display: inline-block; font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; background: #ff00aa; color: var(--white); padding: 0.35rem 0.8rem; }
  @media (max-width: 640px) { .site-footer { grid-template-columns: 1fr; gap: 1rem; text-align: center; } .footer-right { text-align: center; } .footer-nav { justify-content: center; flex-wrap: wrap; gap: 1rem; } .cat-label { padding-left: 1.2rem; padding-right: 1.2rem; } }
  .hearts-container { position: fixed; bottom: 0; right: 24px; width: 120px; height: 100vh; pointer-events: none; z-index: 998; overflow: hidden; }
  .flying-heart { position: absolute; bottom: -40px; font-size: 22px; opacity: 0; filter: drop-shadow(0 0 4px currentColor); }
  @keyframes heartFloat { 0% { opacity: 0; transform: translateY(0) translateX(0) scale(0.5) rotate(0deg); } 10% { opacity: 1; transform: translateY(-40px) translateX(var(--drift, 5px)) scale(1); } 50% { opacity: 0.8; transform: translateY(-45vh) translateX(var(--drift2, -15px)) scale(1.1) rotate(var(--rot, 15deg)); } 100% { opacity: 0; transform: translateY(-95vh) translateX(var(--drift3, 10px)) scale(0.6) rotate(var(--rot2, -10deg)); } }



  
  



  
    
      melletios Kyriakidis
      0 / 202? / 73 / 351
    
    
      
        AKA ☠
         tioś
      
    
  
  

  current / active⨂ THE CLAP / 115 clapping alone ‣  ⋺ THE CLAP / 115 clapping alone ☜  ⫸ THE CLAP / 115 clapping alone ⇇  ⋘ THE CLAP / 115 clapping alone ⨮  ⋰ THE CLAP / 115 clapping alone ⫷  ☫ DB10 / unhinged readings / podcast ◎  Ω DB10 / unhinged readings / podcast ◁  ☇ DB10 Transmission Beta / video broadcast ⚰︎  ⩓ DB10 Transmission Beta / video broadcast ⋘  ⤳ DB10 Transmission Beta / video broadcast ◁  ☜ DB10 Transmission Beta / video broadcast ⚒︎  ⨮ FIELD / generative sound ✞  ✞ FIELD / generative sound ⚰︎  ☭ FIELD / generative sound ☜  ● FIELD / generative sound ☭  ⚛︎ NEAB / non experimental art band / the room composes ◀︎  ▻ NEAB / non experimental art band / the room composes ⋹  ⨭ NEAB / non experimental art band / the room composes ⩕  ⩓ NEAB / non experimental art band / the room composes Ω  sound / installation▷ on walls / large scale projection ⇶  ⩕ on walls / large scale projection ⩓  ‣ on walls / large scale projection ⤳  ⨂ on walls / large scale projection ⋰  ☜ on walls / large scale projection ⇶  ⋱ on walls / large scale projection ◁  ⤳ SEGA SUNSETS / console skies on loop ◎  ☭ SEGA SUNSETS / console skies on loop ☞  ⟚ SEGA SUNSETS / console skies on loop ⋹  ⦿ SEGA SUNSETS / console skies on loop ⋘  ‣ UNanthem / 194 anthems / 1 track ⋹  ⨂ UNanthem / 194 anthems / 1 track ▻  ⋺ UNanthem / 194 anthems / 1 track ⋹  screen / moving imageΩ MONA lisa Dust / the image wearing out ⨂  ⟚ MONA lisa Dust / the image wearing out ▽  ⟚ MONA lisa Dust / the image wearing out ▽  ◎ MONA lisa Dust / the image wearing out ☇  ⨮ THE IKEA ANARCHISTS / flatpack politics ⩓  ⤳ THE IKEA ANARCHISTS / flatpack politics ⋙  ▷ THE IKEA ANARCHISTS / flatpack politics ⇇  ⇶ THE IKEA ANARCHISTS / flatpack politics ⋙  ⊗ the Anthropo scene / video work ⤳  Ω the Anthropo scene / video work ♠︎  ⤳ the Anthropo scene / video work ⋙  Ω the Anthropo scene / video work ☫  ⋙ In laws / out laws / family as material Ω  ⋺ In laws / out laws / family as material ●  ◁ In laws / out laws / family as material ⩕  ⚛︎ In laws / out laws / family as material ☞  ‣ 32 .duration 03.50. / timed sequence ⋙  ⩕ 32 .duration 03.50. / timed sequence ⤳  ☜ 32 .duration 03.50. / timed sequence ⨂  ☇ 32 .duration 03.50. / timed sequence ⩓  ◎ THRILLS AND SPILLS / video work ⊗  ▻ THRILLS AND SPILLS / video work ⟚  ☞ THRILLS AND SPILLS / video work ⫸  ⨮ THRILLS AND SPILLS / video work ⋘  net art / digital◎ declaration of intention / reload / loop ⋺  ⩕ declaration of intention / reload / loop ☭  ⚛︎ declaration of intention / reload / loop ⨮  ⋺ 21st ART FOR KIDS / art education online ⋺  ✞ 21st ART FOR KIDS / art education online ☭  ⨮ 21st ART FOR KIDS / art education online ◁  ♠︎ 21st ART FOR KIDS / art education online ☭  ⋱ HAUNTOLOGY of SHOPLIFTING / net art ⊗  ⩓ HAUNTOLOGY of SHOPLIFTING / net art ‣  ⋺ HAUNTOLOGY of SHOPLIFTING / net art ◎  curate⚛︎ curate / SPACE3 / Sydney Contemporary ⨂  ⦿ curate / SPACE3 / Sydney Contemporary ⋹  ⨮ curate / SPACE3 / Sydney Contemporary ✞  ⫷ Melletios Kyriakidis / CV / art worker / educator / 351 inc ◎  ◎ Melletios Kyriakidis / CV / art worker / educator / 351 inc ●  

  
    if you like what you see, buy me a coffee
    tip jar / paypal
  

  
  
    © 02025 / 351 incSydney AU
    
      Information
      Email
      Instagram
    
    para-artistic methodological framework
  





(function() {

  var GLYPHS = [
    '⚒︎', '‣', '◁', '⤳', '⇶', '⚛︎', '▻', '☾', '☇', '⊗',
    '☞', '☭', '●', '⦿', '⚰︎', '☜', '⇇', '◎', '▷', '▽',
    '◀︎', 'Ω', '⋘', '⋙', '⨂', '⋺', '⋹', '⋰', '⋱', '⨭', '⨮',
    '⩕', '⩓', '⫷', '⫸', '⟚', '♠︎', '☫', '✞'
  ];
  function randGlyph() { return GLYPHS[Math.floor(Math.random() * GLYPHS.length)]; }

  var COLOURS = [
    '#d2ff00', '#7700ff', '#00fcff', '#ff3300',
    '#ff00aa', '#00ff55', '#fff200', '#0044ff',
    '#ff6600', '#0099ff', '#ff69b4', '#69ffb4',
    '#00ff88', '#ff0077', '#ffaa00', '#0055ff'
  ];

  var FONT_CLASSES = ['', 'vt', 'cg', '', '', 'vt', '', 'cg'];

  var CATEGORIES = [
    {
      label: 'current / active',
      rows: [
        { href: 'clap',                   text: 'THE CLAP / 115 clapping alone',                          speed: '17s', reps: 5 },
        { href: 'neab',                   text: 'NEAB / non experimental art band / the room composes',   speed: '15s', reps: 4 },
        { href: 'field',                  text: 'FIELD / generative sound',                               speed: '16s', reps: 4 },
        { href: 'DB10',                   text: 'DB10 / unhinged readings / podcast',                     speed: '22s', reps: 2, bg: true },
        { href: 'DB10-Transmission-Beta', text: 'DB10 Transmission Beta / video broadcast',               speed: '16s', reps: 4 }
      ]
    },
    {
      label: 'sound / installation',
      rows: [
        { href: 'UNanthem',    text: 'UNanthem / 194 anthems / 1 track',      speed: '15s', reps: 3 },
        { href: 'on-walls',    text: 'on walls / large scale projection',     speed: '12s', reps: 6 },
        { href: 'Sega-SUNSET', text: 'SEGA SUNSETS / console skies on loop',  speed: '16s', reps: 4 }
      ]
    },
    {
      label: 'screen / moving image',
      rows: [
        { href: 'In-laws-out-laws',     text: 'In laws / out laws / family as material',      speed: '13s', reps: 4 },
        { href: 'MONA-isa-ust',         text: 'MONA lisa Dust / the image wearing out',       speed: '14s', reps: 4 },
        { href: 'the-Anthropo-scene',   text: 'the Anthropo scene / video work',              speed: '20s', reps: 4 },
        { href: 'thrills-and-spills',   text: 'THRILLS AND SPILLS / video work',              speed: '18s', reps: 4 },
        { href: 'he-ikea-anarchists',   text: 'THE IKEA ANARCHISTS / flatpack politics',      speed: '19s', reps: 4 },
        { href: '32-duration-03-50-1',  text: '32 .duration 03.50. / timed sequence',         speed: '9s',  reps: 4, forceVt: true }
      ]
    },
    {
      label: 'net art / digital',
      rows: [
        { href: 'manifesto-reload-infinity-loop', text: 'declaration of intention / reload / loop',  speed: '13s', reps: 3, forceVt: true },
        { href: 'HAUNTOLOGY-of-SHOPLIFTING',       text: 'HAUNTOLOGY of SHOPLIFTING / net art',      speed: '21s', reps: 3 },
        { href: '21s-ART-FOR-KIDS',                text: '21st ART FOR KIDS / art education online', speed: '11s', reps: 4 }
      ]
    },
    {
      label: 'curate',
      rows: [
        { href: 'curate', text: 'curate / SPACE3 / Sydney Contemporary', speed: '19s', reps: 3 }
      ]
    }
  ];

  var CV_ROW = { href: 'cv', text: 'Melletios Kyriakidis / CV / art worker / educator / 351 inc', speed: '25s', reps: 2 };

  var container = document.getElementById('marqueeContainer');
  if (!container) return;

  function hexToRgb(hex) {
    var r = parseInt(hex.slice(1,3), 16);
    var g = parseInt(hex.slice(3,5), 16);
    var b = parseInt(hex.slice(5,7), 16);
    return r + ',' + g + ',' + b;
  }

  function fisherYates(arr) {
    for (var i = arr.length - 1; i &#62; 0; i--) {
      var j = Math.floor(Math.random() * (i + 1));
      var t = arr[i]; arr[i] = arr[j]; arr[j] = t;
    }
    return arr;
  }

  function buildRow(row, color, dir, hasBg, fontClass) {
    var div = document.createElement('div');
    div.className = 'marquee-row';
    var track = document.createElement('div');
    track.className = 'marquee-track dir-' + dir;
    track.style.cssText = '--speed:' + row.speed;
    for (var r = 0; r &#60; row.reps; r++) {
      var a = document.createElement('a');
      a.href = row.href;
      a.setAttribute('rel', 'history');
      if (fontClass) a.className = fontClass;
      a.style.color = color;
      if (hasBg) {
        a.style.background = 'rgba(' + hexToRgb(color) + ',0.1)';
        a.style.padding = '0 1.2rem';
      }
      a.textContent = randGlyph() + ' ' + row.text + ' ' + randGlyph() + '  ';
      track.appendChild(a);
    }
    div.appendChild(track);
    return div;
  }

  var reshuffleCount = 0;

  function rebuildMarquee() {
    while (container.firstChild) container.removeChild(container.firstChild);

    CATEGORIES.forEach(function(cat, catIdx) {
      var label = document.createElement('div');
      label.className = 'cat-label';
      label.textContent = cat.label;
      container.appendChild(label);

      var indices = [];
      for (var i = 0; i &#60; cat.rows.length; i++) indices.push(i);
      fisherYates(indices);

      indices.forEach(function(idx) {
        var row = cat.rows[idx];
        var colorIdx = (idx + reshuffleCount * 3 + catIdx * 2) % COLOURS.length;
        var color = COLOURS[colorIdx];
        var dir = (reshuffleCount + idx) % 2 === 0 ? 'left' : 'right';
        var fc = row.forceVt ? 'vt' : FONT_CLASSES[(idx + reshuffleCount) % FONT_CLASSES.length];
        container.appendChild(buildRow(row, color, dir, row.bg, fc));
      });
    });

    var cvDiv = buildRow(CV_ROW, '#d2ff00', 'left', false, '');
    var cvLinks = cvDiv.querySelectorAll('a');
    for (var c = 0; c &#60; cvLinks.length; c++) { cvLinks[c].style.opacity = '0.3'; }
    container.appendChild(cvDiv);

    reshuffleCount++;
  }

  rebuildMarquee();

  var HEARTS = ['♥', '❤', '❥', '❣', '♡', '❦', '❧', '☙', '</description>
		
	</item>
		
		
	<item>
		<title>Information</title>
				
		<link>https://melletios.com/Information</link>

		<pubDate>Wed, 30 Jul 2025 04:39:07 +0000</pubDate>

		<dc:creator>melletios </dc:creator>

		<guid isPermaLink="true">https://melletios.com/Information</guid>

		<description>
  @import url('https://fonts.googleapis.com/css2?family=VT323&#38;family=Share+Tech+Mono&#38;display=swap');

  * { box-sizing: border-box; margin: 0; padding: 0; }

  .info-wrap {
    background: #1756a9;
    color: #d4e8ff;
    font-family: 'Share Tech Mono', 'Courier New', monospace;
    font-size: 19px;
    line-height: 1.8;
    padding: 32px 20px 48px;
    position: relative;
    overflow: hidden;
  }

  /* CRT scanlines */
  .info-wrap::before {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: repeating-linear-gradient(
      0deg,
      transparent, transparent 2px,
      rgba(0,0,30,0.15) 2px, rgba(0,0,30,0.15) 4px
    );
    pointer-events: none;
    z-index: 9998;
  }

  /* CRT vignette flicker */
  .info-wrap::after {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at center, transparent 60%, rgba(0,0,0,0.55) 100%);
    pointer-events: none;
    z-index: 9997;
    animation: crt-flicker 8s infinite;
  }

  @keyframes crt-flicker {
    0%,100% { opacity: 1; }
    92% { opacity: 1; }
    93% { opacity: 0.6; }
    94% { opacity: 1; }
    96% { opacity: 0.7; }
    97% { opacity: 1; }
  }

  .info-hr {
    border: none;
    border-top: 1px solid #7aaee8;
    margin: 16px 0;
    opacity: 0.5;
  }

  /* TOP NAV */
  .info-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
  }

  .info-nav a {
    font-family: 'VT323', monospace;
    font-size: 28px;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 4px;
    text-shadow: 0 0 8px #ffffff88;
  }

  .info-nav a:hover { color: #ffe066; text-shadow: 0 0 10px #ffe06688; }

  /* NAME BLOCK */
  .info-name {
    font-family: 'VT323', monospace;
    font-size: clamp(20px, 4.5vw, 36px);
    color: #ffffff;
    letter-spacing: 2px;
    margin: 20px 0 4px;
    text-shadow: 0 0 4px #ffffff66;
    word-break: break-word;
  }

  .cursor-blink {
    display: inline-block;
    width: 10px;
    height: 1.1em;
    background: #ffffff;
    vertical-align: middle;
    margin-left: 3px;
    animation: blink 1s step-end infinite;
    box-shadow: 0 0 4px #ffffff88;
  }

  @keyframes blink {
    0%,100% { opacity: 1; }
    50% { opacity: 0; }
  }

  /* TWO COL GRID */
  .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
    margin-top: 20px;
    align-items: start;
  }

  @media (max-width: 640px) {
    .info-grid {
      grid-template-columns: 1fr;
      gap: 32px 0;
    }
  }

  /* BIO TEXT */
  .info-bio {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.75;
  }

  .info-bio p {
    margin-bottom: 1rem;
  }

  /* LAND ACK */
  .land-ack {
    margin: 20px 0 8px;
    padding: 10px 14px;
    border-left: 3px solid #ffe066;
    background: rgba(255,224,102,0.06);
  }

  .land-ack .line1 {
    color: #ffe066;
    font-style: italic;
    font-size: 17px;
    display: block;
    margin-bottom: 4px;
  }

  .land-ack .line2 {
    color: #ffaa33;
    font-style: italic;
    font-size: 15px;
    display: block;
  }

  .stolen-land {
    color: #ff6666;
    font-style: italic;
    font-size: 15px;
    margin-top: 10px;
    display: block;
    animation: redpulse 2s ease-in-out infinite;
  }

  @keyframes redpulse {
    0%,100% { opacity: 1; }
    50% { opacity: 0.4; }
  }

  /* RIGHT COL */
  .info-right {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.75;
  }

  .info-right p {
    margin-bottom: 1rem;
  }

  /* DB10 */
  .db10-label {
    font-family: 'VT323', monospace;
    font-size: 22px;
    color: #aab8ff;
    text-shadow: 0 0 6px #aab8ff88;
    letter-spacing: 2px;
  }

  .db10-label a { color: #aab8ff; text-decoration: none; }
  .db10-label a:hover { color: #ffffff; text-shadow: 0 0 10px #ffffff88; }

  /* EPISODES */
  .episodes-title {
    font-family: 'VT323', monospace;
    font-size: 18px;
    color: #ffe066;
    letter-spacing: 2px;
    margin: 20px 0 10px;
    text-shadow: 0 0 4px #ffe06666;
  }

  .ep-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .ep-list li {
    padding: 5px 0;
    border-bottom: 1px dashed rgba(180,210,255,0.2);
    font-size: 15px;
    color: #7aaee8;
    word-break: break-word;
  }

  .ep-list li::before {
    content: '▹ ';
    color: #ffe066;
  }

  .ep-list a {
    color: #aac8ff;
    text-decoration: none;
    transition: color 0.2s;
  }

  .ep-list a:hover {
    color: #ffffff;
    text-shadow: 0 0 6px #ffffff88;
  }

  /* IMAGE INSIDE BIO */
  .image-gallery {
    margin-top: 12px;
    width: 100%;
  }

  .image-gallery img,
  .image-gallery figure,
  .image-gallery &#62; div {
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  /* MARQUEE STRIP */
  .info-marquee {
    margin-top: 32px;
    border-top: 1px solid #7aaee844;
    border-bottom: 1px solid #7aaee844;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
  }

  .info-marquee-inner {
    display: inline-block;
    font-family: 'VT323', monospace;
    font-size: 22px;
    letter-spacing: 2px;
    color: #ffe066;
    text-shadow: 0 0 4px #ffe06666;
    animation: mq 22s linear infinite;
  }

  @keyframes mq {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }




  
    INFO
    ↩
  
  

  
    • ▫︎ melletios kyriakidis ▾ ▻ ▹ ‣▷ tios 73
  

  

  

    
    
      Melletios' work unfolds as a lived conceptual practice, an immanent, immaterial art reality where performance, body, and documentation blur. Life itself becomes medium and critique, recorded not to preserve but to expose the irony and instability of constructed systems. The work resists classification, operating beyond disciplines, within the everyday, as subversive process rather than fixed form.
      His work is grounded in the intersection of identity, the political body, and intergenerational diaspora. Through this, he invokes a kind of critical magic where art resists material containment and moves through flux, rupture, and the lingering effects of post-colonial structures. His performativity is part situational, adopting a para-artistic methodology as framework for an aesthetic. Rejecting the contrived legacy, the decorative by-product of the institutional hierarchy.

      
        Always was and always will be Aboriginal Land.
        Pay the rent!
      
      ~ drive it like you stole it ~

      
&#60;img width="578" height="860" width_o="578" height_o="860" data-src="https://freight.cargo.site/t/original/i/8854dbe4c1476212b93076c6bf23a28d8f5ee00a3e03af5180eeaa6dd906d6b7/gladbag_body-3.jpg" data-mid="245921438" border="0"  src="https://freight.cargo.site/w/578/i/8854dbe4c1476212b93076c6bf23a28d8f5ee00a3e03af5180eeaa6dd906d6b7/gladbag_body-3.jpg" /&#62;

    

    
    
      Melletios, also known as mister fuck art, has exhibited extensively including shows in London, Beijing, Rome, Hamburg, Melbourne and Sydney. He has displayed work on large scale architectural facades on iconic buildings including the Sydney Opera House and National Gallery of Australia.
      He is currently collaborating with others to produce work grounded in discourse around the frenzied state of affairs defining the conservative identity of the contemporary epoch.
      Alongside this, Melletios is developing DB10, a series of field recordings shared as a podcast platform of discourse, drift, and resistance. With Tim Gregory, he opens conversations on contemporary art, desire, critique, and the infrastructures of meaning. Shifting between theory, personal narrative, and cultural readings, DB10 treats dialogue as a living form, a space to reflect, refuse, and rethink the role of the artist in a collapsing world.

      

      ▸ EPISODES / APPLE + SPOTIFY
      
        The Impossible Aesthetics of Giving a Shit.
        The the ◦ Mona Hatoum and the Electric State
        zombie guide to cannibalism!
        The Culinary Arts of Revolution
        Sonic Subversion: The Undead Cargo of Cries
        The Spectacle of Anarchist Leisure
        Repetition, Death Drive, and Pooping Back and Forth Forever ♾️
        Primordial Specters: Fascism, Postmodern Excavation, and the Monsters of History
        The Overseer's Lens: The Orifice of Memory
      
    

  

  
    
      ▹ DRIVE IT LIKE YOU STOLE IT &#38;nbsp;&#38;nbsp;✦&#38;nbsp;&#38;nbsp; ALWAYS WAS ALWAYS WILL BE &#38;nbsp;&#38;nbsp;✦&#38;nbsp;&#38;nbsp; DB10 NOW LIVE &#38;nbsp;&#38;nbsp;✦&#38;nbsp;&#38;nbsp; MISTER FUCK ART &#38;nbsp;&#38;nbsp;✦&#38;nbsp;&#38;nbsp; UNAUSTRALIA &#38;nbsp;&#38;nbsp;✦&#38;nbsp;&#38;nbsp; ζωτική δύναμη &#38;nbsp;&#38;nbsp;✦&#38;nbsp;&#38;nbsp; DOCUMENTATION IS INCIDENTAL &#38;nbsp;&#38;nbsp;✦&#38;nbsp;&#38;nbsp; ▹ DRIVE IT LIKE YOU STOLE IT &#38;nbsp;&#38;nbsp;✦&#38;nbsp;&#38;nbsp; ALWAYS WAS ALWAYS WILL BE &#38;nbsp;&#38;nbsp;✦&#38;nbsp;&#38;nbsp; DB10 NOW LIVE &#38;nbsp;&#38;nbsp;✦&#38;nbsp;&#38;nbsp; MISTER FUCK ART &#38;nbsp;&#38;nbsp;✦&#38;nbsp;&#38;nbsp; UNAUSTRALIA &#38;nbsp;&#38;nbsp;✦&#38;nbsp;&#38;nbsp; ζωτική δύναμη &#38;nbsp;&#38;nbsp;✦&#38;nbsp;&#38;nbsp; DOCUMENTATION IS INCIDENTAL &#38;nbsp;&#38;nbsp;✦&#38;nbsp;
    
  

</description>
		
	</item>
		
		
	<item>
		<title>𝑻🄗ｅCLAP</title>
				
		<link>https://melletios.com/CLAP</link>

		<pubDate>Tue, 19 Aug 2025 03:48:28 +0000</pubDate>

		<dc:creator>melletios </dc:creator>

		<guid isPermaLink="true">https://melletios.com/CLAP</guid>

		<description>

The Clap

  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&#38;family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&#38;family=DM+Mono:wght@300;400&#38;display=swap');

  body {
    margin: 0;
    background: #0a0a0a;
    color: #fff;
    overflow-x: hidden;
    padding-bottom: 64px;
  }

  .load-overlay {
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background: #0a0a0a;
    z-index: 10000;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    transition: opacity 0.6s ease;
  }
  .load-overlay.hidden { opacity: 0; pointer-events: none; }

  .load-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(48px, 10vw, 100px);
    letter-spacing: 0.06em; color: #fff;
    margin-bottom: 32px;
  }
  .load-bar-track { width: 200px; height: 2px; background: rgba(255,255,255,0.1); position: relative; overflow: hidden; }
  .load-bar-fill { height: 100%; background: #fff; width: 0%; transition: width 0.3s ease; }
  .load-count {
    font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 300;
    letter-spacing: 2px; color: rgba(255,255,255,0.3); margin-top: 16px;
  }
  .load-enter {
    font-family: 'DM Mono', monospace; font-size: 13px; font-weight: 400;
    letter-spacing: 3px; text-transform: uppercase; color: #fff;
    background: transparent; border: 1px solid rgba(255,255,255,0.3);
    padding: 14px 40px; cursor: pointer; margin-top: 36px;
    opacity: 0; pointer-events: none; transition: all 0.4s ease;
  }
  .load-enter.ready { opacity: 1; pointer-events: all; }
  .load-enter:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); }

  .scroll-banner { width: 100%; overflow: hidden; padding: 48px 0 40px; border-bottom: 1px solid rgba(255,255,255,0.06); position: relative; }
  .scroll-banner-track { display: flex; white-space: nowrap; animation: bannerScroll 24s linear infinite; will-change: transform; }
  .scroll-banner-track span {
    font-family: 'Bebas Neue', sans-serif; font-size: clamp(64px, 12vw, 140px);
    letter-spacing: 0.04em; line-height: 1; color: #fff; padding-right: 80px; flex-shrink: 0;
  }
  .scroll-banner-track .sep { font-size: clamp(48px, 8vw, 100px); color: rgba(255,255,255,0.15); padding-right: 80px; }
  @keyframes bannerScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

  .subheader { text-align: center; padding: 32px 24px 36px; background: #f5f2ec; }
  .subheader-label { font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 300; letter-spacing: 3px; text-transform: uppercase; color: rgba(26,26,26,0.45); display: block; margin-bottom: 12px; }
  .subheader-line { font-family: 'Cormorant Garamond', serif; font-size: clamp(18px, 2.4vw, 24px); font-weight: 400; font-style: italic; color: #1a1a1a; letter-spacing: 0.02em; display: block; }

  .read-trigger {
    display: block; margin: 24px auto 0;
    font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 400;
    letter-spacing: 2px; text-transform: uppercase; color: #1a1a1a;
    background: transparent; border: 1px solid rgba(26,26,26,0.25);
    padding: 10px 28px; cursor: pointer; transition: all 0.3s ease;
  }
  .read-trigger:hover { color: #000; background: rgba(26,26,26,0.06); border-color: rgba(26,26,26,0.5); }

  .popup-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.60);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    z-index: 9999; opacity: 0; pointer-events: none;
    transition: opacity 0.4s ease;
    display: flex; align-items: center; justify-content: center; visibility: hidden;
  }
  .popup-overlay.active { opacity: 1; pointer-events: all; visibility: visible; }
  .popup-content {
    max-width: 700px; max-height: 85vh; overflow-y: auto;
    padding: 56px 52px 48px; background: #f5f2ec; border: none;
    position: relative; margin: 0 20px; transform: translateY(20px); transition: transform 0.4s ease;
  }
  .popup-overlay.active .popup-content { transform: translateY(0); }
  .popup-content::-webkit-scrollbar { width: 4px; }
  .popup-content::-webkit-scrollbar-track { background: transparent; }
  .popup-content::-webkit-scrollbar-thumb { background: rgba(26,26,26,0.2); }
  .popup-close {
    position: absolute; top: 20px; right: 24px;
    font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
    color: rgba(26,26,26,0.4); background: none; border: none; cursor: pointer; padding: 4px 0; transition: color 0.3s ease;
  }
  .popup-close:hover { color: #000; }
  .popup-heading { font-family: 'Bebas Neue', sans-serif; font-size: clamp(42px, 6vw, 64px); letter-spacing: 0.06em; line-height: 1; color: #1a1a1a; margin: 0 0 6px 0; display: block; }
  .popup-subheading { font-family: 'Cormorant Garamond', serif; font-size: clamp(16px, 2vw, 20px); font-weight: 400; font-style: italic; color: rgba(26,26,26,0.5); letter-spacing: 0.02em; margin: 0 0 12px 0; display: block; }
  .popup-byline { font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 300; letter-spacing: 2px; text-transform: uppercase; color: rgba(26,26,26,0.35); margin: 0 0 36px 0; padding-bottom: 28px; border-bottom: 1px solid rgba(26,26,26,0.08); display: block; }
  .popup-text { font-family: 'Cormorant Garamond', serif; font-size: clamp(20px, 2.2vw, 24px); font-weight: 400; line-height: 1.78; color: #1a1a1a; }
  .popup-text p { margin: 0 0 28px 0; }
  .popup-text p:last-child { margin-bottom: 0; }
  .popup-note { font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 300; letter-spacing: 1.5px; color: rgba(26,26,26,0.4); line-height: 1.8; margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(26,26,26,0.08); display: block; }
  .popup-closing { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 0.1em; color: rgba(26,26,26,0.4); margin-top: 40px; display: block; }
  .popup-author { font-family: 'DM Mono', monospace; font-size: 12px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; color: rgba(26,26,26,0.5); margin-top: 32px; display: block; }

  .grid-label { font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 300; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.2); text-align: center; padding: 36px 24px 6px; display: block; }
  .grid-hint { font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 300; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.28); text-align: center; padding: 0 24px 16px; display: block; }

  .clap-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px; width: 100%; padding: 8px; box-sizing: border-box;
  }
  @media (max-width: 480px) {
    .clap-grid { gap: 6px; padding: 6px; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  }
  .clap-grid video {
    width: 100%; height: auto; display: block; background: #111; cursor: pointer;
    aspect-ratio: 550 / 412; object-fit: cover;
    transition: outline 0.2s ease, opacity 0.2s ease;
    outline: 2px solid transparent; outline-offset: -2px;
  }
  .clap-grid video.soloed { outline: 3px solid #fff; }
  .clap-grid.has-solo video:not(.soloed) { opacity: 0.4; }
  .clap-grid.live-mode video.audible { outline: 2px solid rgba(255,255,255,0.35); }

  .colophon { text-align: center; padding: 48px 24px 60px; border-top: 1px solid rgba(255,255,255,0.06); margin-top: 32px; }
  .colophon-text { font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 300; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.2); line-height: 2.2; }

  .chorus-bar {
    position: fixed; bottom: 0; left: 0; width: 100%;
    box-sizing: border-box;
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 14px 24px; background: #f5f2ec; z-index: 9000;
    border-top: 1px solid rgba(26,26,26,0.12);
    -webkit-tap-highlight-color: transparent;
  }
  .chorus-label { font-family: 'DM Mono', monospace; font-size: 12px; font-weight: 400; letter-spacing: 1.5px; text-transform: uppercase; color: #1a1a1a; flex: 1; min-width: 0; }
  .chorus-label.dim { color: rgba(26,26,26,0.5); }
  .bar-controls { display: flex; gap: 8px; flex-shrink: 0; }
  .chorus-btn {
    font-family: 'DM Mono', monospace; font-size: 12px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase;
    color: #1a1a1a; background: transparent; border: 1px solid rgba(26,26,26,0.3);
    padding: 8px 20px; cursor: pointer; transition: all 0.25s ease; flex-shrink: 0;
  }
  .chorus-btn:hover { background: rgba(26,26,26,0.06); border-color: rgba(26,26,26,0.55); }
  .chorus-btn.on { background: #1a1a1a; color: #f5f2ec; border-color: #1a1a1a; }

  @media (max-width: 640px) {
    .scroll-banner { padding: 32px 0 28px; }
    .subheader { padding: 24px 20px 28px; }
    .popup-content { padding: 40px 24px 36px; }
    .chorus-bar { padding: 12px 14px; gap: 8px; }
    .chorus-label { font-size: 9.5px; letter-spacing: 0.5px; }
    .chorus-btn { padding: 8px 12px; font-size: 10.5px; letter-spacing: 1px; }
  }




  THE CLAP
  
  124 participants
  Enter with sound




  
    THE CLAP/
    THE CLAP/
    THE CLAP/
    THE CLAP/
    THE CLAP/
    THE CLAP/
    THE CLAP/
    THE CLAP/
  




  351 Inc. / Ongoing work, 2025-2026
  Performative Spectatorship as Social Contagion
  Read about the work




  
    Close
    THE CLAP
    Artist Statement
    Melletios Kyriakidis / Ongoing, 2025-2026
    
      The Clap is an evolving participatory video and sound installation exploring applause as ritual, performance, social conditioning and collective expression.
      The work began with a simple proposition: to film individuals clapping alone. Friends, acquaintances and strangers are invited to perform the gesture in isolation, removed from the crowd where applause usually belongs. In this shift, clapping changes. What is ordinarily a collective act of approval becomes strange, vulnerable, comic and performative.
      Each recording becomes part of a growing archive presented as a grid of moving image portraits. Played simultaneously, individual claps accumulate into a dense sonic field, a chorus of overlapping rhythms that moves between celebration, noise and disorientation.
      The project draws connections between the civic chorus of ancient theatre, the orchestrated applause of Roman claques, and contemporary cultures of algorithmic affirmation, from the "like" and the double-tap to the circulation of approval as social currency. Applause is approached not only as a gesture of praise, but as a structure through which participation, desire and power are organised.
      Zizek identifies what he calls enjoyment, the obscene surplus that clings to a ritual long after the meaning has gone. We know clapping is empty. We clap harder anyway. The repetition carries something that will not let go. Euphoria becomes noise becomes discomfort becomes labour. The body keeps transmitting intensity long after meaning has left.
      Central to the work is a participatory exhibition model. Visitors are invited to contribute their own clapping portrait, which is folded into the installation and the ongoing online archive, allowing the work to expand with each presentation. Audience and artwork become mutually constitutive.
      The Clap considers applause as both absurd and political, intimate and collective, a bodily act through which joy, discipline, belonging and performance are negotiated.
      Data collection began in November 2025 and continues.
      Melletios Kyriakidis
      CLAP CLAP CLAP.
      124 participants. Data collection: 2025, ongoingTarget: major gallery exhibition, 2026
    
  






124 participants, in no particular order
Tap a portrait to isolate its own sound




  The Clap / Melletios Kyriakidis / 351 Inc.Ongoing, 2025-2026




  The chorus / one track, all claps
  
    Live
    Pause
  



(function () {
  var CHORUS_FULL = 1.0;
  var CHORUS_DUCKED = 0.4;

  var overlay = document.getElementById('popupOverlay');
  var openBtn = document.getElementById('openPopup');
  var closeBtn = document.getElementById('closePopup');
  function openPopup(){ if(!overlay) return; overlay.classList.add('active'); document.body.style.overflow='hidden'; }
  function closePopup(){ if(!overlay) return; overlay.classList.remove('active'); document.body.style.overflow=''; }
  if (openBtn) openBtn.addEventListener('click', openPopup);
  if (closeBtn) closeBtn.addEventListener('click', closePopup);
  if (overlay) overlay.addEventListener('click', function(e){ if(e.target===overlay) closePopup(); });
  if (overlay) {
    overlay.classList.remove('active');
    overlay.style.visibility='hidden'; overlay.style.opacity='0'; overlay.style.pointerEvents='none';
    setTimeout(function(){ overlay.style.visibility=''; overlay.style.opacity=''; overlay.style.pointerEvents=''; }, 50);
  }

  var VIDEOS = [
    "https://ik.imagekit.io/hhh4mdmid/550/molly.mp4?updatedAt=1762667927767",
    "https://ik.imagekit.io/eab5ksbnp/550/tommy.mp4?updatedAt=1765609100941",
    "https://ik.imagekit.io/hhh4mdmid/550/andrew.mp4?updatedAt=1760000733358",
    "https://ik.imagekit.io/hhh4mdmid/550/vic.mp4?updatedAt=1762667926198",
    "https://ik.imagekit.io/eab5ksbnp/550/scriblla.mp4",
    "https://ik.imagekit.io/hhh4mdmid/550/foxy.mp4?updatedAt=1760000727252",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/gonzo.mp4",
    "https://ik.imagekit.io/hhh4mdmid/550/yue.mp4?updatedAt=1762667925157",
    "https://ik.imagekit.io/eab5ksbnp/550/guyfromenmoreorad.mp4",
    "https://ik.imagekit.io/hhh4mdmid/550/luke.mp4?updatedAt=1760000727878",
    "https://ik.imagekit.io/eab5ksbnp/550/stylist.mp4",
    "https://ik.imagekit.io/hhh4mdmid/550/didier1.mp4",
    "https://ik.imagekit.io/hhh4mdmid/550/brendo.mp4?updatedAt=1760000738754",
    "https://ik.imagekit.io/eab5ksbnp/550/smoooda.mp4?updatedAt=1765609101525",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/laura.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/andy_Up_Rock.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/laura_Uni_student.mp4?updatedAt=1774416733287",
    "https://ik.imagekit.io/hhh4mdmid/550/dom.mp4?updatedAt=1762667923176",
    "https://ik.imagekit.io/hhh4mdmid/550/kel.mp4?updatedAt=1760000731344",
    "https://ik.imagekit.io/hhh4mdmid/550/john.mp4?updatedAt=1760000722522",
    "https://ik.imagekit.io/hhh4mdmid/550/tanya.mp4?updatedAt=1760000720329",
    "https://ik.imagekit.io/eab5ksbnp/550/tim.mp4",
    "https://ik.imagekit.io/hhh4mdmid/550/sadie.mp4?updatedAt=1760000733202",
    "https://ik.imagekit.io/hhh4mdmid/550/lc.mp4?updatedAt=1760000736882",
    "https://ik.imagekit.io/hhh4mdmid/550/harry.mp4?updatedAt=1762667931870",
    "https://ik.imagekit.io/hhh4mdmid/550/cofastudent1.mp4?updatedAt=1760000735505",
    "https://ik.imagekit.io/hhh4mdmid/550/deborah.mp4?updatedAt=1760000737931",
    "https://ik.imagekit.io/eab5ksbnp/550/micheal.mp4",
    "https://ik.imagekit.io/eab5ksbnp/550/craigMOV.mp4?updatedAt=1763700508153",
    "https://ik.imagekit.io/hhh4mdmid/550/levant.mp4?updatedAt=1760000729204",
    "https://ik.imagekit.io/eab5ksbnp/550/patrick.mp4?updatedAt=1765609102213",
    "https://ik.imagekit.io/hhh4mdmid/550/anika.mp4?updatedAt=1762667927749",
    "https://ik.imagekit.io/hhh4mdmid/550/miro.mp4?updatedAt=1760000736856",
    "https://ik.imagekit.io/hhh4mdmid/550/kim.mp4?updatedAt=1762667928520",
    "https://ik.imagekit.io/hhh4mdmid/550/johnny.mp4?updatedAt=1760000738465",
    "https://ik.imagekit.io/hhh4mdmid/550/Jek.mp4?updatedAt=1762667930969",
    "https://ik.imagekit.io/hhh4mdmid/550/reid.mp4?updatedAt=1760000730270",
    "https://ik.imagekit.io/hhh4mdmid/550/sonia.mp4?updatedAt=1760000739149",
    "https://ik.imagekit.io/hhh4mdmid/550/nic.mp4?updatedAt=1760000719455",
    "https://ik.imagekit.io/hhh4mdmid/550/elisa.mp4?updatedAt=1760000721450",
    "https://ik.imagekit.io/hhh4mdmid/550/monica.mp4?updatedAt=1760000738681",
    "https://ik.imagekit.io/eab5ksbnp/550/ant.mp4?updatedAt=1765609100931",
    "https://ik.imagekit.io/hhh4mdmid/550/poppy.mp4?updatedAt=1760000729027",
    "https://ik.imagekit.io/eab5ksbnp/550/ryan.mp4",
    "https://ik.imagekit.io/hhh4mdmid/550/cofa%20student.mp4?updatedAt=1760000731659",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/sumugan.mp4",
    "https://ik.imagekit.io/hhh4mdmid/550/skincreamlady.mp4?updatedAt=1762667932379",
    "https://ik.imagekit.io/eab5ksbnp/550/jay.mp4",
    "https://ik.imagekit.io/hhh4mdmid/550/reuben.mp4?updatedAt=1762667930954",
    "https://ik.imagekit.io/hhh4mdmid/550/anabel.mp4?updatedAt=1760000730229",
    "https://ik.imagekit.io/hhh4mdmid/550/mateo.mp4?updatedAt=1760000735971",
    "https://ik.imagekit.io/eab5ksbnp/550/fadi.mp4?updatedAt=1763700507282",
    "https://ik.imagekit.io/hhh4mdmid/550/michaela%202.mp4?updatedAt=1760000736689",
    "https://ik.imagekit.io/eab5ksbnp/550/michaela1.mp4?updatedAt=1765609100542",
    "https://ik.imagekit.io/hhh4mdmid/550/nicsfriend.mp4?updatedAt=1760000726347",
    "https://ik.imagekit.io/hhh4mdmid/550/cofa.mp4?updatedAt=1760000725679",
    "https://ik.imagekit.io/hhh4mdmid/550/anastasia.mp4?updatedAt=1762667933172",
    "https://ik.imagekit.io/eab5ksbnp/550/rick.mp4?updatedAt=1765609099837",
    "https://ik.imagekit.io/hhh4mdmid/550/johnirish.mp4?updatedAt=1762667928407",
    "https://ik.imagekit.io/hhh4mdmid/550/poe.mp4?updatedAt=1760000738968",
    "https://ik.imagekit.io/hhh4mdmid/550/poesgirl.mp4?updatedAt=1760000739234",
    "https://ik.imagekit.io/hhh4mdmid/550/luke_1MOV.mp4?updatedAt=1760000736936",
    "https://ik.imagekit.io/hhh4mdmid/550/nic%20boy.mp4?updatedAt=1760000722467",
    "https://ik.imagekit.io/hhh4mdmid/550/reubs_Micheala_brendo.mp4?updatedAt=1762667932774",
    "https://ik.imagekit.io/hhh4mdmid/550/matiew.mp4?updatedAt=1760000724799",
    "https://ik.imagekit.io/eab5ksbnp/550/ivy.mp4?updatedAt=1765609197246",
    "https://ik.imagekit.io/eab5ksbnp/550/daniel.mp4?updatedAt=1760060759504",
    "https://ik.imagekit.io/eab5ksbnp/550/swerve.mp4?updatedAt=1765609307526",
    "https://ik.imagekit.io/eab5ksbnp/550/douh.mp4",
    "https://ik.imagekit.io/eab5ksbnp/550/michaelas_Date.mp4",
    "https://ik.imagekit.io/eab5ksbnp/550/eliz.mp4",
    "https://ik.imagekit.io/eab5ksbnp/550/holly.mp4",
    "https://ik.imagekit.io/eab5ksbnp/550/duncan.mp4",
    "https://ik.imagekit.io/eab5ksbnp/550/sean_Michys_friend.mp4",
    "https://ik.imagekit.io/eab5ksbnp/550/juliia.mp4",
    "https://ik.imagekit.io/hhh4mdmid/550/bree.mp4?updatedAt=1774931113731",
    "https://ik.imagekit.io/hhh4mdmid/550/david_lob.mp4?updatedAt=1774931169782",
    "https://ik.imagekit.io/hhh4mdmid/550/Layla.mp4?updatedAt=1774931190297",
    "https://ik.imagekit.io/88rpwh8q8/caleb_kelly.mp4",
    "https://ik.imagekit.io/88rpwh8q8/partyatdoublehappy%20copy.mp4",
    "https://ik.imagekit.io/88rpwh8q8/marti_J.mp4?updatedAt=1776062665817",
    "https://ik.imagekit.io/88rpwh8q8/terezza.mp4?updatedAt=1776062665730",
    "https://ik.imagekit.io/88rpwh8q8/Nick_fan.mp4?updatedAt=1776062665835",
    "https://ik.imagekit.io/88rpwh8q8/Jan_gillbank.mp4?updatedAt=1776062665647",
    "https://ik.imagekit.io/88rpwh8q8/helen.mp4?updatedAt=1776062665622",
    "https://ik.imagekit.io/88rpwh8q8/exstudent_Newtown_HS.mp4?updatedAt=1776062665587",
    "https://ik.imagekit.io/88rpwh8q8/Jonno.mp4?updatedAt=1776062665180",
    "https://ik.imagekit.io/88rpwh8q8/harriet.mp4?updatedAt=1776062664967",
    "https://ik.imagekit.io/88rpwh8q8/chaz_glover.mp4?updatedAt=1776062664679",
    "https://ik.imagekit.io/88rpwh8q8/havas_flatmate.mp4?updatedAt=1776062664688",
    "https://ik.imagekit.io/88rpwh8q8/libby.mp4?updatedAt=1776062664517",
    "https://ik.imagekit.io/88rpwh8q8/ryans_friend.mp4?updatedAt=1776062663967",
    "https://ik.imagekit.io/88rpwh8q8/Jason_G.mp4?updatedAt=1776062663447",
    "https://ik.imagekit.io/88rpwh8q8/carolina.mp4?updatedAt=1776062663049",
    "https://ik.imagekit.io/88rpwh8q8/peter_blamey.mp4?updatedAt=1776062662784",
    "https://ik.imagekit.io/88rpwh8q8/anna_davies.mp4?updatedAt=1776062656758",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/nico_card.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/simone_etienne.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/elaine.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/janelle.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/quan.mp4",
    "https://ik.imagekit.io/88rpwh8q8/Karla_Dikens.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/rudy.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/daniellll.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/liammm.mp4?updatedAt=1781519038757",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/chris.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/Sef.mp4?updatedAt=1781517807277",
    "https://ik.imagekit.io/eab5ksbnp/550/Letai.mp4",
    "https://ik.imagekit.io/eab5ksbnp/550/andre_brooks.mp4",
    "https://ik.imagekit.io/eab5ksbnp/550/Astrid_lorange.mp4",
    "https://ik.imagekit.io/hhh4mdmid/550/wart.mp4",
    "https://ik.imagekit.io/88rpwh8q8/Max.mp4",
    "https://ik.imagekit.io/88rpwh8q8/Ilo.mp4",
    "https://ik.imagekit.io/88rpwh8q8/Liv_olivia.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/mp4%20(h264)%20550%20by%20412/550/julliete_lamount.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/summer.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/minna.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/gabesfriend%20uts.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/gabeUTS.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/brynn_elysia.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/cofastudentfrommediaarts.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/cofastudentcafe.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/breeyanna.mp4",
    "https://ik.imagekit.io/1qq8cweqn0/OB.mp4"
  ];

  var grid = document.getElementById('clapGrid');
  if (!grid) return;
  while (grid.firstChild) grid.removeChild(grid.firstChild);
  grid.classList.remove('has-solo');
  grid.classList.remove('live-mode');

  function shuffle(arr){ for(var i=arr.length-1;i&#62;0;i--){ var j=Math.floor(Math.random()*(i+1)); var t=arr[i]; arr[i]=arr[j]; arr[j]=t; } return arr; }
  shuffle(VIDEOS);

  var allVideos = [];
  VIDEOS.forEach(function (url) {
    var v = document.createElement('video');
    v.loop = true; v.playsInline = true; v.muted = true; v.preload = 'none';
    v.setAttribute('data-src', url);
    grid.appendChild(v); allVideos.push(v);
  });

  var clapAudio = document.getElementById('clapAudio');
  var chorusOn = false;
  var liveOn = false;
  var soloedVideo = null;
  var onScreen = [];

  function inList(v){ return onScreen.indexOf(v) !== -1; }
  function addScreen(v){ if(!inList(v)) onScreen.push(v); }
  function removeScreen(v){ var i = onScreen.indexOf(v); if(i !== -1) onScreen.splice(i,1); }

  function ensureLoaded(v){ if(!v.src){ var s=v.getAttribute('data-src'); if(s) v.src=s; } }
  function playVideo(v){ ensureLoaded(v); if(v.paused) v.play().catch(function(){}); }
  function pauseVideo(v){ if(!v.paused) v.pause(); }
  function unloadVideo(v){
    if(soloedVideo===v) unsoloAll();
    pauseVideo(v);
    v.muted = true;
    v.classList.remove('audible');
    if(v.src){ v.removeAttribute('src'); v.load(); }
  }

  function applyAudio(){
    if(soloedVideo){
      allVideos.forEach(function(v){
        if(v !== soloedVideo){ v.muted = true; v.classList.remove('audible'); }
      });
      soloedVideo.muted = false;
      if(clapAudio) clapAudio.muted = true;
      return;
    }
    if(liveOn){
      allVideos.forEach(function(v){
        if(inList(v) &#38;&#38; v.src){
          v.muted = false;
          v.classList.add('audible');
        } else {
          v.muted = true;
          v.classList.remove('audible');
        }
      });
      if(clapAudio){
        clapAudio.muted = !chorusOn;
        clapAudio.volume = CHORUS_DUCKED;
      }
      return;
    }
    allVideos.forEach(function(v){ v.muted = true; v.classList.remove('audible'); });
    if(clapAudio){
      clapAudio.muted = !chorusOn;
      clapAudio.volume = CHORUS_FULL;
    }
  }

  function chorusPlay(){
    chorusOn = true;
    if(clapAudio){ clapAudio.play().catch(function(){}); }
    applyAudio(); updateBar();
  }
  function chorusPause(){
    chorusOn = false;
    if(clapAudio) clapAudio.pause();
    applyAudio(); updateBar();
  }
  function chorusToggle(){ if(chorusOn) chorusPause(); else chorusPlay(); }

  function liveToggle(){
    liveOn = !liveOn;
    if(liveOn &#38;&#38; soloedVideo) unsoloAll();
    applyAudio(); updateBar();
  }

  function soloVideo(video){
    if(soloedVideo===video){ unsoloAll(); return; }
    if(soloedVideo) soloedVideo.classList.remove('soloed');
    soloedVideo = video;
    ensureLoaded(video);
    if(video.paused) video.play().catch(function(){});
    video.classList.add('soloed');
    grid.classList.add('has-solo');
    applyAudio(); updateBar();
  }
  function unsoloAll(){
    if(soloedVideo){ soloedVideo.classList.remove('soloed'); soloedVideo=null; }
    grid.classList.remove('has-solo');
    applyAudio(); updateBar();
  }

  var chorusLabel = document.getElementById('chorusLabel');
  var chorusBtn = document.getElementById('chorusBtn');
  var liveBtn = document.getElementById('liveBtn');

  function updateBar(){
    if(!chorusLabel &#124;&#124; !chorusBtn &#124;&#124; !liveBtn) return;
    grid.classList.toggle('live-mode', liveOn &#38;&#38; !soloedVideo);
    liveBtn.classList.toggle('on', liveOn);
    chorusBtn.textContent = chorusOn ? 'Pause' : 'Play';
    if(soloedVideo){
      chorusLabel.textContent = 'Isolated / tap tile to return';
      chorusLabel.classList.remove('dim');
    } else if(liveOn &#38;&#38; chorusOn){
      chorusLabel.textContent = 'Live / what you see, over the chorus';
      chorusLabel.classList.remove('dim');
    } else if(liveOn){
      chorusLabel.textContent = 'Live / what you see is what you hear';
      chorusLabel.classList.remove('dim');
    } else if(chorusOn){
      chorusLabel.textContent = 'The chorus / one track, all claps';
      chorusLabel.classList.remove('dim');
    } else {
      chorusLabel.textContent = 'Silent';
      chorusLabel.classList.add('dim');
    }
  }
  if(chorusBtn) chorusBtn.addEventListener('click', chorusToggle);
  if(liveBtn) liveBtn.addEventListener('click', liveToggle);

  var loadOverlay = document.getElementById('loadOverlay');
  var loadBarFill = document.getElementById('loadBarFill');
  var loadCount = document.getElementById('loadCount');
  var loadEnter = document.getElementById('loadEnter');
  if(loadOverlay){ loadOverlay.classList.remove('hidden'); loadOverlay.style.display=''; loadOverlay.style.opacity=''; loadOverlay.style.pointerEvents=''; }
  if(loadBarFill) loadBarFill.style.width='0%';
  if(loadCount) loadCount.textContent = VIDEOS.length + ' participants';
  if(loadEnter) loadEnter.classList.remove('ready');

  var isMobile = window.matchMedia &#38;&#38; window.matchMedia('(max-width: 480px)').matches;
  var PRIME = Math.min(isMobile ? 6 : 10, allVideos.length), primed = 0, isReady = false;
  function markReady(){ if(isReady) return; isReady=true; if(loadEnter) loadEnter.classList.add('ready'); }
  function bump(){ primed++; var pct=Math.round((primed/PRIME)*100); if(loadBarFill) loadBarFill.style.width=Math.min(pct,100)+'%'; if(primed&#62;=Math.ceil(PRIME*0.6)) markReady(); }
  for(var i=0;i</description>
		
	</item>
		
		
	<item>
		<title>UNanthem </title>
				
		<link>https://melletios.com/UNanthem</link>

		<pubDate>Sat, 21 Mar 2026 05:43:14 +0000</pubDate>

		<dc:creator>melletios </dc:creator>

		<guid isPermaLink="true">https://melletios.com/UNanthem</guid>

		<description>
  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&#38;family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&#38;family=DM+Mono:wght@300;400&#38;display=swap');

  body {
    margin: 0;
    background: #0a0a0a;
    color: #fff;
    overflow-x: hidden;
  }

  /* -- SCROLLING BANNER -- */
  .scroll-banner {
    width: 100%;
    overflow: hidden;
    padding: 48px 0 40px;
    position: relative;
  }

  .scroll-banner-track {
    display: flex;
    white-space: nowrap;
    animation: bannerScroll 22s linear infinite;
    will-change: transform;
  }

  .scroll-banner-track span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(64px, 12vw, 140px);
    letter-spacing: 0.04em;
    line-height: 1;
    color: #fff;
    padding-right: 80px;
    flex-shrink: 0;
  }

  .scroll-banner-track .sep {
    font-size: clamp(48px, 8vw, 100px);
    color: rgba(255,255,255,0.15);
    padding-right: 80px;
  }

  @keyframes bannerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  /* -- SUBHEADER (solid white) -- */
  .subheader {
    text-align: center;
    padding: 36px 24px 40px;
    background: #f5f2ec;
  }

  .subheader-label {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(26,26,26,0.4);
    display: block;
    margin-bottom: 14px;
  }

  .subheader-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    letter-spacing: 0.05em;
    line-height: 1;
    color: #1a1a1a;
    display: block;
    margin-bottom: 8px;
  }

  .subheader-line {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(17px, 2.2vw, 23px);
    font-weight: 400;
    font-style: italic;
    color: rgba(26,26,26,0.5);
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 8px;
  }

  .subheader-credit {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(26,26,26,0.35);
    display: block;
    margin-bottom: 24px;
  }

  .read-trigger {
    display: inline-block;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a1a1a;
    background: transparent;
    border: 1px solid rgba(26,26,26,0.25);
    padding: 10px 28px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .read-trigger:hover {
    color: #000;
    background: rgba(26,26,26,0.06);
    border-color: rgba(26,26,26,0.5);
  }

  /* -- LISTEN SECTION (solid white) -- */
  .listen-section {
    background: #f5f2ec;
    padding: 0 24px 40px;
  }

  .listen-inner {
    max-width: 640px;
    margin: 0 auto;
    padding-top: 4px;
    border-top: 1px solid rgba(26,26,26,0.08);
  }

  .listen-label {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(26,26,26,0.35);
    display: block;
    margin: 20px 0 6px;
  }

  .listen-track-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    color: rgba(26,26,26,0.6);
    display: block;
    margin-bottom: 16px;
  }

  .listen-inner audio {
    width: 100%;
    height: 40px;
    outline: none;
  }

  /* -- POPUP OVERLAY -- */
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.60);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popup-overlay.active {
    opacity: 1;
    pointer-events: all;
  }

  .popup-content {
    max-width: 700px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 56px 52px 48px;
    background: #f5f2ec;
    border: none;
    position: relative;
    margin: 0 20px;
    transform: translateY(20px);
    transition: transform 0.4s ease;
  }

  .popup-overlay.active .popup-content {
    transform: translateY(0);
  }

  .popup-content::-webkit-scrollbar {
    width: 4px;
  }

  .popup-content::-webkit-scrollbar-track {
    background: transparent;
  }

  .popup-content::-webkit-scrollbar-thumb {
    background: rgba(26,26,26,0.2);
  }

  .popup-close {
    position: absolute;
    top: 20px;
    right: 24px;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(26,26,26,0.4);
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 0;
    transition: color 0.3s ease;
  }

  .popup-close:hover {
    color: #000;
  }

  .popup-heading {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    letter-spacing: 0.05em;
    line-height: 1;
    color: #1a1a1a;
    margin: 0 0 6px 0;
    display: block;
  }

  .popup-subheading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 400;
    font-style: italic;
    color: rgba(26,26,26,0.5);
    letter-spacing: 0.02em;
    margin: 0 0 12px 0;
    display: block;
  }

  .popup-byline {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(26,26,26,0.35);
    margin: 0 0 36px 0;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(26,26,26,0.08);
    display: block;
  }

  .popup-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: 400;
    line-height: 1.78;
    color: #1a1a1a;
  }

  .popup-text p {
    margin: 0 0 28px 0;
  }

  .popup-text p:last-child {
    margin-bottom: 0;
  }

  .popup-break {
    display: block;
    width: 24px;
    height: 1px;
    background: rgba(26,26,26,0.15);
    margin: 40px 0;
  }

  .popup-note {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1.5px;
    color: rgba(26,26,26,0.4);
    line-height: 1.8;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(26,26,26,0.08);
    display: block;
  }

  /* -- COLOPHON -- */
  .colophon {
    text-align: center;
    padding: 48px 24px 100px;
    border-top: 1px solid rgba(255,255,255,0.06);
  }

  .colophon-text {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.2);
    line-height: 2.2;
  }

  /* -- RESPONSIVE -- */
  @media (max-width: 640px) {
    .scroll-banner { padding: 32px 0 28px; }
    .subheader { padding: 24px 20px 32px; }
    .listen-section { padding: 0 16px 32px; }
    .popup-content { padding: 40px 24px 36px; }
  }




  
    UNANTHEM/
    UNANTHEM/
    UNANTHEM/
    UNANTHEM/
    UNANTHEM/
    UNANTHEM/
    UNANTHEM/
    UNANTHEM/
  




  351 Inc. / Sound work, 2025
  UNanthem
  194 national anthems compressed into a single track
  Melletios Kyriakidis + Tim Gregory / UNSW Lab Sessions, 2025
  Read about the work




  
    Listen
    UNanthem, 3:39
    
      
    
  




  
    Close
    UNanthem
    190 national anthems compressed into a single track
    Written by Melletios Kyriakidis
    
      Unanthem is a sound work composed from national anthems sourced online. It draws from all recognised sovereign states, around 190 to 200 anthems, depending on classification.

      Each anthem was placed into a timeline using Audacity. I began by playing them together to see what would happen when they overlap. From there, I standardised the tempo. I calculated an average BPM and adjusted each anthem so they align rhythmically.

      The longest anthem runs for 3 minutes and 34 seconds. I extended all the others to match this duration. Once equalised in tempo and length, I layered them into a single track.

      What emerges is not harmony but noise. A dense, compressed field of sound. The anthems collapse into each other until they become almost indistinguishable.

      

      The work is concerned with how national anthems, in their current form, often carry a shared aesthetic rooted in European musical traditions. Orchestration, melody, structure, these elements repeat across nations regardless of geography. Instruments and tonal systems associated with European history appear globally, shaping how nations sonically represent themselves.

      This produces a strange continuity. Countries historically positioned as "other" adopt similar musical languages. The result is a kind of global sameness, where difference is flattened through repetition.

      With contemporary media, these anthems are constantly broadcast, televised, circulated. They become part of a continuous loop of national identity, amplified through systems of distribution and consumption. In that repetition, they begin to blur.

      The work points to how these sonic structures are entangled with histories of colonialism, class systems, and forms of control. Even where nations resist or redefine identity, they often retain these inherited frameworks.

      

      Unanthem compresses this into a single listening experience. It is loud, unstable, and at times uncomfortable. It can feel like a drone, but one that carries fragments of many competing signals.

      The installation extends this into space. Flags from different nations are arranged in a line. From one angle, they appear distinct. From another, they overlap and become transparent, merging into a single, unclear field of colour. The image breaks down in the same way the sound does.

      The title Unanthem suggests undoing. To unmake, to unravel, to remove the assumed stability of national symbols. Not replacing them, but pulling them apart.

      UNanthem / Melletios Kyriakidis + Dr Tim GregoryUNSW Lab Sessions, 2025 / 351 Inc.
    
  




  UNanthem / Melletios Kyriakidis + Tim GregoryUNSW Lab Sessions, 2025 / 351 Inc.




  (function () {
    var overlay = document.getElementById('popupOverlay');
    var openBtn = document.getElementById('openPopup');
    var closeBtn = document.getElementById('closePopup');

    if (openBtn &#38;&#38; overlay) {
      openBtn.addEventListener('click', function () {
        overlay.classList.add('active');
        document.body.style.overflow = 'hidden';
      });
    }

    if (closeBtn &#38;&#38; overlay) {
      closeBtn.addEventListener('click', function () {
        overlay.classList.remove('active');
        document.body.style.overflow = '';
      });
    }

    if (overlay) {
      overlay.addEventListener('click', function (e) {
        if (e.target === overlay) {
          overlay.classList.remove('active');
          document.body.style.overflow = '';
        }
      });
    }
  })();
</description>
		
	</item>
		
		
	<item>
		<title>manifesto reload infinity loop</title>
				
		<link>https://melletios.com/manifesto-reload-infinity-loop</link>

		<pubDate>Tue, 18 Jun 2024 00:26:24 +0000</pubDate>

		<dc:creator>melletios </dc:creator>

		<guid isPermaLink="true">https://melletios.com/manifesto-reload-infinity-loop</guid>

		<description>

Declaration of Intention


*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
.root{background:#f5f2ec;color:#0e0e0e;font-family:'Cormorant Garamond',serif;min-height:100vh;overflow-x:hidden;position:relative}
.ikeda{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:0.12}
.df{position:fixed;inset:0;pointer-events:none;z-index:1;overflow:hidden}
.ds{position:absolute;font-family:'DM Mono',monospace;line-height:1.1;white-space:pre;user-select:none}
.root::before{content:'';position:fixed;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(0,0,0,0.015) 3px,rgba(0,0,0,0.015) 4px);pointer-events:none;z-index:2}
.inner{position:relative;z-index:3;max-width:820px;margin:0 auto;padding:5rem 2rem 9rem}
.hd{margin-bottom:3.5rem;border-bottom:2px solid #0e0e0e;padding-bottom:2rem}
.sys{font-family:'DM Mono',monospace;font-size:.7rem;letter-spacing:.22em;color:#888;margin-bottom:1.4rem;text-transform:uppercase}
.ttl{font-family:'Bebas Neue',sans-serif;font-size:clamp(3rem,10vw,7rem);letter-spacing:.02em;line-height:.9;color:#0e0e0e;margin-bottom:1.2rem;white-space:pre-line}
.raw{font-family:'DM Mono',monospace;font-size:.62rem;color:#aaa;letter-spacing:.05em;line-height:1.6;margin:2rem 0;padding:1rem 1.2rem;border-left:2px solid #ddd;white-space:pre-wrap;word-break:break-all}
.bd{margin-top:3rem}
.sec{margin-bottom:3.5rem;opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}
.sec.on{opacity:1;transform:translateY(0)}
.lbl{font-family:'DM Mono',monospace;font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;color:#999;margin-bottom:1rem;display:flex;align-items:center;gap:.8rem}
.lbl::after{content:'';flex:1;height:1px;background:#ddd}
.p{font-size:clamp(1.45rem,2.6vw,1.85rem);font-weight:300;line-height:1.78;color:#0e0e0e;margin-bottom:1.2rem;letter-spacing:.01em}
.p[data-l="ar"]{direction:rtl;text-align:right;font-family:'Noto Sans Arabic','Cormorant Garamond',serif;font-size:clamp(1.25rem,2.2vw,1.6rem)}
.p[data-l="hi"]{font-family:'Noto Sans Devanagari','Cormorant Garamond',serif}
.p[data-l="ja"]{font-family:'Noto Sans JP','Cormorant Garamond',serif;font-size:clamp(1.25rem,2.2vw,1.6rem)}
.p[data-l="zh"]{font-family:'Noto Sans SC','Cormorant Garamond',serif;font-size:clamp(1.25rem,2.2vw,1.6rem)}
.p[data-l="el"]{font-size:clamp(1.35rem,2.4vw,1.75rem)}
.p[data-l="ru"]{font-size:clamp(1.35rem,2.4vw,1.75rem)}
.gx{font-family:'VT323',monospace;font-size:1.1em;color:#ff0040;letter-spacing:-.02em}
.pq{border-top:1px solid #0e0e0e;border-bottom:1px solid #0e0e0e;padding:2.5rem 0;margin:2.5rem 0}
.pq p{font-family:'Bebas Neue',sans-serif;font-size:clamp(1.6rem,4.5vw,3rem);letter-spacing:.04em;line-height:1.15;color:#0e0e0e}
.ofz{font-family:'DM Mono',monospace;font-size:.55rem;line-height:1.35;color:#bbb;letter-spacing:.04em;overflow:hidden;max-height:260px;margin:2rem 0;padding:1rem;border:1px solid #e0ddd8;white-space:pre-wrap;word-break:break-all;position:relative}
.ofz::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(transparent,#f5f2ec);pointer-events:none}
.pxw{margin:3.5rem 0;overflow:hidden}
.pxw canvas{display:block;width:100%;height:auto;image-rendering:pixelated;image-rendering:crisp-edges;background:#000}
.asc{font-family:'DM Mono',monospace;font-size:.5rem;line-height:1.1;color:#ccc;letter-spacing:.06em;overflow:hidden;max-height:50px;margin:1.5rem 0;white-space:pre}
.ct{margin-top:4rem;padding-top:2rem;border-top:2px solid #0e0e0e}
.ct .lbl{margin-bottom:1.2rem}
.ct a{display:block;font-family:'DM Mono',monospace;font-size:.9rem;letter-spacing:.15em;color:#0e0e0e;text-decoration:none;padding:.7rem 0;border-bottom:1px solid #ddd;transition:color .15s}
.ct a:hover{color:#ff0040}
.stmp{margin-top:5rem;font-family:'DM Mono',monospace;font-size:.58rem;letter-spacing:.2em;color:#bbb;text-transform:uppercase;text-align:center;line-height:2.4}
.cb{position:fixed;bottom:0;left:0;height:2px;background:#ff0040;z-index:10;opacity:.6}

/* POPUP */
.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:9999;opacity:0;pointer-events:none;transition:opacity .4s ease;display:flex;align-items:center;justify-content:center}
.popup-overlay.active{opacity:1;pointer-events:all}
.popup-content{max-width:700px;max-height:85vh;overflow-y:auto;padding:56px 52px 48px;background:#f5f2ec;border:none;position:relative;margin:0 20px;transform:translateY(20px);transition:transform .4s ease}
.popup-overlay.active .popup-content{transform:translateY(0)}
.popup-content::-webkit-scrollbar{width:4px}
.popup-content::-webkit-scrollbar-track{background:transparent}
.popup-content::-webkit-scrollbar-thumb{background:rgba(26,26,26,.2)}
.popup-close{position:absolute;top:20px;right:24px;font-family:'DM Mono',monospace;font-size:.62rem;letter-spacing:2px;text-transform:uppercase;color:rgba(26,26,26,.4);background:none;border:none;cursor:pointer;padding:4px 0;transition:color .3s ease}
.popup-close:hover{color:#000}
.popup-heading{font-family:'Bebas Neue',sans-serif;font-size:clamp(36px,5vw,56px);letter-spacing:.06em;line-height:.92;color:#0e0e0e;margin:0 0 8px;display:block}
.popup-subheading{font-family:'Cormorant Garamond',serif;font-size:clamp(16px,2vw,20px);font-weight:300;font-style:italic;color:rgba(26,26,26,.5);letter-spacing:.02em;margin:0 0 12px;display:block}
.popup-byline{font-family:'DM Mono',monospace;font-size:10px;font-weight:300;letter-spacing:2px;text-transform:uppercase;color:rgba(26,26,26,.35);margin:0 0 36px;padding-bottom:28px;border-bottom:1px solid rgba(26,26,26,.08);display:block}
.popup-text{font-family:'Cormorant Garamond',serif;font-size:clamp(20px,2.2vw,24px);font-weight:300;line-height:1.78;color:#0e0e0e}
.popup-text p{margin:0 0 28px}
.popup-text p:last-child{margin-bottom:0}
.popup-break{display:block;width:24px;height:1px;background:rgba(26,26,26,.15);margin:40px 0}
.popup-note{font-family:'DM Mono',monospace;font-size:11px;font-weight:300;letter-spacing:1.5px;color:rgba(26,26,26,.4);line-height:1.8;margin-top:40px;padding-top:28px;border-top:1px solid rgba(26,26,26,.08);display:block}
.popup-author{font-family:'DM Mono',monospace;font-size:12px;font-weight:400;letter-spacing:2px;text-transform:uppercase;color:rgba(26,26,26,.5);margin-top:32px;display:block}
.read-trigger{display:inline-block;font-family:'DM Mono',monospace;font-size:.62rem;font-weight:400;letter-spacing:2px;text-transform:uppercase;color:#0e0e0e;background:transparent;border:1px solid rgba(14,14,14,.25);padding:8px 22px;cursor:pointer;transition:all .3s ease;margin-top:1.2rem}
.read-trigger:hover{color:#ff0040;border-color:#ff0040}

@media(max-width:640px){
  .inner{padding:3rem 1.2rem 6rem}
  .ttl{font-size:clamp(2.4rem,12vw,4rem)}
  .p{font-size:clamp(1.2rem,4vw,1.5rem)}
  .pq p{font-size:clamp(1.4rem,6vw,2.2rem)}
  .ofz{max-height:180px;font-size:.5rem}
  .ds{opacity:.7}
}



342196374207124920662276279867569473093759381163651189551206745861760670233348127674635898506671088436040399953544475389619995831190632769307411009153712472526884693177675227443370827507764152755637896479243256170883925152596584203209343890565703030279745050663501863314220669913344782288600586391616070465389209406889378043689397919007414254059760595831074505881434286630525235904868889864929653879836504244745906949233008447262170940916225518268772124075126588214588625381417266





  
    SYS://351inc/declaration/v68016
    
    
    Read the declaration
  

  
  

  
  



  
    Close
    THE PARA-ARTISTIC METHODOLOGICAL FRAMEWORK
    A living declaration
    Melletios Kyriakidis / 351 Inc.
    
      The art does not belong to me. It never did. What I do is conjure. The work arrives from somewhere adjacent, a frequency that sits beside the visible, and the creative process is less invention than summoning. The specters that are brought into existence carry a past knowing, a framework that fits into something that preceded the artist. Some who do not understand would call it weird. I call it tapping into the art reality, a place where explanation is irrelevant and only action holds weight.

      The work has a hyper-mediated, surreal existence that is only ever present through experience or its documented trace. There is no capital picture. There is no shop. You cannot take it home. It lives in the immaterial.

      

      I work within the institutions where art is categorised and where audiences exchange their attention for something they hope will move them. But the exchange is asymmetric. The work enters the room and then refuses to leave with anyone. It stays. It belongs to the gap. The lacuna of observation, the space where metaphysical quantum paradox sits in non-structured language, where meaning forms and dissolves before it can be pinned.

      The posture is Marxist in temperament. Late stage dysfunction. A death drive where I was a catalyst waiting to be born inside the creative machine. Production is like mining, and the conversations are with those who do not exist. The ghost in the machine. The indigenous ancestry that is identified not by preserving what was handed down but by deleting, destroying, and deconstructing the current narratives that were built over the top of it.

      

      The stance is somewhat stoic, somewhat cynic. It engages capital structures in a black market economy of ideas. It explains the unruled. It decolonises the word decolonise. It unravels. The "un" is placed forward. And exploitation exists. This is not denied. It is named, sat with, worked through.

      Para-artistic means: beside art. Not inside it, not outside it, but in the parallel corridor where the lights flicker and the floor plan does not match the building. Methodological means: there is a system, but the system was designed by someone who does not trust systems. Framework means: the structure exists so that it can be broken. The framework is the breaking.

      The paranormal is just the normal that has not yet been categorised. The work is the act of categorisation failing in real time, publicly, in a room full of people who came to watch. Every reload of this page generates a new version. The text cycles. The fragments shift between languages. The glitches breathe. The canvas degrades. Nothing here is stable and nothing here pretends to be. This is the para-artistic methodological framework in operation. You are inside it now.

      Melletios Kyriakidis

      351 Inc. / Sydney, unceded Gadigal CountryPara-artistic methodological frameworkEvery reload is a new document. This version will never exist again.
    
  


  
    Contact
    melletios@gmail.com
    @melletios
    Information
  

  351 INC / SYDNEY AU / 68016nPARA-ARTISTIC METHODOLOGICAL FRAMEWORKnEVERY RELOAD IS A NEW DOCUMENT. THIS VERSION WILL NEVER EXIST AGAIN.





(function(){
"use strict";

/* POPUP */
var popOv=document.getElementById('popupOverlay');
var popOpen=document.getElementById('openPopup');
var popClose=document.getElementById('closePopup');
if(popOpen&#38;&#38;popOv){popOpen.addEventListener('click',function(){popOv.classList.add('active');document.body.style.overflow='hidden';});}
if(popClose&#38;&#38;popOv){popClose.addEventListener('click',function(){popOv.classList.remove('active');document.body.style.overflow='';});}
if(popOv){popOv.addEventListener('click',function(e){if(e.target===popOv){popOv.classList.remove('active');document.body.style.overflow='';}});}

var R=Math.random;
function ri(a,b){return Math.floor(R()*(b-a+1))+a}
function rp(a){return a[Math.floor(R()*a.length)]}
var G='░▒▓█▄▀■□◆◇○●#@%!?~^';

var ver=ri(10000,99999);
document.getElementById('vn').textContent=ver;
document.getElementById('stmp').textContent='351 INC / SYDNEY AU / '+ver+'nPARA-ARTISTIC METHODOLOGICAL FRAMEWORKnEVERY RELOAD IS A NEW DOCUMENT. THIS VERSION WILL NEVER EXIST AGAIN.';

var F=[
{en:'I make art the way a building catches fire: slowly, then all at once, then the neighbours arrive and ask if they can have some.',
 el:'Κάνω τέχνη όπως παίρνει φωτιά ένα κτίριο: αργά, μετά όλα μαζί, μετά έρχονται οι γείτονες και ρωτάνε αν μπορούν να πάρουν λίγο.',
 ru:'Я делаю искусство как здание загорается: медленно, потом всё сразу, потом приходят соседи и спрашивают, можно ли им тоже.',
 ja:'私はビルが燃えるように芸術を作る。ゆっくり、そして一気に。その後、隣人が来て「少しもらえますか」と聞く。',
 ar:'أصنع الفن كما يشتعل مبنى: ببطء، ثم دفعة واحدة، ثم يأتي الجيران ويسألون إن كان بإمكانهم أخذ بعض.',
 zh:'我做艺术就像大楼着火：慢慢地，然后猛然间，然后邻居来了问能不能分一点。',
 hi:'मैं कला ऐसे बनाता हूँ जैसे इमारत में आग लगती है: धीरे-धीरे, फिर एकदम, फिर पड़ोसी आते हैं और पूछते हैं क्या उन्हें भी मिल सकता है।'},
{en:'The screen is not a window. It is a mirror held up to a mirror held up to a man in a car park at 2am projecting something enormous onto a wall that was there before him and will remain after.',
 el:'Η οθόνη δεν είναι παράθυρο. Είναι καθρέφτης μπροστά σε καθρέφτη μπροστά σε έναν άνθρωπο σε πάρκινγκ στις 2 το πρωί.',
 ru:'Экран — это не окно. Это зеркало перед зеркалом перед человеком на парковке в 2 часа ночи.',
 ja:'スクリーンは窓ではない。鏡の前の鏡。午前2時の駐車場で巨大な何かを壁に投影する男の前の。',
 zh:'屏幕不是窗户。它是镜子前的镜子，对着凌晨2点停车场里一个把巨大东西投射到墙上的人。'},
{en:'I have been an educator since 1998. Over eight thousand students. This means I have watched eight thousand people learn to see. Some of them looked away. Some of them came back. This is the work.',
 el:'Είμαι εκπαιδευτικός από το 1998. Πάνω από οκτώ χιλιάδες φοιτητές. Μερικοί γύρισαν. Αυτή είναι η δουλειά.',
 ru:'Я преподаю с 1998 года. Более восьми тысяч студентов. Некоторые вернулись. Это и есть работа.',
 ja:'1998年から教育者。八千人以上の学生。見ることを学んだ八千人を見てきた。何人かは戻ってきた。これが仕事。',
 ar:'أنا معلم منذ 1998. أكثر من ثمانية آلاف طالب. بعضهم عاد. هذا هو العمل.',
 hi:'मैं 1998 से शिक्षक हूँ। आठ हज़ार से अधिक छात्र। कुछ लौटे। यही काम है।'},
{en:'I clap with eighty five strangers and I call it a sculpture. The sculpture lives on a server in a country that does not care about it. The sculpture is doing fine.',
 el:'Χειροκροτώ με ογδόντα πέντε ξένους και το ονομάζω γλυπτό. Το γλυπτό ζει σε έναν σέρβερ. Το γλυπτό είναι καλά.',
 zh:'我和八十五个陌生人鼓掌，我称之为雕塑。雕塑住在一个不关心它的国家的服务器上。雕塑很好。',
 ru:'Я хлопаю с восемьюдесятью пятью незнакомцами и называю это скульптурой. Скульптура в порядке.'},
{en:'The podcast is called DB10. We discuss things nobody asked us to discuss. We continue because the alternative is silence and silence has already been done.',
 ja:'ポッドキャストは DB10。誰も頼んでいないことを議論する。沈黙はもうやられたから続ける。',
 el:'Το podcast λέγεται DB10. Συζητάμε πράγματα που κανείς δεν μας ζήτησε. Η σιωπή έχει ήδη γίνει.',
 ru:'Подкаст называется DB10. Мы обсуждаем то, о чём никто не просил. Тишина уже была.'},
{en:'I collect dust from Room 6 of the Louvre while everyone photographs the Mona Lisa. The dust is Greek. The Mona Lisa is French. Da Vinci was Italian. The debt belongs to everyone.',
 el:'Μαζεύω σκόνη από την Αίθουσα 6 του Λούβρου. Η σκόνη είναι Ελληνική. Το χρέος ανήκει σε όλους.',
 zh:'我在卢浮宫第6号展厅收集灰尘，其他人都在拍蒙娜丽莎。灰尘是希腊的。债属于每个人。',
 ar:'أجمع الغبار من القاعة 6 في اللوفر. الغبار يوناني. الدين ملك للجميع.'},
{en:'The IKEA anarchists know where the exits are. They have always known. They are reading the instruction manual backwards. The shelf assembles itself. Nobody is surprised.',
 ru:'Анархисты из IKEA знают, где выходы. Они читают инструкцию задом наперёд. Полка собирает себя сама.',
 ja:'IKEAのアナキストたちは出口を知っている。説明書を逆から読んでいる。棚は自分で組み立てる。'},
{en:'A projection disappears when the lights go on. This is not a metaphor. This is the condition of the work. I drive home. The wall remains.',
 el:'Μια προβολή εξαφανίζεται όταν ανάβουν τα φώτα. Δεν είναι μεταφορά. Αυτή είναι η συνθήκη του έργου. Ο τοίχος μένει.',
 hi:'प्रोजेक्शन बत्ती जलते ही गायब हो जाता है। यह रूपक नहीं है। यह काम की शर्त है। दीवार रहती है।'},
{en:'My grandmother survived the Pontic genocide. My father survived the White Australia Policy. I survive by making things nobody asked for and then asking people to look at them. We are all surviving something.',
 el:'Η γιαγιά μου επέζησε από τη Γενοκτονία των Ποντίων. Ο πατέρας μου επέζησε από την πολιτική της Λευκής Αυστραλίας. Εγώ επιβιώνω φτιάχνοντας πράγματα που κανείς δεν ζήτησε.',
 ru:'Моя бабушка пережила геноцид понтийцев. Мой отец пережил политику Белой Австралии. Я выживаю, создавая то, что никто не просил.'},
{en:'The genre is: para-artistic methodological framework. The genre does not exist yet. That is the point. I invented it in a sentence. The sentence is the practice.',
 ja:'ジャンルは：パラアーティスティック・メソドロジカル・フレームワーク。まだ存在しない。それがポイント。一文で発明した。その文が実践。',
 ar:'النوع: إطار منهجي شبه-فني. النوع لا يوجد بعد. هذا هو الهدف. اخترعته في جملة. الجملة هي الممارسة.'},
{en:'Two televisions on the floor. A gap between them. On each screen a face approaching a kiss that never arrives. The gap is six inches wide. The gap is thirty two kisses long.',
 zh:'两台电视在地上。中间有个缝隙。每个屏幕上一张脸接近一个永远不会到达的吻。缝隙六英寸宽。缝隙三十二个吻长。',
 hi:'दो टेलीविज़न ज़मीन पर। उनके बीच एक अंतर। हर स्क्रीन पर एक चेहरा एक चुम्बन की ओर बढ़ रहा है जो कभी नहीं आता।'},
{en:'We were all born during the Anthropocene. The party started in 1950. Nobody sent invitations. The catering is terrible. The venue is on fire. Art is still being made.',
 ru:'Мы все родились в Антропоцене. Вечеринка началась в 1950. Никто не посылал приглашений. Искусство всё ещё создаётся.',
 ja:'私たちは皆人新世に生まれた。パーティーは1950年に始まった。招待状は誰も送らなかった。会場は燃えている。芸術はまだ作られている。'},
{en:'Curating is not a service. It is an ecosystem. Space3 ran for six years. One monograph. One ISBN. Many mornings where something important was about to happen and then did.',
 el:'Η επιμέλεια δεν είναι υπηρεσία. Είναι οικοσύστημα. Το Space3 λειτούργησε έξι χρόνια. Ένα ISBN. Πολλά πρωινά όπου κάτι σημαντικό επρόκειτο να συμβεί και συνέβη.',
 ar:'القيمة ليست خدمة. إنها نظام بيئي. Space3 استمر ست سنوات. رقم ISBN واحد. صباحات كثيرة حيث كان شيء مهم على وشك الحدوث ثم حدث.'},
{en:'The Southern Cross misappropriated by men who do not understand symbols. ANZAC Day. The outsider inside the nation. The Ned Kelly armour. The gap between who we are and what we are asked to celebrate.',
 el:'Ο Σταυρός του Νότου οικειοποιημένος από άνδρες που δεν καταλαβαίνουν σύμβολα. Η μέρα ANZAC. Ο ξένος μέσα στο έθνος.'},
{en:'Art for kids means: no corporate fat cats, no socialites, a squat party in a found furniture installation with streamers and the knowledge that this room belongs to you right now, today, entirely.',
 zh:'给孩子的艺术意味着：没有资本家，没有社交名流，在一个用捡来的家具搭建的装置里开派对，挂着彩带，知道这个房间现在属于你。'},
{en:'I teach design to people who will design the world I grow old in. This is not a metaphor. This is Tuesday. This is a classroom. This is the most political act I perform.',
 ru:'Я учу дизайну людей, которые будут проектировать мир, в котором я состарюсь. Это не метафора. Это вторник. Это самый политический акт.',
 hi:'मैं उन लोगों को डिज़ाइन सिखाता हूँ जो उस दुनिया को डिज़ाइन करेंगे जिसमें मैं बूढ़ा होऊँगा। यह रूपक नहीं। यह मंगलवार है।'},
{en:'351 incorporated. The number of a house I lived in once. The company is named after a place that no longer exists in a form I recognise. This is how all companies should be named.',
 ja:'351株式会社。かつて住んでいた家の番号。もう認識できる形では存在しない場所にちなんで名付けられた。すべての会社はこうあるべきだ。'},
{en:'Eight thousand students and not one of them needed permission to be an artist. They needed a room. They needed someone to say yes before the institution said maybe. I said yes. I keep saying yes.',
 ru:'Восемь тысяч студентов и ни одному не нужно было разрешение быть художником. Им нужна была комната. Я сказал да. Я продолжаю говорить да.',
 ar:'ثمانية آلاف طالب ولا واحد منهم احتاج إذناً ليكون فناناً. احتاجوا غرفة. قلت نعم. أستمر في قول نعم.'},
];

var langs=['en','el','ru','ja','zh','ar','hi'];
var labels=['I','II','III','IV','V','VI','VII','VIII','IX','X','XI','XII','XIII','XIV','XV','XVI','XVII','XVIII','XIX','XX','0x00','0xFF','NULL','SYS','ERR',':::','&#62;&#62;&#62;','///','███'];
var pulls=['THE ERROR IS THE ARTWORK.','I DO NOT WORK IN A DISCIPLINE. I WORK IN THE GAPS BETWEEN DISCIPLINES.','THE GRID IS BROKEN. THE WORK CONTINUES.','PARA-ARTISTIC. METHODOLOGICAL. FRAMEWORK.','FAILURE IS ANOTHER WORD FOR OUTPUT.','351 INC. SYDNEY. UNAUSTRALIA.','THE AUDIENCE IS THE MEDIUM.','I MADE IT. I OWN NOTHING. I CONTINUE.','EIGHT THOUSAND STUDENTS. ONE PRACTICE. NO DISCIPLINE.','THE TEXT IS ALIVE. THE TEXT IS SPEAKING.','Η τέχνη είναι ζωντανή.','Текст живой. Текст говорит.','テキストは生きている。'];

var rawPool=['','0x4D454C4C4554494F53 -&#62; ARTIST','0x4D454C4C4554494F53 -&#62; EDUCATOR','0x4D454C4C4554494F53 -&#62; SHOPLIFTER','buffer overflow at: THE_DISPENSARY','buffer overflow at: SPACE3_2000_2006','checksum: BEAUTIFUL','::351inc::para::artistic::methodological::framework::','segfault (core dumped) -&#62; exhibiting regardless','students: 8000+ &#124; years: 27 &#124; disciplines: infinity','WARNING: recursive self-reference detected. proceeding.','packet loss: 100% -&#62; the gap IS the artwork','malloc: no memory for CERTAINTY. using AMBIGUITY instead.','EOF reached at line '+ri(1,99999)+' -&#62; the line continues'];

function genRaw(){var out='',used={},n=ri(5,8);while(Object.keys(used).length</description>
		
	</item>
		
		
	<item>
		<title>FIELD</title>
				
		<link>https://melletios.com/FIELD</link>

		<pubDate>Thu, 14 May 2026 07:50:25 +0000</pubDate>

		<dc:creator>melletios </dc:creator>

		<guid isPermaLink="true">https://melletios.com/FIELD</guid>

		<description>
  body { margin: 0; padding: 0; background: #050505; overflow: hidden; }
  .field-frame { position: fixed; top: 0; left: 0; width: 100%; height: 100%; border: none; z-index: 9999; }


</description>
		
	</item>
		
		
	<item>
		<title>DB10</title>
				
		<link>https://melletios.com/DB10</link>

		<pubDate>Wed, 30 Jul 2025 04:39:06 +0000</pubDate>

		<dc:creator>melletios </dc:creator>

		<guid isPermaLink="true">https://melletios.com/DB10</guid>

		<description>




* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:        #ffffff;
  --border:    #d8d8d8;
  --black:     #0a0a0a;
  --mid:       #555;
  --faint:     #999;
  --banner-bg: #0a0a0a;
  --yellow:    #ffff06;
  --pink:      #f5aeee;
}

body {
  background: var(--bg);
  color: var(--black);
  font-family: 'DM Mono', monospace;
  font-weight: 300;
}

/* ── FADE-UP ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp 0.55s ease both; }
.fade-up:nth-child(1) { animation-delay: 0.05s; }
.fade-up:nth-child(2) { animation-delay: 0.12s; }
.fade-up:nth-child(3) { animation-delay: 0.19s; }
.fade-up:nth-child(4) { animation-delay: 0.26s; }

/* ── MARQUEE BANNER ── */
.marquee-row {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  height: 68px;
  display: flex;
  align-items: center;
  background: var(--banner-bg);
}
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marqueeScroll 30s linear infinite;
}
.marquee-track span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.03em;
  padding-right: 2.5rem;
  color: transparent;
  -webkit-text-stroke: 1px #333;
}
.marquee-track span.y  { color: var(--yellow);  -webkit-text-stroke: 0; }
.marquee-track span.p  { color: var(--pink);     -webkit-text-stroke: 0; }
.marquee-track span.sm { font-size: 2rem; color: var(--pink); -webkit-text-stroke: 0; padding-right: 1.8rem; }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── HEADER ── */
.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.4rem 2.5rem;
  border-bottom: 1px solid var(--border);
}
.site-header-left {
  font-family: 'DM Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--faint);
  text-decoration: none;
  transition: color 0.2s;
}
.site-header-left:hover { color: var(--black); }
.site-header-nav {
  display: flex;
  align-items: center;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
.site-header-nav a {
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--faint);
  text-decoration: none;
  padding: 0.45rem 1.1rem;
  transition: color 0.2s;
}
.site-header-nav a:not(:last-child) { border-right: 1px solid var(--border); }
.site-header-nav a:hover { color: var(--black); }
.site-header-right {
  text-align: right;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--faint);
  letter-spacing: 0.05em;
}

/* ── HERO ── */
.page-hero {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 2.5rem;
  padding: 2.5rem 2.5rem 2rem;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
.hero-cover {
  width: 150px;
  height: 150px;
  overflow: hidden;
  background: #eee;
}
.hero-cover img,
.hero-cover figure,
.hero-cover figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  margin: 0 !important;
}
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 5rem;
  color: var(--black);
  line-height: 0.9;
  letter-spacing: 0.03em;
  margin-bottom: 0.55rem;
}
.hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--mid);
  margin-bottom: 0.6rem;
  line-height: 1.5;
}
.hero-byline {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--faint);
}

/* ── FOLLOW BUTTONS ── */
.follow-bar {
  display: flex;
  gap: 0.75rem;
  padding: 1.4rem 2.5rem;
  border-bottom: 1px solid var(--border);
  align-items: center;
}
.follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.55rem 1.1rem;
  border: 1px solid var(--border);
  color: var(--black);
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}
.follow-btn:hover { background: var(--black); color: #fff; border-color: var(--black); }
.follow-btn svg { flex-shrink: 0; }
.follow-label {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--faint);
  margin-left: auto;
}

/* ── DESCRIPTION ── */
.desc-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 2rem 2.5rem;
  border-bottom: 1px solid var(--border);
}
.desc-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--black);
}
.desc-tags {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
}
.desc-tags span {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--faint);
  border-top: 1px solid var(--border);
  padding: 0.7rem 0;
}

/* ── SECTION LABEL ── */
.section-label {
  padding: 1.3rem 2.5rem 0.9rem;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--faint);
  border-bottom: 1px solid var(--border);
}

/* ── EPISODE ROW ── */
.ep-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0 1.5rem;
  padding: 2rem 2.5rem;
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}
.ep-row:hover { background: #f7f7f5; }
.ep-num {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--faint);
  padding-top: 0.2rem;
}
.ep-title {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 0.55rem;
  line-height: 1.6;
}
.ep-desc {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--mid);
  margin-bottom: 1.1rem;
}
.ep-row iframe {
  width: 100%;
  border: none;
  display: block;
}

/* ── FOOTER ── */
.site-footer {
  padding: 1.6rem 2.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer span {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--faint);
}

/* ── RESPONSIVE ── */
@media (max-width: 700px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .site-header-nav { display: none; }
  .page-hero { grid-template-columns: 90px 1fr; gap: 1.5rem; padding: 1.5rem; }
  .hero-cover { width: 90px; height: 90px; }
  .hero-title { font-size: 3.2rem; }
  .desc-block { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.5rem; }
  .ep-row { padding: 1.5rem; }
  .section-label, .site-footer { padding-left: 1.5rem; padding-right: 1.5rem; }
}




  
    DB10UNHINGEDOBSCENE · DISRUPTIVE◁PLATFORMSPODCASTART⇶
    DB10UNHINGEDOBSCENE · DISRUPTIVE◁PLATFORMSPODCASTART⇶
  




  recordings since 2024
  
    Apple
    Spotify
    Instagram
    Home
  
  tioś




  &#60;img width="1067" height="1053" width_o="1067" height_o="1053" data-src="https://freight.cargo.site/t/original/i/dd5a8aa88fcca41348790a4d44c7d7be39f0df95ddffeb19addfee9c24812443/IMG_6530.jpg" data-mid="236814326" border="0"  src="https://freight.cargo.site/w/1000/i/dd5a8aa88fcca41348790a4d44c7d7be39f0df95ddffeb19addfee9c24812443/IMG_6530.jpg" /&#62;
  
    DB10
    Unhinged, obscene, and disruptive
    Melletios Kyriakidis · Tim Gregory
  




  
    
      
    
    Follow on Spotify
  
  
    
      
    
    Follow on Apple
  
  Subscribe · Free




  Tim Gregory and Melletios Kyriakidis dismantle dominant narratives, exposing the grotesque, the derailed, and the unspeakable in contemporary discourse. Field recordings in cultural institutions. A dissection of the fetishised and the discarded, the hauntological wreckage of academia, and the anarchic play of a world in collapse. From autotheory to Marx, from magic to pornography, from counter-histories to fractured aesthetics · nothing is stable, and everything is unsettled.
  
    Capitalism and collapse
    Language as glitch
    A reading that derails
    A breath held
  



Episodes · 18 available


  01
  
    Peculiar Perpendicular Perspective Performative Personality Pt. I
    Where the perpendicular and the performative first collide. The origins of the personality in crisis. · 2024
    
  



  02
  
    The Dino Conspiracy Pt. 2
    Evicting Jurassic Park, relocating the fossilised fantasy, and asking what it means to seek authenticity in a world curated by spectacle. · 2024
    
  



  03
  
    After Hours · The Culinary Arts of Revolution
    Greek cuisine, sourdough, and culture, before pivoting to a hearty discussion on the current state of the world. Mystical elements of art, critiques of the cultural machine. Where things started, before the unhinged went full disruptive. · 2024
    
  



  04
  
    The Didactic Menu: A Zombie Guide to Cannibalism Pt. 2
    Merging critical theory with speculative inquiry · the challenge of teaching the undead through the lens of nutrition. Inspired by The Menu (2022), pushing the boundaries of academic thought and creative expression. A unique take on the macabre and the didactic. · 2024
    
  



  05
  
    Personal Experience, Art and Memory · the Fall into Language
    The nuanced connections between personal experience, art, and memory. How moments of crisis · confrontations with authority, the fall into language (a Lacan quote) · shape artistic expression and our understanding of identity. The complex ways artists document and transform personal trauma. · 2024
    
  



  06
  
    Sonic Subversion: The Undead Cargo of Cries
    Screaming as resistance · from the harrowing cries of slavery to contemporary sonic protest. Improvisational music as a descendant of historical screams. The oppressed as zombies whose screams carry both historical trauma and the power of ongoing rebellion. 1h 21m · Oct 2024
    
  



  07
  
    The Accidental Clown · A Glitchmas AF Spectacle!
    Clowns and dildos collide. The dildo as postmodern weapon wielded against patriarchal control. Beijing East Village · performance, endurance, the body as site of protest. The absurdity of the clown, the history of the dildo, and the autonomy of art. · Dec 2024
    
  



  08
  
    Pt. 1 · Chappell Roan vs. Sabrina Carpenter: Battle of the Pop Generics
    Tim has an identity crisis over a bottle of Aldi wine. The generic as product of industrial capitalism that evacuates desire through the normative. Aquarium visit, anarchists on holiday, a postmodern counter-reading of Hamilton, why musicals and pornos are the same thing. 2h 17m · Apr 2025
    
  



  09
  
    Pt. 2 · Sabrina Carpenter: the Straight Generic
    Late-stage heterosex, where desire goes to die and find solidarity in a shared aisthesis of disappointment. Carpenter's explicit generic as camouflage and capitulation to compulsory heterosexuality. The unused dildo beside the marital bed. · Apr 2025
    
  



  10
  
    Repetition, Death Drive, and Pooping Back and Forth Forever ♾️
    Endless loops and the unbearable. Malevich's lingering ghost, Sarah Lucas, MSCHF, the death drive, social reproduction, lipstick, glory holes · everything returns, everything resists resolution. Tim wears lipstick and a skirt. 2h 1m · Feb 2025
    
  



  11
  
    Getting Off at Redfern: Bleached Male Desire and the Fake Crisis of Masculinity
    Premature ejaculation, tradie funk, Barbara Kruger, Chatroulette, and the crisis that never ends. The sweaty aesthetics of masculinity and the violence of straight male desire · from schoolyards to sports fields, from webcam sex to the digital shadows of denial. · May 2025
    
  



  12
  
    From Jizz to Jazz: Desire and Violence in Everyday Straight Men's Rituals
    Walking down King Street on a Friday night to a funk/jazz/trance fusion gig. The same head movement in jazz and heavy metal. Settler sexuality as a term that inscribes violence in the everyday desires of straight men. From Boston Dynamics to True Crime podcasts, violence as constitutive of the domestic. 55m · Jun 2025
    
  



  13
  
    "I Am Sitting in a Beat" · Sonic Experiments
    Klein, Kristeva, and Cop Cars. Gut fantasies, suburban beats, the surveillance of pleasure. What connects curdled milk to ADHD stimulants? Abandoned wedding venues as sites of homosocial possibility. Part three of the masculine mess · Bronski Beat, cops, cruising, neuro-divergent and psychoanalytic. 56m · Jun 2025
    
  



  14
  
    The The · Mona Hatoum and the Electric State
    Queer public sex, Mona Hatoum's electrified domesticity, the failures of heterosexuality as both ideology and kink. PornHub statistics replace national identity. The lingering scent of burnt patriarchy in art spaces that still smell like bleach. 58m · Jul 2025
    
  



  15
  
    The Impossible Aesthetics of Giving a Shit
    Recorded inside Tin Sheds Gallery at Sydney University while tradies lay floorboards. Teenage dancers take down the monarchy. A Rolex scratched into a manifesto. Hornsleth buys a village with livestock. The line between satire and sincerity dissolves. Silence is political. John Cage was 15 once. 1h 6m · Jul 2025
    
  



  16
  
    Peculiar Perpendicular Perspective Performative Personality Pt. II
    Recorded in a gallery full of ghosts, tradie dust, and caffeine. Art school nostalgia, fascist cubes, horny helium metaphors, the politics of skill versus expression. HSC trauma, Morandi's fascism, Claude Cahun's anti-fascist love story. Shame, cringe, pedagogy · the death of sincerity in a world obsessed with skill. 56m · Oct 2025
    
  



  17
  
    Art is Dead, Long Live Art: Eschatology and the Death Drive
    Making art in the end times. Eschatology and the death drive as opposing forces. Melletios runs around naked, Tim takes drugs to dull the pain, Malevich is stuck painting squares forever. Heaven's Gate cult, Lars Von Trier's Melancholia, a sad triangle, and the cold post-conceptualism of smoothing the pillow of capitalism. 2h 21m · Dec 2025
    
  



  18
  
    Vertical Time and the Bliss at Pleasure's End
    Roland Barthes' 1973 "The Pleasure of the Text" · the cut between pleasure and bliss, administration and abolition, comprehension and noise. Travelling vertically through time, escaping the horizontality of property, debt and prisons. A special guest returns that no one asked for. 1h 16m · Mar 2026
    
  




  DB10 · Unhinged, Obscene &#38;amp; Disruptive
  Visual Arts · Sydney · 351 Inc
</description>
		
	</item>
		
		
	<item>
		<title>DB10 Transmission Beta</title>
				
		<link>https://melletios.com/DB10-Transmission-Beta</link>

		<pubDate>Sun, 15 Mar 2026 04:40:55 +0000</pubDate>

		<dc:creator>melletios </dc:creator>

		<guid isPermaLink="true">https://melletios.com/DB10-Transmission-Beta</guid>

		<description>
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&#38;family=DM+Mono:ital,wght@0,300;0,400;1,300&#38;family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&#38;display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:     #ffffff;
  --black:  #0a0a0a;
  --border: #d8d8d8;
  --mid:    #555;
  --faint:  #aaa;
  --yellow: #ffff06;
  --pink:   #f5aeee;
}

body {
  background: var(--bg);
  color: var(--black);
  font-family: 'DM Mono', monospace;
  font-weight: 300;
}

.marquee-row {
  width: 100%;
  overflow: hidden;
  height: 60px;
  display: flex;
  align-items: center;
  background: var(--black);
  border-bottom: 1px solid #222;
}
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: mscroll 32s linear infinite;
}
.marquee-track span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  letter-spacing: .03em;
  padding-right: 2.5rem;
  color: transparent;
  -webkit-text-stroke: 1px #333;
}
.marquee-track span.y  { color: var(--yellow); -webkit-text-stroke: 0; }
.marquee-track span.p  { color: var(--pink);   -webkit-text-stroke: 0; }
.marquee-track span.sm { font-size: 1.8rem; color: var(--pink); -webkit-text-stroke: 0; padding-right: 1.8rem; }
@keyframes mscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.3rem 2.5rem;
  border-bottom: 1px solid var(--border);
}
.site-header-left {
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--faint);
  text-decoration: none;
  transition: color .2s;
}
.site-header-left:hover { color: var(--black); }
.site-header-nav {
  display: flex;
  align-items: center;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
.site-header-nav a {
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--faint);
  text-decoration: none;
  padding: .42rem 1rem;
  transition: color .2s;
}
.site-header-nav a:not(:last-child) { border-right: 1px solid var(--border); }
.site-header-nav a:hover { color: var(--black); }
.site-header-right {
  text-align: right;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: .95rem;
  color: var(--faint);
}

.page-title-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 2.5rem 2.5rem 2rem;
  border-bottom: 1px solid var(--border);
  align-items: end;
}
.page-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 5.5rem;
  line-height: .88;
  letter-spacing: .02em;
  color: var(--black);
}
.page-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--mid);
  margin-top: .7rem;
  line-height: 1.6;
}
.page-statement {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--mid);
  align-self: end;
}
.page-statement em {
  color: var(--black);
  font-style: normal;
}

.meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2.5rem;
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
  gap: .75rem;
}
.meta-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.meta-label {
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--faint);
}
.live-pill {
  display: flex;
  align-items: center;
  gap: 6px;
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cc0000;
  animation: pdot 1.8s ease infinite;
  flex-shrink: 0;
}
.live-txt {
  font-size: .6rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #cc0000;
}
#line-count {
  font-size: .6rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--faint);
}
@keyframes pdot { 0%,100%{opacity:1} 50%{opacity:.2} }

.transmission-wrap {
  min-height: 60vh;
  padding: 2rem 2.5rem;
  border-bottom: 1px solid var(--border);
}
#feed {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.line {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  animation: fadein .45s ease both;
}
.spkr {
  flex-shrink: 0;
  font-size: .5rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .2rem .5rem;
  background: var(--black);
  margin-top: .28rem;
  line-height: 1.5;
}
.spkr.mel { color: var(--yellow); }
.spkr.tim { color: var(--pink); }
.txt {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.85;
  color: var(--black);
}
#cursor {
  display: inline-block;
  width: 1.5px;
  height: .82em;
  background: var(--black);
  margin-left: 2px;
  vertical-align: text-bottom;
  animation: blink .75s step-end infinite;
}
#status {
  font-size: .6rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ccc;
  animation: blink 1.6s ease infinite;
  padding: .5rem 0;
}
#error-msg {
  font-size: .65rem;
  letter-spacing: .15em;
  color: #cc0000;
  padding: .5rem 0;
  display: none;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.1} }
@keyframes fadein { from{opacity:0;transform:translateY(5px)} to{opacity:1;transform:none} }

.note-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 2rem 2.5rem;
  border-bottom: 1px solid var(--border);
}
.note-block p {
  font-family: 'Cormorant Garamond', serif;
  font-size: .95rem;
  line-height: 1.8;
  color: var(--mid);
}
.note-tags {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.note-tags span {
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--faint);
  border-top: 1px solid var(--border);
  padding: .6rem 0;
}

.site-footer {
  padding: 1.4rem 2.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer span {
  font-size: .58rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--faint);
}

@media (max-width: 700px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .site-header-nav { display: none; }
  .page-title-block, .note-block { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.5rem; }
  .page-title { font-size: 3.5rem; }
  .transmission-wrap, .meta-row, .site-footer { padding-left: 1.5rem; padding-right: 1.5rem; }
}




  
    DB10TRANSMISSIONGENERATIVE◁ALWAYS ONMEL·TIM⇶
    DB10TRANSMISSIONGENERATIVE◁ALWAYS ONMEL·TIM⇶
  




  melletios
  
    Spotify
    Apple
    Instagram
    Home
  
  tioś




  
    DB10Transmission
    A generative broadcast · always on · never repeating
Click anywhere for sound!
  
  What happens when a conversation never stops? Every visitor finds Melletios and Tim mid-thought, inside an infinite AI-generated broadcast trained on their actual voices, their actual arguments, their actual friendship. No episode ends. Nothing resolves. The transmission continues whether you are here or not.






  
    
      
      Live
    
    Melletios Kyriakidis · Tim Gregory
    Sydney · 351 Inc
  
  




  
    Tuning in...
    Transmission unavailable. Check Worker URL is configured.
  




  This work is generated in real time using a language model trained on the complete transcripts of the DB10 podcast. It learns the rhythms, the references, the spirals and the cuts. It does not simulate a conversation, it continues one.
  
    Generative language · AI voice model
    Trained on DB10 transcripts 2024 · 2026
    Unhinged · Obscene · Disruptive
    351 Inc · Sydney
  




  DB10 · Generative Transmission · 351 Inc
  Visual Arts · Sydney · melletios.com


</description>
		
	</item>
		
		
	<item>
		<title>HAUNTOLOGY of SHOPLIFTING «</title>
				
		<link>https://melletios.com/HAUNTOLOGY-of-SHOPLIFTING</link>

		<pubDate>Wed, 18 Mar 2026 08:03:51 +0000</pubDate>

		<dc:creator>melletios </dc:creator>

		<guid isPermaLink="true">https://melletios.com/HAUNTOLOGY-of-SHOPLIFTING</guid>

		<description>




* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #ffffff; --black: #0a0a0a; --border: #d8d8d8;
  --mid: #555; --faint: #aaa; --cobalt: #2222cc;
}
body { background: var(--bg); color: var(--black); font-family: "DM Mono", monospace; font-weight: 300; }

.marquee-row {
  width: 100%; overflow: hidden; height: 60px; display: flex;
  align-items: center; background: var(--black); border-bottom: 1px solid #222;
}
.marquee-track { display: flex; white-space: nowrap; animation: mscroll 36s linear infinite; }
.marquee-track span {
  font-family: "Bebas Neue", sans-serif; font-size: 3rem; letter-spacing: .03em;
  padding-right: 2.5rem; color: transparent; -webkit-text-stroke: 1px #333;
}
.marquee-track span.c { color: #3333ee; -webkit-text-stroke: 0; }
.marquee-track span.w { color: #ffffff; -webkit-text-stroke: 0; }
.marquee-track span.g { color: #aaa; -webkit-text-stroke: 0; font-size: 1.8rem; padding-right: 1.8rem; }
@keyframes mscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.site-header {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; padding: 1.3rem 2.5rem; border-bottom: 1px solid var(--border);
}
.site-header-left {
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--faint); text-decoration: none; transition: color .2s;
}
.site-header-left:hover { color: var(--black); }
.site-header-nav {
  display: flex; align-items: center;
  border-left: 1px solid var(--border); border-right: 1px solid var(--border);
}
.site-header-nav a {
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--faint); text-decoration: none; padding: .42rem 1rem; transition: color .2s;
}
.site-header-nav a:not(:last-child) { border-right: 1px solid var(--border); }
.site-header-nav a:hover { color: var(--black); }
.site-header-right {
  text-align: right; font-family: "Cormorant Garamond", serif;
  font-style: italic; font-size: .95rem; color: var(--faint);
}

.page-hero {
  display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border); min-height: 70vh;
}
.hero-image {
  overflow: hidden; background: #eee;
}
.hero-image figure, .hero-image figure img {
  width: 100% !important; height: 100% !important; object-fit: cover !important; display: block; margin: 0 !important;
}
.hero-text {
  padding: 3rem 2.5rem; display: flex; flex-direction: column;
  justify-content: flex-end; border-left: 1px solid var(--border);
}
.hero-title {
  font-family: "Bebas Neue", sans-serif; line-height: .85;
  letter-spacing: .02em; margin-bottom: 1rem;
}
.hero-title .t1 { color: var(--black); display: block; font-size: 3.5rem; }
.hero-title .t2 { color: var(--cobalt); display: block; font-size: 6.5rem; line-height: .8; }
.hero-title .t3 { color: var(--black); display: block; font-size: 3rem; letter-spacing: .1em; }
.hero-title .t4 { color: var(--cobalt); display: block; font-size: 7.5rem; line-height: .78; }
.hero-subtitle {
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 1.1rem; color: var(--mid); line-height: 1.6; margin-bottom: 1.5rem;
}
.hero-meta { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--faint); }

.statement-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
  padding: 3rem 2.5rem; border-bottom: 1px solid var(--border);
}
.statement-label {
  font-size: .6rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--faint); margin-bottom: 1.2rem; border-bottom: 1px solid var(--border); padding-bottom: .6rem;
}
.statement-body {
  font-family: "Cormorant Garamond", serif; font-size: 1.1rem; line-height: 1.85; color: var(--black);
}
.statement-body p + p { margin-top: 1.2em; }
.statement-body em { font-style: italic; }
.statement-tags { display: flex; flex-direction: column; }
.statement-tags span {
  font-size: .6rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--faint); border-top: 1px solid var(--border); padding: .7rem 0;
}

.cobalt-block {
  display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border);
}
.cobalt-img-wrap {
  background: #f5f5f5; display: flex; align-items: center;
  justify-content: center; padding: 4rem 3rem; min-height: 500px;
  overflow: hidden;
}
.cobalt-img-wrap figure, .cobalt-img-wrap figure img {
  max-width: 100% !important; max-height: 460px !important;
  object-fit: contain !important; display: block; margin: 0 auto !important;
}
.cobalt-text {
  padding: 3rem 2.5rem; border-left: 1px solid var(--border);
  display: flex; flex-direction: column; justify-content: center;
}
.cobalt-title {
  font-family: "Bebas Neue", sans-serif; font-size: 3.5rem; line-height: .9;
  letter-spacing: .03em; color: var(--cobalt); margin-bottom: 1.5rem;
}
.cobalt-sub { font-size: 2rem; letter-spacing: .18em; color: var(--black); }
.cobalt-body {
  font-family: "Cormorant Garamond", serif; font-size: 1.05rem; line-height: 1.85; color: var(--mid);
}
.cobalt-body p + p { margin-top: 1em; }

.no-block {
  padding: 3rem 2.5rem; border-bottom: 1px solid var(--border);
  display: grid; grid-template-columns: 180px 1fr; gap: 3rem;
}
.no-label {
  font-family: "Bebas Neue", sans-serif; font-size: 6.5rem; line-height: .85;
  color: var(--black); writing-mode: vertical-rl; text-orientation: mixed; align-self: start;
}
.no-text {
  font-family: "Cormorant Garamond", serif; font-size: 1.05rem; line-height: 1.85; color: var(--black);
}
.no-text p + p { margin-top: 1.2em; }
.no-text em { font-style: italic; color: var(--cobalt); }

.install-label {
  padding: 1.2rem 2.5rem; font-size: .6rem; letter-spacing: .24em;
  text-transform: uppercase; color: var(--faint); border-bottom: 1px solid var(--border);
}
.install-grid {
  display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border);
}
.install-grid .cell {
  overflow: hidden; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); aspect-ratio: 1/1;
}
.install-grid .cell:nth-child(even) { border-right: none; }
.install-grid .cell.wide { grid-column: span 2; aspect-ratio: 16/7; border-right: none; }
.install-grid .cell figure, .install-grid .cell figure img {
  width: 100% !important; height: 100% !important; object-fit: cover !important; display: block; margin: 0 !important;
}
.install-caption {
  padding: 1.2rem 2.5rem; border-bottom: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
}
.install-caption span { font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; color: var(--faint); }

.note-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
  padding: 2rem 2.5rem; border-bottom: 1px solid var(--border);
}
.note-block p { font-family: "Cormorant Garamond", serif; font-size: .95rem; line-height: 1.8; color: var(--mid); }
.note-tags { display: flex; flex-direction: column; justify-content: flex-end; }
.note-tags span {
  font-size: .62rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--faint); border-top: 1px solid var(--border); padding: .6rem 0;
}

.site-footer {
  padding: 1.4rem 2.5rem; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
}
.site-footer span { font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: var(--faint); }

@media (max-width: 700px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .site-header-nav { display: none; }
  .page-hero, .statement-block, .cobalt-block, .no-block, .note-block { grid-template-columns: 1fr; }
  .hero-text, .cobalt-text { border-left: none; border-top: 1px solid var(--border); }
  .hero-title .t2 { font-size: 4rem; }
  .hero-title .t4 { font-size: 4.5rem; }
  .no-label { writing-mode: horizontal-tb; font-size: 4rem; margin-bottom: 1rem; }
  .install-grid { grid-template-columns: 1fr; }
  .install-grid .cell, .install-grid .cell.wide { grid-column: span 1; aspect-ratio: 4/3; border-right: none; }
}




  
    COBALTTHE HAUNTOLOGYOFSHOPLIFTING·HARAWAYDRCGHOST⇶MINERALSUPPLY CHAIN·
    COBALTTHE HAUNTOLOGYOFSHOPLIFTING·HARAWAYDRCGHOST⇶MINERALSUPPLY CHAIN·
  




  melletios
  
    Home
    Curate
    DB10
    CV
  
  tioś




  
&#60;img width="750" height="1334" width_o="750" height_o="1334" data-src="https://freight.cargo.site/t/original/i/f2f1a4cbdfd9b06defad9ed8713fc39a1a0711a4712149f4cea16f0c1710bf68/cobalt_V4.png" data-mid="246224632" border="0"  src="https://freight.cargo.site/w/750/i/f2f1a4cbdfd9b06defad9ed8713fc39a1a0711a4712149f4cea16f0c1710bf68/cobalt_V4.png" /&#62;

  
    
      The
      Hauntology
      of
      Shoplifting
    
    Cobalt, colonial infrastructure,and the ghost inside every machine
    Melletios Kyriakidis · 351 Inc · 2022 ongoing
  




  
    Artist Statement
    
      Your phone contains cobalt. So does your laptop, your electric car, the server running your AI query. That cobalt most likely came from the Democratic Republic of Congo, extracted from land that belonged to people who were never asked, by workers, many of them children, who earn almost nothing. The mine does not appear on your screen. The hands that dug it do not appear in your feed. They are the ghost in the machine, and the machine does not acknowledge ghosts.
      Donna Haraway taught us that we are all already cyborgs, merged with our tools, our networks, our infrastructures. But the cyborg has a supply chain. Every connection runs through a material history of dispossession, and that history does not disappear when the interface loads. It haunts. It persists in the ore, the battery, the blue.
      Hauntology, the concept drawn from Derrida and sharpened by Mark Fisher, names this condition: the way the past refuses to stay past, the way colonial structures continue to operate through the present tense of technology. We are never simply online. We are online through something, on top of something, extracted from someone.
      This work holds the cobalt rock as both object and index. It is beautiful, dense, electric blue. It is also a crime scene. The work asks you to stay with that contradiction rather than resolve it, to remain present to the ghost rather than scroll past it.
    
  
  
    Themes
    Cobalt · DRC · mineral extraction
    Indigenous land and dispossession
    Colonial infrastructure of the digital
    Donna Haraway · cyborg theory
    Hauntology · Derrida · Fisher
    AI and computational labour
    Class struggle and the supply chain
    The ghost in the machine
  




  &#60;img width="803" height="1071" width_o="803" height_o="1071" data-src="https://freight.cargo.site/t/original/i/2c437d85889a0c6585da2dde1abe4c1b0c69fe0452e1559098ba8425edc1d3f1/rockonphone.png" data-mid="246230119" border="0"  src="https://freight.cargo.site/w/803/i/2c437d85889a0c6585da2dde1abe4c1b0c69fe0452e1559098ba8425edc1d3f1/rockonphone.png" /&#62;
  
    CobaltV3
    
      AI-generated cobalt mineral specimen. The source images were scraped from product listings, geological databases, and mining company reports. The AI learned the shape of cobalt from images produced by the industry that extracts it.
      Cobalt is listed on the London Metal Exchange. It trades at around USD 30,000 per tonne. The miners who extract it in Katanga province earn on average USD 1 to 2 per day. The gap between those two numbers is the ghost.
      The blue is extraordinarily beautiful. This is part of the problem.
    
  




  No/oN
  
    I think the apocalypse will be at noon. The Doomsday Clock counts to midnight. It is currently 100 seconds from 12. But the Doomsday clock is analogue, it could be 100 seconds from midnight, or from noon. Perhaps at noon, when no one is expecting it, the world will just end. I can see myself eating a sandwich, and then, not eating a sandwich.
    My kid, I mean my kids, say no. I'm pretty sure no was their first word. I mean if you think about it, a baby's first sound is a cry. A cry is a no to something, even before "thing" is a concept. Before Ma or Da, there is no. It is abstract, but total.
    It often seems like being a parent is just saying no, but it's not really no. When a parent says no it is because we are saying yes to something beyond the kid. We are saying yes to standardised schooling, to friends, to family, to property, to work, to love, to tomorrow. We know saying no is the only way to say yes. But see a 2 year old say no, and tell me he is saying yes. I'm jealous of him. But I can also pick him up and strap him into a car seat.
    When Beckett wrote "I can't go on, I'll go on", I always thought he meant it as the horror of the world continuing, even if you say no. The futility of no thrown into the gears of capitalism.
    I'm interested in noon, in the no in daylight, by no one, on their own. The fact these nos have no impact is pretty cool. They do it despite it having no impact. Or maybe they don't. It's impossible to tell.
    Text: Tim Gregory, 2022
  



Installation views · Sluice Lisbon 2022 · Territory

  
&#60;img width="1179" height="1465" width_o="1179" height_o="1465" data-src="https://freight.cargo.site/t/original/i/7e56d7d95e3bbe58a8f15d0a23934605cacde46746fb3df8b9cb155ac04b9dab/IMG_0742.jpg" data-mid="246199793" border="0" data-scale="100" src="https://freight.cargo.site/w/1000/i/7e56d7d95e3bbe58a8f15d0a23934605cacde46746fb3df8b9cb155ac04b9dab/IMG_0742.jpg" /&#62;

  &#60;img width="1179" height="866" width_o="1179" height_o="866" data-src="https://freight.cargo.site/t/original/i/b38a77b45f3a683b16069a0fa9a51aec7a7d905508c3752ae7a91eb50dfe5259/gallery-view.png" data-mid="246229812" border="0" data-scale="50" data-draggable alt="Installation views &#38;middot; Sluice Lisbon 2022 &#38;middot; Territory    " data-caption="Installation views · Sluice Lisbon 2022 · Territory    " src="https://freight.cargo.site/w/1000/i/b38a77b45f3a683b16069a0fa9a51aec7a7d905508c3752ae7a91eb50dfe5259/gallery-view.png" /&#62;


  Sluice Lisbon · 2022 · Territory
  Cobalt V3 · No/oN · Photographic works




  The Hauntology of Shoplifting is an ongoing body of work examining the material history embedded in digital infrastructure. The cobalt rock is both sculpture and index, pointing toward the invisible supply chains that run beneath every networked surface.
  
    Sluice Lisbon · 2022
    AI-generated mineral · photomedia
    351 Inc · Sydney
    melletios.com
  




  The Hauntology of Shoplifting · Melletios Kyriakidis · 351 Inc
  Visual Arts · Sydney · melletios.com
</description>
		
	</item>
		
		
	<item>
		<title>• MONA 𝓁isa 𝔻ust •</title>
				
		<link>https://melletios.com/MONA-isa-ust</link>

		<pubDate>Wed, 16 Jun 2021 06:01:20 +0000</pubDate>

		<dc:creator>melletios </dc:creator>

		<guid isPermaLink="true">https://melletios.com/MONA-isa-ust</guid>

		<description>




  .gallery-entry {
    font-family: 'Cormorant Garamond', serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 6rem 2rem 8rem;
    background: #f8f6f2;
    color: #0e0e0e;
  }

  .gallery-entry .img-wrap {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .gallery-entry .img-wrap img,
  .gallery-entry .img-wrap figure,
  .gallery-entry .img-wrap &#62; div {
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  .img-wrap-full {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .gallery-entry .entry-title {
    margin-bottom: 4.5rem;
    opacity: 0;
    animation: entryFade 0.9s ease forwards;
    animation-delay: 0.1s;
  }

  .gallery-entry .entry-title h1 {
    font-size: 2.6rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2;
    color: #0e0e0e;
    margin-bottom: 0.6rem;
    letter-spacing: 0.03em;
  }

  .gallery-entry .entry-title .title-meta {
    font-family: 'DM Mono', monospace;
    font-size: 0.62rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #888079;
  }

  .gallery-entry .body-text {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0 3.5rem;
    margin: 4.5rem 0;
    opacity: 0;
    animation: entryFade 0.9s ease forwards;
    animation-delay: 0.3s;
  }

  .gallery-entry .col-label {
    padding-top: 0.3rem;
  }

  .gallery-entry .field-tag {
    font-family: 'DM Mono', monospace;
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #888079;
    display: block;
  }

  .gallery-entry .prose p {
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 1.75;
    color: #0e0e0e;
    margin-bottom: 1.6rem;
  }

  .gallery-entry .prose p:last-child {
    margin-bottom: 0;
  }

  .gallery-entry .pull-quote {
    border-top: 1px solid #c8c3bb;
    border-bottom: 1px solid #c8c3bb;
    padding: 4rem 0;
    margin: 4.5rem 0;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0 3.5rem;
    opacity: 0;
    animation: entryFade 0.9s ease forwards;
    animation-delay: 0.5s;
  }

  .gallery-entry .pull-quote blockquote {
    border: none;
    padding: 0;
    margin: 0;
  }

  .gallery-entry .pull-quote blockquote p {
    font-size: 1.55rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.68;
    color: #0e0e0e;
    margin-bottom: 0;
  }

  .gallery-entry .citation {
    font-family: 'DM Mono', monospace;
    font-size: 0.62rem;
    font-weight: 300;
    letter-spacing: 0.07em;
    color: #888079;
    line-height: 1.8;
  }

  .gallery-entry .caption-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0 3.5rem;
    margin-top: 1.25rem;
    opacity: 0;
    animation: entryFade 0.9s ease forwards;
    animation-delay: 0.75s;
  }

  .gallery-entry .caption-row .caption-text {
    font-size: 0.95rem;
    font-style: italic;
    font-weight: 300;
    color: #888079;
    letter-spacing: 0.02em;
  }

  .gallery-entry .section-rule {
    border: none;
    border-top: 1px solid #c8c3bb;
    margin: 4.5rem 0;
  }

  @keyframes entryFade {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  @media (max-width: 640px) {
    .gallery-entry { padding: 3.5rem 1.25rem 5rem; }

    .gallery-entry .body-text,
    .gallery-entry .pull-quote,
    .gallery-entry .caption-row {
      grid-template-columns: 1fr;
      gap: 0.75rem 0;
    }

    .img-wrap-full { margin-left: -1.25rem; margin-right: -1.25rem; }

    .gallery-entry .prose p { font-size: 1.15rem; }
    .gallery-entry .pull-quote blockquote p { font-size: 1.25rem; }
  }




  
  
    • MONA 𝓁isa 𝔻ust •
    Melletios Kyriakidis / Dust collected from Room 6, Louvre Paris / August 2006
  

  
  
    &#60;img width="504" height="799" width_o="504" height_o="799" data-src="https://freight.cargo.site/t/original/i/e0f21990fb838e740a12d7c00731101c1004b561c192bfbd3956060e7b2e098c/mona-copy.jpg" data-mid="214277893" border="0"  src="https://freight.cargo.site/w/504/i/e0f21990fb838e740a12d7c00731101c1004b561c192bfbd3956060e7b2e098c/mona-copy.jpg" /&#62;
  

  
    Work
    Dust collected from Room 6, Louvre Paris, August 2006
  

  
  
    
      Statement
    
    
      I went to the Louvre with a glad wrap sandwich bag. The kind used for school lunches. For leftovers. For things that need to be preserved just a little past the point at which preservation makes sense. I got down on the floor of Room 6 and collected the dust. Nobody noticed. This is the work.
      Nobody noticed because the room was full of people experiencing a heightened hysteria in the presence of Da Vinci in drag. A small painting behind thick glass performing the most famous face in the world. The crowd raised their phones in unison, like a congregation completing a gesture they had rehearsed without knowing they had rehearsed it. The painting was being documented from hundreds of angles simultaneously. The painting was disappearing into its own reproduction in real time. This was considered normal. Getting on the floor to collect dust was considered nothing, because nothing is invisible inside a spectacle of this scale.
      The dust had actually been there. It had settled in contact with the floor, the air, the breath of people who had flown from other countries to feel something they had already felt at home on a screen. The dust is the material residue of proximity. It is what the body leaves behind when the mind is somewhere else entirely, which in Room 6 of the Louvre is always. The dust is the only thing in that room with no opinion about Leonardo da Vinci. It is the ghost the hysteria cannot photograph.
      There is a logic here that is not difficult to follow if you are willing to follow it somewhere uncomfortable. The Parthenon exists. The debt also exists. Culture is what a nation performs while waiting to be humiliated. The libidinal economy of the Louvre, the leisure, the accumulated wealth required to stand in that room and feel entitled to its contents, is a machine that produces desire for objects it simultaneously renders untouchable. The painting cannot be approached. The dust can be put in a bag and taken home on a budget airline.
      The gesture is clinical. The container is domestic. The value is genuinely unclear. No one looked at me. The work was already finished before I stood up.
    
  

  
  
    
      Object
    
    
      
        Dust sealed in a glad wrap sandwich bag.Room 6, Louvre Paris, August 2006.
      
    
  

  
  
    &#60;img width="504" height="555" width_o="504" height_o="555" data-src="https://freight.cargo.site/t/original/i/4beec69900b6f1b43a17141accb1c00231d5cf79b8b5af75e77bc1656179fa80/mona-dust-copy.jpg" data-mid="214277892" border="0"  src="https://freight.cargo.site/w/504/i/4beec69900b6f1b43a17141accb1c00231d5cf79b8b5af75e77bc1656179fa80/mona-dust-copy.jpg" /&#62;
  

  
    Object
    Dust collected from Room 6, Louvre Paris, August 2006. Glad wrap sandwich bag.
  

</description>
		
	</item>
		
	</channel>
</rss>