/*
Theme Name: VOV
Version: 1.1
Text Domain: VOV
Domain Path: /languages/
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
  font-family: var(--wp--preset--font-family--default);
}

* {
  outline: none !important;
  box-sizing: border-box !important;
}

body {
  min-height: 100vh;
  width: 100vw;
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: black;
  display: flex;
}
body:not(.modalActive) {
  max-height: 100vh;
  overflow: hidden;
}

a {
  color: white;
  transition: opacity 0.3s linear;
}

body.modalActive nav {
  transform: translateY(-50px);
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 11px;
  padding: 25px 25px;
  transform: translateY(-50px);
  transition: transform 1.5s cubic-bezier(.4,0,.2,1), opacity 1.5s linear;
  opacity: 0;
}
nav.active {
  opacity: 1;
  transform: translateY(0px);
}
nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
nav a {
  text-decoration: none;
}
nav a:hover {
  opacity: 0.5;
}

#bg {
  width: 100vw;
  background-image: url("img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 3s linear, transform 1s cubic-bezier(.4,0,.2,1);
  transition-delay: 0.3s;
}
#bg.active {
  opacity: 1;
}

body.modalActive #logo {
  opacity: 0 !important;
}

#logo {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 30px;
  width: 90vw;
  left: 50%;
  height: 55vh;
  max-height: 924px;
  background-image: url("img/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  transition: opacity 3s linear, transform 1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transform: translateX(-50%) scale(1);
}
#logo.active {
  opacity: 1;
  transform: translateX(-50%) scale(1.03);
}

body.modalActive #tagline {
  transform: translateY(50px);
}

#tagline {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 15px;
  position: fixed;
  bottom: 30px;
  text-align: center;
  width: 100vw;
  z-index: 4;
  color: white;
  transform: translateY(50px);
  transition: transform 1.5s cubic-bezier(.4,0,.2,1), opacity 1.5s linear;
  opacity: 1s;
}
#tagline.active {
  opacity: 1;
  transform: translateY(0px);
}

.modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  color: white;
  width: 100vw;
  min-height: 100vh;
  padding: 50px 40px 40px 40px;
  font-size: clamp(1.9rem, 1.375vw + 1.075rem, 3rem);
  line-height: clamp(2.9rem, 2vw + 1.7rem, 4.5rem);
  transition: opacity 2s cubic-bezier(0.035, 0.425, 0.590, 1.115), backdrop-filter 1s cubic-bezier(0.035, 0.425, 0.590, 1.115), transform 0.6s cubic-bezier(0.035, 0.425, 0.590, 1.115);
  transition-delay: 0s, 0s, 0s;
  pointer-events: none;
  opacity: 0;
}
.modal.active {
  transition-delay: 1s, 0s, 0s;
  pointer-events: all;
  opacity: 1 !important;
}
.modal .modalClose.button {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  background-color: white;
  color: black;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
}
.modal p {
  margin-bottom: 1em;
}
.modal h4 {
  font-size: clamp(10px, 5vw, 20px);
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 70px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.modal ul {
  font-size: clamp(1.4rem, 0.375vw + 1.175rem, 1.7rem);
  line-height: clamp(2.4rem, 1vw + 1.8rem, 3.2rem);
}
.modal ul li {
  margin: 0px 0 15px 0;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 550px) {
  .modal ul li {
    flex-direction: column;
    justify-content: flex-start;
  }
  .modal ul li.inline span:first-child {
    display: none;
  }
}
.modal ul li:has(+ .inline) {
  padding-bottom: 0 !important;
  margin-bottom: 0px !important;
  border-bottom: 0 !important;
}
.modal ul li.inline {
  margin-top: 0 !important;
}
.modal .wrap {
  max-width: 60ch;
  margin: 0 auto;
}
