/* Generated by scripts/build-css.php; edit the source modules instead. */

/* --- fonts.css --- */
/* Self-hosted brand fonts. DM Sans uses the official variable WOFF2 split by unicode range. */
@font-face{font-family:'DM Sans';font-style:normal;font-weight:400 600;font-display:swap;src:url('/assets/fonts/dm-sans-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 Sans';font-style:normal;font-weight:400 600;font-display:swap;src:url('/assets/fonts/dm-sans-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:'Instrument Serif';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/instrument-serif-regular.woff2') format('woff2')}
@font-face{font-family:'Instrument Serif';font-style:italic;font-weight:400;font-display:swap;src:url('/assets/fonts/instrument-serif-italic.woff2') format('woff2')}


/* --- style.css --- */
:root {
  --chrome:var(--ink);
  --surface:var(--paper);
  --browser-theme-color:var(--surface);
  --paper:#f4f0e7;
  --ink:#3a272b;
  --wine:#6b253c;
  --line:#d8cec5;
  --purple:#302a3f;
  --lavender:#d4bedf;
  --header:86px;
  --footer:64px;
  --cta-width:230px;
  --cta-height:48px;
  --cta-font:13px;
  --serif:'Instrument Serif',Georgia,serif;
  --sans:'DM Sans',Arial,sans-serif;
}

.icon-sprite { position:absolute; width:0; height:0; overflow:hidden; }
.icon-arrow { display:inline-block; width:20px; height:20px; flex:0 0 20px; vertical-align:middle; overflow:visible; fill:none; stroke:currentColor; stroke-width:1.15; stroke-linecap:round; stroke-linejoin:round; transition:translate .18s ease; }
.icon-arrow--right { transform:rotate(0deg); }
.icon-arrow--down { transform:rotate(90deg); }
.icon-arrow--left { transform:rotate(180deg); }
.icon-arrow--up-right { transform:rotate(-45deg); }

/* Full-bleed photography and a discreet, shared navigation overlay. */
body[data-panel="hero"] { --chrome:#f4f0e7; --surface:#211b1b; }
body[data-panel="o-mne"] { --surface:#e9e0d6; }
body[data-panel="tvorba"] { --chrome:#f4f0e7; --surface:#302a3f; }
body[data-panel="koncerty"] { --surface:#eee6c9; }
body[data-panel="kontakt"] { --chrome:#f4f0e7; --surface:#6b253c; }
body[data-panel="hero"][data-scene="zed"] { --surface:#f0dfce; }
body[data-panel="hero"][data-scene="kavarna"] { --surface:#3c3029; }
body[data-panel="hero"][data-scene="most"] { --surface:#182635; }
body[data-panel="hero"][data-scene="usmev"] { --surface:#18191c; }
html, body { background:var(--browser-theme-color); }
body { --browser-theme-color:var(--surface); }

.site-header {
  position:fixed;
  inset:0 0 auto;
  height:var(--header);
  z-index:30;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 4.3vw;
  color:var(--chrome);
  background:var(--surface);
  transition:color .3s, background .3s;
}
body[data-panel="hero"] .site-header { background:transparent; }
.brand { position:relative; z-index:2; }
.site-header .brand-dot { color:inherit; }
.menu-toggle {
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:19px;
  padding:12px 0 12px 12px;
  min-height:44px;
  color:inherit;
}
.menu-label { font-size:12px; letter-spacing:.18em; text-transform:uppercase; }
.menu-bars { display:flex; flex-direction:column; gap:6px; width:26px; }
.menu-bars i { height:1px; width:26px; background:currentColor; transition:transform .3s; }
.menu-toggle[aria-expanded="true"] .menu-bars i:first-child { transform:translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-bars i:last-child { transform:translateY(-3.5px) rotate(-45deg); }
.navigation {
  position:fixed;
  inset:0;
  z-index:1;
  display:none;
  grid-template-columns:1fr 1fr;
  align-content:center;
  align-items:center;
  gap:30px 9vw;
  padding:calc(var(--header) + 20px) 10vw 50px;
  overflow-y:auto;
  background:#241f29;
  color:var(--paper);
}
.navigation.is-open { display:grid; animation:menu-in .3s ease both; }
body.menu-open { --browser-theme-color:#241f29; }
.menu-intro { font-family:var(--serif); font-size:clamp(68px,8vw,130px); line-height:.95; letter-spacing:-.03em; }
.menu-intro em { color:#b9a9c1; }
.menu-links { display:flex; flex-direction:column; counter-reset:page -1; }
.menu-links a { display:flex; align-items:center; gap:28px; padding:8px 0; font:clamp(36px,4.4vw,66px)/1.1 var(--serif); transition:color .2s, transform .2s; }
.menu-links a::before { counter-increment:page; content:counter(page, decimal-leading-zero); font:11px var(--sans); letter-spacing:.1em; color:#b9a9c1; }
.menu-links a:hover, .menu-links a[aria-current] { color:#d4bedf; transform:translateX(8px); }
.menu-actions { grid-column:2; justify-self:start; display:flex; flex-direction:column; align-items:flex-start; }
.menu-listen { display:flex; width:var(--cta-width); max-width:100%; flex-shrink:0; min-height:var(--cta-height); box-sizing:border-box; justify-content:space-between; gap:12px; align-items:center; font-size:var(--cta-font); line-height:1.4; padding:10px 0; border-bottom:1px solid #ffffff50; }
.menu-listen:hover,
.menu-listen:focus-visible { text-decoration:none; }
.menu-listen:hover .icon-arrow--up-right,
.menu-listen:focus-visible .icon-arrow--up-right { translate:3px -3px; }
.menu-social { display:flex; gap:24px; margin:0; padding:4px 0 0; list-style:none; }
.menu-social a { display:flex; align-items:center; min-height:44px; font-size:13px; }
.menu-social a:hover { color:#d4bedf; }
body.menu-open .site-header { color:var(--paper); background:transparent; }
@keyframes menu-in { from { opacity:0; } to { opacity:1; } }

.hero {
  isolation:isolate;
  height:100svh;
  min-height:640px;
  color:var(--paper);
  background:#211b1b;
  padding:0;
}
.hero-visual { position:absolute; inset:0; z-index:-2; }
.hero-visual>img { width:100%; height:100%; object-position:64% 45%; }
.hero-visual::after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(20,16,23,.52),rgba(20,16,23,.03) 66%),linear-gradient(0deg,rgba(20,16,23,.85),transparent 65%);
}
.hero-copy { position:absolute; left:6vw; bottom:16vh; z-index:1; }
.hero-copy>.eyebrow { display:flex; align-items:center; gap:14px; font-size:11px; letter-spacing:.19em; color:#e2d7dc; }
.hero h1 { font-size:clamp(90px,9.8vw,168px); line-height:.86; letter-spacing:-.035em; margin:28px 0 25px; }
.hero h1 em { font-weight:400; }
.hero-intro { font-family:var(--serif); font-size:clamp(22px,2vw,32px); color:#dfd4dc; }
.album-teaser {
  position:absolute;
  right:6vw;
  bottom:16vh;
  display:flex;
  align-items:center;
  gap:18px;
  width:auto;
  border-top:1px solid #f4f0e74d;
  padding-top:20px;
  color:var(--paper);
}
.album-teaser>picture>img { width:72px; height:72px; transition:transform .3s; }
.album-teaser:hover>picture>img { transform:rotate(-5deg); }
.album-teaser .eyebrow { font-size:10px; letter-spacing:.14em; color:#dfd4dc; }
.album-teaser strong { display:block; font:31px/1.2 var(--serif); margin:4px 0 7px; }
.teaser-link { display:flex; align-items:center; gap:30px; font-size:12px; }
.journey .journey-dots { display:none; }
.journey #current-label { display:none; }
body[data-panel="koncerty"] .journey-position { color:var(--ink); }

@media(min-width:1000px) and (min-height:620px) {
  .site-header { background:transparent; }
  .panel:not(.hero) { border-top:var(--header) solid transparent; border-bottom:var(--footer) solid transparent; }
  .hero { min-height:0; }
}
@media(max-width:999px),(max-height:619px) {
  .hero { scroll-margin-top:0; }
  .hero-copy { bottom:210px; }
  .album-teaser { bottom:50px; right:auto; left:6vw; }
}
@media(max-width:760px) {
  .site-header { padding:0 6vw; }
  .menu-label { font-size:11px; }
  .menu-toggle { gap:12px; }
  .menu-bars, .menu-bars i { width:23px; }
  .navigation { grid-template-columns:1fr; align-content:center; gap:25px; padding:calc(var(--header) + 20px) 10vw 35px; }
  .menu-intro { display:none; }
  .menu-links a { font-size:clamp(38px,7.5vh,59px); padding:10px 0; }
  .menu-actions { grid-column:1; }
  .hero { min-height:640px; }
  .hero-visual>img { object-position:63% center; }
  .hero-visual::after { background:linear-gradient(0deg,rgba(20,16,23,.94),rgba(20,16,23,.14) 70%),linear-gradient(180deg,#14101766,transparent 22%); }
  .hero-copy { bottom:190px; }
  .hero-copy>.eyebrow { font-size:10px; letter-spacing:.12em; }
  .hero h1 { font-size:clamp(72px,19vw,130px); margin:22px 0 20px; }
  .hero-intro { font-size:24px; }
  .album-teaser { bottom:40px; right:6vw; padding-top:18px; gap:15px; }
  .album-teaser>picture>img { width:60px; height:60px; }
  .album-teaser strong { font-size:27px; }
  .album-teaser .eyebrow { font-size:10px; }
}
@media(max-width:480px) {
  .menu-toggle { gap:0; padding-left:8px; }
  .menu-label { display:none; }
}
@media(max-width:380px) {
  .brand { font-size:25px; }
  .menu-toggle { gap:0; padding-left:8px; }
  .menu-label { display:none; }
}
@media(max-height:619px) and (min-width:761px) {
  .navigation { grid-template-columns:1fr 1fr; padding-top:85px; padding-bottom:20px; gap:15px 9vw; }
  .menu-links a { font-size:32px; padding:5px 0; }
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:0;
}

body {
  margin:0;
  color:var(--ink);
  background:var(--browser-theme-color);
  font-family:var(--sans);
  font-size:16px;
  -webkit-font-smoothing:antialiased;
}

a {
  color:inherit;
  text-decoration:none;
}

button {
  font:inherit;
  color:inherit;
  cursor:pointer;
}

button,a {
  -webkit-tap-highlight-color:transparent;
}

button {
  border:0;
  background:none;
}

img {
  display:block;
  max-width:100%;
  object-fit:cover;
}

figure,p,h1,h2,h3,blockquote {
  margin:0;
}

h1,h2,h3 {
  font-family:var(--serif);
  font-weight:400;
}

h2 {
  font-size:clamp(48px,5.1vw,84px);
  line-height:1.02;
  letter-spacing:-.025em;
}

em {
  font-weight:400;
}

p {
  line-height:1.65;
}

::selection {
  background:var(--wine);
  color:var(--paper);
}

:focus-visible {
  outline:2px solid currentColor;
  outline-offset:6px;
}

.panel:focus {
  outline:none;
}

.eyebrow {
  display:block;
  font-size:12px;
  font-weight:500;
  letter-spacing:.14em;
  text-transform:uppercase;
  line-height:1.5;
}

.section-label {
  margin-bottom:24px;
}

.text-link {
  display:inline-flex;
  width:min(100%,var(--cta-width));
  flex:0 0 auto;
  min-height:var(--cta-height);
  box-sizing:border-box;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  align-self:flex-start;
  font-size:var(--cta-font);
  line-height:1.4;
  padding:10px 0;
  border-bottom:1px solid currentColor;
  transition:gap .25s;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration:none;
}
.text-link:hover .icon-arrow--right,
.text-link:focus-visible .icon-arrow--right { translate:3px 0; }
.text-link:hover .icon-arrow--down,
.text-link:focus-visible .icon-arrow--down { translate:0 3px; }
.text-link:hover .icon-arrow--up-right,
.text-link:focus-visible .icon-arrow--up-right { translate:3px -3px; }

.text-link span {
  font-size:23px;
}

.button {
  width:min(100%,var(--cta-width));
  min-height:var(--cta-height);
  box-sizing:border-box;
  display:inline-flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:10px 16px;
  font-size:var(--cta-font);
  line-height:1.4;
  transition:background .2s,color .2s,transform .2s;
}

.button:hover {
  transform:translateY(-3px);
}

.button--light {
  background:var(--paper);
  color:var(--purple);
}

.button--light:hover {
  background:var(--lavender);
}

.play {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:14px;
  height:14px;
  flex:0 0 14px;
}

.play-icon {
  display:block;
  width:14px;
  height:14px;
  flex:0 0 14px;
}

.skip-link {
  position:fixed;
  top:-80px;
  left:20px;
  padding:14px 24px;
  background:var(--paper);
  z-index:100;
}

.skip-link:focus {
  top:15px;
}

.brand {
  font-family:var(--serif);
  font-size:30px;
  white-space:nowrap;
  letter-spacing:-.7px;
}

.brand-dot {
  color:var(--wine);
}

.track {
  padding-top:var(--header);
}

.panel {
  position:relative;
  scroll-margin-top:var(--header);
  overflow:hidden;
  min-width:0;
}

.little-line {
  height:1px;
  width:28px;
  background:currentColor;
}

.about {
  display:grid;
  grid-template-columns:45% 55%;
  padding:5vh 7vw 5vh 6vw;
  background:#e9e0d6;
}

.about-photos {
  position:relative;
  min-height:0;
  padding-right:6vw;
}

.about-portrait {
  height:90%;
  width:81%;
  position:relative;
}

.about-portrait img {
  height:100%;
  width:100%;
  object-position:center 42%;
}

.photo-note {
  font-family:var(--serif);
  font-style:italic;
  font-size:21px;
  position:absolute;
  bottom:-36px;
  white-space:nowrap;
}

.about-small {
  position:absolute;
  right:3vw;
  bottom:0;
  width:49%;
  padding:10px 10px 8px;
  background:var(--paper);
  transform:rotate(5deg);
  box-shadow:0 10px 20px #3a272b17;
}

.about-small img {
  aspect-ratio:1.22;
  width:100%;
  height:auto;
}

.about-small figcaption {
  font-family:var(--serif);
  font-size:19px;
  text-align:center;
  padding-top:9px;
}

.about-copy {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:0 0 0 2vw;
}

.about h2 {
  font-size:clamp(44px,4.6vw,76px);
  margin-bottom:24px;
}

.about h2 em {
  color:var(--wine);
}

.about-copy>p:not(.eyebrow) {
  max-width:50ch;
  line-height:1.7;
  font-size:15px;
}

.about blockquote {
  border-left:1px solid var(--wine);
  padding-left:22px;
  margin:24px 0;
  font-family:var(--serif);
  font-size:clamp(24px,2.3vw,37px);
  line-height:1.1;
  color:var(--wine);
}

.about .text-link {
  margin-top:20px;
}

.music {
  background:var(--purple);
  color:var(--paper);
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);
  padding:5vh 6vw;
  gap:2vw;
}

.music-copy {
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.music .section-label {
  color:var(--lavender);
}

.music h2 em {
  color:var(--lavender);
}

.album-description {
  margin-top:26px;
}

.album-description>.eyebrow {
  color:var(--lavender);
  letter-spacing:.1em;
  margin-bottom:12px;
}

.album-description>p:not(.eyebrow) {
  font-size:16px;
  color:#e0d9e1;
}

.music-links {
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:22px;
  flex-wrap:wrap;
}

.music-links .text-link {
  font-size:13px;
  padding:12px 0;
  gap:15px;
}

.previous-releases {
  margin-top:32px;
  padding-top:22px;
  border-top:1px solid #ffffff35;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.previous-releases article {
  display:flex;
  gap:13px;
  align-items:center;
}

.previous-releases img {
  width:64px;
  height:76px;
}

.previous-releases h3 {
  font-size:27px;
  margin:3px 0;
}

.previous-releases .eyebrow {
  font-size:10px;
  letter-spacing:.12em;
  color:var(--lavender);
}

.previous-releases article p:last-child {
  font-size:12px;
  line-height:1.45;
  max-width:23ch;
  color:#d4cbd7;
}

.album-artwork {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:0 1.5vw;
}

.album-topline {
  display:flex;
  justify-content:space-between;
  font-size:11px;
  padding-bottom:17px;
  color:var(--lavender);
}

.album-artwork>a {
  display:block;
  position:relative;
  width:min(100%,54vh);
  align-self:center;
  box-shadow:0 25px 70px #110c2060;
  transform:rotate(2deg);
  transition:transform .35s;
}

.album-artwork>a:hover {
  transform:rotate(0);
}

.album-artwork img {
  width:100%;
  height:auto;
  aspect-ratio:1;
}

.artwork-play {
  position:absolute;
  right:18px;
  bottom:18px;
  border:1px solid #f4f0e780;
  border-radius:50%;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  background:#302a3f99;
  font-size:25px;
}

.album-bottomline {
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin-top:30px;
  font-family:var(--serif);
  font-size:25px;
}

.album-bottomline em {
  color:var(--lavender);
}

.concerts {
  display:grid;
  grid-template-columns:32% 68%;
  background:#eee6c9;
}

.concert-visual {
  position:relative;
  min-height:0;
}

.concert-visual>img {
  width:100%;
  height:100%;
  object-position:60% center;
}

.concert-photo-copy {
  position:absolute;
  bottom:8%;
  left:12%;
  z-index:1;
  color:var(--paper);
}

.concert-photo-copy p {
  font-family:var(--serif);
  font-size:clamp(32px,3.2vw,52px);
  line-height:1.05;
  margin-top:18px;
}

.concert-copy {
  padding:4vh 5vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.concert-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:12px;
}

.concert-heading .section-label {
  margin:0;
}

.season {
  font-family:var(--serif);
  font-style:italic;
  font-size:26px;
  color:var(--wine);
}

.concerts h2 {
  font-size:clamp(43px,4.7vw,75px);
}

.concerts h2 em {
  color:var(--wine);
}

.concert-lead {
  font-size:15px;
  margin-top:10px;
}

.gig-list {
  list-style:none;
  padding:0;
  margin:22px 0 0;
  border-top:1px solid #3a272b45;
}

.gig-list li {
  display:grid;
  grid-template-columns:90px 1fr auto;
  align-items:center;
  gap:20px;
  padding:13px 0;
  border-bottom:1px solid #3a272b30;
  transition:padding .25s,background .25s;
}

/* Keep rows without an external URL inert while making linked gig rows easy to hit. */
.gig-list li:has(> .ticket-pending) {
  position:relative;
  cursor:pointer;
}

.gig-list li:has(> .ticket-pending) .ticket-pending::after {
  content:"";
  position:absolute;
  inset:0;
}

.gig-list li:has(> .ticket-pending):focus-within {
  padding-left:10px;
  background:#fff4;
  outline:2px solid currentColor;
  outline-offset:6px;
}

.gig-list li:has(> .ticket-pending) .ticket-pending:focus-visible {
  outline:none;
}

.gig-list li:hover {
  padding-left:10px;
  background:#fff4;
}

.gig-list time {
  display:flex;
  align-items:baseline;
  gap:7px;
  color:var(--wine);
}

.gig-list time strong {
  font:40px/.95 var(--serif);
}

.gig-list time span {
  font-size:11px;
}

.gig-place h3 {
  font-family:var(--sans);
  font-size:16px;
  font-weight:500;
  line-height:1.35;
}

.gig-place p {
  font-size:13px;
  color:#635451;
  line-height:1.4;
  margin-top:3px;
}

.ticket-pending {
  font-size:12px;
  color:#6b5353;
  display:flex;
  align-items:center;
  gap:16px;
}

.ticket-pending>span {
  font-size:21px;
  opacity:.5;
}

.prototype-note {
  font-size:12px;
  line-height:1.4;
  color:#706252;
  margin-top:12px;
}

.gallery {
  padding:4vh 4.3vw 3vh;
}

.gallery-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:26px;
}

.gallery .section-label {
  margin-bottom:12px;
}

.gallery h2 {
  font-size:clamp(55px,5.7vw,92px);
  line-height:.95;
}

.gallery h2 em {
  color:var(--wine);
}

.gallery-heading>p {
  font-size:14px;
  color:#746567;
  line-height:1.7;
  text-align:right;
}

.gallery-photo {
  min-height:0;
  display:flex;
  flex-direction:column;
}

.gallery-photo a {
  display:block;
  position:relative;
  flex:1;
  overflow:hidden;
  min-height:0;
  background:#e0d8ce;
}

.gallery-photo img {
  height:100%;
  width:100%;
  transition:transform .6s;
}

.gallery-photo--main img {
  object-position:60% center;
}

.gallery-photo--field img {
  object-position:center 47%;
}

.gallery-photo a:hover img {
  transform:scale(1.045);
}

.gallery-photo figcaption {
  font-size:11px;
  letter-spacing:.035em;
  margin-top:9px;
  flex-shrink:0;
}

.photo-expand {
  position:absolute;
  right:12px;
  bottom:12px;
  background:var(--paper);
  color:var(--wine);
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:21px;
  transition:transform .25s;
}

.gallery-photo a:hover .photo-expand {
  transform:rotate(45deg);
}

.gallery-credit {
  text-align:right;
  font-size:11px;
  line-height:1.2;
  color:#746567;
  margin-top:16px;
}

.contact {
  display:grid;
  grid-template-columns:60% 40%;
  grid-template-rows:minmax(0,1fr);
  min-height:0;
  background:var(--wine);
  color:var(--paper);
}

.contact-copy {
  padding:5vh 5.5vw 3vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  min-height:0;
}

.contact .section-label {
  color:#e5c3c4;
}

.contact h2 {
  font-size:clamp(36px,min(4.3vw,6vh),68px);
  line-height:1.05;
  margin-bottom:28px;
}

#contact-title em {
  display:block;
  margin-top:6px;
  color:#e4bbc5;
}

#contact-title {
  text-wrap:balance;
}

.contact-copy>p:not(.eyebrow) {
  font-size:16px;
  color:#efd9df;
}

.contact-email {
  font-family:var(--serif);
  font-size:clamp(25px,3vw,46px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  width:100%;
  border-bottom:1px solid #f4f0e770;
  padding-bottom:14px;
  margin-top:30px;
  transition:color .2s;
}

.contact-phone {
  font-family:var(--serif);
  font-size:clamp(25px,3vw,46px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  width:100%;
  border-bottom:1px solid #f4f0e770;
  padding-top:14px;
  padding-bottom:14px;
  transition:color .2s;
}

.contact-phone:hover {
  color:#dfb3c1;
}

.contact-email:hover {
  color:#dfb3c1;
}

.contact-social {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  width:min(100%,var(--cta-width));
  flex-wrap:wrap;
  gap:8px;
  margin-top:28px;
  font-size:14px;
}

@media(min-width:1000px) and (max-height:780px) and (min-height:620px) {
  .contact-social {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,var(--cta-width)));
    width:min(100%,476px);
    gap:0 16px;
    margin-top:12px;
  }
  .contact-social .eyebrow { grid-column:1 / -1; }
  .contact-social .contact-rider { grid-column:1 / -1; }
}

.contact-social .eyebrow {
  font-size:11px;
  color:#e5c3c4;
}

.contact-social a {
  display:flex;
  width:100%;
  flex:0 0 var(--cta-height);
  min-height:var(--cta-height);
  box-sizing:border-box;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  font-size:var(--cta-font);
  line-height:1.4;
}

.contact-social a:hover {
  text-decoration:underline;
  text-underline-offset:6px;
}

.contact-social a.contact-rider:hover {
  text-decoration:none;
}

.contact-social a.contact-rider:hover .contact-rider-title {
  text-decoration:underline;
  text-underline-offset:6px;
}

.contact-social .contact-rider {
  display:block;
  width:var(--cta-width);
  max-width:100%;
  min-height:var(--cta-height);
  box-sizing:border-box;
  margin-top:24px;
  padding:0;
  color:#efd9df80;
  cursor:pointer;
}

.contact-rider-title {
  display:flex;
  width:100%;
  min-height:var(--cta-height);
  box-sizing:border-box;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-bottom:0;
  color:#efd9df;
  font-size:var(--cta-font);
  line-height:1.4;
}

.contact-rider-title svg {
  flex:0 0 20px;
  width:20px;
  height:20px;
  stroke:currentColor;
  stroke-width:1.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.contact-footer {
  margin-top:auto;
  padding-top:28px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  width:100%;
  font-size:11px;
  line-height:1.6;
  color:#dfbcc6;
}

.contact-footer>span:last-of-type {
  text-align:right;
}

.gingercandy-credit {
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:44px;
  padding:8px 0;
  color:inherit;
  font:11px/1.4 var(--sans);
  opacity:1;
  white-space:nowrap;
  transition:opacity .2s;
}

.gingercandy-credit:hover {
  opacity:1;
}

.gingercandy-credit:focus-visible {
  outline:1px solid currentColor;
  outline-offset:5px;
}

.gingercandy-credit svg {
  width:15px;
  height:15px;
  flex:0 0 15px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.4;
}

.gingercandy-credit--mobile {
  display:none;
  margin-left:auto;
  justify-content:flex-end;
}

.contact-photo {
  position:relative;
  margin:28px 28px 28px 0;
  min-height:0;
}

.contact-photo>img {
  width:100%;
  height:100%;
  object-position:40% center;
}

.journey {
  position:fixed;
  inset:auto 0 0;
  height:var(--footer);
  padding:0 4.3vw;
  background:transparent;
  color:var(--chrome);
  border-top:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  z-index:20;
}

.journey-position {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  font-variant-numeric:tabular-nums;
}

.gingercandy-credit--desktop {
  position:absolute;
  right:calc(4.3vw + 124px);
  font-size:12px;
}

.journey-rule {
  width:42px;
  height:1px;
  background:currentColor;
  opacity:.35;
}

.journey-total {
  color:inherit;
  opacity:.85;
}

#current-label {
  margin-left:20px;
  font-size:12px;
}

.journey-dots {
  display:flex;
  align-items:center;
  gap:4px;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
}

.journey-dots a {
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
}

.journey-dots a:after {
  content:'';
  display:block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#bba8a8;
  transition:background .3s,transform .3s;
}

.journey-dots a[aria-current]:after {
  background:var(--wine);
  transform:scale(1.6);
}

.journey-controls {
  position:absolute;
  right:4.3vw;
  left:auto;
  transform:none;
  display:flex;
  align-items:center;
  gap:12px;
}

.journey button {
  position:relative;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  font-size:22px;
  line-height:1;
  transition:background .2s,color .2s;
}
.journey button::before {
  content:'';
  position:absolute;
  inset:4px;
  border:1px solid currentColor;
  border-radius:50%;
}
.journey button svg { position:relative; z-index:1; }

.journey button:hover:not(:disabled) {
  background:var(--wine);
  color:var(--paper);
  border-color:var(--wine);
}
.journey button:hover:not(:disabled)::before { border-color:var(--wine); }

.journey button:disabled {
  opacity:.3;
  cursor:default;
}

.lightbox {
  border:0;
  background:#211b25;
  color:var(--paper);
  width:100vw;
  height:100dvh;
  max-width:none;
  max-height:none;
  padding:60px 6vw 30px;
}

.lightbox::backdrop {
  background:#211b25ed;
}

.lightbox[open] {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.lightbox figure {
  display:flex;
  flex-direction:column;
  align-items:center;
  min-height:0;
  flex:1;
  justify-content:center;
  width:100%;
}

.lightbox figure img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:calc(100dvh - 175px);
  object-fit:contain;
}

.lightbox figcaption {
  font-size:13px;
  margin-top:16px;
}

.lightbox-close {
  position:absolute;
  right:4vw;
  top:18px;
  display:flex;
  align-items:center;
  gap:18px;
  font-size:13px;
  min-height:44px;
}

.lightbox-close span {
  font-size:30px;
}

.lightbox-controls {
  display:flex;
  align-items:center;
  gap:28px;
  padding-top:18px;
}

.lightbox-controls button {
  font-size:25px;
  min-width:44px;
  min-height:44px;
}

/* Gallery media controls and accessible structural headings. */
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.gallery-download,
.lightbox-download {
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:7px;
  min-height:44px;
  padding:5px 0;
  color:inherit;
  font-family:var(--mono, 'IBM Plex Mono', monospace);
  font-size:12px;
  line-height:1.2;
  text-decoration:none;
}

.gallery-download svg,
.lightbox-download svg {
  width:15px;
  height:15px;
  flex:none;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.gallery-download:hover,
.gallery-download:focus-visible,
.lightbox-download:hover,
.lightbox-download:focus-visible {
  text-decoration:underline;
  text-underline-offset:3px;
}

.lightbox-download {
  margin-top:5px;
}

#photo-count {
  font-size:12px;
}

.menu-open {
  overflow:hidden;
}

@media(min-width:1000px) and (min-height:620px) {
html,body {
    overflow:hidden;
  }

.track {
    display:flex;
    height:100dvh;
    margin-top:0;
    padding:0;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    scrollbar-width:none;
    overscroll-behavior-x:contain;
  }

.track::-webkit-scrollbar {
    display:none;
  }

.panel {
    flex:0 0 100%;
    width:100%;
    height:100%;
    scroll-snap-align:start;
    scroll-margin:0;
  }



}
@media(min-width:1000px) and (max-height:780px) and (min-height:620px) {
:root {
    --header:72px;
    --footer:54px;
  }

.about {
    padding-top:4vh;
    padding-bottom:4vh;
  }

.about .section-label {
    margin-bottom:16px;
  }

.about h2 {
    font-size:4vw;
    margin-bottom:18px;
  }

.about blockquote {
    font-size:2.2vw;
    margin:18px 0;
  }

.about-copy>p:not(.eyebrow) {
    font-size:14px;
    line-height:1.6;
  }

.about .text-link {
    margin-top:10px;
  }

.music {
    padding-top:3.5vh;
    padding-bottom:3.5vh;
  }

.music h2 {
    font-size:4.7vw;
  }

.music .section-label {
    margin-bottom:16px;
  }

.album-description {
    margin-top:20px;
  }

.music-links {
    margin-top:16px;
  }

.previous-releases {
    margin-top:20px;
    padding-top:16px;
  }

.previous-releases img {
    width:52px;
    height:64px;
  }

.album-bottomline {
    font-size:22px;
    margin-top:24px;
  }

.concert-copy {
    padding-top:12px;
    padding-bottom:12px;
  }

.concerts h2 {
    font-size:4.3vw;
  }

.gig-list {
    margin-top:14px;
  }

.gig-list li {
    padding:6px 0;
  }

.gig-list time strong {
    font-size:35px;
  }

.concert-lead {
    margin-top:6px;
  }

.prototype-note {
    margin-top:6px;
  }

.gallery {
    padding-top:3vh;
    padding-bottom:3vh;
  }

.gallery-heading {
    margin-bottom:20px;
  }

.gallery h2 {
    font-size:clamp(55px,5.7vw,92px);
    line-height:.95;
  }

.contact h2 {
    font-size:clamp(36px,min(4.3vw,6vh),68px);
    margin-bottom:12px;
  }

.contact .section-label {
    margin-bottom:12px;
  }

.contact-email {
    margin-top:14px;
  }

.contact-phone {
    padding-top:10px;
    padding-bottom:10px;
  }

.contact-social {
    margin-top:12px;
  }

.contact-social .contact-rider {
    margin-top:12px;
  }

.contact-footer {
    padding-top:20px;
  }



}
@media(max-width:999px),(max-height:619px) {
.journey {
    display:none;
  }

.panel {
    min-height:auto;
    overflow:visible;
  }

.about {
    padding:70px 6vw;
  }

.about-photos {
    min-height:570px;
  }

.about-copy {
    padding:0;
  }

.about h2 {
    font-size:48px;
  }

.about-copy>p:not(.eyebrow) {
    font-size:16px;
  }

.music {
    padding:65px 6vw;
    grid-template-columns:1fr 1fr;
    gap:30px;
  }

.music h2 {
    font-size:55px;
  }

.music-links {
    gap:14px;
  }

.previous-releases {
    grid-template-columns:1fr;
    gap:18px;
  }

.album-artwork {
    padding:0;
  }

.album-artwork>a {
    width:100%;
  }

.album-bottomline {
    flex-direction:column;
    line-height:1.3;
  }

.concerts {
    grid-template-columns:30% 70%;
  }

.concert-copy {
    padding:55px 5vw;
  }

.concerts h2 {
    font-size:48px;
  }

.gig-list li {
    gap:12px;
  }

.ticket-pending {
    font-size:11px;
    gap:5px;
  }

.gallery {
    padding:60px 6vw;
  }

.contact-copy {
    padding:65px 5.5vw 35px;
  }

.contact h2 {
    font-size:clamp(40px,4.3vw,68px);
  }

.contact-email {
    font-size:28px;
    gap:12px;
  }

.contact-phone {
    font-size:28px;
    gap:12px;
  }

.contact-photo {
    margin:25px 25px 25px 0;
  }

.contact-footer {
    margin-top:35px;
    flex-wrap:wrap;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
  }

.contact-footer>span:last-of-type {
    text-align:center;
  }

.gingercandy-credit--mobile {
    display:inline-flex;
    flex:0 0 100%;
    margin-top:8px;
    margin-left:0;
    justify-content:center;
  }

.contact-social {
    gap:18px;
  }

.contact-social .eyebrow {
    width:100%;
  }



}
@media(max-width:760px) {
:root {
    --header:72px;
  }

.brand {
    font-size:29px;
  }

h2 {
    font-size:52px;
  }

.section-label {
    margin-bottom:22px;
  }

.about {
    padding:60px 6vw 56px;
    display:flex;
    flex-direction:column;
    gap:65px;
  }

.about-photos {
    min-height:0;
    height:520px;
    padding-right:12vw;
    width:100%;
    max-width:500px;
    margin:0 auto;
  }

.about-portrait {
    height:94%;
    width:85%;
  }

.about-small {
    right:0;
    bottom:-10px;
    width:48%;
  }

.photo-note {
    font-size:18px;
    bottom:-31px;
  }

.about-small figcaption {
    font-size:18px;
  }

.about-copy {
    padding:0;
  }

.about h2 {
    font-size:50px;
    margin-bottom:25px;
  }

.about blockquote {
    font-size:29px;
    line-height:1.2;
    margin:26px 0;
  }

.about-copy>p:not(.eyebrow) {
    font-size:16px;
    line-height:1.8;
  }

.about .text-link {
    margin-top:25px;
  }

.music {
    display:flex;
    flex-direction:column;
    padding:56px 6vw;
    gap:48px;
  }

.music h2 {
    font-size:60px;
  }

.album-description {
    margin-top:28px;
  }

.music-links {
    gap:22px;
  }

.previous-releases {
    grid-template-columns:1fr 1fr;
    margin-top:30px;
    gap:16px;
  }

.previous-releases article {
    align-items:flex-start;
    gap:12px;
    flex-direction:column;
  }

.previous-releases img {
    width:64px;
    height:64px;
  }

.previous-releases h3 {
    font-size:28px;
  }

.previous-releases .eyebrow {
    font-size:11px;
  }

.previous-releases article p:last-child {
    font-size:13px;
  }

.album-artwork {
    width:95%;
    align-self:center;
  }

.album-topline {
    font-size:10px;
  }

.album-bottomline {
    flex-direction:row;
    font-size:23px;
    gap:12px;
  }

.concerts {
    display:flex;
    flex-direction:column;
  }

.concert-visual {
    height:440px;
  }

.concert-visual>img {
    object-position:60% center;
  }

.concert-photo-copy {
    left:6vw;
    bottom:35px;
  }

.concert-photo-copy p {
    font-size:43px;
  }

.concert-copy {
    padding:48px 6vw;
  }

.concert-heading {
    margin-bottom:22px;
  }

.season {
    font-size:23px;
  }

.concerts h2 {
    font-size:52px;
    max-width:10ch;
  }

.concert-lead {
    margin-top:18px;
  }

.gig-list {
    margin-top:25px;
  }

.gig-list li {
    grid-template-columns:64px 1fr auto;
    padding:19px 0;
    gap:14px;
  }

.gig-list time {
    flex-direction:column;
    align-items:flex-start;
    gap:2px;
  }

.gig-list time strong {
    font-size:44px;
  }

.gig-list time span {
    font-size:12px;
  }

.gig-place h3 {
    font-size:16px;
  }

.gig-place p {
    font-size:12px;
  }

.ticket-pending {
    font-size:11px;
    max-width:65px;
    line-height:1.5;
  }

.ticket-pending>span {
    display:none;
  }

.prototype-note {
    margin-top:20px;
    font-size:12px;
  }

.gallery {
    padding:56px 6vw;
  }

.gallery-heading {
    flex-direction:column;
    align-items:flex-start;
    gap:22px;
    margin-bottom:28px;
  }

.gallery h2 {
    font-size:55px;
    line-height:.95;
  }

.gallery-heading>p {
    text-align:left;
    font-size:15px;
  }

.gallery-photo--main a {
    aspect-ratio:1.1;
  }

.gallery-photo a {
    aspect-ratio:.85;
    flex:none;
  }

.gallery-photo figcaption {
    font-size:10px;
    line-height:1.5;
  }

.gallery-credit {
    text-align:left;
    margin-top:28px;
    line-height:1.5;
  }

.contact {
    display:flex;
    flex-direction:column;
  }

.contact-copy {
    padding:55px 6vw 36px;
  }

.contact h2 {
    font-size:clamp(40px,4.3vw,68px);
    margin-bottom:28px;
  }

.contact-email {
    font-size:clamp(23px,6.2vw,38px);
    margin-top:30px;
    padding-bottom:14px;
    gap:12px;
  }

.contact-phone {
    font-size:clamp(23px,6.2vw,38px);
    padding-bottom:14px;
    gap:12px;
  }

.contact-social {
    font-size:14px;
    gap:10px;
    margin-top:26px;
  }

.contact-footer {
    font-size:10px;
    gap:15px;
    margin-top:40px;
    padding-top:22px;
    border-top:1px solid #ffffff30;
  }

.contact-photo {
    margin:0 6vw 30px;
    height:440px;
  }

.contact-photo>img {
    object-position:40% center;
  }

.lightbox {
    padding:70px 16px 24px;
  }

.lightbox figcaption {
    font-size:12px;
  }



}
@media(min-width:1000px) and (min-height:620px) and (max-height:690px) {
.concert-copy {
    min-height:0;
    padding:12px 4vw;
  }

.concert-heading {
    margin-bottom:5px;
  }

.concerts h2 {
    font-size:40px;
  }

.concert-lead {
    font-size:14px;
    margin-top:5px;
  }

.gig-list {
    margin-top:10px;
  }

.gig-list li {
    padding:6px 0;
  }

.gig-list time strong {
    font-size:30px;
  }

.gig-place h3 {
    font-size:15px;
  }

.gig-place p {
    font-size:12px;
  }

.prototype-note {
    margin-top:5px;
  }

.concert-photo-copy {
    bottom:6%;
  }

.concert-photo-copy p {
    font-size:32px;
  }

.contact h2 {
    font-size:36px;
  }

.contact-email {
    margin-top:8px;
  }

.contact-social {
    margin-top:8px;
  }

.contact-footer {
    padding-top:8px;
  }



}
@media(min-width:1000px) and (min-height:691px) and (max-height:950px) {
.contact h2 {
    margin-bottom:12px;
  }

.contact-email {
    margin-top:14px;
  }

.contact-phone {
    padding-top:10px;
    padding-bottom:10px;
  }

.contact-social {
    margin-top:12px;
  }

.contact-social .contact-rider {
    margin-top:12px;
  }

.contact-footer {
    padding-top:20px;
  }



}
@media(min-width:700px) and (max-width:999px) {
.contact-footer {
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    text-align:left;
  }

.contact-footer>span:last-of-type {
    text-align:left;
  }

.contact-footer .gingercandy-credit--mobile {
    flex:0 0 auto;
    margin:0;
    justify-content:flex-end;
  }
}
@media(max-width:999px) {
#kontakt .contact-photo,
#pribeh .about-links,
#album-view .music-projects-link,
#klipy > a[href="#projects-view"] {
    display:none;
  }
}
@media(prefers-reduced-motion:reduce) {
*,*:before,*:after {
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important;
  }

}

/* Keep gallery images at their native proportions across responsive layouts. */
.gallery-grid {
  height:auto;
}

.gallery-photo--main {
  grid-row:auto;
}

.gallery-photo figcaption,
.gallery-credit {
  display:none;
}

.gallery-photo {
  display:flex;
  flex-direction:column;
  min-height:0;
  min-width:0;
}

.gallery-photo a[data-gallery] {
  display:block;
  flex:none;
  width:100%;
  height:auto!important;
  min-height:0!important;
  overflow:hidden;
  background:transparent;
}

.gallery-photo a[data-gallery] img {
  display:block;
  width:100%;
  height:auto!important;
  min-height:0!important;
  object-fit:contain;
}

.gallery-photo .gallery-download {
  flex:none!important;
  width:auto;
  height:auto!important;
  min-height:44px;
  background:transparent!important;
  color:#cdbed6;
  font-family:inherit;
}

.lightbox figure img {
  max-height:calc(100dvh - 220px);
}

/* Override the legacy mobile card ratio on both independent gallery links. */
.gallery-photo a[data-gallery],
.gallery-photo .gallery-download {
  aspect-ratio:auto!important;
}

.gallery-photo .gallery-download {
  display:inline-flex!important;
}

/* Thumbnail gallery uses natural-height masonry columns with compact gutters. */
.gallery-grid {
  display:block;
  column-count:3;
  column-gap:16px;
}

.gallery-photo {
  position:relative;
  display:block;
  width:100%;
  margin:0 0 16px;
  break-inside:avoid;
}

.gallery-photo a[data-gallery] {
  display:block;
}

.gallery-photo .gallery-download {
  position:absolute;
  right:50px;
  bottom:6px;
  z-index:2;
  display:grid!important;
  justify-content:center;
  place-items:center;
  width:44px;
  height:44px!important;
  min-height:44px;
  min-width:44px;
  padding:0;
  color:#f1e9ee;
  opacity:1;
  transition:opacity .2s, background-color .2s, color .2s;
}

.lightbox-media {
  position:relative;
  display:inline-block;
  max-width:100%;
  max-height:calc(100dvh - 220px);
  line-height:0;
}

.lightbox-media img {
  display:block;
}

.lightbox-media .lightbox-download {
  position:absolute;
  right:12px;
  bottom:12px;
  z-index:2;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  min-height:44px;
  padding:0;
  color:#f1e9ee;
  opacity:1;
  transition:opacity .2s;
}

.lightbox-media .lightbox-download span {
  display:none;
}

.lightbox-media .lightbox-download svg {
  width:15px;
  height:15px;
  padding:7px;
  box-sizing:content-box;
  border:1px solid currentColor;
  border-radius:50%;
  background:#211b25e6;
}

.lightbox-media .lightbox-download:hover,
.lightbox-media .lightbox-download:focus-visible { opacity:1; }

.gallery-photo .gallery-download span {
  display:none;
}

.gallery-photo .gallery-download svg {
  width:15px;
  height:15px;
  padding:7px;
  box-sizing:content-box;
  border:1px solid currentColor;
  border-radius:50%;
  background:#211b25e6;
}

.gallery-photo .gallery-download:hover,
.gallery-photo .gallery-download:focus-visible {
  opacity:1;
  color:var(--paper);
}

/* Direct gallery hash navigation must not depend on the parent panel reveal threshold. */
.motion-ready .gallery .gallery-photo.reveal-detail {
  opacity:1;
  transform:none;
}
@media (max-width:999px), (max-height:619px) {
  .motion-ready .gallery .gallery-heading.reveal-detail {
    opacity:1;
    transform:none;
  }
}

@media (min-width:700px) and (max-width:999px) {
  .gallery-grid { column-count:2; }
}

@media (max-width:699px) {
  .gallery-grid { column-count:1; }
}

@media (hover:none) {
  .gallery-photo .gallery-download { opacity:1; }
}

@media(prefers-reduced-motion:reduce) {
  .icon-arrow { transition:none!important; }
  .text-link:hover .icon-arrow,
  .text-link:focus-visible .icon-arrow,
  .menu-listen:hover .icon-arrow,
  .menu-listen:focus-visible .icon-arrow,
  .other-project-card:hover .other-project-card-cta .icon-arrow,
  .other-project-card:focus-visible .other-project-card-cta .icon-arrow { translate:0 0!important; opacity:.7; }
}


/* --- details.css --- */
/* Photo studies and small editorial details shared across the site. */
.hero {
  --hero-ink:#f4f0e7;
  --hero-muted:#e2d7dc;
  --hero-controls-bottom:calc(var(--footer) + 14px);
  --album-offset:16px;
  color:var(--hero-ink);
}
.track { padding-top:0; }
.hero-copy, .album-teaser { bottom:max(17vh,158px); }
.hero h1 { margin-bottom:7px; }
.hero-copy>.eyebrow, .hero-intro, .album-teaser .eyebrow { color:var(--hero-muted); }
/* Each photograph carries its own shading, so the entire scene crossfades. */
.hero-visual { overflow:hidden; }
.hero-visual::after { content:none; }
.hero-frame { position:absolute; inset:0; opacity:0; background:#211b1b; transition:opacity 1.8s ease; }
.hero-frame.is-active { opacity:1; }
.hero-frame>.hero-photo { width:100%; height:100%; object-position:64% 45%; }
.hero-frame::after { content:''; position:absolute; inset:0; pointer-events:none; background:linear-gradient(90deg,#14101785,#14101708 66%),linear-gradient(0deg,#141017d9,transparent 65%); }
.hero-frame .hero-photo[data-photo="zed"] { object-position:66% 44%; }
.hero-frame .hero-photo[data-photo="kavarna"] { object-position:62% 45%; }
.hero-frame .hero-photo[data-photo="most"] { object-position:67% 48%; }
.hero-frame .hero-photo[data-photo="usmev"] { object-position:36% 42%; }
.hero-copy, .album-teaser, .hero-variants { transition:color 1.2s,opacity .3s; }
.hero-copy>.eyebrow { color:var(--hero-ink); }
.hero-shading {
  position:absolute;
  z-index:1;
  left:6vw;
  bottom:var(--copy-bottom,16vh);
  width:var(--copy-width,420px);
  height:var(--copy-height,300px);
  pointer-events:none;
}
.hero-shading::before {
  content:'';
  position:absolute;
  z-index:0;
  inset:-8vh -7vw -7vh;
  border-radius:50%;
  background:radial-gradient(ellipse at 43% 48%,#141017d1 0%,#141017a3 44%,#1410175c 64%,transparent 82%);
  filter:blur(13px);
}
.hero-frame[data-photo="zed"] .hero-shading::before { background:radial-gradient(ellipse at 43% 48%,#f2e8d6ee 0%,#f2e8d6c7 44%,#f2e8d68a 64%,transparent 82%); }
body[data-scene="zed"] .hero { --hero-ink:#4b2534; --hero-muted:#583b43; }
body[data-scene="zed"][data-panel="hero"] { --chrome:#4b2534; }
.hero-frame[data-photo="zed"]::after { background:linear-gradient(90deg,#f2e8d6b3 0%,#f2e8d62e 42%,transparent 67%),linear-gradient(0deg,#ead2bf7a,transparent 45%); }
.hero-frame[data-photo="kavarna"]::after { background:linear-gradient(90deg,#18171980,transparent 68%),linear-gradient(0deg,#181719cc,transparent 72%); }
.hero-frame[data-photo="most"]::after { background:linear-gradient(90deg,#111f32a6,transparent 72%),linear-gradient(0deg,#111f32d9,transparent 70%); }
.hero-frame[data-photo="usmev"]::after { background:linear-gradient(270deg,#18191c9e,transparent 75%),linear-gradient(0deg,#18191cbf,transparent 70%); }

/* A quiet sleeve around the record separates it from detailed photographs. */
.album-teaser {
  padding:18px 24px 18px 18px;
  gap:20px;
  border:1px solid var(--album-border);
  background:var(--album-bg);
  color:var(--album-ink);
  box-shadow:0 12px 40px #3522311a;
}
.album-teaser>picture>img {
  width:104px;
  height:104px;
  flex-shrink:0;
  box-shadow:0 4px 12px #21152a30;
}
.hero { --album-bg:#352a29; --album-ink:#f6e8d5; --album-muted:#dcc2a6; --album-border:#cba57566; }
body[data-scene="zed"] .hero { --album-bg:#f3e2d9; --album-ink:#4b2534; --album-muted:#694b55; --album-border:#8c596a40; }
body[data-scene="kavarna"] .hero { --album-bg:#3c3029; --album-ink:#f2e5d4; --album-muted:#d5c0a6; --album-border:#c5a17b66; }
body[data-scene="most"] .hero { --album-bg:#182635; --album-ink:#f0f3f6; --album-muted:#c8d3de; --album-border:#a7c2d34d; }
body[data-scene="usmev"] .hero { --album-bg:#303133; --album-ink:#e4e3df; --album-muted:#bcbcb9; --album-border:#ffffff24; }
body[data-scene="usmev"] .album-teaser { box-shadow:0 8px 24px #00000012; }
.hero .album-teaser .eyebrow { color:var(--album-muted); }
.teaser-link {
  padding-top:8px;
  border-top:1px solid currentColor;
}
.title-flourish {
  display:block;
  width:clamp(200px,27vw,390px);
  height:25px;
  margin:0 0 20px 3px;
  overflow:visible;
  color:var(--hero-ink);
  opacity:.7;
}
.title-flourish path { stroke:currentColor; stroke-width:1.1; stroke-linecap:round; stroke-dasharray:1; stroke-dashoffset:1; }
.hero.is-visible .title-flourish path { animation:draw-line 1.7s .3s ease forwards; }
@keyframes draw-line { to { stroke-dashoffset:0; } }

.hero-variants {
  position:absolute;
  left:50%;
  right:auto;
  bottom:var(--hero-controls-bottom);
  transform:translateX(-50%);
  width:max-content;
  z-index:2;
  display:flex;
  align-items:center;
  gap:4px;
  color:var(--hero-ink);
}
.scene-choice {
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  padding:0;
  color:inherit;
  border:0;
  border-radius:50%;
  opacity:1;
  transition:opacity .25s;
}
.scene-choice::before { content:''; width:6px; height:6px; border-radius:50%; background:currentColor; opacity:.72; }
.scene-choice[aria-pressed="true"] { opacity:1; }
.scene-choice[aria-pressed="true"]::before { opacity:1; }
.scene-choice[aria-pressed="true"]::before { width:8px; height:8px; }
.scene-choice:hover { opacity:1; }
.scene-choice:focus-visible { outline-offset:3px; }

.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }

/* The small line connects the title, section labels and chapter progress. */
.section-label { display:flex; align-items:center; gap:14px; }
.listen-dialog{width:min(740px,calc(100vw - 32px));max-height:calc(100dvh - 24px);padding:0;border:0;border-radius:2px;background:#f4f0e7;color:#4b1823;box-shadow:0 24px 90px #120b0d66;overflow:hidden}.listen-dialog::backdrop{background:#160c0dcc}.listen-dialog-shell{display:flex;flex-direction:column;max-height:calc(100dvh - 24px)}.listen-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:1px solid #4b182326}.listen-dialog-header h2{margin:0;font:400 22px/1 var(--serif);letter-spacing:-.02em}.listen-dialog-close{display:grid;place-items:center;width:44px;height:44px;padding:0;color:inherit}.listen-dialog-close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5}.listen-dialog-body{display:grid;grid-template-columns:210px minmax(0,1fr);column-gap:28px;align-items:start;overflow:auto;padding:24px}.listen-album{grid-row:1 / span 2;display:block}.listen-album img{width:200px;height:200px;object-fit:cover}.listen-album h3{margin:0;font:400 42px/.95 var(--serif);letter-spacing:-.025em}.listen-album div>p:last-child{margin:8px 0 0;font:500 13px/1.2 DM Sans,sans-serif}.listen-prompt{margin:4px 0 10px;font:500 12px/1.2 DM Sans,sans-serif;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.listen-services{grid-column:2;display:block;border-top:1px solid #4b182326}.listen-services a{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:0 4px;border-bottom:1px solid #4b182326;color:inherit;font:500 18px/1.1 DM Sans,sans-serif;text-decoration:none}.listen-services a:hover,.listen-services a:focus-visible{color:#8d3d4e}.listen-services svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.4;transform:rotate(-45deg)}.listen-dialog button:focus-visible,.listen-services a:focus-visible{outline:2px solid currentColor;outline-offset:3px}@media(max-width:600px){.listen-dialog{width:calc(100vw - 24px)}.listen-dialog-header{padding:10px 14px}.listen-dialog-body{display:block;padding:16px}.listen-album{display:flex;gap:12px;align-items:center}.listen-album img{width:88px;height:88px}.listen-album h3{margin:0;font-size:31px}.listen-album div>p:last-child{margin-top:6px}.listen-prompt{margin:20px 0 8px}.listen-services a{min-height:56px;padding:0 2px;font-size:19px}}
.section-label::before { content:''; width:26px; height:1px; flex-shrink:0; background:currentColor; opacity:.5; }
.journey { --progress:0; }
.journey::before { content:''; position:absolute; inset:0 auto auto 0; width:100%; height:1px; background:currentColor; opacity:.3; transform:scaleX(var(--progress)); transform-origin:left; transition:transform .65s ease; }
.album-artwork>a { transition:transform .6s cubic-bezier(.2,.65,.3,1),box-shadow .6s; }
.album-artwork>a:hover { transform:rotate(0) translateY(-5px); box-shadow:0 32px 80px #110c2080; }
.about-small { transition:transform .6s cubic-bezier(.2,.65,.3,1); }
.about-small:hover { transform:rotate(1deg) translateY(-4px); }
.gallery-photo:nth-child(2) { --reveal-delay:80ms; }
.gallery-photo:nth-child(3) { --reveal-delay:160ms; }
.gallery-photo:nth-child(4) { --reveal-delay:240ms; }
.gallery-photo:nth-child(5) { --reveal-delay:320ms; }
.motion-ready .panel .reveal-detail { opacity:0; transform:translateY(14px); transition:opacity .8s ease var(--reveal-delay,0ms),transform .8s cubic-bezier(.2,.65,.3,1) var(--reveal-delay,0ms); }
.motion-ready .panel.is-visible .reveal-detail { opacity:1; transform:none; }

@media(min-width:1000px) and (min-height:620px) {
  .album-teaser { bottom:calc(var(--hero-controls-bottom) + var(--album-offset)); }
  body[data-scene="usmev"] .hero-copy { left:auto; right:6vw; }
  body[data-scene="usmev"] .album-teaser { left:6vw; right:auto; }
  .hero-frame[data-photo="usmev"] .hero-shading { left:auto; right:6vw; }
}
@media(max-width:999px),(max-height:619px) {
  .hero { --hero-copy-stack-bottom:300px; }
  .hero-copy { bottom:var(--hero-copy-stack-bottom); }
  .album-teaser { bottom:calc(115px + var(--album-offset)); }
  .hero-variants { bottom:35px; }
}
@media(max-width:760px) {
  .hero { min-height:700px; --hero-copy-stack-bottom:250px; }
  .hero-shading { left:6vw; bottom:var(--copy-bottom,250px); width:var(--copy-width,calc(100vw - 12vw)); height:var(--copy-height,180px); }
  .hero-shading::before { inset:-5vh -13vw -7vh; background:radial-gradient(ellipse 94% 76% at 20% 29%,#141017e8 0%,#141017c7 57%,#1410177a 80%,transparent 100%); }
  .hero-frame[data-photo="zed"] .hero-shading::before { background:radial-gradient(ellipse 94% 76% at 20% 29%,#f2e8d6fa 0%,#f2e8d6e5 57%,#f2e8d69c 80%,transparent 100%); }
  .hero-shading::after { content:''; position:absolute; z-index:0; left:calc(var(--eyebrow-left,0px) - 15px); top:calc(var(--eyebrow-top,0px) - 11px); width:calc(var(--eyebrow-width,0px) + 30px); height:calc(var(--eyebrow-height,0px) + 22px); border-radius:50%; background:#141017d9; filter:blur(10px); }
  .hero-frame[data-photo="zed"] .hero-shading::after { background:#f2e8d6f2; }
  .hero-frame::after { background:linear-gradient(0deg,#141017f0,#14101724 70%),linear-gradient(180deg,#14101766,transparent 22%); }
  .hero-copy { bottom:var(--hero-copy-stack-bottom); }
  .hero h1 { margin-bottom:5px; }
  .title-flourish { height:20px; width:210px; margin-bottom:12px; }
  .album-teaser { bottom:calc(110px + var(--album-offset)); }
  .hero-variants { left:50%; right:auto; bottom:calc(56px + env(safe-area-inset-bottom, 0px)); transform:translateX(-50%); width:max-content; gap:4px; }
  .album-teaser { padding:14px; gap:14px; }
  .album-teaser>picture>img { width:76px; height:76px; }
  .album-teaser strong { font-size:26px; }
  .album-teaser .eyebrow { font-size:9px; letter-spacing:.1em; }
  .teaser-link { font-size:11px; gap:16px; padding-top:6px; }
  .hero-frame .hero-photo[data-photo="zed"] { object-position:67% center; transform:scale(1.2); transform-origin:67% 100%; }
  .hero-frame .hero-photo[data-photo="kavarna"] { object-position:64% center; }
  .hero-frame .hero-photo[data-photo="most"] { object-position:70% center; transform:scale(1.55); transform-origin:50% 100%; }
  .hero-frame[data-photo="usmev"] { background:#18191c; }
  .hero-frame .hero-photo[data-photo="usmev"] { height:76%; object-position:35% center; }
  .hero-frame[data-photo="usmev"]::after { background:linear-gradient(0deg,#18191c 25%,#18191cb3 45%,transparent 78%),linear-gradient(180deg,#18191c66,transparent 25%); }
  .hero-frame[data-photo="most"]::after { background:linear-gradient(0deg,#111f32f2 4%,#111f32b3 35%,#111f3233 70%,#111f3240); }
  .hero-frame[data-photo="zed"]::after { background:linear-gradient(0deg,#f0dfce 2%,#f0dfcedb 27%,#f0dfce45 63%,#f0dfce30); }
}
@media(max-width:760px) and (max-height:740px) {
  .hero-frame .hero-photo[data-photo="zed"] { transform:scale(1.35); }
  .hero-frame .hero-photo[data-photo="usmev"] { height:64%; }
  .hero-frame[data-photo="usmev"]::after { background:linear-gradient(0deg,#18191c 36%,#18191c80 55%,transparent 82%),linear-gradient(180deg,#18191c66,transparent 25%); }
}
@media(prefers-reduced-motion:reduce) {
  .hero-frame, .hero-copy, .hero-shading, .album-teaser, .hero-variants, .motion-ready .panel .reveal-detail { transition:none!important; }
  .title-flourish path { stroke-dashoffset:0; }
  .motion-ready .panel .reveal-detail { opacity:1; transform:none; }
}

/* About, press and video chapters added to the editorial journey. */
body[data-chapter="napsali-o-mne"] { --surface:#f1e3df; }
body[data-chapter="napsali-o-mne"] .journey { background:var(--surface); }
body[data-panel="obrazy"], body[data-panel="tvorba"][data-chapter="klipy"], body[data-panel="tvorba"][data-chapter="projects-view"] { --chrome:#f4f0e7; --surface:#282237; }
body[data-panel="obrazy"] .journey,
body[data-panel="tvorba"][data-chapter="klipy"] .journey,
body[data-panel="tvorba"][data-chapter="projects-view"] .journey { background:var(--surface); }
body:not(.menu-open)[data-panel="tvorba"][data-chapter="klipy"] .site-header,
body:not(.menu-open)[data-panel="tvorba"][data-chapter="projects-view"] .site-header { background:var(--surface); }
.about-copy>p:not(.eyebrow) { max-width:59ch; font-size:15px; line-height:1.48; }
.about h2 { margin-bottom:17px; }
.about-copy>p+p { margin-top:10px; }
.about-links { display:flex; width:min(100%,230px); flex-wrap:wrap; gap:28px; margin-top:15px; }
.about-links .text-link {
  width:min(100%,230px);
  flex:0 0 auto;
  min-height:48px;
  margin-top:0;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid currentColor;
  background:transparent;
  color:var(--ink);
  font-size:13px;
  font-weight:400;
  transition:background .2s,color .2s,border-color .2s;
}
.about-links .text-link:hover {
  background:transparent;
  color:var(--wine);
  border-color:var(--wine);
  text-decoration:none;
}
.about-links .text-link:focus-visible {
  outline:2px solid var(--wine);
  outline-offset:4px;
  text-decoration:none;
}
.press { background:#f1e3df; padding:5vh 6vw 4vh; color:var(--ink); display:flex; flex-direction:column; justify-content:center; }
.press-heading { display:grid; grid-template-columns:1fr 1fr; align-items:end; column-gap:4vw; }
.press-heading .section-label { grid-column:1 / -1; margin-bottom:14px; }
.press-heading h2 { font-size:clamp(55px,5.7vw,92px); line-height:.95; }
.press-heading h2 em { color:var(--wine); }
.press-heading>p:last-child { max-width:32ch; padding-bottom:5px; font-family:var(--serif); font-size:22px; line-height:1.15; }
.press-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:25px; border-top:1px solid #6b253c55; border-left:1px solid #6b253c55; }
.press-card { position:relative; min-height:clamp(112px,15vh,190px); display:flex; flex-direction:column; justify-content:space-between; gap:10px; padding:14px 32px 14px 16px; border-right:1px solid #6b253c55; border-bottom:1px solid #6b253c55; transition:background .2s,color .2s; }
.press-card:hover { background:#6b253c; color:var(--paper); }
.press-meta { font-size:10px; letter-spacing:.12em; text-transform:uppercase; line-height:1.4; }
.press-meta small { display:inline; margin-left:8px; opacity:.6; font-size:inherit; }
.press-card strong { font-family:var(--serif); font-size:clamp(20px,1.7vw,28px); font-weight:400; line-height:1.02; }
.press-arrow { position:absolute; right:13px; bottom:12px; display:flex; align-items:center; }
.press-more { display:inline-block; align-self:flex-start; margin-top:15px; font-size:12px; border-bottom:1px solid currentColor; padding-bottom:3px; }
.press-more:hover,
.press-more:focus-visible { color:var(--wine); border-color:var(--wine); text-decoration:none; }
.music-teaser { margin-top:28px; padding-top:16px; border-top:1px solid #ffffff35; display:flex; align-items:center; justify-content:space-between; gap:20px; color:#e0d9e1; }
.music-teaser .text-link { font-size:13px; gap:14px; }

/* Tvorba is a pair of vertically stacked chapters inside one horizontal page. */
.music-page { overflow:hidden; padding:0; background:var(--purple); color:var(--paper); }
.music-page > .chapter-scroll { height:100%; overflow-y:auto; overscroll-behavior-y:contain; scrollbar-width:thin; }
.music-chapter { min-height:calc(100dvh - var(--header) - var(--footer)); padding:clamp(24px,3vh,42px) 6vw; }
.music-topbar { display:flex; align-items:center; gap:28px; margin-bottom:clamp(18px,3vh,34px); }
.music-topbar .section-label { color:var(--lavender); margin:0; }
.album-view { display:grid; grid-template-columns:minmax(0,1fr) minmax(280px,.9fr); grid-template-rows:auto 1fr; align-items:center; column-gap:clamp(28px,6vw,100px); row-gap:24px; }
.album-view .music-topbar { grid-column:1 / -1; margin:0; }
.music-copy { min-width:0; }
.music-copy h3 { margin:0; font:clamp(60px,7vw,108px)/.88 var(--serif); letter-spacing:-.03em; }
.music-copy h3 em { color:var(--lavender); font-weight:400; }
.album-description { margin-top:clamp(22px,4vh,42px); }
.album-description>.eyebrow { color:var(--lavender); letter-spacing:.1em; margin-bottom:13px; }
.album-description>p:not(.eyebrow) { max-width:44ch; color:#e0d9e1; font-size:16px; line-height:1.55; }
.album-description>p:not(.eyebrow)+p[data-album-paragraph] { margin-top:16px; }
.music-links { display:flex; align-items:center; gap:24px; margin-top:24px; flex-wrap:wrap; }
.music-links .text-link { padding:10px 0; font-size:13px; }
.music-projects-link { display:inline-flex; width:100%; margin-top:clamp(32px,5vh,64px); padding:10px 0; font-size:13px; }
#album-view .music-links { align-items:flex-start; flex-direction:column; gap:10px; width:min(100%,230px); flex-wrap:nowrap; }
#album-view .music-links .button,
#album-view .music-links .text-link { width:100%; box-sizing:border-box; }
#album-view .music-links .button { gap:12px; padding:12px 16px; white-space:nowrap; }
#album-view .music-links .text-link { min-height:48px; justify-content:space-between; color:#d9cfdd; }
#album-view .music-links .music-projects-link { margin-top:0; }
.album-artwork { display:flex; align-items:center; justify-content:center; min-height:0; padding:0; }
.album-artwork>a { display:block; position:relative; width:min(100%,58vh,540px); aspect-ratio:1; box-shadow:0 25px 70px #110c2060; }
.album-artwork picture { display:block; width:100%; height:100%; }
.album-artwork img { width:100%; height:100%; object-fit:cover; }
.artwork-play { position:absolute; right:18px; bottom:18px; border:1px solid #f4f0e780; border-radius:50%; width:48px; height:48px; display:grid; place-items:center; background:#302a3f99; }
.projects-view { display:flex; flex-direction:column; justify-content:center; background:#282237; color:var(--paper); }
.other-projects-heading { display:grid; grid-template-columns:1fr 1fr; align-items:baseline; gap:10px 24px; margin-bottom:clamp(22px,4vh,42px); }
.other-projects-heading .section-label { grid-column:1 / -1; color:var(--lavender); margin:0 0 5px; }
.other-projects-heading h3 { margin:0; color:var(--paper); font:clamp(48px,5vw,78px)/.92 var(--serif); letter-spacing:-.02em; }
.other-projects-heading h3 em { color:var(--lavender); font-weight:400; }
.other-projects-heading p { max-width:28ch; margin:0; color:#cfc4d4; font:clamp(18px,1.6vw,25px)/1.15 var(--serif); }
.other-projects-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:clamp(28px,5vw,84px); }
.other-project-card { display:grid; grid-template-columns:clamp(150px,13vw,220px) minmax(0,1fr); gap:clamp(18px,2vw,30px); min-width:0; padding:22px 0; border-top:1px solid #ffffff38; border-bottom:1px solid #ffffff38; color:var(--paper); }
.other-project-card>img { width:100%; height:clamp(150px,13vw,220px); aspect-ratio:1; align-self:start; object-fit:cover; background:#f4f0e7; }
.other-project-card-body { display:flex; min-width:0; flex-direction:column; align-items:flex-start; justify-content:center; gap:7px; }
.other-project-card-title { display:block; width:100%; }
.other-project-card-title h4 { margin:0; font:clamp(28px,2.5vw,40px)/1 var(--serif); font-weight:400; }
.other-project-card-title>span { display:none; }
.other-project-card-subtitle,.other-project-card-meta { color:var(--lavender); font-size:11px; letter-spacing:.09em; line-height:1.3; text-transform:uppercase; }
.other-project-card-meta { color:#d4cbd7; }
.other-project-card-description { max-width:36ch; margin-top:6px; color:#e0d9e1; font-size:16px; line-height:1.65; }
.other-project-card-cta { display:inline-flex; width:fit-content; max-width:100%; align-items:center; gap:8px; justify-self:start; align-self:flex-start; margin-top:7px; border-bottom:1px solid currentColor; padding-bottom:2px; color:#f4f0e7; font-size:12px; }
.other-project-card:hover .other-project-card-cta,
.other-project-card:focus-visible .other-project-card-cta { text-decoration:none; }
.other-project-card:hover .other-project-card-cta .icon-arrow--right,
.other-project-card:focus-visible .other-project-card-cta .icon-arrow--right { translate:3px 0; }
.other-project-card:hover .other-project-card-cta .icon-arrow--down,
.other-project-card:focus-visible .other-project-card-cta .icon-arrow--down { translate:0 3px; }
.other-project-card:hover .other-project-card-cta .icon-arrow--up-right,
.other-project-card:focus-visible .other-project-card-cta .icon-arrow--up-right { translate:3px -3px; }
@media(max-width:1100px) and (min-width:761px) {
  .music-copy h3 { font-size:60px; }
  .album-artwork>a { width:min(100%,58vh); }
  .other-projects-heading h3 { font-size:54px; }
  .other-project-card { grid-template-columns:120px minmax(0,1fr); gap:16px; padding:16px 0; }
  .other-project-card>img { width:120px; height:120px; }
  .other-project-card-description { font-size:15px; line-height:1.45; }
}
@media(min-width:1000px) and (min-height:620px) {
  .music-chapter { padding-top:clamp(24px,3vh,42px); padding-bottom:clamp(24px,3vh,42px); }
}
@media(min-width:1000px) and (min-height:620px) and (max-height:700px) {
  #album-view .album-description { margin-top:16px; }
  #album-view .music-links { margin-top:16px; }
}
@media(max-width:999px),(max-height:619px) {
  .music-page { overflow:visible; }
  .music-page > .chapter-scroll { height:auto; overflow:visible; }
  .music-chapter { min-height:0; padding:calc(var(--header) + 34px) 6vw 90px; }
  .music-topbar { align-items:flex-start; flex-direction:column; gap:16px; }
  .album-view { grid-template-columns:1fr; grid-template-rows:auto auto auto; gap:30px; }
  .album-view .music-topbar { grid-column:auto; grid-row:1; }
  .music-copy h3 { font-size:clamp(60px,17vw,88px); }
  .album-description { margin-top:22px; }
  .album-description>p:not(.eyebrow) { font-size:15px; line-height:1.5; }
  .music-links { margin-top:20px; gap:14px; }
  .music-projects-link { margin-top:28px; }
  .album-artwork { order:-1; justify-content:flex-start; }
  .album-artwork>a { width:min(100%,320px); }
  .projects-view { min-height:auto; }
  .other-projects-heading { display:block; margin-bottom:24px; }
  .other-projects-heading h3 { font-size:clamp(52px,14vw,78px); }
  .other-projects-heading p { margin-top:12px; font-size:21px; }
  .other-projects-grid { grid-template-columns:1fr; gap:20px; }
  .other-project-card { grid-template-columns:88px minmax(0,1fr); gap:14px; padding:16px 0; }
  .other-project-card>img { width:88px; height:88px; }
  .other-project-card>img { grid-column:1; grid-row:1 / 4; }
  .other-project-card-body { display:contents; }
  .other-project-card-title { grid-column:2; grid-row:1; }
  .other-project-card-title h4 { font-size:30px; }
  .other-project-card-subtitle,.other-project-card-meta { grid-column:2; }
  .other-project-card-subtitle { grid-row:2; }
  .other-project-card-meta { grid-row:3; }
  .other-project-card-description { grid-column:1 / -1; grid-row:4; max-width:none; margin-top:8px; font-size:15px; line-height:1.55; }
  .other-project-card-cta { grid-column:1 / -1; grid-row:5; margin-top:2px; }
  .other-project-card:nth-child(2) .other-project-card-meta { grid-row:2; }
}
@media(prefers-reduced-motion:reduce) {
  .album-artwork>a { transition:none!important; }
}
.videos { background:#282237; color:var(--paper); padding:5vh 6vw 4vh; display:flex; flex-direction:column; justify-content:center; }
.videos-heading { display:block; }
.videos-heading .section-label { grid-column:1/-1; color:var(--lavender); margin-bottom:14px; }
.videos-heading h2 { font-size:clamp(55px,5.7vw,92px); line-height:.95; }
.videos-heading h2 em { color:var(--lavender); }
.videos-heading>p:last-child { max-width:31ch; padding-bottom:6px; color:#ddd4e3; font-family:var(--serif); font-size:22px; line-height:1.15; }
.video-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:30px; }
.video-card { min-width:0; }
.video-thumb { display:block; position:relative; aspect-ratio:16/9; overflow:hidden; background:#171421; }
.video-thumb img { width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.video-card:hover .video-thumb img { transform:scale(1.04); }
.video-play { position:absolute; left:50%; top:50%; width:54px; height:54px; transform:translate(-50%,-50%); display:grid; place-items:center; border:1px solid #f4f0e7aa; border-radius:50%; background:#282237cc; color:#f4f0e7; }
.video-play-icon { display:block; width:20px; height:20px; flex:0 0 20px; }
.video-card strong { display:block; margin-top:15px; font:32px/1 var(--serif); }
.video-watch { display:block; margin-top:9px; font-size:11px; color:#cdbed6; }
.video-card:hover .video-watch,
.video-card:focus-visible .video-watch { text-decoration:underline; text-underline-offset:6px; }
.video-dialog { width:min(1080px,calc(100vw - 32px)); max-width:none; max-height:calc(100dvh - 24px); padding:0; border:1px solid #d8cec5; border-radius:2px; background:#211b2b; color:var(--paper); box-shadow:0 24px 90px #110c2080; }
.video-dialog::backdrop { background:#18121fdd; }
.video-dialog[open] { display:flex; flex-direction:column; }
.video-dialog-header { display:flex; align-items:center; justify-content:space-between; padding:13px 18px; }
.video-dialog-header h2 { font-size:28px; margin:0; }
.video-dialog-close { min-width:44px; min-height:44px; color:inherit; font-size:13px; letter-spacing:.08em; text-transform:uppercase; }
.video-dialog-close span { font-size:24px; margin-left:9px; }
.video-dialog-body { width:100%; aspect-ratio:16/9; flex:1 1 auto; min-height:0; max-height:calc(100dvh - 126px); background:#000; }
.video-dialog-body iframe { display:block; width:100%; height:100%; border:0; }
.video-dialog-footer { padding:12px 18px 15px; border-top:1px solid #ffffff2e; font-size:12px; }
.video-dialog-footer a:hover { text-decoration:underline; text-underline-offset:5px; }

@media(min-width:1000px) and (min-height:620px) and (max-height:780px) {
  .about-copy>p:not(.eyebrow) { font-size:14px; line-height:1.42; }
  .about-copy>p+p { margin-top:6px; }
  .about-links { margin-top:10px; }
  .press { padding-top:3.4vh; padding-bottom:2.5vh; }
  .press-grid { margin-top:17px; }
  .press-card { min-height:88px; padding:10px 27px 10px 12px; }
  .press-card strong { font-size:20px; }
  .press-more { margin-top:9px; }
  .videos { padding-top:3.4vh; padding-bottom:2.5vh; }
  .video-grid { margin-top:19px; gap:18px; }
  .video-card strong { margin-top:10px; font-size:25px; }
}
@media(min-width:1000px) {
  .navigation { gap:16px 7vw; padding-top:calc(var(--header) + 10px); padding-bottom:24px; }
  .menu-links a { min-height:44px; font-size:clamp(28px,3.2vw,48px); padding:4px 0; gap:18px; }
}
@media(max-width:999px),(max-height:619px) {
  .press, .videos { padding:65px 6vw; }
  .press-heading, .videos-heading { display:block; }
  .press-heading>p:last-child, .videos-heading>p:last-child { margin-top:18px; }
  .press-grid { margin-top:32px; }
}
@media(max-width:760px) {
  .about-links { flex-direction:column; gap:4px; }
  .press-heading h2, .videos-heading h2 { font-size:55px; }
  .press-grid { grid-template-columns:1fr; }
  .press-card { min-height:116px; }
  .video-grid { grid-template-columns:1fr; gap:30px; }
  .video-card strong { font-size:30px; }
  .video-dialog { width:calc(100vw - 20px); }
  .navigation { gap:12px; }
  .menu-links a { font-size:clamp(27px,5.8vh,41px); padding:4px 0; gap:16px; }
}
@media(prefers-reduced-motion:reduce) {
  .video-thumb img { transition:none; }
  .video-card:hover .video-thumb img { transform:none; }
}

/* About, Koncerty and Obrazy are long chapters inside one horizontal page. */
.about-page, .media-page, .concerts-page { overflow:hidden; }
.chapter-scroll { min-height:0; }
.about-page .chapter-scroll, .media-page .chapter-scroll, .concerts-page .chapter-scroll { height:100%; overflow-y:auto; overscroll-behavior-y:contain; scrollbar-width:thin; }
.about-page .about, .about-page .press, .music-page .videos, .media-page .gallery, .concerts-page .concerts, .concerts-page .concert-archive { min-height:calc(100dvh - var(--header) - var(--footer)); }
.concerts-page { background:#eee6c9; color:var(--ink); }
html.js .concerts-page:not(.archive-open) #archiv { display:none; }
.concert-archive { padding:clamp(34px,6vh,80px) 6vw; background:#eee6c9; }
.archive-heading { max-width:900px; margin:0 auto clamp(24px,4vh,44px); }
.archive-heading .section-label { margin-bottom:16px; }
.archive-heading h2 { font-size:clamp(43px,4.7vw,75px); color:var(--wine); }
.archive-list { max-width:900px; margin:0 auto; }
.archive-year + .archive-year { margin-top:clamp(28px,5vh,52px); }
.archive-year h3 { margin-bottom:12px; color:var(--wine); font:32px/1 var(--serif); }
.archive-events { list-style:none; padding:0; margin:0; border-top:1px solid #3a272b45; }
.archive-events li { display:grid; grid-template-columns:130px minmax(0,1fr) auto; align-items:center; gap:24px; padding:14px 0; border-bottom:1px solid #3a272b30; transition:padding .25s,background .25s; }
.archive-events li:has(> .archive-detail),
.archive-events li:has(> a[href]) { position:relative; cursor:pointer; }
.archive-events li:has(> .archive-detail) .archive-detail::after,
.archive-events li:has(> a[href])>a::after { content:""; position:absolute; inset:0; }
.archive-events li:has(> .archive-detail):hover,
.archive-events li:has(> a[href]):hover,
.archive-events li:has(> .archive-detail):focus-within,
.archive-events li:has(> a[href]):focus-within { padding-left:10px; background:#fff4; }
.archive-events li:has(> .archive-detail):focus-within,
.archive-events li:has(> a[href]):focus-within { outline:2px solid currentColor; outline-offset:6px; }
.archive-events li:has(> .archive-detail) .archive-detail:focus-visible,
.archive-events li:has(> a[href])>a:focus-visible { outline:none; }
.archive-events time { color:var(--wine); font-size:13px; white-space:nowrap; }
.archive-events li div { display:flex; flex-direction:column; gap:3px; }
.archive-events strong { font:22px/1.1 var(--serif); }
.archive-events li div span { color:#635451; font-size:13px; }
.archive-events a { display:flex; align-items:center; gap:12px; color:var(--wine); font-size:12px; }
.concert-actions { width:min(100%,230px); display:flex; flex-direction:column; gap:10px; margin-top:24px; }
.concert-actions .text-link { width:100%; min-height:48px; box-sizing:border-box; justify-content:space-between; padding:10px 0; color:var(--wine); }
.concert-actions .chapter-link { margin-top:0; }
@media(min-width:1000px) and (min-height:620px) and (max-height:780px) {
  .concerts-page .concert-actions { margin-top:8px; gap:6px; }
}
.chapter-hint { position:absolute; z-index:2; right:4.3vw; bottom:12px; margin:0; font-size:11px; letter-spacing:.04em; opacity:.65; pointer-events:none; }
.about-page .about-links .text-link { margin-top:0; }
.media-page { background:#282237; color:var(--paper); }
.media-page .gallery { background:#282237; color:var(--paper); }
.media-page .gallery h2 em, .media-page .gallery .section-label { color:var(--lavender); }
.media-page .gallery-heading>p, .media-page .gallery-credit { color:#cdbed6; }
.chapter-link { grid-column:2; justify-self:start; margin-top:18px; color:var(--lavender); }
.concerts-page .chapter-link { color:var(--wine); }
.videos .chapter-link { align-self:flex-start; grid-column:auto; justify-self:auto; width:230px; min-height:48px; box-sizing:border-box; margin-top:24px; justify-content:space-between; font-size:13px; }

/* The About chapter is a quiet portrait spread: one full-height image beside the text. */
.about-page #pribeh.about {
  display:grid;
  grid-template-columns:minmax(0,48%) minmax(0,52%);
  align-items:stretch;
  gap:0;
  padding:0;
}
.about-page #pribeh .about-photos {
  position:sticky;
  top:0;
  align-self:start;
  height:calc(100dvh - var(--header) - var(--footer));
  min-height:0;
  padding:0;
}
.about-page #pribeh .about-portrait {
  position:absolute;
  inset:0;
  width:100%;
  height:auto;
  margin:0;
}
.about-page #pribeh .about-portrait img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 34%;
}
.about-page #pribeh .about-copy {
  min-width:0;
  padding:clamp(32px,5vw,80px);
}
.about-page #pribeh .about-copy > p:not(.eyebrow) {
  max-width:56ch;
  font-size:clamp(16px,1.15vw,18px);
  line-height:1.58;
}
.about-page #pribeh .about-copy > p.about-paragraph + p.about-paragraph { margin-top:16px; }
.about-page #pribeh h2 {
  margin-bottom:clamp(20px,2vw,30px);
  font-size:clamp(46px,5vw,78px);
}
.about-page #pribeh .about-links { margin-top:clamp(18px,2vw,28px); }
.about-page #pribeh .about-links .text-link .icon-arrow { transform:rotate(90deg); }

@media(max-width:999px),(max-height:619px) {
  .about-page #pribeh.about {
    display:flex;
    flex-direction:column;
    gap:0;
    padding:0;
  }
  .about-page #pribeh .about-photos {
    position:relative;
    width:100%;
    height:clamp(320px,55vh,520px);
    min-height:0;
  }
  .about-page #pribeh .about-portrait {
    position:relative;
    inset:auto;
    height:100%;
  }
  .about-page #pribeh .about-copy {
    padding:clamp(40px,6vw,72px) clamp(24px,6vw,80px);
  }
  .about-page #pribeh .about-portrait img { object-position:center 29%; }
  .about-page #pribeh h2 { font-size:clamp(44px,9vw,64px); }
}

/* Keep the short desktop chapter readable without letting the portrait set its height. */
@media(min-width:1000px) and (min-height:620px) and (max-height:780px) {
  .about-page #pribeh .about-photos { min-height:0; }
  .about-page #pribeh .about-copy { padding:24px; }
  .about-page #pribeh .section-label { margin-bottom:18px; }
  .about-page #pribeh h2 { font-size:46px; margin-bottom:16px; }
  .about-page #pribeh .about-copy > p:not(.eyebrow) {
    font-size:16px;
    line-height:1.45;
  }
  .about-page #pribeh .about-copy > p + p { margin-top:10px; }
  .about-page #pribeh .about-links { margin-top:14px; }
}

/* The persistent journey footer already communicates the next horizontal chapter. */
.about-page > .chapter-hint { display:none; }

@media(max-width:999px),(max-height:619px) {
  .about-page, .media-page, .concerts-page { overflow:visible; }
  .about-page .chapter-scroll, .media-page .chapter-scroll, .concerts-page .chapter-scroll { height:auto; overflow:visible; }
  .about-page .about, .about-page .press, .music-page .videos, .media-page .gallery, .concerts-page .concerts, .concerts-page .concert-archive { min-height:0; }
  .concert-archive { padding:calc(var(--header) + 34px) 6vw 90px; }
  .archive-heading h2 { font-size:clamp(43px,12vw,60px); }
  .archive-year h3[id] { scroll-margin-top:var(--header); }
  .archive-events li { grid-template-columns:1fr auto; gap:8px 16px; }
  .archive-events time { grid-column:1 / -1; }
  .archive-events a { grid-column:2; grid-row:2; }
  .concert-actions { margin-top:22px; }
  .chapter-hint { display:none; }
  .chapter-link { margin-top:22px; }
}
.listen-service-label{display:flex;align-items:center;gap:12px;min-width:0}.listen-service-logo{width:22px;height:22px;flex:0 0 22px;object-fit:contain;filter:grayscale(1) brightness(0) opacity(.78)}.listen-service-arrow{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:currentColor;stroke-width:1.4;transform:rotate(-45deg)}


/* --- i18n.css --- */
.menu-primary {
  justify-self: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.menu-primary .language-switch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .35rem;
  min-height: 44px;
  margin: 0 0 8px;
  font: 500 .72rem/1 DM Sans, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.language-switch a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: inherit;
  opacity: .58;
  text-decoration: none;
}

.language-switch a[aria-current="true"] {
  opacity: 1;
}

.language-switch .language-separator {
  opacity: .3;
}

.language-switch a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

@media (max-width: 999px) {
  .menu-primary .language-switch {
    font-size: .68rem;
  }
}

@media (max-width: 760px) {
  .contact {
    min-height: calc(100svh - var(--header));
  }
}


/* --- analytics.css --- */
.analytics-consent,.analytics-settings{font:14px/1.5 var(--sans,Arial,sans-serif);color:#6b253c;background:#fffaf0;border:1px solid #6b253c55;box-shadow:0 12px 42px #211b2530}
.analytics-consent{position:fixed;inset:auto 0 0;z-index:20;width:100%;padding:10px max(20px,4vw) calc(10px + env(safe-area-inset-bottom));border:0;border-top:1px solid #6b253c55;border-radius:0;box-shadow:0 -8px 28px #211b2518}
.analytics-consent.is-hidden{display:none}
.analytics-consent h2{margin:0;font:500 14px/1.3 var(--sans,Arial,sans-serif);color:#6b253c}.analytics-consent-body{margin:0;font-size:13px;line-height:1.4}.analytics-consent-copy{display:flex;align-items:center;gap:14px;max-width:1440px;margin:auto}.analytics-consent-copy h2{flex:none}.analytics-consent-copy .analytics-consent-body{flex:1}.analytics-consent>p{margin:0}.analytics-details-link{min-height:32px;padding:4px 0;border:0;background:none;color:inherit;font:12px var(--sans,Arial,sans-serif);text-decoration:underline;white-space:nowrap;cursor:pointer}.analytics-consent-actions{display:flex;gap:8px;flex:none}.analytics-button{min-height:44px;padding:9px 14px;border:1px solid #6b253c;border-radius:3px;background:transparent;color:#6b253c;font:600 12px var(--sans,Arial,sans-serif);white-space:nowrap;cursor:pointer}.analytics-button:hover,.analytics-button:focus-visible{background:#6b253c;color:#fffaf0;outline:3px solid #6b253c55;outline-offset:2px}.analytics-reopen{min-height:44px;padding:8px 0;border:0;background:none;color:inherit;font:inherit;cursor:pointer}.analytics-reopen:hover,.analytics-reopen:focus-visible{outline:3px solid #6b253c55;outline-offset:2px}
.analytics-settings{width:min(520px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:auto;padding:28px}.analytics-settings::backdrop{background:#211b2566}.analytics-settings h2{margin:0 0 8px;font:26px/1 var(--serif,Georgia,serif);color:#6b253c}.analytics-settings-close{float:right;border:0;background:none;color:#6b253c;font:14px var(--sans,Arial,sans-serif);cursor:pointer}.analytics-settings details{margin:18px 0}.analytics-settings summary{cursor:pointer;font-weight:600}.analytics-info,.analytics-provider{font-size:13px}.analytics-state{padding-top:12px;border-top:1px solid #6b253c42;font-size:13px;font-weight:600}.analytics-settings .analytics-consent-actions{display:flex}
body[data-analytics-banner-visible] .journey{bottom:var(--analytics-banner-height,0px)}body[data-analytics-banner-visible] .hero-copy{bottom:calc(max(17vh,158px) + var(--analytics-banner-height,0px))}body[data-analytics-banner-visible] .album-teaser{bottom:calc(var(--hero-controls-bottom,70px) + var(--album-offset,16px) + var(--analytics-banner-height,0px))}body[data-analytics-banner-visible] .hero-variants{bottom:calc(var(--hero-controls-bottom,70px) + var(--analytics-banner-height,0px))}
@media(max-width:999px),(max-height:619px){body[data-analytics-banner-visible] .hero-copy{bottom:calc(var(--hero-copy-stack-bottom,300px) + var(--analytics-banner-height,0px))}body[data-analytics-banner-visible] .album-teaser{bottom:calc(115px + var(--album-offset,16px) + var(--analytics-banner-height,0px))}body[data-analytics-banner-visible] .hero-variants{bottom:calc(35px + var(--analytics-banner-height,0px))}}
@media(min-width:1000px) and (min-height:620px){body[data-analytics-banner-visible] .panel:not(.hero){border-bottom:calc(var(--footer) + var(--analytics-banner-height,0px)) solid transparent}}
@media(max-width:760px){.analytics-consent{padding:8px 12px calc(8px + env(safe-area-inset-bottom))}.analytics-consent-copy{display:grid;grid-template-columns:1fr auto;gap:2px}.analytics-consent-copy h2,.analytics-consent-copy .analytics-consent-body{grid-column:1/-1}.analytics-consent-copy>p:not(.analytics-consent-body){grid-column:1}.analytics-consent-actions{grid-column:2;display:inline-flex;vertical-align:middle;gap:6px}.analytics-button{padding-inline:11px}body[data-analytics-banner-visible] .hero-copy{bottom:calc(250px + var(--analytics-banner-height,0px));top:auto}body[data-analytics-banner-visible] .album-teaser{bottom:calc(110px + var(--album-offset,16px) + var(--analytics-banner-height,0px))}body[data-analytics-banner-visible] .hero-variants{bottom:calc(56px + env(safe-area-inset-bottom, 0px) + var(--analytics-banner-height,0px))}}
@media(max-width:340px){.analytics-consent-actions{display:flex;flex-direction:column}.analytics-consent-copy{gap:4px}}
@media(max-width:999px){body[data-analytics-banner-visible] .organizer-footer{padding-bottom:calc(42px + var(--analytics-banner-height,0px))}}
@media(min-width:1000px){body[data-analytics-banner-visible] .organizer-footer{padding-bottom:calc(28px + var(--analytics-banner-height,0px))}}
@media(max-width:999px){body[data-analytics-banner-visible]{padding-bottom:var(--analytics-banner-height,0px)}}
@media(prefers-reduced-motion:reduce){.analytics-consent,.analytics-settings{scroll-behavior:auto}}
.analytics-consent,.analytics-consent h2,.analytics-consent p,.analytics-consent button{font-family:var(--sans,Arial,sans-serif);font-size:13px;line-height:1.4;font-weight:400}.analytics-consent h2{font-size:13px}.analytics-consent .analytics-button{font-weight:400}.analytics-consent .analytics-details-link{font-size:13px}
