html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Full-bleed homepage footer band. The Framer export nests the black
   contact/footer block inside content wrappers, so keep the band tied to the
   viewport while constraining only its internal content. */
.framer-ZEHlE .framer-1t669w1-container {
  box-sizing: border-box !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
  background: #000 !important;
}

.framer-1t669w1-container .matheson-contact,
.framer-1t669w1-container .framer-t5ucT {
  box-sizing: border-box !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
}

.framer-1t669w1-container .matheson-contact .framer-d9a8gb,
.framer-1t669w1-container .matheson-contact .matheson-stable-footer,
.framer-1t669w1-container .matheson-contact .framer-1uiawjy {
  box-sizing: border-box !important;
  max-width: min(1120px, calc(100vw - 48px)) !important;
}

.matheson-mobile-toggle {
  display: none;
}

.matheson-mobile-menu {
  display: none;
}

@media (max-width: 680px) {
  .nav {
    top: 12px !important;
    width: calc(100% - 24px) !important;
    max-width: none !important;
    min-height: 62px !important;
    padding: 9px 9px 9px 14px !important;
    overflow: visible !important;
  }

  .nav .nav-links,
  .nav .nav-cta {
    display: none !important;
  }

  .nav-wordmark-main {
    font-size: 20px !important;
  }

  .nav-wordmark-sub {
    font-size: 9px !important;
  }

  .framer-ef9m2t-container {
    top: 12px !important;
    width: calc(100% - 24px) !important;
    max-width: none !important;
    z-index: 80 !important;
  }

  .framer-ef9m2t-container .framer-XMZwK {
    width: 100% !important;
    min-height: 62px !important;
    padding: 9px 9px 9px 14px !important;
    overflow: visible !important;
  }

  .framer-ef9m2t-container .framer-XMZwK .framer-187a8ay,
  .framer-ef9m2t-container .framer-XMZwK .framer-2vpkkq {
    display: none !important;
  }

  .matheson-mobile-toggle {
    appearance: none;
    display: inline-flex;
    position: fixed;
    z-index: 81;
    top: 21px;
    right: 21px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 5px;
    background: #000;
    color: #fff;
    cursor: pointer;
  }

  .matheson-mobile-toggle:focus-visible {
    outline: 2px solid #000;
    outline-offset: 3px;
  }

  .matheson-mobile-toggle-lines,
  .matheson-mobile-toggle-lines::before,
  .matheson-mobile-toggle-lines::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
  }

  .matheson-mobile-toggle-lines {
    position: relative;
  }

  .matheson-mobile-toggle-lines::before,
  .matheson-mobile-toggle-lines::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .matheson-mobile-toggle-lines::before {
    top: -6px;
  }

  .matheson-mobile-toggle-lines::after {
    top: 6px;
  }

  .matheson-mobile-toggle[aria-expanded="true"] .matheson-mobile-toggle-lines {
    transform: rotate(45deg);
  }

  .matheson-mobile-toggle[aria-expanded="true"] .matheson-mobile-toggle-lines::before {
    opacity: 0;
  }

  .matheson-mobile-toggle[aria-expanded="true"] .matheson-mobile-toggle-lines::after {
    transform: translateY(-6px) rotate(90deg);
  }

  .matheson-mobile-menu {
    position: fixed;
    z-index: 79;
    top: 84px;
    right: 12px;
    left: 12px;
    max-width: calc(100vw - 24px);
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 6px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .14);
    backdrop-filter: blur(20px) saturate(1.08);
    -webkit-backdrop-filter: blur(20px) saturate(1.08);
  }

  .matheson-mobile-menu[data-open="true"] {
    display: block;
  }

  .matheson-mobile-menu nav {
    display: grid;
    gap: 4px;
  }

  .matheson-mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 13px 14px;
    border-radius: 5px;
    color: #080807;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: -.01em;
    text-decoration: none;
  }

  .matheson-mobile-menu a:hover,
  .matheson-mobile-menu a:focus-visible,
  .matheson-mobile-menu a[aria-current="page"] {
    background: #000;
    color: #fff;
    outline: none;
  }

  footer {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: #050505 !important;
    overflow: hidden !important;
  }
}
