#hero{min-height:100svh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem 1.5rem 5rem;position:relative;overflow:hidden;} #hero::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(99,102,241,0.18) 0%,transparent 70%);pointer-events:none;} .hero-eyebrow{font-family:'Space Mono',monospace;font-size:.72rem;letter-spacing:.38em;text-transform:uppercase;color:var(--bloom);margin-bottom:2rem;opacity:0;animation:fadeUp 1s ease .3s forwards;text-shadow:0 0 20px rgba(99,102,241,0.5);} .hero-title{font-family:'Cinzel',serif;font-weight:900;font-size:clamp(3.8rem,19vw,9.5rem);line-height:.88;letter-spacing:-.02em;background:var(--hero-grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 50px rgba(118,75,162,.45));opacity:0;animation:fadeUp 1.2s ease .6s forwards;} .hero-sub{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:clamp(1.4rem,5vw,2.8rem);font-weight:300;background:var(--ethereal);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:300% 100%;animation:fadeUp 1s ease .9s forwards,ethshift 6s ease-in-out infinite alternate;opacity:0;margin:.4em 0;} @keyframes ethshift{0%{background-position:0% 0%;}100%{background-position:100% 0%;}} .hero-names{font-family:'Cinzel',serif;font-weight:400;font-size:clamp(.85rem,3vw,1.5rem);letter-spacing:.18em;color:var(--subtle);margin-top:1.2rem;opacity:0;animation:fadeUp 1s ease 1.1s forwards;} .hero-date-block{margin-top:2.5rem;display:inline-flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.2rem 2rem;border-radius:999px;background:rgba(255,255,255,0.08);backdrop-filter:blur(20px);border:1px solid rgba(167,139,250,0.25);box-shadow:0 0 40px rgba(99,102,241,.15),inset 0 1px 0 rgba(255,255,255,.10);opacity:0;animation:fadeUp 1s ease 1.4s forwards;} .hero-date-label{font-family:'Space Mono',monospace;font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--pink);text-shadow:0 0 20px rgba(236,72,153,.4);} .hero-date-value{font-family:'Cinzel',serif;font-size:clamp(1rem,3.5vw,1.6rem);font-weight:700;background:linear-gradient(90deg,var(--pink),var(--purple),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.08em;} .scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;animation:fadeUp 1s ease 2.2s forwards;} .scroll-indicator span{font-family:'Space Mono',monospace;font-size:.55rem;letter-spacing:.3em;text-transform:uppercase;color:var(--muted);} .scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,var(--indigo),transparent);animation:scrollpulse 2.2s ease-in-out infinite;} @keyframes scrollpulse{0%,100%{opacity:.25;transform:scaleY(1);}50%{opacity:1;transform:scaleY(1.08);}} section{position:relative;z-index:10;padding:5rem 1.5rem;max-width:700px;margin:0 auto;} .section-label{font-family:'Space Mono',monospace;font-size:.62rem;letter-spacing:.38em;text-transform:uppercase;color:var(--pink);margin-bottom:1.1rem;display:flex;align-items:center;gap:.9rem;text-shadow:0 0 20px rgba(236,72,153,.35);} .section-label::after{content:'';flex:1;height:1px;background:linear-gradient(to right,rgba(236,72,153,.45),transparent);} .section-title{font-family:'Cinzel',serif;font-weight:700;font-size:clamp(1.9rem,6vw,3.2rem);line-height:1.05;margin-bottom:2rem;background:linear-gradient(135deg,var(--text) 0%,var(--bloom) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;} .body-text{font-size:clamp(1.05rem,2.5vw,1.25rem);line-height:1.85;color:var(--subtle);font-weight:300;} .body-text+.body-text{margin-top:1.15em;} .body-text em{color:var(--bloom);font-style:italic;} .body-text strong{color:var(--text-2);font-weight:600;} .glass{background:var(--glass-overlay);backdrop-filter:blur(20px);border:1px solid rgba(167,139,250,0.20);border-radius:1.5rem;padding:2rem 1.75rem;position:relative;overflow:hidden;} .glass::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(167,139,250,.5),transparent);} .divider{width:100%;max-width:700px;margin:0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.25),rgba(236,72,153,.2),transparent);position:relative;z-index:10;} .pull-quote{border-left:2px solid var(--indigo);padding:.8rem 1.4rem;margin:2rem 0;position:relative;} .pull-quote::before{content:'\201C';font-family:'Cormorant Garamond',serif;font-size:4.5rem;color:var(--indigo);opacity:.28;position:absolute;top:-.8rem;left:.5rem;line-height:1;} .pull-quote p{font-size:clamp(1.1rem,3vw,1.4rem);font-style:italic;line-height:1.7;color:var(--bloom);font-weight:300;padding-left:.8rem;text-shadow:0 0 20px rgba(99,102,241,.3);} .pull-quote cite{display:block;margin-top:.6rem;padding-left:.8rem;font-family:'Space Mono',monospace;font-size:.62rem;letter-spacing:.2em;color:var(--muted);font-style:normal;} .person-grid{display:grid;grid-template-columns:1fr;gap:1.4rem;margin-top:2.2rem;} @media(min-width:520px){.person-grid{grid-template-columns:1fr 1fr;}} .person-card{border-radius:1.25rem;padding:2rem 1.5rem;position:relative;overflow:hidden;} .person-card.mihali{background:linear-gradient(135deg,rgba(99,102,241,.12) 0%,rgba(139,92,246,.05) 100%);backdrop-filter:blur(20px);border:1px solid rgba(99,102,241,.28);} .person-card.zdenek{background:linear-gradient(135deg,rgba(236,72,153,.12) 0%,rgba(192,132,252,.05) 100%);backdrop-filter:blur(20px);border:1px solid rgba(236,72,153,.28);} .person-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;border-radius:2px 2px 0 0;} .person-card.mihali::before{background:linear-gradient(90deg,var(--indigo),var(--purple));} .person-card.zdenek::before{background:linear-gradient(90deg,var(--pink),var(--bloom));} .person-role{font-family:'Space Mono',monospace;font-size:.58rem;letter-spacing:.28em;text-transform:uppercase;margin-bottom:.7rem;} .person-card.mihali .person-role{color:var(--indigo);} .person-card.zdenek .person-role{color:var(--pink);} .person-name{font-family:'Cinzel',serif;font-size:1.25rem;font-weight:700;margin-bottom:.9rem;color:var(--text-2);} .person-bio{font-size:.93rem;line-height:1.72;color:var(--muted);font-weight:300;} .person-bio em{color:var(--bloom);} .etymology{margin-top:1.5rem;padding:1.25rem 1.5rem;border-radius:1rem;background:var(--glass-overlay);backdrop-filter:blur(20px);border:1px solid rgba(167,139,250,.18);} .etymology-word{font-family:'Cinzel',serif;font-size:1.6rem;font-weight:900;background:var(--hero-grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.4rem;filter:drop-shadow(0 0 20px rgba(118,75,162,.4));} .etymology-def{font-size:.9rem;color:var(--muted);line-height:1.65;} .etymology-def em{color:var(--bloom);} .timeline{margin-top:2.5rem;padding-left:2rem;position:relative;} .timeline::before{content:'';position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,var(--indigo),var(--pink),var(--cyan),transparent);} .timeline-item{position:relative;margin-bottom:2.4rem;opacity:0;transform:translateX(-18px);transition:opacity .65s ease,transform .65s ease;} .timeline-item.visible{opacity:1;transform:translateX(0);} .timeline-item::before{content:'';position:absolute;left:-2.38rem;top:.3rem;width:10px;height:10px;border-radius:50%;background:var(--indigo);box-shadow:0 0 14px var(--indigo),0 0 28px rgba(99,102,241,.3);} .timeline-item:nth-child(even)::before{background:var(--pink);box-shadow:0 0 14px var(--pink),0 0 28px rgba(236,72,153,.3);} .timeline-item:last-child::before{background:var(--bloom);box-shadow:0 0 18px var(--bloom);} .tl-year{font-family:'Space Mono',monospace;font-size:.68rem;color:var(--pink);letter-spacing:.18em;margin-bottom:.35rem;} .tl-event{font-family:'Cinzel',serif;font-size:.98rem;font-weight:700;color:var(--text-2);margin-bottom:.35rem;} .tl-desc{font-size:.88rem;line-height:1.65;color:var(--muted);} .album-shelf{display:flex;flex-direction:column;gap:.9rem;margin-top:2rem;} .album-card{display:flex;align-items:center;gap:1.2rem;padding:.95rem 1.25rem;border-radius:1rem;background:rgba(255,255,255,.04);border:1px solid rgba(167,139,250,.14);transition:border-color .3s ease,background .3s ease,transform .2s ease;} .album-card:hover{border-color:rgba(99,102,241,.4);background:rgba(99,102,241,.08);transform:translateX(4px);} .album-year{font-family:'Space Mono',monospace;font-size:.62rem;color:var(--pink);letter-spacing:.14em;min-width:2.4rem;flex-shrink:0;} .album-info{flex:1;} .album-title{font-family:'Cinzel',serif;font-size:.92rem;font-weight:700;color:var(--text);margin-bottom:.18rem;} .album-note{font-size:.78rem;color:var(--muted);} .album-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;} .media-grid{display:flex;flex-direction:column;gap:1rem;margin-top:1.8rem;} .media-slot{border:1px dashed rgba(99,102,241,.30);border-radius:1rem;padding:2rem 1.25rem;text-align:center;position:relative;overflow:hidden;cursor:pointer;transition:border-color .3s ease,background .3s ease;background:rgba(255,255,255,.02);} .media-slot:hover{border-color:rgba(236,72,153,.45);} .media-slot-icon{font-size:1.8rem;margin-bottom:.6rem;display:block;} .media-slot-label{font-family:'Space Mono',monospace;font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--muted);} .media-slot-hint{font-size:.78rem;color:rgba(148,163,184,.45);margin-top:.35rem;} .embed-container{width:100%;aspect-ratio:16/9;border-radius:.75rem;overflow:hidden;margin-top:1rem;} .embed-container iframe{width:100%;height:100%;border:0;} .josie-card{border-radius:1.75rem;padding:2.5rem 2rem;background:linear-gradient(135deg,rgba(236,72,153,.12) 0%,rgba(139,92,246,.09) 50%,rgba(6,182,212,.08) 100%);backdrop-filter:blur(20px);border:1px solid rgba(236,72,153,.28);box-shadow:0 0 60px rgba(236,72,153,.08),inset 0 1px 0 rgba(255,255,255,.08);position:relative;overflow:hidden;} .josie-card::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 75% 15%,rgba(236,72,153,.10) 0%,transparent 60%);pointer-events:none;} .josie-eyebrow{font-family:'Space Mono',monospace;font-size:.62rem;letter-spacing:.32em;text-transform:uppercase;color:var(--pink);margin-bottom:1rem;text-shadow:0 0 20px rgba(236,72,153,.5);} .josie-title{font-family:'Cinzel',serif;font-size:clamp(1.5rem,5.5vw,2.4rem);font-weight:700;color:var(--text);margin-bottom:1.2rem;line-height:1.1;} .josie-text{font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.82;color:var(--subtle);font-weight:300;} .josie-text+.josie-text{margin-top:.9em;} .josie-text em{color:#f093fb;font-style:italic;text-shadow:0 0 20px rgba(240,147,251,.3);} .event-badge{display:inline-flex;flex-direction:column;align-items:center;gap:.3rem;margin-top:2rem;padding:1.2rem 2rem;border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(20px);border:1px solid rgba(236,72,153,.38);box-shadow:0 0 40px rgba(139,92,246,.15),inset 0 1px 0 rgba(255,255,255,.10);} .event-badge-date{font-family:'Cinzel',serif;font-weight:700;font-size:1.3rem;background:linear-gradient(90deg,var(--pink),var(--purple),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;} .event-badge-loc{font-family:'Space Mono',monospace;font-size:.58rem;letter-spacing:.28em;color:var(--muted);text-transform:uppercase;} footer{position:relative;z-index:10;text-align:center;padding:4rem 1.5rem 3rem;border-top:1px solid rgba(99,102,241,.14);} .footer-logo{font-family:'Cinzel',serif;font-size:1.4rem;font-weight:700;background:var(--hero-grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.7rem;filter:drop-shadow(0 0 20px rgba(118,75,162,.4));} .footer-note{font-size:.82rem;color:var(--muted);font-style:italic;line-height:1.65;} @keyframes fadeUp{from{opacity:0;transform:translateY(28px);}to{opacity:1;transform:translateY(0);}} .reveal{opacity:0;transform:translateY(36px);transition:opacity .82s ease,transform .82s ease;} .reveal.visible{opacity:1;transform:translateY(0);} .streaming-banner{margin-top:2rem;padding:1rem 1.5rem;border-radius:1rem;background:linear-gradient(135deg,rgba(6,182,212,.10),rgba(99,102,241,.08));border:1px solid rgba(6,182,212,.25);font-family:'Space Mono',monospace;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--cyan);text-align:center;text-shadow:0 0 20px rgba(6,182,212,.4);animation:cyberpulse 3s ease-in-out infinite;} @keyframes cyberpulse{0%,100%{box-shadow:0 0 20px rgba(6,182,212,.1);}50%{box-shadow:0 0 35px rgba(6,182,212,.25);}}

Sentient Pattern Presents

GUBBU
LIDIS

Mihali & Zdenek

Savoulidis  ·  Gubb

You are invited Maine  ·  March 7, 2026
scroll

Born on
Orientation Day

Castleton State University, Vermont. September 2004. Two freshmen — Mihali Savoulidis and Ryan Dempsey — look at the official orientation schedule, look at each other, and walk away from it to go jam in a dorm room instead. Some bands are made. Some are inevitable.

Mihali came from New Jersey, carrying a Bob Marley flag and a reggae compilation from Camden Market London — a record containing Jamaican guitarist Ernest Ranglin, whose sound Mihali described as "like a bumblebee exploded." That explosion never left his fingers.

I went to college to start a band. That was the whole plan.

— Mihali Savoulidis

Drummer Brook Jordan joined through a pit band in a college play. Then came the pivotal move: a MySpace message to a kid still in high school — bassist Zdenek Gubb. He replied: "Awesome." He was already a fan. By 2007, Zdenek stepped in and, as Mihali later said, that was when Twiddle truly began.

Two Voices,
One Current

Every great band has a center of gravity. For Twiddle it was always the axis between guitar and bass — between Mihali's soaring melodic architecture and Zdenek's deep, Earth Wind & Fire-schooled groove. They didn't play off each other. They thought off each other.

Guitar · Vocals · Vision

Mihali Savoulidis

Half-Greek, New Jersey born. Came to Vermont with a reggae tape and left a legend. His guitar sings — lyrical, searching, never the same solo twice. Dropped out after one semester. Best decision he ever made.

Bass · Vocals · Soul

Zdenek Gubb

Vermont native. Got the MySpace message while still in high school. Grew up on Earth, Wind & Fire and The Bee Gees. His bass doesn't follow — it leads from beneath, the pulse everything dances on top of.

Gubbulidis
n.   The duo that forms when two halves of Twiddle's soul return to first principles — Gubb + Savoulidis, stripped to guitar and bass. A compound of surnames. An uncomposite of music.

Eighteen Years
on the Road

They built it the old way: van, rehearsal, show, repeat. First at Nectar's for 100 people. Then sold out. Then Red Rocks, Bonnaroo, Electric Forest, their own festival on the Burlington waterfront. 100M+ streams. 1,300+ documented live performances. A fanbase — the Twiddiots — who sustained it all.

2004
Castleton Dorm Room, Vermont
Mihali and Ryan skip orientation to jam. The name from a dictionary: "a fast series of musical notes." Also: jump, jigglewiggle, ramble, fumble.
2007
The MySpace Message — Zdenek Joins
A high schooler gets a message from the band he already loves. Zdenek says "awesome." Mihali calls this the real beginning — when they started taking it seriously enough to go somewhere.
2007
The Natural Evolution of Consciousness
Debut album. The title alone tells you everything about where they were always going to end up.
2011
Somewhere on the Mountain
The record that built the army. "Amydst the Myst." "When It Rains It Pours." "The Catapillar." The Twiddiots are born.
2017
PLUMP (Chapters 1 & 2)
The double-disc peak. Full power, no apology — funk, jazz, rock, reggae, bluegrass all breathing in the same body.
2022
Every Last Leaf
The final studio album. Darker, deeper. "Enigmatically stoic." A band in full command of itself, making a farewell they didn't yet know was one.
2023
Indefinite Hiatus
November 26. The road, the weight, eighteen years. Not an ending. A pause. The music doesn't stop — it waits.
NOW
Gubbulidis — Return to Root
Mihali and Zdenek. The original MySpace connection. Guitar and bass. What started in a dorm room doesn't need a stadium to be sacred.

Sound Archive

2007
The Natural Evolution of Consciousness
Debut · The beginning of everything
2011
Somewhere on the Mountain
The breakthrough · 100M+ streams
2014
Real Feel
Expanding the universe
2017
PLUMP (Chapters 1 & 2)
Double-disc peak · The axis fully revealed
2022
Every Last Leaf
Final studio album · Stoic & sublime

Sound & Vision

Tap any slot, paste a YouTube URL — it embeds live.

🎵

Video / Audio Slot 1

Tap · paste YouTube URL · it loads

🎸

Video / Audio Slot 2

Live footage · Studio cuts · Deep jams

Video / Audio Slot 3

Gubbulidis · Twiddle · anything

◈   Streaming server coming for the girls who can't make it   ◈

The Initiation · Maine · March 7, 2026

You Were
Thought of First

The message came at midnight. "Do you want to come to a show in Maine with me March 7th?" And you said yes. Because of course you said yes.

You're going to stand in a room where Mihali Savoulidis plays guitar like a bumblebee exploded, and Zdenek Gubb holds down the bottom of the universe, and something is going to happen to you that doesn't have a name yet.

That's what live music does when it's the right live music at the right moment. The auto garage will still be there Monday. The welding torch will wait. March 7th only happens once.

March 7, 2026Maine · Gubbulidis · General Admission