/* Header and Hero Styles from hero.module/module.css */

.header-clouds {
    display: block;
}

.bigLogo {
  animation: logoBig .5s linear forwards;
}

.smallLogo {
  animation: logoSmall .5s linear forwards;
}

.altLogo {
    display: none;
}

.header__logo {
    display: flex !important;
}

@keyframes logoSmall {
 0% { max-width:100vw; }
 100% { max-width:400px; } 
}

@keyframes logoBig {
 0% { max-width:200px; }
 100% { max-width:100vw; } 
}

/* Header Menu Item Styles */

.main-menu-desktop .main-menu li a {
    color: #161819;
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    font-style: normal;
    
    line-height: 100%;
    text-transform: uppercase;
    border-bottom-style: none;
    padding-bottom: 5px;
    display: inline-block;
    margin-right: 27px;
    background: none;
    transition: background 0.5s ease-in-out;
}

.main-menu-desktop .main-menu li a:hover {
    background: linear-gradient(to bottom, #F8F6EE 0%, #F8F6EE 65%, #e5fa00 65%, #e5fa00 100%);
}

/* Mobile menu styles for menu-drawer */
.menu-drawer__menu li a {
    color: #161819;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    text-transform: lowercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 8vw;
    background: linear-gradient(to bottom, #F8F6EE 0%, #F8F6EE 65%, #FFFFFF 65%, #FFFFFF 100%);
    overflow: hidden; 
    transition: background 0.5s ease-in-out;
}

.menu-drawer__menu li a:hover {
    background: linear-gradient(to bottom, #F8F6EE 0%, #F8F6EE 65%, #e5fa00 65%, #e5fa00 100%);
}

/* Mobile menu styles for Pusha panel */
.pusha-panel__content .mobile-menu .main-menu li a {
    color: #161819;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    text-transform: lowercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 8vw;
    background: linear-gradient(to bottom, #F8F6EE 0%, #F8F6EE 65%, #FFFFFF 65%, #FFFFFF 100%);
    transition: background 0.5s ease-in-out;
}

.pusha-panel__content .mobile-menu .main-menu li a:hover {
    background: linear-gradient(to bottom, #F8F6EE 0%, #F8F6EE 65%, #e5fa00 65%, #e5fa00 100%);
}

/* Mobile menu close button */
.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #161819;
    transition: color 0.3s ease;
    z-index: 10;
}

.mobile-menu-close:hover {
    color: #e5fa00;
}

.mobile-menu-close svg {
    width: 24px;
    height: 24px;
}

/* Mobile menu CTA */
.mobile-menu-cta {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #161819;
}

.mobile-start-project {
    width: 100%;
    height: 40px;
    position: relative;
    display: block;
    text-decoration: none;
}

.mobile-start-project span {
    width: calc(100% - 40px);
    border-radius: 7.89px;
    font-family: 'Playfair Display', serif;
    font-size: 24.312px;
    font-style: italic;
    font-weight: 500;
    line-height: 37.224px;
    letter-spacing: -0.243px;
    text-align: center;
    display: inline-block;
    background: #e5fa00;
    border: 1px solid #161819;
    color: #090b0d;
    padding: 8px 16px;
}

.mobile-start-project:after {
    background-image: url(https://smakkstudios.com/wp-content/uploads/2025/09/arrow-1-1.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center;
    content: "";
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #E5FA00;
    border-radius: 7.89px;
    border: 1px solid #161819;
}

/* CTA Button Styles  */
.menu-start-project {
  width: 100%;
  height: 40px;
  position: relative;
}
.menu-start-project span {
  width: calc(100% - 40px);
  border-radius: 7.89px;
  font-family: 'Playfair Display', serif;
  font-size: 24.312px;
  font-style: italic;
  font-weight: 500;
  line-height: 37.224px;
  letter-spacing: -0.243px;
  text-align: center;
  display: inline-block;
}
.menu-start-project:after {
  background-image: url(https://smakkstudios.com/wp-content/uploads/2025/09/arrow-1-1.png);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  content: "";
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #E5FA00;
  border-radius: 7.89px;
}

.start-cta {
  z-index: 300;
  display: flex;
  align-items: center;
  position: relative;
}
.start-cta .firstLine {
  border-radius: 11.427px;
  border: 1px solid #161819;
  background-color: rgba(248, 246, 238, 0.5);
  color: #000;
  font-family: 'Roboto Mono', monospace;
  font-size: 20px;
  font-style: normal;
  letter-spacing: .81px;
  line-height: 30px;
  width: fit-content;
  padding-right: 10px;
  padding-left: 10px;
  height: 33px;
  position: relative;
  left: 2px;
}
.start-cta .secondLine {
  background: #e5fa00;
  border-radius: 11.427px;
  border: 1px solid #161819;
  color: #090b0d;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.25px;
  line-height: 27px;
  text-align: center;
  width: fit-content;
  height: 33px;
  position: relative;
  left: 1px;
  padding: 0 10px;
  text-transform: lowercase;
}
.start-cta .arrowButton {
  background-color: #e5fa00;
  background-image: url(https://smakkstudios.com/wp-content/uploads/2025/09/arrow-1-1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border-radius: 11.427px;
  border: 1px solid #161819;
  content: "";
  display: block;
  height: 33px;
  width: 33px;
}
.start-cta:hover .secondLine,
.start-cta:hover .arrowButton {
  background-color: white;
}

.main-menu-desktop .main-menu {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .menu-drawer__menu {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #F8F6EE;
    min-height: 60vh;
    width: 100vw;
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .menu-drawer__menu li {
    width: 100%;
    margin-bottom: 0;
  }
  .menu-drawer__menu li a {
    color: #161819;
    font-family: "Playfair Display", serif;
    font-size: 8vw;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    text-transform: lowercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: inline-block;
    background: linear-gradient(to bottom, #F8F6EE 0%, #F8F6EE 65%, #FFFFFF 65%, #FFFFFF 100%);
    overflow: hidden;
    transition: background 0.5s ease-in-out;
    width: 100%;
  }
  .menu-drawer__menu li a:hover {
    background: linear-gradient(to bottom, #F8F6EE 0%, #F8F6EE 65%, #e5fa00 65%, #e5fa00 100%);
  }
  .menu-start-project {
    width: 100%;
    height: 40px;
    position: relative;
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .menu-start-project span {
    width: calc(100% - 40px);
    border-radius: 7.89px;
    font-family: 'Playfair Display', serif;
    font-size: 24.312px;
    font-style: italic;
    font-weight: 500;
    line-height: 37.224px;
    letter-spacing: -0.243px;
    text-align: center;
    display: inline-block;
    background: #e5fa00;
    color: #090b0d;
    padding: 0 16px;
    height: 40px;
    vertical-align: middle;
  }
  .menu-start-project:after {
    background-image: url(https://smakkstudios.com/wp-content/uploads/2025/09/arrow-1-1.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center;
    content: "";
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #E5FA00;
    border-radius: 7.89px;
  }
  .burger-button {
    z-index: 50;
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 0 8px;
    display: flex;
    align-items: center;
    height: 40px;
  }
  .altLogo {
    display: none;
  }
  .header__logo {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    margin: 0;
  }
} 