@charset "UTF-8";
@font-face {
  font-family: "Noto_Sans_TC";
  src: url("https://static.gigabyte.com/Other/fonts/Noto_Sans_TC/noto-sans-tc-v26-latin_chinese-traditional-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Orbitron";
  src: url("https://static.gigabyte.com/Other/fonts/fontbundle/s/orbitron/v34/yMJRMIlzdpvBhQQL_Qq7dy0.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-sans: "Noto Sans TC", "Microsoft JhengHei", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --font-display: "Orbitron", var(--font-sans);
  --cyan: #00a3ff;
  --pink: #ff32af;
  --text: #fff;
  --muted: rgba(255, 255, 255, 0.72);
  --page-max: 1180px;
}
*,*::before,*::after {
  box-sizing: border-box;
}
body {
  color: var(--text);
  background: #000;
  font-family: var(--font-sans);
  font-weight: 400;
  overflow-x: hidden;
}
img,video,iframe {
  display: block;
  max-width: 100%;
}
p {
  margin-bottom: 0.5rem;
}
p:last-child {
  margin-bottom: 0;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background: #555;
}
::-webkit-scrollbar-track {
  background: #000;
}
.mainContent {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 163, 255, 0.18), transparent 34rem),
    linear-gradient(180deg, #000 0%, #02050a 42%, #000 100%);
}
.mainContent a {
  color: inherit;
  text-decoration: none;
}
.section {
  position: relative;
}
.textCenter {
  text-align: center;
}
.fontOrbitron {
  font-family: var(--font-display);
}
.dropShadow {
  filter:
    drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5))
    drop-shadow(-2px -2px 10px rgba(0, 0, 0, 0.5))
    drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.4));
}

.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section p,
.hero-section strong,
.hero-section span {
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.72),
    0 0 18px rgba(0, 0, 0, 0.52);
}

/* Hero */
.hero-section {
  position: relative;
  display: grid;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
}
.hero-section > .hero-headline {
  grid-area: 1 / 1;
}
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  overflow: hidden;
  will-change: opacity;
  transform: translateZ(0);
  --hero-overlay-opacity: 0;
}
.hero-section .video-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.42) 72%);
  opacity: var(--hero-overlay-opacity);
  pointer-events: none;
}
.bgvideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1);
}
.hero-bgmedia {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: -1;
}
.hero-headline {
  position: relative;
  z-index: 2;
  height: 100%;
  width: min(100% - 32px, 1100px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 80vh 0 24px;
  pointer-events: auto;
}
.hero__content {
  position: relative;
  width: min(100%, 1680px);
  margin: 0 auto;
  will-change: transform;
  z-index: 3;
  pointer-events: auto;
}
.first,.second,.third {
  will-change: transform, opacity;
}
.second, .third {
  opacity: 0;
}
.first {
  display: grid;
  gap: 2.25rem;
  place-items: center;
}
.grid {
  display: grid;
  gap: 0.7rem;
}
.linear-wipe {
  display: grid;
  gap: 0.45rem;
}
.hero_headline_2,.hero_headline_3 {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero_headline_1 {
  color: white;
  font-size: 1.15rem;
  font-weight: 400;
}
.hero_headline_2 {
  font-family: "Noto_Sans_TC";
  font-size: 5.2rem;
  font-weight: 200;
  line-height: 5.2rem;
  margin: 10px auto 1.5rem auto;
}
.hero_headline_3 {
  color: var(--muted);
  font-size: 2rem;
  font-weight: 400;
}
.arrow_down {
  width: 22px;
  height: 22px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  animation: floating 1.6s ease-in-out infinite;
}
.hero-intro {
  max-width: 760px;
  margin: 20px auto 0;
  transform: translateY(28px);
}
.third {
  margin: 24px auto 0;
  width: min(100%, 800px);
  aspect-ratio: 16 / 9;
  max-height: min(45vh, 450px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  transform: translateY(36px);
}
.countdown-panel {
  position: relative;
  display: grid;
  place-items: center;
  background: url("../images/kv.jpg") center / cover no-repeat;
}
.countdown-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  z-index: 0;
}
.countdown-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(0.55rem, 1.2vw, 0.9rem);
  width: min(100% - 40px, 680px);
  text-align: center;
}
.countdown-region,.countdown-title,.countdown-date {
  margin: 0;
}
.countdown-region {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.countdown-title {
  color: #a9d8ec;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.1rem;
}
.countdown-date {
  font-size: 1.12rem;
  letter-spacing: 0.08em;
}
.premiere-times {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0.25rem auto 0;
  width: min(100%, 460px);
}
.premiere-time {
  display: grid;
  gap: 0.5rem;
  min-width: 0;
  padding: 0 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.36);
}
.premiere-time:first-child {
  border-left: 0;
}
.premiere-time strong {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}
.premiere-time span {
  font-size: 1rem;
  letter-spacing: 0.04em;
}
.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(0.65rem, 1.4vw, 1rem);
  gap: clamp(0.5rem, 1.4vw, 1rem);
}
.countdown-item {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
  padding: clamp(0.7rem, 1.6vw, 1rem) 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.28);
}
.countdown-item strong {
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.08em;
}
.countdown-item span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}
@keyframes floating {
  0%,
  100% {
    opacity: 0.65;
    translate: 0 0;
  }

  50% {
    opacity: 1;
    translate: 0 8px;
  }
}

/* Anchor cards */
.anchor-section {
  position: relative;
  z-index: 2;
  padding: clamp(3rem, 7vw, 6rem) 16px;
  background: #000;
}
.anchor-grid {
  width: min(100%, var(--page-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.anchor-card {
  position: relative;
  min-height: clamp(150px, 15vw, 220px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding: 24px 16px;
  background: #080808;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.anchor-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.anchor-card h4 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  width: 100%;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.3rem;
  text-align: center;
  text-transform: uppercase;
}
.anchor-card:hover img {
  filter: brightness(1.12);
  transform: scale(1.07);
}
.anchor-submenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  gap: clamp(0.5rem, 1.6vw, 1.25rem);
  padding: calc(env(safe-area-inset-top, 0px) + 12px) max(16px, calc((100vw - var(--page-max)) / 2)) 12px;
  overflow-x: auto;
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-110%);
  transition: opacity 0.28s ease, transform 0.28s ease;
  scrollbar-width: none;
}
.anchor-submenu::-webkit-scrollbar {
  display: none;
}
.anchor-submenu-visible .anchor-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.anchor-submenu-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.35rem 0.65rem;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.22s ease, background-color 0.22s ease;
}
.anchor-submenu-link:hover, .anchor-submenu-link:focus {
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}
.headingA {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 12px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
}
.headingA .fadeIn {
  display: inline-block;
}
.headingA .scale {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  transform-origin: center;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
}
.infinity-parallax {
  width: min(100%, 1200px);
  aspect-ratio: 16 / 7;
  margin: 0 auto 2rem auto;
  overflow: hidden;
  background: #050505;
  will-change: clip-path, opacity;
}
.INFINITY_Series {
  width: 100%;
  height: 120%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}

/* Story */
.story-section {
  position: relative;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 50px max(16px, calc((100vw - var(--page-max)) / 2));
  overflow: hidden;
}
.section-newproducts-bg {
  position: relative;
  width: 100%;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.14) 52%, rgba(0, 0, 0, 0.48)),
    radial-gradient(circle at 50% 30%, rgba(255, 146, 64, 0.2), transparent 34rem),
    url("../images/bg-1.jpg") center bottom / cover no-repeat fixed;
}
.section-newproducts-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.46) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(105, 216, 255, 0.28) 0 1px, transparent 1.5px);
  background-position: 0 0, 42px 60px;
  background-size: 130px 160px, 180px 220px;
  opacity: 0.48;
  pointer-events: none;
}
.story-section > * {
  position: relative;
  z-index: 1;
}
.story-section .headingA {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto clamp(2.25rem, 4vw, 3.5rem);
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.story-section .headingA .fadeIn {
  max-width: 100%;
}
.section-head {
  width: min(100%, 1040px);
  max-width: 1040px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
  min-width: 0;
}
.grid-item-tag {
  display: inline-block;
  min-height: 0;
  margin: 0 0 0.7rem;
  padding: 0.12rem 1.2rem 0.18rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.grid-item-title {
  max-width: 100%;
  padding: 10px 0;
  margin: 0 0 1.35rem;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.1rem;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #78cfff 0%, #ffffff 52%, #ff77cd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  overflow-wrap: anywhere;
}
.section-head p {
  max-width: 980px;
  margin-inline: auto;
}
.triple-grid {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 22px);
}
.mini-card {
  position: relative;
  min-height: clamp(260px, 23vw, 335px);
  overflow: hidden;
  background: #020202;
}
.mini-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}
.mini-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 25%, rgba(0, 0, 0, 0.86) 100%);
  pointer-events: none;
}
.mini-card-copy {
  position: absolute;
  left: clamp(1rem, 1.8vw, 1.7rem);
  right: clamp(1rem, 1.8vw, 1.7rem);
  bottom: clamp(1rem, 1.8vw, 1.6rem);
  z-index: 1;
}
.mini-card h3 {
  margin: 0 0 0.05rem;
}
.mini-card p {
  margin: 0;
}
.mini-card:hover img {
  filter: brightness(1.08);
  transform: scale(1.05);
}
.discover-more-section {
  min-height: 70vh;
}
#Peripherals-and-Software .mini-card, .discover-more-section .mini-card {
  display: grid;
  align-content: start;
  min-height: 0;
  overflow: visible;
  background: transparent;
}
#Peripherals-and-Software .mini-card img, .discover-more-section .mini-card img {
  position: static;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
#Peripherals-and-Software .mini-card::after, .discover-more-section .mini-card::after {
  display: none;
}
#Peripherals-and-Software .mini-card-copy, .discover-more-section .mini-card-copy {
  position: static;
  z-index: auto;
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}
.Monitors-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(2rem, 3vw, 2.5rem);
}
.Monitors-feature-card {
  display: flex;
  align-items: flex-start;
  gap: clamp(1rem, 2vw, 1.5rem);
  min-height: clamp(120px, 12vw, 160px);
  padding: clamp(1rem, 1.5vw, 1.25rem);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  min-width: 0;
}
.Monitors-feature-card img {
  width: clamp(56px, 6vw, 90px);
  height: clamp(56px, 6vw, 90px);
  flex-shrink: 0;
  object-fit: contain;
}
.Monitors-feature-card .mini-card-copy {
  position: relative;
  margin: 0;
  min-width: 0;
}
.Monitors-feature-card .mini-card-copy h3, .Monitors-feature-card .mini-card-copy p {
  overflow-wrap: anywhere;
}
.Monitors-feature-card .mini-card-copy h3 {
  margin: 35px 0 .5rem 0;
}
.Monitors-feature-card .mini-card-copy p {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .Monitors-feature-grid {
    grid-template-columns: 1fr;
  }
}
.ecosystem {
  width: 100%;
  min-width: 0;
  margin-top: clamp(4rem, 7vw, 5.5rem);
  text-align: center;
}
.ecosystem > h3 {
  margin: 0 0 clamp(1.5rem, 3vw, 2.1rem);
}
.ecosystem-grid {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1.15fr));
  gap: clamp(18px, 3vw, 58px);
  align-items: start;
}
.ecosystem-grid.is-draggable {
  cursor: grab;
  user-select: none;
}
.ecosystem-grid.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
.ecosystem-grid.is-dragging .ecosystem-item {
  pointer-events: none;
}
.ecosystem-item {
  min-width: 0;
  display: grid;
  gap: 1rem;
}
.ecosystem-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #080808;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.ecosystem-item strong {
  position: relative;
  min-width: 0;
  min-height: 3.1em;
  display: block;
  padding-bottom: 1.1rem;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.35rem;
  overflow-wrap: anywhere;
}
.ecosystem-item strong::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 12px;
  height: 12px;
  translate: -50% 0;
  border-right: 2px solid rgba(255, 255, 255, 0.86);
  border-bottom: 2px solid rgba(255, 255, 255, 0.86);
  transform: rotate(45deg);
}
.ecosystem-item:hover img {
  filter: brightness(1.14);
  transform: translateY(-4px);
}
.feature-showcase {
  margin-top: clamp(4rem, 9vw, 2rem);
  display: grid;
  gap: clamp(4rem, 7vw, 2rem);
}
.feature-showcase-head {
  text-align: center;
}
.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.feature-row-reverse {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}
.feature-row-reverse .feature-media {
  order: 2;
}
.feature-row-reverse .feature-copy {
  order: 1;
}
.feature-media {
  min-width: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}
.feature-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.feature-row:hover .feature-media img {
  filter: brightness(1.08);
  transform: scale(1.025);
}
.feature-copy {
  min-width: 0;
  display: grid;
  gap: 0.9rem;
}
.mini-card h3, .feature-copy h3, .Monitors-feature-card .mini-card-copy h3, .ecosystem > h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
}
.feature-copy h3 {
  margin: 0;
}
.feature-copy p, .Monitors-feature-card .mini-card-copy p, .mini-card p, .section-head p, .hero-intro {
  font-size: 0.95rem;
  line-height: 1.55rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
}
.feature-copy p {
  max-width: 620px;
  margin: 0;
}
.feature-button {
  width: fit-content;
  min-width: 130px;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(100deg, #00a8ff 0%, #18e1f4 58%, #28f0de 100%);
  color: black !important;
  font-weight: 400;
  text-align: center;
  transition: filter 0.24s ease, transform 0.24s ease;
}
.feature-button:hover, .feature-button:focus-visible {
  filter: brightness(1.12);
  transform: translateY(-1px);
}
.feature-button.is-disabled {
  background: #8b8b8b;
  cursor: default;
  pointer-events: none;
}
.product-slider-wrap {
  position: relative;
  min-width: 0;
  max-width: 100%;
  margin-top: clamp(0.8rem, 1.6vw, 1.25rem);
}
.product-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(132px, 168px);
  gap: clamp(1rem, 2vw, 1.6rem);
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 0.75rem;
  cursor: grab;
  user-select: none;
}
.product-slider::-webkit-scrollbar {
  display: none;
}
.product-slider.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
.product-slider.is-dragging .product-card {
  pointer-events: none;
}
.product-slider-arrow {
  position: absolute;
  top: clamp(58px, 38%, 82px);
  z-index: 2;
  display: none;
  width: 34px;
  height: 34px;
  border: none;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.product-slider-wrap.has-overflow .product-slider-arrow {
  display: block;
}
.product-slider-prev {
  left: 0;
  transform: translate(-70%, -50%);
}
.product-slider-next {
  right: 0;
  transform: translate(70%, -50%);
}
.product-slider-arrow::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.product-slider-prev::before {
  transform: rotate(-135deg);
}
.product-slider-next::before {
  transform: rotate(45deg);
}
.product-card {
  position: relative;
  scroll-snap-align: start;
  display: grid;
  gap: 0.65rem;
  min-width: 0;
  color: #fff;
  text-align: center;
}
.product-card img {
  order: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.product-card span {
  order: 3;
  min-height: 2.8em;
  font-size: 0.9rem;
  line-height: 1.15rem;
}
.product-card-action {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 32px;
  min-width: 116px;
  padding: 0.45rem 0.8rem;
  background: linear-gradient(100deg, #00a8ff 0%, #18e1f4 58%, #28f0de 100%);
  color: #001018;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  opacity: 0;
  transform: translate(-50%, -50%) translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.product-card:hover .product-card-action, .product-card:focus-visible .product-card-action {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.product-card.is-muted .product-card-action {
  background: #8b8b8b;
}
.product-card.is-muted {
  cursor: default;
}
.product-card:not(.is-muted):hover .product-card-action, .product-card:not(.is-muted):focus-visible .product-card-action {
  filter: brightness(1.12);
}
.go-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 120;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.48);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.24s ease, transform 0.24s ease, background-color 0.24s ease;
}
.go-top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.go-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.go-top:hover, .go-top:focus-visible {
  background: rgba(0, 0, 0, 0.72);
}
.no-gsap .fadeIn, .no-gsap .reveal-item, .no-gsap .anchor-card, .no-gsap .scale {
  opacity: 1;
  transform: none;
}
@media only screen and (max-width: 991px) {
	.anchor-section, .triple-grid, .feature-showcase {
		width: 90%;
		max-width: 600px;
    margin: 0 auto;
	}
  #Peripherals-and-Software .mini-card, .discover-more-section .mini-card {
    margin: 0 auto 1.5rem auto;
  }
}
@media (min-width: 992px) and (max-height: 820px) {
  .hero-headline {
    padding-top: 72vh;
  }
  .hero-intro {
    margin-top: 14px;
    line-height: 1.55rem;
  }
  .third {
    width: min(100%, 720px);
    height: min(40vh, 360px);
    max-height: 40vh;
    margin-top: 16px;
  }
  .countdown-content {
    gap: 0.45rem;
  }
  .countdown-grid {
    margin-top: 0.35rem;
  }
}
@media (max-width: 991px) {
  .hero-section {
    height: auto;
    min-height: auto;
    overflow: visible;
    overflow-x: hidden;
    padding: 20px 1%;
  }
  .hero-section .video-container {
    background: url("../images/kv-mobile.jpg") center top / cover no-repeat;
  }
  .hero-section .bgvideo {
    display: none;
  }
  .hero-headline {
    height: auto;
    min-height: auto;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
  }
  .hero_headline_2 {
    font-size: 4.2rem;
    line-height: 4.5rem;
    margin: 5px auto .5rem auto;
  }
  .hero_headline_3 {
    font-size: 1.5rem;
  }
  .hero-intro {
    max-width: 92%;
    font-size: 1rem;
  }
  .hero-intro p {
    font-size: 0.95rem;
    line-height: 1.45rem;
  }
  .third {
    width: min(92vw, 760px);
    height: auto;
    max-height: none;
    margin-top: 16px;
  }
  .countdown-panel {
    min-height: 360px;
    aspect-ratio: auto;
    padding: 28px 10px;
  }
  .countdown-content {
    width: min(100% - 28px, 560px);
  }
  .countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .anchor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feature-showcase {
    gap: clamp(3rem, 8vw, 4.5rem);
  }
  .feature-row, .feature-row-reverse {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }
  .feature-row-reverse .feature-media, .feature-row-reverse .feature-copy {
    order: initial;
  }
  .feature-copy {
    text-align: left;
  }
  .product-slider {
    grid-auto-columns: minmax(118px, 42vw);
  }
  .story-section .headingA {
    margin-bottom: clamp(3rem, 9vw, 5rem);
    font-size: 2.2rem;
  }
  .triple-grid {
    grid-template-columns: 1fr;
  }
  .mini-card {
    min-height: 320px;
  }
  .ecosystem-grid {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .ecosystem-item {
    flex: 0 0 220px;
    scroll-snap-align: center;
  }
}
@media (max-width: 640px) {
  .hero-headline {
    width: min(100% - 28px, 520px);
  }
  .countdown-panel {
    min-height: 420px;
  }
  .premiere-times {
    max-width: 150px;
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .premiere-time {
    border-left: 0;
    padding: 0;
  }
  .premiere-time:nth-child(1), .premiere-time:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
    padding-bottom: 0.85rem;
  }
  .hero_headline_2, .hero_headline_3, .anchor-card h4 {
    letter-spacing: 0.1em;
  }
  .anchor-grid {
    grid-template-columns: 1fr;
  }
  .anchor-card {
    min-height: 132px;
  }
  .headingA {
    font-size: 2rem;
  }
  .story-section {
    padding: 50px 16px;
  }
  .story-section .headingA {
    font-size: 1.8rem;
    line-height: 2.15rem;
  }
  .grid-item-title {
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .mini-card {
    min-height: 260px;
  }
}
