 .site-menu-toggle {
  display: none;
}

#smega-home-redesign-20260607 .heroPhoto {
  background-image: url("/assets/images/home-office-team-hero.png") !important;
  background-position: center 44% !important;
}

#smega-home-redesign-20260607 .hero::before {
  background:
    radial-gradient(780px 420px at 24% 28%, rgba(0, 0, 0, .92), rgba(0, 0, 0, .46) 72%, transparent 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .78) 36%, rgba(0, 0, 0, .52) 68%, rgba(0, 0, 0, .36) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .22) 42%, rgba(0, 0, 0, .62) 100%) !important;
}

#smega-home-redesign-20260607 .hero::after {
  background:
    linear-gradient(135deg, transparent 0 43%, rgba(255, 255, 255, .055) 43.2%, transparent 44% 100%),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px) !important;
  background-size: 100% 100%, 80px 80px, 80px 80px !important;
}

#smega-home-redesign-20260607 h1,
#smega-home-redesign-20260607 .lead,
#smega-home-redesign-20260607 .proof,
#smega-home-redesign-20260607 .stats {
  text-shadow: 0 3px 18px rgba(0, 0, 0, .72);
}

@media (max-width: 760px) {
  body.nav-open {
    overflow: hidden;
  }

  .site-nav {
    height: auto !important;
    min-height: 70px;
  }

  .site-nav__inner {
    display: grid !important;
    grid-template-columns: 1fr 44px;
    align-items: center;
    gap: 12px;
    height: auto !important;
    padding: 12px 18px !important;
  }

  .site-logo img {
    width: 142px !important;
    margin: 0 !important;
  }

  .site-menu-toggle {
    display: inline-flex !important;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    justify-self: end;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(0, 0, 0, .2);
    color: #fff;
    cursor: pointer;
    padding: 0;
  }

  .site-menu-toggle span,
  .site-menu-toggle::before,
  .site-menu-toggle::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }

  .site-menu-toggle {
    flex-direction: column;
    gap: 5px;
  }

  .site-nav.is-open .site-menu-toggle::before {
    transform: translateY(7px) rotate(45deg);
  }

  .site-nav.is-open .site-menu-toggle span {
    opacity: 0;
  }

  .site-nav.is-open .site-menu-toggle::after {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav nav {
    grid-column: 1 / -1;
    display: none !important;
    width: 100%;
    height: auto !important;
    max-height: calc(100vh - 86px);
    overflow: auto !important;
    padding: 10px 0 4px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    scrollbar-width: none;
  }

  .site-nav.is-open nav {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .site-nav nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav nav a {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-width: 0 !important;
    height: 46px !important;
    line-height: 46px !important;
    padding: 0 4px !important;
    text-align: left !important;
    font-size: 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .site-nav nav a::after {
    left: 0 !important;
    right: auto !important;
    bottom: 8px !important;
    width: 34px;
  }

  #smega-home-redesign-20260607 .hero {
    min-height: 720px !important;
    background: #090101 !important;
  }

  #smega-home-redesign-20260607 .heroPhoto {
    background-image: url("/assets/images/home-office-team-hero.png") !important;
    background-position: center 46% !important;
  }

  #smega-home-redesign-20260607 .hero::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .8) 48%, rgba(0, 0, 0, .68) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(70, 0, 0, .48)) !important;
  }

  #smega-home-redesign-20260607 .hero::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .5)),
      linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) !important;
    background-size: 100% 100%, 72px 72px, 72px 72px !important;
  }

  #smega-home-redesign-20260607 .heroInner {
    min-height: 720px;
    align-content: center;
    gap: 24px !important;
    padding-top: 76px !important;
    padding-bottom: 46px !important;
  }

  #smega-home-redesign-20260607 .kicker {
    font-size: 13px !important;
    gap: 12px !important;
  }

  #smega-home-redesign-20260607 .kicker::before {
    width: 34px !important;
  }

  #smega-home-redesign-20260607 h1 {
    max-width: 100%;
    margin: 20px 0 18px !important;
    font-size: 40px !important;
    line-height: 1.16 !important;
    text-shadow: 0 3px 16px rgba(0, 0, 0, .72);
  }

  #smega-home-redesign-20260607 h1 .line {
    white-space: normal !important;
  }

  #smega-home-redesign-20260607 .lead {
    max-width: 100%;
    font-size: 17px !important;
    line-height: 1.62 !important;
    color: rgba(255, 255, 255, .94) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .72);
  }

  #smega-home-redesign-20260607 .heroActions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 12px !important;
    margin-top: 28px !important;
    max-width: 280px;
  }

  #smega-home-redesign-20260607 .btn {
    width: 100%;
    height: 50px !important;
    padding: 0 18px !important;
    white-space: nowrap;
    font-size: 15px !important;
  }

  #smega-home-redesign-20260607 .proof {
    width: 100% !important;
    padding: 24px 22px !important;
    background: rgba(16, 0, 0, .74) !important;
  }

  #smega-home-redesign-20260607 .proof h2 {
    font-size: 25px !important;
  }

  #smega-home-redesign-20260607 .stats {
    margin-top: 18px !important;
  }
}

@media (max-width: 390px) {
  #smega-home-redesign-20260607 h1 {
    font-size: 36px !important;
  }

  #smega-home-redesign-20260607 .lead {
    font-size: 16px !important;
  }

  #smega-home-redesign-20260607 .heroActions {
    max-width: 100%;
  }
}
