/* ==========================================================================
   1. Tokens / Variables
   ========================================================================== */

:root {
  color-scheme: light;
  --color-text: rgba(38, 38, 38, 1);
  --color-text-soft: rgba(80, 80, 80, 1);
  --color-surface: rgba(245, 243, 240, 1);
  --color-overlay: rgba(228, 226, 223, 1);
  --color-accent: rgba(72, 72, 72, 1);
  --shadow-soft: 0 0 21px 9px rgba(0, 0, 0, 0.12);
  --page-wash: #f4f1ec;
  --modal-poster-width: 340px;
  --panel-wash:
    rgba(251, 249, 246, 0.76);
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-micro: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-alt-display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --motion-ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-duration-fast: 0.22s;
  --motion-duration-standard: 0.38s;
  --motion-duration-slow: 0.52s;
}

/* ==========================================================================
   2. Base
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body {
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    height: 100%;
    scroll-behavior: auto;
    scrollbar-gutter: stable;
    letter-spacing: -0.025em;
    background: #f4f1ec;
    color: var(--color-text);
}

p,
li,
.biography,
.boxLeft,
.boxRight,
.modal,
.modal p,
.modal li,
.modalPhotos span,
.miniContactForm,
.contactPage__panel,
.contactPage__panel p {
    text-align: justify;
    text-justify: inter-word;
}

html {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 24px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: rgba(80, 80, 80, 0.42);
    border-radius: 999px;
    border: 6px solid rgba(241, 240, 238, 0.94);
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: rgba(230, 228, 225, 0.72);
}

html:has(body.page-composer),
html:has(body.page-director),
html:has(body.page-musician),
html:has(body.page-contact) {
    background: #f4f1ec;
}

@media (max-width: 768px) {
  html, body {	 
   	  font-size: 13px;
  }
}

/* Composer modal media alignment. */
body.page-composer .overlay .modal > picture,
body.page-composer .overlay .modal > div:has(> picture) {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body.page-composer .overlay .modal > picture img,
body.page-composer .overlay .modal > div:has(> picture) img,
body.page-composer .overlay .modal .iconModal {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
em {
    color: var(--color-text-soft);
    font-weight: 400;
    text-transform: none;
}
strong {
    font-weight: 400;
    text-transform: none;
    color: var(--color-text);
}
@media (max-width: 768px) {
    strong{
    font-size: 13px;    
    }
}
span{
    color: var(--color-text-soft);
    text-transform:none
}
.row {
    overflow: hidden;
    max-width: 100%;
}
@media (max-width: 768px) {
  .row {
    padding-right: 2px;
    padding-left: 2px;
  }
}

.fade {
    opacity:0;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1001;
    padding: 12px 16px;
    background: rgba(250, 248, 245, 0.98);
    color: var(--color-text);
    border: 1px solid rgba(16, 16, 16, 0.22);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    transform: translateY(-220%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

hr {
    width: 220px;
}
h1 {
    font-family: var(--font-display);
    color: var(--color-text);
    font-size: 17px;
    letter-spacing: -0.06em;
    font-weight: 900;
    text-transform: uppercase;
}
@media (max-width: 768px) {
  h1{
      font-size: 13px;
      letter-spacing: -0.04em;
	  line-height: 1.3
  }
}
h2 {
    font-family: var(--font-display);
    color: var(--color-text);
    font-size: 35px;
    letter-spacing: -0.08em;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px;
}
@media (max-width: 768px) {
  h2{
      font-size: 22px;
      letter-spacing: -0.04em;
	  line-height: 1.3
  }
}
h3{
    font-family: var(--font-display);
    letter-spacing: -0.08em;
    font-size: 40px;
    color: rgba(98, 63, 163, 0.22);
    position: absolute;
    font-weight: 800;
    text-align: left;
    left: 10%;
    margin-top: 0.1vw;
    text-transform: uppercase;
    z-index: 1
}
@media (max-width: 768px) {
  h3 {
	  margin-top: 0.1vw;
	  font-size: 20px;
      letter-spacing: -2px;
      margin-left: -40px;
  }
}
h4 {
	font-family: var(--font-display);
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 3px; 
    text-align: center;
    color: rgba(0,0,0,0.6); 
    margin-top: 70px;
    margin-left: 10px;
    margin-bottom: 10px;
	text-transform: uppercase
}
@media (max-width: 768px){
	h4{
        font-size: 13px;
        letter-spacing: 1.5px;	   
        margin-left: -1px;
        margin-top: 25px; 
		margin-bottom: 10px;
	}
}
h5 {
	font-family: var(--font-display);
    font-size: 20px;
    letter-spacing: 1px;
    color: rgba(0,0,0,1.00); 
	text-align: left;
    margin-top: 260px;
    margin-left: 30px;
    margin-bottom: -150px;
	text-transform: uppercase
}
@media (max-width: 768px){
	h5{
        font-size: 15px;
        letter-spacing: 0px;
	    margin-left: 1px;
        margin-top: 80px;
        margin-bottom: 15px;        
	}
}


.homeStudio {
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    padding: clamp(20px, 3vw, 40px);
    background: #f4f1ec;
}

.cursorTrail {
    position: fixed;
    inset: 0;
    z-index: 1200;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    mix-blend-mode: difference;
    opacity: 1;
}

html[data-reduced-motion="true"] .cursorTrail {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    /* Keep: custom cursor must win over native interactive cursors. */
    body,
    a,
    button,
    input,
    textarea,
    select,
    label,
    summary,
    [role="button"],
    .bb-play,
    .play__button,
    .mute__button,
    .contactPage__back,
    .modalImageZoomable {
        cursor: none !important;
    }
}

.homeLoader {
    position: fixed;
    inset: 0;
    z-index: 450;
    display: grid;
    place-items: center;
    padding: 3rem;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.92), rgba(255,255,255,0) 24%),
        linear-gradient(180deg, rgba(251,249,246,1), rgba(243,238,232,1));
    pointer-events: none;
    opacity: 0;
    filter: blur(14px);
    will-change: opacity, filter;
    transition: opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1), filter 1.7s cubic-bezier(0.22, 1, 0.36, 1);
    animation: homeLoaderReveal 1.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.homeLoader__inner {
    width: min(920px, 100%);
    text-align: center;
    transform: translateY(24px) scale(0.985);
    opacity: 0;
    filter: blur(18px);
    transition: transform 1.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.35s cubic-bezier(0.22, 1, 0.36, 1), filter 1.55s cubic-bezier(0.22, 1, 0.36, 1);
    animation: homeLoaderInnerReveal 1.35s cubic-bezier(0.16, 1, 0.3, 1) 0.12s forwards;
}

.homeLoader.is-leaving {
    animation: none;
    opacity: 0;
    filter: blur(8px);
    transition: opacity 1.65s cubic-bezier(0.22, 1, 0.36, 1), filter 1.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.homeLoader.is-leaving .homeLoader__inner {
    opacity: 0;
    filter: blur(16px);
    transform: translateY(-16px) scale(1.008);
    transition: transform 1.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.45s cubic-bezier(0.22, 1, 0.36, 1), filter 1.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.homeLoader.is-leaving .homeLoader__title,
.homeLoader.is-leaving .homeLoader__subtitle,
.homeLoader.is-leaving .homeLoader__progress {
    opacity: 0;
    filter: blur(14px);
    transform: translateY(-10px);
    transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), filter 1.4s cubic-bezier(0.22, 1, 0.36, 1), transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.homeLoader__title {
    margin: 0;
    font-family: var(--font-alt-display);
    font-size: clamp(5rem, 13vw, 12rem);
    line-height: 0.9;
    letter-spacing: -0.075em;
    font-weight: 400;
    color: #0f0f0f;
    transform: translateY(18px) scale(0.975);
    opacity: 0;
    filter: blur(20px);
    animation: homeLoaderTitleReveal 1.9s cubic-bezier(0.16, 1, 0.3, 1) 0.12s forwards;
}

.homeLoader__subtitle {
    margin: 1.4rem 0 0;
    font-family: var(--font-micro);
    font-size: clamp(0.72rem, 1vw, 0.98rem);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(16,16,16,0.62);
    transform: translateY(14px);
    opacity: 0;
    animation: homeLoaderSubtitleReveal 1.5s cubic-bezier(0.16, 1, 0.3, 1) 1.05s forwards;
}

.homeLoader__progress {
    position: absolute;
    left: clamp(20px, 3vw, 42px);
    bottom: clamp(20px, 3vw, 38px);
    margin: 0;
    font-family: var(--font-alt-display);
    font-size: clamp(4.2rem, 10vw, 8.6rem);
    line-height: 0.84;
    letter-spacing: -0.08em;
    font-weight: 700;
    color: rgba(255,255,255,0.94);
    opacity: 0;
    transform: translateY(14px) rotate(0deg);
    animation: homeLoaderProgressReveal 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

@keyframes homeLoaderReveal {
    0% {
        opacity: 0;
        filter: blur(14px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes homeLoaderInnerReveal {
    0% {
        transform: translateY(24px) scale(0.985);
        opacity: 0;
        filter: blur(18px);
    }
    55% {
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes homeLoaderTitleReveal {
    0% {
        transform: translateY(18px) scale(0.975);
        opacity: 0;
        filter: blur(20px);
        letter-spacing: -0.11em;
    }
    48% {
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
        filter: blur(0);
        letter-spacing: -0.075em;
    }
}

@keyframes homeLoaderSubtitleReveal {
    0% {
        transform: translateY(14px);
        opacity: 0;
        letter-spacing: 0.38em;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        letter-spacing: 0.3em;
    }
}

@keyframes homeLoaderProgressReveal {
    0% {
        opacity: 0;
        transform: translateY(14px) rotate(0deg);
        filter: blur(12px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(0deg);
        filter: blur(0);
    }
}

.homeStudio__frame {
    position: relative;
    min-height: calc(100vh - clamp(40px, 6vw, 80px));
    min-height: calc(100dvh - clamp(40px, 6vw, 80px));
    height: calc(100vh - clamp(40px, 6vw, 80px));
    height: calc(100dvh - clamp(40px, 6vw, 80px));
    padding: clamp(18px, 2.5vw, 32px);
    background: rgba(246, 244, 241, 0.96);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr minmax(150px, 200px);
    grid-template-rows: auto 1fr auto;
    gap: 20px;
}

.homeStudio__eyebrow {
    grid-column: 1 / 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
    mix-blend-mode: multiply;
}

.homeStudio__brand,
.homeStudio__meta,
.homeStudio__menu a,
.homeStudio__role span,
.homeStudio__statement p,
.homeStudio__cta {
    font-family: var(--font-micro);
}

.homeStudio__brand {
    margin: 0;
    font-size: 0.64rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.homeStudio__meta {
    margin: 0;
    max-width: none;
    font-size: 0.64rem;
    line-height: 1.3;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-align: left;
    text-justify: auto;
    white-space: nowrap;
    color: rgba(17, 17, 17, 0.64);
}

.homeStudio__menu {
    grid-column: 3 / 4;
    grid-row: 1;
    align-self: start;
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    gap: 3px;
    z-index: 2;
    mix-blend-mode: multiply;
}

.homeStudio__menu a {
    font-size: 0.64rem;
    line-height: 1.2;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-decoration: none;
    color: #101010;
    transition: transform 0.25s ease, opacity 0.25s ease, color 0.25s ease;
}

.homeStudio__menu a:hover,
.homeStudio__menu a:focus-visible {
    transform: translateX(4px);
}

.homeStudio__visual {
    position: absolute;
    inset: 0;
    width: 100vw;
    min-width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    background-image: url("images/background.avif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.75;
    z-index: 0;
}

.homeStudio__roles {
    grid-column: 1 / 2;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: end;
    z-index: 2;
    mix-blend-mode: multiply;
}

.homeStudio__role {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: rgba(16, 16, 16, 0.42);
    transition: color 0.25s ease, transform 0.25s ease;
}

.homeStudio__role strong,
.homeStudio__masthead h1,
.homeStudio__masthead h2 {
    font-family: var(--font-display);
}

.homeStudio__role span {
    font-size: 0.74rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.homeStudio__role strong {
    font-size: clamp(1.5rem, 2.4vw, 2.6rem);
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-transform: none;
    white-space: nowrap;
}

.homeStudio__role:hover,
.homeStudio__role:focus-visible {
    color: #101010;
    transform: translateX(4px);
}

.homeStudio__role.is-active {
    color: #101010;
}

.homeStudio__statement {
    grid-column: 1 / 2;
    grid-row: 2;
    align-self: start;
    justify-self: start;
    width: min(100%, 220px);
    margin-top: 230px;
    text-align: left;
    z-index: 2;
    mix-blend-mode: multiply;
}

.homeStudio__statement p {
    margin: 0 0 18px;
    font-size: 0.64rem;
    line-height: 1.55;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    /* Keep: statement copy should not inherit global justified paragraphs. */
    text-align: left !important;
    text-justify: auto !important;
    color: rgba(16, 16, 16, 0.72);
}

.homeStudio__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    min-width: 270px;
    padding: 0 18px;
    border: 1px solid rgba(16, 16, 16, 0.18);
    border-radius: 999px;
    font-size: 0.64rem;
    letter-spacing: 0.24em;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    color: #101010;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.homeStudio__cta:hover,
.homeStudio__cta:focus-visible {
    transform: translateY(-1px);
    background: rgba(16, 16, 16, 0.05);
}

.homeStudio__masthead {
    position: absolute;
    right: clamp(14px, 3.4vw, 40px);
    bottom: clamp(40px, 6vw, 88px);
    z-index: 1;
    text-align: right;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.homeStudio__masthead h1,
.homeStudio__masthead h2 {
    margin: 0;
    color: #0f0f0f;
    font-family: var(--font-alt-display);
    font-size: clamp(5rem, 13vw, 12rem);
    line-height: 0.9;
    font-weight: 400;
    letter-spacing: -0.075em;
    text-transform: none;
}

.homeStudio__masthead h2 {
    margin-top: -0.14em;
    margin-right: 0.18em;
}

@media (max-width: 900px) {
    .homeStudio__frame {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto 1fr;
        gap: 18px;
    }

    .homeStudio__eyebrow,
    .homeStudio__menu,
    .homeStudio__visual,
    .homeStudio__roles,
    .homeStudio__statement {
        grid-column: 1;
        justify-self: start;
    }

    .homeStudio__menu {
        grid-row: 2;
    }

    .homeStudio__visual {
        grid-row: 3;
        width: min(72vw, 360px);
        min-width: 0;
        height: auto;
        aspect-ratio: 1 / 1.18;
    }

    .homeStudio__roles {
        grid-row: 4;
    }

    .homeStudio__statement {
        grid-row: 5;
        width: min(100%, 280px);
    }

    .homeStudio__masthead {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        text-align: left;
    }

    .homeStudio__masthead h1,
    .homeStudio__masthead h2 {
        font-size: clamp(4.2rem, 20vw, 7rem);
    }
}

@media (max-width: 560px) {
    .homeStudio {
        padding: 14px;
    }

    .homeStudio__frame {
        min-height: calc(100vh - 28px);
        min-height: calc(100dvh - 28px);
        height: calc(100vh - 28px);
        height: calc(100dvh - 28px);
        padding: 16px;
    }

    .homeStudio__brand,
    .homeStudio__meta,
    .homeStudio__menu a,
    .homeStudio__statement p,
    .homeStudio__cta,
    .homeStudio__role span {
        font-size: 0.72rem;
    }

    .homeStudio__role strong {
        font-size: 1.26rem;
    }
}

@media (max-width: 980px) and (orientation: landscape) and (max-height: 560px) {
    /* Keep: compact landscape home has a distinct fixed composition. */
    .homeStudio__frame {
        grid-template-columns: minmax(140px, 180px) 1fr minmax(160px, 220px) !important;
        grid-template-rows: auto 1fr auto !important;
        align-items: start;
    }

    .homeStudio__eyebrow {
        grid-column: 1 / 2;
        grid-row: 1;
    }

    .homeStudio__menu {
        grid-column: 3 / 4;
        grid-row: 1;
        justify-self: end;
    }

    .homeStudio__visual {
        grid-column: 1 / 2;
        grid-row: 2;
        width: min(100%, 150px);
    }

    .homeStudio__roles {
        grid-column: 1 / 2;
        grid-row: 3;
    }

    .homeStudio__statement {
        position: absolute !important;
        top: 78px !important;
        right: 18px !important;
        left: auto !important;
        bottom: auto !important;
        grid-column: auto !important;
        grid-row: auto !important;
        justify-self: auto !important;
        align-self: start !important;
        width: 180px !important;
        margin: 0 !important;
        z-index: 5 !important;
    }

    .homeStudio__statement p,
    .homeStudio__cta {
        font-size: 0.58rem;
    }

    .homeStudio__masthead {
        position: absolute !important;
        right: 18px !important;
        bottom: 14px !important;
        margin-top: 0 !important;
        text-align: right !important;
    }

    .homeStudio__masthead h1,
    .homeStudio__masthead h2 {
        font-size: clamp(3.5rem, 10.5vw, 6rem) !important;
    }
}

.studioPageHeader {
    position: fixed;
    top: 18px;
    left: 18px;
    z-index: 120;
    width: min(220px, calc(100vw - 36px));
    display: grid;
    grid-template-columns: 74px 1fr;
    align-items: stretch;
    gap: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    box-shadow: none;
    pointer-events: auto;
    overflow: hidden;
}

.studioPageHeader::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(245, 239, 231, 0.24);
    z-index: -1;
}

.studioPageHeader__brand,
.studioPageHeader__nav a,
.studioHero__kicker,
.studioHero__links a,
.studioHero__title p,
.studioHero__asideLabel,
.studioHero__programs li,
.studioHero__programs li span {
    font-family: var(--font-body);
}

.studioPageHeader__brand {
    display: grid;
    place-items: center;
    align-self: stretch;
    min-height: 132px;
    padding: 8px 5px;
    background: rgba(255, 255, 255, 0.32);
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    font-size: clamp(0.68rem, 0.82vw, 0.82rem);
    line-height: 0.92;
    word-spacing: normal;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    white-space: nowrap;
    text-wrap: nowrap;
    border-right: 0;
    mix-blend-mode: multiply;
}

.studioPageHeader__nav {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
}

.studioPageHeader__nav a {
    color: rgba(16, 16, 16, 0.88);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: clamp(0.82rem, 0.94vw, 0.94rem);
    line-height: 0.95;
    mix-blend-mode: multiply;
    transition:
      transform var(--motion-duration-fast) var(--motion-ease-standard),
      opacity var(--motion-duration-fast) var(--motion-ease-standard),
      color var(--motion-duration-fast) var(--motion-ease-standard);
}

.studioPageHeader__nav a.is-current {
    color: #101010;
}

.studioPageHeader__nav a:hover,
.studioPageHeader__nav a:focus-visible {
    color: #101010;
    transform: translateX(3px);
}

body.modal-open .studioPageHeader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* Keep: Safari can otherwise leave the fixed header hit-testable over modals. */
    display: none !important;
}

html:has(.overlay:target) .studioPageHeader,
html:has(.overlay.is-open) .studioPageHeader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* Keep: :target modals must also hide the fixed header without JS. */
    display: none !important;
}

body.modal-open .studioHero__links {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

body.modal-open .sign_link {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (max-width: 900px) {
    .studioPageHeader {
        top: 16px;
        left: 16px;
        width: min(230px, calc(100vw - 32px));
        grid-template-columns: 68px 1fr;
        gap: 0;
        padding: 0;
    }

    .studioPageHeader__brand {
        min-height: 132px;
        padding: 10px 5px;
        font-size: clamp(0.7rem, 1.2vw, 0.82rem);
    }

    .studioPageHeader__nav a {
        font-size: clamp(0.92rem, 1.9vw, 1rem);
        letter-spacing: 0.12em;
    }

    .studioPageHeader__nav {
        gap: 10px;
        padding: 12px 14px;
    }
}

@media (max-width: 640px) {
    .studioPageHeader {
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
        box-shadow: 0 10px 28px rgba(20, 16, 11, 0.12);
        mix-blend-mode: normal;
    }

    .studioPageHeader__brand {
        min-height: auto;
        word-spacing: normal;
        padding: 14px 16px;
        writing-mode: horizontal-tb;
        text-orientation: initial;
        transform: none;
        white-space: normal;
        text-wrap: balance;
        border-right: 0;
        border-bottom: 1px solid rgba(17, 17, 17, 0.06);
    }

    .studioPageHeader__nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px 18px;
        padding: 14px 16px 16px;
    }

    .studioPageHeader__nav a {
        font-size: 0.92rem;
        line-height: 1.1;
    }
}

.studioHero {
    position: relative;
    min-height: min(82vh, 820px);
    padding: clamp(18px, 2.4vw, 28px);
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.52), rgba(255,255,255,0) 30%),
        linear-gradient(135deg, #f1ebe3 0%, #d7ccc0 100%);
}

.studioHero::before {
    content: "";
    position: absolute;
    inset: clamp(12px, 1.6vw, 22px);
    background: rgba(246, 244, 241, 0.96);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
    pointer-events: none;
}

.studioHero__intro,
.studioHero__visual,
.studioHero__title {
    position: relative;
    z-index: 1;
    will-change: transform, opacity;
}

.studioHero__intro,
.studioHero__visual,
.studioHero__title,
.studioHero__aside {
    pointer-events: none;
}

.studioHero__intro {
    max-width: 250px;
    margin-left: clamp(18px, 2.4vw, 28px);
    padding-top: clamp(18px, 3vw, 34px);
}

.studioHero__kicker {
    margin: 0 0 8px;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #101010;
}

.studioHero__visual {
    width: clamp(150px, 20vw, 240px);
    aspect-ratio: 1 / 1.08;
    margin: clamp(16px, 2.4vw, 28px) 0 0 clamp(18px, 2.4vw, 28px);
    overflow: hidden;
    background: rgba(232, 228, 222, 0.96);
}

.studioHero__visual picture,
.studioHero__visual img {
    display: block;
    width: 100%;
    height: 100%;
}

.studioHero__visual img {
    object-fit: cover;
}

.studioHero__links {
    position: fixed;
    top: auto;
    right: 44px;
    bottom: 44px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    z-index: 60;
    pointer-events: auto;
    will-change: auto;
    text-align: right;
}

.studioHero__links a {
    pointer-events: auto;
}

.studioHero__links a {
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
}

.studioHero__title {
    position: absolute;
    right: clamp(22px, 3vw, 40px);
    bottom: clamp(18px, 2.4vw, 28px);
    text-align: right;
    pointer-events: none;
    overflow: visible;
    z-index: 1;
}

.studioHero__title h1 {
    margin: 0;
    font-family: var(--font-alt-display);
    font-size: clamp(3.6rem, 9vw, 7.2rem);
    line-height: 1;
    letter-spacing: -0.07em;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    color: #101010;
    overflow: visible;
    padding: 0.08em 0.06em 0.12em 0.04em;
}

.studioHero__title p {
    margin: 8px 0 0;
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(16, 16, 16, 0.56);
}

.studioHero__aside {
    position: absolute;
    right: clamp(32px, 5vw, 56px);
    top: 48%;
    z-index: 4;
    pointer-events: auto;
    width: min(220px, 24vw);
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(16, 16, 16, 0.08);
    backdrop-filter: blur(10px);
}

.studioHero__asideLabel {
    margin: 0 0 12px;
    font-size: 0.66rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(16, 16, 16, 0.56);
}

.studioHero__programs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.studioHero__programs li {
    display: flex;
    gap: 12px;
    padding: 6px 0;
    border-top: 1px solid rgba(16, 16, 16, 0.08);
    font-size: 0.78rem;
    line-height: 1.24;
    color: #101010;
}

.studioHero__programs li a {
    display: flex;
    align-items: baseline;
    gap: inherit;
    width: 100%;
    color: inherit;
    text-decoration: none;
    pointer-events: auto;
    transition:
      transform var(--motion-duration-fast) var(--motion-ease-standard),
      opacity var(--motion-duration-fast) var(--motion-ease-standard),
      color var(--motion-duration-fast) var(--motion-ease-standard);
}

.studioHero__programs li a:hover,
.studioHero__programs li a:focus-visible {
    color: #101010;
    transform: translateX(3px);
}

.studioHero__programs li:first-child {
    border-top: 0;
    padding-top: 0;
}

.studioHero__programs li span {
    min-width: 40px;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(16, 16, 16, 0.56);
}

.studioHero--director .studioHero__title h1 {
    font-size: clamp(3.8rem, 9vw, 7.6rem);
    letter-spacing: -0.02em;
}

.studioHero--director .studioHero__visual {
    width: clamp(220px, 25vw, 330px);
}

@media (max-width: 900px) {
    .studioPageHeader {
        top: 10px;
        left: 10px;
        width: calc(100vw - 20px);
        grid-template-columns: 92px 1fr;
    }

    .studioHero {
        min-height: auto;
        padding-bottom: 24px;
    }

    .studioHero::before {
        inset: 12px;
    }

    .studioHero__intro,
    .studioHero__visual {
        margin-left: 22px;
    }

    .studioHero__links {
        top: 118px;
        right: 22px;
        left: auto;
        margin: 0;
    }

    .studioHero__aside {
        position: relative;
        top: auto;
        right: auto;
        width: min(100%, 320px);
        margin: 18px 22px 0;
    }

    .studioHero__title {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 28px 22px 0;
        text-align: left;
    }

    .studioHero__title h1 {
        font-size: clamp(4rem, 20vw, 7rem);
    }
}

@media (max-width: 560px) {
    .studioPageHeader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        grid-template-columns: 1fr;
        background: rgba(248, 245, 240, 0.82);
        mix-blend-mode: normal;
        backdrop-filter: blur(14px);
        border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    }

    .studioPageHeader__brand {
        min-height: auto;
        padding: 12px 14px 6px;
        background: transparent;
        font-size: 1rem;
        word-spacing: normal;
    }

    .studioPageHeader__nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px 16px;
        padding: 0 14px 12px;
    }

    .studioPageHeader__nav a {
        font-size: 0.72rem;
        letter-spacing: 0.12em;
    }

    .studioHero__kicker,
    .studioHero__lede,
    .studioHero__links a,
    .studioHero__title p {
        font-size: 0.82rem;
    }
}






/*-------------columns------------*/
.column {
    height: auto;
    padding-bottom: 60px;
}
@media (min-width: 768px){  
    .column {
        float: left;
		width: 50%;
    }
}
.boxLeft, .boxRight {
    text-align: center;
    background:rgba(0,0,0,0.0);
    margin-left: auto;
    margin-right: auto;
    padding: 1%;  
    margin-bottom: 20px;
}
@media (max-width: 768px) {
  .boxLeft {
	  margin-bottom: -130px;
	}
}
@media (max-width: 768px) {
  .boxRight {
	  margin-bottom: -60px;
	}
}
@media (max-width: 768px){
	.boxLeft, .boxRight{
		width: 100%;
	}
}
.boxRight {
    padding-top: 160px
}
.boxGray{
    width: auto;
    background: rgba(0,0,0,0.03);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
}
@media (max-width: 768px){
	.boxGray{
        width: 100%
	}
}
 .modal .boxGray{
    width: 40%;
    background: rgba(0,0,0,0.03);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (max-width: 768px){
	 .modal  .boxGray{
        width: 100%
	}
}
@media (max-width: 768px){
	 .boxRight, #compositions{
       
		 margin-top: -90px;
		 padding-bottom: -370px;
		 
	}
}
@media (max-width: 576px){
	 .boxRight, #arrangements{
         margin-bottom: 10px;
		 margin-top: -90px;
		 
	}
}






/*----------------biography-----------------*/
.biography {
    padding-top: 60px;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
}
@media (max-width: 576px) {
  .biography {
    padding-top: 20px;
    margin-left: 1px;
    margin-right: 1px;
  }
}
.biography a{
    color:rgba(0,0,0,0.70);
    text-decoration: none;
    position: relative;
    padding: 0.35em;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    overflow-x: hidden;
}
.biography a:after {
   content: '';
   position: absolute;
   top: 55%;
   left: 0;
   height: 1px;
   width: 0;
   background: #000000;
   -moz-transition: width 0.4s ease;
   -o-transition: width 0.4s ease;
   -webkit-transition: width 0.4s ease;
   -ms-transition: width 0.4s ease;
   transition: width 0.4s ease;
}
.biography a:hover:after  {
   width: 100%;
   -moz-transition: width 0.4s ease;
   -o-transition: width 0.4s ease;
   -webkit-transition: width 0.4s ease;
   -ms-transition: width 0.4s ease;
   transition: width 0.4s ease;
   outline: 0;
}






/*---------video---------*/
.introVideo {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 400px;
    top: 80px;
    width: 50%;
    height: 100%;
    box-shadow: none;
    background: transparent;
}
@media (max-width: 768px) {
  .introVideo {
      width: 100%;
      top: 30px;
	  margin-bottom: 120px;
	}
}







/*----------------events----------------*/
.overlay .bandeSon img{	
	width: 300px;
	margin-top: -2px;
	-ms-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-o-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);

}
.overlay .bandeSon img:hover{	

	padding: 10px;
    -ms-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
	-o-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);	

}
.year {
    font-family: var(--font-display);
    letter-spacing: -0.03em;
    font-size: clamp(2.4rem, 6vw, 5rem);
    color: rgba(17,17,17,0.12);
    text-align: left;
    margin-top: 24px;
    margin-bottom: 0;
    margin-left: 10px;
    height: auto;
    min-width: 0;
    overflow: visible;
    line-height: 1;
}
@media (max-width: 768px){
	.year {
        font-size: 45px;
        padding-top: 50px;
        margin-bottom: -30px;
        letter-spacing: -1px;
	    margin-left: 5px;
	}
}

#events {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
    padding-bottom: 200px;
}
@media (max-width: 768px){
	#events{
		margin-top: 10px;
	    margin-left: 0px;
	    margin-right: 0px;
		padding-bottom: 60px;
	}
}
#events img:not(.modalLinkRow__iconImg){
    position: relative;
    width: 250px;
    margin: 10px;
    margin-top: -20px;
    margin-bottom: 20px;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s;
}
@media (max-width: 768px){
	#events img:not(.modalLinkRow__iconImg){
	width: 220px;
	}
}
#events img:not(.modalLinkRow__iconImg):hover {
    transform: scale(1.05);
    box-shadow: none;
}
#events a{
    text-decoration: none;
    outline: none;
}

body.page-director #events a:focus,
body.page-director #events a:focus-visible,
body.page-musician #events a:focus,
body.page-musician #events a:focus-visible,
body.page-composer #events a:focus,
body.page-composer #events a:focus-visible {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

body.page-director #events a picture,
body.page-musician #events a picture,
body.page-composer #events a picture,
body.page-director #events a img:not(.modalLinkRow__iconImg),
body.page-musician #events a img:not(.modalLinkRow__iconImg),
body.page-composer #events a img:not(.modalLinkRow__iconImg) {
    /* Keep: linked media should not inherit focus/card decoration. */
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}





/*-------------------works--------------------*/
.works {
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 0.08em;
	text-align: center;
	line-height: 1.7;
	text-transform: none;
}
@media (max-width: 768px){
.works{
    font-size: 10px;
    letter-spacing: 0px;
	}
}
.works a{
	color: rgba(0,0,0,1.00); 
    text-decoration: none;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    padding: 0.37em;
    appearance: none;    
    background: transparent;
    border: 0;	
	
}

.works a:after {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   height: 1px;
   width: 0;
   background: #000000;
   -moz-transition: width 0.4s ease;
   -o-transition: width 0.4s ease;
   -webkit-transition: width 0.4s ease;
   -ms-transition: width 0.4s ease;
   transition: width 0.4s ease;
}
.works a:hover:after  {
   width: 100%;
   -moz-transition: width 0.4s ease;
   -o-transition: width 0.4s ease;
   -webkit-transition: width 0.4s ease;
   -ms-transition: width 0.4s ease;
   transition: width 0.4s ease;
   outline: 0;
}
#compositions {
    padding-bottom: 300px;
}
@media (max-width: 768px){
#compositions {
	  margin-bottom: -200px;
  }
}
#contributors {
    padding-bottom: 200px;
}
#contributors h3{
    padding-bottom: 190px
}
@media (max-width: 768px){
#contributors {
	  padding-bottom: 60px;
  }
}




/*---------------audio video------------*/
.mediaActionBlock,
.boxAudio {
    display: grid;
    justify-items: center;
    gap: 10px;
    width: min(320px, 100%);
    margin: 40px auto 14px;
    padding: 0;
}

.mediaActionBlock + .mediaActionBlock,
.boxAudio + .boxAudio {
    margin-top: 0;
}

.mediaActionBlock .playerTxt,
.boxAudio .playerTxt,
.playerTxt {
    width: 100%;
    margin: 0;
    font-family: var(--font-micro);
    font-size: 0.72rem;
    line-height: 1.25;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: center;
    color: rgba(16,16,16,0.78);
}

.mediaActionBlock .audioPlayer,
.boxAudio .audioPlayer,
.audioPlayer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(320px, 100%);
    min-height: 54px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(0,0,0,0.05);
}

.media-audio {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.bbplayer {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: center;
    gap: 12px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.bb-play {
    display: inline-block;
    vertical-align: middle;
    height: 23px;
  	width:  23px; 
    background: transparent; 
    background-image: url('images/play.webp');
    background-repeat: no-repeat;
    background-position: 1px center;
    cursor: pointer;
	-moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
@media (max-width: 768px) {
 .bb-play {
    height: 20px;
   	width:  20px; 
  }
}
.bb-play:hover {
 transform: scale(1.1)
}
.bb-playing {
	background-image: url('images/pause.webp');
    background-position: center center;
}
.bbplayer div.playerWindow {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
	font-size: 12px;
    width: 100%;
}

.bb-track-display {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgba(110,110,110,1);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
}

@media all and (max-width: 480px) {
  .mediaActionBlock,
  .boxAudio {
    width: min(100%, 280px);
    margin-bottom: 12px;
  }

  .mediaActionBlock .audioPlayer,
  .boxAudio .audioPlayer,
  .audioPlayer {
    width: 100%;
    min-height: 50px;
    padding: 8px 14px;
  }

  .bbplayer {
    color: #898989;
    display: inline-grid;
    gap: 10px;
  }
}


.videoBox {
    width: 440px;
    min-height: 250px;
    margin-top: 40px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    -ms-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
}

.videoBox.videoBox--link {
    display: grid;
    justify-items: center;
    gap: 10px;
    width: min(320px, 100%);
    min-height: 0;
    height: auto;
    margin: 40px auto 14px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    text-align: center;
}

.videoBox.videoBox--link + .videoBox.videoBox--link {
    margin-top: 0;
}

.modal .modalVideo {
    display: grid;
    justify-items: center;
    margin: 0;
    padding: 0;
}

.modal .modalVideo .videoBox.videoBox--link,
.modal .mediaActionBlock {
    width: min(320px, 100%);
    min-height: 0;
}

.modal .mediaActionBlock {
    gap: 0;
}

.modal .mediaActionBlock .playerTxt {
    margin-bottom: 8px;
}

.modal .mediaActionBlock:has(.modalLinkRow__icon) {
    gap: 12px;
    margin: 14px auto;
}

.modal .mediaActionBlock:has(.modalLinkRow__icon) .playerTxt {
    margin: 0;
}

@media (max-width: 768px) {
 .videoBox {
     margin-top: 20px;
     height: 165px;
     width: 280px;
  }

 .videoBox.videoBox--link {
     width: min(100%, 280px);
   }
}
@media (max-width: 576px) {
 .videoBox {
     height: 140px;
    width: 250px;
  }

 .videoBox.videoBox--link {
     width: min(100%, 280px);
   }
}





/*-----------------modal------------------*/
.overlay {
    position: fixed;
  	top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    opacity: 0;
	overflow-y: auto;
    z-index: 999;
    pointer-events: none;
    transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    isolation: isolate;
    contain: layout paint;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.overlay::before {
    content: "";
    position: fixed;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    background: rgba(226, 219, 210, 0.82);
    transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.overlay:target {
    opacity: 1;
	z-index: 999;   
    pointer-events: auto;
}

.overlay.is-open {
    opacity: 1;
    z-index: 999;
    pointer-events: auto;
}

.overlay:target::before,
.overlay.is-open::before {
    opacity: 1;
}

.overlay:has(.modalPhotos)::before {
    background: rgba(226, 219, 210, 0.78);
}

.overlay a {
    text-decoration: none;
}
.modal {  
    background: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    text-align: center;
    margin: 18px auto;
    width: min(1120px, calc(100% - 36px));
    min-height: auto;
    height: auto;
    padding-top: 48px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 48px;
    position: relative;
    opacity: 0;
    transform: translateY(24px) scale(0.988);
    transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.42s ease;
    will-change: transform, opacity;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
@media (max-width: 768px) {
  .modal {
      padding-top: 30px;
	}
}


.modal img:not(.modalLinkRow__iconImg){
    max-width: 435px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 40px;
    -ms-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    transition-duration: 0.4s;
}

.modal picture,
.modalPhotos picture {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.modal picture img,
.modalPhotos picture img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal > br:has(+ picture),
.modal > .videoBox + br:has(+ picture),
.modal > .mediaActionBlock + br:has(+ picture),
.modal > .boxAudio + br:has(+ picture),
.modal > .modalVideo + br:has(+ picture) {
    display: none;
}

.modal > picture,
.modal > .videoBox + picture,
.modal > .mediaActionBlock + picture,
.modal > .boxAudio + picture,
.modal > .modalVideo + picture {
    margin-top: 56px;
}

.overlay .modal > br:last-of-type {
    display: none;
}

.overlay .modal > picture:last-of-type,
.overlay .modal > img:last-of-type {
    display: block;
    width: min(var(--modal-poster-width), calc(100vw - 48px));
    max-width: 100%;
    margin: 56px auto 0;
    border-radius: 16px;
}

.overlay .modal > picture:last-of-type img,
.overlay .modal > img:last-of-type {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 0;
}

.overlay .modal > picture img {
    margin-top: 0;
}

@media (max-width: 768px) {
  .modal img:not(.modalLinkRow__iconImg) {
      max-width: 40%;
      margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .modal img:not(.modalLinkRow__iconImg) {
      max-width: 90%;
      margin-top: 30px;
  }
}




.modalPhotos{  
    background: transparent;
    color: rgba(17,17,17,0.88);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
    margin: 0 auto;
    width: min(1120px, calc(100% - 36px));
    max-width: calc(100% - 36px);
    min-height: 100vh;
    padding: 72px 24px 32px;
    border-radius: 0;
    position: relative;
    opacity: 0;
    transform: translateY(18px) scale(0.988);
    transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.42s ease;
    box-shadow: none;
}

@media (max-width: 768px) {
  .modalPhotos {
      max-width: calc(100% - 20px);
      min-height: 100vh;
      padding: 16px 16px 18px;
  }
}

.overlay:target .modal,
.overlay.is-open .modal,
.overlay:target .modalPhotos,
.overlay.is-open .modalPhotos {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.modalPhotos img {
    width: auto;
    max-width: min(100%, 920px);
	max-height: min(74vh, 920px);
	margin: 0 auto;
	display: block;
    -ms-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
	-o-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);	
}
@media (max-width: 992px) {
  .modalPhotos img {
	  max-width: 100%;
      max-height: 58vh;
	}
}


.modalPhotos br {
    display: none;
}

.modalPhotos span{
    color: rgba(110,110,110,1);
}


.modal h1{
    margin-top: -160px;
}
.modal a{
    color: #000000;
    text-decoration: none;
}

.modalImageZoom__frame {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}

.modalImageZoom__frame picture,
.modalImageZoom__frame img {
    /* Keep: zoom overlay owns image spacing independent of modal rules. */
    margin-top: 0 !important;
}

.modalPhotos--imageZoom {
    gap: 14px;
}

.modalPhotos--imageZoom .modalImageZoom__caption {
    max-width: min(72ch, 100%);
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(60,60,60,0.88);
}

.modalImageZoomable {
    cursor: zoom-in;
}

.modal .xxl {
    width: 180px;
    margin-top: 40px;
}
.modal  .btnTickets {
    padding-top: 20px;
}
.modalWorks img{
    width: min(100%, 300px);
    -ms-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.75);
}
@media (max-width: 768px) {
    .modalWorks img {
        max-width: 50%;
        margin-top: 15%;
    }
}
.imgWorks {
    width: 300px;   
}
.iconModal {
    display: block;
    width: 430px;
    height: auto;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
 	.iconModal {
   		width: 250px;
  }
}


/*------------photos--------------*/
.rowPhotos {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 120px;
}
@media (max-width: 768px) {
  .rowPhotos {
  	  padding-bottom: 100px;
	  padding-top: 100px;
	}
}
.rowPhotos a {
    display: inline-flex;
    width: fit-content;
    height: auto;
    margin: 0;
    overflow: visible;
}
.rowPhotos img {
    display: block;
    width: auto;
    max-width: min(100%, 300px);
    height: auto;
    object-fit: contain;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s;
}
/* Shared hover-zoom treatment for clickable visuals across the site. */
a > picture,
a > img {
    display: block;
    overflow: hidden;
}

a > picture img,
a > img:not(.modalLinkRow__iconImg) {
    -moz-transition: transform 0.4s ease-in-out 0s;
    -o-transition: transform 0.4s ease-in-out 0s;
    -webkit-transition: transform 0.4s ease-in-out 0s;
    -ms-transition: transform 0.4s ease-in-out 0s;
    transition: transform 0.4s ease-in-out;
    transform: scale(1);
    transform-origin: center center;
    cursor: pointer;
}

a:hover > picture img,
a:focus-visible > picture img,
a:hover > img:not(.modalLinkRow__iconImg),
a:focus-visible > img:not(.modalLinkRow__iconImg) {
    transform: scale(1.05);
}

.overlay a > picture,
.overlay a > img,
.modalLinkRow__icon,
.socialIcons a > img,
.sign_link > img {
    overflow: visible;
}

.overlay a:hover > picture img,
.overlay a:focus-visible > picture img,
.overlay a:hover > img,
.overlay a:focus-visible > img,
.modalLinkRow__icon:hover > img,
.modalLinkRow__icon:focus-visible > img {
    transform: none;
}

.overlay .modalImageZoomable,
.overlay .modalImageZoomable *,
.overlay .modalImageZoom__frame,
.overlay .modalImageZoom__frame * {
    /* Keep: zoom affordance must override nested media/player cursors. */
    cursor: zoom-in !important;
}

.rowPhotos.grid a {
    width: calc(25% - 4px);
}
.rowPhotos.grid a.double{
	width: calc(50% - 4px);
}
.rowPhotos.grid img {
    width: 100%;
}
.rowPhotos.boxPhotos a {
	flex: 0 1 300px;
}
.rowPhotos.boxPhotos img {
	min-width: 0;
}
@media (max-width: 768px) {
  .rowPhotos.boxPhotos img {
	  max-width: min(100%, 160px);
	}
}
@media (max-width: 1500px) {
	.rowPhotos.grid a {
	 width: calc(33.33% - 4px);
	}
}
@media (max-width: 1000px) {
  .rowPhotos.grid a {
    width: calc(50% - 4px);
  }
	.rowPhotos.grid a.double{
		width: calc(100% - 4px);
	}
}
@media (max-width: 500px) {
  .rowPhotos.grid a {
    width: calc(100% - 4px);
  }
}



/*----------------contact-----------------*/
.contact {
	width: 95%;
    padding-top: 300px;
    padding-bottom: 300px;
    text-align: left;
    margin-left: 10px;
    margin-right: auto;	
    line-height: 0.9
}
@media (max-width: 576px) {
  .contact {
    padding-bottom: 80px;
    padding-top: 30px;
  }
}
.contact img {
	width: 230px;
}
@media (max-width: 576px) {
 .contact img {
    width: 160px;
  }
}

.socialIcons img{
	width: 70px;
}
@media (max-width: 576px) {
 .socialIcons img {
    width: 50px;
  }
}
.socialIcons img{
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s;
    filter: grayscale(1);
    transform: scale(1.0);
}
.socialIcons img:hover {
    transform: scale(1.1);
}





/*--------------sign-----------------*/
.sign {
    display: inline-block;
}
.sign_link {
    position: relative;
    z-index: 11;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    margin: 10vh 0 0 1.25rem;
    padding-bottom: 1.25rem;
    text-decoration: none;
}
body:not(.page-contact) .sign_link {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 8vh 0 1.25rem 1.25rem;
}
.sign_trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-alt-display);
    font-size: 4.7rem;
    font-weight: 100;
    font-style: normal;
    line-height: 0.72;
    color: #111111;
    cursor: pointer;
    user-select: none;
}
.sign_hover_card {
    --sign-hover-x: 0px;
    --sign-hover-y: 0px;
    position: absolute;
    left: calc(100% + 0.5rem);
    bottom: calc(100% - 0.25rem);
    width: 150px;
    min-height: 150px;
    padding: 0.8rem 0.85rem;
    background: #ffffff;
    color: #292929;
    font-family: var(--font-micro);
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.02em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(var(--sign-hover-x), calc(14px + var(--sign-hover-y)), 0) scale(0.92);
    transform-origin: left bottom;
    transition:
      opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}
.sign_link:hover .sign_hover_card,
.sign_link:focus-visible .sign_hover_card {
    opacity: 1;
    visibility: visible;
    transform: translate3d(var(--sign-hover-x), var(--sign-hover-y), 0) scale(1);
}
@media screen and (max-width: 768px) {
  .sign_link {
    margin: 8vh 0 0 1rem;
    padding-bottom: 1rem;
  }
  body:not(.page-contact) .sign_link {
    left: auto;
    bottom: auto;
    transform: none;
    margin: 6vh 0 1rem 1rem;
  }
  .sign_trigger {
    font-size: 4rem;
  }
  .sign_hover_card {
    width: 150px;
    min-height: 150px;
    padding: 0.8rem;
    font-size: 0.62rem;
  }
}

/*--------------------btn links-------------------*/
.btnLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 18px;
    font-size: 0.74rem;
    letter-spacing: 0.24em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    color: #101010;
    background-color: transparent;
    border: 1px solid rgba(16, 16, 16, 0.18);
    border-radius: 999px;
    transition:
      transform 0.25s ease,
      background-color 0.25s ease,
      color 0.25s ease,
      border-color 0.25s ease;
}
.btnLink:hover {
    transform: translateY(-1px);
    background-color: rgba(16, 16, 16, 0.05);
    color: #101010;
    border-color: rgba(16, 16, 16, 0.18);
}

.modalLinkRow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.modalLinkRow .btnLink {
    margin-left: 0;
    margin-right: 0;
}

.eventVideoLinks {
    display: grid;
    justify-items: center;
    gap: 14px;
    margin-top: 14px;
}

.eventVideoLinks .mediaActionBlock {
    width: auto;
    margin: 0;
    gap: 2px;
}

.eventVideoLinks .playerTxt {
    width: auto;
    margin: 0;
}

.mediaActionBlock:has(.youtubeLinkRow) {
    display: block;
    width: auto;
    margin: 10px auto;
}

.youtubeLinkRow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: auto;
    color: inherit;
    text-decoration: none;
    transition: transform 0.25s ease, opacity 0.25s ease, color 0.25s ease;
}

.youtubeLinkRow:hover,
.youtubeLinkRow:focus-visible {
    transform: translateX(4px);
}

.youtubeLinkRow .playerTxt {
    width: auto;
    margin: 0;
    text-align: left;
}

.modalLinkRow__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    flex: 0 0 30px;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    /* Keep: gallery thumbnails are bare images, not cards. */
    box-shadow: none !important;
    transition: transform 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
}

.modalLinkRow__icon img,
.modalLinkRow__iconImg {
    display: block;
    position: static;
    width: 30px;
    height: auto;
    max-width: 30px;
    max-height: none;
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    transform: translateY(-2px);
    /* Keep: icon images must stay transparent inside legacy link rows. */
    background: transparent !important;
    box-shadow: none !important;
    mix-blend-mode: multiply;
}

.youtubeLinkRow:hover .modalLinkRow__icon,
.youtubeLinkRow:focus-visible .modalLinkRow__icon {
    opacity: 0.88;
}

.modalVideoLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: auto;
    color: inherit;
    text-decoration: none;
    transition: transform 0.25s ease, opacity 0.25s ease, color 0.25s ease;
}

.modalVideoLink::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    background: center / 30px 30px no-repeat url("images/icon_camera.svg");
    transform: translateY(-2px);
}

.modalVideoLink:hover,
.modalVideoLink:focus-visible {
    transform: translateX(4px);
}

@media (max-width: 768px) {
  .btnLink {
      margin-bottom: 15px;
  }
}

























/*---------------btn close-----------------*/
.overlay .modal > a[href="#_"],
.overlay .modalPhotos > a[href="#_"] {
    position: sticky;
    top: clamp(1rem, 2vw, 1.5rem);
    display: block;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: clamp(1rem, 2vw, 1.5rem);
    z-index: 2200;
}

.overlay .close {
    position: relative;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    display: block;
    background: transparent;
    border: 0;
    border-radius: 999px;
    z-index: 2200;
    opacity: 0.92;
    transition:
      opacity 0.28s ease,
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 768px) {
  .overlay .modal > a[href="#_"],
  .overlay .modalPhotos > a[href="#_"] {
      top: 1rem;
      width: 42px;
      height: 42px;
      margin-right: 1rem;
  }

  .overlay .close{
      width: 42px;
      height: 42px;
  }
}

.overlay .close:hover {
    opacity: 1;
    transform: translateX(0) scale(1.02);
}
.overlay .close::before, .overlay .close::after {
  	content: '';
	position: absolute;
	height: 1px;
	width: 84px;
	top: 50%;
	left: 50%;
    margin-left: -42px;
	}
@media (max-width: 768px) {
  .overlay .close::before, .overlay .close::after{
      width: 46px;
      margin-left: -23px;
      top: 50%;
  }
}
.overlay .close::before {
	background: #000000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}
.overlay .close::after {
	background: #000000;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   transition: transform 0.3s ease;
}

.overlay .close:hover::before,
.overlay .close:focus-visible::before {
    transform: rotate(135deg);
}

.overlay .close:hover::after,
.overlay .close:focus-visible::after {
    transform: rotate(45deg);
}





/*-------------------btn trace--------------------*/
.btnTrace a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.78rem;
    color: rgba(0,0,0,0.72);
    text-decoration: none;
    position: relative;
    appearance: none;
    background: linear-gradient(90deg, rgba(255,255,255,0.82), rgba(255,255,255,0) 86%);
    border: 1px solid rgba(17,17,17,0.08);
    border-radius: 999px;
    transition:
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      color 0.32s ease,
      box-shadow 0.32s ease,
      border-color 0.32s ease,
      background-color 0.32s ease;
}
.btnTrace a:hover,
.btnTrace a:focus-visible {
    transform: translateX(6px);
    color: rgba(0,0,0,0.96);
    background: linear-gradient(90deg, rgba(255,255,255,0.98), rgba(247,242,236,0.5) 86%, rgba(255,255,255,0) 100%);
    border-color: rgba(17,17,17,0.12);
    box-shadow: 0 10px 24px rgba(17,17,17,0.08);
    outline: 0;
}






















/*---------------btn tickets----------------*/
.btnTickets a{
    width: 230px;
    padding: 10px; 
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    color: rgba(255,255,255,1.00);
    border: 1px solid transparent;
    background-color: rgba(11,11,11,1.00);
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
   
}
.btnTickets a:hover {
	background-color: rgba(255,255,255,1.0);
	color: rgba(11,11,11,1.00);
    border: 1px solid #000000;
}
@media (max-width: 576px) {
  .btnTickets {
      width: 100%;
	  padding-bottom: 2px;
  }
}

/*-----------------btn more---------------*/
.more {
	background-color: rgba(255,252,255,1.00);
	margin: 4px;
	margin-top: 1px;
	padding: 123px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	-moz-transition-duration: 0.4s; 
	-o-transition-duration: 0.4s; 
	-webkit-transition-duration: 0.4s; 
	-ms-transition-duration: 0.4s; 
    transition-duration: 0.4s;
	filter: invert(0%);
}
@media (max-width: 576px) {
  .more {
	  padding:49%;
	}
}
@media (max-width: 768px) {
  .more{
	  padding:49%;
	}
}
.more:hover {
	filter: invert(100%);
	
}
.more::before, .more::after {
  	content: '';
	position: absolute;
	height: 2px;
	width: 200px;
	top: 50%;
	left: 20px;
	}
.more::before {
	background: #000000;
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   transform: rotate(180deg);
}
.more::after {
	background: #000000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
header {
    position: fixed;
    width: 60px;
    min-height: 60px;
	z-index: 9
}
header .row {
    position: relative;
    min-height: 66px;
    width: 100%;
    z-index: 1001;
}
.btnLink:focus-visible,
.socialIcons img:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.75);
    outline-offset: 4px;
}



.player {
    max-width: 100%;
    position: relative;
    overflow: visible;
}
.player__video,
.media-video {
    display: block;
    width: 100%;
    min-height: 240px;
    border-radius: 8px;
    background: #000;
}
@media (max-width: 768px) {
  .player__video,
  .media-video {
      min-height: 180px;
  }
}
.media-video-shell {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: none;
    background: transparent;
}
.player__video,
.media-video {
    border-radius: 18px;
    min-height: 320px;
    object-fit: cover;
    box-shadow: 0 28px 80px rgba(18, 18, 18, 0.22);
}

.big__play {
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 3;
    width: 110px;
    height: 110px;
    margin: -55px 0 0 -55px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    transition: transform 0.35s ease, background-color 0.35s ease, opacity 0.35s ease;
}

.big__play svg {
    width: 34px;
    height: 34px;
}

.media-video-shell:hover .big__play {
    transform: scale(1.06);
    background: rgba(255, 255, 255, 0.18);
}

.player__controls {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 3;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(15,15,15,0.12) 0%, rgba(15,15,15,0.72) 100%);
    backdrop-filter: blur(14px);
}

.progress {
    position: relative;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    overflow: hidden;
    cursor: pointer;
}

.progress__filled {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ffffff 0%, #d7d2cb 100%);
}

.player__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 12px;
}

.play__button,
.mute__button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.play__button:hover,
.mute__button:hover,
.play__button:focus-visible,
.mute__button:focus-visible {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.16);
}

.play__button svg,
.mute__button svg {
    width: 18px;
    height: 18px;
}

.player__slider {
    flex: 1;
    height: 6px;
    appearance: none;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    outline: none;
}

.player__slider::-webkit-slider-thumb {
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.player__slider::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

@media (max-width: 768px) {
  .player__video,
  .media-video {
      min-height: 220px;
      border-radius: 14px;
  }

  .media-video-shell,
  .player__controls {
      border-radius: 14px;
  }

  .big__play {
      width: 84px;
      height: 84px;
      margin: -42px 0 0 -42px;
  }

  .big__play svg {
      width: 28px;
      height: 28px;
  }

  .player__controls {
      left: 10px;
      right: 10px;
      bottom: 10px;
      padding: 10px;
  }

  .play__button,
  .mute__button {
      width: 38px;
      height: 38px;
  }
}

main {
    display: block;
}

/*-----------------editorial redesign------------------*/
body.page-composer,
body.page-director,
body.page-musician {
    height: auto;
    min-height: 100%;
    background-color: #f4f1ec;
    background-image:
        radial-gradient(circle at top left, rgba(255,255,255,0.5), rgba(255,255,255,0) 30%),
        linear-gradient(135deg, #f1ebe3 0%, #d7ccc0 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

body.page-contact {
    height: auto;
    min-height: 100%;
    background-color: #f4f1ec;
    background-image:
        radial-gradient(circle at top left, rgba(255,255,255,0.5), rgba(255,255,255,0) 30%),
        linear-gradient(135deg, #f1ebe3 0%, #d7ccc0 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

body.page-composer::before,
body.page-musician::before,
body.page-contact::before {
    content: none;
}

body.page-composer .studioPageHeader,
body.page-director .studioPageHeader,
body.page-musician .studioPageHeader {
    top: 46px;
    left: 44px;
    width: min(320px, calc(100vw - 184px));
    grid-template-columns: 84px 1fr;
    border: 0;
    background: rgba(255, 255, 255, 0.32);
    backdrop-filter: none;
    box-shadow: none;
    opacity: 1;
    isolation: isolate;
    transition: opacity 2s ease, border-color 2s ease, background-color 2s ease;
}

body.page-composer .studioPageHeader:hover,
body.page-composer .studioPageHeader:focus-within,
body.page-director .studioPageHeader:hover,
body.page-director .studioPageHeader:focus-within,
body.page-musician .studioPageHeader:hover,
body.page-musician .studioPageHeader:focus-within {
    opacity: 1;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.44);
}

body.page-composer .studioPageHeader__brand,
body.page-director .studioPageHeader__brand,
body.page-musician .studioPageHeader__brand {
    background: transparent;
    color: #ffffff;
    font-family: var(--font-micro);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    display: block;
    min-height: auto;
    padding: 14px 18px 10px;
    width: 100%;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
    white-space: nowrap;
    border-right: 0;
    border-bottom: 0;
    mix-blend-mode: difference;
}

body.page-composer .studioPageHeader,
body.page-director .studioPageHeader,
body.page-musician .studioPageHeader {
    width: fit-content;
    max-width: min(320px, calc(100vw - 36px));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: normal;
}

body.page-composer .studioPageHeader__nav,
body.page-director .studioPageHeader__nav,
body.page-musician .studioPageHeader__nav {
    align-items: flex-start;
    gap: 12px;
    padding: 10px 18px 12px;
    mix-blend-mode: difference;
}

body.page-composer .studioPageHeader__nav a,
body.page-director .studioPageHeader__nav a,
body.page-musician .studioPageHeader__nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: rgba(255,255,255,0.8);
    opacity: 1;
    font-family: var(--font-micro);
    font-size: 0.64rem;
    letter-spacing: 0.22em;
    line-height: 1;
    mix-blend-mode: normal;
}

body.page-composer .studioPageHeader__nav a.is-current,
body.page-director .studioPageHeader__nav a.is-current,
body.page-musician .studioPageHeader__nav a.is-current {
    color: #ffffff;
    opacity: 1;
}

body.page-composer .studioPageHeader__nav a::before,
body.page-director .studioPageHeader__nav a::before,
body.page-musician .studioPageHeader__nav a::before {
    content: "";
    width: 18px;
    height: 1px;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    background: currentColor;
    flex: 0 0 auto;
    opacity: 0.24;
}

body.page-composer .studioPageHeader__nav a.is-current::before,
body.page-director .studioPageHeader__nav a.is-current::before,
body.page-musician .studioPageHeader__nav a.is-current::before {
    opacity: 0.72;
}

body.page-composer main,
body.page-director main,
body.page-musician main {
    position: relative;
    z-index: 1;
    padding: 28px;
    background: transparent;
}

body.page-composer section,
body.page-director section,
body.page-musician section,
body.page-composer .row,
body.page-director .row,
body.page-musician .row,
body.page-composer #events,
body.page-director #events,
body.page-musician #events,
body.page-composer #compositions,
body.page-composer #arrangements,
body.page-composer #contributors,
body.page-composer #photos,
body.page-director #photos,
body.page-musician #photos {
    margin-top: 48px;
    /* Keep: photo sections must ignore older section-surface styles. */
    background: transparent !important;
}

body.page-composer #photos {
    margin-top: 72px;
}

body.page-composer .row:has(> #photos) {
    padding-top: 72px;
}

body.page-composer .studioHero,
body.page-director .studioHero,
body.page-musician .studioHero {
    min-height: calc(100vh - 56px);
    min-height: calc(100dvh - 56px);
    padding: 34px;
    background: transparent;
}

body.page-composer .studioHero::before,
body.page-director .studioHero::before,
body.page-musician .studioHero::before {
    inset: 18px;
    border: 0;
    border-radius: 28px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
    background: rgba(232, 228, 222, 0.96);
}

body.page-composer .studioHero__intro,
body.page-director .studioHero__intro,
body.page-musician .studioHero__intro {
    max-width: 300px;
    padding-top: 42px;
}

body.page-composer .studioHero__kicker,
body.page-director .studioHero__kicker,
body.page-musician .studioHero__kicker {
    margin-bottom: 12px;
    font-family: var(--font-micro);
    font-size: 0.62rem;
    letter-spacing: 0.32em;
    color: rgba(17,17,17,0.56);
}

body.page-composer .studioHero__lede,
body.page-director .studioHero__lede,
body.page-musician .studioHero__lede {
    max-width: 26ch;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
    text-transform: none;
    color: rgba(17,17,17,0.76);
}

body.page-composer .studioHero__visual,
body.page-director .studioHero__visual,
body.page-musician .studioHero__visual {
    width: clamp(336px, 35vw, 490px);
    aspect-ratio: 0.88;
    margin: 28px clamp(22px, 3vw, 40px) 0 auto;
    border-radius: 0;
    box-shadow: none;
    background: rgba(232, 228, 222, 0.96);
}

body.page-director .studioHero__visual {
    margin-top: 18px;
}

body.page-composer .studioHero__visual::after,
body.page-director .studioHero__visual::after,
body.page-musician .studioHero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:
      radial-gradient(circle at center, rgba(232, 228, 222, 0) 54%, rgba(232, 228, 222, 0.42) 78%, rgba(232, 228, 222, 0.82) 100%),
      linear-gradient(180deg, rgba(232, 228, 222, 0.46), rgba(232, 228, 222, 0) 20%, rgba(232, 228, 222, 0) 80%, rgba(232, 228, 222, 0.5)),
      linear-gradient(90deg, rgba(232, 228, 222, 0.54), rgba(232, 228, 222, 0) 18%, rgba(232, 228, 222, 0) 82%, rgba(232, 228, 222, 0.54));
}

body.page-composer .studioHero__visual::before,
body.page-director .studioHero__visual::before,
body.page-musician .studioHero__visual::before {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;
    width: 72px;
    border-radius: 0;
    pointer-events: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: transparent;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
}

body.page-composer .studioHero__visual img,
body.page-director .studioHero__visual img,
body.page-musician .studioHero__visual img {
    filter: saturate(0.9) contrast(0.98) brightness(1.01);
}

body.page-composer .studioHero__links,
body.page-director .studioHero__links,
body.page-musician .studioHero__links {
    position: fixed;
    top: auto;
    right: 44px;
    left: auto;
    bottom: 22px;
    margin: 0;
    z-index: 60;
    padding: 14px 18px 16px;
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-composer .studioHero__links {
    right: 22px;
}

body.hero-links-visible .studioHero__links {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.page-composer .studioHero__links a,
body.page-director .studioHero__links a,
body.page-musician .studioHero__links a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 10px;
    padding: 0;
    font-family: var(--font-micro);
    font-size: 0.64rem;
    letter-spacing: 0.22em;
    color: rgba(255,255,255,0.82);
    transition: color 0.25s ease, transform 0.25s ease;
    text-align: right;
    mix-blend-mode: difference;
}

body.page-composer .studioHero__links a::before,
body.page-director .studioHero__links a::before,
body.page-musician .studioHero__links a::before {
    content: "";
    width: 18px;
    height: 1px;
    background: currentColor;
    flex: 0 0 auto;
    opacity: 0.42;
}

body.page-composer .studioHero__links a:hover,
body.page-composer .studioHero__links a:focus-visible,
body.page-director .studioHero__links a:hover,
body.page-director .studioHero__links a:focus-visible,
body.page-musician .studioHero__links a:hover,
body.page-musician .studioHero__links a:focus-visible {
    color: #101010;
    opacity: 1;
    transform: translateX(4px);
}

body.page-composer .studioHero__links a.is-active,
body.page-director .studioHero__links a.is-active,
body.page-musician .studioHero__links a.is-active {
    color: rgba(17,17,17,0.82);
    opacity: 1;
}

body.page-composer .studioHero__links a.is-active::before,
body.page-director .studioHero__links a.is-active::before,
body.page-musician .studioHero__links a.is-active::before {
    opacity: 0.9;
}

body.page-composer .studioHero__title,
body.page-director .studioHero__title,
body.page-musician .studioHero__title {
    display: inline-block;
    width: fit-content;
    left: clamp(22px, 3vw, 40px);
    right: auto;
    bottom: clamp(18px, 2.4vw, 28px);
    max-width: min(62vw, 860px);
    overflow: visible;
    text-align: left;
}

body.page-composer .studioHero__title h1,
body.page-director .studioHero__title h1,
body.page-musician .studioHero__title h1 {
    font-family: var(--font-alt-display);
    font-size: clamp(3.6rem, 9vw, 7.2rem);
    line-height: 1;
    letter-spacing: -0.07em;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    overflow: visible;
    padding: 0.08em 0.06em 0.12em 0.04em;
    color: #101010;
    text-shadow: none;
}

body.page-composer .studioHero__title h1,
body.page-director .studioHero__title h1,
body.page-composer h2,
body.page-director h2 {
    text-transform: none;
}

body.page-composer .studioHero__aside,
body.page-director .studioHero__aside,
body.page-musician .studioHero__aside {
    right: clamp(44px, 6vw, 76px);
    top: 54px;
    bottom: auto;
    z-index: 4;
    width: min(320px, 28vw);
    padding: 18px 20px;
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
}

body.page-composer .studioHero__aside,
body.page-director .studioHero__aside {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: fit-content;
    max-width: min(calc(100% - 88px), 420px);
    margin: 28px 44px 0 auto;
}

body.page-musician .studioHero__aside {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: fit-content;
    max-width: min(calc(100% - 88px), 420px);
    margin: 28px 44px 0 auto;
}

body.page-composer .studioHero__asideLabel,
body.page-director .studioHero__asideLabel,
body.page-musician .studioHero__asideLabel {
    font-family: var(--font-micro);
    font-size: 0.76rem;
    letter-spacing: 0.28em;
}

body.page-composer .studioHero__programs li,
body.page-director .studioHero__programs li,
body.page-musician .studioHero__programs li {
    align-items: baseline;
    gap: 14px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.2;
}

body.page-director .studioHero__programs li,
body.page-director .studioHero__programs li a {
    white-space: nowrap;
}

body.page-composer .studioHero__programs li span,
body.page-director .studioHero__programs li span,
body.page-musician .studioHero__programs li span {
    flex: 0 0 7ch;
    min-width: 7ch;
    font-family: var(--font-micro);
    font-size: 0.74rem;
    letter-spacing: 0.22em;
}

body.page-composer .studioHero {
    background: transparent;
}

body.page-director .studioHero {
    background: transparent;
}

body.page-musician .studioHero {
    background: transparent;
}

body.page-composer section:not(.studioHero),
body.page-director section:not(.studioHero),
body.page-musician section:not(.studioHero),
body.page-composer .row,
body.page-director .row,
body.page-musician .row {
    position: relative;
}

body.page-composer .biography,
body.page-director .biography,
body.page-musician .biography {
    max-width: 860px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    padding: 68px 42px 30px;
    border-radius: 26px;
    background: transparent;
    box-shadow: none;
}

body.page-director .biography__text {
    display: block;
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
}

body.page-composer .biography__text {
    display: block;
    width: 100%;
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

@media (max-width: 1440px) {
    body.page-composer .studioHero__title h1,
    body.page-director .studioHero__title h1,
    body.page-musician .studioHero__title h1 {
        font-size: clamp(3.8rem, 8.2vw, 7.2rem);
        line-height: 0.94;
        letter-spacing: -0.07em;
    }

    body.page-composer .studioHero__aside,
    body.page-director .studioHero__aside,
    body.page-musician .studioHero__aside {
        right: clamp(36px, 4vw, 64px);
        bottom: 305px;
        width: min(300px, 28vw);
    }

    body.page-composer .studioHero__aside,
    body.page-director .studioHero__aside,
    body.page-musician .studioHero__aside {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: fit-content;
        max-width: min(calc(100% - 72px), 360px);
        margin: 24px 36px 0 auto;
    }
}

body.page-composer .studioHero__title h1,
body.page-composer h2 {
    text-transform: none;
    font-style: normal;
}

body.page-composer .boxGray,
body.page-director .boxGray,
body.page-musician .boxGray {
    padding: 24px 28px;
    border-left: 0;
    border-radius: 18px;
    background: rgba(17, 17, 17, 0.035);
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.035);
}

body.page-composer .biography .boxGray,
body.page-director .biography .boxGray,
body.page-musician .biography .boxGray {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}

body.page-director .biography .boxGray {
    text-align: center;
}

body.page-composer .boxGray em,
body.page-director .boxGray em,
body.page-musician .boxGray em {
    font-size: 0.92em;
}

body.page-composer .introVideo,
body.page-director .introVideo,
body.page-musician .introVideo {
    width: min(920px, calc(100% - 36px));
    margin-top: 48px;
    margin-bottom: 96px;
}

/* Base shared by internal page year labels before per-page sizing overrides. */
body.page-composer .year,
body.page-director .year,
body.page-musician .year {
    margin: 0 0 20px;
    padding-top: 24px;
    font-size: clamp(2.8rem, 8vw, 6.8rem);
    line-height: 0.82;
    letter-spacing: 0.04em;
    color: rgba(17,17,17,0.12);
    text-transform: none;
}

body.page-composer .year {
    font-size: clamp(1.45rem, 4.2vw, 3.4rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

body.page-director .year {
    font-size: clamp(1.6rem, 2.8vw, 3.1rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

body.page-director .biography,
body.page-director .introVideo,
body.page-director .boxLeft,
body.page-director .boxRight,
body.page-director #events > a,
body.page-director .rowPhotos a {
    background: var(--panel-wash);
    box-shadow: 0 18px 52px rgba(20,16,10,0.05);
    border: 1px solid rgba(17,17,17,0.04);
    border-radius: 24px;
}

body.page-director section:not(.studioHero),
body.page-director #events,
body.page-director #photos {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

body.page-composer section:not(.studioHero),
body.page-musician section:not(.studioHero),
body.page-composer #compositions,
body.page-composer #arrangements,
body.page-composer #contributors,
body.page-composer #photos,
body.page-musician #events,
body.page-musician #photos {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

body.page-director .introVideo {
    padding: 18px;
    border-radius: 24px;
}

body.page-composer .biography,
body.page-composer .introVideo,
body.page-composer .boxLeft,
body.page-composer .boxRight,
body.page-composer .rowPhotos a,
body.page-musician .biography,
body.page-musician #events > a,
body.page-musician .rowPhotos a {
    background: var(--panel-wash);
    box-shadow: 0 18px 52px rgba(20,16,10,0.05);
    border: 1px solid rgba(17,17,17,0.04);
}

body.page-composer .introVideo,
body.page-musician .introVideo {
    padding: 18px;
    border-radius: 24px;
}

body.page-musician .year {
    font-size: clamp(1.6rem, 2.8vw, 3.1rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

body.page-composer h2,
body.page-director h2,
body.page-musician h2 {
    font-family: var(--font-alt-display);
    font-size: clamp(1.6rem, 2.8vw, 3.1rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    overflow: visible;
    padding: 0.06em 0.04em 0.1em;
    color: #0a0a0a;
    text-shadow: 0 1px 0 rgba(255,255,255,0.28);
}

body.page-composer h2 {
    text-transform: none;
    font-style: normal;
}

body.page-composer .boxLeft,
body.page-composer .boxRight,
body.page-director .boxLeft,
body.page-director .boxRight,
body.page-musician .boxLeft,
body.page-musician .boxRight {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border-radius: 24px;
    background: var(--panel-wash);
    box-shadow: 0 18px 52px rgba(20,16,10,0.07);
    border: 1px solid rgba(17,17,17,0.05);
}

body.page-director .boxLeft,
body.page-director .boxRight,
body.page-musician .boxLeft,
body.page-musician .boxRight {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}

body.page-composer .boxLeft,
body.page-composer .boxRight {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    padding-top: 26px;
}

body.page-director .boxLeft > a:first-child,
body.page-director .boxRight > a:first-child,
body.page-musician .boxLeft > a:first-child,
body.page-musician .boxRight > a:first-child,
body.page-director .boxLeft .modalLinkRow,
body.page-director .boxRight .modalLinkRow,
body.page-musician .boxLeft .modalLinkRow,
body.page-musician .boxRight .modalLinkRow,
body.page-director .boxLeft .eventVideoLinks,
body.page-director .boxRight .eventVideoLinks,
body.page-musician .boxLeft .eventVideoLinks,
body.page-musician .boxRight .eventVideoLinks,
body.page-director .boxLeft > a:has(> picture),
body.page-director .boxRight > a:has(> picture),
body.page-musician .boxLeft > a:has(> picture),
body.page-musician .boxRight > a:has(> picture) {
    margin: 0;
}

body.page-director .boxLeft > br,
body.page-director .boxRight > br,
body.page-musician .boxLeft > br,
body.page-musician .boxRight > br {
    display: none;
}

body.page-composer .boxLeft > br,
body.page-composer .boxRight > br {
    display: none;
}

body.page-director .boxLeft h2,
body.page-director .boxRight h2,
body.page-musician .boxLeft h2,
body.page-musician .boxRight h2 {
    margin: 0;
    text-align: center;
}

body.page-composer .boxLeft h2,
body.page-composer .boxRight h2 {
    margin: 0;
}

body.page-composer .boxLeft > h2,
body.page-composer .boxRight > h2 {
    width: 100%;
    text-align: center;
}

body.page-composer .boxLeft > div,
body.page-composer .boxRight > div {
    width: 100%;
}

body.page-composer .boxLeft .works,
body.page-composer .boxRight .works {
    width: 100%;
}

body.page-director .boxLeft .eventVideoLinks,
body.page-director .boxRight .eventVideoLinks,
body.page-musician .boxLeft .eventVideoLinks,
body.page-musician .boxRight .eventVideoLinks {
    display: grid;
    justify-items: center;
    gap: 14px;
    margin: 0;
}

body.page-musician .boxLeft .modalLinkRow,
body.page-musician .boxRight .modalLinkRow,
body.page-musician .boxLeft .mediaActionBlock,
body.page-musician .boxRight .mediaActionBlock,
body.page-musician .boxLeft picture,
body.page-musician .boxRight picture,
body.page-musician .boxLeft .eventVideoLinks,
body.page-musician .boxRight .eventVideoLinks,
body.page-composer .boxLeft > h2 + div,
body.page-composer .boxRight > h2 + div {
    margin: 0;
}

body.page-director .boxLeft .mediaActionBlock,
body.page-director .boxRight .mediaActionBlock,
body.page-musician .boxLeft .mediaActionBlock,
body.page-musician .boxRight .mediaActionBlock {
    display: block;
    width: auto;
    margin: 0 auto;
}

body.page-director .boxLeft .youtubeLinkRow,
body.page-director .boxRight .youtubeLinkRow,
body.page-musician .boxLeft .youtubeLinkRow,
body.page-musician .boxRight .youtubeLinkRow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: auto;
    color: rgba(17,17,17,0.72);
    text-decoration: none;
    opacity: 1;
    visibility: visible;
}

body.page-director .boxLeft .youtubeLinkRow .playerTxt,
body.page-director .boxRight .youtubeLinkRow .playerTxt,
body.page-musician .boxLeft .youtubeLinkRow .playerTxt,
body.page-musician .boxRight .youtubeLinkRow .playerTxt {
    display: inline-block;
    color: inherit;
}

body.page-director .boxLeft .youtubeLinkRow .modalLinkRow__icon,
body.page-director .boxRight .youtubeLinkRow .modalLinkRow__icon,
body.page-musician .boxLeft .youtubeLinkRow .modalLinkRow__icon,
body.page-musician .boxRight .youtubeLinkRow .modalLinkRow__icon {
    display: inline-flex;
}

body.page-director .boxLeft .mediaActionBlock,
body.page-director .boxRight .mediaActionBlock,
body.page-director .boxLeft .youtubeLinkRow,
body.page-director .boxRight .youtubeLinkRow,
body.page-musician .boxLeft .youtubeLinkRow,
body.page-musician .boxRight .youtubeLinkRow {
    display: inline-flex;
    visibility: visible;
    opacity: 1;
}

body.page-director .directorEvents {
    display: grid;
    gap: 104px;
}

body.page-director .directorEvents .eventsYearRow {
    margin-top: 0;
    overflow: visible;
}

body.page-director .eventsYearRow--featured {
    justify-items: center;
    row-gap: 22px;
}

body.page-director .eventsYearRow--featured > .year {
    text-align: center;
    margin-bottom: 0;
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    color: rgba(17,17,17,0.18);
}

body.page-director .eventsYearRow--featured > .column {
    width: min(100%, 960px);
    margin-left: auto;
    margin-right: auto;
}

body.page-director .eventsYearRow--featured .boxLeft,
body.page-director .eventsYearRow--featured .boxRight {
    gap: 40px;
    padding: 46px 46px 40px;
    box-shadow: 0 24px 64px rgba(20,16,10,0.08);
}

body.page-director .eventsYearRow--featured h2 {
    max-width: 11ch;
    font-size: clamp(2.3rem, 4vw, 4.4rem);
}

body.page-director .eventsYearRow--featured img:not(.modalLinkRow__iconImg) {
    width: min(100%, 480px);
    margin-top: 28px;
}

body.page-director .eventsYearRow--featured .modalLinkRow,
body.page-director .eventsYearRow--featured .eventVideoLinks {
    margin-top: 6px;
}

body.page-director #2026 + .column--featured {
    width: min(100%, 1080px);
}

body.page-director #2026 + .column--featured .boxLeft {
    gap: 46px;
    padding: 58px 58px 48px;
    box-shadow: 0 30px 78px rgba(20,16,10,0.1);
}

body.page-director #2026 + .column--featured .boxLeft h2 {
    max-width: 10ch;
    font-size: clamp(2.8rem, 4.8vw, 5.6rem);
}

body.page-director #2026 + .column--featured img:not(.modalLinkRow__iconImg) {
    width: min(100%, 560px);
    margin-top: 34px;
}

body.page-director .eventsYearRow--asymmetric {
    align-items: stretch;
    row-gap: 18px;
}

body.page-director .eventsYearRow--asymmetric > .column--featured {
    width: min(100%, 62%);
}

body.page-director .eventsYearRow--asymmetric > .column--supporting {
    width: min(100%, calc(38% - 14px));
}

body.page-director .eventsYearRow--asymmetric .column--featured .boxLeft {
    min-height: 100%;
    padding: 40px 40px 34px;
}

body.page-director .eventsYearRow--asymmetric .column--supporting .boxRight {
    min-height: 100%;
    padding: 24px 24px 22px;
    gap: 18px;
    box-shadow: 0 14px 34px rgba(20,16,10,0.04);
    border-color: rgba(17,17,17,0.03);
    background: rgba(251, 249, 246, 0.72);
}

body.page-director .eventsYearRow--stacked {
    row-gap: 32px;
}

body.page-director .eventsYearRow--stacked > .column--featured {
    width: min(100%, 860px);
    margin-left: auto;
    margin-right: auto;
}

body.page-director .eventsYearRow--stacked > .column--featured .boxLeft {
    padding: 40px 40px 34px;
}

body.page-director .directorEventPair {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    width: 100%;
}

body.page-director .directorEventPair > .column {
    width: calc(50% - 14px);
    max-width: 720px;
}

body.page-director .directorEventPair .boxLeft,
body.page-director .directorEventPair .boxRight {
    min-height: 100%;
    padding: 22px 22px 20px;
    gap: 16px;
    box-shadow: 0 14px 34px rgba(20,16,10,0.04);
    border-color: rgba(17,17,17,0.03);
    background: rgba(251, 249, 246, 0.72);
}

body.page-director .directorEventPair h2,
body.page-director .eventsYearRow--asymmetric .column--supporting h2 {
    font-size: clamp(1.5rem, 2.3vw, 2.3rem);
}

body.page-director .directorEventPair img:not(.modalLinkRow__iconImg),
body.page-director .eventsYearRow--asymmetric .column--supporting img:not(.modalLinkRow__iconImg) {
    width: min(100%, 280px);
    margin-top: 12px;
}

@media (min-width: 768px) {
    body.page-director .directorEvents {
        gap: 73px;
    }

    body.page-director .boxLeft,
    body.page-director .boxRight {
        gap: 18px;
        padding: 18px;
        border-radius: 17px;
    }

    body.page-director .eventsYearRow--featured > .column {
        width: min(100%, 672px);
    }

    body.page-director #2026 + .column--featured {
        width: min(100%, 756px);
    }

    body.page-director .eventsYearRow--featured .boxLeft,
    body.page-director .eventsYearRow--featured .boxRight {
        gap: 28px;
        padding: 32px 32px 28px;
    }

    body.page-director #2026 + .column--featured .boxLeft {
        gap: 32px;
        padding: 40px 40px 34px;
    }

    body.page-director .eventsYearRow--featured h2 {
        font-size: clamp(1.6rem, 2.8vw, 3.08rem);
    }

    body.page-director #2026 + .column--featured .boxLeft h2 {
        font-size: clamp(1.96rem, 3.36vw, 3.92rem);
    }

    body.page-director .eventsYearRow--featured img:not(.modalLinkRow__iconImg) {
        width: min(100%, 336px);
        margin-top: 20px;
    }

    body.page-director #2026 + .column--featured img:not(.modalLinkRow__iconImg) {
        width: min(100%, 392px);
        margin-top: 24px;
    }

    body.page-director .eventsYearRow--asymmetric {
        justify-content: center;
    }

    body.page-director .eventsYearRow--asymmetric > .column--featured {
        width: min(100%, 43.4%);
    }

    body.page-director .eventsYearRow--asymmetric > .column--supporting {
        width: min(100%, calc(26.6% - 14px));
    }

    body.page-director .eventsYearRow--asymmetric .column--featured .boxLeft,
    body.page-director .eventsYearRow--stacked > .column--featured .boxLeft {
        padding: 28px 28px 24px;
    }

    body.page-director .eventsYearRow--asymmetric .column--supporting .boxRight,
    body.page-director .directorEventPair .boxLeft,
    body.page-director .directorEventPair .boxRight {
        gap: 11px;
        padding: 15px 15px 14px;
    }

    body.page-director .eventsYearRow--stacked > .column--featured {
        width: min(100%, 602px);
    }

    body.page-director .directorEventPair {
        gap: 20px;
    }

    body.page-director .directorEventPair > .column {
        width: calc(35% - 10px);
        max-width: 504px;
    }

    body.page-director .directorEventPair h2,
    body.page-director .eventsYearRow--asymmetric .column--supporting h2 {
        font-size: clamp(1.05rem, 1.61vw, 1.61rem);
    }

    body.page-director .directorEventPair img:not(.modalLinkRow__iconImg),
    body.page-director .eventsYearRow--asymmetric .column--supporting img:not(.modalLinkRow__iconImg) {
        width: min(100%, 196px);
        margin-top: 8px;
    }
}

@media (min-width: 768px) {
    body.page-composer .row:has(> .column),
    body.page-director .row:has(> .column),
    body.page-musician .row:has(> .column) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 28px;
        align-items: flex-start;
    }

    body.page-composer .row:has(> .column) > .year,
    body.page-director .row:has(> .column) > .year,
    body.page-musician .row:has(> .column) > .year {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    body.page-composer .row:has(> .column) > .column,
    body.page-director .row:has(> .column) > .column,
    body.page-musician .row:has(> .column) > .column {
        float: none;
        width: calc(50% - 14px);
        max-width: 720px;
        padding-bottom: 0;
    }

    body.page-musician .row:has(> .column) > .column {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    body.page-director .directorEvents {
        gap: 64px;
    }

    body.page-director .eventsYearRow--featured > .column,
    body.page-director .eventsYearRow--asymmetric > .column,
    body.page-director .eventsYearRow--stacked > .column,
    body.page-director .directorEventPair > .column {
        width: 100%;
    }

    body.page-director .directorEventPair {
        gap: 24px;
    }

    body.page-director .eventsYearRow--featured .boxLeft,
    body.page-director .eventsYearRow--featured .boxRight,
    body.page-director #2026 + .column--featured .boxLeft,
    body.page-director .eventsYearRow--stacked > .column--featured .boxLeft,
    body.page-director .eventsYearRow--asymmetric .column--featured .boxLeft {
        padding: 30px 22px 24px;
    }
}

body.page-composer .works,
body.page-director .works,
body.page-musician .works {
    font-size: 0.9rem;
    line-height: 1.7;
}

body.page-composer .works a,
body.page-director .works a,
body.page-musician .works a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.9rem;
    width: 100%;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    color: rgba(17,17,17,0.92);
    text-decoration: none;
    border-bottom: 1px solid rgba(17,17,17,0.08);
    background: transparent;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.35s ease,
        box-shadow 0.35s ease,
        color 0.35s ease,
        padding-left 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-composer .works a::after,
body.page-director .works a::after,
body.page-musician .works a::after {
    display: none;
}

body.page-composer .works a span,
body.page-director .works a span,
body.page-musician .works a span {
    color: rgba(17,17,17,0.42);
    transition:
        color 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        letter-spacing 0.35s ease;
}

body.page-composer .works a:hover,
body.page-director .works a:hover,
body.page-musician .works a:hover,
body.page-composer .works a:focus-visible,
body.page-director .works a:focus-visible,
body.page-musician .works a:focus-visible {
    transform: translateX(10px);
    padding-left: 1.05rem;
    color: #111111;
    background: transparent;
    box-shadow: none;
}

body.page-composer .works a:hover span,
body.page-director .works a:hover span,
body.page-musician .works a:hover span,
body.page-composer .works a:focus-visible span,
body.page-director .works a:focus-visible span,
body.page-musician .works a:focus-visible span {
    color: rgba(17,17,17,0.72);
    transform: translateX(-4px);
    letter-spacing: 0.03em;
}

body.page-composer .works--percussion-arrangements {
    display: grid;
    gap: 0.18rem;
    line-height: 1.35;
}

body.page-composer .works--percussion-arrangements a {
    display: grid;
    grid-template-columns: minmax(10rem, 0.9fr) minmax(0, 1.35fr);
    align-items: baseline;
    gap: 0.7rem;
    min-height: 0;
    padding: 0.34rem 0.55rem;
    border-radius: 7px;
}

body.page-composer .works--percussion-arrangements a:has(.works__primary:only-child) {
    grid-template-columns: 1fr;
}

body.page-composer .works--percussion-arrangements .works__primary,
body.page-composer .works--percussion-arrangements .works__secondary {
    width: auto;
    text-align: left;
    transform: none;
}

body.page-composer .works--percussion-arrangements .works__primary {
    color: rgba(17,17,17,0.9);
    font-weight: 500;
}

body.page-composer .works--percussion-arrangements .works__secondary {
    min-width: 0;
    color: rgba(17,17,17,0.48);
    font-size: 0.78rem;
    line-height: 1.32;
}

body.page-composer .works--percussion-arrangements a:hover,
body.page-composer .works--percussion-arrangements a:focus-visible {
    transform: translateX(6px);
    padding-left: 0.75rem;
}

body.page-composer .works--percussion-arrangements a:hover span,
body.page-composer .works--percussion-arrangements a:focus-visible span {
    transform: none;
}

@media (max-width: 760px) {
    body.page-composer .works--percussion-arrangements {
        gap: 0.22rem;
    }

    body.page-composer .works--percussion-arrangements a {
        grid-template-columns: 1fr;
        gap: 0.12rem;
        padding: 0.42rem 0.5rem;
    }

    body.page-composer .works--percussion-arrangements .works__primary,
    body.page-composer .works--percussion-arrangements .works__secondary {
        width: 100%;
        text-align: left;
    }
}

body.page-composer #events img:not(.modalLinkRow__iconImg),
body.page-director #events img:not(.modalLinkRow__iconImg),
body.page-musician #events img:not(.modalLinkRow__iconImg) {
    width: min(100%, 340px);
    margin-top: 20px;
    border-radius: 18px;
    box-shadow: none;
}

@media (min-width: 768px) {
    body.page-director #events.directorEvents {
        gap: 73px;
    }

    body.page-director #events.directorEvents .eventsYearRow,
    body.page-director #events.directorEvents .directorEventPair {
        justify-content: center;
        column-gap: 28px;
        width: min(100%, 1036px);
        max-width: 1036px;
        margin-left: auto;
        margin-right: auto;
    }

    body.page-director #events.directorEvents .eventsYearRow > .year {
        flex: 0 0 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        font-size: clamp(0.85rem, 1.92vw, 1.84rem);
        letter-spacing: 0.18em;
    }

    body.page-director #events.directorEvents .column,
    body.page-director #events.directorEvents .column--featured,
    body.page-director #events.directorEvents .column--supporting {
        margin-left: 0;
        margin-right: 0;
    }

    body.page-director #events.directorEvents .eventsYearRow--featured > .column {
        width: min(100%, 504px);
        max-width: 504px;
    }

    body.page-director #events.directorEvents #2026 + .column--featured {
        width: min(100%, 504px);
        max-width: 504px;
    }

    body.page-director #events.directorEvents .eventsYearRow--asymmetric > .column--featured {
        width: min(100%, 504px);
        max-width: 504px;
    }

    body.page-director #events.directorEvents .eventsYearRow--asymmetric > .column--supporting {
        width: min(100%, 504px);
        max-width: 504px;
    }

    body.page-director #events.directorEvents .eventsYearRow--stacked > .column--featured {
        width: min(100%, 504px);
        max-width: 504px;
    }

    body.page-director #events.directorEvents .directorEventPair > .column {
        width: min(100%, 504px);
        max-width: 504px;
    }

    body.page-director #events.directorEvents .boxLeft,
    body.page-director #events.directorEvents .boxRight {
        gap: 18px;
        padding: 18px;
        border-radius: 17px;
    }

    body.page-director #events.directorEvents .eventsYearRow--featured .boxLeft,
    body.page-director #events.directorEvents .eventsYearRow--featured .boxRight {
        gap: 18px;
        padding: 18px;
    }

    body.page-director #events.directorEvents #2026 + .column--featured .boxLeft {
        gap: 18px;
        padding: 18px;
    }

    body.page-director #events.directorEvents h2 {
        font-size: clamp(1.05rem, 1.61vw, 1.61rem);
    }

    body.page-director #events.directorEvents .eventsYearRow--featured h2 {
        font-size: clamp(1.05rem, 1.61vw, 1.61rem);
    }

    body.page-director #events.directorEvents #2026 + .column--featured h2 {
        font-size: clamp(1.05rem, 1.61vw, 1.61rem);
    }

    body.page-director #events.directorEvents .eventsYearRow--featured h2 {
        max-width: none;
        white-space: nowrap;
        text-wrap: nowrap;
    }

    body.page-director #events.directorEvents .btnLink {
        min-height: 29px;
        padding: 0 13px;
        font-size: 0.52rem;
        letter-spacing: 0.17em;
    }

    body.page-director #events.directorEvents .youtubeLinkRow .playerTxt {
        font-size: 0.64rem;
        letter-spacing: 0.22em;
        line-height: 1;
        text-transform: uppercase;
    }

    body.page-director #events.directorEvents img:not(.modalLinkRow__iconImg) {
        width: min(100%, 238px);
        margin-top: 14px;
    }

    body.page-director #events.directorEvents .eventsYearRow--featured img:not(.modalLinkRow__iconImg) {
        width: min(100%, 238px);
        margin-top: 14px;
    }

    body.page-director #events.directorEvents #2026 + .column--featured img:not(.modalLinkRow__iconImg) {
        width: min(100%, 238px);
        margin-top: 14px;
    }

    body.page-director #events.directorEvents .directorEventPair img:not(.modalLinkRow__iconImg),
    body.page-director #events.directorEvents .eventsYearRow--asymmetric .column--supporting img:not(.modalLinkRow__iconImg) {
        width: min(100%, 238px);
        margin-top: 14px;
    }
}

body.page-director .photoGrid {
  display: block;
  height: auto;
  margin: 0 auto;
  padding-bottom: 10vh;
  text-align: center;
}

body.page-director .photoItem {
  display: inline-block;
  overflow: visible;
  cursor: pointer;
}

body.page-director .photoItem.large {
  aspect-ratio: auto;
}

body.page-director .photoItem img {
  width: auto;
  height: 25vh;
  max-width: calc(100% - 60px);
  margin: 30px;
  border-radius: 6px;
  display: block;
  object-fit: contain;
  box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  body.page-director .photoGrid {
    margin-top: 0;
    padding-bottom: 10vh;
  }

  body.page-director .photoItem img {
    height: 15vh;
    width: auto;
    max-width: calc(100% - 20px);
    margin: 10px;
  }
}

body.page-musician .rowPhotos {
  display: block;
}

body.page-musician .rowPhotos a {
  display: inline-block;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  border: 0;
}

body.page-musician .rowPhotos img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
}

body.page-director .studioHero__visual,
body.page-director .studioHero__visual picture,
body.page-director .studioHero__visual img {
    border-radius: 24px;
}

body.page-composer .modal,
body.page-director .modal,
body.page-musician .modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(980px, calc(100% - 36px));
    padding: 54px 42px 96px;
    border-radius: 36px;
    min-height: min(76vh, 760px);
    margin: 44px auto;
    background:
        radial-gradient(circle at top, rgba(255,255,255,0.74), rgba(255,255,255,0) 34%),
        linear-gradient(180deg, rgba(251,249,246,0.98), rgba(242,237,231,0.98));
    box-shadow: 0 36px 120px rgba(12, 10, 8, 0.16);
}

body.page-composer .modal > *,
body.page-director .modal > *,
body.page-musician .modal > * {
    max-width: min(60ch, 100%);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


body.page-composer .modalWorks,
body.page-director .modalWorks,
body.page-musician .modalWorks,
body.page-composer .btnTrace,
body.page-director .btnTrace,
body.page-musician .btnTrace {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

body.page-composer .modalPhotos,
body.page-director .modalPhotos,
body.page-musician .modalPhotos {
    font-family: var(--font-body);
    font-size: 0.82rem;
    line-height: 1.45;
    text-align: center;
}

body.page-composer .modalPhotos > *:not(a[href="#_"]),
body.page-director .modalPhotos > *:not(a[href="#_"]),
body.page-musician .modalPhotos > *:not(a[href="#_"]) {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body.page-composer .modalPhotos span,
body.page-director .modalPhotos span,
body.page-musician .modalPhotos span {
    display: block;
    margin-top: 4px;
    font-size: 0.76rem;
    line-height: 1.4;
}

body.page-composer .modal h2,
body.page-director .modal h2,
body.page-musician .modal h2 {
    max-width: min(100%, 24ch);
    margin-bottom: 26px;
    font-family: var(--font-alt-display);
    font-size: clamp(2.9rem, 6vw, 5.6rem);
    line-height: 1;
    letter-spacing: -0.055em;
    text-transform: none;
    font-style: normal;
    font-weight: 700;
    overflow: visible;
    padding: 0.08em 0.06em 0.12em;
    color: #0a0a0a;
    text-shadow: 0 1px 0 rgba(255,255,255,0.35);
    white-space: normal;
}

body.page-composer .modal h2 span,
body.page-director .modal h2 span,
body.page-musician .modal h2 span {
    display: block;
    margin-top: 0.12em;
    margin-left: 0;
    font-size: 0.72em;
    font-weight: 700;
    color: rgba(17,17,17,0.42);
    text-transform: none;
    white-space: normal;
}

body.page-composer #ors .modal,
body.page-composer #olivier .modal,
body.page-composer #nicolas .modal,
body.page-composer #julien .modal,
body.page-composer #sophie .modal,
body.page-composer #hugo .modal,
body.page-composer #marie .modal,
body.page-composer #bim .modal,
body.page-composer #difem .modal,
body.page-composer #reift .modal,
body.page-composer #polymnie .modal {
    text-align: center;
}

body.page-composer #ors .modal > br,
body.page-composer #olivier .modal > br,
body.page-composer #nicolas .modal > br,
body.page-composer #julien .modal > br,
body.page-composer #sophie .modal > br,
body.page-composer #hugo .modal > br,
body.page-composer #marie .modal > br,
body.page-composer #bim .modal > br,
body.page-composer #difem .modal > br,
body.page-composer #reift .modal > br,
body.page-composer #polymnie .modal > br {
    display: initial;
}

body.page-composer #ors .modal > *,
body.page-composer #olivier .modal > *,
body.page-composer #nicolas .modal > *,
body.page-composer #julien .modal > *,
body.page-composer #sophie .modal > *,
body.page-composer #hugo .modal > *,
body.page-composer #marie .modal > *,
body.page-composer #bim .modal > *,
body.page-composer #difem .modal > *,
body.page-composer #reift .modal > *,
body.page-composer #polymnie .modal > * {
    max-width: min(72ch, 100%);
    text-align: center;
}

body.page-composer #ors .modal h2,
body.page-composer #olivier .modal h2,
body.page-composer #nicolas .modal h2,
body.page-composer #julien .modal h2,
body.page-composer #sophie .modal h2,
body.page-composer #hugo .modal h2,
body.page-composer #marie .modal h2,
body.page-composer #bim .modal h2,
body.page-composer #difem .modal h2,
body.page-composer #reift .modal h2,
body.page-composer #polymnie .modal h2 {
    text-align: center;
}

body.page-composer #ors .modal .modalWorks,
body.page-composer #olivier .modal .modalWorks,
body.page-composer #nicolas .modal .modalWorks,
body.page-composer #julien .modal .modalWorks,
body.page-composer #sophie .modal .modalWorks,
body.page-composer #hugo .modal .modalWorks,
body.page-composer #marie .modal .modalWorks,
body.page-composer #bim .modal .modalWorks,
body.page-composer #difem .modal .modalWorks,
body.page-composer #reift .modal .modalWorks,
body.page-composer #polymnie .modal .modalWorks {
    margin-bottom: 1rem;
}

body.page-composer #ors .modal > p,
body.page-composer #olivier .modal > p,
body.page-composer #nicolas .modal > p,
body.page-composer #julien .modal > p,
body.page-composer #sophie .modal > p,
body.page-composer #hugo .modal > p,
body.page-composer #marie .modal > p {
    text-align: center;
}

body.page-composer #ors .modal > p {
    text-align: justify;
    text-justify: inter-word;
}

body.page-composer #olivier .modal > p,
body.page-composer #nicolas .modal > p,
body.page-composer #julien .modal > p,
body.page-composer #sophie .modal > p,
body.page-composer #hugo .modal > p,
body.page-composer #marie .modal > p {
    text-align: justify;
    text-justify: inter-word;
}

body.page-composer #ors .modal .modalPersonTitle,
body.page-composer #ors .modal .modalPersonRole,
body.page-composer #olivier .modal .modalPersonTitle,
body.page-composer #olivier .modal .modalPersonRole,
body.page-composer #nicolas .modal .modalPersonTitle,
body.page-composer #nicolas .modal .modalPersonRole,
body.page-composer #julien .modal .modalPersonTitle,
body.page-composer #julien .modal .modalPersonRole,
body.page-composer #sophie .modal .modalPersonTitle,
body.page-composer #sophie .modal .modalPersonRole,
body.page-composer #hugo .modal .modalPersonTitle,
body.page-composer #hugo .modal .modalPersonRole,
body.page-composer #marie .modal .modalPersonTitle,
body.page-composer #marie .modal .modalPersonRole {
    max-width: min(48ch, 100%);
    margin-left: auto;
    margin-right: auto;
}

body.page-composer #ors .modal .modalPersonTitle,
body.page-composer #olivier .modal .modalPersonTitle,
body.page-composer #nicolas .modal .modalPersonTitle,
body.page-composer #julien .modal .modalPersonTitle,
body.page-composer #sophie .modal .modalPersonTitle,
body.page-composer #hugo .modal .modalPersonTitle,
body.page-composer #marie .modal .modalPersonTitle {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--font-alt-display);
    font-size: clamp(2.9rem, 6vw, 5.6rem);
    line-height: 1;
    letter-spacing: -0.055em;
    font-style: normal;
    font-weight: 700;
    color: #0a0a0a;
    text-align: left;
}

body.page-composer #ors .modal .modalPersonRole,
body.page-composer #olivier .modal .modalPersonRole,
body.page-composer #nicolas .modal .modalPersonRole,
body.page-composer #julien .modal .modalPersonRole,
body.page-composer #sophie .modal .modalPersonRole,
body.page-composer #hugo .modal .modalPersonRole,
body.page-composer #marie .modal .modalPersonRole {
    margin-top: 0.12em;
    margin-bottom: 26px;
    font-size: clamp(2.088rem, 4.32vw, 4.032rem);
    line-height: 1;
    font-weight: 700;
    color: rgba(17,17,17,0.42);
    text-align: left;
}

body.page-composer #ors .modal p,
body.page-composer #olivier .modal p,
body.page-composer #nicolas .modal p,
body.page-composer #julien .modal p,
body.page-composer #sophie .modal p,
body.page-composer #hugo .modal p,
body.page-composer #marie .modal p {
    margin: 0;
}

body.page-composer #ors .modal p + p,
body.page-composer #olivier .modal p + p,
body.page-composer #nicolas .modal p + p,
body.page-composer #julien .modal p + p,
body.page-composer #sophie .modal p + p,
body.page-composer #hugo .modal p + p,
body.page-composer #marie .modal p + p {
    margin-top: 1rem;
}

body.page-composer #ors .modal .modalSectionLabel,
body.page-composer #olivier .modal .modalSectionLabel,
body.page-composer #nicolas .modal .modalSectionLabel,
body.page-composer #julien .modal .modalSectionLabel,
body.page-composer #sophie .modal .modalSectionLabel,
body.page-composer #hugo .modal .modalSectionLabel,
body.page-composer #marie .modal .modalSectionLabel {
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 1;
    text-align: left;
}

body.page-composer #ors .modal .modalSectionLabel + p,
body.page-composer #olivier .modal .modalSectionLabel + p,
body.page-composer #nicolas .modal .modalSectionLabel + p,
body.page-composer #julien .modal .modalSectionLabel + p,
body.page-composer #sophie .modal .modalSectionLabel + p,
body.page-composer #hugo .modal .modalSectionLabel + p,
body.page-composer #marie .modal .modalSectionLabel + p {
    margin-top: 1rem;
}

body.page-composer #nicolas .modal .boxAudio,
body.page-composer #sophie .modal .boxAudio {
    margin: 1.5rem auto 0;
}

body.page-composer #olivier .modal .miniContactForm,
body.page-composer #hugo .modal .miniContactForm {
    margin: 1.5rem auto 0;
}

body.page-composer #olivier .modal .btnTrace,
body.page-composer #nicolas .modal .btnTrace,
body.page-composer #julien .modal .btnTrace,
body.page-composer #marie .modal .btnTrace,
body.page-composer #bim .modal .btnTrace,
body.page-composer #difem .modal .btnTrace,
body.page-composer #reift .modal .btnTrace,
body.page-composer #polymnie .modal .btnTrace {
    margin-top: 1.5rem;
}

body.page-composer .modal strong,
body.page-director .modal strong,
body.page-musician .modal strong {
    display: inline;
    margin-top: 0;
    font-size: inherit;
    font-weight: 100;
    letter-spacing: -0.01em;
}

body.page-director .modal,
body.page-musician .modal {
    line-height: 1.32;
}

body.page-composer .modal {
    line-height: 1.32;
}

body.page-composer .modal > h2 {
    margin-bottom: 20px;
}

body.page-composer .modal > br:last-of-type {
    display: none;
}

body.page-composer .modal > br:has(+ .boxAudio),
body.page-composer .modal > br:has(+ .videoBox.videoBox--link),
body.page-composer .modal > br:has(+ .modalVideo),
body.page-composer .modal > br:has(+ picture),
body.page-composer .modal > br:has(+ .mediaActionBlock) {
    display: none;
}

body.page-composer .modal > .infosModal {
    margin: 0;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
}

body.page-composer .modal > .infosModal p {
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

body.page-composer .modal > .infosModal em::before {
    content: '"';
}

body.page-composer .modal > .infosModal em::after {
    content: '"';
}

body.page-composer .modal > .infosModal p:has(em) {
    padding: 0.72rem 0.9rem;
    background: rgba(17,17,17,0.05);
    border-radius: 0.7rem;
}

body.page-composer .modal > .infosModal p + p {
    margin-top: 0;
}

body.page-composer .modal > .infosModal p + p:has(em),
body.page-composer .modal > .infosModal p:has(em) + p:has(em) {
    margin-top: 0.72rem;
}

body.page-composer .modal > .infosModal,
body.page-composer .modal > .boxGray,
body.page-composer .modal > .boxAudio,
body.page-composer .modal > .videoBox.videoBox--link,
body.page-composer .modal > .modalVideo,
body.page-composer .modal > .mediaActionBlock,
body.page-composer .modal > picture,
body.page-composer .modal > img {
    max-width: min(46ch, 100%);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body.page-composer .modal > .infosModal > * {
    text-align: inherit;
}

body.page-composer .modal > .infosModal > a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

body.page-composer .modal > .infosModal > a br {
    display: block;
}

body.page-composer .modal > .infosModal + .boxAudio,
body.page-composer .modal > .infosModal + .videoBox.videoBox--link,
body.page-composer .modal > .infosModal + .mediaActionBlock,
body.page-composer .modal > .infosModal + picture,
body.page-composer .modal > .infosModal + img {
    margin-top: 56px;
}

body.page-composer .modal > .boxAudio + .boxAudio,
body.page-composer .modal > .videoBox.videoBox--link + .videoBox.videoBox--link,
body.page-composer .modal > .mediaActionBlock + .mediaActionBlock {
    margin-top: 0;
}

body.page-composer .modal > .boxAudio + .videoBox.videoBox--link,
body.page-composer .modal > .boxAudio + .mediaActionBlock,
body.page-composer .modal > .boxAudio + picture,
body.page-composer .modal > .videoBox.videoBox--link + picture,
body.page-composer .modal > .mediaActionBlock + picture,
body.page-composer .modal > .boxGray + .boxAudio,
body.page-composer .modal > .boxGray + .videoBox.videoBox--link,
body.page-composer .modal > .boxGray + .mediaActionBlock,
body.page-composer .modal > .boxGray + picture,
body.page-composer .modal > .boxAudio + img,
body.page-composer .modal > .videoBox.videoBox--link + img,
body.page-composer .modal > .mediaActionBlock + img,
body.page-composer .modal > .boxGray + img {
    margin-top: 56px;
}

body.page-director .modal > h2,
body.page-musician .modal > h2 {
    margin-bottom: 20px;
}

body.page-director .modal .eventModalText,
body.page-musician .modal .eventModalText {
    margin: 0;
}

body.page-director .modal > p,
body.page-musician .modal > p {
    margin: 0;
}

body.page-director .modal .eventModalText + .mediaActionBlock,
body.page-director .modal .eventModalText + .eventVideoLinks,
body.page-director .modal .eventModalText + picture,
body.page-director .modal .eventModalText + img,
body.page-musician .modal .eventModalText + .mediaActionBlock,
body.page-musician .modal .eventModalText + .eventVideoLinks,
body.page-musician .modal .eventModalText + picture,
body.page-musician .modal .eventModalText + img,
body.page-director .modal > p + .mediaActionBlock,
body.page-director .modal > p + .eventVideoLinks,
body.page-director .modal > p + picture,
body.page-director .modal > p + img {
    margin-top: 56px;
}

body.page-musician .modal > p + .mediaActionBlock,
body.page-musician .modal > p + .eventVideoLinks,
body.page-musician .modal > p + picture,
body.page-musician .modal > p + img {
    margin-top: 56px;
}

body.page-director .modal > .mediaActionBlock + .mediaActionBlock,
body.page-musician .modal > .mediaActionBlock + .mediaActionBlock {
    margin-top: 14px;
}

body.page-director .modal > .mediaActionBlock + picture,
body.page-director .modal > .eventVideoLinks + picture,
body.page-director .modal > .mediaActionBlock + img,
body.page-director .modal > .eventVideoLinks + img,
body.page-musician .modal > .mediaActionBlock + picture,
body.page-musician .modal > .eventVideoLinks + picture,
body.page-musician .modal > .mediaActionBlock + img,
body.page-musician .modal > .eventVideoLinks + img {
    margin-top: 56px;
}

body.page-composer #zoocrates .modal > * {
    max-width: min(64ch, 100%);
}

body.page-composer #zoocrates .modal > picture:last-of-type,
body.page-composer #zoocrates .modal > picture:last-of-type img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body.page-composer .modal picture {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body.page-composer .modal img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body.page-composer .modal > div,
body.page-composer .modal > picture,
body.page-composer .modal > img {
    margin-left: auto;
    margin-right: auto;
}

body.page-composer #harmoninck .infosModal > picture,
body.page-composer #harmoninck .infosModal > picture img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body.page-composer .modal .videoBox,
body.page-director .modal .videoBox,
body.page-musician .modal .videoBox {
    width: min(520px, 100%);
    min-height: 280px;
    margin: 34px 0 18px;
    border-radius: 18px;
    box-shadow: 0 24px 58px rgba(10,10,10,0.16);
}

body.page-composer .modal .videoBox.videoBox--link,
body.page-director .modal .videoBox.videoBox--link,
body.page-musician .modal .videoBox.videoBox--link {
    display: grid;
    justify-items: center;
    gap: 10px;
    width: min(320px, 100%);
    min-height: 0;
    height: auto;
    margin: 40px auto 14px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    text-align: center;
}

@media (min-width: 768px) {
    body.page-director .modal {
        width: min(686px, calc(100% - 36px));
        min-height: min(53vh, 532px);
        padding: 38px 29px 67px;
        margin: 31px auto;
        border-radius: 25px;
    }

    body.page-director .modal > * {
        max-width: min(58ch, 100%);
    }

    body.page-director .modal h2 {
        max-width: min(100%, 24ch);
        margin-bottom: 14px;
        font-size: clamp(1.05rem, 1.61vw, 1.61rem);
        padding: 0.06em 0.04em 0.08em;
    }

    body.page-director .modal .eventModalText,
    body.page-director .modal > p {
        font-size: 1rem;
        line-height: 1.45;
    }

    body.page-director .modal .youtubeLinkRow .playerTxt {
        font-size: 0.64rem;
        letter-spacing: 0.22em;
        line-height: 1;
        text-transform: uppercase;
    }

    body.page-director .modal .eventModalText + .mediaActionBlock,
    body.page-director .modal .eventModalText + .eventVideoLinks,
    body.page-director .modal .eventModalText + picture,
    body.page-director .modal .eventModalText + img,
    body.page-director .modal > p + .mediaActionBlock,
    body.page-director .modal > p + .eventVideoLinks,
    body.page-director .modal > p + picture,
    body.page-director .modal > p + img,
    body.page-director .modal > .mediaActionBlock + picture,
    body.page-director .modal > .eventVideoLinks + picture,
    body.page-director .modal > .mediaActionBlock + img,
    body.page-director .modal > .eventVideoLinks + img {
        margin-top: 39px;
    }

    body.page-director .modal img:not(.modalLinkRow__iconImg) {
        max-width: 305px;
        margin-top: 28px;
    }

    body.page-director .overlay .modal > picture:last-of-type,
    body.page-director .overlay .modal > img:last-of-type {
        width: min(238px, calc(100vw - 48px));
        margin-top: 39px;
        border-radius: 11px;
    }

    body.page-director .modal .videoBox {
        width: min(364px, 100%);
        min-height: 196px;
        margin: 24px 0 13px;
        border-radius: 13px;
    }

    body.page-director .modal .videoBox.videoBox--link {
        width: min(224px, 100%);
        margin: 28px auto 10px;
    }
}

body.page-composer .overlay,
body.page-director .overlay,
body.page-musician .overlay {
    background: rgba(226, 219, 210, 0.82);
}

body.page-composer .overlay:target,
body.page-composer .overlay.is-open,
body.page-director .overlay:target,
body.page-director .overlay.is-open,
body.page-musician .overlay:target,
body.page-musician .overlay.is-open {
    background: rgba(226, 219, 210, 0.82);
}

@media (max-width: 768px) {
    body.page-composer .modalPhotos,
    body.page-director .modalPhotos,
    body.page-musician .modalPhotos {
        width: calc(100% - 20px);
        min-height: auto;
        margin: 0 auto;
        padding: 72px 12px 24px;
        border-radius: 0;
    }
}

body.page-contact .contactPage__main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

body.page-contact .contactPage__back {
    position: absolute;
    top: clamp(1.1rem, 2.2vw, 1.7rem);
    right: clamp(1.1rem, 2.2vw, 1.7rem);
    left: auto;
    width: 60px;
    height: 60px;
    padding: 0;
    overflow: hidden;
    text-indent: 120px;
    white-space: nowrap;
    opacity: 0.92;
    z-index: 50;
    transition:
      opacity 0.28s ease,
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-contact .contactPage__back:hover {
    opacity: 1;
    transform: translateX(0) scale(1.02);
}

body.page-contact .contactPage__back::before,
body.page-contact .contactPage__back::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84px;
    height: 1px;
    margin-left: -42px;
    background: rgba(17,17,17,0.9);
    transition: transform 0.3s ease;
}

body.page-contact .contactPage__back::before {
    transform: rotate(45deg);
}

body.page-contact .contactPage__back::after {
    transform: rotate(-45deg);
}

body.page-contact .contactPage__back:hover::before,
body.page-contact .contactPage__back:focus-visible::before {
    transform: rotate(135deg);
}

body.page-contact .contactPage__back:hover::after,
body.page-contact .contactPage__back:focus-visible::after {
    transform: rotate(45deg);
}

body.page-contact .contactPage__panel {
    position: relative;
    width: min(980px, calc(100% - 24px));
    min-height: calc(100vh - 64px);
    padding: 56px 28px 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--panel-wash);
    border: 1px solid rgba(17,17,17,0.06);
    border-radius: 28px;
    box-shadow: 0 34px 110px rgba(20,16,10,0.12);
    overflow: hidden;
}

body.page-contact .contactPage__title {
    max-width: min(100%, 12ch);
    margin: 0 auto 24px;
    font-family: var(--font-alt-display);
    font-size: clamp(3.2rem, 9vw, 8.2rem);
    line-height: 0.9;
    letter-spacing: -0.075em;
    text-transform: none;
    text-wrap: balance;
    white-space: normal;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

body.page-contact .contactPage__links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}

body.page-contact .contactPage__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: min(100%, 300px);
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.44);
    box-shadow: inset 0 0 0 1px rgba(17,17,17,0.03);
    text-align: center;
    margin: 0 auto;
}

body.page-contact .contactPage__field {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    width: 100%;
    text-align: center;
}

body.page-contact .contactPage__field span,
body.page-contact .contactPage__status {
    font-family: var(--font-body);
    font-size: 0.78rem;
    line-height: 1.3;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(17,17,17,0.68);
    text-align: center;
}

body.page-contact .contactPage__field input,
body.page-contact .contactPage__field textarea {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 10px 12px;
    background: rgba(255,255,255,0.62);
    box-shadow: inset 0 0 0 1px rgba(17,17,17,0.045);
    font-family: var(--font-body);
    font-size: 0.88rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #111111;
    text-align: center;
    appearance: none;
}

body.page-contact .contactPage__field textarea {
    min-height: 84px;
    resize: vertical;
}

body.page-contact .contactPage__field input:focus,
body.page-contact .contactPage__field textarea:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(17,17,17,0.18);
}

body.page-contact .contactPage__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(17,17,17,0.12);
    border-radius: 999px;
    background: transparent;
    font-family: var(--font-micro);
    font-size: 0.5rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(16,16,16,0.82);
    cursor: pointer;
    transition:
      transform var(--motion-duration-fast) var(--motion-ease-standard),
      background-color var(--motion-duration-fast) var(--motion-ease-standard);
}

body.page-contact .contactPage__submit:hover,
body.page-contact .contactPage__submit:focus-visible {
    transform: translateY(-1px);
    background: rgba(16,16,16,0.05);
}

body.page-contact .contactPage__status {
    min-height: 1.3em;
}

body.page-contact .contactPage__status.is-success {
    color: rgba(40,120,72,0.88);
}

body.page-contact .contactPage__status.is-error {
    color: rgba(148,58,58,0.88);
}

body.page-contact .contactPage__honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.miniContactForm {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: min(100%, 280px);
    margin: 22px auto 0;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.46);
    box-shadow: inset 0 0 0 1px rgba(17,17,17,0.03);
}

.miniContactForm__input {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 9px 12px;
    background: rgba(255,255,255,0.7);
    box-shadow: inset 0 0 0 1px rgba(17,17,17,0.05);
    font-family: var(--font-body);
    font-size: 0.82rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: #111111;
    text-align: center;
    appearance: none;
}

.miniContactForm__textarea {
    min-height: 78px;
    resize: vertical;
}

.miniContactForm__input:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(17,17,17,0.14);
}

.miniContactForm__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(17,17,17,0.12);
    border-radius: 999px;
    background: transparent;
    font-family: var(--font-micro);
    font-size: 0.48rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(16,16,16,0.82);
    cursor: pointer;
    transition:
      transform var(--motion-duration-fast) var(--motion-ease-standard),
      background-color var(--motion-duration-fast) var(--motion-ease-standard);
}

.miniContactForm__submit:hover,
.miniContactForm__submit:focus-visible {
    transform: translateY(-1px);
    background: rgba(16,16,16,0.05);
}

.miniContactForm__honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

body.page-contact .contactPage__youtube {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: transparent;
    box-shadow: inset 0 0 0 1px rgba(17,17,17,0.12);
    margin: 0 auto;
    font-family: var(--font-micro);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(16,16,16,0.82);
    transition:
      transform var(--motion-duration-fast) var(--motion-ease-standard),
      background-color var(--motion-duration-fast) var(--motion-ease-standard),
      color var(--motion-duration-fast) var(--motion-ease-standard);
}

body.page-contact .contactPage__youtube:hover,
body.page-contact .contactPage__youtube:focus-visible {
    transform: translateY(-1px);
    background: rgba(16,16,16,0.05);
    color: #101010;
}

body.page-contact .sign {
    margin: 0 auto;
}

@media (max-width: 1280px) {
    body.page-composer .studioPageHeader,
    body.page-director .studioPageHeader,
    body.page-musician .studioPageHeader {
        width: min(290px, calc(100vw - 40px));
        grid-template-columns: 74px 1fr;
    }

    body.page-composer main,
    body.page-director main,
    body.page-musician main {
        padding: 20px;
    }

    body.page-composer .studioHero,
    body.page-director .studioHero,
    body.page-musician .studioHero {
        min-height: calc(100vh - 40px);
        min-height: calc(100dvh - 40px);
        padding: 26px;
    }

    body.page-composer .studioHero__visual,
    body.page-director .studioHero__visual,
    body.page-musician .studioHero__visual {
        width: clamp(210px, 23vw, 300px);
    }

    body.page-composer .studioHero__links,
    body.page-director .studioHero__links,
    body.page-musician .studioHero__links {
        right: 26px;
        top: 102px;
        bottom: auto;
    }

    body.page-composer .studioHero__links a,
    body.page-director .studioHero__links a,
    body.page-musician .studioHero__links a {
        font-size: 0.64rem;
        letter-spacing: 0.22em;
    }

    body.page-composer .studioHero__aside,
    body.page-director .studioHero__aside,
    body.page-musician .studioHero__aside {
        width: min(280px, 30vw);
        padding: 14px 16px;
    }

    body.page-composer .studioHero__programs li,
    body.page-director .studioHero__programs li,
    body.page-musician .studioHero__programs li {
        font-size: 0.84rem;
        gap: 10px;
    }

    body.page-composer .biography,
    body.page-director .biography,
    body.page-musician .biography {
        max-width: min(100%, 820px);
        padding: 54px 30px 28px;
    }

    body.page-composer .introVideo,
    body.page-director .introVideo,
    body.page-musician .introVideo {
        width: min(820px, calc(100% - 20px));
        margin-bottom: 72px;
    }

    body.page-composer .row:has(> .column),
    body.page-director .row:has(> .column) {
        gap: 22px;
    }

    body.page-composer .row:has(> .column) > .column,
    body.page-director .row:has(> .column) > .column {
        width: min(100%, 760px);
        max-width: none;
    }

    body.page-composer .works a,
    body.page-director .works a,
    body.page-musician .works a {
        gap: 0.6rem;
        padding: 0.38rem 0.55rem;
        font-size: 0.84rem;
    }

    body.page-composer .works a span,
    body.page-director .works a span,
    body.page-musician .works a span {
        flex: 0 0 auto;
        font-size: 0.74rem;
    }

    body.page-contact .contactPage__panel {
        width: min(920px, calc(100% - 20px));
        padding: 44px 20px 48px;
    }

    body.page-contact .contactPage__title {
        max-width: min(100%, 11ch);
        font-size: clamp(3rem, 8vw, 6.4rem);
        line-height: 0.9;
        text-wrap: balance;
        white-space: normal;
    }

    body.page-contact .contactPage__form {
        width: min(100%, 280px);
        padding: 14px;
    }

}

@media (max-width: 980px) {
    body.page-composer main,
    body.page-director main,
    body.page-musician main,
    body.page-contact .contactPage__main {
        padding: 18px;
    }

    body.page-composer .studioPageHeader,
    body.page-director .studioPageHeader,
    body.page-musician .studioPageHeader {
        width: calc(100vw - 136px);
        top: 68px;
        left: 68px;
        grid-template-columns: 68px 1fr;
    }

    body.page-composer .studioHero,
    body.page-director .studioHero,
    body.page-musician .studioHero {
        min-height: calc(100vh - 36px);
        min-height: calc(100dvh - 36px);
        padding: 24px 18px 34px;
    }

    body.page-composer .studioHero__visual,
    body.page-director .studioHero__visual,
    body.page-musician .studioHero__visual {
        width: min(280px, calc(100% - 44px));
        margin-left: 22px;
    }

    body.page-composer .studioHero__title,
    body.page-director .studioHero__title,
    body.page-musician .studioHero__title {
        position: relative;
        /* Keep: mobile hero titles must escape older absolute positioning. */
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        display: inline-block;
        width: fit-content;
        max-width: calc(100% - 44px);
        margin: 26px 22px 0;
        text-align: left;
    }

    body.page-composer .studioHero__title h1,
    body.page-director .studioHero__title h1,
    body.page-musician .studioHero__title h1 {
        font-size: clamp(3.4rem, 11vw, 5.8rem);
        line-height: 0.96;
        text-wrap: balance;
    }

    body.page-composer .studioHero__aside,
    body.page-director .studioHero__aside,
    body.page-musician .studioHero__aside {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(100%, 340px);
        margin: 24px auto 0;
    }

    body.page-composer .studioHero__links,
    body.page-director .studioHero__links,
    body.page-musician .studioHero__links {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        width: calc(100% - 44px);
        margin: 18px 22px 0 auto;
    }

    body.page-composer .row:has(> .column),
    body.page-director .row:has(> .column),
    body.page-director #events,
    body.page-musician #events {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.page-composer .row:has(> .column) > .column,
    body.page-director .row:has(> .column) > .column {
        float: none;
        width: 100%;
        padding-bottom: 0;
    }

    body.page-composer .year,
    body.page-director .year,
    body.page-musician .year {
        font-size: clamp(1.8rem, 8vw, 3rem);
        line-height: 0.94;
        margin-bottom: 8px;
    }

    body.page-composer h2,
    body.page-director h2,
    body.page-musician h2 {
        font-size: clamp(1.45rem, 5.6vw, 2.5rem);
        line-height: 1.04;
        text-wrap: balance;
    }

    body.page-composer .boxLeft,
    body.page-composer .boxRight,
    body.page-director .boxLeft,
    body.page-director .boxRight,
    body.page-director #events > a,
    body.page-musician #events > a {
        padding: 20px 18px;
    }

    body.page-composer .boxRight,
    body.page-director .boxRight {
        padding-top: 20px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    body.page-composer #compositions,
    body.page-composer #arrangements,
    body.page-composer #contributors {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 80px;
    }

    body.page-composer .works,
    body.page-director .works,
    body.page-musician .works {
        font-size: 0.82rem;
    }

    body.page-composer .works a,
    body.page-director .works a,
    body.page-musician .works a {
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 0.18rem;
    }

    body.page-composer .works a span,
    body.page-director .works a span,
    body.page-musician .works a span {
        width: 100%;
        text-align: left;
    }

    body.page-composer #photos,
    body.page-director #photos,
    body.page-musician #photos {
        margin-top: 40px;
    }

    body.page-composer #photos {
        margin-top: 52px;
    }

    body.page-composer .row:has(> #photos) {
        padding-top: 52px;
    }

    body.page-composer .modal,
    body.page-director .modal,
    body.page-musician .modal {
        width: calc(100% - 20px);
        min-height: auto;
        padding: 78px 22px 40px;
        margin: 10px auto;
        border-radius: 24px;
    }

    body.page-composer .modal > *,
    body.page-director .modal > *,
    body.page-musician .modal > * {
        max-width: min(54ch, 100%);
    }

    body.page-composer .modal h2,
    body.page-director .modal h2,
    body.page-musician .modal h2 {
        max-width: 100%;
        font-size: clamp(2.1rem, 9vw, 4rem);
        line-height: 0.96;
    }

    body.page-composer .modal .videoBox,
    body.page-director .modal .videoBox,
    body.page-musician .modal .videoBox {
        min-height: 220px;
    }

    body.page-contact .contactPage__panel {
        width: 100%;
        min-height: auto;
        padding: 88px 24px 30px;
    }

    body.page-contact .contactPage__title {
        max-width: 100%;
        margin-bottom: 28px;
        font-size: clamp(2.8rem, 13vw, 4.8rem);
    }

    body.page-contact .contactPage__links {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
}

@media (max-width: 640px) {
    body.page-composer .studioPageHeader,
    body.page-director .studioPageHeader,
    body.page-musician .studioPageHeader {
        width: 100%;
        top: 0;
        left: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    body.page-composer .studioPageHeader__brand,
    body.page-director .studioPageHeader__brand,
    body.page-musician .studioPageHeader__brand,
    body.page-composer .studioPageHeader__nav a,
    body.page-director .studioPageHeader__nav a,
    body.page-musician .studioPageHeader__nav a {
        mix-blend-mode: normal;
        color: #111111;
    }

    body.page-composer .studioHero__title h1,
    body.page-director .studioHero__title h1,
    body.page-musician .studioHero__title h1 {
        max-width: 100%;
        padding: 0.04em 0 0.08em;
        font-size: clamp(2.25rem, 13vw, 3.95rem);
        line-height: 0.96;
        letter-spacing: -0.06em;
        white-space: normal;
        text-wrap: balance;
        overflow-wrap: anywhere;
    }

    body.page-composer .studioHero__title h1 {
        font-size: clamp(1.95rem, 11.2vw, 3.4rem);
        white-space: nowrap;
        text-wrap: nowrap;
        overflow-wrap: normal;
    }

    body.page-director .studioHero__title h1 {
        font-size: clamp(1.5rem, 8.2vw, 2.7rem);
        white-space: nowrap;
        text-wrap: nowrap;
        overflow-wrap: normal;
    }

    body.page-musician .studioHero__title h1 {
        font-size: clamp(1.95rem, 11.2vw, 3.4rem);
        white-space: nowrap;
        text-wrap: nowrap;
        overflow-wrap: normal;
    }

    body.page-composer .studioHero__title,
    body.page-director .studioHero__title,
    body.page-musician .studioHero__title,
    body.page-composer .studioHero__links,
    body.page-director .studioHero__links,
    body.page-musician .studioHero__links,
    body.page-composer .studioHero__visual,
    body.page-director .studioHero__visual,
    body.page-musician .studioHero__visual {
        width: calc(100% - 24px);
        margin-left: 12px;
        margin-right: 12px;
    }

    body.page-composer .studioHero__aside,
    body.page-director .studioHero__aside,
    body.page-musician .studioHero__aside {
        width: calc(100% - 24px);
        margin: 18px 12px 0;
        padding: 14px 14px;
    }

    body.page-composer .studioHero__title,
    body.page-director .studioHero__title,
    body.page-musician .studioHero__title {
        width: fit-content;
        max-width: calc(100% - 24px);
        margin-top: 22px;
    }

    body.page-composer .studioHero__links,
    body.page-director .studioHero__links,
    body.page-musician .studioHero__links {
        display: none;
    }

    body.page-composer .studioHero__links a,
    body.page-director .studioHero__links a,
    body.page-musician .studioHero__links a {
        font-size: 0.72rem;
        letter-spacing: 0.16em;
    }

    body.page-composer .biography,
    body.page-director .biography,
    body.page-musician .biography,
    body.page-composer .boxLeft,
    body.page-composer .boxRight,
    body.page-director .boxLeft,
    body.page-director .boxRight,
    body.page-director #events > a,
    body.page-musician #events > a,
    body.page-composer .modal,
    body.page-director .modal,
    body.page-musician .modal {
        border-radius: 20px;
    }

    body.page-composer .modal,
    body.page-director .modal,
    body.page-musician .modal {
        width: calc(100% - 12px);
        padding: 70px 16px 32px;
        margin: 14px auto;
        min-height: auto;
    }

    body.page-composer .works a,
    body.page-director .works a,
    body.page-musician .works a {
        padding: 0.34rem 0.4rem;
        font-size: 0.78rem;
    }

    body.page-composer .boxRight,
    body.page-director .boxRight {
        padding-top: 18px;
    }

    body.page-composer #events img:not(.modalLinkRow__iconImg),
    body.page-director #events img:not(.modalLinkRow__iconImg),
    body.page-musician #events img:not(.modalLinkRow__iconImg) {
        width: min(100%, 280px);
    }

    body.page-contact .contactPage__back {
        top: 1rem;
        right: 1rem;
        left: auto;
        width: 42px;
        height: 42px;
    }

    body.page-contact .contactPage__back::before,
    body.page-contact .contactPage__back::after {
        width: 46px;
        margin-left: -23px;
    }

    body.page-contact .contactPage__title {
        max-width: 100%;
        font-size: clamp(2.6rem, 13vw, 4.2rem);
        line-height: 0.88;
        letter-spacing: -0.075em;
        white-space: normal;
        text-wrap: balance;
    }
}

html.is-entering-page body,
html.is-leaving-page body {
    overflow-x: clip;
}

body.page-preload:not(.page-composer):not(.page-director):not(.page-musician):not(.page-contact) main {
    opacity: 0;
    visibility: hidden;
}

body.page-preload:not(.page-composer):not(.page-director):not(.page-musician):not(.page-contact) main.homeIndex {
    filter: blur(8px);
    transform: scale(1.01);
}

body.home-loader-leaving main.homeIndex {
    visibility: visible;
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    transition:
      opacity 1.6s cubic-bezier(0.22, 1, 0.36, 1),
      filter 1.8s cubic-bezier(0.22, 1, 0.36, 1),
      transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-preload.page-composer main,
body.page-preload.page-director main,
body.page-preload.page-musician main,
body.page-preload.page-composer .studioPageHeader,
body.page-preload.page-director .studioPageHeader,
body.page-preload.page-musician .studioPageHeader {
    opacity: 0;
    filter: blur(8px);
}

html.is-entering-page body.page-preload main,
html.is-entering-page body.page-preload .studioPageHeader {
    opacity: 0;
    filter: blur(8px);
}

html.is-entering-page body.page-preload main,
html.is-entering-page body.page-preload .studioPageHeader,
html.is-leaving-page main,
html.is-leaving-page .studioPageHeader {
    will-change: opacity, filter;
}

@media (prefers-reduced-motion: reduce) {
    body.page-preload main,
    body.page-preload .studioPageHeader {
        opacity: 1;
        filter: none;
        visibility: visible;
    }
}

@media (max-width: 768px) {
    .homeLoader {
        padding: 1.5rem;
    }

    .homeLoader__title {
        font-size: clamp(4.2rem, 20vw, 7rem);
        line-height: 0.92;
    }

    .homeLoader__subtitle {
        font-size: 0.72rem;
        letter-spacing: 0.28em;
    }
}

/* Hero title cleanup for composer / director / musician. */
body.page-composer .studioHero__title,
body.page-director .studioHero__title,
body.page-musician .studioHero__title {
    display: table;
    width: max-content;
    max-width: min(62vw, 860px);
    text-align: left;
}

body.page-composer .studioHero__title h1,
body.page-director .studioHero__title h1,
body.page-musician .studioHero__title h1 {
    margin: 0;
    padding-left: 0;
}

body.page-composer .studioHero__title p,
body.page-director .studioHero__title p,
body.page-musician .studioHero__title p {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 8px 0 0 0.42em;
    padding-left: 0;
    text-align: left;
}

@media (max-width: 980px) {
    body.page-composer .studioHero__title,
    body.page-director .studioHero__title,
    body.page-musician .studioHero__title {
        max-width: calc(100% - 44px);
    }
}

@media (max-width: 640px) {
    body.page-composer .studioHero__title,
    body.page-director .studioHero__title,
    body.page-musician .studioHero__title {
        max-width: calc(100% - 24px);
    }
}

body.page-director .studioHero--director .studioHero__visual {
    margin-top: 18px;
}

body.page-director .studioHero::before {
    inset: 18px 18px 18px 18px;
}

body.page-director .studioHero {
    padding-top: 18px;
}

body.page-director .studioHero--director .studioHero__visual {
    overflow: hidden;
}

body.page-director .studioHero--director .studioHero__visual img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none;
}

body.page-director main {
    padding-top: 0;
}

body.page-director .studioHero {
    padding-top: 18px;
    margin-top: 0;
}

body.page-director .studioHero::before {
    inset: 18px;
}

/* Shared studio page alignment: director is the reference. */
body.page-composer main,
body.page-musician main {
    padding-top: 0;
}

body.page-composer .studioHero,
body.page-musician .studioHero {
    padding-top: 18px;
    margin-top: 0;
}

body.page-composer .studioHero::before,
body.page-musician .studioHero::before {
    inset: 18px;
}

body.page-composer .studioHero__visual,
body.page-musician .studioHero__visual {
    margin-top: 18px;
}

body.page-composer .studioHero__visual,
body.page-composer .studioHero__visual picture,
body.page-composer .studioHero__visual img,
body.page-musician .studioHero__visual,
body.page-musician .studioHero__visual picture,
body.page-musician .studioHero__visual img {
    border-radius: 24px;
}

body.page-composer .studioHero__visual img,
body.page-musician .studioHero__visual img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none;
}

@media (min-width: 768px) {
    body.page-musician #events,
    body.page-composer #compositions,
    body.page-composer #arrangements,
    body.page-composer #contributors {
        gap: 73px;
    }

    body.page-musician #events,
    body.page-composer #compositions.row,
    body.page-composer #arrangements.row,
    body.page-composer #contributors.row,
    body.page-composer #compositions .row,
    body.page-composer #arrangements .row {
        justify-content: center;
        column-gap: 28px;
        width: min(100%, 1036px);
        max-width: 1036px;
        margin-left: auto;
        margin-right: auto;
        overflow: visible;
    }

    body.page-musician #events .column,
    body.page-composer #compositions .column,
    body.page-composer #arrangements .column,
    body.page-composer #contributors .column {
        width: min(100%, 504px);
        max-width: 504px;
        margin-left: 0;
        margin-right: 0;
    }

    body.page-musician #events .boxLeft,
    body.page-musician #events .boxRight,
    body.page-composer #compositions .boxLeft,
    body.page-composer #compositions .boxRight,
    body.page-composer #arrangements .boxLeft,
    body.page-composer #arrangements .boxRight,
    body.page-composer #contributors .boxLeft,
    body.page-composer #contributors .boxRight {
        gap: 18px;
        padding: 18px;
        border-radius: 17px;
        overflow: visible;
    }

    body.page-musician #events h2,
    body.page-composer #compositions h2,
    body.page-composer #arrangements h2,
    body.page-composer #contributors h2 {
        font-size: clamp(1.05rem, 1.61vw, 1.61rem);
    }

    body.page-musician #events .btnLink,
    body.page-composer #compositions .btnLink,
    body.page-composer #arrangements .btnLink,
    body.page-composer #contributors .btnLink {
        min-height: 29px;
        padding: 0 13px;
        font-size: 0.52rem;
        letter-spacing: 0.17em;
    }

    body.page-musician #events .youtubeLinkRow .playerTxt,
    body.page-composer #compositions .youtubeLinkRow .playerTxt,
    body.page-composer #arrangements .youtubeLinkRow .playerTxt,
    body.page-composer #contributors .youtubeLinkRow .playerTxt {
        font-size: 0.64rem;
        letter-spacing: 0.22em;
        line-height: 1;
        text-transform: uppercase;
    }

    body.page-musician #events img:not(.modalLinkRow__iconImg),
    body.page-composer #compositions img:not(.modalLinkRow__iconImg),
    body.page-composer #arrangements img:not(.modalLinkRow__iconImg),
    body.page-composer #contributors img:not(.modalLinkRow__iconImg) {
        width: min(100%, 238px);
        margin-top: 14px;
    }

    body.page-musician #events {
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 28px;
    }

    body.page-musician #events > .year {
        width: 100%;
        max-width: 1036px;
        margin: 0;
        justify-self: stretch;
        text-align: left;
        font-size: clamp(0.85rem, 1.92vw, 1.84rem);
        letter-spacing: 0.18em;
        color: rgba(17,17,17,0.18);
        padding-top: 0;
        margin-bottom: 0;
    }

    body.page-musician #events > .column {
        width: min(100%, 504px);
        max-width: 504px;
        margin: 0 auto;
    }
}

body.page-composer .rowPhotos,
body.page-musician .rowPhotos {
    display: block;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10vh;
    text-align: center;
}

body.page-composer .rowPhotos a,
body.page-musician .rowPhotos a {
    display: inline-block;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    border: 0;
    cursor: pointer;
}

body.page-composer .rowPhotos img,
body.page-musician .rowPhotos img {
    width: auto;
    height: 25vh;
    max-width: calc(100% - 60px);
    margin: 30px;
    border-radius: 6px;
    display: block;
    object-fit: contain;
    box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    body.page-composer .rowPhotos,
    body.page-musician .rowPhotos {
        margin-top: 0;
        padding-bottom: 10vh;
    }

    body.page-composer .rowPhotos img,
    body.page-musician .rowPhotos img {
        height: 15vh;
        width: auto;
        max-width: calc(100% - 20px);
        margin: 10px;
    }
}

@media (min-width: 768px) {
    body.page-composer .modal,
    body.page-musician .modal {
        width: min(686px, calc(100% - 36px));
        min-height: min(53vh, 532px);
        padding: 38px 29px 67px;
        margin: 31px auto;
        border-radius: 25px;
    }

    body.page-composer .modal > *,
    body.page-musician .modal > * {
        max-width: min(58ch, 100%);
    }

    body.page-composer .modal h2,
    body.page-musician .modal h2 {
        max-width: min(100%, 24ch);
        margin-bottom: 14px;
        font-size: clamp(1.05rem, 1.61vw, 1.61rem);
        padding: 0.06em 0.04em 0.08em;
    }

    body.page-composer .modal p,
    body.page-musician .modal .eventModalText,
    body.page-musician .modal > p {
        font-size: 1rem;
        line-height: 1.45;
    }

    body.page-composer .modal img:not(.modalLinkRow__iconImg),
    body.page-musician .modal img:not(.modalLinkRow__iconImg) {
        max-width: 305px;
        margin-top: 28px;
    }

    body.page-composer .modal .videoBox,
    body.page-musician .modal .videoBox {
        width: min(364px, 100%);
        min-height: 196px;
        margin: 24px 0 13px;
        border-radius: 13px;
    }
}

body.page-composer,
body.page-director,
body.page-musician {
    --studio-section-gap: clamp(180px, 22vh, 320px);
}

body.page-composer main > :not(.studioHero):not(.overlay),
body.page-director main > :not(.studioHero):not(.overlay),
body.page-musician main > :not(.studioHero):not(.overlay) {
    /* Keep: shared page rhythm must beat legacy per-section margins. */
    margin-block-start: var(--studio-section-gap) !important;
}

body.page-composer #zoocrates .modal > .modalTextPanel {
    display: block;
    width: min(54ch, 100%);
    max-width: min(54ch, 100%);
    margin: 30px auto;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 18px;
    background: rgba(17, 17, 17, 0.035);
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.035);
    text-align: justify;
    text-justify: inter-word;
}

body.page-composer #zoocrates .modal > .boxGray {
    width: min(54ch, 100%);
    max-width: min(54ch, 100%);
    box-sizing: border-box;
    padding: 24px;
}

body.page-composer #zoocrates .modal > .boxGray .quoteItem + .quoteItem {
    margin-top: 30px;
}

body.page-composer #zoocrates .modal > .boxGray .quoteItem em,
body.page-composer #zoocrates .modal > .boxGray .quoteSource {
    display: block;
}

body.page-composer #zoocrates .modal > .boxGray .quoteSource {
    margin-top: 0.45em;
}

body.page-composer #zoocrates .modal > .boxGray .quoteItem .btnTrace {
    margin-top: 0.75em;
}

body.page-composer .biography + .introVideo,
body.page-director .biography + .introVideo,
body.page-musician .biography + .introVideo {
    margin-top: var(--studio-section-gap);
}

body.page-composer .boxGray,
body.page-director .boxGray,
body.page-musician .boxGray,
body.page-composer #zoocrates .modal > .modalTextPanel,
body.page-composer .modal > .infosModal p:has(em) {
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    body.page-composer #compositions .boxLeft,
    body.page-composer #compositions .boxRight,
    body.page-composer #arrangements .boxLeft,
    body.page-composer #arrangements .boxRight,
    body.page-composer #contributors .boxLeft,
    body.page-composer #contributors .boxRight,
    body.page-director #events .boxLeft,
    body.page-director #events .boxRight,
    body.page-musician #events .boxLeft,
    body.page-musician #events .boxRight {
        /* Keep: normalizes legacy event cards that still set widths earlier. */
        width: min(504px, calc(100vw - 36px)) !important;
        max-width: min(504px, calc(100vw - 36px)) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

body.page-composer .modal > h2 + .infosModal,
body.page-composer .modal > h2 + br + .infosModal,
body.page-director .modal > h2 + .eventModalText,
body.page-director .modal > h2 + p,
body.page-musician .modal > h2 + .eventModalText,
body.page-musician .modal > h2 + p {
    text-align: center;
    text-justify: auto;
}

body.page-composer .modal > h2 + .infosModal p,
body.page-composer .modal > h2 + br + .infosModal p {
    text-align: center;
    text-justify: auto;
}

body.page-composer .modal > .infosModal {
    max-width: min(64ch, 100%);
}

body.page-composer .modalPhotos,
body.page-director .modalPhotos,
body.page-musician .modalPhotos {
    width: min(1500px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
}

body.page-composer .modalPhotos img,
body.page-director .modalPhotos img,
body.page-musician .modalPhotos img {
    max-width: min(96vw, 1400px);
    max-height: 74vh;
}

body.page-composer .biography .boxGray,
body.page-director .biography .boxGray,
body.page-musician .biography .boxGray {
    margin-top: 0;
    margin-bottom: 36px;
}

body.page-composer .biography__text,
body.page-director .biography__text,
body.page-musician .biography__text {
    margin: 0;
}

body.page-composer .biography__text + .boxGray,
body.page-director .biography__text + .boxGray,
body.page-musician .biography__text + .boxGray {
    margin-top: 12px;
}

body.page-composer .boxGray + .biography__text,
body.page-director .boxGray + .biography__text,
body.page-musician .boxGray + .biography__text,
body.page-composer .biography__text + .biography__text,
body.page-director .biography__text + .biography__text,
body.page-musician .biography__text + .biography__text {
    margin-top: 0.9rem;
}

body.page-composer .biography .boxGray .quoteSource,
body.page-director .biography .boxGray .quoteSource,
body.page-musician .biography .boxGray .quoteSource {
    display: block;
    margin: 0.45em 0 0;
    text-align: center;
}

body.page-composer .boxAudio,
body.page-director .boxAudio,
body.page-musician .boxAudio {
    gap: 8px;
}

body.page-composer .boxAudio .playerTxt,
body.page-director .boxAudio .playerTxt,
body.page-musician .boxAudio .playerTxt {
    font-size: 0.64rem;
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

body.page-composer .boxAudio .audioPlayer,
body.page-director .boxAudio .audioPlayer,
body.page-musician .boxAudio .audioPlayer {
    min-height: 29px;
    padding: 0 13px;
}

body.page-composer .modal > .infosModal em::before,
body.page-composer .modal > .infosModal em::after {
    content: none;
}

@media (orientation: landscape) and (max-height: 900px) {
  .homeStudio__statement {
    position: absolute;
    top: 46px;
    right: 22px;
    left: auto;
    bottom: auto;
    width: 190px;
    margin: 0;
    z-index: 9;
  }

  .homeStudio__statement p,
  .homeStudio__cta {
    font-size: 0.58rem;
  }

  .homeStudio__masthead {
    right: 22px;
    bottom: 18px;
  }

  .homeStudio__masthead h1,
  .homeStudio__masthead h2 {
    font-size: clamp(3.1rem, 9vw, 5.2rem);
  }
}

body.page-composer .modal > .infosModal + .boxAudio,
body.page-composer .modal > .infosModal + .videoBox.videoBox--link,
body.page-composer .modal > .infosModal + .modalVideo,
body.page-composer .modal > .infosModal + .mediaActionBlock,
body.page-composer .modal > .infosModal + picture,
body.page-composer .modal > .infosModal + img,
body.page-composer .modal > .boxAudio + .boxAudio,
body.page-composer .modal > .boxAudio + .videoBox.videoBox--link,
body.page-composer .modal > .boxAudio + .modalVideo,
body.page-composer .modal > .boxAudio + .mediaActionBlock,
body.page-composer .modal > .boxAudio + picture,
body.page-composer .modal > .boxAudio + img,
body.page-composer .modal > .videoBox.videoBox--link + picture,
body.page-composer .modal > .videoBox.videoBox--link + img,
body.page-composer .modal > .modalVideo + picture,
body.page-composer .modal > .modalVideo + img,
body.page-composer .modal > .mediaActionBlock + picture,
body.page-composer .modal > .mediaActionBlock + img {
    margin-top: 56px;
}
