:root {
    color-scheme: dark;
    --gold: #dbc49a;
    --serif: 'Yu Mincho', 'Hiragino Mincho ProN', Georgia, serif;
    --sans: 'Yu Gothic', 'Hiragino Kaku Gothic ProN', Arial, sans-serif
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: #0b2130;
    color: #fff;
    font: 16px/1.8 var(--sans)
}

a {
    color: inherit;
    text-decoration: none
}

button,
select {
    font: inherit;
    color: inherit
}

button {
    cursor: pointer
}

a:focus-visible,
button:focus-visible,
select:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 6px
}

.entry {
    min-height: 700px;
    min-height: max(680px, 100svh);
    position: relative;
    isolation: isolate;
    overflow: hidden
}

.slides {
    position: absolute;
    inset: 0;
    z-index: -2
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.4s ease;
    pointer-events: none
}

.slide.active {
    opacity: 1
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 55%;
    transform: scale(1.045);
    transition: transform 6.5s linear
}

.slide.active img {
    transform: scale(1)
}

.entry:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(90deg, #071d30cb, #061a2980 65%, #061a2940), linear-gradient(0deg, #091e2bbb, transparent 65%)
}

.entry-header {
    padding: 30px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    position: absolute;
    inset: 0 0 auto;
    border-bottom: 1px solid #ffffff26
}

.entry-brand b {
    display: block;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .22em;
    line-height: 1.2
}

.entry-brand span {
    font-size: 11px;
    letter-spacing: .08em
}

.language select {
    border: 1px solid #ffffff65;
    background: #0c243555;
    padding: 8px 13px;
    border-radius: 0;
    font-size: 14px
}

.language option {
    background: #102b3b
}

.entry-content {
    min-height: inherit;
    padding: 170px max(7%, calc((100vw - 1140px)/2)) 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.kicker {
    font-size: 11px;
    color: var(--gold);
    letter-spacing: .23em;
    margin: 0 0 25px
}

h1 {
    font: 500 clamp(38px, 3.8vw, 58px)/1.6 var(--serif);
    letter-spacing: .045em;
    margin: 0 0 22px
}

h1 span {
    color: var(--gold)
}

.entry-proof {
    font-size: 15px;
    letter-spacing: .035em;
    color: #e9e3d9;
    max-width: 710px;
    margin: 0 0 35px
}

.enter-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    border: 1px solid #dfcfb0;
    padding: 14px 25px;
    min-height: 56px;
    min-width: 230px;
    font-size: 15px;
    background: #dfcfb00b;
    transition: background .25s
}

.enter-button>span:last-child {
    font-size: 27px;
    line-height: 1;
    transition: transform .25s
}

.enter-button:hover {
    background: #dfcfb020
}

.enter-button:hover>span:last-child {
    transform: translateX(6px)
}

.entry-caption {
    font-size: 13px;
    color: #c2d0d9;
    margin: 18px 0 0
}

.entry-bottom {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    border-top: 1px solid #ffffff35;
    padding-top: 17px
}

.entry-location {
    font-size: 11px;
    letter-spacing: .2em;
    color: #c7d6df
}

.carousel-controls {
    display: flex;
    align-items: center;
    gap: 13px
}

.carousel-controls button {
    min-width: 42px;
    min-height: 42px;
    background: none;
    border: 1px solid #ffffff35;
    font-size: 21px;
    display: grid;
    place-items: center
}

.carousel-controls button:hover {
    border-color: var(--gold)
}

.slide-dots {
    display: flex;
    gap: 2px
}

.carousel-controls .slide-dot {
    width: 36px;
    min-width: 36px;
    border: 0;
    position: relative
}

.slide-dot:after {
    content: '';
    height: 2px;
    width: 22px;
    background: #ffffff50
}

.slide-dot.active:after {
    background: var(--gold)
}

#slide-count {
    font-size: 11px;
    letter-spacing: .13em;
    min-width: 65px;
    margin-left: 7px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap
}

.nojs-languages {
    position: relative;
    background: #102b3b;
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 25px;
    font-size: 14px
}

html[lang=en] h1 {
    font-size: clamp(42px, 4.5vw, 68px);
    line-height: 1.2;
    letter-spacing: -.03em;
    max-width: 900px
}

@media(max-width:600px) {
    .entry {
        min-height: max(670px, 100svh)
    }

    .entry-header {
        padding: 22px 6%;
        gap: 18px
    }

    .entry-brand b {
        font-size: 19px
    }

    .entry-brand span {
        font-size: 10px
    }

    .language select {
        font-size: 13px;
        padding: 7px 9px
    }

    .entry-content {
        padding: 140px 7% 145px
    }

    .kicker {
        font-size: 9px;
        letter-spacing: .13em;
        margin-bottom: 25px
    }

    h1 {
        font-size: clamp(29px, 7.3vw, 40px);
        line-height: 1.75;
        letter-spacing: .01em
    }

    .entry-proof {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 28px;
        max-width: 340px
    }

    .enter-button {
        min-width: 230px;
        padding: 12px 20px
    }

    .entry-caption {
        font-size: 12px;
        max-width: 340px
    }

    .entry-bottom {
        left: 7%;
        right: 7%;
        bottom: 23px;
        flex-wrap: wrap;
        gap: 13px;
        padding-top: 15px
    }

    .entry-location {
        font-size: 10px
    }

    .carousel-controls {
        gap: 7px;
        width: 100%;
        justify-content: space-between
    }

    .carousel-controls button {
        min-width: 38px;
        min-height: 38px
    }

    .carousel-controls .slide-dot {
        min-width: 30px;
        width: 30px
    }

    .slide img {
        object-position: 63% 52%
    }

    .slide:nth-child(2) img {
        object-position: 46% 50%
    }

    html[lang=en] h1 {
        font-size: 38px;
        line-height: 1.2
    }

    .nojs-languages {
        gap: 15px;
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        transition: none !important
    }

    .slide img {
        transform: none !important
    }
}

.carousel-controls {
    display: none;
  }
.language {
    display: none;
  }
.nojs-languages {
    display: none;
  }