: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;
}

*,
*::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);
}

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;
  }
}

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

body.page-composer .overlay .modal > picture img,
body.page-composer .overlay .modal > div:has(> picture) img,
body.page-composer .overlay .modal .iconModal {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
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: 430;
    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) {
    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;
}

.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: 16ch;
    font-size: 0.64rem;
    line-height: 1.3;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    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-start;
    gap: 3px;
    z-index: 2;
}

.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 {
    grid-column: 1 / 2;
    grid-row: 2;
    align-self: start;
    width: min(100%, 180px);
    aspect-ratio: 1 / 0.96;
    overflow: hidden;
    background: #e3dfdb;
}

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

.homeStudio__visual img {
    object-fit: cover;
}

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

.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: 3 / 4;
    grid-row: 2;
    align-self: start;
    justify-self: end;
    width: min(100%, 220px);
    margin-top: 230px;
    z-index: 2;
}

.homeStudio__statement p {
    margin: 0 0 18px;
    font-size: 0.64rem;
    line-height: 1.55;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(16, 16, 16, 0.72);
}

.homeStudio__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(16, 16, 16, 0.18);
    border-radius: 999px;
    font-size: 0.64rem;
    letter-spacing: 0.24em;
    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;
}

.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(54vw, 220px);
    }

    .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;
    }
}

.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: 0 12px 28px rgba(8, 6, 4, 0.08);
    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: 1px solid rgba(17, 17, 17, 0.06);
    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 0.25s ease, opacity 0.25s ease, color 0.25s ease;
}

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

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

body.modal-open .studioPageHeader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none !important;
}

html:has(.overlay:target) .studioPageHeader,
html:has(.overlay.is-open) .studioPageHeader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    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: #d8d5d1;
}

.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;
    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: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{
    position: relative;
    width: 250px;
    margin: 10px;
    margin-top: -20px;
    margin-bottom: 20px;
    -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);	
    -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{
	width: 220px;
	}
}
#events img:hover {
    transform: scale(1.05);
}
#events a{
    text-decoration: none;
}





/*----------------------events 2020--------------------------*/

#eventsDirector2020 {
    padding-bottom: 260px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
}
@media (max-width: 768px){
	#eventsDirector2020{
		margin-left: 0px;
	    margin-right: 0px;
		padding-bottom: 60px;
	}
}
#eventsDirector2020 img{
     position: relative;
     width: 300px;
     margin: 30px;
     -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);	
     -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){
	#eventsDirector2020 img{
        width: 40%;
        margin-left: auto;
        margin-right: auto
	}
}
#eventsDirector2020 img:hover {
    transform: scale(1.05);
}
#eventsDirector2020 a{
    text-decoration: none;
}





/*-------------------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;
}

.modalVideoLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(17,17,17,0.12);
    background: transparent;
    color: rgba(16,16,16,0.86);
    font-family: var(--font-micro);
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

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

.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 .modalVideoLink {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 42px;
    aspect-ratio: auto;
    border-radius: 999px;
    box-shadow: none;
    white-space: nowrap;
}
@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.35s ease;
    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.35s ease;
    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: auto;
    width: 100%;
    min-height: 100vh;
    height: auto;
    padding-top: 90px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 300px;
    position: relative;
    opacity: 0;
    transform: translateY(34px) scale(0.985);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s 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{
    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 {
      max-width: 40%;
      margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .modal img {
      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));
    min-height: 100vh;
    padding: 72px 24px 32px;
    border-radius: 0;
    position: relative;
    opacity: 0;
    transform: translateY(24px) scale(0.985);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
    box-shadow: none;
}

.modalPhotos > .close {
    position: absolute;
    top: 24px;
    right: 24px;
}

.overlay:target .modal,
.overlay.is-open .modal,
.overlay:target .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 {
    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;
}
.rowPhotos img:hover {
    transform: scale(1.05);
}
.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: flex;
    width: 100%;
    justify-content: center;
    margin: 10vh 0 0;
    padding-bottom: 1.25rem;
    text-decoration: none;
}
body:not(.page-contact) .sign_link {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 8vh auto 1.25rem;
}
.sign_trigger {
    display: inline-block;
    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: 50%;
    bottom: calc(100% + 1rem);
    width: 190px;
    min-height: 190px;
    padding: 1rem 1.05rem;
    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(calc(-50% + var(--sign-hover-x)), calc(14px + var(--sign-hover-y)), 0) scale(0.92);
    transform-origin: bottom center;
    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(calc(-50% + var(--sign-hover-x)), var(--sign-hover-y), 0) scale(1);
}
@media screen and (max-width: 768px) {
  .sign_link {
    margin: 8vh auto 0;
    padding-bottom: 1rem;
  }
  body:not(.page-contact) .sign_link {
    left: auto;
    bottom: auto;
    transform: none;
    margin: 6vh auto 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);
}
@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: 22px;
    left: 22px;
    width: min(320px, calc(100vw - 44px));
    grid-template-columns: 84px 1fr;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    opacity: 0.9;
    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: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.28);
}

body.page-composer .studioPageHeader__brand,
body.page-director .studioPageHeader__brand,
body.page-musician .studioPageHeader__brand {
    background: transparent;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: clamp(0.78rem, 0.9vw, 0.9rem);
    letter-spacing: -0.08em;
    border-right: 1px solid currentColor;
    mix-blend-mode: difference;
}

body.page-composer .studioPageHeader__nav,
body.page-director .studioPageHeader__nav,
body.page-musician .studioPageHeader__nav {
    gap: 12px;
    padding: 16px 28px 16px 18px;
}

body.page-composer .studioPageHeader__nav a,
body.page-director .studioPageHeader__nav a,
body.page-musician .studioPageHeader__nav a {
    position: relative;
    color: #ffffff;
    font-family: var(--font-micro);
    font-size: 0.64rem;
    letter-spacing: 0.22em;
    mix-blend-mode: difference;
}

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;
}

body.page-composer .studioPageHeader__nav a::before,
body.page-director .studioPageHeader__nav a::before,
body.page-musician .studioPageHeader__nav a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border: 1px solid currentColor;
    border-radius: 50%;
    vertical-align: middle;
    opacity: 0.72;
}

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 {
    background: #111111;
    border-color: #111111;
}

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 {
    background: transparent !important;
}

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(246, 244, 241, 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(240px, 25vw, 350px);
    aspect-ratio: 0.88;
    margin-top: 28px;
    border-radius: 18px;
    box-shadow: 0 26px 72px rgba(20, 16, 10, 0.16);
}

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

body.page-composer .studioHero__links,
body.page-director .studioHero__links,
body.page-musician .studioHero__links {
    position: fixed;
    top: 54px;
    right: 44px;
    left: auto;
    bottom: auto;
    margin: 0;
    z-index: 60;
    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(17,17,17,0.72);
    transition: color 0.25s ease, transform 0.25s ease;
    text-align: right;
}

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: rgba(17,17,17,0.24);
    flex: 0 0 auto;
}

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__title,
body.page-director .studioHero__title,
body.page-musician .studioHero__title {
    left: auto;
    right: clamp(22px, 3vw, 40px);
    bottom: clamp(18px, 2.4vw, 28px);
    max-width: min(62vw, 860px);
    overflow: visible;
    text-align: right;
}

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__title p,
body.page-director .studioHero__title p,
body.page-musician .studioHero__title p {
    margin-top: 8px;
    font-family: var(--font-micro);
    font-size: 0.66rem;
    letter-spacing: 0.1em;
    color: rgba(16, 16, 16, 0.56);
}

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

body.page-composer .studioHero__aside {
    bottom: 255px;
}

body.page-director .studioHero__aside,
body.page-musician .studioHero__aside {
    bottom: 300px;
}

body.page-director .studioHero__aside {
    bottom: 300px;
}

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-composer .studioHero__programs li span,
body.page-director .studioHero__programs li span,
body.page-musician .studioHero__programs li span {
    min-width: 48px;
    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: 54px;
    margin-left: auto;
    margin-right: auto;
    padding: 68px 42px 30px;
    border-radius: 26px;
    background: transparent;
    box-shadow: none;
}

@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 {
        right: clamp(36px, 4vw, 64px);
        bottom: 305px;
        width: min(230px, 22vw);
    }

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

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

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: transparent;
    box-shadow: none;
}

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

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 #events > a {
    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);
}

@media (min-width: 768px) {
    body.page-composer .row:has(> .column),
    body.page-director .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 {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

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

body.page-musician #events {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

body.page-musician #events > a {
    display: block;
    color: inherit;
    text-decoration: none;
}

body.page-musician #events > a .year {
    padding-top: 0;
}

body.page-director #events {
    display: grid;
    grid-template-columns: repeat(2, minmax(320px, 520px));
    justify-content: center;
    gap: 24px;
    align-items: start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body.page-director #events > .year {
    grid-column: 1 / -1;
}

body.page-director #events > a,
body.page-director #events > .column {
    width: 100%;
}

body.page-director #events > a {
    display: block;
    padding: 26px;
    border-radius: 24px;
    color: inherit;
    text-decoration: none;
    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-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 #events img,
body.page-director #events img,
body.page-musician #events img {
    width: min(100%, 340px);
    margin-top: 20px;
    border-radius: 18px;
    box-shadow: none;
}

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

body.page-composer .rowPhotos,
body.page-director .rowPhotos,
body.page-musician .rowPhotos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}

body.page-composer .rowPhotos a,
body.page-director .rowPhotos a,
body.page-musician .rowPhotos a {
    display: inline-flex;
    flex: 0 1 300px;
    align-items: stretch;
    justify-content: center;
    border-radius: 18px;
    padding: 10px;
    background: rgba(248,245,240,0.94);
}

body.page-composer .rowPhotos img,
body.page-director .rowPhotos img,
body.page-musician .rowPhotos img {
    width: 100%;
    max-width: 300px;
    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 > *,
body.page-director .modalPhotos > *,
body.page-musician .modalPhotos > * {
    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 .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-composer #zoocrates .modal > * {
    max-width: min(64ch, 100%);
}

body.page-composer #zoocrates .boxGray,
body.page-composer #zoocrates .boxGray em,
body.page-composer #zoocrates .btnTrace {
    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 !important;
    width: fit-content;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

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

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;
}

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 0.25s ease, background-color 0.25s ease;
}

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 0.25s ease, background-color 0.25s ease;
}

.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 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

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: 54px;
        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(220px, 24vw);
        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;
    }

    body.page-contact .contactPage__youtube {
        width: 84px;
        height: 84px;
        padding: 12px;
    }
}

@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 - 36px);
        top: 18px;
        left: 18px;
        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;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: calc(100% - 44px);
        margin: 26px 22px 0;
        text-align: right;
    }

    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 .rowPhotos,
    body.page-director .rowPhotos,
    body.page-musician .rowPhotos {
        width: calc(100% - 20px);
        gap: 14px;
    }

    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: 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,
    body.page-director #events img,
    body.page-musician #events img {
        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;
    }
}
