.u-section-1 .u-sheet-1 {
  min-height: 548px;
}

.u-section-1 .u-text-1 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.25;
  margin: 67px 735px 0 142px;
}

.u-section-1 .u-text-2 {
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 400;
  margin: -381px 427px 0 824px;
}

.u-section-1 .u-btn-1 {
  --radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 1px;
  background-image: none;
  margin: 15px 287px 0 auto;
  padding: 10px 30px;
}

.u-section-1 .u-text-3 {
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 32px 427px 0 824px;
}

.u-section-1 .u-text-4 {
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 2px 221px 0 824px;
}

.u-section-1 .u-text-5 {
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 33px 427px 0 824px;
}

.u-section-1 .u-text-6 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 12px 124px 60px 824px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    margin-top: 76px;
    margin-right: 377px;
    margin-left: 0;
  }

  .u-section-1 .u-text-2 {
    margin-top: -390px;
    margin-right: 177px;
    margin-left: 574px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 24px;
    margin-right: 0;
  }

  .u-section-1 .u-text-3 {
    margin-right: 177px;
    margin-left: 574px;
  }

  .u-section-1 .u-text-4 {
    margin-right: 0;
    margin-left: 574px;
  }

  .u-section-1 .u-text-5 {
    margin-right: 177px;
    margin-left: 574px;
  }

  .u-section-1 .u-text-6 {
    margin-right: 0;
    margin-left: 574px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 904px;
  }

  .u-section-1 .u-text-1 {
    width: 563px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-text-2 {
    width: 189px;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-btn-1 {
    margin-right: auto;
  }

  .u-section-1 .u-text-3 {
    width: 114px;
    margin-top: 37px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-text-4 {
    width: 369px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-text-5 {
    width: 106px;
    margin-top: 37px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-text-6 {
    width: 430px;
    margin: 7px auto 45px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    margin-top: 51px;
    width: 540px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 6px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 966px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: 26px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 15px;
    padding-right: 25px;
    padding-left: 24px;
  }

  .u-section-1 .u-text-3 {
    margin-top: 33px;
  }

  .u-section-1 .u-text-4 {
    font-size: 1.5rem;
    width: auto;
    margin-top: 1px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .u-section-1 .u-text-5 {
    width: 105px;
    margin-top: 33px;
  }

  .u-section-1 .u-text-6 {
    width: auto;
    font-size: 1.125rem;
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 36px;
  }
}
/* Custom Mobile Menu Styles */
.custom-menu-trigger {
  display: none;
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 99999;
  background: rgba(255,255,255,0.95);
  border: none;
  padding: 7px;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.09);
  cursor: pointer;
}

.custom-menu {
  display: none;
}

@media (max-width: 900px) {
  /* Hide Nicepage's built-in menu/nav */
  .u-menu,
  .u-header .u-nav,
  .u-nav { display: none !important; }

  .custom-menu-trigger { display: block; }

  .custom-menu {
    font-family: inherit;
    position: fixed;
    top: 0; left: 0;
    width: 85vw;
    max-width: 360px;
    min-width: 220px;
    height: 100vh;
    background: #f9f6f2;
    color: #344E41;
    box-shadow: 3px 0 24px rgba(52,78,65,0.06);
    z-index: 99998;
    display: flex;
    flex-direction: column;
    transform: translateX(-110%);
    transition: transform .33s cubic-bezier(.7,.3,.3,1);
    padding: 0;
  }
  .custom-menu.open {
    transform: translateX(0);
    display: flex;
  }
  .custom-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 26px 0 26px;
    min-height: 78px;
  }
  .custom-menu-logo {
    height: 98px;
    width: auto;
    display: block;
  }
  .custom-menu-close {
    font-size: 2.6rem;
    color: #212121;
    font-weight: 400;
    cursor: pointer;
    margin-left: 18px;
    margin-right: -10px;
    margin-top: 0;
    line-height: 1;
    background: none;
    border: none;
  }
  .custom-menu ul {
    list-style: none;
    margin: 36px 0 0 0;
    padding: 0;
    width: 100%;
  }
  .custom-menu ul li {
    width: 100%;
    border-bottom: 1px solid #e3e9e3;
  }
  .custom-menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 28px;
    color: #344E41;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 1.14rem;
    transition: background 0.2s;
    background: none;
  }
  .custom-menu ul li a span {
    font-size: 1.1em;
    font-weight: 500;
    margin-left: 7px;
  }
  .custom-menu ul li a:hover {
    background: #f2f6f4;
    color: #476654;
  }
  /* Submenu styling */
  .custom-menu ul .has-submenu {
    position: relative;
  }
  .custom-menu ul .submenu {
    display: none;
    flex-direction: column;
    padding-left: 0;
    background: #f5f3ee;
    margin: 0;
    border-top: 1px solid #eceae4;
    border-bottom: 1px solid #eceae4;
  }
  .custom-menu ul .submenu li a {
    padding: 15px 32px 15px 40px;
    font-size: 1.04rem;
    font-weight: 600;
    color: #344E41;
    border-bottom: none;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }
  .custom-menu ul .submenu li a:hover {
    background: #f2f6f4;
    color: #476654;
  }
  .custom-menu ul .has-submenu.open > .submenu {
    display: flex;
    animation: fadeInDown 0.24s;
  }
  @keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-10px);}
    to { opacity: 1; transform: translateY(0);}
  }
  /* Arrow rotates */
  #products-arrow.open {
    transform: rotate(-180deg);
    transition: transform 0.2s;
  }
  /* Header logo size for big touch target */
  .custom-menu-logo {
    height: 108px;
    max-width: 90vw;
    margin: 0;
    object-fit: contain;
  }
}

/* Make sure your main site logo is large and not cropped */
@media (max-width: 900px) {
  .u-header, .u-header .u-sheet, .u-logo-container {
    min-height: 128px !important;
    height: auto !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    overflow: visible !important;
  }
  .u-logo img, .u-logo-container img, .u-header img {
    max-height: 108px !important;
    height: auto !important;
    width: auto !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
    object-fit: contain !important;
  }
}