.links {
    /* Hi, I'm a comment. */
    display: flex;
    justify-content: center;
    /* padding: 10px; */
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    gap: 10px;
} 

.rounded-button {
    display: inline-flex;
    padding: 10px clamp(14px, 2.4vw, 34px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 45px;
    border: 1px solid #000;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-size: clamp(18px, 2.8vw, 40px);
    transition: transform 0ms linear, box-shadow 0ms linear;
}

.rounded-button:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.rounded-button:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.orange-room-nav-button:hover,
.orange-room-nav-button:active,
.orange-room-nav-button:focus {
    background: #FF4900;
    font-family: 'SIckdayBold', sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 1.8vw, 22px);
    letter-spacing: 0.2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.what-to-wear-nav-button:hover,
.what-to-wear-nav-button:active,
.what-to-wear-nav-button:focus {
    background: linear-gradient(90deg, #DE6A70 0%, #8779AC 50%, #ECA154 100%);
    font-size: clamp(14px, 1.8vw, 22px);
}

.what-to-wear-default,
.what-to-wear-hover-text {
    display: inline-block;
}

.what-to-wear-hover-text {
    display: none;
}

.what-to-wear-nav-button:hover,
.what-to-wear-nav-button:active,
.what-to-wear-nav-button:focus {
    font-family: 'SIckdayBold', sans-serif;
    font-weight: 700;
}

.what-to-wear-nav-button:hover .what-to-wear-default,
.what-to-wear-nav-button:active .what-to-wear-default,
.what-to-wear-nav-button:focus .what-to-wear-default {
    display: none;
}

.what-to-wear-nav-button:hover .what-to-wear-hover-text,
.what-to-wear-nav-button:active .what-to-wear-hover-text,
.what-to-wear-nav-button:focus .what-to-wear-hover-text {
    display: inline-block;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.what-to-wear-hover-brand {
    display: inline-block;
}

.what-to-wear-hover-wear {
    display: inline-block;
}

.wear-word-w {
    color: #FDDB80;
}

.wear-word-e {
    color: #82FDDA;
}

.wear-word-a {
    color: #FB82C1;
}

.wear-word-r {
    color: #904A9A;
}

.wear-letter-c {
    color: #82FDDA;
}

.wear-letter-o {
    color: #FDDB80;
}

.wear-letter-r {
    color: #FB82C1;
}

.wear-letter-a {
    color: #904A9A;
}

.wear-letter-l {
    color: #F36130;
}

.wear-letter-j {
    color: #904A9A;
}

.wear-letter-o2 {
    color: #82FDDA;
}

.wear-letter-r2 {
    color: #FDDB80;
}

.wear-letter-d {
    color: #FB82C1;
}

.wear-letter-a2 {
    color: #F36130;
}

.wear-letter-n {
    color: #82FDDA;
}

.music-nav-button .music-nav-letter {
    display: inline-block;
    transition: transform 0ms linear;
}

.music-nav-button .music-nav-letter.is-sickday {
    font-family: 'SIckdayBold', sans-serif;
    font-weight: 700;
    transform: translateY(-1px) scale(1.06);
}

.home-page .journal-nav-button:hover,
.home-page .journal-nav-button:active,
.home-page .journal-nav-button:focus,
.about-page .journal-nav-button:hover,
.about-page .journal-nav-button:active,
.about-page .journal-nav-button:focus,
.music-screen .journal-nav-button:hover,
.music-screen .journal-nav-button:active,
.music-screen .journal-nav-button:focus {
    background: #FE0000;
}

.journal-nav-coral {
    color: inherit;
}

.journal-nav-journal {
    color: inherit;
}

.journal-nav-button:hover .journal-nav-coral,
.journal-nav-button:active .journal-nav-coral,
.journal-nav-button:focus .journal-nav-coral {
    color: #CFB9FA;
}

.journal-nav-button:hover .journal-nav-journal,
.journal-nav-button:active .journal-nav-journal,
.journal-nav-button:focus .journal-nav-journal {
    color: #FAEDB9;
}

.journal-nav-button:hover,
.journal-nav-button:active,
.journal-nav-button:focus {
    font-family: 'SIckdayBold', sans-serif;
    font-weight: 700;
}

.get-in-touch-nav-get,
.get-in-touch-nav-rest {
    color: inherit;
}

.get-in-touch-nav-rest {
    font-family: "Offset TM", sans-serif;
    font-weight: 400;
}

.get-in-touch-nav-button:hover,
.get-in-touch-nav-button:active,
.get-in-touch-nav-button:focus {
    color: #000;
}

.get-in-touch-nav-button:hover .get-in-touch-nav-get,
.get-in-touch-nav-button:active .get-in-touch-nav-get,
.get-in-touch-nav-button:focus .get-in-touch-nav-get {
    font-family: 'SIckdayBold', sans-serif;
    font-weight: 700;
    color: #000;
}

.get-in-touch-nav-button:hover .get-in-touch-nav-rest,
.get-in-touch-nav-button:active .get-in-touch-nav-rest,
.get-in-touch-nav-button:focus .get-in-touch-nav-rest {
    font-family: "Offset TM", sans-serif;
    font-weight: 400;
    color: #000;
}

.home-nav-button {
    width: 72px;
    height: 72px;
    min-width: 72px;
    padding: 0;
    line-height: 1;
    border-radius: 999px;
    overflow: hidden;
    animation: home-button-bounce 1.8s ease-in-out infinite;
}

.home-nav-button:hover,
.home-nav-button:active,
.home-nav-button:focus {
    animation-play-state: paused;
}

@keyframes home-button-bounce {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.home-page .home-nav-button,
.about-page .home-nav-button,
.music-screen .home-nav-button {
    background: #FE0000;
}

.home-nav-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 980px) {
    .links {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 8px;
        column-gap: 8px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .rounded-button {
        min-height: 60px;
        padding: 8px 16px;
        font-size: clamp(16px, 3.4vw, 24px);
        box-sizing: border-box;
    }

    .home-nav-button {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .home-nav-button img {
        object-fit: cover;
        object-position: center;
    }

    .what-to-wear-nav-button {
        font-size: clamp(16px, 3.4vw, 24px);
    }

    .what-to-wear-default,
    .what-to-wear-nav-button:hover .what-to-wear-default,
    .what-to-wear-nav-button:active .what-to-wear-default,
    .what-to-wear-nav-button:focus .what-to-wear-default {
        display: inline-block !important;
    }

    .what-to-wear-hover-text {
        display: none !important;
    }

    .what-to-wear-nav-button:hover,
    .what-to-wear-nav-button:active,
    .what-to-wear-nav-button:focus {
        font-family: 'SIckdayBold', sans-serif;
        font-weight: 700;
        font-size: clamp(12px, 1.9vw, 16px);
        letter-spacing: 0;
        white-space: nowrap;
    }

    .what-to-wear-nav-button:hover .what-to-wear-default,
    .what-to-wear-nav-button:active .what-to-wear-default,
    .what-to-wear-nav-button:focus .what-to-wear-default {
        display: none !important;
    }

    .what-to-wear-nav-button:hover .what-to-wear-hover-text,
    .what-to-wear-nav-button:active .what-to-wear-hover-text,
    .what-to-wear-nav-button:focus .what-to-wear-hover-text {
        display: inline-block !important;
        letter-spacing: 0;
        white-space: nowrap;
    }
}

body.crayon-cursor-active,
body.crayon-cursor-active * {
    cursor: none;
}

.crayon-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    pointer-events: none;
    opacity: 0;
    z-index: 10020;
    border-radius: 999px;
    background: url("./Coral Head Clean.png") center / cover no-repeat;
    box-shadow: 0 0 12px rgba(254, 0, 0, 0.28);
    transition: opacity 120ms ease;
}

.home-page .crayon-cursor,
.about-page .crayon-cursor,
.music-screen .crayon-cursor {
    background-color: #FE0000;
    background-image: url("./Coral Head Clean.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 12px rgba(254, 0, 0, 0.45);
}

.journal-page .crayon-cursor,
.get-in-touch-page .crayon-cursor,
.the-orange-room .crayon-cursor,
.legal-page .crayon-cursor,
.privacy-page .crayon-cursor {
    background-color: #8F00FF;
    background-image: url("./Coral Head Clean.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 12px rgba(143, 0, 255, 0.55);
}

body.crayon-cursor-footer-red .crayon-cursor {
    background-color: #FE0000;
    background-image: url("./Coral Head Clean.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 12px rgba(254, 0, 0, 0.45);
}

.crayon-cursor::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-sizing: border-box;
}

.crayon-cursor.is-visible {
    opacity: 1;
}

.crayon-particle {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10019;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(254, 0, 0, 0.92), rgba(255, 237, 185, 0.8));
    box-shadow: 0 0 8px rgba(254, 0, 0, 0.25);
    mix-blend-mode: multiply;
}

.journal-button {
    background: #FE0000;
}

.journal-page {
    position: relative;
    min-height: 2739px;
    margin: 0;
    background: #FE0001;
    isolation: isolate;
}

.journal-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(254, 0, 1, 0.18), rgba(254, 0, 1, 0.18)),
        url("Raw-Scan-Positive-20 1.png");
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0.65;
    filter: brightness(0.8) contrast(1.1);
    pointer-events: none;
    z-index: 0;
}

.journal-hero {
    position: absolute;
    top: 108px;
    left: 20px;
    width: calc(100% - 40px);
    height: 737px;
}

.journal-coral-heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 886px;
    height: 288px;
    margin: 0;
    color: #CFB9FA;
    font-family: 'SIckdayBold', sans-serif;
    font-size: 250px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 12.5px;
}

.journal-title-heading {
    position: absolute;
    top: 300px;
    left: 253px;
    width: 1094px;
    height: 288px;
    margin: 0;
    color: #FAEDB9;
    font-family: 'SIckdayBold', sans-serif;
    font-size: 250px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 12.5px;
}

.journal-description {
    position: absolute;
    top: 712px;
    left: 20px;
    width: calc(100% - 40px);
    margin: 0;
    color: #FFF;
    text-align: justify;
    text-indent: 40px;
    font-family: "Offset TM", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.2px;
}

@media (max-width: 1700px) {
    .journal-hero {
        position: relative;
        top: auto;
        left: auto;
        width: min(100%, 1440px);
        height: auto;
        margin: 36px auto 0;
        padding: 72px 40px 0;
        box-sizing: border-box;
    }

    .journal-coral-heading,
    .journal-title-heading,
    .journal-description {
        position: static;
        width: 100%;
        height: auto;
    }

    .journal-coral-heading {
        font-size: clamp(120px, 17vw, 250px);
        line-height: 0.95;
    }

    .journal-title-heading {
        margin-top: 20px;
        padding-left: clamp(60px, 16vw, 253px);
        font-size: clamp(120px, 17vw, 250px);
        line-height: 0.95;
    }

    .journal-description {
        margin-top: 64px;
    }

    .journal-articles {
        top: auto;
        left: 40px;
        margin-top: 96px;
    }

    .journal-article-row {
        gap: clamp(48px, 7vw, 133px);
    }

    .journal-article-year {
        right: clamp(0px, 2vw, 24px);
        width: auto;
    }
}

@media (max-width: 1400px) {
    .journal-article-heading {
        gap: 20px;
    }

    .journal-article-row {
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .journal-article-content {
        width: 100%;
    }

    .journal-article-year {
        position: static;
        order: -1;
        align-self: flex-end;
        margin: 0;
        text-align: right;
    }

    .journal-article-text {
        width: min(100%, 680px);
    }

    .journal-read-button {
        position: static;
        align-self: flex-end;
        margin-top: 12px;
    }
}

@media (max-width: 900px) {
    .journal-hero {
        padding: 56px 24px 0;
    }

    .journal-coral-heading,
    .journal-title-heading {
        font-size: clamp(64px, 14vw, 120px);
        letter-spacing: 4px;
    }

    .journal-title-heading {
        padding-left: clamp(12px, 5vw, 48px);
    }

    .journal-description {
        margin-top: 40px;
        width: 100%;
        font-size: 20px;
        line-height: 24px;
    }

    .journal-articles {
        left: 24px;
        width: calc(100% - 48px);
        margin-top: 72px;
    }

    .journal-article-line {
        margin-left: -24px;
    }

    .journal-article-text {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
    }

    .journal-read-button {
        font-size: clamp(24px, 5vw, 34px);
    }
}

.journal-articles {
    display: flex;
    position: absolute;
    top: 1040px;
    left: 40px;
    width: calc(100% - 80px);
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
}

.journal-article-heading {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
}

.journal-article-card {
    width: 100%;
}

.journal-article-row {
    display: flex;
    align-items: flex-start;
    gap: 133px;
}

.journal-article-card-row {
    /* Component row hook for future reuse */
}

.journal-article-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
}

.journal-article-card-content {
    width: 100%;
    max-width: 100%;
}

.journal-article-number {
    margin: 0;
    color: #FFF;
    text-align: justify;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.journal-article-card-number,
.journal-article-card-year {
    /* Shared micro-type hooks for article card metadata */
}

.journal-article-year {
    position: absolute;
    top: 0;
    right: 0;
    width: 213px;
    margin: 0;
    color: #FFF;
    text-align: right;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.journal-article-title {
    margin: 0;
    color: #CFB9FA;
    text-align: justify;
    font-family: 'SIckdayBold', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}

.journal-article-title-link {
    color: inherit;
    text-decoration: none;
}

.journal-article-title-link:hover,
.journal-article-title-link:focus {
    color: inherit;
}

.journal-article-card-title,
.journal-article-card-subtitle,
.journal-article-card-text,
.journal-article-card-button {
    /* Component hooks preserving current visual styling */
}

.journal-article-subtitle {
    margin: 0;
    color: #FAEDB9;
    font-family: "Offset TM", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.journal-article-text {
    width: 401px;
    margin: 0;
    color: #FFF;
    text-align: justify;
    text-indent: 40px;
    font-family: "Offset TM", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.2px;
}

.journal-read-button {
    display: flex;
    position: absolute;
    bottom: 31px;
    right: 0;
    padding: 10px 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    border-radius: 45px;
    border: 1px solid #000;
    background: #FE0000;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-family: "Offset TM", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: transform 120ms ease, box-shadow 120ms ease, color 120ms ease;
}

.journal-read-button:visited {
    color: #FFF;
}

.journal-read-button:hover,
.journal-read-button:active,
.journal-read-button:focus {
    color: #000;
}

.journal-read-button:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.journal-read-button:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 1400px) {
    .journal-article-heading {
        gap: 24px;
    }

    .journal-article-row {
        width: 100%;
        display: grid;
        grid-template-columns: auto 1fr auto;
        column-gap: clamp(24px, 4vw, 48px);
        row-gap: 20px;
        align-items: start;
    }

    .journal-article-content {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        gap: 28px;
    }

    .journal-article-number {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
    }

    .journal-article-year {
        position: static;
        grid-column: 3;
        grid-row: 1;
        align-self: start;
        justify-self: end;
        width: auto;
        margin: 0;
        text-align: right;
    }

    .journal-article-title {
        line-height: 0.95;
    }

    .journal-article-subtitle {
        line-height: 1.2;
    }

    .journal-article-text {
        width: min(100%, 680px);
    }

    .journal-read-button {
        position: static;
        align-self: flex-end;
        margin-top: 12px;
    }
}

@media (max-width: 900px) {
    .journal-article-text {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
    }

    .journal-read-button {
        font-size: clamp(24px, 5vw, 34px);
    }
}

.journal-entry-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.journal-entry-content {
    width: min(1040px, calc(100% - 80px));
    margin: 72px auto 120px;
    color: #FFF;
}

.journal-entry-kicker {
    margin: 0 0 24px;
    color: #FFF;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.journal-entry-title {
    margin: 0;
    color: #CFB9FA;
    font-family: 'SIckdayBold', sans-serif;
    font-size: clamp(72px, 9vw, 140px);
    font-style: normal;
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.journal-entry-subtitle {
    margin: 24px 0 48px;
    color: #FAEDB9;
    font-family: "Offset TM", sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.journal-entry-copy {
    width: min(720px, 100%);
}

.journal-entry-copy p {
    margin: 0 0 24px;
    color: #FFF;
    text-align: justify;
    text-indent: 40px;
    font-family: "Offset TM", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1.2px;
}

.journal-entry-section-label,
.journal-entry-tags,
.journal-entry-signoff,
.journal-entry-quote-source {
    text-indent: 0;
}

.journal-entry-section-label {
    margin: 40px 0 16px;
    color: #FAEDB9;
    font-family: "Offset TM", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.journal-entry-quote {
    margin: 32px 0 12px;
    color: #CFB9FA;
    text-align: left;
    text-indent: 0;
    font-family: "Offset TM", sans-serif;
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: 1px;
}

.journal-entry-quote-source {
    margin: 0 0 28px;
    color: #FAEDB9;
    text-align: left;
    font-family: "Offset TM", sans-serif;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.9px;
}

.journal-entry-tags {
    margin: 40px 0 16px;
    color: #CFB9FA;
    text-align: left;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.journal-entry-signoff {
    margin: 0 0 24px;
    color: #FAEDB9;
    text-align: left;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
}

.journal-back-link {
    display: inline-flex;
    margin-top: 24px;
    padding: 10px 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 45px;
    border: 1px solid #000;
    background: #FE0000;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-decoration: none;
    font-family: "Offset TM", sans-serif;
    font-size: 24px;
    line-height: 1;
    transition: transform 120ms ease, box-shadow 120ms ease, color 120ms ease;
}

.journal-back-link:hover,
.journal-back-link:focus {
    transform: translateY(2px);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    color: #000;
}

.journal-back-link:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.journal-article-line {
    width: 100vw;
    height: 4px;
    background: #FFF;
    margin-left: -40px;
}

.journal-page-footer-spacer {
    width: 100%;
    height: 2540px;
    flex-shrink: 0;
}

.journal-page-footer {
    position: relative;
    width: 100%;
    height: 420px;
    box-sizing: border-box;
    background: transparent;
    flex-shrink: 0;
    border-top: 1px solid #000;
}

.journal-page-footer-brand-column {
    position: absolute;
    top: 103px;
    left: 52px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.journal-page-footer-logo {
    width: 298px;
    height: 212px;
    aspect-ratio: 149 / 106;
    background: url("./Coral Jordan Logo Footer.png") center / contain no-repeat;
    filter: brightness(0) saturate(0);
}

.journal-page-footer-copyright {
    width: 164px;
    height: 25px;
    margin: 0;
    color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}

.journal-page-footer-contact-column {
    position: absolute;
    top: 117px;
    left: 433px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 401px;
}

.journal-page-footer-contact-title {
    width: 254px;
    height: 63px;
    margin: 0;
    color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 2px;
}

.journal-page-footer-contact-details {
    width: 401px;
    margin: 0;
    color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.journal-page-footer-contact-details p {
    margin: 0;
}

.journal-page-footer-instagram-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.journal-page-footer-instagram-links a,
.journal-page-footer-instagram-links a:visited,
.journal-page-footer-instagram-links a:hover,
.journal-page-footer-instagram-links a:active {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.75px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 120ms ease, opacity 120ms ease;
}

.journal-page-footer-instagram-links a:hover,
.journal-page-footer-instagram-links a:focus {
    transform: translateY(1px) scale(0.98);
    opacity: 0.88;
}

.journal-page-footer-instagram-links a:active {
    transform: translateY(3px) scale(0.95);
    opacity: 0.8;
}

.journal-page-footer-instagram-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 auto;
    transition: transform 120ms ease;
}

.journal-page-footer-instagram-links a:hover .journal-page-footer-instagram-icon,
.journal-page-footer-instagram-links a:focus .journal-page-footer-instagram-icon {
    transform: scale(1.08);
}

.journal-page-footer-links-column {
    position: absolute;
    top: 105px;
    left: 864px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 420px;
}

.journal-page-footer-quick-links-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.journal-page-footer-quick-links-title {
    margin: 0;
    color: #000;
    text-align: left;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.25px;
}

.journal-page-footer-site-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.journal-page-footer-site-links a,
.journal-page-footer-site-links a:visited,
.journal-page-footer-site-links a:hover,
.journal-page-footer-site-links a:active {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1px;
    text-decoration: none;
}

.journal-page-footer-site-links-title {
    margin: 0;
    color: #000;
    text-align: left;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.25px;
}

.journal-page-footer-site-links-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.journal-page-footer-site-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    max-width: 420px;
}

.journal-page-footer-site-nav-links a,
.journal-page-footer-site-nav-links a:visited,
.journal-page-footer-site-nav-links a:hover,
.journal-page-footer-site-nav-links a:active {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1px;
    text-decoration: none;
}

.journal-page-footer-newsletter-column {
    position: absolute;
    top: 117px;
    left: 1333px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 260px;
}

.journal-page-footer-newsletter-title {
    margin: 0;
    color: #000;
    font-family: 'SIckdayBold', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.8px;
}

.journal-page-footer-newsletter-description {
    width: 260px;
    margin: 0;
    color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.journal-page-footer-newsletter-field {
    display: flex;
    width: 260px;
    padding-bottom: 4px;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

.journal-page-footer-newsletter-input {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    outline: none;
}

.journal-page-footer-newsletter-input::placeholder {
    color: #FAB9B9;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}

.journal-page-footer-newsletter-arrow {
    position: relative;
    width: 36.5px;
    height: 12px;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.journal-page-footer-newsletter-arrow::before,
.journal-page-footer-newsletter-arrow::after {
    content: "";
    position: absolute;
    display: block;
}

.journal-page-footer-newsletter-arrow::before {
    top: 5px;
    left: 0;
    width: 36.5px;
    height: 2px;
    background: #FAB9B9;
}

.journal-page-footer-newsletter-arrow::after {
    top: 1px;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FAB9B9;
    border-right: 2px solid #FAB9B9;
    transform: rotate(45deg);
}

@media (max-width: 1700px) {
    .journal-page-footer {
        height: auto;
        min-height: 420px;
        display: grid;
        grid-template-columns: minmax(260px, 298px) minmax(260px, 401px);
        justify-content: center;
        align-items: start;
        gap: 40px 56px;
        padding: 72px 32px 40px;
    }

    .journal-page-footer-brand-column,
    .journal-page-footer-contact-column,
    .journal-page-footer-links-column,
    .journal-page-footer-newsletter-column {
        position: static;
        width: auto;
        height: auto;
    }

    .journal-page-footer-links-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .journal-page-footer-quick-links-column,
    .journal-page-footer-site-links-column {
        position: static;
    }

    .journal-page-footer-site-links,
    .journal-page-footer-site-nav-links {
        margin-top: 20px;
    }
}

@media (max-width: 980px) {
    .journal-page-footer {
        grid-template-columns: 1fr;
        justify-content: start;
        gap: 36px;
        padding: 56px 24px 32px;
    }

    .journal-page-footer-site-links,
    .journal-page-footer-site-nav-links {
        flex-wrap: wrap;
        max-width: 100%;
        margin-top: 16px;
    }

    .journal-page-footer-contact-details,
    .journal-page-footer-newsletter-description,
    .journal-page-footer-newsletter-field {
        width: 100%;
        max-width: 401px;
    }
}

a, a:active, a:hover, a:visited {
    color: black;
    text-decoration: none;
}


.homepage-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 24px;
    box-sizing: border-box;
}

.home-page {
    justify-content: space-between;
}

.home-page .homepage-text {
    flex: 0 0 auto;
    display: block;
    margin-top: auto;
    padding: 0 24px 40px;
}


.home-and-about {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    background-color: #D2D0CE;
    background-image: url("./Coral Jordan Red Logo Cropped.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.legal-page {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    background: #FE0000;
}

.privacy-page {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    background: #FE0000;
}

.legal-content {
    width: min(1440px, calc(100% - 100px));
    margin: 72px auto 120px;
    color: #000;
}

.legal-kicker {
    margin: 0 0 18px;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.legal-title {
    width: 100%;
    margin: 0 0 40px;
    color: #000;
    text-align: center;
    font-family: "Offset TM", sans-serif;
    font-size: clamp(64px, 8vw, 150px);
    font-style: normal;
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.legal-copy {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}

.legal-copy p {
    margin: 0;
    color: #000;
    text-align: justify;
    text-indent: 40px;
    font-family: "Offset TM", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
}

.the-orange-room {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
    min-height: 1258px;
    background-color: #FF4900;
}

.music-page {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    background-color: #D2D0CE;
    background-image: url("./Coral Jordan Red Logo Cropped.png");
    background-position: center;
    background-repeat: repeat-y;
    background-size: contain;
}

.music-content {
    width: min(1728px, 100%);
    margin: 0 auto;
    padding: 48px 40px 0;
    box-sizing: border-box;
}

.about-page {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
    background-color: #D2D0CE;
    background-image: url("./Coral Jordan Red Logo Cropped.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.music-title {
    width: 139px;
    max-width: 100%;
    margin: 16px auto 0;
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FE0000;
    font-family: 'SIckdayBold', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.music-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 900px;
}

.music-intro {
    display: flex;
    width: min(1109px, 100%);
    min-height: 674px;
    margin-top: 8px;
    flex-direction: column;
    justify-content: center;
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FE0000;
    font-family: 'SickdayRegular', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.music-intro p {
    margin: 0;
}

.music-releases {
    position: relative;
    height: 860px;
    margin: 112px 0 0;
}

.music-release {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 322px;
}

.music-release-walk {
    top: 0;
    left: 197px;
}

.music-release-love {
    top: 200px;
    left: 663px;
}

.music-release-2015 {
    top: 0;
    right: 197px;
}

.music-release-image {
    flex: 0 0 auto;
}

.music-platform-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.music-platform-row-love .music-platform-button:hover,
.music-platform-row-love .music-platform-button:focus {
    background: #64BF56;
    color: #5C30FF;
}

.music-platform-row-love .music-platform-button-love-spotify:hover,
.music-platform-row-love .music-platform-button-love-spotify:focus {
    background: #FF4E02;
}

.music-platform-row-love .music-platform-button-love-apple:hover,
.music-platform-row-love .music-platform-button-love-apple:focus,
.music-platform-row-love .music-platform-button-love-amazon:hover,
.music-platform-row-love .music-platform-button-love-amazon:focus {
    background: #FF4E02;
    color: #5C30FF;
}

.music-platform-row-walk .music-platform-button:hover,
.music-platform-row-walk .music-platform-button:focus {
    background: #93DCD9;
    color: #9EFE1E;
}

.music-platform-row-2015 .music-platform-button-2015-spotify:hover,
.music-platform-row-2015 .music-platform-button-2015-spotify:focus {
    background: #416E74;
    color: #FABFD3;
}

.music-platform-row-2015 .music-platform-button:hover,
.music-platform-row-2015 .music-platform-button:focus {
    background: #416E74;
    color: #FABFD3;
}

.music-platform-button {
    display: flex;
    min-width: 210px;
    padding: 10px 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 45px;
    border: 1px solid #000;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #000;
    text-decoration: none;
    font-family: "Offset TM", sans-serif;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.music-platform-button:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.music-platform-button:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.music-platform-button img {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
    transition: transform 120ms ease;
}

.music-platform-button:hover img,
.music-platform-button:focus img {
    transform: scale(1.15);
}

.music-platform-button span {
    display: block;
    flex: 0 0 auto;
    line-height: 1;
}

.music-walk-image {
    width: 322px;
    height: 322px;
    aspect-ratio: 1 / 1;
    border-radius: 30px;
    border: 5px solid #FE0000;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(254, 0, 0, 0.55);
    background: url("./walk.jpg") lightgray 50% / cover no-repeat;
}

.music-love-image {
    width: 322px;
    height: 322px;
    aspect-ratio: 1 / 1;
    border-radius: 30px;
    border: 5px solid #FE0000;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(254, 0, 0, 0.55);
    background: url("./LOVE.jpg") lightgray 50% / cover no-repeat;
}

.music-2015-image {
    width: 322px;
    height: 322px;
    aspect-ratio: 1 / 1;
    border-radius: 30px;
    border: 5px solid #FE0000;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(254, 0, 0, 0.55);
    background: url("./2015.jpg") lightgray 50% / cover no-repeat;
}

@media (max-width: 1500px) {
    .music-content {
        padding: 40px 32px 0;
    }

    .music-hero {
        min-height: auto;
    }

    .music-title {
        margin-top: 24px;
    }

    .music-intro {
        min-height: auto;
        margin-top: 12px;
        font-size: clamp(28px, 3vw, 40px);
    }

    .music-releases {
        position: static;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 96px 48px;
        margin-top: 88px;
    }

    .music-release-walk,
    .music-release-love,
    .music-release-2015 {
        position: static;
        grid-column: auto;
        margin-top: 0;
        width: min(322px, 100%);
        justify-self: center;
    }

    .music-release-2015 {
        grid-column: 1 / -1;
        justify-self: center;
    }
}

@media (max-width: 900px) {
    .music-content {
        padding: 32px 24px 0;
    }

    .music-title {
        margin-top: 12px;
        font-size: 36px;
    }

    .music-intro {
        width: 100%;
        margin-top: 12px;
        font-size: clamp(20px, 5vw, 28px);
        -webkit-text-stroke-width: 0.7px;
    }

    .music-releases {
        grid-template-columns: 1fr;
        gap: 72px;
        margin-top: 64px;
    }

    .music-release-love {
        transform: none;
    }

    .music-release-2015 {
        grid-column: auto;
    }

    .music-release-image {
        width: min(322px, 100%);
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .music-release {
        width: min(322px, 100%);
    }

    .music-platform-button {
        min-width: 190px;
        font-size: 22px;
    }

}

.music-page-footer {
    position: relative;
    width: 100%;
    margin-top: 120px;
    background: transparent;
    flex-shrink: 0;
    height: 420px;
    box-sizing: border-box;
}

.music-page-footer-brand-column {
    position: absolute;
    top: 103px;
    left: 52px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.music-page-footer-logo {
    width: 298px;
    height: 212px;
    aspect-ratio: 149 / 106;
    background: url("./Coral Jordan Logo Footer.png") center / contain no-repeat;
    filter: brightness(0) saturate(0);
}

.music-page-footer-copyright {
    width: 164px;
    height: 25px;
    margin: 0;
    color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}

.music-page-footer-contact-column {
    position: absolute;
    top: 117px;
    left: 433px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 401px;
}

.music-page-footer-contact-title {
    width: 254px;
    height: 63px;
    margin: 0;
    color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 2px;
}

.music-page-footer-contact-details {
    width: 401px;
    margin: 0;
    color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.music-page-footer-contact-details p {
    margin: 0;
}

.music-page-footer-instagram-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.music-page-footer-instagram-links a,
.music-page-footer-instagram-links a:visited,
.music-page-footer-instagram-links a:hover,
.music-page-footer-instagram-links a:active {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.75px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 120ms ease, opacity 120ms ease;
}

.music-page-footer-instagram-links a:hover,
.music-page-footer-instagram-links a:focus {
    transform: translateY(1px) scale(0.98);
    opacity: 0.88;
}

.music-page-footer-instagram-links a:active {
    transform: translateY(3px) scale(0.95);
    opacity: 0.8;
}

.music-page-footer-instagram-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 auto;
    transition: transform 120ms ease;
}

.music-page-footer-instagram-links a:hover .music-page-footer-instagram-icon,
.music-page-footer-instagram-links a:focus .music-page-footer-instagram-icon {
    transform: scale(1.08);
}

.music-page-footer-links-column {
    position: absolute;
    top: 105px;
    left: 864px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 420px;
}

.music-page-footer-quick-links-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.music-page-footer-quick-links-title {
    margin: 0;
    color: #000;
    text-align: left;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.25px;
}

.music-page-footer-site-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.music-page-footer-site-links a,
.music-page-footer-site-links a:visited,
.music-page-footer-site-links a:hover,
.music-page-footer-site-links a:active {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1px;
    text-decoration: none;
}

.music-page-footer-site-links-title {
    margin: 0;
    color: #000;
    text-align: left;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.25px;
}

.music-page-footer-site-links-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.music-page-footer-site-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    max-width: 420px;
}

.music-page-footer-site-nav-links a,
.music-page-footer-site-nav-links a:visited,
.music-page-footer-site-nav-links a:hover,
.music-page-footer-site-nav-links a:active {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1px;
    text-decoration: none;
}

.music-page-footer-newsletter-column {
    position: absolute;
    top: 117px;
    left: 1333px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 260px;
}

.music-page-footer-newsletter-title {
    margin: 0;
    color: #000;
    font-family: 'SIckdayBold', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.8px;
}

.music-page-footer-newsletter-description {
    width: 260px;
    margin: 0;
    color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.music-page-footer-newsletter-field {
    display: flex;
    width: 260px;
    padding-bottom: 4px;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

.music-page-footer-newsletter-input {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    outline: none;
}

.music-page-footer-newsletter-input::placeholder {
    color: #FAB9B9;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}

.music-page-footer-newsletter-arrow {
    position: relative;
    width: 36.5px;
    height: 12px;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.music-page-footer-newsletter-arrow::before,
.music-page-footer-newsletter-arrow::after {
    content: "";
    position: absolute;
    display: block;
}

.music-page-footer-newsletter-arrow::before {
    top: 5px;
    left: 0;
    width: 36.5px;
    height: 2px;
    background: #000;
}

.music-page-footer-newsletter-arrow::after {
    top: 1px;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}

@media (max-width: 1700px) {
    .music-page-footer {
        height: auto;
        min-height: 420px;
        display: grid;
        grid-template-columns: minmax(260px, 298px) minmax(260px, 401px);
        justify-content: center;
        align-items: start;
        gap: 40px 56px;
        padding: 72px 32px 40px;
    }

    .music-page-footer-brand-column,
    .music-page-footer-contact-column,
    .music-page-footer-links-column,
    .music-page-footer-newsletter-column {
        position: static;
        width: auto;
        height: auto;
    }

    .music-page-footer-links-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .music-page-footer-quick-links-column,
    .music-page-footer-site-links-column {
        position: static;
    }

    .music-page-footer-site-links,
    .music-page-footer-site-nav-links {
        margin-top: 20px;
    }
}

@media (max-width: 980px) {
    .music-page-footer {
        grid-template-columns: 1fr;
        justify-content: start;
        gap: 36px;
        padding: 56px 24px 32px;
    }

    .music-page-footer-site-links,
    .music-page-footer-site-nav-links {
        flex-wrap: wrap;
        max-width: 100%;
        margin-top: 16px;
    }

    .music-page-footer-contact-details,
    .music-page-footer-newsletter-description,
    .music-page-footer-newsletter-field {
        width: 100%;
        max-width: 401px;
    }
}

.get-in-touch-page {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    background: #FE0000;
}

.journal-page,
.what-to-wear-page {
    display: flex;
    flex-direction: column;
}

.get-in-touch-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: min(100%, 1728px);
    margin: 0 auto;
    padding: 69px 74px 120px;
    box-sizing: border-box;
}

.get-in-touch-hero-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.get-in-touch-hero {
    display: flex;
    flex-direction: column;
}

.get-in-touch-title {
    width: 1019px;
    max-width: 100%;
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: 'SIckdayBold', sans-serif;
    font-size: 200px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
}

.get-in-touch-subtitle {
    width: 836px;
    max-width: 100%;
    margin: -8px 0 0 auto;
    color: #FFF;
    text-align: center;
    font-family: "Offset TM", sans-serif;
    font-size: 250px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 12.5px;
}

.get-in-touch-form-group {
    display: flex;
    justify-content: center;
}

.get-in-touch-description {
    width: 401px;
    max-width: 100%;
    margin: 0;
    color: #FFF;
    text-align: justify;
    font-family: "Offset TM", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.2px;
}

.get-in-touch-form {
    width: 263px;
    max-width: 100%;
    margin: 150px 0 0;
}

.get-in-touch-form-title {
    margin: 0;
    color: #FFF;
    font-family: 'SIckdayBold', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.2px;
    white-space: nowrap;
}

.get-in-touch-form-fields {
    display: flex;
    width: 263px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 33px;
}

.get-in-touch-field-label {
    align-self: stretch;
    color: #FFF;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.get-in-touch-field-input {
    align-self: stretch;
    padding: 0 0 8px;
    border: 0;
    border-bottom: 1px solid #FFF;
    background: transparent;
    color: #FFF;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    outline: none;
}

.get-in-touch-field-input::placeholder {
    color: #FAB9B9;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}

.get-in-touch-field-textarea {
    align-self: stretch;
    width: 263px;
    min-height: 140px;
    padding: 12px 14px;
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.05em;
    resize: vertical;
    box-sizing: border-box;
    outline: none;
}

.get-in-touch-field-textarea::placeholder {
    color: #FAB9B9;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.05em;
}

.get-in-touch-submit-button {
    display: flex;
    margin-top: 12px;
    padding: 10px 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 45px;
    border: 1px solid #000;
    background: #FE0000;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #000;
    text-align: center;
    font-family: "Offset TM", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    cursor: pointer;
}

.get-in-touch-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
    margin-top: 24px;
}

.get-in-touch-contact-title {
    width: 836px;
    max-width: 100%;
    height: 122px;
    margin: 0;
    color: #FFF;
    text-align: right;
    font-family: "Offset TM", sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 5px;
}

.get-in-touch-contact-details {
    width: 401px;
    max-width: 100%;
    margin: 0;
    color: #FFF;
    text-align: right;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.get-in-touch-contact-details p {
    margin: 0;
}

.get-in-touch-page-footer {
    position: relative;
    width: 100%;
    height: 420px;
    margin-top: 120px;
    background: #D9D9D9;
    flex-shrink: 0;
}

.get-in-touch-page-footer-brand-column {
    position: absolute;
    top: 103px;
    left: 52px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.get-in-touch-page-footer-logo {
    width: 298px;
    height: 212px;
    aspect-ratio: 149 / 106;
    background: url("./Coral Jordan Logo Footer.png") center / contain no-repeat;
}

.get-in-touch-page-footer-copyright {
    width: 164px;
    height: 25px;
    margin: 0;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}

.get-in-touch-page-footer-contact-column {
    position: absolute;
    top: 117px;
    left: 433px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 401px;
}

.get-in-touch-page-footer-contact-title {
    width: 254px;
    height: 63px;
    margin: 0;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 2px;
}

.get-in-touch-page-footer-contact-details {
    width: 401px;
    margin: 0;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.get-in-touch-page-footer-contact-details p {
    margin: 0;
}

.get-in-touch-page-footer-instagram-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.get-in-touch-page-footer-instagram-links a,
.get-in-touch-page-footer-instagram-links a:visited,
.get-in-touch-page-footer-instagram-links a:hover,
.get-in-touch-page-footer-instagram-links a:active {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.75px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 120ms ease, opacity 120ms ease;
}

.get-in-touch-page-footer-instagram-links a:hover,
.get-in-touch-page-footer-instagram-links a:focus {
    transform: translateY(1px) scale(0.98);
    opacity: 0.88;
}

.get-in-touch-page-footer-instagram-links a:active {
    transform: translateY(3px) scale(0.95);
    opacity: 0.8;
}

.get-in-touch-page-footer-instagram-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 auto;
    transition: transform 120ms ease;
}

.get-in-touch-page-footer-instagram-links a:hover .get-in-touch-page-footer-instagram-icon,
.get-in-touch-page-footer-instagram-links a:focus .get-in-touch-page-footer-instagram-icon {
    transform: scale(1.08);
}

.get-in-touch-page-footer-links-column {
    position: absolute;
    top: 105px;
    left: 864px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
    width: 420px;
}

.get-in-touch-page-footer-quick-links-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.get-in-touch-page-footer-quick-links-title {
    margin: 0;
    color: #FE0000;
    text-align: left;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F7250B;
    font-family: "Offset TM", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.25px;
}

.get-in-touch-page-footer-site-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    max-width: 420px;
}

.get-in-touch-page-footer-site-links a,
.get-in-touch-page-footer-site-links a:visited,
.get-in-touch-page-footer-site-links a:hover,
.get-in-touch-page-footer-site-links a:active {
    color: #FE0000;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #F7250B;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1px;
    text-decoration: none;
}

.get-in-touch-page-footer-site-links-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.get-in-touch-page-footer-site-links-title {
    margin: 0;
    color: #FE0000;
    text-align: left;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F7250B;
    font-family: "Offset TM", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.25px;
}

.get-in-touch-page-footer-site-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    max-width: 420px;
}

.get-in-touch-page-footer-site-nav-links a,
.get-in-touch-page-footer-site-nav-links a:visited,
.get-in-touch-page-footer-site-nav-links a:hover,
.get-in-touch-page-footer-site-nav-links a:active {
    color: #FE0000;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #F7250B;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1px;
    text-decoration: none;
}

.get-in-touch-page-footer-newsletter-column {
    position: absolute;
    top: 117px;
    left: 1333px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 260px;
}

.get-in-touch-page-footer-newsletter-title {
    margin: 0;
    color: #F7250B;
    font-family: 'SIckdayBold', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.8px;
}

.get-in-touch-page-footer-newsletter-description {
    width: 260px;
    margin: 0;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.get-in-touch-page-footer-newsletter-field {
    display: flex;
    width: 260px;
    padding-bottom: 4px;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    border-bottom: 1px solid #FE0000;
    box-sizing: border-box;
}

.get-in-touch-page-footer-newsletter-input {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    outline: none;
}

.get-in-touch-page-footer-newsletter-input::placeholder {
    color: #FAB9B9;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}

.get-in-touch-page-footer-newsletter-arrow {
    position: relative;
    width: 36.5px;
    height: 12px;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.get-in-touch-page-footer-newsletter-arrow::before,
.get-in-touch-page-footer-newsletter-arrow::after {
    content: "";
    position: absolute;
    display: block;
}

.get-in-touch-page-footer-newsletter-arrow::before {
    top: 5px;
    left: 0;
    width: 36.5px;
    height: 2px;
    background: #FAB9B9;
}

.get-in-touch-page-footer-newsletter-arrow::after {
    top: 1px;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FAB9B9;
    border-right: 2px solid #FAB9B9;
    transform: rotate(45deg);
    box-sizing: border-box;
}

@media (max-width: 1700px) {
    .get-in-touch-page-footer {
        height: auto;
        min-height: 420px;
        display: grid;
        grid-template-columns: minmax(260px, 298px) minmax(260px, 401px);
        justify-content: center;
        align-items: start;
        gap: 40px 56px;
        padding: 72px 32px 40px;
        box-sizing: border-box;
    }

    .get-in-touch-page-footer-brand-column,
    .get-in-touch-page-footer-contact-column,
    .get-in-touch-page-footer-links-column,
    .get-in-touch-page-footer-newsletter-column {
        position: static;
        width: auto;
        height: auto;
    }

    .get-in-touch-page-footer-links-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .get-in-touch-page-footer-quick-links-column,
    .get-in-touch-page-footer-site-links-column {
        position: static;
    }

    .get-in-touch-page-footer-site-links,
    .get-in-touch-page-footer-site-nav-links {
        margin-top: 20px;
    }
}

@media (max-width: 980px) {
    .get-in-touch-content {
        gap: 56px;
        padding: 48px 24px 88px;
    }

    .get-in-touch-title {
        font-size: clamp(88px, 14vw, 200px);
    }

    .get-in-touch-subtitle {
        font-size: clamp(100px, 16vw, 250px);
        letter-spacing: clamp(3px, 1vw, 12.5px);
    }

    .get-in-touch-description {
        width: 100%;
        font-size: clamp(18px, 4vw, 24px);
    }

    .get-in-touch-form {
        width: 100%;
        max-width: 320px;
        margin-top: 0;
    }

    .get-in-touch-form-fields,
    .get-in-touch-field-textarea {
        width: 100%;
    }

    .get-in-touch-contact {
        align-items: flex-end;
        gap: 12px;
        margin-top: 0;
    }

    .get-in-touch-contact-title,
    .get-in-touch-contact-details {
        width: 100%;
        max-width: 401px;
        text-align: right;
    }

    .get-in-touch-contact-title {
        height: auto;
        font-size: clamp(48px, 10vw, 100px);
        letter-spacing: clamp(2px, 0.8vw, 5px);
    }

    .get-in-touch-page-footer {
        grid-template-columns: 1fr;
        justify-content: start;
        gap: 36px;
        padding: 56px 24px 32px;
    }

    .get-in-touch-page-footer-site-links,
    .get-in-touch-page-footer-site-nav-links {
        flex-wrap: wrap;
        max-width: 100%;
        margin-top: 16px;
    }

    .get-in-touch-page-footer-contact-details,
    .get-in-touch-page-footer-newsletter-description,
    .get-in-touch-page-footer-newsletter-field {
        width: 100%;
        max-width: 401px;
    }
}

.orange-room-hero {
    display: flex;
    flex-direction: column;
}

.orange-room-logo {
    width: 1383px;
    max-width: calc(100% - 48px);
    height: 796px;
    object-fit: contain;
    margin: -36px auto 0;
    filter: hue-rotate(260deg) saturate(1.6);
}

.orange-room-hero-logo {
    display: block;
}

.orange-room-footer {
    width: 100%;
    margin-top: -72px;
}

.orange-room-hero-marquee {
    width: 100%;
}

.orange-room-description {
    width: calc(100% - 80px);
    min-height: 79px;
    margin: 36px 40px 120px;
    color: #FFF;
    text-align: justify;
    font-family: "Offset TM", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.2px;
}

.orange-room-hero-description {
    display: block;
}

.orange-room-live-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: #FF4900;
}

.orange-room-live-section {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #FF4900;
}

.orange-room-live-card {
    display: flex;
    flex-direction: column;
}

/* Desktop card composition: text block on the left, cover art on the right. */
.orange-room-live-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-right: 40px;
}

.orange-room-live-row > div:first-child {
    flex: 1 1 720px;
    min-width: 0;
}

.orange-room-live-card-content {
    flex: 1 1 720px;
    min-width: 0;
}

.orange-room-live-card-media {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-left: 0;
    flex: 0 0 auto;
}

.orange-room-live-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: min(720px, 100%);
    margin: 0 40px;
}

.orange-room-live-number {
    width: 140.833px;
    margin: 0;
    color: #FFF;
    font-family: "Offset TM", sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
}

.orange-room-live-time {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.orange-room-live-year {
    width: 56.333px;
    margin: 0;
    color: #FFF;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120px;
    letter-spacing: 0.75px;
}

.orange-room-live-duration {
    display: flex;
    width: 185.408px;
    height: 105.58px;
    flex-direction: column;
    justify-content: flex-end;
    aspect-ratio: 72 / 41;
    margin: 0;
    color: #FFF;
    text-align: right;
    white-space: nowrap;
    font-family: "DM Serif Display", serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
}

.orange-room-live-description {
    width: min(720px, 100%);
    margin: 24px 40px 0;
    color: #FFF;
    text-align: justify;
    text-indent: 40px;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

.orange-room-live-image {
    width: 469px;
    height: 459px;
    flex-shrink: 0;
    margin: 0;
    border-radius: 30px;
    background: url("./Live Session Vol 2.png") lightgray 50% / cover no-repeat;
}

.orange-room-live-image-vol-1 {
    background-image: url("./Live Session Vol 1.png");
}

.orange-room-live-button {
    display: flex;
    padding: 10px 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 24px 40px 0;
    border-radius: 45px;
    background: var(--Color-Marquee, #4CA0A1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: "Offset TM", sans-serif;
    font-size: 24px;
    transition: transform 120ms ease, box-shadow 120ms ease, color 120ms ease;
}

.orange-room-live-button:visited {
    color: #FFF;
}

.orange-room-live-button:hover,
.orange-room-live-button:active,
.orange-room-live-button:focus {
    color: #FF4900;
}

.orange-room-live-button:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.orange-room-live-button:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.orange-room-live-title {
    width: 1373px;
    max-width: calc(100% - 80px);
    margin: 0 40px;
    color: #FFF;
    font-family: "Offset TM", sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 95px;
    letter-spacing: 5px;
}

/* Smaller screens: keep the same card pieces, but stack them vertically. */
@media (max-width: 1500px) {
    .orange-room-logo {
        max-width: calc(100% - 40px);
        height: auto;
        margin-top: 0;
    }

    .orange-room-footer {
        margin-top: -32px;
    }

    .orange-room-description {
        width: calc(100% - 64px);
        margin: 24px 32px 72px;
        font-size: clamp(20px, 2.4vw, 24px);
    }

    .orange-room-live-list {
        gap: 24px;
    }

    .orange-room-live-section {
        min-height: auto;
        padding-bottom: 40px;
    }

    .orange-room-live-title {
        max-width: calc(100% - 64px);
        margin: 0 32px;
        font-size: clamp(54px, 6vw, 100px);
        line-height: 0.95;
    }

    .orange-room-live-row {
        flex-direction: column;
        gap: 20px;
        margin-right: 0;
    }

    .orange-room-live-row > div:first-child {
        flex: none;
        width: 100%;
        box-sizing: border-box;
    }

    .orange-room-live-card-content {
        flex: none;
        width: 100%;
    }

    .orange-room-live-card-media {
        width: calc(100% - 64px);
        margin-left: 32px;
        gap: 12px;
    }

    .orange-room-live-meta,
    .orange-room-live-description,
    .orange-room-live-button {
        margin-left: 32px;
        margin-right: 32px;
    }

    .orange-room-live-image {
        width: min(469px, calc(100% - 64px));
        height: auto;
        aspect-ratio: 469 / 459;
        margin: 0;
    }

    .orange-room-live-button {
        margin-top: 0;
    }

    .marquee {
        height: 56px;
    }

    .marquee-new-video,
    .marquee-coming-soon {
        font-size: 20px;
        line-height: 22px;
    }

    .marquee-group {
        gap: 36px;
        padding-right: 36px;
    }
}

@media (max-width: 900px) {
    .orange-room-logo {
        max-width: calc(100% - 16px);
    }

    .orange-room-footer {
        margin-top: -8px;
    }

    .orange-room-description {
        width: calc(100% - 32px);
        margin: 20px 16px 44px;
        font-size: clamp(18px, 5vw, 22px);
        letter-spacing: 0.8px;
    }

    .orange-room-live-title {
        max-width: calc(100% - 32px);
        margin: 0 16px;
        font-size: clamp(32px, 9vw, 48px);
        line-height: 0.95;
        letter-spacing: 1.5px;
    }

    .orange-room-live-row,
    .orange-room-live-card-row {
        gap: 16px;
    }

    .orange-room-live-card-content {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .orange-room-live-card-media {
        order: 2;
        width: min(360px, calc(100% - 32px));
        margin-left: 16px;
        gap: 12px;
    }

    .orange-room-live-meta,
    .orange-room-live-description,
    .orange-room-live-button,
    .orange-room-live-image {
        margin-left: 16px;
        margin-right: 16px;
    }

    .orange-room-live-meta {
        width: calc(100% - 32px);
        gap: 16px;
    }

    .orange-room-live-number {
        width: auto;
        font-size: clamp(68px, 16vw, 120px);
        letter-spacing: 3px;
    }

    .orange-room-live-year {
        width: auto;
        line-height: 1.2;
    }

    .orange-room-live-duration {
        width: auto;
        height: auto;
        font-size: clamp(34px, 8vw, 60px);
        letter-spacing: 1.6px;
    }

    .orange-room-live-description {
        width: calc(100% - 32px);
        font-size: 18px;
        text-indent: 24px;
    }

    .orange-room-live-image {
        width: 100%;
    }

    .orange-room-live-button {
        order: 3;
        align-self: flex-start;
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 0;
        font-size: 20px;
    }

    .marquee {
        height: 42px;
    }

    .marquee-line {
        height: 3px;
    }

    .marquee-new-video,
    .marquee-coming-soon {
        font-size: 14px;
        line-height: 16px;
    }

    .marquee-group {
        gap: 18px;
        padding-right: 18px;
    }

    .marquee-dot {
        width: 4px;
        height: 4px;
    }
}

@media (max-width: 600px) {
    .orange-room-footer {
        margin-top: 0;
    }

    .marquee {
        height: 36px;
    }

    .marquee-line {
        height: 2px;
    }

    .marquee-new-video,
    .marquee-coming-soon {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.3px;
    }

    .marquee-group {
        gap: 14px;
        padding-right: 14px;
    }

    .marquee-dot {
        width: 3px;
        height: 3px;
    }
}

.marquee {
    overflow: hidden;
    width: 100%;
    height: 65px;
    background: var(--Color-Marquee, #4CA0A1);
}

.marquee-line {
    width: 100%;
    height: 5px;
    background: linear-gradient(0deg, rgba(238, 255, 0, 0.20) 0%, rgba(238, 255, 0, 0.20) 100%), #88DC28;
}

.marquee-content {
    display: inline-flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
}

.marquee-group {
    display: inline-flex;
    align-items: center;
    gap: 48px;
    padding-right: 48px;
}

.marquee-new-video {
    font-family: "Offset TM", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.2px;
    color: #FFF;
}

.marquee-coming-soon {
    color: #FFF;
    font-family: 'SIckdayBold', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.marquee-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #D9D9D9;
    flex: 0 0 auto;
}

@media (max-width: 900px) {
    .marquee {
        height: 42px;
    }

    .marquee-line {
        height: 3px;
    }

    .marquee-new-video,
    .marquee-coming-soon {
        font-size: 14px;
        line-height: 16px;
    }

    .marquee-group {
        gap: 18px;
        padding-right: 18px;
    }

    .marquee-dot {
        width: 4px;
        height: 4px;
    }
}

@media (max-width: 600px) {
    .orange-room-footer {
        margin-top: 0;
    }

    .marquee {
        height: 36px;
    }

    .marquee-line {
        height: 2px;
    }

    .marquee-new-video,
    .marquee-coming-soon {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.3px;
    }

    .marquee-group {
        gap: 14px;
        padding-right: 14px;
    }

    .marquee-dot {
        width: 3px;
        height: 3px;
    }
}

.orange-room-page-footer {
    position: relative;
    width: 100%;
    height: 420px;
    margin-top: 120px;
    background: #D9D9D9;
    flex-shrink: 0;
}

.orange-room-page-footer-brand-column {
    position: absolute;
    top: 103px;
    left: 52px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.orange-room-page-footer-logo {
    width: 298px;
    height: 212px;
    aspect-ratio: 149 / 106;
    background: url("./Coral Jordan Logo Footer.png") center / contain no-repeat;
}

.orange-room-page-footer-copyright {
    width: 164px;
    height: 25px;
    margin: 0;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}

.orange-room-page-footer-contact-column {
    position: absolute;
    top: 117px;
    left: 433px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 401px;
}

.orange-room-page-footer-contact-title {
    width: 254px;
    height: 63px;
    margin: 0;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 2px;
}

.orange-room-page-footer-contact-details {
    width: 401px;
    margin: 0;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.orange-room-page-footer-contact-details p {
    margin: 0;
}

.orange-room-page-footer-instagram-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.orange-room-page-footer-instagram-links a,
.orange-room-page-footer-instagram-links a:visited,
.orange-room-page-footer-instagram-links a:hover,
.orange-room-page-footer-instagram-links a:active {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.75px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 120ms ease, opacity 120ms ease;
}

.orange-room-page-footer-instagram-links a:hover,
.orange-room-page-footer-instagram-links a:focus {
    transform: translateY(1px) scale(0.98);
    opacity: 0.88;
}

.orange-room-page-footer-instagram-links a:active {
    transform: translateY(3px) scale(0.95);
    opacity: 0.8;
}

.orange-room-page-footer-instagram-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 auto;
    transition: transform 120ms ease;
}

.orange-room-page-footer-instagram-links a:hover .orange-room-page-footer-instagram-icon,
.orange-room-page-footer-instagram-links a:focus .orange-room-page-footer-instagram-icon {
    transform: scale(1.08);
}

.orange-room-page-footer-links-column {
    position: absolute;
    top: 105px;
    left: 864px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
    width: 420px;
}

.orange-room-page-footer-quick-links-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.orange-room-page-footer-quick-links-title {
    margin: 0;
    color: #FE0000;
    text-align: left;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F7250B;
    font-family: "Offset TM", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.25px;
}

.orange-room-page-footer-quick-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.orange-room-page-footer-quick-links a,
.orange-room-page-footer-quick-links a:visited,
.orange-room-page-footer-quick-links a:hover,
.orange-room-page-footer-quick-links a:active {
    color: #FE0000;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #F7250B;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1px;
    text-decoration: none;
}

.orange-room-page-footer-site-links-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.orange-room-page-footer-site-links-title {
    margin: 0;
    color: #FE0000;
    text-align: left;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F7250B;
    font-family: "Offset TM", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.25px;
}

.orange-room-page-footer-site-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    max-width: 420px;
}

.orange-room-page-footer-site-links a,
.orange-room-page-footer-site-links a:visited,
.orange-room-page-footer-site-links a:hover,
.orange-room-page-footer-site-links a:active {
    color: #FE0000;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #F7250B;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1px;
    text-decoration: none;
}

.orange-room-page-footer-newsletter-column {
    position: absolute;
    top: 117px;
    left: 1333px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 260px;
}

.orange-room-page-footer-newsletter-title {
    margin: 0;
    color: #F7250B;
    font-family: 'SIckdayBold', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.8px;
}

.orange-room-page-footer-newsletter-description {
    width: 260px;
    margin: 0;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.orange-room-page-footer-newsletter-field {
    display: flex;
    width: 260px;
    padding-bottom: 4px;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    border-bottom: 1px solid #FE0000;
    box-sizing: border-box;
}

.orange-room-page-footer-newsletter-input {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    outline: none;
    box-sizing: border-box;
}

.orange-room-page-footer-newsletter-input::placeholder {
    color: #FAB9B9;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}

.orange-room-page-footer-newsletter-arrow {
    position: relative;
    width: 36.5px;
    height: 12px;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.orange-room-page-footer-newsletter-arrow::before,
.orange-room-page-footer-newsletter-arrow::after {
    content: "";
    position: absolute;
    display: block;
    background: #FAB9B9;
}

.orange-room-page-footer-newsletter-arrow::before {
    top: 5px;
    left: 0;
    width: 36.5px;
    height: 2px;
}

.orange-room-page-footer-newsletter-arrow::after {
    top: 1px;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FAB9B9;
    border-right: 2px solid #FAB9B9;
    background: transparent;
    transform: rotate(45deg);
    box-sizing: border-box;
}

@media (max-width: 1700px) {
    .orange-room-page-footer {
        height: auto;
        min-height: 420px;
        display: grid;
        grid-template-columns: minmax(260px, 298px) minmax(260px, 401px);
        justify-content: center;
        align-items: start;
        gap: 40px 56px;
        padding: 72px 32px 40px;
        box-sizing: border-box;
    }

    .orange-room-page-footer-brand-column,
    .orange-room-page-footer-contact-column,
    .orange-room-page-footer-links-column,
    .orange-room-page-footer-newsletter-column {
        position: static;
        width: auto;
        height: auto;
    }

    .orange-room-page-footer-links-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .orange-room-page-footer-quick-links-column,
    .orange-room-page-footer-site-links-column {
        position: static;
    }

    .orange-room-page-footer-quick-links,
    .orange-room-page-footer-site-links {
        margin-top: 20px;
    }
}

@media (max-width: 980px) {
    .orange-room-page-footer {
        grid-template-columns: 1fr;
        justify-content: start;
        gap: 36px;
        padding: 56px 24px 32px;
    }

    .orange-room-page-footer-quick-links,
    .orange-room-page-footer-site-links {
        flex-wrap: wrap;
        max-width: 100%;
        margin-top: 16px;
    }

    .orange-room-page-footer-contact-details,
    .orange-room-page-footer-newsletter-description,
    .orange-room-page-footer-newsletter-field {
        width: 100%;
        max-width: 401px;
    }
}

.orange-room-newsletter-popup {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.22);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
    z-index: 10000;
}

.orange-room-newsletter-popup.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.orange-room-newsletter-popup-panel {
    position: relative;
    width: min(560px, calc(100vw - 48px));
    padding: 32px 32px 28px;
    border-radius: 30px;
    background: #D9D9D9;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.orange-room-newsletter-popup-close {
    position: absolute;
    top: 14px;
    right: 18px;
    border: 0;
    background: transparent;
    color: #F7250B;
    font-family: "Offset TM", sans-serif;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.orange-room-newsletter-popup-title {
    margin: 0 0 18px;
    color: #F7250B;
    font-family: 'SIckdayBold', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.8px;
}

.orange-room-newsletter-popup-description {
    width: min(320px, 100%);
    margin: 0 0 20px;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
}

.orange-room-newsletter-popup-field {
    display: flex;
    width: min(320px, 100%);
    padding-bottom: 4px;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    border-bottom: 1px solid #FE0000;
    box-sizing: border-box;
}

.orange-room-newsletter-popup-input {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #FE0000;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    outline: none;
}

.orange-room-newsletter-popup-input::placeholder {
    color: #FAB9B9;
    font-family: "Offset TM", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}

.orange-room-newsletter-popup-arrow {
    position: relative;
    width: 36.5px;
    height: 12px;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.orange-room-newsletter-popup-arrow::before,
.orange-room-newsletter-popup-arrow::after {
    content: "";
    position: absolute;
    display: block;
}

.orange-room-newsletter-popup-arrow::before {
    top: 5px;
    left: 0;
    width: 36.5px;
    height: 2px;
    background: #FAB9B9;
}

.orange-room-newsletter-popup-arrow::after {
    top: 1px;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FAB9B9;
    border-right: 2px solid #FAB9B9;
    transform: rotate(45deg);
    box-sizing: border-box;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.black-with-red-outline {
    display: flex;
    width: min(1109px, calc(100% - 80px));
    min-height: 608px;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8px;
    box-sizing: border-box;
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FE0000;
    font-family: 'SickdayRegular', sans-serif;
    font-size: clamp(28px, 3vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.black-with-red-outline p,
.black-with-red-outline P {
    margin: 0;
}

.black-with-red-outline h1 {
    color: black;
    font-family: SIck-day;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 25px */
}

@media (max-width: 1100px) {
    .black-with-red-outline {
        width: min(100%, calc(100% - 48px));
        min-height: auto;
        margin-top: 72px;
        font-size: clamp(22px, 3.4vw, 32px);
    }
}

@media (max-width: 720px) {
    .black-with-red-outline {
        width: calc(100% - 32px);
        margin-top: 48px;
        padding: 0 4px 32px;
        font-size: clamp(18px, 5vw, 24px);
        -webkit-text-stroke-width: 0.7px;
    }

    .black-with-red-outline h1 {
        font-size: 22px;
    }
}


/* img {
    filter: saturate(50);
}

img {
    filter: invert(100);
    animation: 1s spin alternate infinite;
} */

/* THIS IS AN ANIMATION */
/* @keyframes spin {
    0%{
        transform: rotate(0deg);
        filter: blur(2px);
    }
    100%{
            transform: rotate(180deg);
        filter: blur(10px);
    }
} */

/* THESE ARE FONTS */
@font-face {
    font-family: 'SickdayRegular';
    src: url('./SickdayRegular.ttf') format('truetype');
}

    
h1 {
    font-family: 'SIckdayBold', sans-serif;
}



@font-face {
    font-family: 'SIckdayBold';
    src: url('./SIckdayBold.ttf') format('truetype');
}

@font-face {
    font-family: "Offset TM";
    src: url("./Offset TM.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

.font-sickday {
    font-family: 'SickdayRegular', sans-serif;
}

.font-sickday-bold {
    font-family: 'SIckdayBold', sans-serif;
}

.font-offset {
    font-family: 'Offset TM', sans-serif;
}

.red {
    color: red;
}

.just-black {
    color: #000;
    font-family: "Offset TM";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
