.he-global-nav {
  position: relative;
  z-index: 50;
  color: #fff;
  font-family: "Avantt", ui-sans-serif, system-ui, sans-serif;
}

.he-global-nav,
.he-global-nav * {
  box-sizing: border-box;
}

.he-nav-bar,
.he-nav-menu-inner {
  padding: 16px 24px;
}

@media (min-width: 768px) {
  .he-nav-bar,
  .he-nav-menu-inner {
    padding: 20px 40px;
  }
}

@media (min-width: 1024px) {
  .he-nav-bar,
  .he-nav-menu-inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.he-nav-bar,
.he-nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.he-nav-logo {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.he-nav-logo:hover {
  opacity: 0.8;
}

.he-nav-logo svg {
  display: block;
  width: auto;
  height: 36px;
}

@media (min-width: 768px) {
  .he-nav-logo svg {
    height: 40px;
  }
}

.he-nav-burger,
.he-nav-close {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #fff;
  background: none;
  cursor: pointer;
  line-height: 1;
}

.he-nav-burger {
  border: 0;
  transition: color 0.2s ease;
}

.he-nav-burger:hover {
  color: #ff9200;
}

.he-nav-burger svg,
.he-nav-close svg,
.he-nav-contact-icon svg {
  display: block;
}

.he-nav-close {
  border: 2px solid rgb(255 255 255 / 0.4);
  border-radius: 9999px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.he-nav-close:hover {
  color: #000;
  background: #fff;
}

.he-nav-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  overflow-y: auto;
  color: #fff;
  background: #000;
}

.he-nav-menu.is-open {
  display: block;
}

.he-nav-menu-inner {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.he-nav-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 40px;
  padding-top: 32px;
}

@media (min-width: 768px) {
  .he-nav-body {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: clamp(2rem, 4vw, 5rem);
    padding-top: clamp(1.25rem, 5svh, 4rem);
  }
}

.he-nav-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 768px) {
  .he-nav-left {
    gap: clamp(2rem, 7svh, 6rem);
  }
}

.he-nav-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .he-nav-list {
    gap: clamp(0.75rem, 2.25svh, 1.75rem);
  }
}

.he-nav-item {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

@media (min-width: 768px) {
  .he-nav-item {
    gap: 24px;
  }
}

.he-nav-number {
  flex: 0 0 auto;
  width: 32px;
  font-family: "Avantt", ui-monospace, monospace;
  font-size: 12px;
  color: rgb(255 255 255 / 0.4);
}

@media (min-width: 768px) {
  .he-nav-number {
    font-size: 14px;
  }
}

.he-nav-link {
  color: #fff;
  font-family: "Avantt", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.5rem, min(6.5vw, 11svh), 5.5rem);
  font-weight: 800;
  line-height: 0.95;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.he-nav-link:hover,
.he-nav-talk:hover,
.he-nav-contact:hover,
.he-nav-social:hover {
  color: #ff9200;
}

.he-nav-cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.he-nav-eyebrow {
  margin: 0 0 8px;
  color: rgb(255 255 255 / 0.5);
  font-family: "Avantt", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.he-nav-talk {
  color: #fff;
  font-family: "Avantt", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.25rem, min(5vw, 9svh), 4.5rem);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.he-nav-contact {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 16px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease;
}

@media (min-width: 768px) {
  .he-nav-contact {
    font-size: 30px;
  }
}

.he-nav-contact-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid rgb(255 255 255 / 0.4);
  border-radius: 9999px;
  line-height: 1;
  transition: border-color 0.2s ease;
}

.he-nav-contact:hover .he-nav-contact-icon {
  border-color: #ff9200;
}

.he-nav-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.he-nav-social {
  display: inline-flex;
  color: #fff;
  transition: color 0.2s ease;
}

.he-nav-products {
  width: 100%;
  max-width: 28rem;
}

@media (min-width: 768px) {
  .he-nav-products {
    width: clamp(14rem, calc(88.888svh - 12rem), 28rem);
  }
}

.he-nav-products-heading {
  margin: 0 0 clamp(0.75rem, 2svh, 1.5rem);
  color: #fff;
  font-family: "Avantt", ui-sans-serif, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .he-nav-products-heading {
    font-size: clamp(1.5rem, 4svh, 1.875rem);
  }
}

.he-nav-thumbs {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(1rem, 3svh, 2rem);
}

.he-nav-thumb {
  display: block;
  color: #fff;
  text-decoration: none;
}

.he-nav-thumb-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
}

.he-nav-thumb-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.he-nav-thumb:hover img {
  transform: scale(1.05);
}

.he-nav-thumb-label {
  margin: 8px 0 0;
  color: rgb(255 255 255 / 0.8);
  font-size: 14px;
}
