.hero-copy {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 6;
  width: min(720px, calc(100vw - 48px));
  color: #fff;
  text-align: center !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

.home-floor {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.home-floor > a {
  display: block;
  height: 100%;
}

#homevideo2 {
  height: 100vh !important;
  min-height: 560px;
}

.public-header .logo {
  background: url(../image/nerd-bar-wordmark.png) left center / contain no-repeat;
  filter: grayscale(100%) contrast(1.15) brightness(0.42);
  width: clamp(112px, 11.3vw, 163px);
  height: 30px;
}

.products-floor .label span {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}

.products-floor .swiper-slide p {
  color: #000;
}

.technology-floor {
  background: #fff;
  color: #000;
  padding: clamp(64px, 8vw, 110px) 0;
}

.technology-floor .wrapper {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.technology-floor h2 {
  margin: 0 0 18px;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-intro {
  max-width: 820px;
  margin: 0 0 38px;
  color: #161616;
  font-family: Arial, sans-serif;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.45;
}

.technology-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.technology-grid article {
  min-height: 230px;
  padding: 26px;
  border: 2px solid #000;
  border-radius: 8px;
  background: #fff;
}

.technology-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border: 2px solid #000;
  border-radius: 50%;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.technology-grid h3 {
  margin: 0 0 14px;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.technology-grid p {
  margin: 0;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.home-about-container .logo-mask {
  object-fit: cover;
  padding: 0;
}

.social-media-container .image-list img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.social-media-container .slogan-box a {
  color: inherit;
  text-decoration: none;
}

.hero-copy img {
  display: block;
  width: min(360px, 72vw);
  max-height: 110px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 18px;
  filter: brightness(0) invert(1) drop-shadow(0 6px 20px rgba(0, 0, 0, 0.28));
}

.hero-copy p {
  max-width: 520px;
  margin: 0 auto 24px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-actions a,
.age-gate-actions button {
  min-width: 142px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 4px;
  background: #fff;
  color: #050505;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.contact-message {
  min-height: 22px;
  margin-top: 12px !important;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.footer .subscribe {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.footer .subscribe > p:first-child {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 900;
}

.footer .subscribe .input-group {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.footer .subscribe input {
  min-width: 0;
  flex: 1;
  height: 46px;
  border-radius: 4px;
}

.footer .subscribe .button-subscribe {
  min-width: 110px;
  height: 46px;
  border-radius: 4px;
}

.hero-actions a:nth-child(2),
.age-gate-actions button:nth-child(2) {
  background: rgba(0, 0, 0, 0.16);
  color: #fff;
}

.hero-actions a:hover,
.age-gate-actions button:hover {
  transform: translateY(-2px);
}

.footer .des {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.84);
  color: #fff;
}

.age-gate.is-visible {
  display: flex;
}

.age-gate-panel {
  width: min(440px, 100%);
  padding: 34px 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(12, 12, 16, 0.96);
  text-align: center;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
}

.age-gate-panel img {
  width: min(260px, 80%);
  margin-bottom: 22px;
  filter: brightness(0) invert(1);
}

.age-gate-panel h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 32px;
  line-height: 1.1;
}

.age-gate-panel p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.age-gate-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.age-gate-actions button {
  cursor: pointer;
}

.products-floor {
  background: #fff;
  padding: clamp(70px, 8vw, 128px) 0;
}

.products-floor .wrapper {
  width: min(1460px, calc(100% - 56px));
}

.products-floor h2 {
  margin: 0 0 clamp(34px, 5vw, 74px);
  padding: 0;
  color: #333333;
  font-family: "Muli", "Mulish", sans-serif;
  font-size: clamp(34px, 4.4vw, 60px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
}

.products-floor-content {
  position: relative;
}

.products-floor .products-swiper-container {
  overflow: visible;
}

.products-floor .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 58px) clamp(22px, 3vw, 42px);
  height: auto !important;
}

.products-floor .swiper-slide {
  height: auto !important;
}

.products-floor .swiper-slide a {
  display: block;
  color: #111;
  text-decoration: none;
}

.products-floor .swiper-slide .img {
  overflow: hidden;
  border-radius: clamp(24px, 3.2vw, 52px);
  background: #f5f5f5;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
}

.products-floor .swiper-slide .img img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.products-floor .swiper-slide a:hover .img img {
  transform: scale(1.035);
}

.products-floor .swiper-slide p {
  margin: 24px 0 14px;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: clamp(28px, 3.3vw, 56px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.products-floor .swiper-slide p span {
  display: none;
}

.products-floor .label {
  display: block;
  margin: 0;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: clamp(15px, 1.18vw, 19px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: left;
}

.products-floor .label span {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.products-floor .label span + span::before {
  content: " / ";
  color: #111;
  font-weight: 300;
}

.products-floor .pagination2,
.products-floor .arrow-left2,
.products-floor .arrow-right2 {
  display: none !important;
}

.age-gate {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 67, 218, 0.32), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(0, 210, 255, 0.32), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(122, 76, 255, 0.26), transparent 42%),
    rgba(3, 5, 12, 0.92);
  backdrop-filter: blur(18px);
}

.age-gate::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
  opacity: 0.42;
}

.age-gate-panel {
  position: relative;
  overflow: hidden;
  width: min(540px, 100%);
  padding: clamp(34px, 5vw, 54px) clamp(24px, 4vw, 42px);
  border: 1px solid rgba(93, 231, 255, 0.46);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(8, 12, 28, 0.96), rgba(25, 15, 48, 0.94)),
    rgba(8, 10, 18, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 44px rgba(0, 220, 255, 0.18),
    0 32px 90px rgba(0, 0, 0, 0.65);
}

.age-gate-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff4fe3, #51e9ff, #8cffb5);
}

.age-gate-panel::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -70px;
  bottom: -76px;
  border: 1px solid rgba(93, 231, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 48px rgba(93, 231, 255, 0.16);
}

.age-gate-panel img,
.age-gate-panel .age-gate-kicker,
.age-gate-panel h2,
.age-gate-panel p,
.age-gate-panel .age-gate-actions {
  position: relative;
  z-index: 1;
}

.age-gate-panel img {
  width: min(285px, 78%);
  margin-bottom: 24px;
  filter: brightness(0) invert(1) drop-shadow(0 0 22px rgba(81, 233, 255, 0.24));
}

.age-gate-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 12px;
  margin-bottom: 16px;
  border: 1px solid rgba(93, 231, 255, 0.35);
  border-radius: 999px;
  color: #9af4ff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.age-gate-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.96;
  text-transform: uppercase;
}

.age-gate-panel p {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.78);
}

.age-gate-actions {
  gap: 14px;
}

.age-gate-actions button {
  min-width: 164px;
  height: 50px;
  border-color: rgba(93, 231, 255, 0.6);
  border-radius: 6px;
  box-shadow: 0 0 22px rgba(81, 233, 255, 0.13);
}

.age-gate-actions button:first-child {
  background: linear-gradient(90deg, #ffffff, #d9fbff);
  color: #06101a;
}

.age-gate-actions button:nth-child(2) {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

/* Cyberpunk age gate override */
.age-gate {
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 0, 183, 0.2), rgba(0, 229, 255, 0.2)),
    radial-gradient(circle at 12% 16%, rgba(255, 49, 224, 0.62), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(0, 229, 255, 0.58), transparent 26%),
    radial-gradient(circle at 52% 88%, rgba(134, 82, 255, 0.56), transparent 33%),
    linear-gradient(130deg, rgba(3, 5, 16, 0.92), rgba(7, 11, 31, 0.98)),
    url("../picture/444.jpg") center / cover no-repeat;
  backdrop-filter: blur(20px) saturate(1.35);
}

.age-gate::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(77, 235, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 65, 221, 0.14) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: perspective(700px) rotateX(62deg) translateY(18%);
  transform-origin: center bottom;
  animation: ageGridDrift 7s linear infinite;
  mask-image: linear-gradient(transparent 0%, #000 38%, #000 88%, transparent 100%);
  opacity: 0.82;
}

.age-gate::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 5px),
    linear-gradient(115deg, transparent 0 35%, rgba(83, 236, 255, 0.18) 45%, transparent 58% 100%);
  mix-blend-mode: screen;
  opacity: 0.48;
  animation: ageScan 4.8s ease-in-out infinite;
}

.age-gate-bg-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.17);
  font-family: Arial, sans-serif;
  font-size: min(34vw, 390px);
  font-weight: 900;
  line-height: 0.8;
  opacity: 0.72;
  text-shadow:
    0 0 34px rgba(0, 229, 255, 0.16),
    0 0 70px rgba(255, 49, 224, 0.12);
  pointer-events: none;
}

.age-gate-panel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: min(590px, 100%);
  padding: clamp(38px, 5vw, 62px) clamp(26px, 4.5vw, 48px);
  border: 1px solid rgba(98, 242, 255, 0.65);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(7, 10, 27, 0.76), rgba(34, 10, 51, 0.66)),
    rgba(7, 9, 22, 0.78);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 0 34px rgba(0, 229, 255, 0.28),
    0 0 96px rgba(255, 49, 224, 0.2),
    0 38px 110px rgba(0, 0, 0, 0.72);
}

.age-gate-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, transparent, rgba(86, 239, 255, 0.24), transparent) top / 100% 2px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent 38%),
    radial-gradient(circle at 12% 18%, rgba(255, 49, 224, 0.22), transparent 28%),
    radial-gradient(circle at 92% 16%, rgba(0, 229, 255, 0.22), transparent 30%);
}

.age-gate-panel::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  clip-path: polygon(0 0, 38% 0, 42% 8px, 58% 8px, 62% 0, 100% 0, 100% 100%, 62% 100%, 58% calc(100% - 8px), 42% calc(100% - 8px), 38% 100%, 0 100%);
  pointer-events: none;
}

.age-gate-scan {
  position: absolute;
  left: -20%;
  right: -20%;
  top: -40%;
  z-index: 1;
  height: 36%;
  background: linear-gradient(180deg, transparent, rgba(104, 246, 255, 0.22), transparent);
  transform: rotate(8deg);
  animation: agePanelScan 3.6s ease-in-out infinite;
  pointer-events: none;
}

.age-gate-panel img,
.age-gate-panel .age-gate-kicker,
.age-gate-panel h2,
.age-gate-panel p,
.age-gate-panel .age-gate-actions {
  position: relative;
  z-index: 2;
}

.age-gate-panel img {
  width: min(300px, 78%);
  margin-bottom: 24px;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 18px rgba(0, 229, 255, 0.52))
    drop-shadow(0 0 30px rgba(255, 49, 224, 0.32));
}

.age-gate-kicker {
  min-height: 34px;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-color: rgba(105, 242, 255, 0.68);
  background: linear-gradient(90deg, rgba(255, 49, 224, 0.16), rgba(0, 229, 255, 0.16));
  color: #c9fbff;
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.18);
}

.age-gate-panel h2 {
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  text-shadow:
    2px 0 0 rgba(255, 49, 224, 0.62),
    -2px 0 0 rgba(0, 229, 255, 0.6),
    0 0 28px rgba(255, 255, 255, 0.18);
}

.age-gate-panel p {
  max-width: 420px;
  color: rgba(239, 252, 255, 0.84);
  font-weight: 700;
}

.age-gate-actions button {
  position: relative;
  overflow: hidden;
  min-width: 172px;
  height: 54px;
  border-color: rgba(122, 246, 255, 0.78);
  background: rgba(4, 8, 22, 0.72);
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 28px rgba(0, 229, 255, 0.18);
}

.age-gate-actions button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: translateX(-120%);
  transition: transform 0.42s ease;
}

.age-gate-actions button:hover::before {
  transform: translateX(120%);
}

.age-gate-actions button:first-child {
  border-color: rgba(0, 229, 255, 0.94);
  background: linear-gradient(90deg, #eaffff, #8ff5ff 48%, #ff8feb);
  color: #03121b;
}

.age-gate-actions button:nth-child(2) {
  border-color: rgba(255, 92, 224, 0.72);
  background: rgba(255, 49, 224, 0.08);
}

@keyframes ageGridDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 0 42px, 42px 0;
  }
}

@keyframes ageScan {
  0%, 100% {
    transform: translateX(-8%);
    opacity: 0.38;
  }
  50% {
    transform: translateX(8%);
    opacity: 0.66;
  }
}

@keyframes agePanelScan {
  0% {
    top: -42%;
    opacity: 0;
  }
  35% {
    opacity: 0.9;
  }
  100% {
    top: 108%;
    opacity: 0;
  }
}

/* Final age-gate typography: modern, styled, and readable. */
.age-gate-panel {
  font-family: "Bahnschrift", "Segoe UI Variable Display", "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}

.age-gate-kicker {
  font-family: "Bahnschrift", "Segoe UI Variable Display", "Century Gothic", "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.age-gate-panel h2 {
  font-family: "Bahnschrift", "Segoe UI Variable Display", "Century Gothic", "Trebuchet MS", Arial, sans-serif;
  font-style: italic;
  font-weight: 900;
  transform: skewX(-6deg);
}

.age-gate-panel p {
  font-family: "Segoe UI Variable Text", "Segoe UI", "Trebuchet MS", Arial, sans-serif;
  font-weight: 650;
}

.age-gate-actions button {
  font-family: "Bahnschrift", "Segoe UI Variable Display", "Century Gothic", "Trebuchet MS", Arial, sans-serif;
  font-style: italic;
  font-weight: 900;
}

/* Move the opening copy below the hero video so it never covers the video. */
.home-floor {
  min-height: auto;
  overflow: visible;
  background: #fff;
}

.home-floor > a {
  height: auto;
}

.hero-copy {
  position: static !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 88px) 0 clamp(46px, 6vw, 92px);
  color: #111;
  text-align: center !important;
  text-shadow: none;
}

.hero-copy img {
  filter: brightness(0);
}

.hero-copy p {
  max-width: 720px;
  color: #111;
  font-size: clamp(21px, 2.4vw, 34px);
  line-height: 1.28;
}

.hero-actions a {
  border-color: #111;
  background: #111;
  color: #fff;
}

.hero-actions a:nth-child(2) {
  background: #fff;
  color: #111;
}

.hero-copy {
  display: none !important;
}

@media (max-width: 767px) {
  #coverFloor2 {
    display: block !important;
  }

  .home-floor {
    min-height: 640px;
  }

  #homevideo2 {
    height: 640px !important;
    min-height: 640px;
  }

  .hero-copy {
    width: min(100% - 28px, 560px);
    padding: 34px 0 54px;
  }

  .hero-copy p {
    font-size: 17px;
  }

  .hero-actions a,
  .age-gate-actions button {
    flex: 1 1 140px;
  }

  .technology-grid {
    grid-template-columns: 1fr;
  }

  .technology-grid article {
    min-height: auto;
  }

  .products-floor {
    padding: 56px 0 72px;
  }

  .products-floor .wrapper {
    width: min(100% - 28px, 680px);
  }

  .products-floor .swiper-wrapper {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .products-floor .swiper-slide p {
    margin-top: 18px;
  }

  .age-gate {
    padding: 18px;
  }

  .age-gate-bg-mark {
    font-size: 54vw;
  }

  .age-gate-panel {
    padding: 34px 22px;
  }

  .age-gate-panel h2 {
    font-size: 42px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .home-floor {
    min-height: 620px;
  }

  #homevideo2 {
    height: 620px !important;
    min-height: 620px;
  }

  .hero-copy {
    top: 50%;
    bottom: auto;
  }

  .products-floor {
    padding-top: 64px;
  }

  .products-floor h2 {
    padding-bottom: 48px;
  }
}

/* Final product description style, matching GeekBar's clean outlined text under products. */
.products-floor .label {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #111 !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(15px, 1.18vw, 19px) !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.products-floor .label span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 34px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 7px 14px !important;
  border: 1px solid #111 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111 !important;
  font-family: Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.products-floor .label span + span::before {
  content: none !important;
}

/* Scroll-zoom word mask: GeekBar-style form, rebuilt for NERD BAR. */
.home-about-container .nerdbar-word-mask {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
  padding: 0 4vw !important;
  background: #fff;
  color: #7b35ff;
  font-family: Arial Black, Impact, Arial, sans-serif;
  font-size: clamp(78px, 18vw, 265px);
  font-weight: 900;
  line-height: 0.82;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
  -webkit-text-fill-color: #7b35ff;
  text-shadow: 0 12px 42px rgba(123, 53, 255, 0.22);
  transform-origin: center center;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.home-about-container .nerdbar-word-mask::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
}

.home-about-container .nerdbar-word-mask::after {
  content: "";
  position: absolute;
  inset: 8%;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 48%, rgba(255, 82, 221, 0.23), transparent 28%),
    radial-gradient(circle at 75% 52%, rgba(0, 166, 255, 0.25), transparent 32%);
  filter: blur(28px);
}

@keyframes nerdbarWordFlow {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}

/* Logo cutout version: video shows through the Nerd Bar logo shape. */
.home-about-container .nerdbar-logo-cutout {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
  padding: 0 4vw !important;
  background: #fff;
  transform-origin: center center;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.home-about-container .nerdbar-logo-cutout video {
  display: block;
  width: min(88vw, 1680px);
  height: min(34vw, 520px);
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: url("../image/nerd-bar-color-logo.png");
  mask-image: url("../image/nerd-bar-color-logo.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-mode: luminance;
  filter: saturate(1.12) contrast(1.04);
}

.home-about-container .nerdbar-logo-cutout::after {
  content: "";
  position: absolute;
  width: min(88vw, 1680px);
  height: min(34vw, 520px);
  background: url("../image/nerd-bar-color-logo.png") center / contain no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

/* Final Products layout: one-row draggable/autoplay carousel. */
.products-floor .products-swiper-container {
  overflow: hidden !important;
  cursor: grab;
}

.products-floor .products-swiper-container:active {
  cursor: grabbing;
}

.products-floor .swiper-wrapper {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  height: auto !important;
  align-items: flex-start !important;
}

.products-floor .swiper-slide {
  flex: 0 0 auto !important;
  height: auto !important;
}

.products-floor .swiper-slide .img {
  border-radius: clamp(22px, 3vw, 48px);
}

.products-floor .pagination2 {
  display: block !important;
  position: relative !important;
  margin-top: 32px !important;
  text-align: center !important;
}

.products-floor .arrow-left2,
.products-floor .arrow-right2 {
  display: block !important;
}

@media (max-width: 767px) {
  .products-floor .swiper-slide {
  }

  .products-floor .arrow-left2,
  .products-floor .arrow-right2 {
    display: none !important;
  }
}

/* Final product typography: matched closer to the GeekBar reference. */
.products-floor .swiper-slide p {
  margin: 18px 0 14px !important;
  color: #777 !important;
  font-family: "Arial", "Helvetica Neue", sans-serif !important;
  font-size: clamp(21px, 1.55vw, 28px) !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

.products-floor .label {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px 18px !important;
  margin: 0 !important;
  font-family: "Arial", "Helvetica Neue", sans-serif !important;
  font-size: clamp(13px, 0.86vw, 16px) !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.products-floor .label span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 138px !important;
  min-height: 36px !important;
  padding: 7px 20px !important;
  border: 1px solid #111 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  line-height: inherit !important;
  white-space: nowrap !important;
  text-transform: none !important;
}

.products-floor .swiper-slide img[src*="nerd-bar-color-logo"] {
  object-fit: contain !important;
  background: #050505 !important;
  padding: 7.5% !important;
}

@media (max-width: 767px) {
  .products-floor .swiper-slide p {
    margin: 14px 0 10px !important;
    font-size: 21px !important;
  }

  .products-floor .label {
    gap: 10px !important;
    font-size: 13px !important;
  }

  .products-floor .label span {
    min-width: 0 !important;
    min-height: 36px !important;
    padding: 7px 16px !important;
  }
}

/* Age gate: plain backdrop so the homepage video shows behind the popup.
   Removes the 444.jpg image, neon gradients, perspective grid, scanlines
   and the giant "21+" watermark. Only a light scrim is kept for contrast. */
.age-gate {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: none;
}

.age-gate::before,
.age-gate::after {
  content: none;
  display: none;
  background: none;
  animation: none;
}

.age-gate-bg-mark {
  display: none;
}

/* GeekBar-style scroll-zoom hero: "NERD BAR" knockout text over the smoke
   video. White SVG sheet with text-shaped holes reveals the video through the
   letters; the existing GSAP timeline scales/fades .logo-mask on scroll.
   Vector text stays crisp at any zoom level. */
.home-about-container .nerdbar-word-knockout {
  display: block;
  background: url(../image/nerd-bar-knockout-sheet2.png) center center / cover no-repeat;
  transform-origin: center center;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Age gate v2: compact, vivid, lighter theme with the NERD BAR artistic
   wordmark. Overrides the earlier bulky "cyberpunk" panel (appended last so
   it wins the cascade). */
.age-gate-panel {
  width: min(360px, calc(100% - 40px));
  padding: 26px 26px 24px;
  border: 1.5px solid transparent;
  border-radius: 20px;
  overflow: hidden;
  background:
    linear-gradient(#15101f, #15101f) padding-box,
    linear-gradient(120deg, #ff3da6, #8b5cff 50%, #29c5ff) border-box;
  box-shadow:
    0 20px 56px rgba(10, 4, 30, 0.55),
    0 0 38px rgba(139, 92, 255, 0.22);
}

/* drop the old decorative layers / scan line */
.age-gate-panel::before,
.age-gate-panel::after,
.age-gate-scan {
  content: none;
  display: none;
  background: none;
  animation: none;
}

.age-gate-panel img {
  width: 150px;
  margin: 0 auto 14px;
  filter: none;
}

.age-gate-panel .age-gate-kicker {
  min-height: auto;
  margin-bottom: 12px;
  padding: 5px 13px;
  border: 1px solid rgba(139, 92, 255, 0.5);
  border-radius: 999px;
  background: rgba(139, 92, 255, 0.16);
  color: #cdb6ff;
  font-size: 11px;
  letter-spacing: 2px;
  box-shadow: none;
}

.age-gate-panel h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 800;
  text-shadow: none;
}

.age-gate-panel p {
  max-width: 290px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.age-gate-actions {
  margin-top: 20px;
  gap: 12px;
}

.age-gate-actions button {
  min-width: 132px;
  height: 46px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}

.age-gate-actions button::before {
  display: none;
}

.age-gate-actions button:first-child {
  border: none;
  color: #ffffff;
  background: linear-gradient(90deg, #ff3da6, #8b5cff 52%, #29c5ff);
  box-shadow: 0 8px 22px rgba(139, 92, 255, 0.45);
}

.age-gate-actions button:nth-child(2) {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
}

.age-gate-actions button:hover {
  transform: translateY(-1px);
}

/* Age gate v3: fruity / fresh theme matching the hero video (soft blue + pink,
   raspberry accents). Light, juicy, not metallic. Overrides v2 (appended last). */
.age-gate {
  background: rgba(20, 8, 24, 0.22);
}

.age-gate-panel {
  width: min(360px, calc(100% - 40px));
  padding: 26px 26px 24px;
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(165deg, #ffffff 0%, #ffeef4 50%, #eaf3ff 100%);
  box-shadow:
    0 24px 56px rgba(226, 58, 120, 0.22),
    0 8px 22px rgba(96, 150, 235, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3px);
}

.age-gate-panel img {
  width: 152px;
  margin: 0 auto 14px;
  filter: none;
}

.age-gate-panel .age-gate-kicker {
  min-height: auto;
  margin-bottom: 12px;
  padding: 5px 13px;
  border: 1px solid rgba(255, 77, 141, 0.42);
  border-radius: 999px;
  background: rgba(255, 77, 141, 0.12);
  color: #e23a78;
  font-size: 11px;
  letter-spacing: 2px;
  box-shadow: none;
}

.age-gate-panel h2 {
  margin: 0 0 8px;
  color: #3a1228;
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 800;
  text-shadow: none;
}

.age-gate-panel p {
  max-width: 290px;
  margin: 0 auto;
  color: #8a5a6f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.age-gate-actions {
  margin-top: 20px;
  gap: 12px;
}

.age-gate-actions button {
  min-width: 132px;
  height: 46px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}

.age-gate-actions button:first-child {
  border: none;
  color: #ffffff;
  background: linear-gradient(100deg, #ff3d7f 0%, #ff6fae 45%, #6fc0ff 100%);
  box-shadow: 0 8px 22px rgba(255, 77, 141, 0.4);
}

.age-gate-actions button:nth-child(2) {
  border: 1px solid rgba(226, 58, 120, 0.3);
  background: #ffffff;
  color: #b85a82;
}

.age-gate-actions button:hover {
  transform: translateY(-1px);
}
