/* Joey Sasa — Seite A (House) / Seite B (Drum & Bass)
   A: Pool-Aqua mit Senf, B: Indigo mit Aqua. */
@font-face { font-family: "Archivo"; src: url("../fonts/archivo-var.woff2") format("woff2"); font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; }
@font-face { font-family: "Martian Mono"; src: url("../fonts/martian-mono-var.woff2") format("woff2"); font-weight: 100 800; font-stretch: 75% 112.5%; font-display: swap; }
:root {
  --indigo: #17143F;
  --indigo-deep: #0E0C2A;
  --pool: #D5E7E4;
  --aqua: #6FD9C8;
  --mustard: #9A6B00;
  --mustard-text: #876000;
  --mustard-fill: #C48A12;
  --mist: #E4F0EE;
  --font: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --mono: "Martian Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --gutter: clamp(20px, 5vw, 72px);
  --max: 1240px;
  --t: .6s cubic-bezier(.6, 0, .2, 1);
  /* Schrift ist auf beiden Seiten gleich (schmal, fett, Grossbuchstaben) – nur die Farben wechseln */
  --wdth: 62; --wght: 900; --case: uppercase;
  color-scheme: light;
}
html[data-side="a"] {
  --bg: var(--pool); --ink: var(--indigo); --muted: #465470; --line: rgba(23, 20, 63, .18);
  --accent: var(--mustard-text); --accent-display: var(--mustard); --fill: var(--mustard-fill); --fill-ink: var(--indigo); --vinyl: var(--indigo); --groove: rgba(213, 231, 228, .22);
}
html, html[data-side="b"] {
  --bg: var(--indigo); --ink: var(--mist); --muted: #A7A4CC; --line: rgba(228, 240, 238, .16);
  --accent: var(--aqua); --accent-display: var(--aqua); --fill: var(--aqua); --fill-ink: var(--indigo); --vinyl: var(--indigo-deep); --groove: rgba(111, 217, 200, .18);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 400 1.0625rem/1.6 var(--font); font-variation-settings: "wdth" 100;
  transition: background-color var(--t), color var(--t);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { color: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
img { max-width: 100%; height: auto; display: block; }
.mono { font-family: var(--mono); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; font-variation-settings: "wdth" 87.5; }
.sr, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--fill); color: var(--fill-ink); padding: 8px 12px; z-index: 50; }
.skip:focus { left: 8px; }
[hidden] { display: none !important; }

/* Display-Schrift folgt der Seite: A breit, B schmal */
.name, h2, .wordmark, .side-letter, .foot-big {
  font-family: var(--font);
  font-variation-settings: "wdth" var(--wdth), "wght" var(--wght);
  transition: color var(--t);
}

/* Header */
.bar {
  position: sticky; top: env(safe-area-inset-top, 0px); z-index: 20;
  display: flex; align-items: center; gap: clamp(24px, 3vw, 48px);
  padding: 18px var(--gutter); background: var(--bg);
  border-bottom: 1px solid var(--line); transition: background-color var(--t);
}
.wordmark { font-size: 1.35rem; text-decoration: none; text-transform: var(--case); letter-spacing: .01em; word-spacing: .18em; line-height: 1; }
.nav { display: flex; gap: clamp(24px, 2.6vw, 44px); margin-left: auto; font-size: .98rem; font-weight: 500; }
.nav a, .nav-mobile a { text-decoration: none; padding-block: 4px; border-bottom: 2px solid transparent; }
.nav a[aria-current="page"], .nav-mobile a[aria-current="page"] { border-bottom-color: var(--accent); }
.bar-tools { display: flex; gap: 12px; align-items: center; }
.mini-switch { display: inline-flex; border: 1px solid var(--line); }
.mini-switch button { all: unset; cursor: pointer; padding: 4px 8px; font-size: .78rem; font-weight: 600; white-space: nowrap; }
.mini-switch button .mono { font-size: .7rem; }
.mini-switch button[aria-pressed="true"] { background: var(--fill); color: var(--fill-ink); }
.mini-switch button:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.langs { display: inline-flex; border: 1px solid var(--line); }
.langs a { text-decoration: none; padding: 5px 8px; font-size: .72rem; }
.langs a[aria-current="true"] { background: var(--ink); color: var(--bg); }
.langs a:not([aria-current]):hover { background: var(--fill); color: var(--fill-ink); }
.nav-mobile { display: none; }
@media (max-width: 860px) {
  .bar { flex-wrap: wrap; row-gap: 8px; }
  .nav { display: none; }
  .bar-tools { margin-left: auto; }
  .nav-mobile { display: flex; gap: 20px; width: 100%; overflow-x: auto; font-size: .95rem; font-weight: 500; }
}
@media (max-width: 420px) { .mini-switch button { padding: 4px 6px; } .mini-switch button:not([aria-pressed="true"]) { font-size: 0; } .mini-switch button:not([aria-pressed="true"]) .mono { font-size: .7rem; } }

main, .foot { max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); }

/* Hero */
.hero { padding-block: clamp(32px, 6vw, 80px) clamp(64px, 9vw, 136px); }
.hero-meta { color: var(--muted); margin: 0; }

/* Kopf der Unterseiten */
.pagehead { padding-block: clamp(40px, 8vw, 104px) clamp(40px, 6vw, 80px); }
.eyebrow { color: var(--accent); margin: 0 0 10px; }
.page-h1 {
  margin: 0; font-size: clamp(3.4rem, 12vw, 10rem); line-height: .86; letter-spacing: -.02em; text-transform: var(--case);
  font-family: var(--font); font-variation-settings: "wdth" var(--wdth), "wght" var(--wght);
  text-wrap: balance;
}
.page-h1.has-accent { padding-top: .16em; }
.lead { margin: 32px 0 0; font-size: clamp(1.15rem, 2.2vw, 1.55rem); line-height: 1.35; max-width: 40ch; text-wrap: balance; }
.nf { min-height: 50vh; }
.pagehead-photo { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: end; }
.pagehead-photo .page-h1 { font-size: clamp(3rem, 7.2vw, 6.6rem); }
@media (max-width: 860px) { .pagehead-photo { grid-template-columns: 1fr; } }
.portrait { margin: 0 14px 14px 0; max-width: 640px; }
.portrait img { width: 100%; height: auto; box-shadow: 14px 14px 0 var(--fill); transition: box-shadow var(--t); }
.portrait figcaption { margin-top: 26px; color: var(--muted); }
.name {
  margin: .18em 0 0; font-size: clamp(4.2rem, 26vw, 14.5rem); line-height: .78;
  letter-spacing: -.02em; text-transform: var(--case); display: grid;
}
.name .n2 { justify-self: start; margin-left: 1.05em; color: var(--accent-display); } /* versetzt, eng unter JOEY */
.deck { display: grid; grid-template-columns: minmax(200px, 400px) 1fr; gap: clamp(32px, 7vw, 120px); align-items: center; margin-top: clamp(40px, 7vw, 112px); }
@media (max-width: 760px) { .deck { grid-template-columns: 1fr; } .record { max-width: 300px; margin-inline: auto; } }

.record { all: unset; cursor: pointer; display: block; width: 100%; aspect-ratio: 1; max-width: 100%; border-radius: 50%; }
.record:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
.record svg { width: 100%; height: 100%; display: block; transition: transform .5s cubic-bezier(.6, 0, .2, 1); }
.record .vinyl { fill: var(--vinyl); transition: fill var(--t); }
.record .groove { fill: none; stroke: var(--groove); stroke-width: .8; }
.record .groove.wide { stroke-width: 2.2; }
.record .label { fill: var(--fill); transition: fill var(--t); }
.record .hole { fill: var(--bg); transition: fill var(--t); }
.record .ring-text { font-family: var(--mono); font-size: 8.4px; letter-spacing: .12em; fill: var(--mist); opacity: .75; }
.record .side-letter { font-size: 52px; fill: var(--fill-ink); }
.record.flipping svg { transform: perspective(900px) rotateY(90deg); }
body.is-playing .record svg { animation: spin 1.8s linear infinite; } /* 33⅓ U/min */
@keyframes spin { to { transform: rotate(360deg); } }

.switch { display: inline-flex; border: 1.5px solid var(--ink); margin-bottom: 36px; }
.switch button {
  all: unset; cursor: pointer; padding: 10px 16px; font-weight: 600; font-size: .95rem;
  display: inline-flex; gap: 10px; align-items: baseline; transition: background-color .25s, color .25s;
}
.switch button[aria-pressed="true"] { background: var(--ink); color: var(--bg); }
.switch button:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
html[data-side="a"] [data-only="b"], html[data-side="b"] [data-only="a"] { display: none; }
.bpm { color: var(--accent); margin: 0 0 14px; }
.side-desc { font-size: clamp(1.25rem, 2.3vw, 1.7rem); line-height: 1.38; margin: 0 0 26px; max-width: 30ch; text-wrap: balance; }
.tagline { color: var(--muted); margin: 0 0 40px; max-width: 46ch; }
.cta { display: flex; flex-wrap: wrap; gap: 14px; }

.btn {
  all: unset; box-sizing: border-box; cursor: pointer; display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 18px; border: 1.5px solid var(--ink); font-weight: 600; font-size: .95rem; line-height: 1.2;
  text-decoration: none; transition: background-color .2s, color .2s, border-color .2s;
}
.btn:hover { background: var(--ink); color: var(--bg); }
.btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.btn-fill { background: var(--fill); border-color: var(--fill); color: var(--fill-ink); }
.btn-fill:hover { background: var(--ink); border-color: var(--ink); color: var(--bg); }
.btn-small { padding: 7px 11px; font-size: .85rem; }

/* Sections */
.sec { border-top: 1.5px solid var(--ink); padding-block: clamp(44px, 7vw, 96px) clamp(64px, 10vw, 140px); transition: border-color var(--t); }
.sec-first { padding-top: clamp(32px, 5vw, 64px); }
.sec-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 40px; align-items: flex-end; margin-bottom: clamp(32px, 6vw, 72px); }
.more { font-weight: 600; text-decoration: none; border-bottom: 1.5px solid var(--accent); padding-bottom: 2px; white-space: nowrap; }
.h-small { margin: 0 0 14px; color: var(--muted); font-weight: 500; }
.tl-desc { color: var(--muted); margin: -4px 0 8px; max-width: 46ch; }
.sec-head h2 { margin: 0; font-size: clamp(2.8rem, 8vw, 6rem); line-height: .9; text-transform: var(--case); letter-spacing: -.01em; }
.sec-head p { margin: 0; color: var(--muted); max-width: 48ch; }

/* Tracklists */
.tracklists { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); }
.tl { transition: opacity var(--t); }
html[data-side="a"] .tl[data-block="b"], html[data-side="b"] .tl[data-block="a"] { opacity: .5; }
.tl:hover, .tl:focus-within { opacity: 1 !important; }
@media (max-width: 860px) {
  .tracklists { grid-template-columns: 1fr; }
  html[data-side="b"] .tl[data-block="b"] { order: -1; }
}
.tl-h { padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.tracks { list-style: none; margin: 0; padding: 0; }
.trk {
  display: grid; grid-template-columns: 2.4rem 2.4rem minmax(0, 1fr) auto; gap: 4px 12px; align-items: center;
  padding: 16px 0; border-bottom: 1px solid var(--line);
}
.pos { color: var(--muted); }
.trk-play {
  all: unset; cursor: pointer; width: 2.4rem; height: 2.4rem; display: grid; place-items: center;
  border: 1.5px solid var(--ink); border-radius: 50%; font-size: .8rem; transition: background-color .2s, color .2s;
}
.trk-play:hover, .trk.is-current .trk-play { background: var(--fill); border-color: var(--fill); color: var(--fill-ink); }
.trk-play:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.trk-title { font-weight: 600; line-height: 1.3; overflow-wrap: anywhere; }
.trk-title small { display: block; font-weight: 400; font-size: .85rem; color: var(--muted); }
.trk-meta { color: var(--muted); text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.trk-ext { grid-column: 3 / -1; color: var(--muted); text-decoration: none; font-size: .68rem; }
.trk-ext:hover { color: var(--accent); }
.trk.is-current .trk-title { color: var(--accent); }
@media (max-width: 560px) {
  .trk { grid-template-columns: 1.8rem 2.4rem minmax(0, 1fr); }
  .trk-meta { grid-column: 3; text-align: left; }
}

/* Dates */
.dates { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 7vw, 112px); }
@media (max-width: 860px) { .dates { grid-template-columns: 1fr; } }
.empty { font-size: clamp(1.2rem, 2vw, 1.5rem); line-height: 1.35; margin: 0 0 28px; text-wrap: balance; }
.empty a { color: var(--accent); }
.played { margin: 0 0 12px; max-width: 52ch; }
.played .mono { display: block; color: var(--muted); margin-bottom: 2px; }
.gigs { list-style: none; margin: 0; padding: 0; }
.gig {
  display: grid; grid-template-columns: 7.2rem minmax(0, 1fr) auto; gap: 4px 16px; align-items: baseline;
  padding: 16px 0; border-bottom: 1px solid var(--line);
}
.gig-next .g-links { grid-column: 2 / -1; display: flex; gap: 8px; margin-top: 6px; }
.g-date { font-variant-numeric: tabular-nums; }
.g-date small { display: block; color: var(--muted); font-size: inherit; }
.g-main a { text-decoration: none; }
.g-venue, .g-with { display: block; color: var(--muted); font-size: .92rem; }
.g-side { width: 1.7rem; height: 1.7rem; display: grid; place-items: center; border: 1px solid var(--line); color: var(--muted); }
html[data-side="a"] [data-gig-side="a"] .g-side, html[data-side="b"] [data-gig-side="b"] .g-side { background: var(--fill); border-color: var(--fill); color: var(--fill-ink); }
@media (max-width: 480px) { .gig { grid-template-columns: 1fr auto; } .g-date { grid-column: 1 / -1; } .gig-next .g-links { grid-column: 1 / -1; } }

/* Liner Notes */
.notes { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(40px, 7vw, 120px); }
@media (max-width: 860px) { .notes { grid-template-columns: 1fr; } }
.bio p { margin: 0 0 1.1em; max-width: 64ch; }
.bio .bio-lead { font-size: clamp(1.3rem, 2.4vw, 1.75rem); line-height: 1.35; text-wrap: balance; }
.photo { margin: 0 0 28px; background: var(--fill); }
.photo img { width: 100%; mix-blend-mode: multiply; filter: grayscale(1) contrast(1.1); }
html[data-side="b"] .photo img { mix-blend-mode: screen; }
.timeline { margin: 0 0 28px; }
.timeline div { display: grid; grid-template-columns: 6.6rem 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.timeline dt { color: var(--muted); padding-top: .2em; font-variant-numeric: tabular-nums; }
.timeline dd { margin: 0; }
html[data-side="a"] [data-tl-side="a"] dt, html[data-side="b"] [data-tl-side="b"] dt { color: var(--accent); }
.crews { margin: 0 0 28px; }
.teaser-bio .bio-lead { font-size: clamp(1.3rem, 2.6vw, 1.9rem); line-height: 1.35; max-width: 44ch; margin: 0 0 24px; text-wrap: pretty; }
.gigs-wide .gig { grid-template-columns: 9rem minmax(0, 1fr) auto; }
.legal-text p { max-width: 64ch; margin: 0 0 28px; }

/* Booking-Band */
.band { background: var(--fill); color: var(--fill-ink); margin-inline: calc(-1 * var(--gutter)); padding: clamp(48px, 8vw, 112px) var(--gutter); transition: background-color var(--t), color var(--t); }
.band-in { display: flex; flex-wrap: wrap; gap: 16px 40px; align-items: center; }
.band-h { margin: 0; font-size: clamp(2rem, 5vw, 3.8rem); line-height: .95; text-transform: var(--case); font-variation-settings: "wdth" var(--wdth), "wght" var(--wght); flex: 1 1 18ch; }
.band-p { margin: 0; flex: 1 1 28ch; max-width: 40ch; }
.band .btn { border-color: var(--fill-ink); color: var(--fill-ink); background: transparent; }
.band .btn:hover { background: var(--fill-ink); color: var(--fill); }

/* Booking */
.booking { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(40px, 7vw, 120px); }
@media (max-width: 860px) { .booking { grid-template-columns: 1fr; } }
.form { display: grid; gap: 16px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form .row { grid-template-columns: 1fr; } }
.form label { display: grid; gap: 6px; font-size: .9rem; font-weight: 600; }
.form input:not([type="radio"]), .form textarea {
  font: inherit; font-weight: 400; color: var(--ink); background: transparent; width: 100%;
  border: 0; border-bottom: 1.5px solid var(--ink); padding: 8px 2px; border-radius: 0;
}
.form input:focus, .form textarea:focus { outline: none; border-bottom-color: var(--accent); box-shadow: 0 1.5px 0 var(--accent); }
.form textarea { border: 1.5px solid var(--ink); padding: 10px; resize: vertical; }
.radios { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; }
.radios legend { font-size: .9rem; font-weight: 600; margin-bottom: 6px; padding: 0; }
.radios label { display: inline-flex; gap: 8px; align-items: center; font-weight: 400; }
.radios input { accent-color: var(--accent); }
.form .btn { justify-self: start; }
.form-status { margin: 0; min-height: 1.6em; }
.kv { margin: 0 0 28px; }
.kv div { padding: 10px 0; border-bottom: 1px solid var(--line); }
.kv dt { color: var(--muted); }
.kv dd { margin: 2px 0 0; font-weight: 600; overflow-wrap: anywhere; }
.rider { list-style: none; margin: 0; padding: 0; }
.rider li { padding: 7px 0; border-bottom: 1px solid var(--line); }

/* Footer */
.foot { border-top: 1.5px solid var(--ink); padding-block: 48px 140px; }
.foot-big { display: flex; justify-content: space-between; font-size: clamp(6rem, 26vw, 20rem); line-height: .8; margin-bottom: 28px; user-select: none; }
.foot-big span { color: transparent; -webkit-text-stroke: 1.5px var(--ink); transition: color var(--t); }
html[data-side="a"] .foot-big span:first-child, html[data-side="b"] .foot-big span:last-child { color: var(--fill); -webkit-text-stroke-color: var(--fill); }
.foot-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 40px; margin-bottom: 24px; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.foot-nav a { text-decoration: none; }
.copy a { color: inherit; }
.socials { display: block; }

.copy { color: var(--muted); margin: 0; }

/* Player */
.player {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  background: var(--ink); color: var(--bg);
  padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom, 0px));
  transition: background-color var(--t), color var(--t);
}
.player-in { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 15rem) minmax(0, 1fr) auto; gap: 16px; align-items: center; }
.pl-label { display: block; opacity: .7; font-size: .65rem; }
.pl-title { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pl-frame iframe { display: block; width: 100%; border: 0; background: transparent; }
.pl-close { all: unset; cursor: pointer; font-size: 1.8rem; line-height: 1; padding: 4px 8px; }
.pl-close:focus-visible { outline: 2px solid var(--accent); }
.pl-frame audio { width: 100%; }
@media (max-width: 640px) { .player-in { grid-template-columns: minmax(0, 1fr) auto; } .pl-frame { grid-column: 1 / -1; grid-row: 2; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

/* Wortabstand für schmale Grossbuchstaben (Seite B) */
.page-h1, .sec-head h2, .band-h { word-spacing: .12em; }

/* Social: Logos & Kacheln */
.ico { height: 1.15em; width: auto; flex: none; vertical-align: -.18em; }
.ico-mixcloud { height: .7em; }
.ico-soundcloud { height: .9em; }
.ico-s { height: 1.1em; margin-right: 6px; vertical-align: -.2em; }
.ico-s.ico-mixcloud { height: .75em; vertical-align: 0; }
.ico-s.ico-soundcloud { height: .85em; vertical-align: -.05em; }
.follow-p { margin: 0; color: var(--muted); max-width: 40ch; }
.follow-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: clamp(12px, 2vw, 20px); }
.follow-tile {
  display: grid; grid-template-rows: 64px auto auto 1fr; gap: 4px; height: 100%; min-height: 230px;
  padding: clamp(20px, 3vw, 30px); border: 1.5px solid var(--ink); text-decoration: none; color: var(--ink);
  transition: background-color .25s, color .25s, border-color .25s, transform .25s;
}
.follow-ico { height: clamp(44px, 5vw, 56px); width: auto; margin-bottom: 0; align-self: start; color: var(--accent-display); transition: color .25s; }
.follow-ico.ico-mixcloud, .follow-ico.ico-soundcloud { height: auto; width: clamp(96px, 10vw, 124px); align-self: center; }
.follow-tile > .follow-ico { justify-self: start; }
.follow-name {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1; text-transform: var(--case);
  font-variation-settings: "wdth" var(--wdth), "wght" var(--wght);
}
.follow-handle { color: var(--muted); transition: color .25s; }
.follow-cta { align-self: end; margin-top: 22px; font-weight: 600; }
.follow-tile:hover, .follow-tile:focus-visible { background: var(--fill); border-color: var(--fill); color: var(--fill-ink); transform: translateY(-3px); }
.follow-tile:hover .follow-ico, .follow-tile:focus-visible .follow-ico, .follow-tile:hover .follow-handle, .follow-tile:focus-visible .follow-handle { color: var(--fill-ink); }
.follow-tile:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }

.social-icons { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.social-icons a {
  display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1.5px solid var(--line);
  text-decoration: none; font-weight: 600; transition: background-color .2s, color .2s, border-color .2s;
}
.social-icons a:hover { background: var(--fill); border-color: var(--fill); color: var(--fill-ink); }
.social-icons .ico { height: 1.35em; }
.social-icons .ico-mixcloud { height: .75em; }
.social-icons .ico-soundcloud { height: 1em; }
.social-big a { padding: 12px 18px; border-color: var(--ink); font-size: 1.05rem; }
.social-big .ico { height: 1.6em; }
.social-big .ico-mixcloud { height: .9em; }
.social-big .ico-soundcloud { height: 1.2em; }
.also-on { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin: -8px 0 clamp(28px, 4vw, 44px); }
.also-on > .mono { color: var(--muted); }
@media (prefers-reduced-motion: reduce) { .follow-tile:hover { transform: none; } }

/* Seite A/B wechseln ohne Springen: beide Beschreibungen liegen übereinander, die grössere bestimmt die Höhe */
.sideinfo { display: grid; grid-template-columns: minmax(0, 1fr); }
.sideinfo > * { grid-column: 1; }
.sideinfo > .switch, .sideinfo > .cta { justify-self: start; }
.sideinfo > .side-text { grid-row: 2; }
html[data-side="a"] .side-text[data-only="b"], html[data-side="b"] .side-text[data-only="a"] { display: block; visibility: hidden; }

/* Handy: Mini-Umschalter behält immer dieselbe Breite, damit im Header nichts verrutscht */
@media (max-width: 420px) {
  .mini-switch { width: 8.4rem; }
  .mini-switch button { flex: none; text-align: center; }
  .mini-switch button[aria-pressed="true"] { flex: 1; }
}

/* Handy: Name und Platte passen zusammen auf den ersten Bildschirm */
@media (max-width: 760px) {
  .hero { padding-block: 20px 64px; }
  .name { font-size: clamp(3.4rem, 21vw, 7rem); margin-top: .12em; }
  .deck { margin-top: 28px; gap: 36px; }
  .record { max-width: min(62vw, 300px); margin-inline: auto; }
}
/* Drehen ruhig und flüssig (eigene Grafikebene, Drehpunkt exakt in der Mitte) */
.record svg { transform-origin: 50% 50%; backface-visibility: hidden; }
body.is-playing .record svg { will-change: transform; }