/* Dilated - web kapely. Tmava scena, zlate svetlo, plakatova typografie. */
:root {
  --black: #050505;
  --dust: #16120f;
  --dust2: #211c17;
  --gold: #d8a734;
  --gold-deep: #9a7218;
  --bone: #efe6d2;
  --smoke: #a39a8b;
  --line: rgba(239, 230, 210, 0.13);
  --display: "Big Shoulders Display", Impact, "Arial Narrow", sans-serif;
  --body: Barlow, "Segoe UI", Roboto, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body {
  margin: 0;
  background: var(--black);
  color: var(--bone);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold); }
button { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; text-transform: uppercase; line-height: 0.95; letter-spacing: 0.01em; margin: 0; }
h2 { font-size: clamp(40px, 6vw, 68px); }
h3 { font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; }
p { margin: 0 0 1em; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1200; background: var(--gold); color: var(--black); padding: 12px 18px; font-weight: 600; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* --- tlacitka a odkazy --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 26px;
  font-family: var(--display); font-weight: 700; font-size: 20px; letter-spacing: 0.06em; text-transform: uppercase;
  border: 1px solid transparent; cursor: pointer; transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.btn--gold { background: var(--gold); color: var(--black); border-color: var(--gold); }
.btn--gold:hover { background: var(--bone); border-color: var(--bone); color: var(--black); }
.btn--ghost { background: transparent; color: var(--bone); border-color: rgba(239, 230, 210, 0.45); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.text-link { font-weight: 600; color: var(--gold); border-bottom: 1px solid rgba(216, 167, 52, 0.4); padding-bottom: 2px; }
.text-link:hover { border-color: var(--gold); color: var(--bone); }
.link-button { background: none; border: 0; padding: 0; cursor: pointer; color: inherit; }
.link-button:hover { color: var(--gold); }
.empty { color: var(--smoke); font-size: 19px; max-width: 60ch; }
.count { font-family: var(--display); font-size: 28px; color: var(--gold); font-weight: 700; }

/* --- hlavicka --- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background 0.3s, border-color 0.3s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(5, 5, 5, 0.9); backdrop-filter: blur(12px); border-color: var(--line); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: auto; max-height: 46px; }
.brand-word { font-family: var(--display); font-weight: 900; font-size: 34px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { font-family: var(--display); font-weight: 700; font-size: 20px; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a[aria-current="page"] { border-color: var(--gold); color: var(--bone); }
.main-nav .nav-cta { background: var(--gold); color: var(--black); padding: 8px 18px; border-bottom: 0; }
.main-nav .nav-cta:hover { background: var(--bone); }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); width: 48px; height: 48px; flex-direction: column; justify-content: center; align-items: center; gap: 5px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--bone); transition: transform 0.25s, opacity 0.25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --- hero --- */
.hero { position: relative; min-height: 92vh; display: flex; align-items: flex-end; overflow: hidden; background: var(--black); padding: 150px 0 72px; }
.hero__photo { position: absolute; inset: 0; background-size: cover; background-position: center 30%; transform: scale(1.02); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 5, 5, 0.55) 0%, rgba(5, 5, 5, 0.1) 35%, rgba(5, 5, 5, 0.85) 80%, var(--black) 100%), linear-gradient(90deg, rgba(5, 5, 5, 0.75) 0%, rgba(5, 5, 5, 0) 60%); }
.hero--type { background: radial-gradient(ellipse at 15% 70%, rgba(216, 167, 52, 0.18), transparent 55%), radial-gradient(ellipse at 85% 20%, rgba(216, 167, 52, 0.08), transparent 50%), var(--black); }
.hero--type::before { content: "DILATED"; position: absolute; right: -0.05em; bottom: -0.18em; font-family: var(--display); font-weight: 900; font-size: clamp(120px, 26vw, 420px); line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(216, 167, 52, 0.2); letter-spacing: 0.02em; pointer-events: none; user-select: none; }
.hero__inner { position: relative; max-width: calc(var(--shell) - 300px); margin-left: calc((100% - var(--shell)) / 2); }
.hero__kicker { font-size: 19px; font-weight: 500; color: var(--gold); margin: 0 0 18px; }
.hero__title { font-size: clamp(60px, 10.5vw, 148px); font-weight: 900; line-height: 0.88; letter-spacing: 0.005em; margin: 0 0 24px; animation: rise 0.9s var(--ease) both; }
.hero__lead { font-size: clamp(18px, 1.6vw, 22px); max-width: 58ch; color: rgba(239, 230, 210, 0.85); margin: 0 0 32px; animation: rise 0.9s 0.12s var(--ease) both; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; animation: rise 0.9s 0.22s var(--ease) both; }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.hero__next { position: absolute; right: calc((100% - var(--shell)) / 2); bottom: 72px; background: var(--gold); color: var(--black); padding: 16px 22px 18px; display: flex; flex-direction: column; gap: 2px; transform: rotate(-2deg); transition: transform 0.25s var(--ease); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45); }
.hero__next:hover { transform: rotate(0deg) translateY(-3px); color: var(--black); }
.hero__next span { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.75; }
.hero__next strong { font-family: var(--display); font-weight: 800; font-size: 36px; line-height: 1; text-transform: uppercase; }
.hero__next em { font-style: normal; font-weight: 600; font-size: 18px; }

/* --- sekce --- */
.section { padding: 88px 0; }
.section--gigs { background: var(--black); }
.section--clip { background: var(--dust); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section--news { background: var(--black); }
.section--photos { background: var(--dust); padding-bottom: 0; }
.section--band { background: var(--black); }
.section--archive { background: var(--dust); border-top: 1px solid var(--line); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.section-head h2 { flex: 1 1 auto; }

/* --- setlist koncertu (signature) --- */
.gigs { border-top: 1px solid var(--line); }
.gig { display: grid; grid-template-columns: 120px 1fr auto; gap: 24px; align-items: center; padding: 26px 0 26px 18px; border-bottom: 1px solid var(--line); position: relative; }
.gig::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--gold); transform: scaleY(0); transform-origin: top; transition: transform 0.3s var(--ease); }
.gig:hover::before { transform: scaleY(1); }
.gig__date { display: flex; flex-direction: column; line-height: 1; }
.gig__date b { font-family: var(--display); font-weight: 900; font-size: 64px; color: var(--gold); letter-spacing: -0.01em; }
.gig__date span { font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--smoke); margin-top: 2px; }
.gig__place { font-size: clamp(26px, 3vw, 36px); margin-bottom: 4px; }
.gig__event { margin: 0; font-size: 18px; color: var(--bone); }
.gig__note { margin: 4px 0 0; color: var(--smoke); font-size: 16px; }
.gig__side { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.gig__tag { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 10px; border: 1px solid var(--gold); color: var(--gold); }
.gig__tag--off { border-color: var(--smoke); color: var(--smoke); }
.gig__link { font-weight: 600; color: var(--gold); }
.gig--zruseno .gig__place, .gig--zruseno .gig__date b { text-decoration: line-through; opacity: 0.55; }
.gigs--archive .gig { padding: 16px 0 16px 18px; grid-template-columns: 120px 1fr auto; }
.gigs--archive .gig__date b { font-size: 40px; color: var(--bone); }
.gigs--archive .gig__date span { font-size: 17px; }
.gigs--archive .gig__place { font-size: 24px; }
.gigs--archive .gig__event { font-size: 17px; color: var(--smoke); }
.gigs-cta { display: flex; gap: 14px; flex-wrap: wrap; margin: 40px 0 0; }
.year-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 32px; }
.year-nav a { font-family: var(--display); font-weight: 700; font-size: 18px; padding: 6px 12px; border: 1px solid var(--line); }
.year-nav a:hover { border-color: var(--gold); }
.year { border-top: 1px solid var(--line); }
.year summary { list-style: none; cursor: pointer; display: flex; align-items: baseline; gap: 20px; padding: 22px 0; }
.year summary::-webkit-details-marker { display: none; }
.year summary::after { content: "+"; margin-left: auto; font-family: var(--display); font-size: 34px; color: var(--gold); line-height: 1; }
.year[open] summary::after { content: "–"; }
.year__num { font-family: var(--display); font-weight: 900; font-size: 48px; color: var(--gold); line-height: 1; }
.year__count { color: var(--smoke); font-size: 16px; }
.year .gigs { border-top: 0; margin-bottom: 20px; }

/* --- klip --- */
.clip-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: center; }
.clip-copy p { font-size: 19px; color: rgba(239, 230, 210, 0.85); max-width: 46ch; margin: 22px 0; }
.listen { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 26px; }
.listen a { border: 1px solid rgba(239, 230, 210, 0.3); padding: 8px 14px; font-weight: 600; font-size: 15px; }
.listen a:hover { border-color: var(--gold); }
.clip { margin: 0; }
.clip figcaption { display: flex; align-items: baseline; gap: 12px; padding: 14px 0 0; }
.clip figcaption strong { font-family: var(--display); font-weight: 700; font-size: 24px; text-transform: uppercase; letter-spacing: 0.02em; }
.clip figcaption span { color: var(--smoke); }
.yt { position: relative; aspect-ratio: 16 / 9; background: var(--dust2); overflow: hidden; }
.yt img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; transition: opacity 0.3s, transform 0.5s var(--ease); }
.yt:hover img { opacity: 1; transform: scale(1.02); }
.yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 84px; height: 84px; border-radius: 50%; border: 0; background: var(--gold); cursor: pointer; display: grid; place-items: center; transition: transform 0.25s var(--ease), background 0.2s; }
.yt__play span { width: 0; height: 0; border-left: 26px solid var(--black); border-top: 15px solid transparent; border-bottom: 15px solid transparent; margin-left: 6px; }
.yt__play:hover { transform: translate(-50%, -50%) scale(1.08); background: var(--bone); }
.clip-grid-all { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 32px; }
.clip-grid-all .clip--large { grid-column: 1 / -1; }
.clip-grid-all .yt__play { width: 64px; height: 64px; }
.clip-grid-all .clip--large .yt__play { width: 84px; height: 84px; }

/* --- aktuality --- */
.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.news-grid--list { grid-template-columns: repeat(3, 1fr); }
.news { display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: 20px; }
.news__media { overflow: hidden; margin-bottom: 18px; aspect-ratio: 16 / 10; background: var(--dust2); }
.news__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.news:hover .news__media img { transform: scale(1.04); }
.news time { display: block; color: var(--gold); font-weight: 600; font-size: 14px; letter-spacing: 0.06em; margin-bottom: 8px; }
.news h3 { font-size: 26px; margin-bottom: 10px; }
.news__body p { color: var(--smoke); }
.news__more { font-weight: 600; color: var(--gold); }
.news__edit { margin-left: 14px; font-size: 14px; color: var(--smoke); border-bottom: 1px dashed var(--smoke); }
.news--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; border-top: 0; padding-top: 0; }
.news--featured .news__media { aspect-ratio: 16 / 9; margin: 0; }
.news--featured h3 { font-size: clamp(30px, 3.4vw, 44px); }
.news--featured.news--nomedia, .news-grid--list .news--featured { display: flex; grid-column: auto; border-top: 1px solid var(--line); padding-top: 20px; }
.news-grid--list .news--featured h3 { font-size: 26px; }
.news--featured.news--nomedia h3 { font-size: clamp(30px, 3.4vw, 44px); max-width: 24ch; }
.news-grid--list .news--featured .news__media { aspect-ratio: 16 / 10; margin-bottom: 18px; }

/* --- foto --- */
.photo-strip { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 22vw; gap: 6px; margin-top: 8px; }
.photo-strip .photo:first-child { grid-column: span 2; grid-row: span 2; }
.photo-strip .photo:nth-child(4), .photo-strip .photo:nth-child(5), .photo-strip .photo:nth-child(6) { grid-column: span 2; }
.photo { display: block; position: relative; overflow: hidden; background: var(--dust2); }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease), filter 0.4s; }
.photo:hover img { transform: scale(1.04); }
.photo__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 12px 14px; font-size: 14px; background: linear-gradient(transparent, rgba(5, 5, 5, 0.8)); opacity: 0; transition: opacity 0.3s; }
.photo:hover .photo__cap, .inline-on .photo__cap { opacity: 1; }
.gallery { columns: 3; column-gap: 10px; }
.gallery .photo { break-inside: avoid; margin-bottom: 10px; }
.gallery--post { margin-top: 32px; }
.social-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 40px; }
.social-row p { width: 100%; color: var(--smoke); margin: 0 0 6px; }

/* --- kapela --- */
.band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.band-photo { margin: 0; position: relative; }
.band-photo::after { content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--gold); z-index: -1; }
.band-copy p { font-size: 19px; color: rgba(239, 230, 210, 0.85); margin: 22px 0 28px; max-width: 52ch; }
.facts { display: flex; flex-wrap: wrap; gap: 18px 40px; margin: 0 0 30px; }
.facts div { display: flex; flex-direction: column; }
.facts dt { font-family: var(--display); font-weight: 900; font-size: 48px; line-height: 1; color: var(--gold); }
.facts dd { margin: 4px 0 0; color: var(--smoke); }
.facts--stack { flex-direction: column; gap: 18px; margin-top: 28px; }
.members { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.member img, .member__blank { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); transition: filter 0.4s; background: var(--dust2); }
.member:hover img { filter: none; }
.member__blank { display: grid; place-items: center; font-family: var(--display); font-weight: 900; font-size: 96px; color: var(--gold-deep); }
.member h3 { font-size: 24px; margin: 14px 0 2px; }
.member p { color: var(--smoke); margin: 0; }
.story-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 56px; align-items: start; }
.story-photo { margin: 0; }
.prose { font-size: 18px; max-width: 68ch; }
.prose--wide { max-width: 78ch; }
.prose p { margin: 0 0 1.2em; }
.prose a { color: var(--gold); border-bottom: 1px solid rgba(216, 167, 52, 0.4); }
.prose h2, .prose h3 { margin: 1.4em 0 0.5em; }
.prose h2 { font-size: 40px; }
.prose ul, .prose ol { padding-left: 1.2em; }
.prose img { margin: 1em 0; }
.prose iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; margin: 1em 0; }
.prose blockquote { margin: 1.5em 0; padding-left: 20px; border-left: 3px solid var(--gold); color: var(--smoke); font-size: 20px; }
.timeline { list-style: none; margin: 0; padding: 0; border-left: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 140px 1fr; gap: 24px; padding: 18px 0 18px 28px; position: relative; }
.timeline li::before { content: ""; position: absolute; left: -5px; top: 34px; width: 9px; height: 9px; background: var(--gold); border-radius: 50%; }
.timeline__year { font-family: var(--display); font-weight: 800; font-size: 32px; color: var(--gold); line-height: 1.2; }
.timeline p { margin: 0; color: rgba(239, 230, 210, 0.85); }

/* --- booking --- */
.booking { background: var(--dust); border-top: 1px solid var(--line); padding: 96px 0; }
.booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.booking-copy .lead { font-size: 19px; color: rgba(239, 230, 210, 0.85); margin: 20px 0 30px; max-width: 48ch; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 26px; }
.contact-cards--page { grid-template-columns: repeat(3, 1fr); margin-top: 32px; }
.contact-card { background: var(--black); border-top: 3px solid var(--gold); padding: 18px 18px 16px; display: flex; flex-direction: column; gap: 4px; }
.contact-card span { color: var(--smoke); font-size: 14px; }
.contact-card strong { font-family: var(--display); font-weight: 700; font-size: 24px; text-transform: uppercase; letter-spacing: 0.02em; }
.contact-card a { font-weight: 600; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 600; letter-spacing: 0.04em; color: var(--smoke); }
.field input, .field select, .field textarea { background: var(--black); border: 1px solid var(--line); color: var(--bone); padding: 13px 14px; font: inherit; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); outline: none; }
.field select option { color: #000; }
.hp { position: absolute; left: -9999px; }
.form-footer { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-note { margin: 0; color: var(--smoke); }
.form-note.ok { color: var(--gold); }
.form-note.err { color: #e0714e; }
.booking-page .contact-cards { margin-top: 24px; }
.stageplan { margin: 0 0 30px; max-width: 760px; }
.stageplan img { border: 1px solid var(--line); background: #fff; }
.stageplan figcaption { color: var(--smoke); margin-top: 8px; }
.downloads { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; max-width: 640px; }
.downloads li { display: flex; justify-content: space-between; gap: 20px; border: 1px solid var(--line); padding: 14px 18px; }
.downloads a { font-family: var(--display); font-weight: 700; font-size: 22px; text-transform: uppercase; color: var(--gold); }
.downloads span { color: var(--smoke); font-size: 15px; }

/* --- podstranky --- */
.page-hero { padding: 170px 0 56px; background: var(--dust); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.page-hero--photo { min-height: 56vh; display: flex; align-items: flex-end; padding-bottom: 48px; }
.page-hero--photo::before { content: ""; position: absolute; inset: 0; background-image: var(--hero-img); background-size: cover; background-position: center; opacity: 0.55; }
.page-hero--photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 5, 5, 0.4), rgba(5, 5, 5, 0.9)); }
.page-hero .shell { position: relative; }
.page-hero h1 { font-size: clamp(54px, 9vw, 120px); font-weight: 900; }
.page-lead { font-size: clamp(18px, 1.6vw, 22px); color: rgba(239, 230, 210, 0.85); max-width: 60ch; margin: 18px 0 0; }
.page-hero--post { padding-bottom: 48px; }
.page-hero--post h1 { font-size: clamp(40px, 6vw, 84px); }
.page-hero--post time { display: block; color: var(--gold); font-weight: 600; margin: 14px 0 12px; }
.back-link { color: var(--smoke); font-weight: 600; }
.back-link::before { content: "\2190\00a0"; }
.post-body { padding: 56px 0 96px; }
.post-cover { margin: 0 0 36px; }
.post-cover figcaption { color: var(--smoke); font-size: 15px; margin-top: 8px; }
.post-video { margin: 0 0 36px; max-width: 900px; }
.page-404 .page-hero { min-height: 100vh; display: flex; align-items: center; }

/* --- paticka --- */
.site-footer { border-top: 1px solid var(--line); background: var(--black); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.footer-brand img { max-height: 44px; width: auto; margin-bottom: 14px; }
.footer-brand p { color: var(--smoke); max-width: 40ch; }
.footer-nav { display: flex; flex-direction: column; gap: 8px; }
.footer-nav a { font-family: var(--display); font-weight: 700; font-size: 20px; text-transform: uppercase; letter-spacing: 0.06em; }
.footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-contact > a { font-weight: 600; font-size: 18px; }
.footer-social { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.footer-social a { color: var(--gold); font-weight: 600; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-top: 22px; color: var(--smoke); font-size: 14px; }
.footer-tools { display: flex; gap: 18px; }
.footer-sign a { color: var(--bone); }

/* --- lightbox --- */
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(5, 5, 5, 0.96); display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 120px); object-fit: contain; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6); }
.lightbox figcaption { position: absolute; left: 24px; right: 24px; bottom: 24px; text-align: center; color: var(--smoke); }
.lightbox button { position: absolute; background: none; border: 1px solid var(--line); color: var(--bone); width: 52px; height: 52px; cursor: pointer; font-size: 26px; line-height: 1; display: grid; place-items: center; }
.lightbox button:hover { border-color: var(--gold); color: var(--gold); }
.lightbox__close { top: 20px; right: 20px; }
.lightbox__prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 20px; top: 50%; transform: translateY(-50%); }

/* --- cookies --- */
.cookie-bar { position: fixed; left: 20px; bottom: 20px; z-index: 900; max-width: 380px; background: var(--dust2); border: 1px solid var(--line); padding: 20px; display: none; }
.cookie-bar.open { display: block; }
.cookie-bar h2 { font-size: 26px; margin-bottom: 8px; }
.cookie-bar p { font-size: 15px; color: var(--smoke); }
.cookie-bar .btn { min-height: 44px; font-size: 17px; padding: 0 18px; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* --- rychla editace (admin) --- */
.edit-bar { position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 950; display: flex; align-items: center; gap: 10px; background: rgba(22, 18, 15, 0.96); border: 1px solid var(--gold); padding: 10px 12px 10px 18px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); max-width: calc(100% - 24px); flex-wrap: wrap; }
.edit-bar__title { font-weight: 700; margin-right: 6px; }
.edit-bar__btn { border: 1px solid rgba(239, 230, 210, 0.35); background: transparent; color: var(--bone); padding: 8px 14px; font-weight: 600; cursor: pointer; font-size: 15px; }
.edit-bar__btn:hover { border-color: var(--gold); color: var(--gold); }
.edit-bar__btn--save { background: var(--gold); border-color: var(--gold); color: var(--black); }
.edit-bar__btn--save:hover { background: var(--bone); color: var(--black); }
.edit-bar__status { color: var(--gold); font-style: normal; font-size: 14px; }
.inline-on [data-inline-field] { outline: 1px dashed rgba(216, 167, 52, 0.7); outline-offset: 4px; cursor: text; min-width: 1ch; }
.inline-on [data-inline-field]:focus { outline: 2px solid var(--gold); background: rgba(216, 167, 52, 0.08); }
.inline-on [data-inline-field]:empty::before { content: "…"; color: var(--smoke); }
.inline-on .hero__title, .inline-on .hero__lead, .inline-on .hero__actions { animation: none; }

/* --- responzivita --- */
@media (max-width: 1024px) {
  .members { grid-template-columns: repeat(3, 1fr); }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .contact-cards--page { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .photo-strip { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 30vw; }
  .photo-strip .photo:nth-child(4), .photo-strip .photo:nth-child(5), .photo-strip .photo:nth-child(6) { grid-column: span 1; }
}
@media (max-width: 860px) {
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; inset: 0; background: rgba(5, 5, 5, 0.97); flex-direction: column; justify-content: center; gap: 22px; transform: translateY(-100%); opacity: 0; transition: transform 0.35s var(--ease), opacity 0.3s; z-index: 90; }
  .main-nav.open { transform: none; opacity: 1; }
  .main-nav a { font-size: 34px; }
  .site-header .header-inner { position: relative; z-index: 95; }
  .hero { padding: 130px 0 56px; min-height: 84vh; }
  .hero__inner { margin-left: auto; width: var(--shell); max-width: none; }
  .hero__next { position: static; transform: none; margin: 32px auto 0; width: var(--shell); flex-direction: row; align-items: baseline; gap: 14px; }
  .hero__next:hover { transform: none; }
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 28px; }
  .clip-grid, .band-grid, .story-grid, .booking-grid { grid-template-columns: 1fr; gap: 36px; }
  .band-photo::after { display: none; }
  .clip-grid-all { grid-template-columns: 1fr; }
  .news-grid, .news-grid--list, .news--featured { grid-template-columns: 1fr; display: flex; flex-direction: column; }
  .news--featured { border-top: 1px solid var(--line); padding-top: 20px; }
  .gallery { columns: 2; }
  .photo-strip { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 44vw; }
  .photo-strip .photo:first-child { grid-column: span 2; grid-row: span 1; }
  .timeline li { grid-template-columns: 1fr; gap: 6px; }
  .contact-cards, .contact-cards--page { grid-template-columns: 1fr; }
  .booking-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .page-hero { padding-top: 130px; }
  .edit-bar { bottom: 10px; gap: 8px; padding: 8px 10px; font-size: 14px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .gig, .gigs--archive .gig { grid-template-columns: 78px 1fr; padding-left: 14px; }
  .gig__side { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: flex-start; }
  .gig__date b { font-size: 44px; }
  .gig__date span { font-size: 17px; }
  .gig__place { font-size: 24px; }
  .members { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .facts dt { font-size: 38px; }
  .year__num { font-size: 36px; }
  .hero__title { font-size: clamp(52px, 17vw, 80px); }
  .btn { width: 100%; }
  .hero__actions .btn { width: auto; flex: 1 1 auto; }
}
