/* box sizing */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    margin: 0;
}

/* typography */

html {
    font-size: 10px;
}

@media only screen and (min-width: 568px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (min-width: 728px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1280px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1440px) {
    html {
        font-size: 18px;
    }
}

body {
    background-color: white;
    font-family: 'Helvetica Neue', Helvetica Neue, 'Helvetica', Helvetica, 'Arial', sans-serif;
    font-weight: 200;
    line-height: 1.45;
    color: #202020;
}

p {
    margin-bottom: 1.25em;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 1rem 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1.15;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 3.052em;
}

h2 {
    font-size: 2.441em;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em;
}

small,
.text_small {
    font-size: 0.8em;
}

.text-align__center {
    text-align: center;
}

.text-transform_uppercase {
    text-transform: uppercase;
}

main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* section.hero */

section.hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.hero audio {
    position: absolute;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
}

section.hero video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.readystate_complete section.hero video {
    opacity: 1;
}

section.countdown {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 500ms ease 1500ms;
    transition: opacity 500ms ease 1500ms;
    color: white;
    mix-blend-mode: difference;
}

.readystate_complete section.countdown {
    opacity: 1;
}

section.countdown .heading {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

section.countdown .heading span + span {
    margin-left: 30px;
}

section.countdown .time {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

section.rsvp {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 500ms ease 1000ms;
    transition: opacity 500ms ease 1000ms;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.readystate_complete section.rsvp {
    opacity: 1;
}

section.rsvp a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 1px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}
@media only screen and (min-width: 768px) {
    section.rsvp a {
        font-size: 10px;
    }
}

section.rsvp a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 4px;
    width: 0;
    background: #000;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    display: block;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
}

section.rsvp a:hover:after {
    width: 100%;
    left: 0;
}

section.logo {
    position: absolute;
    top: 45px;
    left: 50%;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 500ms ease 1000ms;
    transition: opacity 500ms ease 1000ms;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
@media only screen and (min-width: 480px) {
    section.logo {
        top: 15px;
    }
}

.readystate_complete section.logo {
    opacity: 1;
}

section.logo a {
    display: inline-block;
}

section.logo a img {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 140px;
    display: block;
}

section.shop {
    position: absolute;
    bottom: 45px;
    left: 50%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 500ms ease 1000ms;
    transition: opacity 500ms ease 1000ms;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.readystate_complete section.shop {
    opacity: 1;
}

section.shop a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 1px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}
@media only screen and (min-width: 768px) {
    section.shop a {
        font-size: 10px;
    }
}

section.shop a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 4px;
    width: 0;
    background: #000;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    display: block;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
}

section.shop a:hover:after {
    width: 100%;
    left: 0;
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#video .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 500ms ease-in-out 0ms;
    transition: opacity 500ms ease-in-out 0ms;
}
#video .wrapper.hide {
    opacity: 1;
    -webkit-transition: opacity 100ms ease-in-out 0ms;
    transition: opacity 100ms ease-in-out 0ms;
}
#video .wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
#camera {
    position: absolute;
    top: 50%;
    right: 20px;
    color: white;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    pointer-events: none;
    user-select: none;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0;   
    -webkit-transition: opacity 500ms ease 500ms;
    transition: opacity 500ms ease 500ms;
}
.readystate_complete #camera {
    opacity: 1;
}

#audio {
    display: none;
}

#controls {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 2;
    user-select: none;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    opacity: 0;   
    -webkit-transition: opacity 500ms ease 500ms;
    transition: opacity 500ms ease 500ms;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    #controls {
        font-size: 10px;
    }
}
#controls.hide {
    opacity: 0;
}
.readystate_complete #controls {
    opacity: 1;
}

#controls .links {
    margin-right: 20px;
}
#controls .links a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 1px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}
@media only screen and (min-width: 768px) {
    #controls .links a {
        font-size: 10px;
    }
}
#controls .links a + a {
    margin-left: 10px;
}

#controls .links a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 4px;
    width: 0;
    background-color: white;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    display: block;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
}

#controls .links a:hover:after {
    width: 100%;
    left: 0;
}

.readystate_complete #controls .scrubber {
    position: relative;
    flex-grow: 1;
    max-width: 1080px;
    height: 30px;
    cursor: ew-resize;
}
.readystate_complete #controls .scrubber .range {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    background-color: transparent;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: ew-resize;
}
.readystate_complete #controls .scrubber .track {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: white;
    opacity: 0.3;
    pointer-events: none;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.readystate_complete #controls .scrubber .progress {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0%;
    height: 4px;
    background: white;
    pointer-events: none;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

#controls .time {
    margin-left: 20px;
}

#controls .time .currenttime {
    -webkit-transition: opacity 200ms ease 0ms;
    transition: opacity 200ms ease 0ms;
}
#controls .currenttime.hide {
    opacity: 0;
}

section.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 500ms ease 0ms;
    transition: opacity 500ms ease 0ms;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.readystate_complete section.overlay {
    opacity: 1;
}
section.overlay.hide {
    opacity: 0;
    pointer-events: none;
    user-select: none;
}
section.overlay .text {
    pointer-events: none;
    user-select: none;
    opacity: 0;   
    -webkit-transition: opacity 500ms ease 500ms;
    transition: opacity 500ms ease 500ms;
    display: inline-block;
    padding: 0 1px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    section.overlay .text {
        font-size: 10px;
    }
}
.readystate_complete section.overlay .text {
    opacity: 1;
}

section.links {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 2;
    -webkit-transition: opacity 500ms ease 1000ms;
    transition: opacity 500ms ease 1000ms;
    opacity: 0;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    section.links {
        top: 15px;
        left: 20px;
        width: auto;
        text-align: left;
    }
}
.readystate_complete section.links {
    opacity: 1;
}

section.links a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 1px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}
@media only screen and (min-width: 768px) {
    section.links a {
        font-size: 10px;
    }
}
section.links a + a {
    margin-left: 10px;
}

section.links a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 4px;
    width: 0;
    background-color: white;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    display: block;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
}

section.links a:hover:after {
    width: 100%;
    left: 0;
}

section.sound {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    -webkit-transition: opacity 500ms ease 1000ms;
    transition: opacity 500ms ease 1000ms;
    opacity: 0;
    text-align: right;
}
@media only screen and (min-width: 768px) {
    section.sound {
        top: 15px;
        right: 20px;
        text-align: right;
    }
}
.readystate_complete section.sound {
    opacity: 1;
}

section.sound a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 1px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}
@media only screen and (min-width: 768px) {
    section.sound a {
        font-size: 10px;
    }
}
section.sound a + a {
    margin-left: 10px;
}

section.sound a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 4px;
    width: 0;
    background-color: white;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    display: block;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
}

section.sound a:hover:after {
    width: 100%;
    left: 0;
}

section.sound a.toggle .mute {
    display: block;
}
section.sound a.toggle .unmute {
    display: none;
}

section.sound a.toggle.muted .mute {
    display: none;
}
section.sound a.toggle.muted .unmute {
    display: block;
}

section.rotate {
    position: absolute;
    top: 75%;
    left: 50%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 500ms ease 1000ms;
    transition: opacity 500ms ease 1000ms;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
    user-select: none;
}

@media (orientation: portrait) {
    .readystate_complete section.rotate {
        opacity: 1;
    }
}

section.rotate .image {
    position: relative;
}
section.rotate .image img {
    position: relative;
    width: 100%;
    max-width: 50px;
    height: auto;
    display: block;
}
@media only screen and (min-width: 768px) {
    section.rotate .image img {
        max-width: 50px;
    }
}