/* ==========================================================================
   The Music — Kehillah Kedoshah Zikhron Zvi
   Audio page · built on the deco tokens in styles.css
   Hebrew display = BA Afikoman (from the JWST Sephardi pages)
   ========================================================================== */

@font-face {
  font-family: "BA Afikoman";
  src: url("../fonts/BAAfikoman-Regular.ttf") format("truetype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "BA Venezia";
  src: url("../fonts/BA-Venezia-Regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
:root {
  --hebrew-display: "BA Afikoman", "BA Venezia", "Frank Ruhl Libre", serif;
  --hebrew-body: "BA Venezia", "Frank Ruhl Libre", serif;
}

/* --- Hero ----------------------------------------------------------------- */
.mp-hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  background-image: var(--shot);
  background-size: cover;
  background-position: center 28%;
  border-bottom: 4px solid var(--gold-deep);
  overflow: hidden;
}
.mp-hero__veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 25% 30%, rgba(23,6,17,0.35), rgba(23,6,17,0.86) 70%),
    linear-gradient(180deg, rgba(23,6,17,0.55), rgba(23,6,17,0.92));
}
.mp-hero__inner {
  position: relative;
  max-width: 60rem;
  margin: 0 auto;
  padding: 4rem var(--gutter);
  text-align: center;
}
.mp-hero__kicker {
  font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: 0.36em;
  font-size: 0.72rem; color: var(--gold-pale);
  margin: 0 0 1.3rem;
}
.mp-hero__he {
  font-family: var(--hebrew-display);
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  line-height: 1; color: var(--fuchsia-hi);
  margin: 0 0 0.7rem;
  text-shadow: 0 2px 24px rgba(199,88,137,0.4);
}
.mp-hero__title {
  font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: 0.08em;
}
/* "Our Music" only: render the O as Chelsea Studio's lowercase 'o' glyph
   (two dots inside, no dot underneath) — DOM keeps "Our Music" for a11y */
.mp-hero__title .hero-lc-o { text-transform: lowercase; }
.mp-hero__title {
  font-size: clamp(3rem, 9vw, 5.6rem); line-height: 0.95;
  color: var(--ink); margin: 0 0 1.4rem;
  text-shadow: 0 2px 30px rgba(0,0,0,0.6);
}
.mp-hero__lede {
  font-family: var(--font-serif); font-style: italic;
  font-variation-settings: "opsz" 28, "wght" 400;
  font-size: clamp(1.05rem, 2.1vw, 1.3rem);
  line-height: 1.6; color: var(--ink-soft);
  max-width: 46rem; margin: 0 auto;
}
.mp-hero__credit {
  position: absolute; right: var(--gutter); bottom: 0.8rem; left: var(--gutter);
  text-align: right;
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.16em; font-size: 0.58rem; color: var(--ink-mute);
  margin: 0;
}

/* --- Intro ---------------------------------------------------------------- */
.mp-intro { margin-top: 2.6rem; }
.mp-lede {
  font-family: var(--font-serif); font-style: italic;
  font-variation-settings: "opsz" 28, "wght" 400;
  font-size: 1.3rem; line-height: 1.5; color: var(--ink-soft);
  max-width: var(--measure-wide) !important;
}
.kzz-mark {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.12em; font-size: 0.82em; color: var(--gold-pale);
  font-weight: 400;
}
.mp-shabbat-note {
  margin: 2rem 0 0 !important;
  max-width: none !important;
  text-align: center;
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.22em; font-size: 0.82rem; color: var(--gold);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}
.mp-shabbat-note span { color: var(--fuchsia); }

/* --- Section heads (image banners) --------------------------------------- */
.mp-section { margin: 0 auto; }
.mp-section-head {
  position: relative;
  background-image: var(--shot);
  background-size: cover; background-position: center 35%;
  border-top: 4px solid var(--gold-deep);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.mp-section-head__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(23,6,17,0.74), rgba(23,6,17,0.9));
}
.mp-section-head__inner {
  position: relative; max-width: 76rem;
  margin: 0 auto; padding: 2.6rem var(--gutter) 2.4rem;
}
.mp-section-title {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.06em; font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1; color: var(--ink); margin: 0 0 0.6rem;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}
.mp-section-blurb {
  font-family: var(--font-serif); font-style: italic;
  font-variation-settings: "opsz" 24, "wght" 400;
  font-size: 1.08rem; line-height: 1.55; color: var(--ink-soft);
  max-width: 42rem; margin: 0;
}

/* --- Piece grid + panels -------------------------------------------------- */
.mp-grid {
  max-width: 76rem; margin: 2.2rem auto 3rem;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  align-items: start;
}
.mp-piece--multi { grid-column: 1 / -1; }

.mp-piece {
  position: relative;
  background: var(--bg-panel);
  border: 1px solid var(--line);
  padding: 1.5rem 1.6rem 1.3rem;
}
.mp-piece::before {
  content: ""; position: absolute; top: -1px; left: -1px; right: -1px;
  height: 2px; background: linear-gradient(90deg, var(--magenta), var(--fuchsia), var(--gold));
}
.mp-piece::after {
  content: ""; position: absolute; top: 7px; left: 7px;
  width: 11px; height: 11px;
  border-top: 1px solid var(--gold); border-left: 1px solid var(--gold);
  opacity: 0.5; pointer-events: none;
}
.mp-head { margin-bottom: 1.1rem; }
.mp-num {
  font-family: var(--font-display); letter-spacing: 0.12em;
  font-size: 1.2rem; color: var(--gold-pale); text-transform: uppercase;
  display: inline-block; margin-bottom: 0.25rem;
}

/* --- version groups (As Sung at KKZZ / Sources / Variations) ------------- */
.mp-group { margin: 0.1rem 0 0.2rem; }
.mp-group + .mp-group { margin-top: 0.9rem; }
.mp-group-head {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.16em; font-size: 0.74rem; margin: 0 0 0.35rem;
}
.mp-group--kkzz { border-left: 2px solid var(--gold-deep); padding-left: 0.9rem; }
.mp-group--kkzz .mp-group-head { color: var(--gold-pale); }
.mp-group--kkzz .mp-group-head::before { content: "✦ "; color: var(--fuchsia); }
.mp-group--src .mp-group-head { color: var(--ink-mute); }
.mp-group-note {
  font-family: var(--font-serif); font-style: italic;
  font-variation-settings: "opsz" 20, "wght" 400;
  font-size: 0.92rem; color: var(--ink-soft); margin: 0 0 0.35rem;
}
.mp-group-note em { color: var(--pink); }

/* --- Todot El text box --------------------------------------------------- */
.mp-textbox { margin: 1.2rem 0 0.2rem; padding: 1.3rem 1.5rem; background: var(--bg-deep); border: 1px solid var(--line); position: relative; }
.mp-textbox::before { content: ""; position: absolute; top: 6px; left: 6px; width: 11px; height: 11px; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); opacity: 0.5; }
.mp-textbox__label { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.64rem; color: var(--gold); margin: 0 0 0.6rem; }
.mp-textbox__en { font-style: italic; font-variation-settings: "opsz" 22, "wght" 400; color: var(--ink-soft); margin: 0 0 1rem; }
.mp-piyyut { font-family: var(--hebrew-body); font-size: 1.3rem; line-height: 1.95; color: var(--ink); text-align: right; }
.mp-piyyut__line { margin: 0; }
.mp-textbox__credit { font-size: 0.82rem; font-style: italic; color: var(--ink-mute); margin: 1rem 0 0; text-align: right; }

/* --- media (video + pdf) ------------------------------------------------- */
.mp-media { margin: 1.2rem 0 0.2rem; display: grid; gap: 0.9rem; }
.mp-video { position: relative; padding-top: 56.25%; border: 1px solid var(--line); background: var(--bg-deep); }
.mp-video iframe, .mp-video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.mp-video video { object-fit: cover; background: #000; }
.mp-vfig { margin: 0; }
.mp-vcap { margin-top: 0.55rem; font-size: 0.82rem; color: var(--fuchsia-hi); line-height: 1.45; }
.mp-vcap__place { display: block; font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.86rem; color: var(--ink); margin-bottom: 0.1rem; }
.mp-doc { display: flex; align-items: center; gap: 0.85rem; padding: 0.85rem 1.05rem; background: var(--bg-panel); border: 1px solid var(--line); border-left: 3px solid var(--gold); text-decoration: none; transition: background-color 0.18s; }
.mp-doc:hover { background: var(--bg-card); }
.mp-doc__ic { font-size: 1.4rem; color: var(--gold); line-height: 1; }
.mp-doc__t { display: block; font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.86rem; color: var(--ink); }
.mp-doc__s { display: block; font-size: 0.8rem; color: var(--fuchsia-hi); margin-top: 0.15rem; }
.mp-he {
  font-family: var(--hebrew-display);
  font-size: clamp(1.9rem, 3.2vw, 2.5rem); line-height: 1.05;
  color: var(--fuchsia-hi); margin: 0.25rem 0 0.1rem;
}
.mp-title {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.05em; font-size: 1.18rem; line-height: 1.1;
  color: var(--ink); margin: 0.15rem 0 0;
}
.mp-occasion {
  font-family: var(--font-serif); font-style: italic;
  font-variation-settings: "opsz" 20, "wght" 400;
  font-size: 0.92rem; color: var(--ink-mute); margin: 0.4rem 0 0;
}

/* --- Audio rows ----------------------------------------------------------- */
.mp-rows { border-top: 1px solid var(--line); }
.mp-row {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "btn meta" "bar bar";
  gap: 0.2rem 0.9rem;
  align-items: center;
  padding: 0.85rem 0 0.7rem;
  border-bottom: 1px solid var(--line);
}
.mp-row:last-child { border-bottom: 0; }
.mp-btn {
  grid-area: btn;
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--bg-deep);
  color: var(--ink);
  cursor: pointer; position: relative;
  display: flex; align-items: center; justify-content: center;
  transition: background-color 0.18s, border-color 0.18s, transform 0.12s;
}
.mp-btn:hover { background: var(--wine); border-color: var(--gold-pale); }
.mp-btn:active { transform: scale(0.94); }
.mp-ico {
  display: block; width: 0; height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent var(--gold-pale);
  margin-left: 2px;
}
.is-playing .mp-btn { background: var(--magenta); border-color: var(--fuchsia-hi); }
.is-playing .mp-ico {
  width: 10px; height: 12px; border: 0; margin: 0;
  background: linear-gradient(to right,
     var(--ink) 0, var(--ink) 3px, transparent 3px,
     transparent 7px, var(--ink) 7px, var(--ink) 10px);
}
.mp-meta { grid-area: meta; min-width: 0; }
.mp-label {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.06em; font-size: 0.86rem; color: var(--ink);
  margin: 0; display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap;
}
.mp-credit {
  font-size: 0.86rem; color: var(--ink-soft); line-height: 1.4;
  margin: 0.15rem 0 0;
}
.mp-credit em { color: var(--pink); font-style: italic; font-variation-settings: "opsz" 20, "wght" 400; }
.mp-badge {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.14em; font-size: 0.56rem;
  padding: 0.18em 0.6em; border: 1px solid var(--line); white-space: nowrap;
}
.mp-badge--kzz { color: var(--bg-deep); background: var(--gold-pale); border-color: var(--gold-pale); }
.mp-badge--src { color: var(--ink-mute); }
.mp-bar {
  grid-area: bar; height: 2px; background: var(--line);
  margin-top: 0.5rem; overflow: hidden;
  opacity: 0; transition: opacity 0.2s;
}
.is-playing .mp-bar { opacity: 1; }
.mp-fill { display: block; width: 0%; height: 100%; background: linear-gradient(90deg, var(--fuchsia), var(--gold-pale)); }

/* --- Sources -------------------------------------------------------------- */
.mp-sources { margin-top: 2.6rem; }
.mp-sources-title {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.06em; font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  color: var(--ink); margin: 0 0 0.5rem; border: 0; padding: 0;
}
.mp-sources-lede {
  font-style: italic; font-variation-settings: "opsz" 24, "wght" 400;
  color: var(--ink-soft); max-width: var(--measure) !important; margin: 0 0 1.8rem;
}
.src-list { margin: 0 0 2rem; display: grid; gap: 0; }
.src-list > div {
  display: grid; grid-template-columns: 15rem 1fr; gap: 1.5rem;
  padding: 0.95rem 0; border-bottom: 1px solid var(--line);
}
.src-list dt {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.08em; font-size: 0.84rem; color: var(--gold-pale); margin: 0;
}
.src-list dd { margin: 0; color: var(--ink); font-size: 0.98rem; line-height: 1.55; max-width: none; }
.src-lauderdale {
  background: var(--bg-panel); border: 1px solid var(--line); border-left: 3px solid var(--gold);
  padding: 1.6rem 1.8rem; margin-top: 1.5rem;
}
.src-lauderdale__label {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.16em; font-size: 0.8rem; color: var(--gold); margin: 0 0 0.7rem;
}
.src-lauderdale p { max-width: none !important; }
.src-roster { font-size: 0.92rem; color: var(--ink-soft); }
.src-roster span {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.12em; font-size: 0.66rem; color: var(--gold);
}
.src-note { font-size: 0.86rem; color: var(--ink-mute); font-style: italic;
  font-variation-settings: "opsz" 18, "wght" 400; margin-bottom: 0 !important; }

/* --- Kindred collections banner ------------------------------------------ */
.kindred {
  position: relative;
  background-image: url("../images/strawberry-thief.png");
  background-size: 360px;
  border-top: 4px solid var(--gold-deep);
}
.kindred::before { content: ""; position: absolute; inset: 0; background: rgba(23,6,17,0.9); }
.kindred__inner { position: relative; max-width: 76rem; margin: 0 auto; padding: 3rem var(--gutter) 3.4rem; }
.kindred__title {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.06em;
  font-size: clamp(1.7rem, 3.6vw, 2.4rem); color: var(--ink); margin: 0 0 0.5rem;
}
.kindred__lede { font-style: italic; font-variation-settings: "opsz" 24, "wght" 400;
  color: var(--ink-soft); max-width: 40rem; margin: 0 0 1.8rem; }
.kin-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; }
.kin-card {
  position: relative; display: flex; flex-direction: column; gap: 0.4rem;
  background: var(--bg-card); border: 1px solid var(--line);
  padding: 1.3rem 1.3rem 1.1rem; text-decoration: none; color: var(--ink);
  transition: transform 0.18s, border-color 0.18s, background-color 0.18s;
}
.kin-card::before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; height: 2px;
  background: linear-gradient(90deg, var(--magenta), var(--fuchsia), var(--gold)); }
.kin-card:hover { transform: translateY(-2px); border-color: var(--fuchsia); background: var(--bg-lift); }
.kin-card--sp::before { background: linear-gradient(90deg, var(--gold-deep), var(--gold), var(--gold-pale)); }
.kin-card__kicker { font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.2em; font-size: 0.6rem; color: var(--gold); }
.kin-card__name { font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.04em; font-size: 1.08rem; line-height: 1.15; color: var(--ink); }
.kin-card__go { font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.16em; font-size: 0.66rem; color: var(--fuchsia-hi); margin-top: 0.3rem; }

/* --- Responsive ----------------------------------------------------------- */
@media (max-width: 820px) {
  .mp-grid { grid-template-columns: 1fr; }
  .mp-piece--multi { grid-column: auto; }
  .src-list > div { grid-template-columns: 1fr; gap: 0.2rem; }
  .mp-hero { min-height: 440px; }
}
@media (max-width: 520px) {
  .mp-hero__credit { position: static; text-align: center; margin-top: 1rem; }
  .mp-row { grid-template-columns: auto 1fr; }
}

/* ==========================================================================
   S&P Central — Melodies archive (sp-central-melodies.html)
   ========================================================================== */
.sp-hero { min-height: 460px; }

/* the display font (Chelsea Studio) has no ampersand glyph — set it in the serif */
.amp { font-family: var(--font-serif); font-style: italic; font-weight: 600; letter-spacing: 0; }

/* the note that closes the kindred banner on our-music.html */
.kindred__after {
  position: relative; font-style: italic;
  font-variation-settings: "opsz" 22, "wght" 400;
  color: var(--ink-soft); max-width: 46rem; margin: 1.7rem 0 0;
  font-size: 0.95rem; line-height: 1.6;
}

/* jump-to-section chips */
.sp-jump { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.8rem 0 0; }
.sp-jump a {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.1em; font-size: 0.62rem; color: var(--gold-pale);
  border: 1px solid var(--line); padding: 0.45rem 0.7rem; text-decoration: none;
  transition: border-color 0.16s, color 0.16s, background-color 0.16s;
}
.sp-jump a:hover { border-color: var(--fuchsia); color: var(--fuchsia-hi); background: var(--bg-panel); }

/* a category block */
.sp-cat { max-width: 74rem; margin: 0 auto; padding: 2rem var(--gutter) 0.4rem; }
.sp-cat-head { position: relative; padding-top: 1rem; margin: 0 0 1.1rem; border-top: 2px solid var(--gold-deep); }
.sp-cat-title {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.04em; font-size: clamp(1.4rem, 3vw, 1.95rem);
  line-height: 1.05; color: var(--ink); margin: 0.25rem 0 0.3rem;
}
.sp-cat-meta {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.16em; font-size: 0.62rem; color: var(--ink-mute); margin: 0;
}

/* city / sub-tradition subhead */
.sp-city {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.18em; font-size: 0.72rem; color: var(--gold);
  margin: 1.7rem 0 0.5rem; padding-bottom: 0.35rem; border-bottom: 1px solid var(--line);
}
.sp-city::before { content: "✦ "; color: var(--fuchsia); }

/* the link grid */
.sp-list {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 0.15rem 1.6rem; margin: 0.4rem 0 0.6rem;
}
.sp-item {
  display: flex; flex-direction: column; gap: 0.05rem;
  padding: 0.5rem 0.4rem 0.5rem 0.75rem; text-decoration: none;
  border-left: 2px solid transparent;
  transition: border-color 0.14s, background-color 0.14s;
}
.sp-item:hover { border-left-color: var(--gold); background: var(--bg-panel); }
.sp-item__t {
  font-family: var(--font-serif); font-size: 0.96rem; line-height: 1.3;
  color: var(--ink); transition: color 0.14s;
}
.sp-item:hover .sp-item__t { color: var(--fuchsia-hi); }
.sp-item__src {
  font-family: var(--font-serif); font-style: italic;
  font-size: 0.74rem; color: var(--ink-mute);
}
@media (max-width: 520px) {
  .sp-list { grid-template-columns: 1fr; }
}

/* --- Todot El: parallel English / Hebrew verse ---------------------------- */
.td-parallel { margin: 0.8rem 0 1.1rem; }
.td-stanza {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 2.4rem;
  padding: 0.85rem 0; border-top: 1px solid var(--line); align-items: start;
}
.td-stanza:first-child { border-top: 0; padding-top: 0.2rem; }
.td-line { margin: 0; }
.td-en .td-line {
  font-family: var(--font-serif); font-size: 1rem; line-height: 1.5; color: var(--ink-soft);
}
.td-en .td-line em { font-style: italic; color: var(--gold-pale); }
.td-he { text-align: right; }
.td-he .td-line {
  font-family: var(--hebrew-body); font-size: 1.3rem; line-height: 1.9; color: var(--ink);
}
@media (max-width: 640px) {
  .td-stanza { grid-template-columns: 1fr; gap: 0.25rem; }
  .td-he { margin-top: 0.5rem; }
}

/* ===== FIXES per MME docx (2026-06-26) ===== */
/* bigger melody titles */
.mp-title { font-size: 1.5rem; line-height: 1.12; }
/* tighter lyric line-spacing (Todot El & all lyric boxes) */
.td-en .td-line { line-height: 1.35; }
.td-he .td-line { line-height: 1.6; }
.mp-piyyut { line-height: 1.62; }
/* parallel pointed-Hebrew section labels */
.mp-section-he {
  font-family: var(--hebrew-display); font-size: clamp(1.5rem, 3.4vw, 2.3rem);
  line-height: 1; color: var(--fuchsia-hi); margin: -0.1rem 0 0.7rem;
}
/* serif spans for glyphs the Chelsea Studio display font lacks (titles/labels/heads) */
.ap, .mid { font-family: var(--font-serif); font-style: normal; }
.mid { color: var(--gold-pale); }
.dia { color: var(--fuchsia); font-size: 0.82em; }
/* Bendigamos: Spanish (left) / English (right, italic) */
.td-en--alt .td-line { color: var(--ink); font-style: italic; }
/* concluding verses (Bendigamos Hodu; Yehi Shalom boy/girl) */
.td-coda { border-top: 1px solid var(--line); margin-top: 1rem; padding-top: 1rem; }
.td-coda .mp-textbox__label { margin-bottom: 0.6rem; }
.td-coda .td-line[dir="rtl"] { font-family: var(--hebrew-body); font-size: 1.25rem; text-align: right; line-height: 1.7; }

/* ===== FIXES batch 2 per MME (2026-06-26) ===== */
/* Hebrew names a design highlight — much bigger melody + section Hebrew */
.mp-he { font-size: clamp(2.7rem, 5.4vw, 4rem); line-height: 0.98; margin: 0.1rem 0 0.15rem; }
.mp-section-he { font-size: clamp(2.4rem, 6.5vw, 4.2rem); line-height: 0.98; margin: 0 0 0.55rem; }
/* piyyut / lyric Hebrew: not bold, larger, tighter line-spacing */
.td-he .td-line, .mp-piyyut, .mp-piyyut__line,
.td-coda .td-line[dir="rtl"] {
  font-weight: 400; font-size: 1.5rem; line-height: 1.35;
}
