:root {
    --verde-lima: #606c38;
    --verde-lima-claro: #91a54e;
    --verde-esc: #283618;
    --branco: #fefae0;
    --bege: #dda15e;
    --ouro: #bc6c25;
    --preto: #0e0d0d;
}
/* MENU */

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000000;
}

.logo,
.menu-logo {
    position: fixed;
    top: 2em;
    left: 2em;
}

.logo img, .menu-logo img {
    object-fit: cover;
    height: 100%;
    width: 4em;
}

.menu-toggle {
    position: fixed;
    top: 2em;
    right: 2em;
    width: 120px;
    height: 60px;
    background-color: var(--verde-esc);
    border-radius: 8em;
    transition: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: right;
    cursor: pointer;
    z-index: 99999; 
}

.menu-toggle.opened {
    width: 60px;
}

.menu-copy {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    color: var(--branco);
    transition: left 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 2;
}

.menu-copy p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: var(--branco);
}

.menu-toggle:hover .menu-copy {
    left: 20px;
}

.menu-toggle.opened .menu-copy {
    opacity: 0;
}

.menu-toggle-icon {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    clip-path: circle(10% at 50% 50%);
    background-color: var(--bege);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 10;
    overflow: hidden;
}

.menu-toggle:hover .menu-toggle-icon {
    clip-path: circle(35% at 50% 50%);
}

.menu-toggle.opened .menu-toggle-icon {
    clip-path: circle(50% at 50% 50%);
    transform: scale(1.125);
}

.hamburger {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 0;
}

.menu-toggle:hover .hamburger,
.menu-toggle.opened .hamburger {
    top: 50%;
    opacity: 1;
}

.menu-bar {
    position: absolute;
    width: 15px;
    height: 1.5px;
    background-color: var(--verde-esc);
    transition-property: transform;
    transition: all 250ms ease-out;
}

.menu-bar[data-position="top"] {
    transform: translateY(-3px);
}

.menu-bar[data-position="top"] {
    transform: translateY(3px);
}

.menu-toggle.opened .menu-bar[data-position="top"] {
    transform: translateY(0) rotate(45deg) scaleX(1.05);
}

.menu-toggle.opened .menu-bar[data-position="bottom"] {
    transform: translateY(0) rotate(-45deg) scaleX(1.05);
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    background-color: var(--verde-esc);
    transform-style: preserve-3d;
    perspective: 1000px;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    z-index: 2;

}

.col-menu {
    flex: 1;
}

.divider {
    width: 2px;
    height: 100%;
    background-color: var(--branco);
}

.col-2 {
    left: 0%;
    position: relative;
    flex: 2;
}

.col-menu {
    position: relative;
    height: 100%;
    padding: 10em 2em 2em 2em ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.links {
    position: relative;
    top: -20%;
}

.link {
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    z-index: 10000;
    cursor: pointer;
}


.link a {
    text-decoration: none;
    color: var(--branco);
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1.5px;
    line-height: 125%;
}

.link:hover a {
    color: var(--verde-lima-claro);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.video-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    background-color: var(--verde-lima);
    overflow: hidden;
    padding: 2em;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit:cover ;
}

.socials {
    position: relative;
    left: -15%;
    width: 50%;
    display: flex;
    gap: 3em;
    z-index: 100;
}

.socials .sub-col {
    flex: 1;
}

.socials .sub-col p, .sub-col a {
    position: relative;
    color: var(--branco);
    transform: translateY(30px);
    opacity: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    line-height: 2.0;
}

.sub-col a:hover {
    color: var(--verde-lima);
    transition: color 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sub-col h2 {
    color: var(--verde-lima);
    text-transform: uppercase;
}

.header h1 {
    color: var(--branco);
    font-family: "harmond";
    font-size: 150px;
    line-height: 100%;
    height: 150px;
}

.header h1 span {
    position: relative;
    display: inline-block;
    transform: scale(0.75) translateY(500px) rotateY(90deg);
    transform-origin: bottom;
}

@media (max-width: 900px) {

    nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10000000;
    background: var(--verde-esc);
  }

  .logo,
  .menu-logo {
    position: fixed;
    top: 1em;
    left: 1em;
  }

  .logo img,
  .menu-logo img {
    width: 3em;
    height: 3em;
    object-fit: cover;
  }

  .menu-toggle {
    position: fixed;
    top: 1em;
    right: 1em;
    width: 90px;
    height: 45px;
    border-radius: 8em;
    font-size: 1.1rem;
    z-index: 99999;
  }

  .menu-toggle.opened {
    width: 45px;
  }

  .menu-toggle-icon {
    width: 45px;
    height: 45px;
    right: 0;
    border-radius: 100%;
  }

  .menu-copy {
    left: 18px;
    font-size: 0.95rem;
  }

  .hamburger {
    width: 22px;
    height: 22px;
  }

  .menu-bar {
    width: 12px;
    height: 1.5px;
  }

  .menu {
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    padding: 0;
    clip-path: none;
    background: var(--verde-esc);
    overflow-y: auto;
  }

  .col-menu,
  .col-2 {
    display: flex;
    width: 100vw;
    padding: 1em;
    align-items: center;
    justify-content: center;
  }

  .divider {
    display: none;
  }

  .links {
    top: 0;
    width: 100%;
  }

  .link {
    transform: none;
    opacity: 1;
    margin-bottom: 1.2em;
    text-align: center;
  }

  .link a {
    font-size: 2.5rem;
    letter-spacing: -1px;
    line-height: 120%;
    padding: 0.2em 0;
  }

  .video-wrapper {
    display: none;
  }

  .socials {
    left: 0;
    width: 100vw;
    gap: 1.5em;
    justify-content: center;
  }

  .socials {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .socials .sub-col p,
  .socials .sub-col a {
    font-size: 1rem;
    opacity: 1;
    transform: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-col h2 {
    font-size: 1.1rem;
    text-align: center;
  }

  .header h1 {
    font-size: 2.6rem;
    height: auto;
    line-height: 110%;
    margin-bottom: 0.5em;
  }

  .header h1 span {
    font-size: 2.2rem;
    transform: none;
  }

  .menu-toggle.opened .menu-copy {
    opacity: 0;
}

    
}