@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");

/* BASE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
a {
  font-family: "Merriweather", serif;
}
@font-face {
  font-family: "GayaTrial";
  src: url(../fonts/gayatrial-regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lettera";
  src:
    url(../fonts/LetteraTextLLSub-RegularSubset.woff2) format("woff2"),
    url(../fonts/LetteraTextLLSub-BoldSubset.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.font-lettera,
.font-lettera * {
  font-family: "lettera" !important;
}

.font-gaya,
.font-gaya * {
  font-family: "GayaTrial" !important;
}
.nav-shell {
  padding: 40px 0px 20px;
  background-color: transparent;
  position: relative;
}
.nav-shell.scrolled {
  background-color: #fef5f1;
}
.navigtion-container {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.nav-menu-left {
  display: flex;
  align-items: center;
  gap: min(50px, 5vw);
}
.menu-wrapper .main-menu {
  display: flex;
  align-items: center;
  gap: min(60px, 6vw);
  list-style: none;
}
.menu-wrapper .main-menu a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff99;
  transition: all ease 0.3s;
}
.menu-wrapper .main-menu a:hover {
  color: #850048;
}
.nav-shell.scrolled .menu-wrapper .main-menu a {
  color: #850048;
}
.nav-shell.scrolled .menu-wrapper .main-menu a:hover {
  color: #e92990;
}
.nav-cta {
  max-width: 236px;
  width: 100%;
  padding: 14px 0px;
  background-color: #f5f3b3;
  border-radius: 100px;
  border: 1px solid #b4332f;
  transition: all ease 0.3s;
}
.nav-cta a {
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  display: block;
  width: 100%;
  color: #b4332f;
  transition: all ease 0.3s;
}
.nav-cta:hover {
  background-color: #b4332f;
}
.nav-cta:hover a {
  color: #f5f3b3;
}
.mobile-button {
  display: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1000;
}

.hamburger span {
  background: #850048;
  display: block;
  width: 24px;
  height: 2px; /* Changed from white to match your theme */
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* When menu is open - transform into X */
body.menu-open .hamburger span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

body.menu-open .hamburger span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

body.menu-open .hamburger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Optional: Change button color when menu is open */
body.menu-open .hamburger span {
  background: #850048; /* You can change this color */
}
.footer {
  background: #eab2b3;
  padding: 60px 0px 20px;
  color: #fff;
}

.max-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

/* LAYOUT */
.footer-container {
  width: 86%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: min(100px, 10vw);
}

/* ================= LEFT ================= */

.footer-left {
  flex: 1.9;
}

/* Newsletter */
.newsletter-title {
  font-family: Merriweather, serif;
  font-size: 20px;
  margin-bottom: 20px;
  color: #850048;
  font-weight: 400;
}

.newsletter-form {
  display: flex;
  max-width: 546px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #850048;
}

.newsletter-form input {
  font-family: "Lettera", sans-serif;
  flex: 1;
  padding: 14px 24px;
  border: none;
  outline: none;
  background: transparent;
  color: #850048;
  font-size: 17px;
  font-weight: 400;
}

.newsletter-form input::placeholder {
  font-family: "Lettera", sans-serif;
  color: #85004861;
}

.newsletter-form button {
  font-family: "merriweather", serif;
  font-size: 17px;
  padding: 14px 48px;
  border: none;
  background: #850048;
  color: #fff5f5;
  font-weight: 700;
  cursor: pointer;
}

/* Brand */
.footer-brand {
  margin-top: 40px;
}

.footer-brand img {
  max-width: 200px;
}

.brand-tagline {
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.8;
  letter-spacing: 1px;
}

/* ================= RIGHT ================= */

.footer-right {
  flex: 2;
  display: flex;
  justify-content: center;
}

.footer-col h4 {
  font-family: lettera, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  font-size: 15px;
  font-weight: 400;
  font-family: lettera, sans-serif;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  opacity: 1;
  color: #850048;
}
.links-col {
  margin-left: min(90px, 9vw);
}
.social-col {
  margin-left: min(55px, 5vw);
}
.social-col h4 {
  font-weight: 400;
  color: #850048;
  text-align: center;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 40px;
}
/* Social */
.social-icons {
  display: flex;
  gap: 32px;
  margin-top: 10px;
}

.social-icons a {
  color: #fff;
  font-size: 18px;
  opacity: 0.9;
}

.social-icons i {
  font-size: 20px;
}

/* ================= COPYRIGHT ================= */

.copyright {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  text-align: center;
}

.copyright p {
  font-family: lettera, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1366px) {
  .footer-container {
    gap: min(90px, 9vw);
  }
  .links-col {
    margin-left: min(70px, 7vw);
  }
  .footer-left {
    flex: 1.5;
  }
}
@media (max-width: 1024px) {
  .hamburger {
    display: flex;
    margin-left: 20px;
  }
  .nav-cta {
    display: none;
  }
  .nav-cta.mobile-button {
    display: block;
    margin: 0 auto;
    margin-top: min(60px, 6vw);
  }
  .menu-wrapper {
    display: none;
    width: 100%;
    position: absolute;
    right: 0%;
    top: 100%;
    background-color: #fef5f1;
    padding: 40px 60px;
    z-index: 10;
    transition: all ease 0.5s;
  }
  .menu-wrapper .main-menu {
    flex-direction: column;
  }
  body.menu-open .menu-wrapper {
    display: block;
  }
  .footer-container {
    flex-direction: column;
    gap: 40px;
  }
  .footer-right {
    justify-content: space-between;
  }
  .links-col,
  .social-col {
    margin-left: unset;
  }
}
@media (max-width: 992px) {
  .footer-container {
    flex-direction: column;
    gap: 40px;
  }

  .footer-right {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form button {
    width: 100%;
    padding: 12px;
  }
}
@media (max-width: 576px) {
  .footer {
    padding: 20px 0px 20px;
  }
  .social-col {
    width: 100%;
  }
  .social-icons {
    width: fit-content;
    margin: 0 auto;
  }
  .nav-shell {
    padding: 20px 0px 20px;
  }
  .menu-wrapper {
    padding: 20px 0px;
  }
  .site-logo img {
    height: 60px;
  }
}
