:root {
    --primary-yellow: #f8e328;
    --primary-blue: #00689e;
    --text-dark: #333;
    --text-light: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p, h2 {
    margin: 0;
}

@font-face {
    font-family: "Gotham Bold";
    src:
        url("../fonts/Gotham-Bold.woff2") format("woff2"),
        url("../fonts/Gotham-Bold.woff") format("woff");
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src:
        url("../fonts/Gotham-Book.woff2") format("woff2"),
        url("../fonts/Gotham-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

html {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
}

body {
    font-family: "Gotham", sans-serif;
    line-height: 1.6;
}

.menu-main a {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.menu-main a:hover {
	text-decoration: underline;
}

button.menu-toggle:focus {
    outline: none;
}

@media (min-width: 1400px) {
    .menu-main a {
        font-size: 1.3em !important;
    }
}

body {
    font-family: "Gotham", sans-serif;
    line-height: 1.6;
}

.comedianti_page_2025 {
    font-family: "Gotham", sans-serif;
    min-height: 100vh;
    overflow: hidden;
}

.hero-image-desktop {
    width: 100%;
}

.hero-image-desktop img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: -0.625rem;
}

.hero-image-mobile {
    display: none;
}

.test-section {
    background-color: var(--primary-blue);
    color: var(--text-light);
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.second-row-container {
    display: flex;
    margin: 0 6vw;
    z-index: 1;
    margin-top: -28vw;
    gap: 4.5vw;
    z-index: 1;
    flex-wrap: wrap;
}

.statue {
    width: 19vw;
    height: auto;
}

.statue-mobile {
    display: none;
}

.test-content {
    flex: 1;
    margin-top: 26.5vw;
}

.test-content-desktop {
    font-family: "Gotham Bold", sans-serif;
    font-weight: 700;
    font-size: 4.4vw;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.test-content-mobile {
    font-family: "Gotham Bold", sans-serif;
    font-weight: 700;
    display: none;
    font-size: 9vw;
    line-height: 115%;
}

.test-content-mobile-sub-header {
    display: none;
    padding-top: 0.5rem;
    line-height: 1.2rem;
}

.test-content-mobile-sub {
    display: none;
    margin-bottom: 1.9rem !important;
}

.test-content-desktop-sub {
    font-size: 1.8vw;
    line-height: 1.2;
    margin-bottom: 4rem;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 5.1rem 3.4rem 5.6rem 3.4rem;
    column-gap: 7.6vw;
    row-gap: 3.4vw;
    max-width: 1300px;
    margin: 0 auto;
}

.video-card {
    text-align: left;
    flex: 1;
    width: 100%;
    margin: 0 auto;
    width: 100%;
}

.video-thumbnail {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 0.9rem;
    cursor: pointer;
    transition: transform 0.2s ease;
    width: 100%;
}

.video-thumbnail:hover {
    transform: scale(1.02);
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.video-grid .coming-soon .video-thumbnail .play-button {
    top: 35%;
    left: 50%;
}

.video-grid .coming-soon .video-thumbnail h3 {
    margin-top: 6.9rem;
    color: var(--text-light);
}

.video-grid .coming-soon .video-thumbnail {
    background-color: #dcdcdc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.video-card h3 {
    color: var(--primary-blue);
    font-family: "Gotham Bold", sans-serif;
    font-size: 2.3rem;
    margin: 2vw 0;
    line-height: 2.1rem;
}

.video-card p {
    color: var(--primary-blue);
    font-size: 1.7rem;
    line-height: 1;
}

.coming-soon .video-thumbnail {
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon h3 {
    color: var(--text-dark);
    text-align: center;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
}

.modal-content {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 1000px;
    margin: 3.1 auto;
    background-color: #fff;
    padding: 2.2rem;
    border-radius: 0.95rem;
}

.close-modal {
    position: absolute;
    right: 0.9rem;
    top: -0.62rem;
    font-size: 2.2rem;
    cursor: pointer;
    z-index: 10;
    color: var(--text-dark);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 0.9rem;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social-parent {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 1.25rem;
}

.social-content {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    align-items: center;
    height: 100%;
}

.social-text {
    font-size: 1.5rem;
    color: var(--primary-blue);
}

.social-icons {
    display: flex;
    gap: 0.62rem;
}

.social-icon {
    width: 3.1rem;
    height: 3.1rem;
    cursor: pointer;
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer {
    width: 100%;
    background-color: #a2a2a2;
    color: var(--text-light);
    padding: 1.5rem 6rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

.footer-links {
    max-width: 56.25rem;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    font-size: 0.88rem;
}

.footer-links a,
.footer-links span {
  font-family: "Gotham", sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: normal;
  margin-bottom: 10px;
}

.cookie-preferences {
    background: none;
    border: none;
    color: var(--text-dark);
    cursor: pointer;
    font-size: 0.9rem;
}

@media (max-width: 1500px) {
    .test-content-desktop {
        margin-top: -1.25rem;
    }

    .test-content-desktop-sub {
        margin-bottom: 2.5rem;
    }

    .video-card h3 {
        font-size: 1.8rem;
    }

    .video-card p {
        font-size: 1.4rem;
    }

    .video-grid .coming-soon .video-thumbnail h3 {
        margin-top: 4.4rem;
    }
}

@media (max-width: 1024px) {
    .test-content-desktop-sub {
        margin-bottom: 2rem;
    }
    .video-grid {
        padding: 4.35rem 3.5rem 4.35rem 3.5rem;
    }
    .play-button {
        width: 7vw;
        height: 7vw;
    }

    .video-card h3 {
        font-size: 1.3rem;
    }

    .video-card p {
        font-size: 1.1rem;
    }

    .social-text {
        font-size: 1.25rem;
    }

    .social-icon {
        width: 2.5rem;
        height: 2.5rem;
        cursor: pointer;
    }
}

@media (max-width: 860px) {
    .footer {
        padding: 1.5rem 3.5rem;
    }

    .footer-links {
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    .test-content-desktop-sub {
        margin-bottom: 2.2rem;
    }
    .video-grid {
        padding: 2.5rem 3.5rem 2.5rem 3.5rem;
    }

    .video-card h3 {
        font-size: 1rem;
        margin: 1.2vw 0;
        line-height: 1rem;
    }

    .video-card p {
        font-size: 0.8rem;
    }

    .play-button {
        width: 10vw;
        height: 10vw;
    }

    .social-text {
        font-size: 1.12rem;
    }

    .social-icon {
        width: 1.87rem;
        height: 1.87rem;
        cursor: pointer;
    }

    .footer-links {
        font-size: 0.5rem;
    }
}

@media (max-width: 500px) {
    .hero-image-desktop {
        display: none;
    }

    .hero-image-mobile {
        display: block;
        width: 100%;
    }

    .hero-image-mobile img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .second-row-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .statue-container {
        display: none;
    }

    .statue-mobile {
        display: block;
        width: 50vw;
        height: auto;
        margin: 0 auto;
        padding-bottom: 0.62rem;
    }

    .test-content {
        margin-top: 16vw;
    }

    .test-content-mobile-sub-header {
        display: block;
    }

    .test-content-mobile-sub {
        display: block;
    }

    .test-content-desktop {
        display: none;
    }

    .test-content-desktop-sub {
        display: none;
    }

    .test-content-mobile {
        display: block;
    }

    .video-grid {
        grid-template-columns: 1fr;
        padding: 2.5rem 3.4rem 2.5rem 3.4rem;
        row-gap: 7vw;
    }

    .video-card h3 {
        margin: 2.5vw 0;
        font-size: 1rem;
    }

    .video-card p {
        font-size: 0.9rem;
    }

    .play-button {
        width: 3.75rem;
        height: 3.75rem;
    }

    .modal-content {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: transparent;
        padding: 1.56rem;
        margin: 0;
        z-index: 1001;
    }

    .close-modal {
        right: 0.5rem;
        top: -0.95rem;
        color: var(--text-light);
    }

    .footer {
        padding: 1rem;
    }

    .footer-links {
        font-size: 0.4rem;
    }
}
