@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');

* {
  box-sizing: border-box;
}

.sankofa-divider {
    width: 100vw;
    display: flex;
    justify-content: flex-start; /* align left */
    align-items: center;
    margin: -3rem 0 3rem 0;
    position: relative;
    z-index: 0;
    padding-left: 15vw; /* adjust this value for how far left you want it */
}

.sankofa-bird {
    width: 300px;
    height: auto;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.15));
    transition: transform 0.2s cubic-bezier(.4,2,.6,1);
    will-change: transform;
    pointer-events: none;
    user-select: none;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}


h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  word-break: break-word;
  white-space: normal;
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}


@font-face {
  font-family: Barakallah;
  src: url("/assets/fonts/Barakallah.woff2") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ballega;
  src: url("/assets/fonts/Ballega.woff2") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #171717;
  --beige: #fffdec;
}

.body {
  background-color: var(--black);
  height: 100%;
}

.navbar {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3rem 8rem;
  display: flex;
  position: fixed;
}

.brand {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: transform .2s;
  display: flex;
}

.menu-button:hover {
  transform: scale(.9);
}

.heading {
  color: var(--beige);
  font-family: Barakallah, Arial, sans-serif;
}

.overlay {
  z-index: 2;
  opacity: .4;
  cursor: pointer;
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-base {
  z-index: 1002;
  display: none; /* hidden by default */
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 36vw;
  height: 100vh;
  background: #fffdec;
  box-shadow: -8px 0 32px #0002;
  justify-content: center;
  align-items: center;
  outline: 30px solid #ffba69;
}

.div-block {
  background-color: #ffba69;
  width: 500px;
  height: 100%;
}

.menu {
  background-color: #fffdec;
  border-top: 30px #c56840;
  border-right: 30px #c56840;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
}

.div-block-2-copy {
  background-color: #c56840;
  width: 100vh;
  height: 100vh;
  transform: translate(700px)rotate(-45deg);
}

.options {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block {
  outline-offset: 0px;
  color: var(--black);
  text-align: left;
  outline: 3px #333;
  font-family: Barakallah, Arial, sans-serif;
  font-size: 80px;
  line-height: 80px;
  text-decoration: none;
  transition: opacity .2s;
}

.text-block:hover {
  opacity: .8;
}

.menu-options {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 90px;
  display: flex;
}

.socials {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

.section {
  position: relative;
  background-image: url("/assets/Background.png");
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 56rem;
}

.section-2 {
  background-image: url("/assets/Background-2.png");
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 16rem;
  display: flex;
  overflow: hidden;
}

.heading-2 {
  color: var(--beige);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: clamp(2.2rem, 8vw, 4.3rem);
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word;
  white-space: normal;
  max-width: 90vw;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  opacity: .5;
  color: var(--beige);
  text-align: center;
  width: 35rem;
  margin-bottom: 0;
  font-family: Ballega, Arial, sans-serif;
  font-weight: 200;
}

.button {
  color: var(--black);
  background-color: #fffdec;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px 35px 20px;
  font-family: Ballega, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
  box-shadow: inset 0 -6px #00000040;
  text-decoration: none;
}

.button:hover {
  transform: translate(0, -5px);
  box-shadow: inset 0 -6px #00000040;
}

.button:active {
  transform: scale(.9)translate(0, -5px);
}

.images-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
  position: relative;
  padding-left: 20%;
  overflow: visible;
}

.images-slider img:first-child {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.images-slider img {
  flex: 0 0 auto;
}

.images-slider 
{
  position: relative;
}

.images-slider::before {
  content: "";
  flex: 1 1 0%;
  max-width: 0;
}

.content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.image {
  outline-offset: 0px;
  background-image: linear-gradient(#fff0, #fffdec 70%, #c56840);
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  outline: 3px #333;
  padding: 3px;
}

.image-2, .image-3 {
  border-radius: 10px;
}

.image-copy {
  outline-offset: 0px;
  background-image: linear-gradient(#fff0, #fffdec);
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  outline: 3px #333;
  padding: 3px;
}

.info {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider {
  background-color: #262626;
  border-radius: 20px;
  width: 50%;
  height: 1rem;
}

.slider-ls {
  background-color: var(--beige);
  cursor: grab;
  border-radius: 20px;
  width: 7rem;
  height: 100%;
}

.section-3 {
  background-color: var(--black);
  background-image: linear-gradient(#171717 44%, #fff0), url("/assets/texture.png");
  background-position: 0 0, 50% 0;
  justify-content: center;
  align-items: flex-start;
  margin-top: -11rem;
  padding-top: 0rem;
  padding-bottom: 12rem;
  display: flex;
}

.features {
  grid-column-gap: 20px;
  grid-row-gap : 20px;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 1200px;
}

.feature-1 {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 250px;
  padding: 20px 20px;
  display: flex;
}

.feature-border {
  background-image: linear-gradient(160deg, #ffba69, #fffdec 58%, #0000 80%);
  border-radius: 20px;
  padding: 4px;
}

.feature-border-2 {
  background-image: linear-gradient(#ffba69, #fffdec 36%, #0000 80%);
  border-radius: 20px;
  padding: 4px;
}

.feature-border-3 {
  background-image: linear-gradient(250deg, #ffba69, #fffdec 35%, #0000 80%);
  border-radius: 20px;
  padding: 4px;
}

.section-4 {
  background-color: var(--black);
  background-image: url("/assets/Pyramid-Stone.png"), linear-gradient(180deg, #fff0, var(--black)), url("/assets/texture.png");
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, auto, auto;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 18rem;
  padding-bottom: 22rem;
  display: flex;
}

.footer {
  justify-content: space-between;
  align-items: center;
  height: 30%;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-2 {
  opacity: .5;
  color: var(--beige);
  font-family: Ballega, Arial, sans-serif;
  font-weight: 400;
}

.image-4 {
  position: absolute;
}

.image-5 {
  display: block;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  grid-column-gap: 30px;
}

.div-block-3 {
  z-index: 0;
  background-image: linear-gradient(135deg, #ffba69, #0000 36% 64%, #fffdec);
  padding: 10px;
  position: absolute;
  transform: rotate(45deg);
}

.div-block-4 {
  background-color: #151515;
  padding: 225px;
}

.image-6 {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #efb15a4d, var(--black) 63%);
  border-radius: 50px;
  padding: 12px;
  display: block;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: var(--beige);
  font-family: Barakallah, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-2 {
  opacity: .5;
  color: var(--beige);
  text-align: center;
  font-family: Ballega, Arial, sans-serif;
  font-weight: 200;
}

.sociallink {
  transition: opacity .2s;
}

.sociallink:hover {
  opacity: .8;
}

.image-border {
  background-image: linear-gradient(139deg, #fffdec 33%, #efb15a);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 5px;
  display: flex;
}

.loading-screen {
  z-index: 5;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-7 {
  position: absolute;
  transform: skew(0deg);
}

.image-8 {
  position: absolute;
}

.div-block-6 {
  background-color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 10px;
  display: flex;
}

.card-title {
  color: var(--beige);
  text-align: center;
  text-transform: uppercase;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.feature-1 .card-title,
.feature-1 .paragraph-2 {
  margin-top: 1em; /* or 0 for no gap at all */
  margin-bottom: 0em; /* or 0 for no gap at all */
}

.joinus-div {
  z-index: 2;
  position: absolute;
  right: 2.5%;
  bottom: 7.5%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--beige);
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  height: 80px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  box-shadow: 0 0 20px #0006;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ballega, Arial, sans-serif;
  font-size: 18px;
}

.div-block-7 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bold-text {
  opacity: .5;
  font-family: Ballega, Arial, sans-serif;
}

.text-block-4 {
  font-size: 18px;
}

.bold-text-2 {
  font-family: Ballega, Arial, sans-serif;
}

.button-2 {
  z-index: 1;
  background-color: #7c3913;
  border: 6px solid #fffdec;
  color: #fffdec;
  border-radius: 10px;
  text-decoration: none;
  padding: 9px 15px;
  font-family: Ballega, Arial, sans-serif;
  font-size: 16px;
  transition: all .2s;
  position: relative;
}


.button-2:hover {
  box-shadow: inset 0 0 15px -1px #ffffff80;
}

.image-9 {
  overflow: hidden;
  z-index: 0;
  transform-style: preserve-3d;
  position: absolute;
  top: -43px;
  left: 2.994px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.close-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: transform .2s;
  display: none;
}

.close-button:hover {
  transform: scale(.9);
}

.burgermenu-text {
  color: var(--beige);
  font-family: Barakallah, Arial, sans-serif;
}

@media screen and (max-width: 1200px) {

   .features
  {
    width: 800px;
  }

}

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 1;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  p {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .section-3 {
    padding-top: -5rem;
  }

  .menu-base {
    z-index: 5;
    display: none;
    width: 60vw;
  }

  .options {
    line-height: 30px;
  }

  .text-block {
    font-size: 70px;
    line-height: 70px;
  }

  .menu-options {
    font-size: 70px;
    line-height: 10px;
  }

  /* .heading-2 {
    max-width: 100%;
    font-size: 60px;
    line-height: 75px;
  } */

  .paragraph {
    width: 30rem;
  }

  h1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }


  .image {
    max-width: 120%;
    display: block;
  }

  .image-copy {
    display: block;
  }

  .features {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .links {
    flex-flow: row;
  }

  .image-5 {
    max-width: 50%;
  }

  .div-block-4 {
    padding: 220px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* .heading-2 {
    max-width: 100%;
    font-size: 50px;
    line-height: 55px;
  } */

  .image {
    max-width: 140%;
  }

  .section-4 {
    background-image: linear-gradient(180deg, #fff0, var(--black)), url("/assets/texture.png");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  p {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .div-block-2 {
    display: none;
    grid-column-gap: 0px;
  }

  .div-block-4 {
    padding: 190px;
  }

  .image-10 {
    max-width: 50%;
  }

  .image-11 {
    max-width: 15%;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    color: var(--black);
    font-size: 30px;
  }

  .joinus-div
  {
    display: none;
  }

  .menu-base {
    width: 100%;
    height: 100%;
    display: none;
  }

  .div-block-2 {
    display: none;
    grid-column-gap: 0px;
  }

  .menu {
    outline-offset: 0px;
    outline: 30px #ffba69;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    font-size: 55px;
    line-height: 55px;
  }

  .menu-options {
    font-size: 50px;
  }

  .sankofa-divider {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -3rem 0 3rem 0; /* overlap sections a bit */
    position: relative;
    z-index: 0;
    padding-left: 0;
  }

  .sankofa-bird {
      width: 200px;
      height: auto;
      filter: drop-shadow(0 8px 24px rgba(0,0,0,0.15));
      transition: transform 0.2s cubic-bezier(.4,2,.6,1);
      will-change: transform;
      pointer-events: none;
      user-select: none;
  }


  .section-2 {
    padding-bottom: 10rem;
  }
  
  .section-3 {
    margin-top: 5rem;
  }

  .paragraph {
    width: 25rem;
  }

  .button {
    padding: 10px 30px 15px;
    font-size: 16px;
  }

  .image {
    max-width: 225%;
  }

  .slider {
    width: 70%;
  }

  .slider-ls {
    width: 6rem;
  }

  .feature-1 {
    width: 280px;
  }

  .section-4 {
    overflow: hidden;
  }

  .footer {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 1rem;
    padding-right: 2rem;
  }

  .links {
    flex-flow: column;
  }

  .image-5 {
    max-width: 60%;
  }

  .div-block-4 {
    padding: 250px;
  }

  .image-8 {
    max-width: 70%;
  }

  .image-10 {
    max-width: 70%;
  }

  .image-11 {
    display: none;
  }

  .close-button {
    display: block;
    position: fixed;
    inset: 1rem 2rem 0% auto;
  }

  .burgermenu-text {
    color: var(--beige);
    font-size: 30px;
  }
}
/* ─── NAVBAR DESKTOP LINKS ─── */
.nav-links-desktop {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-left: auto;
  margin-right: 1.5rem;
}

.nav-links-desktop a {
  color: var(--beige);
  text-decoration: none;
  font-family: Ballega, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.nav-links-desktop a:hover {
  opacity: 1;
}

.nav-mastermind-link {
  border: 1.5px solid #ef4444 !important;
  padding: 0.3rem 0.9rem;
  border-radius: 8px;
  opacity: 0.85 !important;
  color: #fffdec !important;
}

.nav-mastermind-link:hover {
  opacity: 1 !important;
  background: rgba(239,68,68,0.08);
}

.nav-cta-link {
  background: linear-gradient(135deg, #ffba69, #ffd700) !important;
  color: #171717 !important;
  opacity: 1 !important;
  padding: 0.35rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(255,186,105,0.2);
  transition: transform 0.2s !important;
}

.nav-cta-link:hover {
  transform: translateY(-2px);
}

/* ─── COUNTDOWN TIMER ─── */
.countdown-section {
  width: 100%;
  padding: 3.5rem 1.5rem;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, rgba(23,23,23,0) 0%, rgba(255,210,95,0.04) 50%, rgba(23,23,23,0) 100%);
  position: relative;
}
.countdown-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,210,95,0.2), transparent);
}
.countdown-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,210,95,0.2), transparent);
}
.countdown-inner {
  text-align: center;
  max-width: 650px;
}
.countdown-label {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: rgba(255,253,236,0.4);
  margin-bottom: 1.5rem;
}
.countdown-boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,210,95,0.05);
  border: 1px solid rgba(255,210,95,0.15);
  border-radius: 12px;
  padding: 1rem 1.3rem;
  min-width: 80px;
}
.countdown-num {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #ffd700;
  line-height: 1;
  text-shadow: 0 0 20px rgba(255,215,0,0.25);
}
.countdown-unit {
  font-family: Ballega, sans-serif;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: rgba(255,253,236,0.3);
  margin-top: 6px;
}
.countdown-sep {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: rgba(255,210,95,0.25);
  padding-bottom: 16px;
}
.countdown-sub {
  font-family: Ballega, sans-serif;
  font-size: 13px;
  color: rgba(255,253,236,0.4);
  margin-top: 1.5rem;
  margin-bottom: 1.2rem;
}
.countdown-cta {
  display: inline-block;
  padding: 14px 40px;
  background: linear-gradient(135deg, #ffba69, #ffd700);
  color: #171717;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(255,186,105,0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}
.countdown-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255,186,105,0.35);
}

@media screen and (max-width: 479px) {
  .countdown-boxes { gap: 0.4rem; }
  .countdown-box { min-width: 60px; padding: 0.8rem 0.6rem; }
  .countdown-num { font-size: 28px; }
  .countdown-sep { font-size: 24px; }
  .countdown-section { padding: 2.5rem 1rem; }
}

/* ─── BETTER MENU BUTTON ─── */
.menu-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1.5px solid rgba(255,253,236,0.2);
  border-radius: 8px;
  transition: all 0.3s;
  background: rgba(255,253,236,0.04);
}

.menu-button:hover {
  border-color: rgba(255,186,105,0.4);
  background: rgba(255,186,105,0.06);
  transform: none;
}

.menu-btn-icon {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 22px;
}

.menu-btn-icon span {
  display: block;
  height: 2px;
  background: var(--beige);
  border-radius: 2px;
  width: 100%;
}

.menu-btn-icon span:nth-child(2) {
  width: 70%;
}

.menu-btn-label {
  color: var(--beige);
  font-family: Ballega, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .nav-links-desktop {
    display: none;
  }
  .menu-btn-label {
    display: none;
  }
}

/* ─── FIX SLIDER IMAGE SIZES ─── */
.images-slider img {
  max-height: 350px;
  width: auto;
  object-fit: contain;
}
