.section .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
}

.section .separator {
    display: inline-block;
    background-color: #fc0;
    height: 3px;
    margin: 0 0 13px 0;
    width: 40px;
}

.section .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: initial;
    margin: 0 auto 20px;
    max-width: 1080px;
}

.section .text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: initial;
}

.section .text p strong {
    font-weight: 900;
}

@media (min-width: 768px) {
    .section .inner {
        padding: 56px 50px;
    }
}

@media (min-width: 1024px) {
    .section .inner {
        padding-top: 56px;
    }
}

@media (min-width: 1280px) {
    .section .inner {
        padding-top: 64px;
    }
}

/* HERO */
#homeHero picture {
    aspect-ratio: 16 / 9;
}

#homeHero .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    height: 70px;
    width: 70px;
    margin: 0;
}

#homeHero .play-button .play-icon {
    background: rgba(0, 0, 0, 0.8);
    z-index: 14;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 50px;
    width: 75px;
    height: 75px;
}

#homeHero .play-button .play-icon:hover {
    background: #fc0;
}

#homeHero .play-button .play-icon:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
    border-bottom: 14px solid transparent;
    border-top: 14px solid transparent;
    border-left: 24px solid #fc0;
}

#homeHero .play-button .play-icon:hover:after {
    border-left-color: #000 !important;
}

/* INTRO */
#homeIntro {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
}

#homeIntro .inner h2 {
    font-family: "Geograph Edit Bold", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.42;
    position: relative;
    margin: 0 auto 20px auto;
    max-width: 1080px;
    margin-top: 4rem;
}

@media (min-width: 1024px) {
    #homeIntro .inner h2 {
        font-size: 44px;
        line-height: 1.3;
    }
}

/* IMAGE BANNER */
#homeBanner {
    background-color: #000;
    color: #fff;
}

#homeBanner picture {
    aspect-ratio: 2988 / 1046;
}

/* ARCHIVE */
#homeArchive {
    background: #fff;
    color: #000;
}

#homeArchive .archive {
    content-visibility: auto;
    margin-bottom: 40px;
    background-color: #fff;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    contain-intrinsic-size: 0 599px;
}

#homeArchive .archive .archive-flex {
    display: flex;
    width: 100%;
    max-width: 84em;
    padding: 0.5em;
    flex-wrap: wrap;
    justify-content: center;
}

#homeArchive .archive .archive-flex .box {
    width: 100%;
    max-width: 100%;
    padding: 1em;
}

#homeArchive .archive .archive-flex .box .box-content {
    position: relative;
    width: 100%;
    background-color: #000;
    max-height: 603px;
    overflow: hidden;
}

#homeArchive .archive .archive-flex .box .box-content picture {
    aspect-ratio: 3 / 4;
    opacity: 0.6;
}

#homeArchive .archive .archive-flex .box .box-content .box-info {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: 10%;
    text-transform: uppercase;
}

#homeArchive .archive .archive-flex .box .box-content .box-info h2 {
    font-family: "Geograph Edit Bold";
    font-feature-settings: "swsh";
    font-weight: 400;
    color: #000;
    color: #000;
    font-size: 1.375em;
    letter-spacing: 0.1px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #fff;
    margin-bottom: 5em;
    letter-spacing: 0.1875em;
}

#homeArchive .archive .archive-flex .box .box-content .box-info h2:hover {
    color: #999;
}

#homeArchive .archive .archive-flex .box .box-content .box-info .button {
    margin: 15px 0;
    color: #000;
    font-family: "Geograph Edit Bold";
    font-feature-settings: "swsh";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 15px 30px;
    display: inline-block;
    background-color: #fc0;
}

#homeArchive .archive .archive-flex .box .box-content .box-info .button:hover {
    background-color: #fff;
}

#homeArchive .inner .title {
    font-family: "Geograph Edit Bold", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: 3.6px;
    position: relative;
    margin: 0 auto 20px auto;
    max-width: 1080px;
}

@media (min-width: 768px) {
    #homeArchive .archive {
        contain-intrinsic-size: 0 590px;
    }

    #homeArchive .archive .archive-flex .box {
        padding: 1.5em;
        width: calc(50% - 3em);
        max-width: calc(50% - 3em);
    }
}

@media (min-width: 1024px) {
    #homeArchive .archive {
        contain-intrinsic-size: 0 737px;
    }

    #homeArchive .inner .title {
        font-size: 44px;
        line-height: 1.3;
    }

    #homeArchive .archive .archive-flex {
        flex-wrap: nowrap;
    }

    #homeArchive .archive .archive-flex .box {
        padding: 1.5em;
        width: 33.33333333333333%;
        max-width: 33.33333333333333%;
    }
}

@media (min-width: 1280px) {
    #homeArchive .archive {
        contain-intrinsic-size: 0 922px;
    }

    #homeArchive .archive .archive-flex .box {
        padding: 1.5em;
        width: 33.33333333333333%;
        max-width: 33.33333333333333%;
    }
}

/* BLOG */
#homeBlog {
    background-color: #000;
    color: #fff;
}

#homeBlog .inner {
    padding: 20px;
}

#homeBlog .blog-title {
    display: flex;
    flex-direction: column;
    max-width: max(200px, 14vw);
    margin-bottom: 31px;
    margin-left: auto;
    margin-right: auto;
}

#homeBlog .blog-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1512px;
}

#homeBlog .blog-grid .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 1em;
    padding: 20px 0;
    gap: 20px;
    cursor: pointer;
}

#homeBlog .blog-grid .box picture {
    aspect-ratio: 16 / 9;
}

#homeBlog .blog-grid .box-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

#homeBlog .blog-grid .box-info h2 {
    font-family: "Geograph Edit Medium", sans-serif;
    font-size: 1.375em;
    line-height: 1.75em;
    letter-spacing: 0.1px;
    font-weight: unset;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin: 0;
    text-align: left;
}

#homeBlog .blog-grid .box-info h2:hover {
    text-decoration: underline;
}

#homeBlog .blog-grid .box-info .button {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Geograph Edit Bold", sans-serif;
}

#homeBlog .blog-grid .box-info .button svg {
    height: 20px;
    width: 20px;
    fill: #fff;
    display: inline-block;
    color: inherit;
}

#homeBlog .blog-grid .box-info .button:hover {
    color: #a1a2a3;
}

#homeBlog .blog-grid .box-info .button:hover svg {
    fill: #a1a2a3;
}

@media (min-width: 768px) {
    #homeBlog .inner {
        padding: 24px;
    }

    #homeBlog .blog-title {
        margin-bottom: 43px;
    }

    #homeBlog .blog-grid {
        flex-wrap: nowrap;
    }

    #homeBlog .blog-grid .box {
        width: 33.33333333333333%;
        max-width: 33.33333333333333%;
        padding: 12px;
    }

    #homeBlog .blog-grid .box-info {
        gap: 16px;
    }

    #homeBlog .blog-grid .box-info h2 {
        -webkit-line-clamp: 5;
    }
}

@media (min-width: 1024px) {
    #homeBlog .inner {
        padding: 40px;
    }
}

@media (min-width: 1280px) {
    #homeBlog .inner {
        padding: 56px;
    }
}

/* POPUP */
.external-link-layout {
    position: fixed;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    opacity: 0;
    pointer-events: none;
}

.external-link-layout.animate {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.external-link-layout.show {
    opacity: 1;
    pointer-events: visible;
}

.external-link-layout p {
    width: 90%;
    max-width: 550px;
    line-height: 1.4;
}

.external-link-layout .button {
    margin: 25px 0 0;
    color: #000;
    font-family: "Geograph Edit Bold";
    font-feature-settings: "swsh";
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 15px 30px;
    display: inline-block;
    background-color: #fc0;
    cursor: pointer;
}

.external-link-layout .close {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.external-link-layout .close:before,
.external-link-layout .close:after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
}

.external-link-layout .close:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.external-link-layout .close:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
