.elementor-3429 .elementor-element.elementor-element-7afc8d7{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b08695f *//* ── BASE ── */
.stem-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: transparent;
  transition: background 0.38s ease;
}

.stem-nav-wrapper.scrolled {
  background: #eff0e8;
  backdrop-filter: blur(8px);
}

.stem-nav-wrapper.popup-open {
  background: #3d4321;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* ── LOGO ── */
.stem-logo-light {
  display: none;
}
.stem-nav-wrapper.popup-open .stem-logo-dark {
  display: none;
}
.stem-nav-wrapper.popup-open .stem-logo-light {
  display: block;
}

.stem-logo {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.38em;
  color: #c8c4a8;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.38s ease;
}

.stem-nav-wrapper.popup-open .stem-logo {
  color: #ffffff;
}

/* ── CONTAINER ── */
.stem-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

/* ── HEADER ROW ── */
.stem-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  flex-shrink: 0;
}

/* ── MENU BUTTON ── */
.stem-menu-btn {
  font-family: "Atlas Grotesk Regular";
  font-weight: 300;
  font-size: 22px;
  color: #c8c4a8;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
  transition:
    color 0.38s ease,
    opacity 0.2s ease;
}

.stem-nav-wrapper.popup-open .stem-menu-btn {
  color: #eff0e8;
  opacity: 0.3;
}

.stem-menu-btn:hover {
  opacity: 0.7;
}
.stem-menu-btn:focus {
  outline: none;
  box-shadow: none;
}

/* ── POPUP BODY ── */
.stem-popup-body {
  display: none;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
}

.stem-nav-wrapper.popup-open .stem-popup-body {
  display: flex;
}

/* ── NAV (DESKTOP) ── */
.popup-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0;
}

.nav-col {
  position: relative;
}

.nav-main {
  font-family: "Albra Book Light";
  font-weight: 300;
  font-size: 45px;
  color: #eff0e8;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  display: block;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.nav-main:hover {
  opacity: 0.7;
}

.nav-expand-icon {
  display: inline-block;
  font-size: 34px;
  margin-left: 4px;
  transition: transform 0.25s ease;
}

.nav-col-nature:hover .nav-expand-icon,
.nav-col-nature.touch-open .nav-expand-icon {
  transform: rotate(180deg);
}

.nav-sub {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 16px;
  min-width: 220px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
  z-index: 10;
}

.nav-col-nature:hover .nav-sub,
.nav-col-nature.touch-open .nav-sub {
  opacity: 1;
  pointer-events: all;
}

.nav-sub-inner {
  display: flex;
  flex-direction: column;
}

.nav-sub-link {
  font-family: "Albra Book Light";
  font-weight: 300;
  font-size: 34px;
  color: #73775d;
  text-decoration: none;
  line-height: 55px;
  white-space: nowrap;
  transition: color 0.2s ease;
}

a.nav-sub-link:hover {
  color: #eff0e8;
}

/* ── STEM STUDIO MOBILE — hidden on desktop ── */
.stem-studio-mobile {
  display: none;
}

/* ── FOOTER ── */
.popup-footer {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 30% 30% 30% 10%;
  gap: 16px;
  flex-shrink: 0;
}

.footer-label {
  font-size: 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #eff0e8;
  margin-bottom: 6px;
  font-weight: 300;
  font-family: "Albra Book Light";
}

.footer-value {
  display: flex;
  gap: 5px;
  font-size: 18px;
  color: #eff0e8;
  line-height: 30px;
  font-weight: 300;
  font-family: "Atlas Grotesk Regular";
}

.footer-value a {
  color: #eff0e8;
  text-decoration: none;
  display: block;
  transition: opacity 0.2s ease;
  
}

.footer-value a:hover {
  opacity: 0.6;
}

/* Hide mobile cols on desktop */
.footer-col--call-mobile,
.footer-col--email-mobile,
.footer-col--instagram-mobile,
.footer-col--facebook-mobile {
  display: none;
}

/* ── TABLET ── */
@media (max-width: 1468px) {
  .stem-container {
    padding: 0 24px;
  }
  .popup-footer {
    grid-template-columns: 30% 30% 30% 10%;
  }
}

/* ── MOBILE ── */
@media (max-width: 768px) {
  .stem-container {
    padding: 0 20px;
  }

  /* Header */
  .stem-header-row {
    padding: 22px 0;
    flex-shrink: 0;
  }

  /* Popup body — 4 sections equally spaced */
  .stem-popup-body {
    justify-content: space-between;
    padding: 0 0 28px;
  }

  /* Section 1: Nav */
  .popup-nav {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    min-height: 0;
    padding: 0;
  }

  .nav-col {
    width: 100%;
  }

  .nav-main {
    font-size: 30px;
    line-height: 1.2;
    white-space: normal;
  }

  .nav-expand-icon {
    font-size: 26px;
  }

  .nav-col-nature {
    position: static;
  }

  .nav-sub {
    position: static;
    padding-top: 6px;
    min-width: unset;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
      max-height 0.3s ease,
      opacity 0.2s ease;
  }

  .nav-col-nature.touch-open .nav-sub {
    max-height: 200px;
    opacity: 1;
    pointer-events: all;
  }

  .nav-sub-link {
    font-size: 20px;
    line-height: 1.6;
  }

  /* Section 2: STEM + STUDIO */
  .stem-studio-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
  }

  .stem-studio-mobile .footer-label {
    font-size: 16px;
    letter-spacing: 0.16em;
    margin-bottom: 3px;
  }

  .stem-studio-mobile .footer-value {
    font-size: 16px;
    line-height: 1.5;
  }

  /* Section 3: Footer */
  .popup-footer {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    padding: 0;
    flex-shrink: 0;
  }

  /* Hide desktop cols */
  .footer-col--stem,
  .footer-col--studio,
  .footer-col--contact-desktop,
  .footer-col--follow-desktop {
    display: none;
  }

  /* Show mobile cols */
  .footer-col--call-mobile,
  .footer-col--email-mobile,
  .footer-col--instagram-mobile,
  .footer-col--facebook-mobile {
    display: block;
    text-transform: uppercase;
  }

  .footer-col--call-mobile .footer-value,
  .footer-col--email-mobile .footer-value,
  .footer-col--instagram-mobile .footer-value,
  .footer-col--facebook-mobile .footer-value {
    font-size: 16px;
    line-height: 1.5;
  }

  .footer-col--call-mobile .footer-value a,
  .footer-col--email-mobile .footer-value a,
  .footer-col--instagram-mobile .footer-value a,
  .footer-col--facebook-mobile .footer-value a {
    color: #eff0e8;
    text-decoration: none;
    opacity: 0.9;
    display: block;
    transition: opacity 0.2s ease;
  }

  .footer-col--call-mobile .footer-value a:hover,
  .footer-col--email-mobile .footer-value a:hover,
  .footer-col--instagram-mobile .footer-value a:hover,
  .footer-col--facebook-mobile .footer-value a:hover {
    opacity: 0.55;
  }
}

/* ── SMALL MOBILE ── */
@media (max-width: 380px) {
  .nav-main {
    font-size: 26px;
  }
  .popup-nav {
    gap: 14px;
  }
  .stem-header-row {
    padding: 18px 0;
  }
  .stem-popup-body {
    padding: 0 0 20px;
  }
}

@media (max-width: 768px) {
  /* Popup body */
  .stem-popup-body {
    justify-content: space-between;
    padding: 0 0 28px;
  }

  .popup-nav {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    min-height: 0;
    padding: 0;
  }

  /* STEM + STUDIO */
  .stem-studio-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
  }

  /* Footer */
  .popup-footer {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    padding: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .stem-popup-body {
    justify-content: flex-start;
    padding: 0 0 28px;
  }

  .popup-nav {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    padding: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  /* Section 2: STEM + STUDIO */
  .stem-studio-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
    margin-bottom: auto;
  }

  /* Section 3: Footer */
  .popup-footer {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    padding: 0;
    flex-shrink: 0;
  }
}/* End custom CSS */