/* Zornica — palette from the costumes: white shirt, apron red, wool black, scarf yellow,
   flag green (star centre only). Type: Sofia Sans, a Bulgarian family with proper
   Bulgarian Cyrillic forms (switched on by lang="bg"). */
:root {
  --shirt: #FFFFFF;
  --ink: #211A1B;
  --wool: #211A1B;
  --red: #A8161F;
  --red-deep: #82101A;
  --yellow: #F2C230;
  --green: #00805A;
  --thread: #6A5F61;
  --rule: #E4DEDE;
  --display: 'Sofia Sans Extra Condensed', 'Arial Narrow', sans-serif;
  --text: 'Sofia Sans', system-ui, sans-serif;
  --gutter: clamp(16px, 4vw, 48px);
  --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--shirt); color: var(--ink); font: 400 1.125rem/1.6 var(--text); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { text-decoration-color: var(--red); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 800; line-height: .95; letter-spacing: -.005em; text-wrap: balance; }
h2 { font-size: clamp(2.75rem, 6.4vw, 5.25rem); margin-bottom: .35em; }
h3 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
p { margin: 0 0 1em; }
ul, ol, dl, dd { margin: 0; padding: 0; }
.wrap { width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; }
.section-lead { max-width: 58ch; color: var(--thread); font-size: 1.2rem; }

.skip { position: absolute; left: -9999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 50; }
.skip:focus { left: 8px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .7em 1.4em;
  font: 700 1.05rem/1 var(--text); text-decoration: none; border: 2px solid transparent; border-radius: 3px; cursor: pointer;
  transition: background-color .15s, color .15s, border-color .15s; }
.btn--red { background: var(--red); color: #fff; }
.btn--red:hover { background: var(--red-deep); }
.btn--line { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--line:hover { background: var(--ink); color: #fff; }
.btn--yellow { background: var(--yellow); color: var(--ink); }
.btn--yellow:hover { background: #fff; }
.btn--ghost { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; }
.btn--ghost:hover { border-color: #fff; }
.btn--sm { min-height: 40px; padding: .5em 1em; font-size: .95rem; }
.btn--block { width: 100%; }

/* Header */
.top { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); backdrop-filter: blur(6px); border-bottom: 1px solid var(--rule); }
.top-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font: 900 1.9rem/1 var(--display); letter-spacing: .01em; }
.brand-star { width: 30px; height: 30px; flex: none; }
.nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); }
.nav-links { display: flex; gap: clamp(14px, 2vw, 28px); list-style: none; }
.nav-links a { text-decoration: none; font-weight: 500; font-size: 1rem; }
.nav-links a:hover { color: var(--red); }
.menu-btn { display: none; }
.langs { display: flex; gap: 2px; list-style: none; font-size: .85rem; font-weight: 700; }
.langs a { display: block; padding: 6px 7px; text-decoration: none; color: var(--thread); border-radius: 3px; }
.langs a[aria-current] { color: var(--ink); box-shadow: inset 0 -2px var(--red); border-radius: 0; }
.langs a:hover { color: var(--red); }

/* Hero */
.hero { position: relative; display: grid; grid-template-columns: 1fr min(100% - 2 * var(--gutter), var(--max)) 1fr;
  grid-template-rows: auto auto; padding-top: clamp(16px, 3vw, 40px); overflow: hidden; }
.hero > * { grid-column: 2; }
.hero-word { grid-row: 1; position: relative; z-index: 3; margin: 0; font: 900 clamp(5.5rem, 21vw, 19rem)/.78 var(--display);
  color: var(--red); letter-spacing: -.02em; pointer-events: none; font-feature-settings: 'locl'; }
.hero-copy { grid-row: 2; width: min(100%, 560px); padding: clamp(20px, 3vw, 36px) 0 clamp(40px, 6vw, 88px); position: relative; z-index: 2; }
.gloss { font-style: italic; color: var(--thread); margin-bottom: .6em; }
.hero h1 { font-size: clamp(2.3rem, 4.4vw, 3.9rem); font-weight: 800; margin-bottom: .45em; }
.lead { font-size: 1.2rem; max-width: 46ch; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 1.6em 0 1.1em; }
.call { color: var(--thread); font-size: 1rem; }
.call a { color: var(--ink); font-weight: 700; white-space: nowrap; }
.hero-media { grid-row: 1 / span 2; justify-self: end; position: relative; width: 50%; align-self: stretch;
  margin-top: clamp(40px, 7vw, 110px); padding-left: 27px; }
.hero-img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: 55% 40%; }
.hero-star { position: absolute; left: -64px; bottom: clamp(24px, 6vw, 72px); width: clamp(120px, 13vw, 190px); padding: 12px; background: var(--shirt); z-index: 4; }
.hero-star svg { width: 100%; height: auto; display: block; }

/* Ribbon — the embroidered border band */
.ribbon--v { position: absolute; left: 0; top: 0; bottom: 0; width: 27px; background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 9 12%22 width=%2227%22 height=%2236%22 fill=%22none%22 stroke-width=%22.28%22 stroke-linecap=%22round%22%3E%3Cpath d=%22M4.2 0.2L4.8 0.8M4.8 0.2L4.2 0.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M3.2 1.2L3.8 1.8M3.8 1.2L3.2 1.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M5.2 1.2L5.8 1.8M5.8 1.2L5.2 1.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M2.2 2.2L2.8 2.8M2.8 2.2L2.2 2.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M4.2 2.2L4.8 2.8M4.8 2.2L4.2 2.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M6.2 2.2L6.8 2.8M6.8 2.2L6.2 2.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M1.2 3.2L1.8 3.8M1.8 3.2L1.2 3.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M3.2 3.2L3.8 3.8M3.8 3.2L3.2 3.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M4.2 3.2L4.8 3.8M4.8 3.2L4.2 3.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M5.2 3.2L5.8 3.8M5.8 3.2L5.2 3.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M7.2 3.2L7.8 3.8M7.8 3.2L7.2 3.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M0.2 4.2L0.8 4.8M0.8 4.2L0.2 4.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M2.2 4.2L2.8 4.8M2.8 4.2L2.2 4.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M3.2 4.2L3.8 4.8M3.8 4.2L3.2 4.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M4.2 4.2L4.8 4.8M4.8 4.2L4.2 4.8%22 stroke=%22%23F2C230%22/%3E%3Cpath d=%22M5.2 4.2L5.8 4.8M5.8 4.2L5.2 4.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M6.2 4.2L6.8 4.8M6.8 4.2L6.2 4.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M8.2 4.2L8.8 4.8M8.8 4.2L8.2 4.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M1.2 5.2L1.8 5.8M1.8 5.2L1.2 5.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M3.2 5.2L3.8 5.8M3.8 5.2L3.2 5.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M4.2 5.2L4.8 5.8M4.8 5.2L4.2 5.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M5.2 5.2L5.8 5.8M5.8 5.2L5.2 5.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M7.2 5.2L7.8 5.8M7.8 5.2L7.2 5.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M2.2 6.2L2.8 6.8M2.8 6.2L2.2 6.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M4.2 6.2L4.8 6.8M4.8 6.2L4.2 6.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M6.2 6.2L6.8 6.8M6.8 6.2L6.2 6.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M3.2 7.2L3.8 7.8M3.8 7.2L3.2 7.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M5.2 7.2L5.8 7.8M5.8 7.2L5.2 7.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M4.2 8.2L4.8 8.8M4.8 8.2L4.2 8.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M4.2 10.2L4.8 10.8M4.8 10.2L4.2 10.8%22 stroke=%22%23F2C230%22/%3E%3C/svg%3E") repeat-y 0 0 / 27px 36px; }
.ribbon--h { height: 27px; background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 12 9%22 width=%2236%22 height=%2227%22 fill=%22none%22 stroke-width=%22.28%22 stroke-linecap=%22round%22%3E%3Cpath d=%22M0.2 4.2L0.8 4.8M0.8 4.2L0.2 4.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M1.2 3.2L1.8 3.8M1.8 3.2L1.2 3.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M1.2 5.2L1.8 5.8M1.8 5.2L1.2 5.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M2.2 2.2L2.8 2.8M2.8 2.2L2.2 2.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M2.2 4.2L2.8 4.8M2.8 4.2L2.2 4.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M2.2 6.2L2.8 6.8M2.8 6.2L2.2 6.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M3.2 1.2L3.8 1.8M3.8 1.2L3.2 1.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M3.2 3.2L3.8 3.8M3.8 3.2L3.2 3.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M3.2 4.2L3.8 4.8M3.8 4.2L3.2 4.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M3.2 5.2L3.8 5.8M3.8 5.2L3.2 5.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M3.2 7.2L3.8 7.8M3.8 7.2L3.2 7.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M4.2 0.2L4.8 0.8M4.8 0.2L4.2 0.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M4.2 2.2L4.8 2.8M4.8 2.2L4.2 2.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M4.2 3.2L4.8 3.8M4.8 3.2L4.2 3.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M4.2 4.2L4.8 4.8M4.8 4.2L4.2 4.8%22 stroke=%22%23F2C230%22/%3E%3Cpath d=%22M4.2 5.2L4.8 5.8M4.8 5.2L4.2 5.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M4.2 6.2L4.8 6.8M4.8 6.2L4.2 6.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M4.2 8.2L4.8 8.8M4.8 8.2L4.2 8.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M5.2 1.2L5.8 1.8M5.8 1.2L5.2 1.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M5.2 3.2L5.8 3.8M5.8 3.2L5.2 3.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M5.2 4.2L5.8 4.8M5.8 4.2L5.2 4.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M5.2 5.2L5.8 5.8M5.8 5.2L5.2 5.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M5.2 7.2L5.8 7.8M5.8 7.2L5.2 7.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M6.2 2.2L6.8 2.8M6.8 2.2L6.2 2.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M6.2 4.2L6.8 4.8M6.8 4.2L6.2 4.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M6.2 6.2L6.8 6.8M6.8 6.2L6.2 6.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M7.2 3.2L7.8 3.8M7.8 3.2L7.2 3.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M7.2 5.2L7.8 5.8M7.8 5.2L7.2 5.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M8.2 4.2L8.8 4.8M8.8 4.2L8.2 4.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M10.2 4.2L10.8 4.8M10.8 4.2L10.2 4.8%22 stroke=%22%23F2C230%22/%3E%3C/svg%3E") repeat-x 0 0 / 36px 27px; }

/* About */
.about { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(32px, 6vw, 96px); padding: clamp(64px, 10vw, 140px) 0; }
.about-text p { max-width: 62ch; }
.about-text p:first-of-type { font-size: 1.3rem; line-height: 1.5; }
.director { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 22px; align-items: start; margin: 0 0 1em; max-width: 62ch; }
.director img { width: 132px; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 20%; }
.director p { margin: 0; }
.about-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 28px; }
.facts div { display: grid; grid-template-columns: 9.5em 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid var(--rule); font-size: 1rem; }
.facts div:last-child { border-bottom: 1px solid var(--rule); }
.facts dt { color: var(--thread); }
.facts dd { font-weight: 500; }

/* Repertoire */
.rep { background: var(--red); color: #fff; padding-bottom: clamp(64px, 9vw, 120px); }
.rep .ribbon--h { background-color: var(--shirt); }
.rep .wrap { padding-top: clamp(56px, 8vw, 104px); }
.rep .section-lead { color: rgba(255,255,255,.86); }
.customs { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); margin: clamp(32px, 5vw, 56px) 0 28px; }
.custom { margin: 0; }
.custom img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; margin-bottom: 18px; }
.custom h3 { margin-bottom: .3em; }
.custom p { color: rgba(255,255,255,.88); max-width: 50ch; margin: 0; }
.more-customs { max-width: 70ch; color: rgba(255,255,255,.88); padding-top: 22px; border-top: 1px solid rgba(255,255,255,.3); }
.rep-lists { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 5vw, 72px); margin-top: clamp(40px, 6vw, 72px); }
.rep-lists h3 { margin-bottom: .5em; color: var(--yellow); }
.dances { list-style: none; font: 800 clamp(1.9rem, 3.4vw, 2.7rem)/1.08 var(--display); }
.songs-note { color: rgba(255,255,255,.88); }
.songs { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 0; font-size: 1.05rem; }
.songs li::after { content: ''; display: inline-block; width: .55em; height: .55em; margin: 0 .7em; vertical-align: .05em;
  background: linear-gradient(45deg, transparent 42%, var(--yellow) 42% 58%, transparent 58%), linear-gradient(-45deg, transparent 42%, var(--yellow) 42% 58%, transparent 58%); }
.songs li:last-child::after { display: none; }

/* Booking */
.book { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(32px, 6vw, 96px); padding: clamp(64px, 10vw, 140px) 0; align-items: start; }
.occasions { margin-top: 36px; }
.occasions div { padding: 14px 0; border-top: 1px solid var(--rule); }
.occasions dt { font: 800 1.55rem/1.1 var(--display); }
.occasions dd { color: var(--thread); font-size: 1rem; margin-top: 2px; }
.form--book { border: 2px solid var(--ink); padding: clamp(20px, 3vw, 36px); position: relative; background: var(--shirt); }
.form--book::before { content: ''; position: absolute; left: -2px; right: -2px; top: -29px; height: 27px; background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 12 9%22 width=%2236%22 height=%2227%22 fill=%22none%22 stroke-width=%22.28%22 stroke-linecap=%22round%22%3E%3Cpath d=%22M0.2 4.2L0.8 4.8M0.8 4.2L0.2 4.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M1.2 3.2L1.8 3.8M1.8 3.2L1.2 3.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M1.2 5.2L1.8 5.8M1.8 5.2L1.2 5.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M2.2 2.2L2.8 2.8M2.8 2.2L2.2 2.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M2.2 4.2L2.8 4.8M2.8 4.2L2.2 4.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M2.2 6.2L2.8 6.8M2.8 6.2L2.2 6.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M3.2 1.2L3.8 1.8M3.8 1.2L3.2 1.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M3.2 3.2L3.8 3.8M3.8 3.2L3.2 3.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M3.2 4.2L3.8 4.8M3.8 4.2L3.2 4.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M3.2 5.2L3.8 5.8M3.8 5.2L3.2 5.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M3.2 7.2L3.8 7.8M3.8 7.2L3.2 7.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M4.2 0.2L4.8 0.8M4.8 0.2L4.2 0.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M4.2 2.2L4.8 2.8M4.8 2.2L4.2 2.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M4.2 3.2L4.8 3.8M4.8 3.2L4.2 3.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M4.2 4.2L4.8 4.8M4.8 4.2L4.2 4.8%22 stroke=%22%23F2C230%22/%3E%3Cpath d=%22M4.2 5.2L4.8 5.8M4.8 5.2L4.2 5.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M4.2 6.2L4.8 6.8M4.8 6.2L4.2 6.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M4.2 8.2L4.8 8.8M4.8 8.2L4.2 8.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M5.2 1.2L5.8 1.8M5.8 1.2L5.2 1.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M5.2 3.2L5.8 3.8M5.8 3.2L5.2 3.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M5.2 4.2L5.8 4.8M5.8 4.2L5.2 4.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M5.2 5.2L5.8 5.8M5.8 5.2L5.2 5.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M5.2 7.2L5.8 7.8M5.8 7.2L5.2 7.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M6.2 2.2L6.8 2.8M6.8 2.2L6.2 2.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M6.2 4.2L6.8 4.8M6.8 4.2L6.2 4.8%22 stroke=%22%23211A1B%22/%3E%3Cpath d=%22M6.2 6.2L6.8 6.8M6.8 6.2L6.2 6.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M7.2 3.2L7.8 3.8M7.8 3.2L7.2 3.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M7.2 5.2L7.8 5.8M7.8 5.2L7.2 5.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M8.2 4.2L8.8 4.8M8.8 4.2L8.2 4.8%22 stroke=%22%23A8161F%22/%3E%3Cpath d=%22M10.2 4.2L10.8 4.8M10.8 4.2L10.2 4.8%22 stroke=%22%23F2C230%22/%3E%3C/svg%3E") repeat-x 0 0 / 36px 27px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.field label { font-weight: 700; font-size: .98rem; }
.opt { font-weight: 400; color: var(--thread); }
.field input, .field select, .field textarea { font: inherit; font-size: 1.05rem; color: var(--ink); background: #fff; border: 1.5px solid #B9AFB0; border-radius: 3px; padding: 11px 12px; min-height: 48px; width: 100%; }
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--yellow); outline-offset: 0; border-color: var(--ink); }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.status { margin: 14px 0 0; min-height: 1.6em; font-weight: 500; }
.status[data-state="ok"] { color: var(--green); }
.status[data-state="err"] { color: var(--red); }
.dark .status[data-state="ok"] { color: var(--yellow); }
.dark .status[data-state="err"] { color: #FFB4B4; }

/* Road (timeline) */
.road { padding-bottom: clamp(64px, 9vw, 120px); background: #F6F3F3; padding-top: clamp(56px, 8vw, 104px); }
.stops { list-style: none; display: grid; grid-auto-flow: column; grid-auto-columns: clamp(230px, 24vw, 300px); gap: 28px;
  overflow-x: auto; scroll-snap-type: x mandatory; margin-top: 36px; padding: 0 max(var(--gutter), (100% - var(--max)) / 2) 22px;
  scroll-padding-inline: max(var(--gutter), (100% - var(--max)) / 2); scrollbar-color: var(--red) transparent; }
.stop { scroll-snap-align: start; position: relative; padding-top: 22px; border-top: 3px solid var(--ink); }
.stop::before { content: ''; position: absolute; top: -9px; left: 0; width: 15px; height: 15px; background: var(--red); transform: rotate(45deg); }
.stop-media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink); margin-bottom: 14px; }
.stop-media img { width: 100%; height: 100%; object-fit: cover; }
.stop--type .stop-media { display: grid; place-items: center; background: var(--shirt); border: 1.5px solid var(--rule); }
.stop-star svg { width: 108px; height: 108px; }
.year { font: 900 2.6rem/1 var(--display); color: var(--red); margin: 0 0 4px; }
.stop h3 { font-size: 1.45rem; margin-bottom: 4px; }
.place { color: var(--thread); font-size: .98rem; margin: 0; }

/* Gallery */
.gallery { padding: clamp(64px, 10vw, 140px) 0; }
.shots { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: clamp(140px, 17vw, 230px); gap: 10px; margin-top: 32px; }
.shots li:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.shots li:nth-child(6) { grid-column: span 2; }
.shot { all: unset; box-sizing: border-box; display: block; width: 100%; height: 100%; cursor: zoom-in; overflow: hidden; background: var(--ink); }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s; }
.shot:hover img { opacity: .86; }
.shot:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }

.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; }
.lightbox::backdrop { background: rgba(20, 14, 15, .92); }
.lightbox figure { margin: 0; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 56px 64px 24px; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 140px); object-fit: contain; }
.lightbox figcaption { color: #fff; margin-top: 14px; font-size: 1rem; }
.lb-btn { position: fixed; background: transparent; border: 0; color: #fff; font: 300 3rem/1 var(--text); width: 56px; height: 56px; cursor: pointer; }
.lb-btn:hover { color: var(--yellow); }
.lb-prev { left: 4px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 4px; top: 50%; transform: translateY(-50%); }
.lb-close { right: 8px; top: 8px; font-size: 2.4rem; }

/* Join + support */
.dark { background: var(--wool); color: #fff; padding: clamp(64px, 9vw, 120px) 0; }
.dark-in { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(40px, 7vw, 110px); }
.dark h2 { font-size: clamp(2.4rem, 4.6vw, 3.8rem); }
.dark p { color: rgba(255,255,255,.84); max-width: 54ch; }
.dark .field label { color: #fff; }
.dark .opt { color: rgba(255,255,255,.6); }
.support { border-left: 1px solid rgba(255,255,255,.2); padding-left: clamp(24px, 4vw, 56px); }
.tax { display: flex; flex-direction: column; margin: 26px 0 18px; }
.tax-label { font-size: .95rem; color: rgba(255,255,255,.7); }
.tax-num { font: 900 clamp(2.6rem, 5vw, 3.8rem)/1 var(--display); color: var(--yellow); letter-spacing: .01em; font-variant-numeric: tabular-nums; }

/* Contact + footer */
.contact { padding: clamp(64px, 9vw, 120px) 0; }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 12px; }
.contact-grid div { border-top: 3px solid var(--ink); padding-top: 14px; }
.contact-grid dt { color: var(--thread); font-size: .95rem; margin-bottom: 4px; }
.contact-grid dd { font: 800 1.6rem/1.15 var(--display); }
.contact-grid a { text-decoration: none; }
.contact-grid a:hover { color: var(--red); }
.foot { background: var(--shirt); }
.foot-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 32px; padding: 22px 0 28px; font-size: .95rem; color: var(--thread); }
.foot-in p { margin: 0; }
.foot-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 700; }

/* Videos — click-to-load YouTube (no request to Google before play) */
.videos { padding: 0 0 clamp(64px, 10vw, 140px); }
.vids { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 20px; margin-top: 32px; }
.yt { all: unset; box-sizing: border-box; position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; background: var(--ink); cursor: pointer; overflow: hidden; }
.yt img { width: 100%; height: 100%; object-fit: cover; }
.yt-play { position: absolute; left: 50%; top: 50%; width: 64px; height: 64px; margin: -32px 0 0 -32px; background: var(--red); border-radius: 3px; transition: background-color .15s; }
.yt-play::after { content: ''; position: absolute; left: 25px; top: 20px; border-style: solid; border-width: 12px 0 12px 20px; border-color: transparent transparent transparent #fff; }
.yt:hover .yt-play { background: var(--red-deep); }
.yt:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
.vid iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; background: var(--ink); }
.vid-cap { margin: 10px 0 0; font-size: 1rem; font-weight: 500; }
.more-links { display: flex; flex-wrap: wrap; gap: 12px 32px; margin: 36px 0 0; font-weight: 700; }
.more-links a { text-decoration-color: var(--red); text-decoration-thickness: 2px; }

/* Song titles: original Bulgarian next to the translation */
.orig { color: rgba(255,255,255,.7); font-size: .9em; font-feature-settings: 'locl' 0; }

/* Contact extras */
.follow a { margin-right: .6em; }
.tax-line { margin-top: 24px; color: var(--thread); font-size: .95rem; }
.foot-links { display: flex; gap: 18px; list-style: none; }
.foot-links a { color: var(--ink); text-decoration: none; font-weight: 500; }
.foot-links a:hover { color: var(--red); }

/* Archive */
.arch-head { padding: clamp(40px, 6vw, 80px) 0 clamp(28px, 4vw, 48px); }
.arch-head h1 { font-size: clamp(3.4rem, 9vw, 7.5rem); color: var(--red); margin-bottom: .2em; }
.crumb { font-size: .95rem; margin-bottom: 1.2em; }
.crumb a { color: var(--thread); }
.years { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin-top: 24px; }
.years a { display: block; padding: 6px 14px; border: 1.5px solid var(--ink); border-radius: 3px; text-decoration: none; font: 800 1.35rem/1 var(--display); }
.years a:hover { background: var(--ink); color: #fff; }
.arch-body { padding-bottom: clamp(64px, 9vw, 120px); }
.year-h { font-size: clamp(3rem, 7vw, 5.5rem); color: var(--red); margin: clamp(48px, 7vw, 88px) 0 8px; }
.post { display: grid; grid-template-columns: 11rem minmax(0, 1fr); gap: 8px 40px; padding: 28px 0 36px; border-top: 1px solid var(--rule); }
.post:target .post-body > h3 { background: linear-gradient(transparent 62%, rgba(242,194,48,.55) 62%); }
.post-date { color: var(--thread); font-size: .98rem; margin: 6px 0 0; }
.post-body h3 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: .45em; width: fit-content; }
.post-body h4 { font: 700 1.15rem/1.3 var(--text); margin: 1.2em 0 .4em; }
.post-body p { max-width: 66ch; }
.shots--post { grid-template-columns: repeat(4, 1fr); grid-auto-rows: clamp(110px, 12vw, 170px); margin: 18px 0 8px; }
.shots--post li:nth-child(n) { grid-column: auto; grid-row: auto; }
.vids--post { grid-template-columns: repeat(3, 1fr); margin: 18px 0 8px; gap: 22px 18px; }

/* 404 */
.nf main { padding: 40px 0 80px; }
.nf .brand { margin-bottom: 40px; }
.nf-block { padding: 28px 0; border-top: 1px solid var(--rule); }
.nf-block h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: .3em; }

/* The one orchestrated moment: the hero star is stitched in, centre outwards. */
@media (prefers-reduced-motion: no-preference) {
  .stitch-in path { opacity: 0; animation: stitch .18s ease-out forwards; animation-delay: calc(300ms + var(--d) * 70ms); }
  @keyframes stitch { from { opacity: 0; transform: scale(.4); transform-box: fill-box; transform-origin: center; } to { opacity: 1; transform: none; transform-box: fill-box; transform-origin: center; } }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Responsive */
@media (max-width: 1080px) {
  .nav-links { gap: 14px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .top-in { height: 60px; }
  .brand { font-size: 1.6rem; }
  .menu-btn { display: flex; align-items: center; min-height: 40px; padding: 0 12px; cursor: pointer; font: 700 .95rem/1 var(--text); color: var(--ink); background: #fff; border: 1.5px solid var(--ink); border-radius: 3px; }
  .menu-btn[aria-expanded="true"] { background: var(--ink); color: #fff; }
  .menu-btn[aria-expanded="true"] + .nav-links { display: flex; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 60px; flex-direction: column; gap: 0; background: #fff; border-bottom: 2px solid var(--ink); padding: 8px var(--gutter) 16px; }
  .nav-links a { display: block; padding: 12px 0; font-size: 1.15rem; border-bottom: 1px solid var(--rule); }
  .nav > .btn { display: none; }
  .hero-media { grid-row: 3; width: auto; margin: 0 calc(-1 * var(--gutter)); padding-left: 0; }
  .hero-media .ribbon--v { display: none; }
  .hero-img { min-height: 0; aspect-ratio: 4 / 3; height: auto; }
  .hero-star { left: var(--gutter); bottom: auto; top: -48px; width: 104px; padding: 8px; }
  .hero-copy { padding-bottom: 72px; }
  .about, .book, .dark-in, .rep-lists, .customs { grid-template-columns: 1fr; }
  .support { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding-top: 40px; }
  .shots { grid-template-columns: 1fr 1fr; grid-auto-rows: 42vw; }
  .lightbox figure { padding: 56px 12px 24px; }
  .vids, .vids--post { grid-template-columns: 1fr 1fr; }
  .post { grid-template-columns: 1fr; gap: 0; }
  .shots--post { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 26vw; }
}
@media (max-width: 520px) {
  body { font-size: 1.0625rem; }
  .langs a { padding: 6px 4px; }
  .row2 { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .facts div { grid-template-columns: 1fr; gap: 0; }
  .director { grid-template-columns: 96px minmax(0, 1fr); gap: 16px; }
  .director img { width: 96px; }
  .actions .btn { flex: 1 1 100%; }
  .vids, .vids--post { grid-template-columns: 1fr; }
  .shots--post { grid-template-columns: 1fr 1fr; grid-auto-rows: 40vw; }
  .foot-links { gap: 14px; }
}
