* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Saira", sans-serif;
  text-decoration: none;
  letter-spacing: 2.4px;
}

body {
  height: auto;
  width: 100%;
  background-color: #000000;
}

.stacato-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 700px;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  z-index: 100;
  overflow: visible;
  background-color: transparent;
}

@media (max-width: 768px) {
  .stacato-sidebar {
    display: none;
  }
}

.stacato__icon {
  width: 35px;
  object-fit: contain;
  transform: translateY(-5px);
  cursor: pointer;
}

.stacato__name {
  height: 200px;
  width: auto;
  object-fit: contain;
  transform: rotate(-90deg);
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.header {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
}

@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

.nav {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  position: relative;
}

.nav__logo-emblem {
  height: auto;
  width: 37.97px;
  opacity: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav__logo-emblem {
    opacity: 1;
  }
}

.nav__logo-nakedear {
  height: auto;
  width: 194px;
  transform: translateX(45px);
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .nav__logo-nakedear {
    display: none;
  }
}

.nav__right {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.nav__element {
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}

.nav__line {
  height: 22px;
  width: 1px;
  background-color: white;
  color: transparent;
}

.nav__contact {
  height: auto;
  width: 25px;
  cursor: pointer;
}

.main {
  height: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .main {
    display: none;
  }
}

.hero {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 100px;
  padding-bottom: 100px;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-image: url("../assets/images/Poster-desktop.png");
  background-size: cover;
}

.img__stacato {
  height: auto;
  width: 200px;
}

.img__nakedear {
  height: auto;
  width: 100px;
  margin-top: 60px;
}

.hero__title {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 10%;
  transform: translatey(40%);
}

.img__zero-drag {
  height: fit-content;
  width: 90%;
}

.img__line {
  height: fit-content;
  width: 90%;
}

.hero-label__text {
  font-size: clamp(12px, 0.9vw, 16px);
  position: absolute;
  top: 50%;
  left: 90%;
  white-space: nowrap;
  transform: translateY(-50%) rotate(90deg);
  padding: 10px;
  color: #cecece;
  z-index: 9999;
}

.hero__bottom {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(80%);
  gap: 16px;
}

.hero-bottom__info {
  font-size: clamp(12px, 0.9vw, 16px);
  color: #909090;
}

.hero-bottom__line {
  opacity: 0.5;
}

.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.78vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  border: none;
  pointer-events: none;
  z-index: 2;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.hero__poster-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 5;
  pointer-events: none;
}

.hero__label,
.hero__content,
.hero__bottom {
  z-index: 10 !important;
  position: relative;
}

.hero__label {
  position: absolute;
  top: 50%;
  right: 40px;
  writing-mode: vertical-rl;
  transform: rotate(-90deg);
  z-index: 20;
}

.section__nakedear-1 {
  width: 100%;
  aspect-ratio: 1728 / 940.13;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url("../assets/images/desktop/NakedEar Cover 1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 40px;
}

.nakedear__info-left {
  height: auto;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.nakedear__info {
  height: auto;
  width: auto;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

.nakedear__logo {
  height: auto;
  width: 200px;
  object-fit: contain;
  transform: translateY(-10px);
}

.nakedear__info-bottom {
  height: auto;
  width: auto;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.nakedear__title {
  font-size: clamp(32px, 4vw, 60px);
  line-height: 0.95;
  color: #ffffff;
}

.nakedear__line {
  height: auto;
  width: 25%;
}

.nakedear__subtitle {
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 1.4;
  color: #ffffff;
}

.nakedear__texts {
  font-weight: 200;
  font-size: 24px;
  color: #cecece !important;
  line-height: 30px;
}

.nakedear__info-right {
  height: 100%;
  width: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: column;
}

.zerodrag__logo {
  height: fit-content;
  width: 10px;
}

.asw__logo {
  height: fit-content;
  width: 350px;
}

.section__nakedear-video {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: crosshair;
  position: relative;
}

.section__nakedear-video,
.section__nakedear-video * {
  cursor: crosshair !important;
}

.nakedear-image__container {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
  position: relative;
  z-index: 2;
}

.nakedear-image__logo {
  width: 300px;
}

.feed-button {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  overflow: hidden;
  transform: translateY(100px);
}

.bracket {
  width: 14px;
  height: 34px;
  position: relative;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.18, 1);
}

.bracket::before,
.bracket::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: white;
}

.bracket.left {
  border-left: 2px solid white;
  transform: translateX(-40px);
}

.bracket.left::before {
  top: 0;
  left: 0;
}

.bracket.left::after {
  bottom: 0;
  left: 0;
}

.bracket.right {
  border-right: 2px solid white;
  transform: translateX(40px);
}

.bracket.right::before {
  top: 0;
  right: 0;
}

.bracket.right::after {
  bottom: 0;
  right: 0;
}

.feed-button .text {
  color: white;
  font-size: 14px;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateY(8px);
  filter: blur(6px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    filter 0.5s ease;
  transition-delay: 0s;
}

.section__nakedear-video:hover .bracket {
  opacity: 1;
}

.section__nakedear-video:hover .bracket.left {
  transform: translateX(0);
}

.section__nakedear-video:hover .bracket.right {
  transform: translateX(0);
}

.section__nakedear-video:hover .feed-button .text {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition-delay: 0.35s;
}

.nakedear-video__landing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  cursor: crosshair;
}

.nakedear-video__landing::-webkit-media-controls,
.nakedear-video__landing::-webkit-media-controls-enclosure,
.nakedear-video__landing::-webkit-media-controls-panel {
  display: none !important;
  cursor: crosshair;
}

.section__nakedear-video.active .nakedear-image__container,
.section__nakedear-video.active .feed-button {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.section__divider {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.divider {
  height: auto;
  width: 100%;
  display: block;
  object-fit: contain;
}

.section__nakedear-product {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
  padding-left: 200px;
  padding-bottom: 100px;
  padding-right: 40px;
  padding-top: 100px;
}

.nakedear-product__header {
  height: auto;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.nakedear-product__title {
  font-size: clamp(32px, 4vw, 60px);
  line-height: 0.95;
  color: #ffffff;
}

.nakedear__product-info-video {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 40px;
}

.product__buttons {
  height: 100%;
  width: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}

.first,
.second {
  display: none !important;
}

.first.active,
.second.active {
  display: flex !important;
}

.buttons__top,
.buttons__bottom {
  display: grid;
  grid-template-columns: repeat(2, 160px);
  gap: 40px;
  width: 100%;
}

/* ========== DESKTOP BUTTONS ========== */

.button__container {
  height: 160px;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 8px;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.button__container:hover,
.button__container:active {
  background-color: #5a5a5a !important;
  border: 1px solid transparent !important;
}

.button__container.selected {
  background-color: #232524 !important;
  border: 1px solid transparent !important;
}

.suwb-button,
.dongle-button {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 8px;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.suwb-button:hover,
.suwb-button:active,
.dongle-button:hover,
.dongle-button:active {
  background-color: #5a5a5a !important;
  border: 1px solid transparent !important;
}

.suwb-button.selected,
.dongle-button.selected {
  background-color: #232524 !important;
  border: 1px solid transparent !important;
}

.button__img {
  height: 56px;
  width: 56px;
  object-fit: contain;
  flex-shrink: 0;
}

.button__img--large {
  height: 80px;
  width: 150px;
}

.button__text {
  width: 100%;
  text-align: center;
  font-size: clamp(10px, 0.8vw, 16px);
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.dual-power__main {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ffffff;
  line-height: 1.2;
  display: block;
  width: 100%;
}

.dual-power__sub {
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #cecece;
  line-height: 1.2;
  display: block;
  width: 100%;
}

.button__play {
  height: 56px;
  width: 100%;
  border: 1px solid #808080;
  border-radius: 8px;
  background-color: transparent;
  color: #ffffff;
  font-size: clamp(11px, 0.9vw, 13px);
  letter-spacing: 0.1em;
  cursor: pointer;
  font-family: "Saira", sans-serif;
  transition: background-color 0.2s ease;
}

.button__play:hover {
  background-color: #5a5a5a;
}

.button__play.active {
  background-color: #232524 !important;
  border-color: #232524 !important;
}

.section__nakedear-product .button__play,
.section__suwb-product .button__play,
.section__suwb-dongle-product .button__play {
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  padding: 0;
}

.slides__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.button-n-b__img {
  height: 50px;
  width: auto;
  padding: 16px 20px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #808080;
  background-color: transparent;
  transition: background-color 0.2s ease;
}

.button-n-b__img:hover {
  background-color: #171717;
}

.nakedear__media-wrapper {
  height: 455px;
  width: 800px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.nakedear__media-wrapper img,
.nakedear__media-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.section__precision {
  width: 100%;
  aspect-ratio: 1728 / 3784;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-image: url("../assets/images/desktop/PRECISION-FIT.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 100px 40px 100px 200px;
  position: relative;
}

.precision__title {
  font-size: 90px;
  line-height: 90px;
  color: #ffffff;
}

.precision-label__container {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.precision__label {
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.precision-label__line {
  width: 2px;
  height: 40px;
  background-color: #ffffff;
  display: block;
}

.section__wireless-ptt {
  width: 100%;
  aspect-ratio: 1728 / 1009;
  display: flex;
  align-items: start;
  justify-content: center;
  background-image: url("../assets/images/desktop/PTT\ 1\ One.png");
  background-size: 100% 100%;
  padding-left: 200px;
  padding-bottom: 100px;
  padding-right: 40px;
  padding-top: 100px;
  position: relative;
}

.wireless-ptt__header {
  height: auto;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.header__info {
  height: auto;
  width: auto;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.wireless__title {
  font-size: clamp(32px, 4vw, 60px);
  line-height: 0.95;
  color: #ffffff;
}

.wireless__subtitle {
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 1.4;
  color: #cecece;
}

.suwb__logo {
  height: auto;
  width: 180px;
}

.wireless_label-text {
  position: absolute;
  bottom: 10%;
  right: 3%;
  text-align: right;
  font-size: clamp(12px, 1.2vw, 20px);
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #d0cfc8;
  line-height: 1.5;
  margin: 0;
}

.section__suwb-product {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
  padding-left: 200px;
  padding-bottom: 100px;
  padding-right: 40px;
  padding-top: 100px;
}

.suwb-product__header {
  height: auto;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.suwb-product__info {
  height: auto;
  width: auto;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.suwb-product__title {
  font-size: clamp(32px, 4vw, 60px);
  line-height: 0.95;
  color: #ffffff;
}

.suwb-product__subtitle {
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 1.4;
  color: #cecece;
}

.suwb-product__info-video,
.suwb__product-info-video {
  height: auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 100px;
}

.suwb__media-wrapper,
.dongle__media-wrapper {
  height: 455px;
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.suwb__media-wrapper img,
.suwb__media-wrapper iframe,
.dongle__media-wrapper img,
.dongle__media-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  border: none;
}

.zero__media-wrapper iframe,
.wasted__media-wrapper iframe,
.nothing__media-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(100%, calc(100vh * 16 / 9));
  height: max(100%, calc(100vw * 9 / 16));
  border: none;
}

.section__regig {
  width: 100%;
  aspect-ratio: 1728 / 2550;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-image: url("../assets/images/desktop/Running\ Side\ V15.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 100px 40px 100px 200px;
  position: relative;
}

.regig__title {
  font-size: 90px;
  line-height: 90px;
  color: #ffffff;
}

.regig-label__container {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.regig__label {
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.regig-label__line {
  width: 2px;
  height: 40px;
  background-color: #ffffff;
  display: block;
}

.section__cut-the-wire {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  background-image: url("../assets/images/desktop/suwb-dongle-img.png");
  background-size: cover;
  padding-left: 200px;
  padding-bottom: 100px;
  padding-right: 40px;
  padding-top: 100px;
}

.cut-the-wire__header {
  height: auto;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.cut-the-wire__title {
  font-size: clamp(28px, 4vw, 60px);
  line-height: clamp(32px, 4vw, 60px);
  color: #ffffff;
}

.suwb-dongle__logo {
  height: auto;
  width: 250px;
}

.section__suwb-dongle-product {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
  padding-left: 200px;
  padding-right: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.suwb-dongle-product__header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.suwb-dongle-product__title {
  font-size: clamp(32px, 4vw, 60px);
  line-height: 0.95;
  color: #ffffff;
}

.suwb-dongle-product__logo {
  width: 250px;
}

.suwb-dongle-product__info-video {
  height: auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 100px;
}

.section__ready {
  width: 100%;
  aspect-ratio: 1728 / 2773;
  background-image: url("../assets/images/desktop/READY.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 100px 40px 100px 200px;
  position: relative;
  overflow: hidden;
}

.ready__title,
.ready-label__container {
  position: relative;
  z-index: 2;
}

.ready__title {
  font-size: 90px;
  line-height: 90px;
  color: #ffffff;
}

.ready-label__container {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.ready__label {
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.ready-label__line {
  width: 2px;
  height: 40px;
  background-color: #ffffff;
  display: block;
}

.section__signal-ends-here {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
  padding-left: 40px;
  padding-bottom: 100px;
  padding-right: 40px;
  padding-top: 100px;
}

.signal-text__top {
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 1.4;
  color: #cecece;
}

.signal__container {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.signal__img {
  height: auto;
  width: 25%;
}

.signal__title {
  font-size: clamp(32px, 4vw, 60px);
  line-height: 0.95;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

.signal-text__bottom {
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 1.4;
  color: #cecece;
}

.footer {
  height: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
  background-image: url("../assets/images/desktop/footer-image.png");
  background-size: cover;
  padding-left: 200px;
  padding-bottom: 60px;
  padding-right: 40px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .footer {
    display: none;
  }
}

.footer-info__top {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-info__left {
  height: auto;
  width: auto;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

.footer-info__subtitle {
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 1.4;
  color: #cecece;
}

.footer-info__title {
  font-size: clamp(32px, 4vw, 60px);
  line-height: 0.95;
  color: #ffffff;
}

.footer-info__right {
  height: auto;
  width: auto;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  transform: translateX(-50px);
}

.footer-info__1 {
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 1.4;
  color: #cecece;
}

.footer-info__2 {
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 1.4;
  color: #ffffff;
}

.footer-info__3 {
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 1.4;
  color: #cecece;
  margin-top: 16px;
}

.footer-info__middle {
  height: 500px;
  width: 100%;
  position: relative;
}

.footer-info-middle__container {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer-info-middle__text {
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.label__line {
  width: 2px;
  height: 40px;
  background-color: #ffffff;
  display: block;
}

.footer-info__bottom {
  height: auto;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.footer-info__item {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
}

.item__icon {
  height: 24px;
  width: 24px;
}

.item__info {
  font-size: clamp(12px, 0.9vw, 16px);
  color: #ffffff;
}

.copy {
  font-size: clamp(12px, 0.9vw, 16px);
  color: #ffffff;
}

.section__contact {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease;
  overflow-y: auto;
  padding: 24px;
  box-sizing: border-box;
}

.section__contact.active {
  opacity: 1;
  visibility: visible;
}

.contact__form {
  height: auto;
  width: 500px;
  max-width: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
  padding: 40px;
  box-sizing: border-box;
  margin: auto;
}

@media (max-width: 768px) {
  .contact__form {
    padding: 28px 20px;
    gap: 32px;
  }
}

.header__form {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.header__close {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.close__icon {
  height: 24px;
  width: 24px;
  padding: 4px;
  border: 1px solid #ffffff;
}

.contact__title {
  font-size: clamp(32px, 4vw, 60px);
  line-height: 0.95;
  color: #ffffff;
}

.contact__inputs {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
}

.contact__input {
  height: 30px;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 16px;
  resize: none;
  overflow: hidden;
  color: #ffffff;
}

.contact__input::placeholder {
  color: #8e8e8e;
}

.contact__input:focus {
  border: 1px solid #ffffff;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.contact-form__submit {
  height: 60px;
  width: 100%;
  background-color: #171717;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: 200ms ease;
}

.contact-form__submit:hover {
  background-color: #ffffff;
  color: #000000;
}

.contact__recaptcha {
  font-size: 14px;
  font-weight: lighter;
  color: #ffffff;
}

/* ========== MOBILE + TABLET ========== */

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
}

img,
video {
  max-width: 100%;
}

.main__mobile {
  display: none;
}

@media (max-width: 1024px) {
  .main__mobile {
    height: auto;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #000000;
  }
}

/* ── HERO ── */
.section-hero__mobile {
  position: relative;
  height: 100svh;
  min-height: 640px;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 30px;
  background-position: center top;
  overflow: hidden;
  isolation: isolate;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("../assets/images/Poster-mobile.png");
  background-size: cover;
}

.section-hero__mobile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 3;
  pointer-events: none;
}

.hero-video__mobile {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  z-index: 2;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.hero-video__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0;
}

.hero-video__mobile::-webkit-media-controls,
.hero-video__mobile::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.hero-label__mobile {
  position: absolute;
  right: 0;
  top: 10%;
  transform: translateY(-320%);
  z-index: 10 !important;
}

.hero-label-text__mobile {
  font-size: 16px;
  letter-spacing: 0.18em;
  color: #cecece;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  white-space: nowrap;
  padding-right: 20px;
}

.hero-logos-content__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 60px;
  z-index: 10 !important;
}

.logo-stacato__mobile {
  height: 28px;
  width: auto;
  object-fit: contain;
}

.logo-line__mobile {
  height: auto;
  width: 100%;
}

.logo-zerodrag__mobile {
  height: fit-content;
  width: 100%;
  object-fit: contain;
}

.logo-nakedear__mobile {
  height: 18px;
  width: auto;
  object-fit: contain;
  margin-top: 36px;
}

.hero-content-bottom__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  z-index: 10 !important;
}

.hero-bottom-text__mobile {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #909090;
  text-transform: uppercase;
}

.hero-vertical__mobile {
  height: 48px;
  width: auto;
  opacity: 0.5;
}

/* ── UNHEARD ── */
.section-unheard__mobile {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-right: 20px;
  background-color: #000000;
  overflow: hidden;
}

.unheard-header__mobile {
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.unheard-nakedear__mobile {
  height: 12px;
  width: auto;
  object-fit: contain;
}

.unheard-title__mobile {
  font-size: 40px;
  line-height: 0.95;
  color: #ffffff;
  text-transform: uppercase;
  word-break: break-word;
}

.unheard-line__mobile {
  height: auto;
  width: 25%;
}

.unheard-subtitle__mobile-subtitle {
  font-size: 24px;
  font-weight: bolder;
  line-height: 1.3;
  color: #ffffff;
  text-transform: uppercase;
}

.unheard-subtitle__mobile {
  font-size: 16px;
  line-height: 1.3;
  color: #cecece;
  text-transform: uppercase;
}

.unheard-image__mobile {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
  display: block;
}

.asw__mobile {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-top: 0;
}

.unheard-logo__stacato {
  position: absolute;
  height: 40px;
  width: 100px;
  object-fit: contain;
  transform: rotate(90deg) translateX(200px);
  right: -40px;
}

/* ── NAKEDEAR LANDING VIDEO ── */
.section-video__mobile {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: crosshair;
}

.section-video__mobile,
.section-video__mobile * {
  cursor: crosshair !important;
}

.nakedear-video-landing__mobile {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 10;
  pointer-events: none;
}

.nakedear-video-landing__mobile::-webkit-media-controls,
.nakedear-video-landing__mobile::-webkit-media-controls-enclosure,
.nakedear-video-landing__mobile::-webkit-media-controls-panel {
  display: none !important;
}

.video-tap-overlay__mobile {
  position: absolute;
  inset: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.nakedear-image-logo__mobile {
  width: 185px;
  height: auto;
}

.nakedear-text__mobile {
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
}

.feed-button__mobile {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

.feed-button__mobile .bracket {
  position: absolute;
  width: 16px;
  height: 72px;
  opacity: 0;
  transition:
    transform 0.9s cubic-bezier(0.77, 0, 0.18, 1),
    opacity 0.9s ease,
    filter 0.9s ease;
  will-change: transform, opacity;
}

.feed-button__mobile .left {
  left: 48px;
  border-left: 3px solid white;
  transform: translateX(-60px);
}

.feed-button__mobile .left::before,
.feed-button__mobile .left::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 3px;
  background: white;
}

.feed-button__mobile .left::before {
  top: 0;
}

.feed-button__mobile .left::after {
  bottom: 0;
}

.feed-button__mobile .right {
  right: 48px;
  border-right: 3px solid white;
  transform: translateX(60px);
}

.feed-button__mobile .right::before,
.feed-button__mobile .right::after {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 3px;
  background: white;
}

.feed-button__mobile .right::before {
  top: 0;
}

.feed-button__mobile .right::after {
  bottom: 0;
}

.feed-button__mobile .text {
  display: none;
  transform: translateY(10px);
  filter: blur(6px);
  opacity: 0;
  transition:
    transform 0.9s cubic-bezier(0.77, 0, 0.18, 1),
    opacity 0.9s ease,
    filter 0.9s ease;
}

.section-video__mobile.active .nakedear-image__container,
.section-video__mobile.active .feed-button__mobile,
.section-video__mobile.video-active .nakedear-image__container,
.section-video__mobile.video-active .feed-button__mobile {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}

.section-video__mobile.active .nakedear-video-landing__mobile,
.section-video__mobile.video-active .nakedear-video-landing__mobile {
  opacity: 1;
  visibility: visible;
}

.section-video__mobile.in-view .feed-button__mobile .left,
.section-video__mobile.in-view .feed-button__mobile .right,
.section-video__mobile.in-view .feed-button__mobile .text {
  opacity: 1;
}

.section-video__mobile.in-view .feed-button__mobile .left {
  transform: translateX(0);
}

.section-video__mobile.in-view .feed-button__mobile .right {
  transform: translateX(0);
}

.section-video__mobile.in-view .feed-button__mobile .text {
  transform: translateY(0);
  filter: blur(0);
}

/* ── DIVIDER ── */
.section-divider__mobile,
.section-divider-mobile__mobile {
  height: auto;
  width: 100%;
}

.divider__mobile,
.divider-mobile__mobile {
  height: auto;
  width: 100%;
  display: block;
}

/* ── ZERO WIRES ── */
.section-zero__mobile {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0;
  background-color: #000000;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}

.zero-header__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 40px;
}

.zero-image-nakedear__mobile {
  height: auto;
  width: 130px;
  object-fit: contain;
}

.zero-title__mobile {
  font-size: 36px;
  line-height: 0.95;
  color: #ffffff;
  text-transform: uppercase;
  word-break: break-word;
}

.zero-product-buttons__mobile {
  height: auto;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 28px 20px 20px;
}

.zero-product-buttons__mobile.is-active {
  display: flex;
}

.zero-buttons-top__mobile,
.zero-buttons-bottom__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
}

/* ========== MOBILE BUTTONS ========== */

.zero-button-container__mobile,
.wasted-button-container__mobile,
.nothing-button-container__mobile {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 16px 8px;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 8px;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.zero-button-container__mobile.selected,
.wasted-button-container__mobile.selected,
.nothing-button-container__mobile.selected {
  background-color: #232524 !important;
  border: 1px solid transparent !important;
}

.zero-button-img__mobile {
  height: 80px;
  width: 80px;
  object-fit: contain;
}

.zero-button-text__mobile {
  text-align: center;
  font-size: 10px;
  line-height: 1.3;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.zero-button-play__mobile {
  height: 60px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #808080;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  transition: background-color 0.2s ease;
}

.zero-button-play__mobile.active {
  background-color: #232524 !important;
  border-color: #232524 !important;
}

.zero-buttons__back-next {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 28px;
  gap: 12px;
}

.zero-back__mobile,
.zero-next__mobile {
  height: 48px;
  width: auto;
  padding: 12px 20px;
  cursor: pointer;
  border: 1px solid #808080;
  border-radius: 8px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.zero-next__mobile {
  transform: rotate(180deg);
}

/* ── PRECISION FIT ── */
.section-precision__mobile {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: calc(100vw * 3784 / 1728);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-top: 30px;
  background-image: url("../assets/images/desktop/PRECISION-FIT.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  gap: 28px;
  overflow: hidden;
}

.precision-label-container__mobile {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  padding-right: 12px;
}

.precision-title__mobile {
  font-size: 34px;
  line-height: 0.95;
  color: #ffffff;
  text-transform: uppercase;
  word-break: break-word;
}

.precision-label__mobile {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #ffffff;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.label-line__mobile {
  display: block;
  height: 40px;
  width: 2px;
  background: #ffffff;
  margin: 0 auto;
}

/* ── WIRELESS PTT ── */
.section-wireless__mobile {
  position: relative;
  height: 550px;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-top: 30px;
  background-color: #000000;
  overflow: hidden;
  background-image: url("../assets/images/mobile/PTT\ 1\ ONE\ -\ 3.png");
  background-size: cover;
}

.wireless-header__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

.wireless-logo__mobile {
  height: auto;
  width: 120px;
  object-fit: contain;
}

.wireless-title__mobile {
  font-size: 32px;
  line-height: 0.95;
  color: #ffffff;
  text-transform: uppercase;
  word-break: break-word;
}

.wireless-subtitle__mobile {
  font-size: 20px;
  line-height: 1.3;
  color: #cecece;
}

.wireless-logo__stacato {
  position: absolute;
  height: 40px;
  width: 100px;
  object-fit: contain;
  transform: rotate(90deg) translateX(430px);
  right: -10px;
}

.wireless-label-text__mobile {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

/* ── NO WASTED MOTION ── */
.section-wasted__mobile {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #000000;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}

.wasted-header__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 18px;
}

.wasted-image-nakedear__mobile {
  height: auto;
  width: 120px;
  object-fit: contain;
}

.wasted-title__mobile {
  font-size: 40px;
  line-height: 0.95;
  color: #ffffff;
  text-transform: uppercase;
  word-break: break-word;
}

.wasted-subtitle__mobile {
  font-size: 20px;
  color: #cecece;
}

.wasted-product-buttons__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 28px 20px 20px;
}

.wasted-buttons-top__mobile,
.wasted-button-bottom__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
}

.wasted-button-img__mobile {
  height: 80px;
  width: 80px;
  object-fit: contain;
}

.wasted-button-text__mobile {
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  white-space: nowrap;
}

.wasted-button-play__mobile {
  height: 60px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #808080;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  transition: background-color 0.2s ease;
}

.wasted-button-play__mobile.active {
  background-color: #232524 !important;
  border-color: #232524 !important;
}

/* ── RE-RIG ── */
.section-regig__mobile {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2732 / 3739;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 30px 20px;
  background-image: url("../assets/images/desktop/Running Side V15.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  gap: 28px;
  overflow: hidden;
  box-sizing: border-box;
}

.regig-title__mobile {
  font-size: 40px;
  line-height: 0.95;
  color: #ffffff;
  text-transform: uppercase;
  word-break: break-word;
}

.regig-label-container__mobile {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-right: 20px;
}

.regig-label__mobile {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #ffffff;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

/* ── CUT THE WIRE ── */
.section-cut__mobile {
  position: relative;
  height: 300px;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-top: 30px;
  background-image: url("../assets/images/mobile/cut-image-mobile.png");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.cut-image__mobile {
  height: auto;
  width: 160px;
  object-fit: contain;
}

.cut-title__mobile {
  font-size: 28px;
  line-height: 0.95;
  color: #ffffff;
  text-transform: uppercase;
  word-break: break-word;
}

.cut-logo__stacato {
  position: absolute;
  height: 40px;
  width: 100px;
  object-fit: contain;
  transform: rotate(90deg) translateX(170px);
  right: -10px;
}

/* ── NOTHING RUNNING ── */
.section-nothing__mobile {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #000000;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}

.nothing-header__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 6px;
  padding-bottom: 20px;
}

.nothing-image__mobile {
  height: auto;
  width: 180px;
  object-fit: contain;
}

.nothing-title__mobile {
  font-size: 24px;
  line-height: 0.95;
  color: #ffffff;
  text-transform: uppercase;
  word-break: break-word;
}

.nothing-product-buttons__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 28px 20px 20px;
}

.nothing-buttons-top__mobile,
.nothing-buttons-bottom__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
}

.nothing-button-img__mobile {
  height: 80px;
  width: 80px;
  object-fit: contain;
}

.nothing-button-text__mobile {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.nothing-button-play__mobile {
  height: 60px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #808080;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  transition: background-color 0.2s ease;
}

.nothing-button-play__mobile.active {
  background-color: #232524 !important;
  border-color: #232524 !important;
}

/* ── READY AT THE EDGE ── */
.section-ready__mobile {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: calc(100vw * 704 / 393);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-top: 30px;
  background-image: url("../assets/images/desktop/READY.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ready-title__mobile {
  font-size: 34px;
  line-height: 0.95;
  color: #ffffff;
  text-transform: uppercase;
  word-break: break-word;
}

.ready-label-container__mobile {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-right: 20px;
}

.ready-label__mobile {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #ffffff;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

/* ── SIGNAL ENDS HERE ── */
.section-signal__mobile {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-top: 30px;
  background-color: #000000;
  overflow: hidden;
}

.signal-label-top__mobile {
  font-size: 13px;
  color: #cecece;
  text-align: center;
}

.signal-container__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

.signal-line__mobile {
  height: auto;
  width: 100%;
  display: block;
}

.signal-title__mobile {
  font-size: 22px;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.signal-label-bottom__mobile {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #cecece;
  text-align: center;
  text-transform: uppercase;
}

/* ── FOOTER MOBILE ── */
.footer__mobile {
  height: 700px;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 36px;
  background-image: url("../assets/images/mobile/footer-image-mobile.png");
  background-size: cover;
  background-position: center top;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 30px;
  overflow: hidden;
}

.footer-info-top__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}

.footer-info-subtitle {
  font-size: 16px;
  letter-spacing: 0.25em;
  color: #cecece;
  text-transform: uppercase;
}

.footer-info-title__mobile {
  font-size: 28px;
  line-height: 0.95;
  color: #ffffff;
  text-transform: uppercase;
  word-break: break-word;
}

.footer-info-middle__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2px;
}

.footer-info-middle-right__mobile {
  height: auto;
  width: auto;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;
}

.footer-info-middle-text__mobile {
  width: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-info-bottom__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
  flex-direction: column;
}

.footer-info-subtitle__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.footer-info-1-text__mobile {
  font-size: 12px;
  color: #ffffff;
}

.footer-info-2-text__mobile {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

.footer-info-3-text__mobile {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 16px;
}

.footer-info-contact__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.footer-info-item__mobile {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  cursor: pointer;
}

.footer-info-item__mobile a.item-info__mobile {
  white-space: nowrap;
}

.item-icon__mobile {
  height: 20px;
  width: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.item-info__mobile {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.4;
}

a.item-info__mobile:hover {
  color: #ffffff;
}

.footer-copy__mobile {
  text-align: start;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ── DUAL POWER ── */
.zero-button-text__mobile,
.wasted-button-text__mobile,
.nothing-button-text__mobile {
  font-size: 10px;
}

@media (max-width: 768px) {
  .dual-power__main {
    font-size: 11px;
  }
  .dual-power__sub {
    font-size: 8px;
  }
}

/* ── MEDIA WRAPPERS ── */
.zero__media-wrapper,
.wasted__media-wrapper,
.nothing__media-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.zero__media-wrapper img,
.wasted__media-wrapper img,
.nothing__media-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border: none;
}

.zero__media-wrapper iframe,
.wasted__media-wrapper iframe,
.nothing__media-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
}

@media (max-width: 768px) {
  .zero__media-wrapper,
  .wasted__media-wrapper,
  .nothing__media-wrapper {
    height: 200px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .zero__media-wrapper,
  .wasted__media-wrapper,
  .nothing__media-wrapper {
    height: 53.333vw;
    width: calc(100% + 10.667vw);
    margin-left: -5.333vw;
    margin-right: -5.333vw;
  }
}

/* ── FLOATING ICON ── */
.header.hidden {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 769px) {
  .header.hidden {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

.stacato-floating-icon {
  display: none;
  position: fixed;
  right: 20px;
  top: 45px;
  width: 40px;
  height: 40px;
  object-fit: contain;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

@media (max-width: 768px) {
  .stacato-floating-icon {
    display: block;
  }
}

.stacato-floating-icon.visible {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 769px) {
  #logo-top {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

/* ========== TABLET 768px to 1024px ========== */

@media (min-width: 768px) and (max-width: 1024px) {
  .main {
    display: none !important;
  }
  .footer {
    display: none !important;
  }
  .stacato-sidebar {
    display: none !important;
  }
  .main__mobile {
    display: flex !important;
  }

  .header {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .stacato-floating-icon {
    display: none !important;
  }

  /* ── HERO ── */
  .section-hero__mobile {
    height: 100svh;
    padding-bottom: 8vw;
  }

  .hero-label-text__mobile {
    font-size: 4.267vw;
    padding-right: 5.333vw;
  }

  .hero-logos-content__mobile {
    gap: 4.267vw;
    margin-bottom: 16vw;
  }

  .logo-stacato__mobile {
    height: 7.467vw;
  }

  .logo-nakedear__mobile {
    height: 4.8vw;
    margin-top: 9.6vw;
  }

  .hero-bottom-text__mobile {
    font-size: 3.467vw;
  }

  .hero-vertical__mobile {
    height: 12.8vw;
  }

  /* ── UNHEARD ── */
  .section-unheard__mobile {
    padding-top: 8vw;
    padding-left: 5.333vw;
    padding-bottom: 8vw;
    padding-right: 5.333vw;
  }

  .unheard-header__mobile {
    gap: 5.333vw;
  }

  .unheard-nakedear__mobile {
    height: 5.867vw;
  }

  .unheard-title__mobile {
    font-size: 10.667vw;
  }

  .unheard-subtitle__mobile-subtitle {
    font-size: 6.4vw;
  }

  .unheard-subtitle__mobile {
    font-size: 4.267vw;
  }

  .unheard-logo__stacato {
    height: 10.667vw;
    width: 26.667vw;
    transform: rotate(90deg) translateX(53.333vw);
    right: -10.667vw;
  }

  /* ── ZERO WIRES ── */
  .section-zero__mobile {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    padding-top: 8vw;
  }

  .zero-header__mobile {
    gap: 3.733vw;
    padding-bottom: 10.667vw;
  }

  .zero-image-nakedear__mobile {
    width: 34.667vw;
  }

  .zero-title__mobile {
    font-size: 9.6vw;
  }

  .zero-product-buttons__mobile {
    padding: 7.467vw 5.333vw 5.333vw;
    gap: 5.333vw;
  }

  .zero-buttons-top__mobile,
  .zero-buttons-bottom__mobile {
    gap: 3.2vw;
  }

  .zero-button-container__mobile {
    padding: 4.267vw 2.133vw;
    gap: 2.667vw;
  }

  .zero-button-img__mobile {
    height: 21.333vw;
    width: 21.333vw;
  }

  .zero-button-text__mobile {
    font-size: 2.667vw;
  }

  .zero-button-play__mobile {
    height: 16vw;
    font-size: 3.467vw;
  }

  .zero-buttons__back-next {
    padding: 0 5.333vw 7.467vw;
    gap: 3.2vw;
  }

  .zero-back__mobile,
  .zero-next__mobile {
    height: 12.8vw;
    padding: 3.2vw 5.333vw;
  }

  /* ── PRECISION FIT ── */
  .section-precision__mobile {
    padding-left: 5.333vw;
    padding-bottom: 8vw;
    padding-right: 5.333vw;
    padding-top: 8vw;
  }

  .precision-title__mobile {
    font-size: 9.067vw;
  }

  .precision-label__mobile {
    font-size: 3.2vw;
  }

  .label-line__mobile {
    height: 10.667vw;
  }

  .precision-label-container__mobile {
    gap: 4.267vw;
    padding-right: 3.2vw;
  }

  /* ── WIRELESS PTT ── */
  .section-wireless__mobile {
    height: 146.667vw;
    padding-left: 5.333vw;
    padding-bottom: 8vw;
    padding-right: 5.333vw;
    padding-top: 8vw;
  }

  .wireless-header__mobile {
    gap: 4.267vw;
  }

  .wireless-logo__mobile {
    width: 32vw;
  }

  .wireless-title__mobile {
    font-size: 8.533vw;
  }

  .wireless-subtitle__mobile {
    font-size: 5.333vw;
  }

  .wireless-logo__stacato {
    height: 10.667vw;
    width: 26.667vw;
    transform: rotate(90deg) translateX(114.667vw);
    right: -2.667vw;
  }

  .wireless-label-text__mobile {
    font-size: 4.267vw;
  }

  /* ── NO WASTED MOTION ── */
  .section-wasted__mobile {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    padding-top: 8vw;
  }

  .wasted-header__mobile {
    gap: 3.733vw;
    padding-bottom: 4.8vw;
  }

  .wasted-image-nakedear__mobile {
    width: 32vw;
  }

  .wasted-title__mobile {
    font-size: 10.667vw;
  }

  .wasted-subtitle__mobile {
    font-size: 5.333vw;
  }

  .wasted-product-buttons__mobile {
    padding: 7.467vw 5.333vw 5.333vw;
    gap: 5.333vw;
  }

  .wasted-buttons-top__mobile,
  .wasted-button-bottom__mobile {
    gap: 3.2vw;
  }

  .wasted-button-container__mobile {
    padding: 4.267vw 2.133vw;
    gap: 2.667vw;
  }

  .wasted-button-img__mobile {
    height: 21.333vw;
    width: 21.333vw;
  }

  .wasted-button-text__mobile {
    font-size: 2.667vw;
  }

  .wasted-button-play__mobile {
    height: 16vw;
    font-size: 3.467vw;
  }

  /* ── RE-RIG ── */
  .section-regig__mobile {
    padding: 8vw 5.333vw;
  }

  .regig-title__mobile {
    font-size: 10.667vw;
  }

  .regig-label-container__mobile {
    gap: 3.2vw;
    padding-right: 5.333vw;
  }

  .regig-label__mobile {
    font-size: 3.2vw;
  }

  /* ── CUT THE WIRE ── */
  .section-cut__mobile {
    height: 133.333vw;
    padding-left: 5.333vw;
    padding-bottom: 8vw;
    padding-right: 5.333vw;
    padding-top: 8vw;
  }

  .cut-image__mobile {
    width: 42.667vw;
  }

  .cut-title__mobile {
    font-size: 9.067vw;
  }

  .cut-logo__stacato {
    height: 10.667vw;
    width: 26.667vw;
    transform: rotate(90deg) translateX(100.8vw);
    right: -2.667vw;
  }

  /* ── NOTHING RUNNING ── */
  .section-nothing__mobile {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    padding-top: 8vw;
  }

  .nothing-header__mobile {
    gap: 3.733vw;
    margin-bottom: 6.4vw;
    padding-bottom: 5.333vw;
  }

  .nothing-image__mobile {
    width: 48vw;
  }

  .nothing-title__mobile {
    font-size: 8vw;
  }

  .nothing-product-buttons__mobile {
    padding: 7.467vw 5.333vw 5.333vw;
    gap: 5.333vw;
  }

  .nothing-buttons-top__mobile,
  .nothing-buttons-bottom__mobile {
    gap: 3.2vw;
  }

  .nothing-button-container__mobile {
    padding: 4.267vw 2.133vw;
    gap: 2.667vw;
  }

  .nothing-button-img__mobile {
    height: 21.333vw;
    width: 21.333vw;
  }

  .nothing-button-text__mobile {
    font-size: 2.667vw;
  }

  .nothing-button-play__mobile {
    height: 16vw;
    font-size: 3.467vw;
  }

  /* ── READY AT THE EDGE ── */
  .section-ready__mobile {
    padding-left: 5.333vw;
    padding-bottom: 8vw;
    padding-right: 5.333vw;
    padding-top: 8vw;
  }

  .ready-title__mobile {
    font-size: 9.067vw;
  }

  .ready-label-container__mobile {
    gap: 3.2vw;
    padding-right: 5.333vw;
  }

  .ready-label__mobile {
    font-size: 3.2vw;
  }

  /* ── SIGNAL ENDS HERE ── */
  .section-signal__mobile {
    padding-left: 5.333vw;
    padding-bottom: 8vw;
    padding-right: 5.333vw;
    padding-top: 8vw;
    gap: 12.8vw;
  }

  .signal-label-top__mobile {
    font-size: 3.467vw;
  }

  .signal-title__mobile {
    font-size: 5.867vw;
  }

  .signal-label-bottom__mobile {
    font-size: 2.933vw;
  }

  /* ── FOOTER ── */
  .footer__mobile {
    height: 186.667vw;
    padding-left: 5.333vw;
    padding-bottom: 5.333vw;
    padding-right: 5.333vw;
    padding-top: 8vw;
    gap: 9.6vw;
  }

  .footer-info-subtitle {
    font-size: 4.267vw;
  }

  .footer-info-title__mobile {
    font-size: 7.467vw;
  }

  .footer-info-middle-text__mobile {
    font-size: 4.267vw;
  }

  .footer-info-1-text__mobile,
  .footer-info-2-text__mobile,
  .footer-info-3-text__mobile {
    font-size: 3.2vw;
  }

  .item-icon__mobile {
    height: 5.333vw;
    width: 5.333vw;
  }

  .item-info__mobile {
    font-size: 3.6vw;
  }

  .footer-copy__mobile {
    font-size: 2.667vw;
  }

  .contact__form {
    padding: 7.467vw 5.333vw;
    gap: 8.533vw;
  }

  .nav__logo-emblem {
    opacity: 1;
    width: 10.125vw;
  }
  .nav__logo-nakedear {
    display: none;
  }
  .nav__element {
    font-size: 3.2vw;
  }

  .dual-power__main {
    font-size: 2.933vw;
  }

  .dual-power__sub {
    font-size: 2.133vw;
  }
}

/* ── Touch Events Mobile ── */
.zero-button-container__mobile *,
.wasted-button-container__mobile *,
.nothing-button-container__mobile * {
  pointer-events: none;
}

/* ✅ SELECTED STATE — SIEMPRE VISIBLE (Desktop, Tablet, Mobile) */
.zero-button-container__mobile.selected,
.wasted-button-container__mobile.selected,
.nothing-button-container__mobile.selected {
  background-color: #232524 !important;
  border: 1px solid transparent !important;
}

/* Touch devices - Remove hover BUT keep selected */
@media (hover: none) and (pointer: coarse) {
  .zero-button-container__mobile:hover,
  .wasted-button-container__mobile:hover,
  .nothing-button-container__mobile:hover,
  .zero-button-container__mobile:active,
  .wasted-button-container__mobile:active,
  .nothing-button-container__mobile:active {
    background-color: transparent !important;
    border: 1px solid transparent !important;
  }

  /* ✅ KEEP SELECTED COLOR ON TOUCH DEVICES */
  .zero-button-container__mobile.selected,
  .wasted-button-container__mobile.selected,
  .nothing-button-container__mobile.selected {
    background-color: #232524 !important;
    border: 1px solid transparent !important;
  }
}

/* Desktop/Tablet with hover */
@media (hover: hover) and (pointer: fine) {
  .zero-button-container__mobile:hover,
  .wasted-button-container__mobile:hover,
  .nothing-button-container__mobile:hover {
    background-color: #5a5a5a !important;
    border: 1px solid transparent !important;
  }

  /* ✅ KEEP SELECTED COLOR ON DESKTOP */
  .zero-button-container__mobile.selected,
  .wasted-button-container__mobile.selected,
  .nothing-button-container__mobile.selected {
    background-color: #232524 !important;
    border: 1px solid transparent !important;
  }
}

@media (max-width: 1024px) {
  .nav__element {
    font-size: 16px;
  }

  .nav__contact {
    width: 20px;
  }

  .nav__line {
    height: 12px;
  }

  .nav__logo-emblem {
    width: 38px;
  }
}

.cut-the-wire__label {
  font-size: 24px;
  font-weight: 300;
  color: #cecece;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.cut-label__mobile {
  font-size: 16px;
  font-weight: 300;
  color: #cecece;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.radio-desktop {
  font-size: clamp(14px, 1.5vw, 24px);
  font-weight: 400;
}

.radio-mobile {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .radio-mobile {
    font-size: 4.267vw;
  }
}

.radio-desktop {
  font-size: clamp(14px, 1.5vw, 24px);
  font-weight: 400;
  display: block;
  margin-bottom: 0px;
}

.radio-mobile {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .radio-mobile {
    font-size: 4.267vw;
    margin-bottom: 4.267vw;
  }
}

.stacato-floating-icon {
  position: static; /* No fixed de entrada */
  right: auto;
  top: auto;
  width: 40px;
  height: 40px;
  object-fit: contain;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  display: none;
}

.stacato-floating-icon.visible {
  position: fixed; /* Ahora sí fixed */
  right: 20px;
  top: 45px;
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .stacato-floating-icon {
    display: none;
  }

  .stacato-floating-icon.visible {
    display: block !important;
  }
}

.stacato__name {
  height: 200px;
  width: auto;
  object-fit: contain;
  transform: rotate(-90deg);
  transition: opacity 0.3s ease;
  cursor: pointer;
  opacity: 0; /* ← AGREGAR ESTA LÍNEA */
  pointer-events: none; /* ← AGREGAR ESTA LÍNEA */
}

.cut-the-wire__subtitle {
  color: white;
}

.cut-subtitle__mobile {
  color: white;
}
