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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

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

@font-face {
  font-family: "BottegaVeneta";
  src: url("../fonts/BottegaVeneta-Regular.otf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "BottegaVeneta";
  src: url("../fonts/BottegaVeneta-Semibold.otf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "BottegaVeneta";
  src: url("../fonts/BottegaVeneta-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal; }
html, body {
  width: 100%;
  height: 100%; }

body {
  font: 500 0.8em/1.2em "BottegaVeneta", sans-serif;
  text-align: center;
  background-color: #747374;
  color: #111111; }

h1 {
  font: 500 4em/1em "BottegaVeneta", sans-serif;
  margin-left: -2px; }

h2 {
  font: 500 2em/1.2em "BottegaVeneta", sans-serif;
  margin-bottom: 30px;
  margin-top: 145px;
  text-transform: uppercase; }
  @media screen and (max-width: 960px) {
    h2 {
      margin-bottom: 20px;
      font: 500 1.6em/1.2em "BottegaVeneta", sans-serif; } }

h3 {
  font: 500 1.6em/1.2em "BottegaVeneta", sans-serif;
  text-transform: uppercase; }

p {
  font: 500 1.4em/1.4em "BottegaVeneta", sans-serif;
  margin-bottom: 20px;
  color: #111111; }

a {
  color: #111111; }

em {
  font-style: normal; }

strong,
b {
  font-weight: 600;
  color: #111111; }

img {
  width: 100%;
  height: auto; }

.inner {
  width: 100%;
  max-width: 2000px;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  text-align: left;
  padding: 0px 30px; }
  @media screen and (max-width: 960px) {
    .inner {
      padding: 0px 30px; } }

@media screen and (max-width: 960px) {
  #header.show {
    background-color: #747374;
    height: 100vh;
    min-height: 640px; } }
@media screen and (max-width: 960px) {
  #header.show .menu {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 1;
    transform: translateY(-50%); } }
@media screen and (max-width: 960px) {
  #header.show .menu > li {
    transform: translateX(0px);
    opacity: 1; } }
#header.show .menu > li:nth-of-type(1) {
  transition-delay: 0.1s; }
#header.show .menu > li:nth-of-type(2) {
  transition-delay: 0.2s; }
#header.show .menu > li:nth-of-type(3) {
  transition-delay: 0.3s; }
#header.show .menu > li:nth-of-type(4) {
  transition-delay: 0.4s; }
#header.show .menu > li:nth-of-type(5) {
  transition-delay: 0.5s; }

#header {
  width: 30%;
  float: left;
  position: sticky;
  top: 0px;
  left: 0;
  z-index: 100;
  padding: 30px 0px; }
  @media screen and (max-width: 960px) {
    #header {
      width: 100%;
      height: 80px;
      position: fixed;
      text-align: center;
      overflow: hidden;
      padding: 20px 0px; } }
  #header .burger.on li:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 10px; }
  #header .burger.on li:nth-child(2) {
    background-color: transparent; }
  #header .burger.on li:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -10px; }
  #header .burger {
    width: 45px;
    height: 45px;
    padding: 10px;
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 1;
    display: none; }
    @media screen and (max-width: 960px) {
      #header .burger {
        display: block; } }
    #header .burger:hover {
      cursor: pointer; }
    #header .burger li {
      width: 100%;
      height: 2px;
      float: left;
      margin: 2px 0px;
      background-color: #111111;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  #header h1.logo {
    font: 500 2.4em/1.2em "BottegaVeneta", sans-serif;
    white-space: nowrap; }
    @media screen and (max-width: 960px) {
      #header h1.logo {
        font: 500 1.8em/1.2em "BottegaVeneta", sans-serif; } }
    #header h1.logo a {
      text-decoration: none; }
  #header .menu {
    list-style: none;
    padding: 0;
    margin-top: 80px;
    padding-left: 150px; }
    @media screen and (max-width: 1024px) {
      #header .menu {
        padding-left: 0px; } }
    #header .menu > li {
      display: block;
      vertical-align: top;
      margin: 0;
      text-transform: uppercase;
      font: 500 2em/1.2em "BottegaVeneta", sans-serif; }
      @media screen and (max-width: 960px) {
        #header .menu > li {
          font: 500 3.2em/1em "BottegaVeneta", sans-serif;
          transform: translateX(40px);
          opacity: 0;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; } }
      #header .menu > li span:hover {
        cursor: pointer; }
      #header .menu > li a {
        display: block;
        text-decoration: none; }
      #header .menu > li .submenu {
        display: none;
        list-style: none;
        padding: 5px 0px 20px 20px; }
        @media screen and (max-width: 960px) {
          #header .menu > li .submenu {
            padding: 5px 0px 30px 35px; } }
        #header .menu > li .submenu > li.active a {
          color: #333333; }
        #header .menu > li .submenu > li {
          font: 300 0.7em/1.2em "BottegaVeneta", sans-serif;
          position: relative; }
          @media screen and (max-width: 960px) {
            #header .menu > li .submenu > li {
              font: 300 0.5em/1.2em "BottegaVeneta", sans-serif; } }

#content {
  width: 70%;
  float: right;
  position: relative;
  padding-bottom: 130px;
  z-index: 10; }
  @media screen and (max-width: 960px) {
    #content {
      width: 100%;
      padding-bottom: 80px; } }
  #content .col {
    float: left; }
  #content .col-2 {
    width: 50%; }
    @media screen and (max-width: 960px) {
      #content .col-2 {
        width: 100% !important;
        margin-bottom: 20px; } }
  #content .section {
    width: 100%;
    min-height: 100vh;
    display: inline-block;
    vertical-align: top; }
    #content .section .gallery {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px; }
      @media screen and (max-width: 960px) {
        #content .section .gallery {
          grid-template-columns: 1fr;
          gap: 30px; } }
      #content .section .gallery img {
        width: 100%;
        display: block;
        object-fit: cover;
        opacity: 0;
        transform: translateY(20px) scale(1);
        transition: opacity 0.5s ease, transform 0.5s ease;
        will-change: opacity, transform; }
      #content .section .gallery img.loaded {
        opacity: 1;
        transform: translateY(0) scale(1); }
      #content .section .gallery .video-item iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 16/9;
        border: 0;
        display: inline-block;
        vertical-align: top; }
      #content .section .gallery .video-thumbnail {
        position: relative;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding-top: 56.25%;
        background-size: cover;
        background-position: center;
        cursor: pointer; }
      #content .section .gallery .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 50%; }
      #content .section .gallery .play-button::after {
        content: "";
        position: absolute;
        left: 26px;
        top: 22px;
        border-style: solid;
        border-width: 14px 0 14px 22px;
        border-color: transparent transparent transparent white; }
  #content .load-more {
    width: 100%;
    height: 400px;
    padding: 40px;
    border-radius: 0px;
    background: transparent;
    cursor: pointer;
    font: 500 1.2em/1.2em "BottegaVeneta", sans-serif;
    position: relative;
    border: none;
    color: #111111;
    background-image: repeating-linear-gradient(90deg, rgba(17, 17, 17, 0.25) 0 6px, transparent 6px 12px), repeating-linear-gradient(180deg, rgba(17, 17, 17, 0.25) 0 6px, transparent 6px 12px), repeating-linear-gradient(90deg, rgba(17, 17, 17, 0.25) 0 6px, transparent 6px 12px), repeating-linear-gradient(180deg, rgba(17, 17, 17, 0.25) 0 6px, transparent 6px 12px);
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: 0 0, 100% 0, 0 100%, 0 0;
    background-repeat: no-repeat; }
    @media screen and (max-width: 960px) {
      #content .load-more {
        height: 200px; } }
    #content .load-more:hover {
      animation: ants 0.6s linear infinite;
      background-image: repeating-linear-gradient(90deg, #111111 0 6px, transparent 6px 12px), repeating-linear-gradient(180deg, #111111 0 6px, transparent 6px 12px), repeating-linear-gradient(90deg, #111111 0 6px, transparent 6px 12px), repeating-linear-gradient(180deg, #111111 0 6px, transparent 6px 12px); }

@keyframes ants {
  0% {
    background-position: 0 0, 100% 0, 0 100%, 0 0; }
  100% {
    background-position: 12px 0, 100% 12px, -12px 100%, 0 -12px; } }
#content.home {
  margin-top: 0px;
  min-height: 100vh;
  position: relative;
  visibility: hidden; }
  @media screen and (max-width: 960px) {
    #content.home {
      min-height: calc(100vh - 50px); } }
  #content.home img {
    width: 60%;
    max-width: 640px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 960px) {
      #content.home img {
        width: 80%; } }

.excerpt {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 80px; }
  @media screen and (max-width: 960px) {
    .excerpt {
      padding-bottom: 60px; } }
  .excerpt p {
    max-width: 40%;
    font: 500 1em/1.6em "BottegaVeneta", sans-serif; }
    @media screen and (max-width: 960px) {
      .excerpt p {
        max-width: 100%; } }

#content.bio .col-2 {
  width: 60%;
  padding-right: 80px; }
  @media screen and (max-width: 960px) {
    #content.bio .col-2 {
      padding-right: 0; } }
#content.bio .col-2:first-of-type {
  width: 40%;
  float: right; }
  #content.bio .col-2:first-of-type img {
    visibility: hidden; }

#footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #747374;
  background-color: #333333;
  z-index: 5;
  padding: 30px 0px;
  white-space: nowrap;
  font-weight: 700; }
  @media screen and (max-width: 960px) {
    #footer {
      padding: 20px 0px;
      font-size: 0.9em; } }
  #footer a {
    white-space: nowrap;
    color: #747374;
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }
  #footer span {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    background: url(../images/ui/arrow.png) center center;
    background-size: 100%; }
    @media screen and (max-width: 960px) {
      #footer span {
        width: 12px;
        height: 10px;
        margin-right: 3px;
        top: 0; } }
