:root {
  --ivory: #fff;
  --paper: #fff;
  --ink: #000;
  --muted: #595959;
  --line: rgba(23, 24, 21, 0.16);
  --gold: #000;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Manrope", "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--ink); font-family: var(--sans); }
main, section { min-width: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ui-icon, .aside-arrow { display: block; width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 82px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 4.5vw;
  background: rgba(255, 255, 255, .9); backdrop-filter: blur(18px); border-bottom: 1px solid transparent;
  transition: border-color .3s ease, height .3s ease;
}
.site-header.scrolled { border-color: var(--line); height: 68px; }
.wordmark { display: flex; align-items: center; gap: 14px; }
.wordmark strong { font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.site-nav { display: flex; gap: 30px; align-items: center; }
.site-nav a { position: relative; color: #555650; font-size: 12px; font-weight: 600; letter-spacing: .05em; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--ink); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.site-nav a.active { color: var(--ink); }
.language-toggle { margin-left: 6px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); font-size: 11px; font-weight: 600; cursor: pointer; transition: background .2s ease, color .2s ease; }
.language-toggle:hover { background: #000; color: #fff; }
.menu-button { display: none; border: 0; background: none; padding: 8px; }

.hero { min-height: clamp(760px, 78vh, 860px); padding: 108px 4.5vw 82px; display: grid; grid-template-columns: minmax(390px, .9fr) minmax(520px, 1.1fr); gap: 4vw; align-items: center; position: relative; overflow: hidden; }
.hero::before { display: none; }
.hero-copy { position: relative; z-index: 2; top: -6px; }
.eyebrow { margin: 0 0 32px; text-transform: uppercase; font-size: 10px; letter-spacing: .25em; font-weight: 600; color: #555650; }
.hero .eyebrow { display: flex; align-items: center; gap: 16px; }
.hero .eyebrow i { width: 78px; height: 1px; background: var(--gold); }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(76px, 8.8vw, 144px); font-weight: 400; line-height: .78; letter-spacing: -.065em; }
.hero-subtitle { max-width: 520px; margin: 44px 0 16px; font-family: var(--serif); font-size: clamp(26px, 2.35vw, 38px); line-height: 1.16; }
.hero-intro { max-width: 490px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.78; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 22px; border-radius: 2px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #383830; }
.button-text { padding-inline: 0; border-bottom: 1px solid var(--ink); border-radius: 0; }
.hero-portrait { margin: 0; position: relative; top: 30px; align-self: stretch; min-height: 560px; }
.portrait-frame { height: 100%; min-height: 560px; overflow: hidden; background: #fff; }
.portrait-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; transform: none; filter: none; }
.hero-portrait figcaption { position: absolute; right: -24px; bottom: 32px; width: 170px; background: var(--paper); padding: 19px 22px; box-shadow: 0 18px 50px rgba(42, 35, 26, .12); }
.hero-portrait figcaption span { display: block; font-family: "Noto Kufi Arabic", sans-serif; font-size: 19px; }
.hero-portrait figcaption em { color: var(--muted); font-size: 10px; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.hero-arabic { position: absolute; bottom: 54px; left: 4.5vw; margin: 0; font-family: "Noto Kufi Arabic", sans-serif; font-size: 10px; letter-spacing: .12em; color: #87847c; }
.hero-genres { position: absolute; z-index: 2; left: 4.5vw; right: 4.5vw; bottom: 24px; display: flex; justify-content: space-between; gap: 24px; margin: 0; padding: 17px 0 0; border-top: 1px solid var(--line); list-style: none; color: #414141; font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.hero-genres li { display: flex; align-items: center; gap: 11px; white-space: nowrap; }
.hero-genres li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #000; }

.about { padding: 150px 10vw 120px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; background: #000; color: #fff; border-top: 1px solid rgba(255,255,255,.12); }
.about h2 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 7vw, 108px); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.about h2 em { color: #fff; font-weight: 400; }
.about-copy { padding-top: 42px; }
.about .eyebrow { color: #aaa; }
.about-copy p { max-width: 610px; color: #aaa; font-family: var(--serif); font-size: 17px; line-height: 1.7; }
.about-copy .lead { color: #fff; font-size: clamp(25px, 2.25vw, 36px); line-height: 1.38; }
.about blockquote { margin: 56px 0 0; padding: 0 0 0 28px; border-left: 1px solid #fff; color: #eee; font-family: var(--serif); font-size: 19px; font-style: italic; line-height: 1.55; }
.about .discipline-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.2); }
.about .discipline-list li { padding: 18px 8px 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.about .discipline-list span { color: #aaa; margin-right: 14px; }
.about .discipline-list b { font: inherit; }
.recordings { padding: 145px 7vw 170px; overflow: hidden; background: #fff; color: #000; }
.recordings .eyebrow { color: #595959; }
.section-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 72px; }
.section-intro h2 { margin: 0; font: 400 clamp(58px, 7vw, 112px)/.84 var(--serif); letter-spacing: -.06em; }
.section-intro h2 em { color: #000; font-weight: 400; }
.section-intro > p { width: min(330px, 100%); margin: 0 0 4px; color: #595959; font: 16px/1.75 var(--serif); }

.player-shell { width: 100%; min-width: 0; display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); min-height: 710px; overflow: hidden; background: #0c0c0c; color: #fff; border: 1px solid rgba(0,0,0,.22); box-shadow: 0 34px 80px rgba(0,0,0,.22); }
.player-visual { position: sticky; top: 68px; height: calc(100vh - 68px); min-height: 710px; overflow: hidden; background: #000; }
#youtube-player { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; }
.player-cover { position: absolute; inset: 0; }
.player-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.85) brightness(.62); }
.cover-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,5,4,.1), rgba(5,5,4,.55)); }
.player-cover p { position: absolute; inset: auto 40px 67px; margin: 0; font: 500 clamp(28px, 3vw, 48px)/1.2 "Noto Kufi Arabic", sans-serif; text-align: right; }
.player-cover span { position: absolute; left: 40px; bottom: 36px; color: #c3bfb5; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.cover-play { position: absolute; inset: 50% auto auto 50%; width: 86px; aspect-ratio: 1; transform: translate(-50%,-50%); display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(15,15,13,.24); color: white; backdrop-filter: blur(6px); cursor: pointer; transition: background .25s ease, scale .25s ease; }
.cover-play:hover { background: rgba(15,15,13,.7); scale: 1.04; }
.play-symbol { display: grid; place-items: center; margin-left: 3px; }
.play-symbol .ui-icon { width: 24px; height: 24px; }

.player-console { min-width: 0; overflow: hidden; padding: 46px 48px 42px; display: flex; flex-direction: column; }
.now-playing { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) minmax(80px,auto); gap: 17px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.12); }
.now-playing > div { min-width: 0; }
.now-playing span { color: #9e9b92; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.now-playing h3 { margin: 7px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 400 20px var(--serif); }
.equalizer { width: 24px; height: 24px; display: flex; align-items: flex-end; justify-content: center; gap: 2px; }
.equalizer i { width: 2px; height: 7px; background: #fff; animation: equalize .8s ease-in-out infinite alternate; animation-play-state: paused; }
.is-playing .equalizer i { animation-play-state: running; }
.equalizer i:nth-child(2) { height: 14px; animation-delay: -.35s; }
.equalizer i:nth-child(3) { height: 10px; animation-delay: -.15s; }
.equalizer i:nth-child(4) { height: 18px; animation-delay: -.55s; }
@keyframes equalize { to { height: 22px; } }
.source-label { max-width: 110px; color: #aaa79e; text-align: right; font-size: 9px !important; letter-spacing: .12em !important; }
.cover-play:disabled, .main-play:disabled { cursor: not-allowed; opacity: .5; }
.progress-wrap { padding: 34px 0 0; }
input[type="range"] { width: 100%; height: 2px; appearance: none; background: rgba(255,255,255,.24); accent-color: #fff; cursor: pointer; }
input[type="range"]::-webkit-slider-thumb { width: 10px; height: 10px; appearance: none; border-radius: 50%; background: #fff; }
.time-row { display: flex; justify-content: space-between; margin-top: 10px; color: #8e8b82; font-size: 9px; font-variant-numeric: tabular-nums; }
.transport { display: flex; justify-content: center; align-items: center; gap: clamp(15px, 3.2vw, 37px); padding: 25px 0 22px; }
.transport button, .player-options button { border: 0; background: transparent; color: #ddd8cf; cursor: pointer; }
.icon-control { width: 35px; height: 35px; display: grid; place-items: center; }
.icon-control .ui-icon { width: 19px; height: 19px; }
.toggle-control .ui-icon { width: 21px; height: 21px; }
.icon-control:hover, .icon-control[aria-pressed="true"] { color: #fff; opacity: .72; }
.main-play { width: 70px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.8) !important; border-radius: 50%; font-size: 17px; transition: background .2s ease, color .2s ease; }
.main-play span { display: grid; place-items: center; margin-left: 3px; }
.main-play .ui-icon { width: 24px; height: 24px; }
.main-play:hover { background: #fff; color: #000; }
.player-options { display: flex; align-items: center; justify-content: space-between; padding-bottom: 27px; border-bottom: 1px solid rgba(255,255,255,.12); }
.order-button { color: #9e9b92 !important; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.volume-control { width: 130px; display: flex; align-items: center; gap: 12px; color: #9e9b92; font-size: 12px; }
.volume-control .ui-icon { width: 18px; height: 18px; }
.volume-control input { width: 94px; }
.playlist-heading { display: flex; justify-content: space-between; padding: 30px 0 13px; color: #8e8b82; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.playlist { margin: 0; padding: 0; list-style: none; max-height: 270px; overflow-y: auto; scrollbar-color: #666 transparent; }
.playlist li { min-width: 0; counter-increment: playlist; display: grid; grid-template-columns: 28px 46px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 11px 10px; border-bottom: 1px solid rgba(255,255,255,.07); color: #aaa79e; cursor: pointer; transition: background .2s ease, color .2s ease; }
.playlist li > div { min-width: 0; }
.playlist li:hover, .playlist li.active { background: rgba(255,255,255,.045); color: #fff; }
.playlist li.active { border-left: 2px solid #fff; }
.playlist li::before { content: counter(playlist, decimal-leading-zero); color: #74736c; font-size: 9px; }
.playlist img { width: 46px; height: 32px; object-fit: cover; filter: saturate(.65); }
.playlist strong { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 400 13px var(--serif); }
.playlist small { color: #77776f; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.playlist .track-state { color: #fff; font-size: 10px; }
.playlist .playlist-loading { display: block; cursor: default; padding: 25px 0; font: 400 14px var(--serif); }
.playlist .playlist-loading::before { display: none; }

.stage-feature { min-height: 72vh; display: grid; grid-template-columns: 45% 55%; position: relative; overflow: hidden; background: #000; color: white; }
.stage-feature > img { grid-column: 2; grid-row: 1; width: 100%; height: 72vh; min-height: 620px; object-fit: cover; object-position: 60% center; filter: saturate(.88) brightness(.9) contrast(1.03); }
.stage-feature::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #000 0%, #000 41%, rgba(0,0,0,.72) 47%, rgba(0,0,0,.06) 63%, transparent 74%); }
.stage-overlay { grid-column: 1; grid-row: 1; position: relative; z-index: 1; width: auto; padding: 0 2vw 0 7vw; display: flex; flex-direction: column; justify-content: center; background: #000; }
.stage-overlay .eyebrow { color: #d0c7b8; }
.stage-overlay > p:last-child { margin: 0; font: 400 clamp(42px, 4.2vw, 66px)/.94 var(--serif); letter-spacing: -.045em; }

.live-experience { overflow: hidden; background: #000; color: #fff; }
.concerts { padding: 48px 7vw 160px; background: #000; color: #fff; }
.concerts .eyebrow { color: #aaa; }
.concerts-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 68px; }
.concerts-header h2 { margin: 0; font: 400 clamp(68px, 9vw, 140px)/.78 var(--serif); letter-spacing: -.07em; }
.concerts-header > p { width: min(340px,100%); color: #aaa; font: 16px/1.75 var(--serif); }
.concert-layout { display: grid; grid-template-columns: .5fr 1.5fr; gap: 8vw; }
.concert-aside { min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.72); padding-top: 18px; }
.concert-aside p { margin: 0; font: 22px/1.25 var(--serif); }
.concert-aside > .aside-arrow { width: 38px; height: 38px; }
.concert-group + .concert-group { margin-top: 88px; }
.group-heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.72); }
.group-heading h3 { margin: 0; font: 500 11px var(--sans); text-transform: uppercase; letter-spacing: .15em; }
.group-heading span { color: #aaa; font-size: 10px; }
.concert-card { display: grid; grid-template-columns: 96px 1fr auto auto; align-items: center; gap: 28px; min-height: 112px; border-bottom: 1px solid rgba(255,255,255,.16); }
.concert-date { text-align: center; border-right: 1px solid rgba(255,255,255,.18); }
.concert-date strong { display: block; font: 400 38px/1 var(--serif); }
.concert-date span { display: block; margin-top: 6px; color: #aaa; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.concert-place h4 { margin: 0 0 8px; font: 400 21px var(--serif); }
.concert-place p { margin: 0; color: #aaa; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.status-badge { padding: 6px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.status-upcoming { background: #fff; color: #000; }
.status-verify { border-color: rgba(255,255,255,.72); color: #fff; }
.concert-link { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; font-size: 13px; transition: background .2s, color .2s; }
.concert-link .ui-icon { width: 15px; height: 15px; }
.concert-link:hover { background: #fff; color: #000; }
.concert-note { margin: 25px 0 0 124px; color: #aaa; font: italic 14px var(--serif); }
.show-more { margin-top: 28px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.72); background: none; color: #fff; font: 600 9px var(--sans); text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }
.show-more { display: inline-flex; align-items: center; gap: 18px; }
.show-more .ui-icon { width: 15px; height: 15px; }

.contact { padding: 130px 7vw 120px; background: #000; color: #fff; }
.contact .eyebrow { color: #9d9a90; }
.contact-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; }
.contact h2 { margin: 0; font: 400 clamp(58px, 8vw, 124px)/.86 var(--serif); letter-spacing: -.06em; }
.button-light { flex: 0 0 auto; border: 1px solid rgba(255,255,255,.6); color: white; }
.button-light:hover { background: white; color: #22221e; }
.contact-note { margin: 42px 0 0; color: #98968e; font: 15px var(--serif); }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 30px 7vw; background: #000; color: #aaa; border-top: 1px solid rgba(255,255,255,.16); }
.site-footer p { margin: 0; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.site-footer > p:last-child { justify-self: end; }
.footer-mark { color: white; }
.footer-socials { display: flex; align-items: center; gap: 11px; }
.social-link { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; transition: transform .2s ease, filter .2s ease; }
.social-link svg { display: block; width: 25px; height: 25px; }
.social-link:hover { transform: translateY(-2px); filter: brightness(1.08); }
.social-link:focus-visible { outline: 2px solid white; outline-offset: 3px; }

.mini-player { position: fixed; z-index: 70; left: 50%; bottom: 18px; width: min(720px, calc(100vw - 28px)); min-height: 66px; transform: translate(-50%, calc(100% + 40px)); opacity: 0; display: grid; grid-template-columns: 42px minmax(130px,1fr) minmax(80px,180px) 42px 32px; align-items: center; gap: 14px; padding: 10px 14px; background: rgba(0,0,0,.96); color: #fff; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 12px 42px rgba(0,0,0,.3); backdrop-filter: blur(15px); transition: transform .35s ease, opacity .35s ease; }
.mini-player.visible { transform: translate(-50%,0); opacity: 1; }
.mini-player button { height: 36px; border: 0; background: transparent; color: white; cursor: pointer; }
.mini-player > button:first-child { border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.mini-player div > span { display: block; color: #8f8e86; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.mini-player strong { display: block; margin-top: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 400 13px var(--serif); }
.mini-player > div { min-width: 0; }
.mini-player button .ui-icon { width: 18px; height: 18px; margin: auto; }
.mini-progress { height: 1px; background: rgba(255,255,255,.2); }
.mini-progress i { display: block; height: 100%; width: 0; background: #fff; }
.reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.reveal-on-scroll.visible { opacity: 1; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(18px); animation: arrive .8s cubic-bezier(.2,.75,.2,1) forwards; }
.hero-portrait { animation-delay: .12s; }
@keyframes arrive { to { opacity: 1; transform: translateY(0); } }

html[dir="rtl"] body { font-family: "Noto Kufi Arabic", var(--sans); }
html[dir="rtl"] .site-header, html[dir="rtl"] .hero, html[dir="rtl"] .about, html[dir="rtl"] .recordings, html[dir="rtl"] .live-experience, html[dir="rtl"] .contact, html[dir="rtl"] .site-footer { direction: rtl; }
html[dir="rtl"] .language-toggle { margin-right: 6px; margin-left: 0; }
html[dir="rtl"] .site-nav a { letter-spacing: 0; }
html[dir="rtl"] .site-nav a::after { right: 0; left: 100%; transition: left .25s ease; }
html[dir="rtl"] .site-nav a:hover::after, html[dir="rtl"] .site-nav a.active::after { left: 0; }
html[dir="rtl"] .eyebrow, html[dir="rtl"] .button, html[dir="rtl"] .hero-genres, html[dir="rtl"] .group-heading h3, html[dir="rtl"] .status-badge, html[dir="rtl"] .show-more, html[dir="rtl"] .playlist-heading, html[dir="rtl"] .order-button, html[dir="rtl"] .site-footer p { letter-spacing: 0; text-transform: none; }
html[dir="rtl"] .hero h1, html[dir="rtl"] .hero-subtitle, html[dir="rtl"] .about h2, html[dir="rtl"] .about-copy p, html[dir="rtl"] .about blockquote, html[dir="rtl"] .section-intro h2, html[dir="rtl"] .section-intro > p, html[dir="rtl"] .now-playing h3, html[dir="rtl"] .playlist strong, html[dir="rtl"] .stage-overlay > p:last-child, html[dir="rtl"] .concerts-header h2, html[dir="rtl"] .concerts-header > p, html[dir="rtl"] .concert-aside p, html[dir="rtl"] .concert-place h4, html[dir="rtl"] .concert-note, html[dir="rtl"] .contact h2, html[dir="rtl"] .contact-note { font-family: "Noto Naskh Arabic", serif; letter-spacing: 0; }
html[dir="rtl"] .hero h1 { line-height: .9; }
html[dir="rtl"] .hero-subtitle { line-height: 1.42; }
html[dir="rtl"] .hero-intro, html[dir="rtl"] .about-copy p, html[dir="rtl"] .section-intro > p, html[dir="rtl"] .concerts-header > p { line-height: 1.9; }
html[dir="rtl"] .about blockquote { padding: 0 28px 0 0; border-right: 1px solid #fff; border-left: 0; }
html[dir="rtl"] .about .discipline-list li { padding: 18px 0 18px 8px; }
html[dir="rtl"] .about .discipline-list span { margin-right: 0; margin-left: 14px; }
html[dir="rtl"] .player-cover p { text-align: right; font-family: "Noto Naskh Arabic", serif; }
html[dir="rtl"] .player-cover span { right: 40px; left: auto; letter-spacing: 0; }
html[dir="rtl"] .source-label { text-align: left; }
html[dir="rtl"] .playlist li.active { border-right: 2px solid #fff; border-left: 0; }
html[dir="rtl"] .stage-overlay { padding: 0 7vw 0 2vw; }
html[dir="rtl"] .stage-feature::after { transform: scaleX(-1); }
html[dir="rtl"] .concert-date { border-right: 0; border-left: 1px solid rgba(255,255,255,.18); }
html[dir="rtl"] .concert-note { margin-right: 124px; margin-left: 0; }
html[dir="rtl"] .site-footer > p:last-child { justify-self: start; }
html[dir="rtl"] .ui-icon, html[dir="rtl"] .aside-arrow { transform: scaleX(-1); }

@media (max-width: 850px) {
  .site-header { height: 68px; padding-inline: 22px; }
  .menu-button { display: grid; gap: 4px; }
  .menu-button span:not(.sr-only) { width: 23px; height: 1px; background: var(--ink); transition: transform .2s ease; }
  .site-nav { position: fixed; inset: 68px 0 auto; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 24px 22px 34px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .language-toggle { margin-left: auto; }
  html[dir="rtl"] .language-toggle { margin-right: auto; margin-left: 0; }
  html[dir="rtl"] .site-nav { align-items: flex-end; }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; padding: 15px 0; font-family: var(--serif); font-size: 25px; }
  .hero { min-height: auto; padding: 100px 22px 36px; grid-template-columns: minmax(0,1fr); gap: 24px; }
  .hero-copy, .hero-portrait { top: 0; }
  .hero h1 { font-size: clamp(68px, 22vw, 110px); }
  .hero-portrait { min-height: 550px; }
  .portrait-frame { min-height: 550px; }
  .portrait-frame img { height: 100%; transform: none; }
  .hero-portrait figcaption { right: 12px; bottom: -18px; }
  .hero-arabic { display: none; }
  .hero-genres { position: static; grid-column: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; padding-top: 16px; }
  .hero-genres li { white-space: normal; line-height: 1.45; }
  .about { padding: 110px 22px 90px; grid-template-columns: 1fr; gap: 35px; }
  .about-copy { padding-top: 0; }
  .recordings { padding: 110px 22px; }
  .section-intro, .concerts-header { display: block; }
  .section-intro > p, .concerts-header > p { margin-top: 30px; }
  .player-shell { grid-template-columns: minmax(0,1fr); }
  .player-visual { position: relative; top: auto; height: 68vh; min-height: 540px; }
  .player-console { padding: 38px 30px; }
  .stage-feature { min-height: 620px; grid-template-columns: 42% 58%; }
  .stage-feature > img { min-height: 620px; height: 72vh; object-position: 62% center; }
  .stage-feature::after { background: linear-gradient(90deg, #000 0%, #000 37%, rgba(0,0,0,.72) 47%, rgba(0,0,0,.06) 70%, transparent 100%); }
  .stage-overlay { padding: 0 18px 0 22px; }
  .stage-overlay > p:last-child { font-size: clamp(38px, 6vw, 58px); }
  .concerts { padding: 64px 22px 110px; }
  .concerts-header { margin-bottom: 52px; }
  .concert-layout { grid-template-columns: 1fr; gap: 55px; }
  .concert-aside { min-height: auto; flex-direction: row; padding-bottom: 14px; }
  .concert-card { grid-template-columns: 85px 1fr auto; gap: 18px; padding: 12px 0; }
  .concert-card .status-badge { display: none; }
  .contact { padding: 105px 22px; }
  .contact-row { display: block; }
  .contact .button { margin-top: 40px; width: max-content; }
  .site-footer { padding-inline: 22px; }
}

@media (max-width: 520px) {
  .wordmark strong { display: none; }
  .hero { padding: 76px 18px 32px; row-gap: 18px; }
  .hero-copy { display: contents; }
  .hero-portrait { order: 1; }
  .hero .eyebrow { position: absolute; z-index: 4; top: 94px; left: 18px; order: 2; margin: 0; }
  .hero .eyebrow i { width: 38px; }
  .hero h1 { position: absolute; z-index: 4; top: 124px; left: 18px; width: 43%; order: 3; }
  html[dir="rtl"] .hero .eyebrow, html[dir="rtl"] .hero h1 { right: 18px; left: auto; }
  .hero-subtitle { order: 4; }
  .hero-intro { order: 5; }
  .hero-genres { order: 6; }
  .hero-actions { order: 7; }
  .hero h1 { max-width: 150px; font-size: clamp(38px, 10.8vw, 46px); line-height: .84; }
  .hero-subtitle { margin: 4px 0 0; }
  .hero-intro { margin: 0; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; margin-top: 8px; }
  .button { width: 100%; }
  .button-text { padding: 15px 0; }
  .hero-portrait, .portrait-frame { min-height: 340px; }
  .hero-portrait { margin: 0; }
  .portrait-frame img { width: 94%; max-width: 94%; height: 100%; margin-left: auto; object-fit: contain; object-position: center bottom; transform: translateY(24px); }
  html[dir="rtl"] .portrait-frame img { margin-right: auto; margin-left: 0; }
  .hero-genres { grid-template-columns: 1fr; gap: 0; padding-top: 0; }
  .hero-genres li { min-height: 40px; border-bottom: 1px solid var(--line); }
  .discipline-list { grid-template-columns: 1fr; }
  .about { padding: 88px 18px 72px; }
  .about h2 { font-size: clamp(54px, 18vw, 76px); }
  .about-copy .lead { font-size: 25px; }
  .about blockquote { margin: 42px 0 0; padding-left: 20px; font-size: 18px; }
  .recordings { padding: 88px 14px 96px; }
  .section-intro { margin-bottom: 48px; }
  .section-intro h2 { max-width: 100%; font-size: clamp(53px, 17vw, 72px); line-height: .88; overflow-wrap: anywhere; }
  .section-intro > p { width: 100%; font-size: 15px; }
  .player-shell { min-height: 0; }
  .player-visual { width: 100%; min-height: 0; height: auto; aspect-ratio: 4 / 5; }
  .player-cover p { inset: auto 22px 57px; font-size: clamp(25px, 8vw, 36px); }
  .player-cover span { left: 22px; bottom: 26px; }
  html[dir="rtl"] .player-cover span { right: 22px; left: auto; }
  .cover-play { width: 70px; }
  .player-console { width: 100%; min-width: 0; padding: 28px 16px 24px; }
  .now-playing { grid-template-columns: 22px minmax(0,1fr); gap: 12px; padding-bottom: 24px; }
  .source-label { display: none; }
  .now-playing h3 { font-size: 17px; }
  .progress-wrap { padding-top: 28px; }
  .transport { width: 100%; justify-content: space-between; gap: 0; padding-block: 22px; }
  .icon-control { width: 34px; height: 34px; }
  .main-play { width: 58px; }
  .player-options { align-items: center; gap: 14px; }
  .volume-control { width: min(112px,42vw); }
  .volume-control input { min-width: 0; width: 78px; }
  .playlist li { grid-template-columns: 22px 40px 1fr; gap: 9px; padding-inline: 4px; }
  .playlist .track-state { display: none; }
  .stage-feature { min-height: 0; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 390px; }
  .stage-feature > img { grid-column: 1; grid-row: 2; min-height: 0; height: 390px; object-position: 64% center; filter: saturate(.88) brightness(.88) contrast(1.03); }
  .stage-feature::after { inset: auto 0 0; height: 390px; background: linear-gradient(180deg, rgba(0,0,0,.58) 0%, transparent 36%, rgba(0,0,0,.12) 100%); }
  .stage-overlay { grid-column: 1; grid-row: 1; padding: 72px 18px 62px; }
  .stage-overlay .eyebrow { margin-bottom: 22px; }
  .stage-overlay > p:last-child { max-width: 100%; font-size: clamp(38px, 12vw, 54px); line-height: .94; }
  .concerts { padding: 38px 18px 88px; overflow: hidden; }
  .concerts-header h2 { font-size: clamp(64px, 21vw, 96px); }
  .concert-card { grid-template-columns: 64px minmax(0,1fr) 36px; gap: 10px; }
  .concert-date strong { font-size: 30px; }
  .concert-place { min-width: 0; }
  .concert-place h4 { font-size: 17px; overflow-wrap: anywhere; }
  .concert-place p { line-height: 1.55; overflow-wrap: anywhere; }
  .concert-link { width: 36px; }
  .concert-note { margin-left: 0; }
  html[dir="rtl"] .concert-note { margin-right: 0; }
  .contact { padding: 88px 18px; overflow: hidden; }
  .contact h2 { font-size: clamp(51px, 16vw, 76px); overflow-wrap: anywhere; }
  .contact .button { width: 100%; }
  .site-footer { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .mini-player { width: calc(100vw - 20px); grid-template-columns: 38px minmax(0,1fr) 38px 28px; gap: 8px; }
  .mini-player > div { min-width: 0; }
  .mini-player .mini-progress { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
