/* ==========================================================================
   01. Fonts
   ========================================================================== */

:root {
    --font-lato: "Lato", sans-serif;
    --font-parastoo: "Parastoo", Georgia, "Times New Roman", serif;
}

/* ==========================================================================
   02. Base
   ========================================================================== */

body {
    font-family: var(--font-lato);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #0B2427;
    overflow-x: hidden;
    line-height: 24px;
}

body.no-scroll {
    overflow: hidden;
}

h1 {
    font-family: var(--font-parastoo);
    font-weight: 400;
    font-style: normal;
    font-size: 143px;
    line-height: 104.69px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    font-family: var(--font-parastoo);
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    line-height: 0.60;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #096570;
    margin: 0;
}

.h2-style {
    font-family: var(--font-parastoo);
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    line-height: 0.60;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #096570;
    margin: 0;
}

h3 {
    font-family: var(--font-parastoo);
    font-weight: 700;
    font-style: bold;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
}

.b-none {
    border: none !important;
}

/* ==========================================================================
   03. Components
   ========================================================================== */

.button {
    border-width: 1px;
    padding: 26px 30px;
    display: block;
    background: #E1E1E166;
    border: 1px solid #8FDBFF;
    box-shadow: 0px 2px 32px 0px #0000000F;
    font-family: var(--font-lato);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.button:hover {
    background: #1294D2;
    color: #FFF;
}

.text-cream {
    color: var(--rmh-cream);
}

.fs-14 {
    font-size: 14px;
}

.ls-4 {
    letter-spacing: 4px;
}

/* ==========================================================================
   04. Global Sections
   ========================================================================== */

#section-gradient {
    background: #F7F7F7;
    background: linear-gradient(90deg, rgba(148, 148, 148, 1) 0%, rgba(247, 247, 247, 1) 25%, rgba(249, 249, 249, 1) 50%, rgba(247, 247, 247, 1) 75%, rgba(148, 148, 148, 1) 100%);
}

/* ==========================================================================
   05. Footer
   ========================================================================== */

.main-footer {
    padding: 42px 0 66px;
    background: #0b2427;
}

.main-footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-footer__logo {
    width: 90px;
    display: block;
    margin-bottom: 34px;
}

.main-footer__logo img {
    width: 100%;
    height: auto;
    display: block;
}

.main-footer__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 48px;
    row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

.main-footer__nav a {
    color: #fff;
    font-family: var(--font-lato);
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}

.main-footer__nav a.active {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.contact-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 12px;
    color: var(--rmh-ink);
    background: var(--rmh-teal);
    padding: 12px !important;
}

.main-footer__social {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 48px;
}

.main-footer__social a,
.main-footer__social img {
    width: 28px;
    height: 28px;
    display: block;
}

.made-by {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: none;
}

.made-by img {
    width: auto;
    height: 24px;
}

#trp-floater-ls {
    z-index: 999;
}

/* ==========================================================================
   06. Header
   ========================================================================== */

#qarz-header {
    width: 100%;
    display: flex;
    z-index: 999;
    position: fixed;
    padding: 15px 0px;
    justify-content: center;
    align-items: center;
    gap: 125px;
    transition: all 500ms;
    -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px);
    background: #FFFFF266;
}

#qarz-header.qarz-fixed-nav {
    position: fixed;
    padding: 10px 0px;
}

#qarz-header.qarz-header--after-hero {
    -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px);
    background: linear-gradient(0deg, rgba(255, 255, 242, 0.24), rgba(255, 255, 242, 0.24)),
        linear-gradient(0deg, rgba(9, 101, 112, 0.28), rgba(9, 101, 112, 0.28));
}

body.single-news #qarz-header {
    background: linear-gradient(0deg, rgba(255, 255, 242, 0.24), rgba(255, 255, 242, 0.24)),
        linear-gradient(0deg, rgba(9, 101, 112, 0.28), rgba(9, 101, 112, 0.28));
}

.navbar-option {
    font-family: var(--font-lato);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding: 8px;
    letter-spacing: 12%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--rmh-ink);
    margin: 0px 4px;
}

.navbar-option.active {
    color: var(--rmh-cream);
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.navbar-toggler-icon {
    width: 30px;
    height: 30px;
    background-image: url('data:image/svg+xml,<svg width="32" height="28" viewBox="0 0 32 28" fill="none" xmlns="http://www.w3.org/2000/svg"><line y1="2" x2="32" y2="2" stroke="%230B2427" stroke-width="4"/><line y1="14" x2="32" y2="14" stroke="%230B2427" stroke-width="4"/><line y1="26" x2="32" y2="26" stroke="%230B2427" stroke-width="4"/></svg>') !important;
}

.navbar-toggle-close {
    background: transparent;
    border: none;
}

.navbar-times {
    padding: 10px 0px;
}

.times-button {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5686 29.6983L0.284302 1.41406L1.69852 -0.000151038L29.9828 28.2841L28.5686 29.6983Z' fill='white'/%3E%3Cpath d='M2.8297e-05 28.6983L28.2843 0.414062L29.6985 1.82828L1.41424 30.1125L2.8297e-05 28.6983Z' fill='white'/%3E%3C/svg%3E");
    background-size: cover;
    display: block;
}

.header-links {
    justify-content: space-between;
}

.header-links__nav {
    display: flex;
    align-items: center;
}

.header-language-switcher {
    margin-left: 28px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.header-language-switcher__item {
    width: 48px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--rmh-ink);
    color: var(--rmh-ink);
    font-family: var(--font-lato);
    font-size: 14px;
    letter-spacing: 5px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 5px;
}

.header-language-switcher__item.is-active {
    color: var(--rmh-teal);
    background: var(--rmh-ink);
}

.header-language-switcher--mobile {
    margin-left: 12px;
}

.header-language-switcher--mobile .header-language-switcher__item {
    border-color: #fff;
    color: #fff;
}

.header-language-switcher--mobile .header-language-switcher__item.is-active {
    color: var(--rmh-teal);
    background: #fff;
}

.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background: rgba(8, 63, 90, 0.9);
    overflow: hidden scroll;
    transition: opacity .5s;
    backdrop-filter: blur(10px) grayscale(0.9);
}

.menu-desktop {
    display: block;
}

.menu-mobile {
    display: none;
}

/* ==========================================================================
   07. Remaining Page Utilities
   ========================================================================== */

.news-header {
    background: linear-gradient(0deg, rgba(8, 65, 92, 0) 1%, rgba(0, 15, 42, 0.4) 99%);
    height: 97px;
}

/* ==========================================================================
   08. Responsive Rules
   ========================================================================== */
@media (max-width: 1199px) {
    .menu-desktop {
        display: none;
    }
    
    .menu-mobile {
        display: block;
    }

    #qarz-header {
        padding: 10px 0px;
    }

    .news-header {
        height: 71px;
    }
}

/* ==========================================================================
   09. Homepage Implementation
   ========================================================================== */

:root {
    --rmh-cream: #FFFFF2;
    --rmh-ink: #0B2427;
    --rmh-teal: #0FA79D;
}

.rmh-topbar {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 108px;
    background: rgba(255, 255, 242, 0.4);
}

.rmh-topbar__inner {
    height: 100%;
    display: grid;
    grid-template-columns: 78px 1fr auto;
    align-items: center;
    gap: 34px;
}

.rmh-topbar__logo {
    max-height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rmh-topbar__links {
    display: flex;
    justify-content: center;
    gap: 35px;
}

.rmh-topbar__links a,
.rmh-topbar__contact {
    font-family: var(--font-lato);
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.rmh-topbar__contact {
    min-width: 145px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--rmh-teal);
    color: var(--rmh-ink);
}

.rmh-home {
    background: var(--rmh-cream);
    color: var(--rmh-ink);
    overflow: hidden;
}

.rmh-home a {
    color: inherit;
    text-decoration: none;
}

.rmh-hero {
    height: 900px;
    position: relative;
    overflow: hidden;
    background: #0D191F;
    --rmh-hero-portrait-top: 32px;
    --rmh-copy-left: clamp(36px, 7vw, 140px);
    --rmh-copy-width: 572px;
    --rmh-copy-safe-gap: clamp(28px, 4vw, 76px);
}

.rmh-hero > .container {
    height: 100%;
}

.rmh-hero__background,
.rmh-hero__background .simpleParallax,
.rmh-hero__window,
.rmh-hero__portrait {
    position: absolute;
    width: 100%;
}

.rmh-hero__background,
.rmh-hero__background .simpleParallax {
    inset: 0;
    height: 100%;
}

.rmh-hero__window {
    top: -3%;
    right: auto;
    left: 0;
    height: 106%;
    object-position: 42% center;
}

.rmh-hero__background {
    overflow: hidden;
    transform-origin: center;
    will-change: transform;
    width: 100%;
    right: auto;
    left: 0;
}

.rmh-hero__window,
.rmh-hero__portrait {
    object-fit: cover;
}

.rmh-hero__window {
    display: block;
    opacity: 0.95;
}

.rmh-hero__portrait {
    display: block;
    top: var(--rmh-hero-portrait-top);
    right: 13%;
    bottom: 0;
    left: auto;
    height: calc(100% - var(--rmh-hero-portrait-top));
    object-fit: contain;
    object-position: right bottom;
}

.rmh-hero__copy {
    position: absolute;
    left: 0;
    top: 68%;
    z-index: 2;
    width: min(100%, var(--rmh-copy-width));
    text-align: left;
    --rmh-copy-x: 0px;
    --rmh-copy-y: -50%;
    --rmh-copy-scroll-y: 0px;
    --rmh-copy-scale: 1;
    transform: translate3d(var(--rmh-copy-x), var(--rmh-copy-y), 0) translateY(var(--rmh-copy-scroll-y)) scale(var(--rmh-copy-scale));
    transform-origin: center;
    will-change: transform;
}

.rmh-hero__copy h1 {
    width: var(--rmh-copy-width);
    max-width: 100%;
    margin: 0 0 22px;
    font-family: var(--font-parastoo);
    font-weight: 400;
    line-height: 0.6;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--rmh-ink);
}

.rmh-hero__copy p {
    width: var(--rmh-copy-width);
    max-width: 100%;
    margin: 0;
    font-family: var(--font-lato);
    font-size: 19px;
    letter-spacing: 12px;
    text-transform: uppercase;
}

.rmh-next {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003232;
    color: var(--rmh-teal);
}

.rmh-next p {
    margin: 0;
    font-family: var(--font-lato);
    font-size: 12px;
    letter-spacing: 8px;
    text-align: center;
    text-transform: uppercase;
    line-height: 14px;
}

.rmh-section--cream {
    background: url(../images/bg/cream-background.jpg);
    background-size: cover;
}

.rmh-section--cream-solid {
    background: var(--rmh-cream);
}

.rmh-section {
    position: relative;
}

.rmh-news {
    overflow: hidden;
    background: none;
}

.rmh-news::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200vmax;
    height: 200vmax;
    background: url(../images/bg/cream-background.jpg) center / cover no-repeat;
    transform: translate(-50%, -50%) rotate(90deg);
    pointer-events: none;
}

.rmh-news > * {
    position: relative;
    z-index: 1;
}

.rmh-section__head {
    width: 100%;
    margin: 0 0 48px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 56px;
    width: 100%;
    margin-bottom: 0;
    align-items: end;
}

.rmh-section__head span {
    height: 1px;
    background: #0FA79D;
}

.rmh-news-carousel {
    width: 100%;
    overflow: hidden;
}

.rmh-news-carousel .owl-stage-outer {
    overflow: visible;
}

.rmh-news-carousel .owl-stage {
    display: flex;
}

.rmh-news-carousel .owl-item {
    display: flex;
    margin-left: 3px !important;
}

.rmh-news-carousel .rmh-card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.rmh-card {
    font-family: var(--font-lato);
}

main img.rm-lqip {
    background-color: #d9e3dd;
    background-image:
        var(--rm-lqip),
        linear-gradient(135deg, rgba(255, 255, 242, 0.34), rgba(15, 167, 157, 0.14));
    background-position: center;
    background-size: cover;
}

main img.rm-lqip.is-loaded {
    background-image: none;
}

.rmh-card > img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 20px;
    display: block;
}

.rmh-video > a {
    min-height: 0;
    display: block;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.rmh-video > a img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 20px;
    display: block;
}

.rmh-meta {
    border-bottom: 1px solid var(--rmh-teal);
    color: #007481;
    font-family: var(--font-lato);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.rmh-meta--date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--rmh-ink);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
}

.rmh-meta--date .rmh-meta__type {
    color: var(--rmh-teal);
    font-weight: 900;
}

.rmh-meta--date .rmh-meta__month {
    letter-spacing: 1px;
}

.rmh-meta__dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: var(--rmh-teal);
}

.rmh-news-carousel .rmh-card p:not(.rmh-meta),
.rmh-video-grid .rmh-card p:not(.rmh-meta) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.rmh-action-link {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rmh-teal);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 12px;
    font-family: var(--font-lato);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;

    position: relative;
    overflow: hidden;

    background: linear-gradient(
        90deg,
        rgba(15, 167, 157, 0.15) 0%,
        rgba(15, 167, 157, 0) 100%
    );
}

.rmh-action-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(15, 167, 157, 0.85) 0%,
        rgba(15, 167, 157, 0) 100%
    );
    opacity: 0;
    transition: opacity 500ms ease;
    pointer-events: none;
    z-index: 0;
}

.rmh-action-link:hover::before {
    opacity: 1;
}

.rmh-action-link span {
    position: relative;
    z-index: 1;
}

.rmh-news-carousel .rmh-card > .rmh-action-link,
.rmh-video-grid .rmh-card > .rmh-action-link {
    margin-top: auto;
}

.rmh-news-controls {
    min-height: 26px;
    margin: -6px 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: var(--rmh-ink);
}

.rmh-news-controls__arrow {
    width: 18px;
    height: 26px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font-family: var(--font-lato);
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.rmh-news-controls__dots {
    display: flex;
    align-items: center;
    gap: 18px;
}

.rmh-news-controls__dot {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: var(--rmh-teal);
}

.rmh-news-controls__dot.is-active {
    background: var(--rmh-ink);
}

.rmh-section-cta {
    width: 100%;
    margin: 0;
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
}

.rmh-section-cta::before {
    content: "";
    height: 1px;
    background: var(--rmh-teal);
    margin-right: 56px;
}

.rmh-section-cta .rmh-action-link {
    width: 220px;
    margin-top: -1px;
}

.rmh-tickets {
    position: relative;
    overflow: hidden;
    background: #003232;
    color: #fff;
}

.rmh-tickets__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rmh-tickets > .container {
    position: relative;
    z-index: 1;
}

.rmh-ticket-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    row-gap: 3rem;
}

.rmh-ticket {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-areas: "image body";
    gap: 32px;
    align-items: start;
    min-width: 0;
}

.rmh-ticket img {
    grid-area: image;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 20px;
}

.rmh-ticket h3,
.rmh-ticket p {
    color: #fff;
}

.rmh-ticket-date {
    grid-area: date;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

.rmh-ticket__body {
    grid-area: body;
    display: grid;
    grid-template-columns: 1fr 134px;
    grid-template-areas:
        "date date"
        "content action";
    column-gap: 3rem;
    min-width: 0;
}

.rmh-ticket__content {
    grid-area: content;
    border-top: 1px solid var(--rmh-teal);
    min-width: 0;
}

.rmh-ticket__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.rmh-ticket-date__row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rmh-ticket-date__row + .rmh-ticket-date__row {
    margin-top: 8px;
}

.rmh-ticket-date__row strong {
    font-weight: 900;
}

.rmh-ticket-date__row i {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--rmh-teal);
}

.rmh-action-link--ticket {
    grid-area: action;
    width: 134px;
    min-height: 68px;
    height: 68px;
    margin-top: 0;
    color: var(--rmh-cream);
    line-height: 1.3;
    letter-spacing: 3px;
    text-align: center;
}

@media (max-width: 766px) {
    .rmh-action-link--ticket br {
        display: none;
    }
}

.rmh-action-link--bio {
    border: 1px solid #0B2427;
    background: linear-gradient(90deg, rgba(255, 255, 242, 0.25) 0%, rgba(255, 255, 242, 0) 100%) !important;
}

.rmh-action-link--bio::before {
    background: linear-gradient(90deg, rgba(255, 255, 242, 0.25) 0%, rgba(255, 255, 242, 0) 100%) !important;
}

.rmh-action-link--bio:hover {
 background: linear-gradient(90deg, rgba(255, 255, 242, 0.45) 0%, rgba(255, 255, 242, 0) 100%) !important;   
}

.rmh-tickets .rmh-section-cta {
    position: relative;
    z-index: 1;
}

.rmh-tickets .rmh-action-link {
    color: #fff;
}

/* ==========================================================================
   10. Biography
   ========================================================================== */

.rmb-biography {
    background: var(--rmh-ink);
    color: var(--rmh-cream);
    overflow: hidden;
}

.rmb-biography a {
    color: inherit;
}

.rmb-hero {
    height: min(42vw, 520px);
    min-height: 380px;
    overflow: hidden;
    background: #5f5044;
}

.rmb-hero__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.rmb-hero--empty {
    min-height: 120px;
    height: 120px;
}

.rmb-main {
    background: linear-gradient(57.25deg, rgba(11, 36, 39, 0.2) -9.91%, rgba(15, 167, 157, 0.16) 39.15%), var(--rmh-ink);
}

.rmb-main .rm-breadcrumbs {
    color: var(--rmh-cream);
}

.rmb-accordion {
    display: grid;
    gap: 0;
}

.rmb-panel {
    border-bottom: 1px solid rgba(15, 167, 157, 0.85);
}

.rmb-panel:first-child {
    border-top: 0;
}

.rmb-panel__summary {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, auto) 1fr 52px;
    gap: 56px;
    align-items: center;
    color: var(--rmh-cream);
    cursor: pointer;
    list-style: none;
}

.rmb-panel__summary::-webkit-details-marker {
    display: none;
}

.rmb-panel__summary::after {
    content: "";
    grid-column: 2;
    align-self: end;
    width: 100%;
    height: 1px;
    background: rgba(15, 167, 157, 0.85);
    order: 2;
}

.rmb-panel__summary h1,
.rmb-panel__summary h2 {
    grid-column: 1;
    order: 1;
    margin: 0;
    color: inherit;
    font-family: var(--font-parastoo);
    font-size: clamp(54px, 5.4vw, 82px);
    font-weight: 400;
    line-height: 0.6;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rmb-panel__summary i {
    grid-column: 3;
    order: 3;
    width: 52px;
    height: 52px;
    position: relative;
    display: block;
    border: 1px solid rgba(15, 167, 157, 0.9);
    border-top-left-radius: 24px;
    border-bottom-right-radius: 10px;
    align-self: end;
}

.rmb-panel__summary i::before,
.rmb-panel__summary i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1px;
    background: var(--rmh-teal);
    transform: translate(-50%, -50%);
}

.rmb-panel__summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.rmb-panel[open] .rmb-panel__summary i::after {
    opacity: 0;
}

.rmb-copy {
    color: rgba(255, 255, 242, 0.9);
    font-size: 16px;
    line-height: 1.75;
}

.rmb-copy > * {
    margin-bottom: 24px;
}

.rmb-copy > :last-child {
    margin-bottom: 0;
}

.rmb-copy h2,
.rmb-copy h3,
.rmb-copy blockquote {
    color: var(--rmh-teal);
    font-family: Parastoo;
    font-weight: 400;
    font-size: 52px;
    line-height: 62px;
    letter-spacing: 2%;
    text-align: center;
}

.rmb-copy a {
    color: var(--rmh-teal);
}

.rmb-copy img {
    max-width: 100%;
    height: auto;
    border-top-left-radius: 38px;
    border-bottom-right-radius: 14px;
}

.rmb-copy__image-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
    gap: 24px;
}

.rmb-copy__image-group img {
    display: block;
}

.rmb-copy--intro {
    margin-bottom: 42px;
}

.rmb-download-list {
    display: grid;
    gap: 42px;
}

.rmb-download h2 {
    margin: 0 0 18px;
    color: var(--rmh-cream);
    font-family: var(--font-parastoo);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: none;
}

.rmb-download .rmh-action-link {
    max-width: 100%;
    margin-top: 28px;
    color: var(--rmh-cream);
}

.rmb-download-callout {
    text-align: center;
}

.rmb-download-callout p {
    margin: 0 auto 28px;
    max-width: 820px;
    color: var(--rmh-cream);
    line-height: 1.45;
}

.rmb-download-callout .rmh-action-link {
    width: 100%;
    max-width: none;
    color: var(--rmh-cream);
}

.rmb-download-callout__button {
    cursor: default;
}

.rmb-empty {
    margin: 0;
    color: rgba(255, 255, 242, 0.8);
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.rmb-news {
    color: var(--rmh-ink);
}

/* ==========================================================================
   10. Schedule / Tickets & Dates
   ========================================================================== */

.rms-hero {
    height: min(42vw, 470px);
    min-height: 600px;
    overflow: hidden;
    background: #d9e3dd;
}

.rms-hero__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.rms-hero--empty {
    min-height: 120px;
    height: 120px;
}

.rm-breadcrumbs {
    margin-bottom: 32px;
    color: var(--rmh-ink);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.rm-breadcrumbs a {
    color: inherit;
}

.rms-filters {
    max-width: 740px;
    margin: 0 auto 46px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.rms-filters .rmh-action-link {
    background: transparent;
}

.rms-filters .rmh-action-link::before {
    background: linear-gradient(90deg, rgba(15, 167, 157, 0.18) 0%, rgba(15, 167, 157, 0.04) 100%);
}

.rms-filters .rmh-action-link.is-active {
    background: linear-gradient(90deg, rgba(15, 167, 157, 0.18) 0%, rgba(15, 167, 157, 0.04) 100%);
}

.rms-filters .rmh-action-link.is-active::before {
    opacity: 0;
}

.rms-featured-grid {
    margin-bottom: 70px;
}

.rms-list {
    grid-template-columns: 1fr;
    gap: 34px;
}

.rms-schedule .rmh-ticket h3,
.rms-schedule .rmh-ticket p {
    color: var(--rmh-ink);
}

.rms-schedule .rmh-ticket-date__row strong {
    color: #0FA79D;
}

.rms-list .rmh-meta--date {
    margin-top: 0 !important;
}

.rms-list .rmh-action-link--ticket {
    color: var(--rmh-ink);
}

.rms-more {
    margin-top: 3rem;
}

.rms-empty {
    margin: 0;
    font-size: 18px;
}

/* ==========================================================================
   11. News
   ========================================================================== */

.rmn-news {
    color: var(--rmh-ink);
}

.rmn-list {
    display: grid;
    gap: 3rem;
}

.rmn-item {
    width: min(100%, 980px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
    align-items: center;
}

.rmn-item:nth-child(even) .rmn-item__media {
    order: 2;
}

.rmn-item:nth-child(even) .rmn-item__content {
    order: 1;
}

.rmn-item.rmn-item--no-image {
    display: block;
}

.rmn-item__media {
    grid-column: 1 / 7;
    width: 100%;
    display: block;
    color: inherit;
    text-decoration: none;
}

.rmn-item:nth-child(even) .rmn-item__media {
    grid-column: 8 / 13;
}

.rmn-item__media img {
    width: 100%;
    aspect-ratio: 1.95 / 1;
    height: auto;
    display: block;
    object-fit: cover;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 20px;
}

.rmn-item__content {
    grid-column: 7 / 12;
    width: 100%;
    min-width: 0;
}

.rmn-item:nth-child(even) .rmn-item__content {
    grid-column: 3 / 8;
}

.rmn-item__title {
    margin: 0;
    color: var(--rmh-ink);
    font-family: var(--font-parastoo);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
    text-transform: none;
}

.rmn-item__title a {
    color: inherit;
    text-decoration: none;
}

.rmn-item__title a:hover {
    color: #096570;
}

.rmn-item__excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.rmn-item .rmh-action-link {
    max-width: 320px;
    color: var(--rmh-ink);
    text-decoration: none;
}

/* ==========================================================================
   12. News Detail
   ========================================================================== */

.rmn-detail {
    padding-top: 112px;
    color: var(--rmh-ink);
}

.rmn-detail__inner {
    width: min(100%, 640px);
    margin: 0 auto;
}

.rmn-detail__hero {
    margin: 0 0 20px;
}

.rmn-detail__hero img {
    width: 100%;
    aspect-ratio: 1.95 / 1;
    height: auto;
    display: block;
    object-fit: cover;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 20px;
}

.rmn-detail__title {
    margin: 0 0 18px;
    color: var(--rmh-ink);
    font-family: var(--font-parastoo);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
    text-transform: none;
}

.rmn-detail__content {
    font-size: 16px;
    line-height: 1.55;
}

.rmn-detail__content > :last-child {
    margin-bottom: 0;
}

.rmn-detail__content a {
    color: #096570;
}

.rmn-detail__content img {
    max-width: 100%;
    height: auto;
}

.rmn-detail__gallery {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.rmn-detail__gallery img {
    width: 100%;
    aspect-ratio: 1.95 / 1;
    height: auto;
    object-fit: cover;
    border-top-left-radius: 36px;
    border-bottom-right-radius: 14px;
}

.rmn-detail__back {
    width: min(100%, 940px);
    margin: 54px auto 0;
}

.rmn-detail__back .rmh-action-link {
    color: var(--rmh-ink);
    text-decoration: none;
}

.rmn-related {
    background: linear-gradient(249.67deg, #FFFFF2 0%, #E7E7D3 125.25%);
}

.rmn-related .rmh-card > a:not(.rmh-action-link) {
    display: block;
    color: inherit;
    text-decoration: none;
}

.rmn-related .rmh-card > a:not(.rmh-action-link) img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 20px;
    display: block;
}

.rmn-related .rmh-card h3 a {
    color: inherit;
    text-decoration: none;
}

/* ==========================================================================
   12. Press
   ========================================================================== */

.rmp-press {
    background: linear-gradient(57.25deg, rgba(11, 36, 39, 0.2) -9.91%, rgba(15, 167, 157, 0.2) 39.15%), #0B2427;
    color: var(--rmh-cream);
}

.rmp-press .rm-breadcrumbs,
.rmp-press .rmh-section__head .h2-style,
.rmp-press .rms-empty {
    color: var(--rmh-cream);
}

.rmp-list {
    width: min(100%, 980px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 76px 40px;
}

.rmp-item {
    min-width: 0;
    display: grid;
    gap: 24px;
}

.rmp-item:nth-child(-n+3) {
    grid-column: 1 / -1;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    column-gap: 40px;
}

.rmp-item:nth-child(1) .rmp-item__media,
.rmp-item:nth-child(3) .rmp-item__media {
    grid-column: 1 / 6;
}

.rmp-item:nth-child(1) .rmp-item__content,
.rmp-item:nth-child(3) .rmp-item__content {
    grid-column: 6 / 12;
}

.rmp-item:nth-child(2) .rmp-item__content {
    grid-column: 1 / 6;
    order: 1;
}

.rmp-item:nth-child(2) .rmp-item__media {
    grid-column: 7 / 13;
    order: 2;
}

.rmp-item__media {
    min-width: 0;
    display: block;
    color: inherit;
    text-decoration: none;
}

.rmp-item__media img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1.24;
    object-fit: cover;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 20px;
}

.rmp-item:nth-child(2) .rmp-item__media img {
    aspect-ratio: 1.02 / 1;
}

.rmp-item:nth-child(n+4) .rmp-item__media img {
    aspect-ratio: 1 / 1.18;
    border-top-left-radius: 36px;
    border-bottom-right-radius: 14px;
}

.rmp-item__content {
    min-width: 0;
}

.rmp-item .rmh-meta {
    color: var(--rmh-cream);
}

.rmp-item__title {
    margin: 0;
    color: var(--rmh-cream);
    font-family: var(--font-parastoo);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
    text-transform: none;
}

.rmp-item:nth-child(2) .rmp-item__title {
    font-size: 38px;
}

.rmp-item:nth-child(n+4) .rmp-item__title {
    font-size: 22px;
    line-height: 1.12;
}

.rmp-item__title a {
    color: inherit;
    text-decoration: none;
}

.rmp-item__title a:hover {
    color: var(--rmh-teal);
}

.rmp-item__excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.rmp-item:nth-child(n+4) .rmp-item__excerpt {
    display: none;
}

.rmp-item .rmh-action-link {
    color: var(--rmh-cream);
    text-decoration: none;
}

.rmp-item:nth-child(n+4) .rmh-action-link {
    min-height: 48px;
    margin-top: auto;
    font-size: 11px;
    letter-spacing: 2px;
}

.rmp-item--no-image:nth-child(-n+3) {
    display: block;
    width: min(100%, 420px);
    margin: 0 auto;
}

.rmp-more {
    margin-top: 72px;
    padding-top: 32px;
}

.rmp-more .rmh-action-link {
    color: var(--rmh-cream);
    cursor: pointer;
}

.rmp-detail {
    width: min(100%, 980px);
    margin: 0 auto;
}

.rmp-item--detail {
    margin-bottom: 96px;
}

.rmp-detail__source {
    margin: 0 0 18px;
    color: var(--rmh-teal);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.rmp-detail__body {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 84px;
}

.rmp-detail__body-title {
    margin: 0;
    color: var(--rmh-cream);
    font-family: var(--font-parastoo);
    font-size: 32px;
    line-height: 1.2;
    text-align: right;
}

.rmp-detail__body-media img {
    aspect-ratio: 1.55 / 1;
    border-top-left-radius: 42px;
    border-bottom-right-radius: 14px;
}

.rmp-detail__content {
    font-size: 15px;
    line-height: 1.65;
}

.rmp-detail__content > :first-child {
    margin-top: 0;
}

.rmp-detail__content > :last-child {
    margin-bottom: 0;
}

.rmp-detail__content .rmh-action-link {
    max-width: 420px;
    min-height: 58px;
    margin-top: 28px;
    color: var(--rmh-cream);
    text-decoration: none;
}

.rmp-detail__back {
    margin-top: 0;
    padding-top: 32px;
}

.rmp-detail__back .rmh-action-link {
    color: var(--rmh-cream);
}

/* ==========================================================================
   13. Repertoire
   ========================================================================== */

.rmr-repertoire {
    background: linear-gradient(185.76deg,rgba(11, 36, 39, 0.2) 14.05%,rgba(15, 167, 157, 0.2) 103.7%),#0B2427;
    color: var(--rmh-cream);
}

.rmr-repertoire .rm-breadcrumbs,
.rmr-repertoire .rmh-section__head .h2-style,
.rmr-repertoire .rms-empty {
    color: var(--rmh-cream);
}

.rmr-grid {
    width: min(100%, 1060px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 56px;
    row-gap: 72px;
}

.rmr-composer {
    min-width: 0;
}

.rmr-composer__label,
.rmr-composer__row--head {
    margin: 0;
    color: var(--rmh-teal) !important;
    font-family: var(--font-lato) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.rmr-composer__name {
    margin: 8px 0 14px;
    color: var(--rmh-cream);
    font-family: var(--font-parastoo);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.rmr-composer__table {
    padding-top: 14px;
    border-top: 1px solid var(--rmh-teal);
}

.rmr-composer__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(120px, 0.46fr);
    column-gap: 28px;
    color: var(--rmh-cream);
    font-family: var(--font-lato);
    font-size: 14px;
    line-height: 1.35;
}

.rmr-composer__row + .rmr-composer__row {
    margin-top: 7px;
}

.rmr-composer__row--head {
    margin-bottom: 14px;
}

/* ==========================================================================
   14. Discography
   ========================================================================== */

.rmd-discography {
    color: var(--rmh-ink);
}

.rmd-grid {
    width: min(100%, 1060px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3rem;
    row-gap: 3rem;
}

.rmd-card {
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr;
}

.rmd-card__media {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: end;
    justify-content: center;
}

.rmd-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center bottom;
}

.rmd-card__body {
    min-height: 252px;
    display: flex;
    flex-direction: column;
}

.rmd-card__format {
    margin: 24px 0 12px;
    padding-bottom: 8px;
}

.rmd-card__title {
    margin: 0 0 14px;
    color: var(--rmh-ink);
    font-family: var(--font-parastoo);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0;
    text-transform: none;
}

.rmd-card__summary {
    margin: 0 0 24px;
    color: var(--rmh-ink);
    font-size: 15px;
    line-height: 1.45;
}

.rmd-card__link {
    width: 100%;
    min-height: 58px;
    margin-top: auto;
    color: var(--rmh-ink);
    text-decoration: none;
}

/* ==========================================================================
   15. Media
   ========================================================================== */

.rmm-media-page {
    color: var(--rmh-ink);
}

.rmm-photos {
    overflow: hidden;
}

.rmm-photo-filters .rmh-action-link {
    color: var(--rmh-ink);
    text-decoration: none;
}

.rmm-photo-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: minmax(180px, 26vw);
    gap: 1rem;
}

.rmm-photo-grid--archive {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 1rem;
}

.rmm-photo-tile {
    position: relative;
    min-width: 0;
    overflow: hidden;
    display: block;
    color: inherit;
    text-decoration: none;
    background: #d9e3dd;
    border-top-left-radius: 76px;
    border-bottom-right-radius: 20px;
}

.rmm-photo-grid:not(.rmm-photo-grid--archive) .rmm-photo-tile {
    height: 100%;
}

.rmm-photo-tile img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 18%;
    transition: transform 500ms ease;
}

.rmm-photo-tile:hover img {
    transform: scale(1.035);
}

.rmm-photo-tile--archive {
    aspect-ratio: 1.42 / 1;
    border-top-left-radius: 64px;
}

.rmm-photo-tile--1 {
    grid-column: 1 / span 4;
}

.rmm-photo-tile--2 {
    grid-column: 5 / span 4;
}

.rmm-photo-tile--3 {
    grid-column: 9 / span 4;
}

.rmm-photo-tile--4 {
    grid-column: 1 / span 2;
}

.rmm-photo-tile--5 {
    grid-column: 3 / span 4;
}

.rmm-photo-tile--6 {
    grid-column: 7 / span 6;
}

.rmm-photo-tile__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px;
    color: var(--rmh-cream);
    background: rgba(11, 36, 39, 0.78);
    opacity: 0;
    transition: opacity 260ms ease;
}

.rmm-photo-tile:hover .rmm-photo-tile__overlay,
.rmm-photo-tile:focus-visible .rmm-photo-tile__overlay {
    opacity: 1;
}

.rmm-photo-tile__overlay strong {
    max-width: 420px;
    font-family: var(--font-parastoo);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.12;
}

.rmm-photo-tile__overlay span {
    margin-top: 14px;
    color: var(--rmh-teal);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.rmm-lightbox-hidden,
.rmm-lightbox-only {
    display: none;
}

.rmm-videos {
    background:
        linear-gradient(57.25deg, rgba(11, 36, 39, 0.2) -9.91%, rgba(15, 167, 157, 0.2) 39.15%),
        #0B2427;
    color: var(--rmh-cream);
}

.rmm-videos .rmh-meta,
.rmm-videos .rmh-meta--date,
.rmm-videos .rms-empty {
    color: var(--rmh-cream);
}

.rmm-videos .rmh-meta__type {
    color: var(--rmh-teal);
}

.rmm-videos .rmh-action-link {
    color: var(--rmh-cream);
    text-decoration: none;
}

.rmm-video-card h3,
.rmm-video-card p {
    color: var(--rmh-cream);
}

.rmm-video-card h3 {
    font-size: 28px;
    line-height: 1.12;
}

/* ==========================================================================
   16. Downloads
   ========================================================================== */

.rmd-downloads {
    background:
        radial-gradient(circle at 48% 10%, rgba(15, 167, 157, 0.35), transparent 42%),
        linear-gradient(57.25deg, rgba(11, 36, 39, 0.2) -9.91%, rgba(15, 167, 157, 0.2) 39.15%),
        #0B2427;
    color: var(--rmh-cream);
}

.rmd-downloads .rm-breadcrumbs,
.rmd-downloads .rmh-section__head .h2-style,
.rmd-downloads .rms-empty {
    color: var(--rmh-cream);
}

.rmd-section > h2 {
    border-bottom: 1px solid var(--rmh-teal);
    color: var(--rmh-cream);
    font-family: var(--font-parastoo);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: none;
}

.rmd-vita-grid,
.rmd-picture-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 48px;
}

.rmd-vita-card a {
    position: relative;
    min-height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: var(--rmh-cream);
    background: rgba(11, 36, 39, 0.28);
    border: 1px solid var(--rmh-teal);
    border-top-left-radius: 76px;
    border-bottom-right-radius: 28px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: background-color 220ms ease, transform 220ms ease;
}

.rmd-vita-card a:hover,
.rmd-vita-card a:focus-visible {
    background: linear-gradient(90deg, rgba(15, 167, 157, 0.9), rgba(11, 36, 39, 0.28));
}

.rmd-vita-card span {
    max-width: 130px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1.2;
    text-transform: uppercase;
}

.rmd-picture-card {
    min-width: 0;
    display: grid;
    gap: 24px;
    text-align: center;
}

.rmd-picture-card__image {
    min-height: 0;
    display: block;
    overflow: hidden;
    background: #092a2e;
    border-top-left-radius: 36px;
    border-bottom-right-radius: 14px;
}

.rmd-picture-card__image img {
    width: 100%;
    aspect-ratio: 1.33 / 1;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center 18%;
    transition: transform 500ms ease;
}

.rmd-picture-card__image:hover img,
.rmd-picture-card__image:focus-visible img {
    transform: scale(1.035);
}

.rmd-picture-card__meta {
    margin: 0;
    color: var(--rmh-cream);
    font-size: 15px;
    line-height: 1.35;
}

.rmd-picture-card__meta span {
    display: block;
}

.rmd-picture-card__button {
    width: 100%;
    color: var(--rmh-cream);
    text-decoration: none;
}

.rmd-press-info {
    margin-bottom: 0;
}

.rmd-press-info p {
    max-width: 1260px;
    margin: 0;
    color: var(--rmh-cream);
    font-size: 16px;
    line-height: 1.55;
}

/* ==========================================================================
   17. Contact
   ========================================================================== */

.rmc-contact-page {
    background: var(--rmh-ink);
    color: var(--rmh-cream);
}

.rmc-contact {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr);
    background: radial-gradient(90.69% 119.3% at 50% 13.17%, #096570 0%, #0B2427 50%, #000609 96.63%);
}

.rmc-contact__content {
    position: relative;
    z-index: 2;
    min-width: 0;
    display: flex;
    justify-content: flex-start;
}

.rmc-contact__inner {
    width: 100%;
    max-width: calc(660px + max(48px, calc((100vw - 1320px) / 2 + 12px)));
    padding: 220px 70px 110px max(48px, calc((100vw - 1320px) / 2 + 12px));
}

.rmc-contact__head {
    margin-bottom: 66px;
    color: var(--rmh-cream);
}

.rmc-contact__head .h2-style,
.rmc-contact .rm-breadcrumbs,
.rmc-contact .rms-empty {
    color: var(--rmh-cream);
}

.rmc-contact__list {
    display: grid;
    gap: 58px;
}

.rmc-card {
    max-width: 430px;
}

.rmc-card__kicker,
.rmc-legal h2,
.rmc-legal h3 {
    margin: 0 0 6px;
    color: var(--rmh-teal);
    font-family: var(--font-lato);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.rmc-card__kicker p,
.rmc-card__body p,
.rmc-legal p {
    margin: 0;
}

.rmc-card__title {
    margin: 0 0 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--rmh-teal);
    color: var(--rmh-cream);
    font-family: var(--font-parastoo);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.rmc-card__body {
    color: var(--rmh-cream);
    font-size: 15px;
    line-height: 1.55;
}

.rmc-card__body a,
.rmc-legal a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(15, 167, 157, 0.8);
    text-underline-offset: 3px;
}

.rmc-card__body > * + *,
.rmc-legal > * + * {
    margin-top: 8px;
}

.rmc-card__link {
    width: 100%;
    min-height: 54px;
    margin-top: 18px;
    color: var(--rmh-cream);
    text-decoration: none;
}

.rmc-legal {
    max-width: 430px;
    margin-top: 110px;
    color: var(--rmh-cream);
    font-size: 15px;
    line-height: 1.55;
}

.rmc-legal h2,
.rmc-legal h3 {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--rmh-teal);
    color: var(--rmh-cream);
    font-family: var(--font-parastoo);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.rmc-legal h2 + p,
.rmc-legal h3 + p {
    margin-top: 12px;
}

.rmc-legal strong {
    display: block;
    margin-top: 18px;
    color: var(--rmh-teal);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1.2;
    text-transform: uppercase;
}

.rmc-legal__item {
    margin-top: 18px;
}

.rmc-legal__kicker,
.rmc-legal__body {
    margin-top: 6px;
}

.rmc-legal__kicker > :last-child,
.rmc-legal__body > :last-child {
    margin-bottom: 0;
}

.rmc-contact__media {
    position: relative;
    z-index: 2;
    min-width: 0;
    overflow: hidden;
}

.rmc-contact__image {
    width: 100%;
    height: 100%;
    max-height: 1400px;
    display: block;
    object-fit: contain;
    object-position: center bottom;
    bottom: 0;
    position: absolute;
}

.rmc-contact__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.rmh-about {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            46.95% 168.19% at 32.94% 22.2%,
            #CDB99E 0%,
            #64523D 60%,
            #46341F 100%
        ),
        #683723;
}

.rmh-about__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    mix-blend-mode: soft-light;
}

.rmh-about__portrait {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: min(50%, 560px);
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
}

.rmh-about__copy {
    position: relative;
    z-index: 3;
    color: #fff;
}

.rmh-about__text > :last-child {
    margin-bottom: 3rem;
}

.rmh-about__kicker {
    margin: 0 0 16px;
    font-family: var(--font-lato);
    color: var(--rmh-ink);
    letter-spacing: 6px;
    text-transform: uppercase;
}

.rmh-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.rmh-video-grid .rmh-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .rmh-hero {
        height: 740px;
        --rmh-copy-width: min(572px, calc(100vw - var(--bs-gutter-x)));
    }

    .rmh-hero__portrait {
        top: 6%;
        width: 100%;
        height: 94%;
        object-fit: contain;
        object-position: center bottom;
        right: auto;
    }

    .rmh-ticket-grid,
    .rmh-video-grid {
        grid-template-columns: 1fr;
    }

    .rmm-photo-grid {
        grid-auto-rows: minmax(180px, 28vw);
    }

    .rmm-photo-grid--archive {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
    }

    .rmm-photo-tile--1,
    .rmm-photo-tile--2,
    .rmm-photo-tile--3,
    .rmm-photo-tile--4,
    .rmm-photo-tile--5,
    .rmm-photo-tile--6 {
        grid-column: span 6;
    }

    .rmd-vita-grid,
    .rmd-picture-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px;
    }

    .rmc-contact__inner {
        padding-top: 120px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rmh-hero__copy {
        right: auto;
        top: 650px;
        width: 100%;
        text-align: left;
        --rmh-copy-x: 0px;
        --rmh-copy-y: 0px;
    }

    .rmh-hero__copy h1 {
        color: var(--rmh-cream);
    }

    .rmh-hero__copy p {
        text-align: center;
        color: var(--rmh-cream);
    }
}

@media (min-width: 1200px) {
    .rmb-main .container {
        max-width: 840px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .rmh-ticket {
        grid-template-columns: 160px 1fr;
        gap: 24px;
    }

    .rmh-ticket img {
        width: 160px;
        height: 160px;
    }

    .rmh-ticket__description {
        line-clamp: 3;
        -webkit-line-clamp: 3;
    }

    .rmh-hero__portrait {
        right: -9%;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .rmh-hero__portrait {
        right: 8%;
    }
}

@media (max-width: 991px) {
    .rmh-hero {
        --rmh-copy-width: min(572px, calc(100vw - var(--bs-gutter-x)));
    }

    .rmh-hero__portrait {
        top: 250px;
        width: 100%;
        height: calc(100% - 250px);
        object-fit: contain;
        object-position: center bottom;
    }

    .rmh-hero__copy {
        left: calc(var(--bs-gutter-x) * 0.5);
        right: auto;
        top: 250px;
        bottom: auto;
        width: 100%;
        text-align: left;
        --rmh-copy-x: 0px;
        --rmh-copy-y: 0px;
    }

    .rmh-hero__copy h1 {
        color: var(--rmh-cream);
        font-size: 100px;
    }

    .rmh-hero__copy p {
        text-align: center;
        color: var(--rmh-cream);
        font-size: 18px;
    }

    .rmh-about > .container {
        display: flex;
        flex-direction: column;
    }

    .rmh-about__portrait {
        position: relative;
        left: auto;
        bottom: auto;
        order: 2;
        width: 100%;
        height: auto;
        margin-top: 24px;
        transform: none;
        max-height: 500px;
    }

    .rmh-about > .container > .row {
        order: 1;
    }

    .rmc-contact {
        min-height: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .rmc-contact__content {
        display: block;
    }

    .rmc-contact__inner {
        width: 100%;
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
        padding: 72px calc(var(--bs-gutter-x) * 0.5);
        padding-top: 3rem;
    }

    .rmc-contact__head {
        margin-bottom: 42px;
    }

    .rmc-contact__list {
        gap: 44px;
    }

    .rmc-card,
    .rmc-legal {
        max-width: none;
    }

    .rmc-legal {
        margin-top: 64px;
    }

    .rmc-contact__media {
        width: min(100%, 420px);
        height: auto;
        min-height: 0;
        aspect-ratio: 3 / 4;
        margin: 48px 0 0 auto;
    }

    .rmc-contact__image {
        min-height: 0;
        height: 100%;
        object-position: right center;
    }
}

@media (max-width: 767px) {
    body.home #qarz-header,
    body.front-page #qarz-header {
        display: flex;
    }

    .rmh-topbar {
        height: 76px;
    }

    .rmh-topbar__inner {
        grid-template-columns: 62px 1fr;
        gap: 18px;
    }

    .rmh-topbar__logo {
        width: 62px;
        height: 38px;
        font-size: 22px;
    }

    .rmh-topbar__links {
        display: none;
    }

    .rmh-topbar__contact {
        grid-column: 2;
        min-width: 112px;
        justify-self: end;
    }

    .rmh-hero {
        height: 680px;
        --rmh-copy-width: min(572px, calc(100vw - var(--bs-gutter-x)));
    }

    .rmh-hero__portrait {
        top: 220px;
        height: calc(100% - 220px);
        object-position: 62% bottom;
    }

    .rmh-hero__copy h1 {
        font-size: 70px;
        letter-spacing: 4px;
    }

    .rmh-hero__copy p {
        font-size: 14px;
    }

    .main-footer {
        padding: 42px 0 48px;
    }

    .main-footer__nav {
        gap: 24px;
        flex-direction: column;
        margin-bottom: 32px;
    }

    .contact-button {
        width: 180px;
    }

    .main-footer__social {
        margin-bottom: 36px;
    }

    .rmh-section__head {
        gap: 24px;
    }

    .rmh-section__head h2,
    .rmh-section__head .h2-style {
        font-size: 60px;
    }

    .rmb-hero {
        min-height: 260px;
        height: 48vw;
    }

    .rmb-main {
        padding: 64px 0 78px;
    }

    .rmb-panel__summary {
        grid-template-columns: minmax(0, auto) 1fr 44px;
        gap: 24px;
    }

    .rmb-panel__summary h1,
    .rmb-panel__summary h2 {
        font-size: 46px;
    }

    .rmb-panel__summary i {
        width: 44px;
        height: 44px;
    }

    .rmh-section-cta {
        display: block;
    }

    .rmh-section-cta::before {
        display: none;
    }

    .rmh-section-cta .rmh-action-link {
        width: 100%;
    }

    .rmh-news > .container-fluid,
    .rmn-related > .container-fluid {
        width: 100%;
        max-width: 540px;
        padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
        margin-right: auto;
        margin-left: auto;
    }

    .rmh-card > img,
    .rmh-video > a img {
        height: 210px;
    }

    .rmh-meta__dot {
        width: 10px;
        height: 10px;
        flex-basis: 10px;
    }

    .rmh-ticket {
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "body";
        gap: 20px;
    }

    .rmh-ticket__body {
        grid-template-columns: 1fr;
        grid-template-areas:
            "date"
            "content"
            "action";
        gap: 20px;
    }

    .rmh-ticket img {
        width: 100%;
        height: 210px;
    }

    .rmh-action-link--ticket {
        grid-column: 1 / -1;
        width: 100%;
    }

    .rms-hero {
        min-height: 220px;
        height: 300px;
    }

    .rms-filters {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 32px;
    }

    .rmm-photo-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(210px, 58vw);
        gap: 14px;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .rmm-photo-grid--archive {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 20px;
        padding-right: 0;
        padding-left: 0;
    }

    .rmm-photo-tile--1,
    .rmm-photo-tile--2,
    .rmm-photo-tile--3,
    .rmm-photo-tile--4,
    .rmm-photo-tile--5,
    .rmm-photo-tile--6 {
        grid-column: auto;
    }

    .rmm-photo-tile {
        border-top-left-radius: 56px;
    }

    .rmm-photo-tile__overlay {
        padding: 28px;
    }

    .rmm-photo-tile__overlay strong {
        font-size: 24px;
    }

    .rmd-section > h2 {
        font-size: 24px;
    }

    .rmd-vita-grid,
    .rmd-picture-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .rmd-vita-card a {
        min-height: 150px;
        border-top-left-radius: 58px;
    }

    .rmd-vita-card span {
        max-width: 180px;
    }

    .rms-featured-grid {
        margin-bottom: 42px;
    }

    .rmn-item,
    .rmn-item:nth-child(even) {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .rmn-item:nth-child(even) .rmn-item__media,
    .rmn-item:nth-child(even) .rmn-item__content {
        order: initial;
    }

    .rmn-item__media,
    .rmn-item__content,
    .rmn-item:nth-child(even) .rmn-item__media,
    .rmn-item:nth-child(even) .rmn-item__content {
        grid-column: auto;
        width: 100%;
        justify-self: stretch;
    }

    .rmn-item__media img {
        height: auto;
        border-top-left-radius: 56px;
    }

    .rmn-item .rmh-action-link {
        max-width: none;
    }

    .rmn-detail {
        padding-top: 96px;
    }

    .rmn-detail__hero img,
    .rmn-detail__gallery img {
        border-top-left-radius: 56px;
    }

    .rmn-detail__title {
        font-size: 26px;
    }

    .rmn-detail__gallery {
        grid-template-columns: 1fr;
    }

    .rmn-detail__back {
        width: 100%;
        margin-top: 42px;
    }

    .rmn-related .rmh-card > a:not(.rmh-action-link) img {
        height: 210px;
        border-top-left-radius: 56px;
    }

    .rmp-list {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .rmp-item,
    .rmp-item:nth-child(-n+3) {
        grid-column: auto;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .rmp-item:nth-child(1) .rmp-item__media,
    .rmp-item:nth-child(3) .rmp-item__media,
    .rmp-item:nth-child(1) .rmp-item__content,
    .rmp-item:nth-child(3) .rmp-item__content,
    .rmp-item:nth-child(2) .rmp-item__media,
    .rmp-item:nth-child(2) .rmp-item__content {
        grid-column: auto;
        order: initial;
    }

    .rmp-item__media img,
    .rmp-item:nth-child(2) .rmp-item__media img,
    .rmp-item:nth-child(n+4) .rmp-item__media img {
        aspect-ratio: 1.2 / 1;
        border-top-left-radius: 56px;
    }

    .rmp-item__title,
    .rmp-item:nth-child(2) .rmp-item__title {
        font-size: 32px;
    }

    .rmp-item:nth-child(n+4) .rmp-item__title {
        font-size: 26px;
    }

    .rmp-more {
        margin-top: 56px;
    }

    .rmp-item--detail {
        margin-bottom: 56px;
    }

    .rmp-detail__body {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 56px;
    }

    .rmp-detail__body-media img {
        aspect-ratio: 1.2 / 1;
        border-top-left-radius: 56px;
    }

    .rmp-detail__body-title {
        font-size: 30px;
        text-align: left;
    }

    .rmr-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .rmr-composer__name {
        font-size: 36px;
    }

    .rmr-composer__row {
        grid-template-columns: minmax(0, 1fr) minmax(96px, 0.45fr);
        column-gap: 18px;
        font-size: 13px;
    }

    .rmd-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .rmd-card__media {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }

    .rmd-card__body {
        min-height: 0;
    }

    .rmd-card__title {
        font-size: 26px;
    }

}
