      /* ── Self-hosted fonts (moved off Google Fonts: privacy + speed) ──
         Outfit ships as one variable file per subset (wght 300–700). */
      @font-face {
        font-family: "Outfit";
        font-style: normal;
        font-weight: 300 700;
        font-display: swap;
        src: url("fonts/outfit-latin.woff2") format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }
      @font-face {
        font-family: "Outfit";
        font-style: normal;
        font-weight: 300 700;
        font-display: swap;
        src: url("fonts/outfit-latin-ext.woff2") format("woff2");
        unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
      }
      @font-face {
        font-family: "DM Mono";
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url("fonts/dm-mono-300-latin.woff2") format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }
      @font-face {
        font-family: "DM Mono";
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url("fonts/dm-mono-300-latin-ext.woff2") format("woff2");
        unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
      }
      @font-face {
        font-family: "DM Mono";
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url("fonts/dm-mono-400-latin.woff2") format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }
      @font-face {
        font-family: "DM Mono";
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url("fonts/dm-mono-400-latin-ext.woff2") format("woff2");
        unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
      }
      :root {
        --c: #f2f1e9;
        --c2: #eae8dc;
        --c3: #e3e1d0;
        --c4: #d9d6bf;
        --ink: #2d2922;
        --ink2: #3f3a30;
        --dim: #5b564c;
        --dim2: #5d5950;
        --fog: #5c5953;
        --or: #8e4934;
        --or2: #a5563b;
        --nv: #2b2822;
        --nv2: #675942;
        --nv3: #695f49;
        --footer: #332e26;
        --footer-accent: #d98e6f;
        --gr: #3f7d57;
        --ln: rgba(45, 41, 34, 0.16);
        --ln2: rgba(45, 41, 34, 0.08);
        --ff: "Outfit", system-ui, sans-serif;
        --ffs: "Outfit", system-ui, sans-serif;
        --ffm: "DM Mono", "Courier New", monospace;
        --body-size: 14px;
        --hero-max: 118px;
        --section-pad-y: 82px;
        --heading-gap: 30px;
        --release-gap: 14px;
        --release-cols: 5;
        --phil-vortex-size: 760px;
        --phil-vortex-opacity: 0.1;
        --phil-vortex-speed: 105s;
        --control-height: 40px;
        --control-radius: 6px;
      }
      [data-theme="dark"] {
        --c:   #10171d;
        --c2:  #151e25;
        --c3:  #1a252d;
        --c4:  #21303a;
        --ink: #f2eee5;
        --ink2:#e3ddd1;
        --dim: #b9b0a3;
        --dim2:#8f887e;
        --fog: #9b968e;
        --or:  #ad6047;
        --or2: #c47a5f;
        --nv:  #e7dfd1;
        --nv2: #c7b9a6;
        --nv3: #a4907d;
        --footer: #1a252d;
        --footer-accent: #c47a5f;
        --gr: #6cbf8c;
        --ln:  rgba(234,226,213,0.11);
        --ln2: rgba(234,226,213,0.055);
      }
      /* Fixed dark bands retain the same visual weight in dark mode. */
      [data-theme="dark"] #label,
      [data-theme="dark"] footer { background: var(--footer); }
      ::selection {
        background: var(--or);
        color: #faf7ee;
      }
      [data-theme="dark"] ::selection {
        background: var(--or2);
        color: #10171d;
      }
      *,
      *::before,
      *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }
      html {
        scroll-behavior: smooth;
      }
      body {
        background: var(--c);
        color: var(--ink);
        font-family: var(--ff);
        font-weight: 300;
        font-size: var(--body-size);
        line-height: 1.75;
        overflow-x: hidden;
      }
      a {
        text-decoration: none;
        color: inherit;
      }
      button {
        border-radius: var(--control-radius);
        font: inherit;
      }
      button,
      .ext-link,
      .plat-link,
      .lb-link,
      #btt {
        -webkit-tap-highlight-color: transparent;
      }
      /* Custom cursor only on real pointer devices */
      @media (hover: hover) and (pointer: fine) {
        html,
        body,
        body * {
          cursor: none !important;
        }
      }
      @media not ((hover: hover) and (pointer: fine)) {
        #dot {
          display: none;
        }
      }
      :focus-visible {
        outline: 2px solid var(--or);
        outline-offset: 3px;
        border-radius: 2px;
      }
      .skip-link {
        position: fixed;
        top: -60px;
        left: 16px;
        z-index: 10000;
        padding: 10px 18px;
        background: var(--nv);
        color: #faf7ee;
        font-size: 11px;
        letter-spacing: 0;
        text-transform: uppercase;
        transition: top 0.2s;
      }
      .skip-link:focus {
        top: 12px;
      }
      @media (prefers-reduced-motion: reduce) {
        html {
          scroll-behavior: auto;
        }
        *,
        *::before,
        *::after {
          animation-duration: 0.01ms !important;
          animation-iteration-count: 1 !important;
          transition-duration: 0.01ms !important;
        }
        .reveal {
          opacity: 1;
          transform: none;
        }
      }
      img {
        display: block;
        max-width: 100%;
      }
      body::after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 998;
        pointer-events: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
        opacity: 0.045;
        mix-blend-mode: multiply;
      }
      /* CURSOR */
      #dot {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        pointer-events: none;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: transparent;
        border: 1.5px solid var(--or);
        transform: translate(-50%, -50%) translate3d(-100px, -100px, 0);
        opacity: 0;
        will-change: transform;
        transition:
          opacity 0.12s ease,
          width 0.3s,
          height 0.3s,
          background 0.3s;
      }
      #dot.is-active {
        opacity: 1;
      }
      #dot.fill {
        background: var(--or);
      }
      /* NAV */
      nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 200;
        height: 54px;
        background: var(--c);
        display: grid;
        grid-template-columns: auto 1fr auto auto auto;
        align-items: center;
        padding: 0 48px 0 28px;
        gap: 32px;
      }
      .n-logo {
        display: flex;
        align-items: center;
        text-decoration: none;
      }
      .n-logo img {
        height: 28px;
        width: auto;
      }
      /* The brand mark is recoloured (zijn-mark.png / zijn-mark-dark.png, swapped by JS)
         to the exact wordmark colour, so the logo always matches "zijn" in both themes. */
      .n-links {
        position: absolute;
        top: 50%;
        left: max(64px, calc((100vw - 1280px) / 2));
        display: flex;
        transform: translateY(-50%);
        gap: 28px;
        list-style: none;
      }
      .n-links a {
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--dim2);
        font-weight: 600;
        transition: color 0.25s;
      }
      .n-links a:hover {
        color: var(--or);
      }
      .n-lang {
        display: flex;
        gap: 2px;
        align-items: center;
        justify-self: end;
        padding: 2px;
        border-radius: var(--control-radius);
        background: color-mix(in srgb, var(--c2) 72%, transparent);
      }
      .n-lang button {
        font-family: var(--ff);
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        background: transparent;
        border: none;
        color: var(--dim2);
        min-width: 30px;
        height: 30px;
        padding: 0 6px;
        transition: color 0.2s, background 0.2s;
        cursor: none;
        font-weight: 600;
      }
      .n-lang button.active {
        color: #faf7ee;
        background: color-mix(in srgb, var(--or) 88%, var(--nv));
        box-shadow: 0 1px 5px color-mix(in srgb, var(--or) 24%, transparent);
      }
      .n-lang button:not(.active):hover {
        color: var(--ink);
        background: color-mix(in srgb, var(--or) 8%, transparent);
      }
      .n-lang span {
        display: none;
      }
      .n-theme,
      .n-audio {
        background: color-mix(in srgb, var(--c2) 72%, transparent);
        border: none;
        cursor: none;
        color: var(--dim2);
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        transition: color 0.25s, border-color 0.25s, background 0.25s, transform 0.4s;
        flex-shrink: 0;
      }
      .n-theme:hover,
      .n-audio:hover { color: var(--or); background: var(--c2); transform: translateY(-1px); }
      .n-theme svg { width: 16px; height: 16px; fill: none; stroke: currentColor; }
      .n-audio[hidden] { display: none; }
      /* Speaker icons are inline SVGs (replaced the Material Symbols icon font) */
      .n-audio svg { width: 16px; height: 16px; fill: none; stroke: currentColor; }
      .n-audio .icon-vol-on { display: none; }
      .n-audio.audible .icon-vol-on { display: block; }
      .n-audio.audible .icon-vol-off { display: none; }
      .n-theme .icon-sun { display: none; }
      .n-theme .icon-moon { display: block; }
      [data-theme="dark"] .n-theme .icon-sun { display: block; }
      [data-theme="dark"] .n-theme .icon-moon { display: none; }
      .n-toggle {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 36px;
        height: 36px;
        background: color-mix(in srgb, var(--c2) 72%, transparent);
        border: none;
        padding: 0;
        cursor: none;
      }
      .n-toggle span {
        display: block;
        width: 20px;
        height: 1.5px;
        background: var(--ink);
        transition: all 0.3s;
      }
      .n-toggle.open span:nth-child(1) {
        transform: translateY(6.5px) rotate(45deg);
      }
      .n-toggle.open span:nth-child(2) {
        opacity: 0;
      }
      .n-toggle.open span:nth-child(3) {
        transform: translateY(-6.5px) rotate(-45deg);
      }
      .m-menu {
        display: none;
        position: fixed;
        top: 54px;
        left: 0;
        right: 0;
        z-index: 199;
        background: var(--c);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
        flex-direction: column;
        padding: 8px 0;
      }
      .m-menu.open {
        display: flex;
      }
      .m-menu a {
        font-size: 12px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--dim);
        padding: 14px 40px;
        transition:
          color 0.2s,
          padding 0.2s;
        font-weight: 600;
      }
      .m-menu a:hover {
        color: var(--or);
        padding-left: 48px;
      }
      /* HERO */
      #hero {
        height: 100vh;
        height: 100svh;
        min-height: 640px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 112px 56px 72px;
        background: var(--c);
      }
      #hero-canvas {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        touch-action: pan-y;
      }
      /* On touch devices the canvas must never capture touches, so the page
         scrolls natively in every mobile browser (Safari, Opera, …). The hero
         animation is autonomous, so dropping touch interaction loses nothing. */
      @media (hover: none), (pointer: coarse) {
        #hero-canvas { pointer-events: none; }
      }
      .h-bg {
        position: absolute;
        inset: 0;
        overflow: hidden;
        z-index: 0;
      }
      /* Legibility veil: lets the canvas breathe but keeps title/tagline readable */
      .h-bg::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(
          to top,
          var(--c) 0%,
          color-mix(in srgb, var(--c) 55%, transparent) 18%,
          transparent 42%
        );
      }
      .h-hint {
        margin-top: 0;
        font-family: var(--ffm);
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--dim2);
        display: inline-flex;
        align-items: center;
        gap: 8px;
        animation: fadeIn 2s ease 1.6s both;
      }
      .h-hint::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--or2);
        animation: pulse 3s ease-in-out infinite;
      }
      /* Touch devices get their own wording ("tap or move" instead of cursor) */
      .h-hint-touch { display: none; }
      @media (hover: none), (pointer: coarse) {
        .h-hint-pointer { display: none; }
        .h-hint-touch { display: inline-flex; }
      }

      .h-logo-bg {
        position: absolute;
        top: 50%;
        right: 6%;
        transform: translateY(-50%);
        width: min(40vw, 400px);
        opacity: 0.035;
        pointer-events: none;
        animation: vortex-spin 80s linear infinite;
      }
      .h-content {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        opacity: 0;
        transform: translateY(22px);
        animation: up 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
        pointer-events: none;
      }
      .h-eyebrow {
        max-width: 370px;
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--dim2);
        margin-bottom: 22px;
        display: flex;
        align-items: center;
        gap: 14px;
        font-weight: 600;
      }
      .h-eyebrow::before {
        content: "";
        width: 22px;
        height: 1px;
        background: var(--or2);
        opacity: 0.7;
      }
      .h-wordmark {
        margin: 0;
        color: var(--or);
        font-family: var(--ffs);
        font-size: clamp(72px, 8vw, 116px);
        font-weight: 700;
        line-height: 0.82;
      }
      .h-lockup {
        display: flex;
        align-items: flex-end;
        gap: clamp(16px, 1.8vw, 28px);
      }
      .h-mark {
        display: block;
        width: clamp(48px, 5.6vw, 86px);
        height: auto;
        /* nudge the geometric mark onto the wordmark's visual baseline */
        margin-bottom: 0.07em;
        flex-shrink: 0;
      }
      .h-identity-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 34px;
        margin-bottom: 28px;
      }
      .h-title {
        font-family: var(--ffs);
        font-size: clamp(64px, 10vw, var(--hero-max));
        font-weight: 700;
        line-height: 0.82;
        letter-spacing: 0;
        color: var(--nv);
        margin-bottom: 18px;
      }
      .h-title-slow {
        max-width: 880px;
        font-size: clamp(48px, 7.5vw, 96px);
        font-weight: 600;
        line-height: 1.02;
        margin-bottom: 28px;
      }
      .h-title-slow mark {
        background: var(--or);
        color: #faf7ee;
        padding: 0 10px 5px 7px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
      }
      .h-spiral-row {
        display: flex;
        align-items: center;
        gap: 22px;
        margin-bottom: 0;
      }
      .h-spiral {
        display: block;
        width: clamp(58px, 6vw, 78px);
        height: clamp(58px, 6vw, 78px);
        flex-shrink: 0;
      }
      .kinetic-vortex {
        object-fit: contain;
        transform-origin: 50% 50%;
        will-change: transform;
      }
      .h-tagline {
        font-family: var(--ffs);
        font-size: clamp(16px, 2vw, 21px);
        font-weight: 400;
        font-style: normal;
        color: var(--dim);
        line-height: 1.65;
        max-width: 440px;
      }
      .h-tagline em {
        font-style: normal;
        color: var(--or);
      }
      .h-scroll {
        position: absolute;
        bottom: 52px;
        right: 52px;
        writing-mode: vertical-rl;
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--dim2);
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        animation: fadeIn 2s ease 1.8s both;
      }
      .h-scroll::after {
        content: "";
        width: 1px;
        height: 44px;
        background: linear-gradient(to bottom, var(--dim2), transparent);
        animation: pulse 3.5s ease-in-out infinite 2s;
      }
      /* MERGED INTRO */
      #intro {
        padding: 78px 56px 86px;
      }
      .intro-inner {
        max-width: 1100px;
        margin: 0 auto;
      }
      .intro-story {
        max-width: 1040px;
      }
      #intro .h-title-slow {
        max-width: 1040px;
        font-size: clamp(52px, 8vw, 106px);
        margin-bottom: 30px;
      }
      #intro .h-spiral-row {
        max-width: 760px;
      }
      #intro .h-tagline {
        max-width: 560px;
      }
      #platforms {
        position: static;
        width: auto;
        max-width: 620px;
        margin: 0;
        padding: 0;
        border: 0;
        transform: none;
        pointer-events: auto;
      }
      .plat-inner {
        max-width: none;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
        padding-left: 0;
      }
      .plat-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 30px;
        padding: 0 12px;
        border-radius: var(--control-radius);
        background: color-mix(in srgb, var(--c2) 55%, transparent);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        font-family: var(--ff);
        font-size: 9px;
        font-weight: 600;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--ink2);
        transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
      }
      .plat-link:hover {
        color: var(--ink);
        background: color-mix(in srgb, var(--or) 13%, var(--c2));
        transform: translateY(-1px);
      }

      /* PHILOSOPHY */
      #phil {
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 46px 56px 58px;
      }
      .phil-vortex-bg {
        position: absolute;
        z-index: 0;
        top: 50%;
        right: -8%;
        width: min(var(--phil-vortex-size), 70vw);
        transform: translateY(-50%);
        pointer-events: none;
        opacity: var(--phil-vortex-opacity);
      }
      .phil-vortex-bg img {
        width: 100%;
        height: auto;
        animation: vortex-spin var(--phil-vortex-speed) linear infinite;
        transform-origin: 50% 50%;
      }
      .phil-vortex-bg canvas {
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
      }
      [data-theme="dark"] .phil-vortex-bg { opacity: calc(var(--phil-vortex-opacity) * 1.25); }
      [data-vortex-side="left"] .phil-vortex-bg { left: -8%; right: auto; }
      .phil-inner {
        position: relative;
        z-index: 1;
        max-width: 1100px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        align-items: start;
        gap: 26px;
        padding-left: 0;
      }
      .phil-logo {
        width: 58px;
        height: auto;
        display: block;
        opacity: 0.72;
        filter: none;
      }
      [data-theme="dark"] .phil-logo { opacity: 0.55; }
      .phil-text {
        font-family: var(--ff);
        font-size: clamp(14px, 1.7vw, 18px);
        font-weight: 300;
        font-style: normal;
        line-height: 1.72;
        color: var(--dim);
        max-width: 820px;
      }
      .phil-text strong {
        font-weight: 600;
        font-style: normal;
        color: var(--ink);
      }
      /* SHARED */
      .sec {
        padding: var(--section-pad-y) 56px;
      }
      .sec-inner {
        max-width: 1100px;
        margin: 0 auto;
      }
      .sec-label {
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--or);
        margin-bottom: 32px;
        display: flex;
        align-items: center;
        gap: 16px;
        font-weight: 600;
      }
      /* 10px-Versalien in der Markenfarbe erreichen auf den dunklen Baendern nur 3.9:1.
         Nur dieses Label nutzt daher den helleren Akzent — --or bleibt unveraendert,
         damit weisse Schrift auf den Terrakotta-Buttons ihren Kontrast behaelt. */
      [data-theme="dark"] .sec-label { color: var(--or2); }
      .sec-label::after {
        content: "";
        flex: 1;
        max-width: 90px;
        height: 1px;
        background: var(--ln);
      }
      .sec-h2 {
        font-family: var(--ffs);
        font-size: clamp(38px, 5vw, 62px);
        font-weight: 700;
        letter-spacing: 0;
        color: var(--nv);
        line-height: 1.15;
      }
      .sec-h2 mark {
        background: var(--or);
        color: #faf7ee;
        font-style: normal;
        padding: 2px 10px 4px 6px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
      }
      .sec-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: var(--heading-gap);
        padding-bottom: 16px;
      }
      .ext-link {
        min-height: var(--control-height);
        padding: 0 18px;
        border-radius: var(--control-radius);
        background: color-mix(in srgb, var(--c2) 68%, transparent);
        font-size: 11px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--nv2);
        display: inline-flex;
        align-items: center;
        gap: 7px;
        transition:
          color 0.3s,
          gap 0.3s,
          border-color 0.3s,
          background 0.3s,
          transform 0.3s;
        font-weight: 600;
      }
      .ext-link:hover {
        color: var(--or);
        background: var(--c2);
        transform: translateY(-1px);
      }
      /* ── Band rhythm ────────────────────────────────────────────────
         site.js tags each visible content section alternately as band a/b,
         so neighbouring bands always differ — no matter how the sections are
         reordered in the CMS. --surface/--surface-hi keep cards one tonal
         step above whichever band they sit on. */
      :root { --surface: var(--c2); --surface-hi: var(--c3); }
      [data-band="a"] { background: var(--c); --surface: var(--c2); --surface-hi: var(--c3); }
      [data-band="b"] { background: var(--c2); --surface: var(--c3); --surface-hi: var(--c4); }
      /* ABOUT */
      /* Section bands alternate one tonal step (c → c2 → c → …) down the page
         so the flat design keeps a calm, deliberate rhythm. */
      .about-heading { margin: 0; }
      .about-title-row {
        display: block;
        margin-bottom: 24px;
      }
      .about-grid {
        display: grid;
        grid-template-columns: 248px 1fr;
        gap: 64px;
        align-items: start;
      }
      .about-rail .sec-label {
        margin-bottom: 32px;
      }
      .about-meta {
        display: flex;
        flex-direction: column;
      }
      .meta-row {
        padding: 15px 0;
      }
      .meta-k {
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--fog);
        margin-bottom: 3px;
        font-weight: 600;
      }
      .meta-v {
        font-size: 12px;
        color: var(--dim);
      }
      .about-body p {
        color: var(--dim);
        font-size: 14px;
        line-height: 2.05;
        margin-bottom: 16px;
        max-width: 560px;
      }
      .perf-label {
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--or);
        margin: 32px 0 12px;
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 600;
      }
      .perf-label::after {
        content: "";
        flex: 1;
        height: 1px;
        background: var(--ln);
      }
      .perf-cat {
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--fog);
        margin-bottom: 9px;
        font-weight: 600;
      }
      .perf-group {
        margin-bottom: 20px;
      }
      .venues {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 7px;
      }
      .venue {
        font-size: 11px;
        color: var(--dim);
        letter-spacing: 0;
        padding: 5px 11px;
        background: var(--surface);
        transition:
          background 0.2s,
          color 0.2s;
      }
      .venue:hover {
        background: var(--surface-hi);
        color: var(--ink);
      }
      .venue-link::after {
        content: "↗";
        margin-left: 5px;
        color: var(--or);
        font-size: 9px;
      }
      /* BIO */
      .bio-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        align-items: start;
      }
      .bio-l {
        padding-right: 60px;
      }
      .bio-r {
        padding-left: 60px;
      }
      .bio-quote {
        font-family: var(--ffs);
        font-size: clamp(21px, 2.6vw, 32px);
        font-weight: 700;
        font-style: normal;
        line-height: 1.42;
        color: var(--ink);
        margin-bottom: 32px;
        padding-left: 20px;
        border-left: 2px solid var(--or);
      }
      .bio-body p {
        color: var(--dim);
        font-size: 14px;
        line-height: 2.05;
        margin-bottom: 14px;
      }
      .bio-brandline {
        display: grid;
        grid-template-columns: auto auto minmax(0, 1fr);
        align-items: center;
        gap: 18px;
        padding-bottom: 24px;
        margin-bottom: 18px;
      }
      .bio-logo-block {
        margin: 0;
      }
      .bio-logo-large {
        width: 52px;
        height: auto;
        display: block;
        opacity: 0.82;
      }
      .bio-name {
        font-family: var(--ffs);
        font-size: clamp(48px, 5vw, 68px);
        font-weight: 700;
        color: var(--nv);
        letter-spacing: 0;
        line-height: 0.88;
        margin: 0;
      }
      .bio-sub {
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--dim2);
        font-weight: 600;
        align-self: end;
        padding-bottom: 4px;
      }
      .bio-facts {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-top: 0;
      }
      .bio-fact {
        display: grid;
        grid-template-columns: 108px 1fr;
        gap: 12px;
        padding: 12px 16px;
        background: var(--surface);
        border-radius: 8px;
        align-items: start;
      }
      .bf-k {
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--fog);
        padding-top: 1px;
        font-weight: 600;
      }
      .bf-v {
        font-size: 12px;
        color: var(--dim);
        line-height: 1.6;
      }
      .bf-v em {
        font-style: normal;
        color: var(--ink2);
        font-weight: 500;
      }
      /* PHOTOS */
      /* Single cinematic photo band */
      .photo-cell {
        position: relative;
        overflow: hidden;
        aspect-ratio: 21 / 9;
      }
      .photo-cell img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        filter: saturate(0.84) brightness(0.92);
        transition:
          filter 0.6s,
          transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
      }
      .photo-cell:hover img {
        filter: saturate(1) brightness(1);
        transform: scale(1.03);
      }
      .photo-tag {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 24px 56px 18px;
        background: linear-gradient(to top, rgba(18, 15, 11, 0.58), transparent);
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: rgba(250, 247, 238, 0.82);
        font-weight: 600;
      }
      @media (max-width: 900px) {
        .photo-cell {
          aspect-ratio: 3 / 2;
        }
        .photo-tag {
          padding: 18px 24px 14px;
        }
      }
      /* RELEASES */
      #releases .sec-inner {
        max-width: 1100px;
      }
      .rel-tabs {
        display: flex;
        gap: 3px;
        width: fit-content;
        max-width: 100%;
        padding: 3px;
        margin-bottom: 28px;
        border-radius: var(--control-radius);
        background: color-mix(in srgb, var(--c2) 70%, transparent);
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
      }
      .rel-tabs::-webkit-scrollbar {
        display: none;
      }
      .rel-tab {
        font-family: var(--ff);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0;
        text-transform: uppercase;
        min-height: 38px;
        padding: 0 18px;
        border: none;
        border-radius: 4px;
        background: transparent;
        cursor: none;
        color: var(--dim2);
        white-space: nowrap;
        transition: color 0.25s, background 0.25s, transform 0.25s;
      }
      .rel-tab:hover {
        color: var(--or);
        background: color-mix(in srgb, var(--or) 8%, transparent);
      }
      .rel-tab.active {
        color: #faf7ee;
        background: color-mix(in srgb, var(--or) 88%, var(--nv));
        box-shadow: 0 1px 5px color-mix(in srgb, var(--or) 22%, transparent);
      }
      .rel-heading { margin-bottom: 24px; }
      .rel-grid {
        display: grid;
        grid-template-columns: repeat(var(--release-cols), minmax(0, 1fr));
        gap: var(--release-gap);
      }
      .rel-card {
        background: var(--surface);
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        min-width: 0;
        transition:
          background 0.25s,
          transform 0.3s,
          box-shadow 0.3s;
      }
      .rel-card:focus-visible,
      .plat-link:focus-visible,
      .rel-tab:focus-visible {
        outline: 2px solid var(--or);
        outline-offset: 3px;
      }
      .rel-card:hover {
        background: var(--surface-hi);
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(30, 15, 5, 0.1);
      }
      .rel-cover {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        min-height: 0;
        object-fit: cover;
        filter: saturate(0.88);
        transition: filter 0.3s;
      }
      .rel-card:hover .rel-cover {
        filter: saturate(1);
      }
      .rel-cover-ph {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        min-height: 0;
        background: var(--c3);
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .rel-cover-ph img {
        width: 30%;
        height: auto;
        opacity: 0.38;
      }
      .rel-body {
        min-height: 104px;
        padding: 11px 12px 10px;
        display: flex;
        flex-direction: column;
      }
      .rel-title {
        font-family: var(--ffs);
        font-size: 14px;
        font-weight: 700;
        color: var(--ink);
        line-height: 1.22;
        margin-bottom: 4px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .rel-meta {
        font-size: 11px;
        color: var(--dim2);
        margin-bottom: 0;
        flex: 1;
        line-height: 1.3;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .rel-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: auto;
        padding-top: 10px;
      }
      .rel-date {
        font-family: var(--ffm);
        font-size: 10px;
        color: var(--fog);
        white-space: pre-line;
        line-height: 1.4;
      }
      .rel-badge {
        font-size: 9px;
        font-weight: 600;
        letter-spacing: 0;
        text-transform: uppercase;
        padding: 2px 6px;
        border-radius: 100px;
        background: rgba(168, 79, 50, 0.12);
        color: var(--or);
      }
      .rel-badge.ep,
      .rel-badge.album {
        background: color-mix(in srgb, var(--nv2) 15%, transparent);
        color: var(--nv2);
      }
      .rel-badge.single {
        background: color-mix(in srgb, var(--nv3) 17%, transparent);
        color: var(--nv3);
      }
      .rel-badge.original {
        background: color-mix(in srgb, var(--or) 13%, transparent);
        color: var(--or);
      }
      .rel-badge.remix {
        background: color-mix(in srgb, var(--gr) 15%, transparent);
        color: var(--gr);
      }
      .rel-badge.edit {
        background: color-mix(in srgb, var(--or2) 16%, transparent);
        color: var(--or2);
      }
      .rel-badge.collab {
        background: color-mix(in srgb, var(--fog) 16%, transparent);
        color: var(--fog);
      }
      .rel-empty {
        grid-column: 1/-1;
        text-align: center;
        padding: 56px;
        color: var(--dim2);
        font-size: 14px;
      }
      /* PODCASTS */
      .pod-intro {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 36px;
        align-items: end;
        margin-bottom: 48px;
      }
      .pod-intro p {
        font-size: 14px;
        color: var(--dim);
        line-height: 1.9;
      }
      .pod-list {
        display: flex;
        flex-direction: column;
        gap: 2px;
      }
      .pod-cards { display: contents; }
      .pod-index {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2px;
        margin-bottom: 24px;
      }
      .pod-index-item {
        min-height: 118px;
        padding: 18px 20px;
        background: var(--surface);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 6px;
        transition: background 0.25s, transform 0.25s;
      }
      .pod-index-item:hover {
        background: var(--surface-hi);
        transform: translateY(-2px);
      }
      .pod-index-year {
        color: var(--or);
        font-family: var(--ffm);
        font-size: 10px;
      }
      .pod-index-item strong {
        color: var(--ink);
        font-size: 15px;
        font-weight: 600;
        line-height: 1.25;
      }
      .pod-index-item > span:last-child {
        color: var(--dim2);
        font-size: 11px;
        line-height: 1.4;
      }
      .pod-card {
        background: var(--surface);
        overflow: hidden;
        content-visibility: auto;
        contain-intrinsic-size: 470px;
      }
      .pod-hd {
        padding: 18px 22px 13px;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .pod-title {
        font-family: var(--ffs);
        font-size: 21px;
        font-weight: 700;
        color: var(--ink);
        letter-spacing: 0;
      }
      .pod-meta {
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--dim2);
        font-weight: 600;
      }
      .pod-card iframe {
        display: block;
        width: 100%;
        border: none;
        background: var(--surface);
      }
      /* SETS */
      .sets-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2px;
      }
      .set-card {
        background: var(--surface);
        overflow: hidden;
        content-visibility: auto;
        contain-intrinsic-size: 430px;
      }
      .set-hd {
        padding: 17px 20px 12px;
      }
      .set-type {
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--or);
        margin-bottom: 4px;
        font-weight: 600;
      }
      .set-title {
        font-family: var(--ffs);
        font-size: 19px;
        font-weight: 700;
        color: var(--ink);
        letter-spacing: 0;
      }
      .set-card iframe {
        display: block;
        width: 100%;
        border: none;
        background: var(--surface);
      }
      /* Both themes use SoundCloud's visual (artwork) player, which needs the taller
         frame to breathe; only the accent colour differs by theme. */
      /* SoundCloud appends a white "Privacy policy / Hosted by" strip at the bottom
         of every embed — crop it by pulling the themed footer strip over it. */
      /* Kachel und geladener Player teilen sich dieselbe Hoehe, damit die Karte
         beim Klick nicht springt. --player-h wird je Kartentyp gesetzt; die 31px
         sind der weisse SoundCloud-Streifen, den die Fussleiste ueberdeckt. */
      .set-card { --player-h: 380px; }
      .pod-card { --player-h: 420px; }
      .set-card iframe,
      .pod-card iframe { margin-bottom: -31px; }
      .embed-foot { position: relative; }
      /* Click-to-load facade — no request goes to SoundCloud until the visitor
         presses play; activateFacade() then swaps in the real player iframe. */
      .sc-facade {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: calc(var(--player-h, 247px) - 31px);
        padding: 26px 20px;
        background: color-mix(in srgb, var(--surface) 78%, var(--c));
        border: none;
        overflow: hidden;
        cursor: none;
        font-family: var(--ff);
        transition: background 0.25s;
      }
      .sc-facade:hover { background: var(--surface-hi); }
      /* Artwork layer — dimmed so the play button and labels stay legible.
         Sharpens and lifts slightly on hover, like a real player waiting to start. */
      .sc-facade-art {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: saturate(0.8) brightness(0.62);
        transform: scale(1.02);
        transition: filter 0.45s, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      }
      .sc-facade:hover .sc-facade-art {
        filter: saturate(0.95) brightness(0.72);
        transform: scale(1.06);
      }
      /* Scrim: keeps contrast on bright artwork regardless of the photo */
      .sc-facade.has-art::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(18, 15, 11, 0.34), rgba(18, 15, 11, 0.64));
        pointer-events: none;
      }
      .sc-facade-body {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }
      .sc-facade-play {
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: var(--or);
        color: #faf7ee;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.25s, transform 0.25s;
      }
      .sc-facade-play svg { width: 22px; height: 22px; margin-left: 2px; }
      .sc-facade:hover .sc-facade-play { background: var(--or2); transform: scale(1.07); }
      .sc-facade-label {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--ink2);
      }
      .sc-facade-note { font-size: 10px; color: var(--dim2); }
      /* On artwork the labels sit on a dark scrim in BOTH themes, so they are
         pinned to light values rather than following the theme tokens. */
      .sc-facade.has-art .sc-facade-label { color: #f6f2e9; }
      .sc-facade.has-art .sc-facade-note { color: rgba(246, 242, 233, 0.78); }
      .sc-facade.has-art .sc-facade-play { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35); }
      .set-card iframe,
      .pod-card iframe { height: var(--player-h); }
      /* LABEL */
      /* ── Footer in drei Spalten, alle auf gleicher Oberkante ────────
         Links das Label mit Logo, in der Mitte der Artist, rechts das Menue.
         Die Zugehoerigkeit liest sich ueber die Groesse: Wintuwa gross,
         zijn daneben bewusst kleiner. */
      .ft-label {
        display: flex;
        align-items: flex-start;
        gap: 22px;
      }
      .ft-label .lb-logo {
        width: 112px;
        flex-shrink: 0;
        /* haelt das Logo optisch auf Hoehe der Subline daneben */
        margin-top: -6px;
      }
      /* Textspalte in Label und Artist gleich aufgebaut, damit Subline und
         Headline in beiden Spalten exakt auf derselben Linie sitzen. */
      .ft-col-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
        min-width: 0;
      }
      .ft-label h3 {
        font-family: var(--ffs);
        font-size: 26px;
        font-weight: 700;
        color: #faf7ee;
        line-height: 1.1;
      }
      .ft-label p {
        font-size: 12.5px;
        line-height: 1.7;
        color: rgba(250, 247, 238, 0.68);
        max-width: 300px;
      }
      .ft-label .lb-link {
        margin-top: 8px;
        min-height: 34px;
        padding: 0 16px;
        font-size: 9.5px;
      }
      .ft-artist {
        padding-top: 0;
      }
      .lb-eyebrow {
        /* Auf dem dunklen Footer-Band braucht die 9px-Zeile den helleren
           Footer-Akzent — der gemischte or2-Ton kam nur auf 4.0:1. */
        color: var(--footer-accent);
        font-family: var(--ffm);
        font-size: 9px;
        font-weight: 400;
        text-transform: uppercase;
      }
      .lb-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-height: var(--control-height);
        padding: 0 20px;
        border-radius: var(--control-radius);
        background: rgba(250, 247, 238, 0.1);
        font-family: var(--ff);
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #faf7ee;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        white-space: nowrap;
        font-weight: 600;
      }
      .lb-link:hover {
        background: color-mix(in srgb, var(--or) 88%, var(--nv));
        color: #faf7ee;
        transform: translateY(-1px);
        box-shadow: 0 4px 14px rgba(168, 79, 50, 0.22);
      }
      .lb-link::after {
        content: "→";
        font-size: 13px;
      }
      .lb-logo {
        width: clamp(104px, 13vw, 156px);
        height: auto;
        flex-shrink: 0;
        /* logo art ships on a black plate — drop it onto the dark band */
        mix-blend-mode: lighten;
      }
      /* SoundCloud embed footer — a themed strip under each player */
      .embed-foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 10px 20px;
        background: var(--surface);
        font-size: 9.5px;
        letter-spacing: 0;
        text-transform: uppercase;
        font-weight: 600;
        color: var(--dim);
      }
      .embed-foot a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--or);
        transition: color 0.2s;
      }
      .embed-foot a:hover { color: var(--ink); }
      /* CONTACT */
      .contact-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 72px;
        align-items: end;
      }
      .ct-left p {
        font-size: 13px;
        color: var(--dim);
        max-width: 320px;
        line-height: 1.95;
        margin-top: 18px;
      }
      .ct-form {
        margin-top: 28px;
        max-width: 360px;
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
      .ct-form input,
      .ct-form textarea {
        width: 100%;
        font-family: var(--ff);
        font-size: 13px;
        color: var(--ink);
        background: color-mix(in srgb, var(--surface) 55%, var(--c));
        border: 1px solid var(--ln);
        border-radius: var(--control-radius);
        padding: 11px 13px;
        transition: border-color 0.2s, background 0.2s;
      }
      .ct-form textarea {
        min-height: 78px;
        resize: vertical;
        line-height: 1.55;
      }
      .ct-form input:focus,
      .ct-form textarea:focus {
        border-color: var(--or2);
        background: var(--surface);
        outline: none;
      }
      .ct-form input::placeholder,
      .ct-form textarea::placeholder { color: var(--dim2); }
      /* Honeypot — hidden from humans, catnip for bots */
      .ct-hp {
        position: absolute !important;
        left: -9999px;
        width: 1px;
        height: 1px;
        overflow: hidden;
      }
      .ct-send {
        align-self: flex-start;
        min-height: var(--control-height);
        padding: 0 24px;
        border: none;
        border-radius: var(--control-radius);
        background: var(--or);
        color: #faf7ee;
        font-family: var(--ff);
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        font-weight: 700;
        transition: background 0.25s, transform 0.25s, opacity 0.25s;
      }
      .ct-send:hover { background: color-mix(in srgb, var(--or) 86%, var(--nv)); transform: translateY(-1px); }
      .ct-send:disabled { opacity: 0.45; pointer-events: none; }
      .ct-status {
        font-size: 11.5px;
        line-height: 1.5;
        color: var(--dim);
        min-height: 1.2em;
      }
      .ct-status.err { color: var(--or); }
      .ct-vh {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
      }
      .soc-links {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }
      .soc-link {
        display: grid;
        grid-template-columns: 92px 1fr auto;
        gap: 16px;
        align-items: center;
        padding: 15px 18px;
        background: var(--surface);
        border-radius: 8px;
        color: var(--dim);
        font-size: 13px;
        transition: color 0.3s, background 0.25s;
      }
      .soc-link:hover {
        color: var(--ink);
        background: var(--surface-hi);
      }
      .soc-link:hover .soc-arr {
        transform: translateX(4px);
        color: var(--or);
      }
      .soc-pl {
        font-size: 10px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--fog);
        font-weight: 600;
      }
      .soc-handle {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .soc-arr {
        color: var(--nv2);
        font-size: 16px;
        transition:
          transform 0.3s,
          color 0.3s;
      }
      /* FOOTER */
      footer {
        background: var(--footer);
        padding: 52px 56px 36px;
        position: relative;
        overflow: hidden;
      }
      [data-theme="dark"] footer { background: var(--footer); }
      .ft-inner {
        max-width: 1100px;
        margin: 0 auto 44px;
        display: grid;
        grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.8fr) auto;
        gap: 56px;
        align-items: start;
      }
      .ft-wordmark {
        font-family: var(--ffs);
        font-size: 26px;
        font-weight: 700;
        color: #faf7ee;
        letter-spacing: 0;
        display: block;
        line-height: 1.1;
      }
      .ft-tagline {
        margin-top: 4px;
        font-family: var(--ffs);
        font-size: 13px;
        line-height: 1.55;
        color: rgba(243,237,214,0.68);
        max-width: 300px;
      }
      .ft-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(104px, auto));
        gap: 0 44px;
        /* ohne Versatz, damit die erste Menuezeile exakt auf der Subline sitzt */
        padding-top: 0;
      }
      /* Erste Spalte Seitenbereiche, zweite Profile — statt willkuerlichem Umbruch */
      .ft-links-col {
        display: flex;
        flex-direction: column;
        gap: 11px;
      }
      .ft-links a {
        font-size: 11px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: rgba(243,237,214,0.62);
        text-decoration: none;
        transition: color 0.2s;
      }
      .ft-links a:hover { color: var(--footer-accent); }
      .ft-bottom {
        max-width: 1100px;
        margin: 0 auto;
        padding-top: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
      }
      .ft-copy {
        font-size: 11px;
        letter-spacing: 0;
        color: rgba(243,237,214,0.64);
        text-transform: uppercase;
      }
      .ft-impr {
        font-size: 11px;
        letter-spacing: 0;
        color: rgba(243,237,214,0.64);
        text-transform: uppercase;
        text-decoration: none;
        transition: color 0.2s;
      }
      .ft-impr:hover { color: var(--footer-accent); }
      .ft-badges {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
      }
      /* Renewable-energy chip — same quiet register as the carbon badge */
      .ecobadge {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 6px 13px;
        border-radius: 100px;
        background: rgba(243, 237, 214, 0.06);
        font-family: var(--ff);
        font-size: 9.5px;
        font-weight: 500;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        line-height: 1;
        color: rgba(243, 237, 214, 0.66);
      }
      .eco-leaf {
        width: 12px;
        height: 12px;
        flex: 0 0 auto;
        color: var(--gr);
      }
      /* Website Carbon badge — a quiet eco chip that matches the footer register */
      .carbonbadge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 3px 7px;
        padding: 6px 13px;
        border-radius: 100px;
        background: rgba(243, 237, 214, 0.06);
        font-family: var(--ff);
        font-size: 9.5px;
        font-weight: 500;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        line-height: 1;
        color: rgba(243, 237, 214, 0.62);
      }
      .carbonbadge .wcb-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--gr);
        box-shadow: 0 0 0 3px color-mix(in srgb, var(--gr) 18%, transparent);
        flex: 0 0 auto;
      }
      .carbonbadge #wcb_g { color: rgba(243, 237, 214, 0.82); }
      .carbonbadge sub { font-size: 0.75em; }
      .carbonbadge .wcb-sep { opacity: 0.45; }
      .carbonbadge a#wcb_a {
        color: rgba(243, 237, 214, 0.62);
        text-decoration: none;
        transition: color 0.2s;
      }
      .carbonbadge a#wcb_a:hover { color: var(--footer-accent); }
      /* ── Cookie consent banner (injected only when Analytics is configured) ── */
      .cookie-banner {
        position: fixed;
        left: 50%;
        bottom: max(18px, env(safe-area-inset-bottom));
        transform: translateX(-50%);
        z-index: 400;
        width: min(560px, calc(100vw - 28px));
        background: var(--c2);
        color: var(--ink);
        border-radius: var(--control-radius);
        box-shadow: 0 12px 44px rgba(0, 0, 0, 0.28);
        padding: 18px 20px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        animation: cookieIn 0.35s ease both;
      }
      @keyframes cookieIn {
        from { opacity: 0; transform: translateX(-50%) translateY(14px); }
        to { opacity: 1; transform: translateX(-50%) translateY(0); }
      }
      .cookie-banner p {
        margin: 0;
        font-size: 12.5px;
        line-height: 1.65;
        color: var(--dim);
      }
      .cookie-banner a {
        color: var(--or);
        text-decoration: none;
        border-bottom: 1px solid color-mix(in srgb, var(--or) 35%, transparent);
      }
      .cookie-banner a:hover { color: var(--or2); }
      .cookie-banner-actions { display: flex; gap: 10px; flex-wrap: wrap; }
      .cookie-btn {
        font-family: var(--ff);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        padding: 10px 20px;
        border-radius: var(--control-radius);
        cursor: none;
        transition: background 0.2s, color 0.2s, border-color 0.2s;
      }
      .cookie-btn-accept { background: var(--or); color: #faf7ee; border: none; }
      .cookie-btn-accept:hover { background: var(--or2); }
      .cookie-btn-decline { background: color-mix(in srgb, var(--ink) 7%, transparent); color: var(--dim); border: none; }
      .cookie-btn-decline:hover { color: var(--ink); background: color-mix(in srgb, var(--ink) 12%, transparent); }
      @media (max-width: 560px) {
        .cookie-banner-actions { flex-direction: column; }
        .cookie-btn { width: 100%; }
      }

      /* BTT */
      #btt {
        position: fixed;
        bottom: max(18px, env(safe-area-inset-bottom));
        right: max(18px, env(safe-area-inset-right));
        z-index: 300;
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 50%;
        background: color-mix(in srgb, var(--or) 88%, var(--c));
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transform: translateY(8px);
        pointer-events: none;
        cursor: none;
        transition:
          opacity 0.3s,
          transform 0.3s;
        box-shadow: 0 4px 14px rgba(168, 79, 50, 0.32);
      }
      #btt.show {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
      }
      #btt.over-footer {
        opacity: 0;
        pointer-events: none;
      }
      #btt:hover {
        transform: translateY(-1px);
      }
      /* ANIM */
      @keyframes up {
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      @keyframes fadeIn {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
      }
      @keyframes vortex-spin {
        to {
          transform: rotate(360deg);
        }
      }
      @keyframes vortex-spin-reverse {
        from { transform: rotate(360deg); }
        to { transform: rotate(0deg); }
      }
      @keyframes pulse {
        0%,
        100% {
          opacity: 0.2;
        }
        50% {
          opacity: 0.75;
        }
      }
      .reveal {
        opacity: 0;
        transform: translateY(12px);
        transition:
          opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
          transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      }
      .reveal.in {
        opacity: 1;
        transform: none;
      }
      .d1 {
        transition-delay: 0.08s;
      }
      .d2 {
        transition-delay: 0.16s;
      }
      .d3 {
        transition-delay: 0.24s;
      }
      .d4 {
        transition-delay: 0.32s;
      }
      /* RESPONSIVE */
      @media (max-width: 900px) {
        nav {
          padding: 0 24px;
          grid-template-columns: auto 1fr auto auto auto;
          gap: 10px;
        }
        .n-logo { grid-column: 1; }
        .n-audio { grid-column: 3; }
        .n-theme { grid-column: 4; }
        .n-toggle { grid-column: 5; }
        .n-links {
          display: none;
        }
        .n-toggle {
          display: flex;
        }
        .n-lang {
          display: none;
        }
        /* Mobile runs noticeably tighter than desktop — the configured spacing
           is scaled down so the page doesn't feel stretched on small screens. */
        .sec {
          padding: min(calc(var(--section-pad-y) * 0.72), 52px) 24px;
        }
        .sec-label { margin-bottom: 20px; }
        .sec-header { margin-bottom: min(var(--heading-gap), 22px); padding-bottom: 8px; }
        .about-grid { gap: 28px; }
        .contact-grid { gap: 36px; }
        .pod-intro { gap: 18px; margin-bottom: 28px; }
        .meta-row { padding: 10px 0; }
        .rel-tabs { margin-bottom: 18px; }
        .bio-brandline { padding-bottom: 16px; margin-bottom: 12px; }
        #hero {
          height: 100vh;
          height: 100svh;
          min-height: 620px;
          justify-content: flex-end;
          padding: 116px 24px 72px;
        }
        #intro,
        #phil {
          padding: 36px 24px;
        }
        .ft-label { gap: 16px; }
        .ft-label .lb-logo { width: 84px; margin-top: -4px; }
        .ft-artist { padding-top: 0; }
        .ft-links { padding-top: 0; }
        footer {
          padding: 40px 24px 28px;
        }
        .ft-inner {
          grid-template-columns: 1fr;
          gap: 32px;
          margin-bottom: 28px;
        }
        .ft-links { padding-top: 0; }
        .ft-bottom {
          flex-direction: column;
          gap: 10px;
          text-align: center;
        }
        .about-grid,
        .bio-grid,
        .contact-grid,
        .pod-intro,
        .sets-grid {
          grid-template-columns: 1fr;
        }
        /* Mobile About: lead with the headline + text, push the meta details below */
        #about .about-rail { display: contents; }
        #about .about-rail .sec-label { margin-bottom: 22px; }
        #about .about-body { order: 1; }
        #about .about-meta { order: 2; margin-top: 24px; }
        .bio-l {
          padding-right: 0;
          padding-bottom: 28px;
        }
        .bio-r {
          padding-left: 0;
          padding-top: 28px;
        }

        .sec-header {
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
        }
        .photo-pair {
          grid-template-columns: 1fr 1fr;
        }
        .h-scroll {
          display: none;
        }
        #hero #platforms {
          width: 100%;
          max-width: none;
          overflow-x: auto;
          scrollbar-width: none;
          -webkit-overflow-scrolling: touch;
        }
        #hero #platforms::-webkit-scrollbar { display: none; }
        #hero .plat-inner {
          width: max-content;
          justify-content: flex-start;
          flex-wrap: nowrap;
        }
        #hero .h-content {
          margin: 0;
          padding-bottom: min(8vh, 68px);
        }
        #hero .h-wordmark {
          font-size: clamp(68px, 17vw, 92px);
        }
        #hero .h-identity-row {
          width: 100%;
          flex-direction: column;
          align-items: flex-start;
          gap: 20px;
        }
        .phil-inner {
          padding-left: 0;
        }
        .plat-inner { padding-left: 0; }
        #btt {
          bottom: 20px;
          right: 20px;
        }
        .rel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: min(var(--release-gap), 12px); }
        .bio-brandline { grid-template-columns: auto 1fr; }
        .bio-sub { grid-column: 2; align-self: start; padding-bottom: 0; margin-top: -10px; }
        .h-title-slow {
          max-width: 720px;
          font-size: clamp(44px, 11vw, 76px);
        }
        .pod-index {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }
      @media (max-width: 560px) {
        #intro { padding: 40px 24px 44px; }
        #phil { margin: 0; padding: 28px 24px 36px; }
        .phil-vortex-bg { right: -42%; width: 120vw; opacity: calc(var(--phil-vortex-opacity) * 0.8); }
        [data-vortex-side="left"] .phil-vortex-bg { left: -42%; right: auto; }
        [data-theme="dark"] .phil-vortex-bg { opacity: var(--phil-vortex-opacity); }
        .phil-inner { grid-template-columns: 1fr; gap: 16px; }
        .h-title-slow {
          font-size: clamp(38px, 12vw, 58px);
        }
        .h-spiral-row {
          align-items: flex-start;
        }
        .h-spiral {
          width: 54px;
          height: 54px;
        }
        .plat-inner { padding-left: 0; }
        .phil-inner { padding-left: 0; }
        .rel-grid { grid-template-columns: repeat(auto-fit, minmax(128px, 1fr)); gap: min(var(--release-gap), 10px); }
        .rel-body { min-height: 100px; padding: 10px; }
        .rel-title { font-size: 13px; }
        .pod-index {
          grid-template-columns: 1fr;
        }
      }

      @media (min-width: 901px) and (max-width: 1180px) {
        .rel-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
      }
    
