.hero {
    padding: 14rem 0 5rem;
    /* background: linear-gradient(0deg, rgba(69, 73, 78, 0.70) 0%, rgba(69, 73, 78, 0.70) 100%), linear-gradient(0deg, rgba(69, 73, 78, 0.77) 0%, rgba(69, 73, 78, 0.77) 100%);
    background-blend-mode: normal, hard-light; */
    position: relative;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: -1;
}

.hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(69, 73, 78, 0.70) 0%, rgba(69, 73, 78, 0.70) 100%), linear-gradient(0deg, rgba(69, 73, 78, 0.77) 0%, rgba(69, 73, 78, 0.77) 100%);
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 84rem;
    margin: 0 auto;
    text-align: center;
}

.hero-content h1 {
    color: #CAD2D2;
    font-size: 4rem;
    line-height: 120%;
}

.hero-content h1 span {
    color: #FDF9F8;
    font-style: italic;
    display: block;
}

.hero-content p {
    max-width: 48rem;
    margin: 2rem auto 0;
    font-size: 1.4rem;
    color: #FDF9F8;
}

.page-wrap {
    z-index: 2;
    position: relative;
    background: var(--light);
}

.segments {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 0;
}

.segment {
    position: relative;
    padding: 2rem;
    background: var(--purple);
    color: white;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 22rem;
}
.segment video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.segment:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.segment-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: 0.3s all;
    justify-content: center;
    backdrop-filter: blur(5px);
    width: 15rem;
    margin:  0 auto;
    padding: 1.3rem 1rem 1rem;
    border-radius: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.segment p {
    font-size: 1.25rem;
    font-weight: 400;
    color: white;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.slides {
    position: relative;
}

.slides .slide {
    transition: all 0.3s ease;
}

.slides .slide img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    opacity: 0.7;
    transform: scale(0.98);
    transition: all 0.3s ease;
}

/* Center slide (active) styling */
.slides .slick-slide.slick-center img {
    opacity: 1;
}

.slick-prev,
.slick-next {
    position: absolute;
    bottom: -5rem;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
}

.slick-prev {
    left: 4.5rem;
}

.slick-next {
    right: 4.5rem;
}

.ctas {
    position: relative;
}
.ctas video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.ctas .container {
    position: relative;
}
.ctas-content {
    position: absolute;;
}

.cta-col {
    display: flex;
    gap: 20px;
    border-right: 1px solid var(--gray);
    padding-right: 3rem;
    margin-right: 3rem;
}
.cta-col h4 {
    font-size: 1.6rem;
    width: 13rem;
}
.cta-col:nth-child(2) h4 {
    width: 17rem;
}
.cta-col p {
    font-size: 1rem;
}
.cta-col:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 4rem 0;
    margin-top: 5rem;
    border-radius: 40px;
    text-align: center;
    position: relative;
    background: linear-gradient(0deg, rgba(202, 210, 210, 0.63) 0%, rgba(202, 210, 210, 0.63) 100%), linear-gradient(0deg, rgba(202, 210, 210, 0.77) 0%, rgba(202, 210, 210, 0.77) 100%);
    background-blend-mode: normal, hard-light;
}
.logos video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 40px;
}
.logos h2, .logos a {
    position: relative;
}
.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    z-index: 2;
}
.logo-container img {
    width: auto;
    height: 4rem;
    transition: transform 0.3s ease;
}

.playlist {
    position: relative;
    background: linear-gradient(0deg, rgba(202, 210, 210, 0.63) 0%, rgba(202, 210, 210, 0.63) 100%), linear-gradient(0deg, rgba(202, 210, 210, 0.77) 0%, rgba(202, 210, 210, 0.77) 100%);
    background-blend-mode: normal, hard-light;
    border-radius: 40px;
    padding: 3rem;
}
.playlist:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(202, 210, 210, 0.63) 0%, rgba(202, 210, 210, 0.63) 100%), linear-gradient(0deg, rgba(202, 210, 210, 0.77) 0%, rgba(202, 210, 210, 0.77) 100%);
    background-blend-mode: normal, hard-light;
    border-radius: 40px;
    z-index: 1;
}
.playlist video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 40px;
}
.playlist iframe {
    width: 100%;
    border: none;
    border-radius: 40px;
    z-index: 2;
    position: relative;
}

/* JAPANESE OVERRIDES */
html[lang="ja"] .hero-content h1 br {
    display: none;
    font-size: 3rem;
}
html[lang="ja"] .mw-85 {
    max-width: 100%;
}
html[lang="ja"] p, html[lang="ja"] h2 {
    line-break: strict;
    word-break: keep-all;
    white-space: normal;
}