
/* FONTS  */

@font-face {
    font-family: 'Footlight MT Light';
    src: url('/media/discography/lucia-di-lammermoor/fonts/FootlightMTProLight.otf') format('opentype'),
         url('/media/discography/lucia-di-lammermoor/fonts/Footlight MT Light Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.footlight-mt-light {
    font-family: 'Footlight MT Light', serif !important;
}


@font-face {
    font-family: 'TGL Engraved';
    src: url('/media/discography/lucia-di-lammermoor/fonts/tgl_0-1451eng.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.tgl-engraved {
    font-family: 'TGL Engraved', serif;
}

.univers-next-pro-condensed {
    font-family: 'Univers Next Pro Condensed', sans-serif;
}


@font-face {
    font-family: 'Univers Next Pro Bold Condensed';
    src: url('/media/discography/lucia-di-lammermoor/fonts/univers-next-pro-bold-condensed.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.univers-next-pro-bold-condensed {
    font-family: 'Univers Next Pro Bold Condensed', sans-serif;
}

/* HEADERS */


.lo-hero {
    background-image: url(https://res.cloudinary.com/digkn2zka/image/upload/v1757956865/lucia-di-lammermoor-header.jpg);
    
  }

.lo-footer {
background-image: url(/media/discography/la-traviata/dresdner-philharmonic-footer.jpg);
}

/* SIZES */

.font-46pt {
    font-size: 46pt;
}

/* Responsive font sizing for mobile */
@media only screen and (max-width: 768px) {
    .font-46pt {
        font-size: 28pt;
    }
}

@media only screen and (max-width: 480px) {
    .font-46pt {
        font-size: 24pt;
    }
}

.font-22pt {
    font-size: 22pt;
}

.font-13pt {
    font-size: 13pt;
}

/* Responsive font sizing for other sizes */
@media only screen and (max-width: 768px) {
    .font-22pt {
        font-size: 16pt;
    }
    
    .font-13pt {
        font-size: 11pt;
    }
}

@media only screen and (max-width: 480px) {
    .font-22pt {
        font-size: 14pt;
    }
    
    .font-13pt {
        font-size: 10pt;
    }
}

.overlay-title {
background: rgba(0,0,0,.5);
}

.white {
    color: rgb(230, 230, 230);
}

.red {
    color: #D01F29;
}

.green {
    color: #2d5a27;
}

.gray {
    color: #5e5e5e;
}

.composer {
    letter-spacing: 0.05em;
}

.title {
    line-height: 1.5em;
}

.description {
    line-height: 1.5em;
}

.description em {
    color: #333;
}

/* TRACK LIST STYLES */
.track-list {
    margin-top: 1em;
}

.track-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
    padding: 0.25em 0;
    margin: 0px;
}

.track-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #333;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 12px;
    flex-shrink: 0;
}

.track-title {
    flex: 1;
    margin-right: 8px;
}

.track-characters {
    color: #666;
    margin-right: 8px;
    font-size: 0.9em;
}

.track-duration {
    text-align: right;
    font-weight: normal;
    min-width: 40px;
    flex-shrink: 0;
}

/* CAST AND CREW STYLES */
.cast-crew-section {
    font-family: 'Univers Next Pro Condensed', sans-serif;
    color: #333;
    line-height: 1.4;
    padding-left: 6em;
}

/* .cast-crew-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3em;
    align-items: start;
} */

.cast-list-container {
    display: flex;
    justify-content: center;
}

.cast-list {
    width: 100%;
    max-width: 500px;
}

.cast-item {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin-bottom: 0.8em;
    gap: 1em;
    max-width: 800px;
}

.performer {
    text-align: right;
}

.performer-name {
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 0.2em;
}

.vocal-range {
    font-size: 12pt;
    color: #666;
}

.dotted-line {
    width: 40px;
    height: 1px;
    background-image: linear-gradient(to right, #333 50%, transparent 50%);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    flex-shrink: 0;
}

.character {
    text-align: left;
}

.character-name {
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 0.2em;
}

.character-description {
    font-size: 12pt;
    color: #666;
}

.crew-section {
    margin-top: 2em;
}

.crew-item {
    margin-bottom: 1.5em;
}

.crew-title {
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.crew-detail {
    font-size: 12pt;
    margin-bottom: 0.3em;
    margin-left: 0.5em;
}

.crew-detail strong {
    font-weight: bold;
}

/* Mobile responsiveness for cast and crew */
@media only screen and (max-width: 768px) {
    .cast-crew-section {
        padding-left: 0;
    }
}

.track-list-text {
color: #333;
}

.track-list-text a{
color: #333;
}

.last {
background-color: rgb(187 181 172);
font-size: 1.3em;
color: #333;
}

.last-word{
    color: #f35b3f;
}

.last a {
color: #00395f;
}

.last b{
color: #005995; 
}

.videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sfcrc-credits {
    margin-top:120px;  
}

  
/* Mobile screens */
@media only screen and (max-width: 768px) {
    .lo-hero{
        background-image: url(https://res.cloudinary.com/digkn2zka/image/upload/v1757959732/lucia-di-lammermoor-header-tall.jpg);
    }
    .lo-footer {
        background-image: url(/media/discography/la-traviata/dresdner-philharmonic-footer@2x.jpg);
    }
    .cast-crew-section {
        padding-left: 0;
    }
    .sfcrc-credits {
        margin-top:60px;
        text-align: center;  
    }
    .euroarts-credits {
        text-align: center;  
    }
}