body.dq-body {
  cursor: auto;
}

.dq-home {
  position: relative;
  min-height: 100vh;
  overflow: clip;
}
.dq-home * {
  box-sizing: border-box;
}
.dq-home img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dq-grain,
.dq-spotlight {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.dq-grain {
  z-index: 80;
  opacity: 0.14;
  mix-blend-mode: screen;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 6px 6px, 9px 9px;
}

.dq-spotlight {
  z-index: 75;
  opacity: 0.72;
  mix-blend-mode: screen;
  background: radial-gradient(circle 160px at var(--cursor-x, 50%) var(--cursor-y, 42%), rgba(84, 241, 255, 0.14), transparent 72%), radial-gradient(circle 430px at var(--cursor-x, 50%) var(--cursor-y, 42%), rgba(240, 182, 91, 0.09), transparent 72%);
}

.dq-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 132px clamp(20px, 6vw, 72px) clamp(66px, 8vw, 92px);
  color: var(--dq-ink);
  background: var(--dq-bg);
  overflow: hidden;
}
@media (max-width: 767px) {
  .dq-hero {
    padding-top: 112px;
  }
}
.dq-hero h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  color: var(--dq-cyan);
  font-family: "Orbitron", monospace;
  font-size: clamp(64px, 14vw, 168px);
  line-height: 0.84;
  letter-spacing: 0;
  text-shadow: 0 0 10px rgba(84, 241, 255, 0.88), 0 0 42px rgba(84, 241, 255, 0.42), 0 12px 56px rgba(0, 0, 0, 0.7);
  animation: dq-logo-flicker 7s linear infinite;
}
.dq-hero h1::before, .dq-hero h1::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}
.dq-hero h1::before {
  color: var(--dq-pink);
  transform: translate(3px, 0);
  clip-path: inset(0 0 58% 0);
  animation: dq-logo-glitch-pink 5.8s steps(1) infinite;
}
.dq-hero h1::after {
  color: var(--dq-green);
  transform: translate(-3px, 0);
  clip-path: inset(44% 0 0 0);
  animation: dq-logo-glitch-green 6.7s steps(1) infinite;
}

.dq-portal-hero .dq-hero__shade {
  background: linear-gradient(90deg, rgba(4, 7, 10, 0.88), rgba(4, 7, 10, 0.5) 46%, rgba(4, 7, 10, 0.18)), linear-gradient(0deg, rgba(4, 7, 10, 0.92), transparent 54%), radial-gradient(circle at 72% 30%, rgba(240, 182, 91, 0.18), transparent 22rem), radial-gradient(circle at 38% 62%, rgba(84, 241, 255, 0.16), transparent 20rem);
}

.dq-hero__image,
.dq-hero__shade,
.dq-hero__scan {
  position: absolute;
  inset: 0;
}

.dq-hero__image {
  inset: -6vh -4vw;
  margin: 0;
}
.dq-hero__image img {
  width: 100%;
  height: 100%;
  filter: saturate(1.1) contrast(1.03) brightness(0.9);
}

.dq-hero__shade {
  background: linear-gradient(90deg, rgba(4, 7, 10, 0.92), rgba(4, 7, 10, 0.58) 44%, rgba(4, 7, 10, 0.14)), linear-gradient(0deg, rgba(4, 7, 10, 0.92), transparent 54%), radial-gradient(circle at 70% 34%, rgba(84, 241, 255, 0.16), transparent 24rem), radial-gradient(circle at 36% 62%, rgba(255, 79, 195, 0.14), transparent 20rem);
}

.dq-hero__scan {
  opacity: 0.18;
  background: repeating-linear-gradient(180deg, transparent 0 8px, rgba(84, 241, 255, 0.08) 9px, transparent 10px);
}

.dq-hero__content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.dq-kicker,
.dq-section__label {
  margin: 0 0 18px;
  color: var(--dq-green);
  font-family: "Share Tech Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(167, 240, 109, 0.38);
}

.dq-hero__lead {
  max-width: 760px;
  margin: 24px 0 0;
  font-size: clamp(24px, 3.4vw, 38px);
  line-height: 1.3;
  font-weight: 600;
}

.dq-hero__body {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--dq-soft);
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  .dq-hero__body {
    font-size: 14px;
  }
}

.dq-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.dq-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.dq-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(84, 241, 255, 0.32);
  border-radius: var(--dq-radius);
  color: var(--dq-ink);
  text-decoration: none;
  font-size: 14px;
  background: rgba(9, 14, 20, 0.54);
  box-shadow: inset 0 0 18px rgba(84, 241, 255, 0.06);
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .dq-button:hover {
    border-color: rgba(84, 241, 255, 0.72);
    box-shadow: 0 0 24px rgba(84, 241, 255, 0.2), inset 0 0 20px rgba(84, 241, 255, 0.1);
    transform: translateY(-2px);
  }
}

.dq-button--primary {
  border-color: rgba(84, 241, 255, 0.68);
  background: linear-gradient(135deg, rgba(84, 241, 255, 0.24), rgba(255, 79, 195, 0.14));
}

.dq-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: var(--dq-muted);
  font-family: "Share Tech Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .dq-hero__scroll {
    display: none;
  }
}
.dq-hero__scroll i {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, var(--dq-cyan), transparent);
  animation: dq-scroll-line 1.8s ease-in-out infinite;
}

.dq-section {
  position: relative;
  width: min(var(--dq-max), 100% - 40px);
  margin: 0 auto;
  padding: clamp(82px, 10vw, 142px) 0;
  opacity: 0.82;
  filter: saturate(0.9) brightness(0.9);
  transform: translateY(22px);
  transition: opacity 700ms ease, filter 700ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 767px) {
  .dq-section {
    width: min(var(--dq-max), 100% - 32px);
  }
}
.dq-section::before {
  content: "";
  position: absolute;
  inset: 32px -24px;
  z-index: -1;
  border-radius: 18px;
  opacity: 0;
  background: radial-gradient(circle at 50% 34%, rgba(84, 241, 255, 0.12), transparent 34rem);
  transition: opacity 700ms ease;
}
.dq-section.is-visible {
  transform: translateY(0);
}
.dq-section.is-active, .dq-section:hover {
  opacity: 1;
  filter: saturate(1) brightness(1);
}
.dq-section.is-active::before, .dq-section:hover::before {
  opacity: 1;
}

.dq-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 4vw, 44px);
}
@media (max-width: 960px) {
  .dq-section__head {
    display: grid;
    align-items: start;
  }
}

.dq-world h2,
.dq-creature h2,
.dq-story h2,
.dq-character h2,
.dq-lab h2,
.dq-gateway h2,
.dq-latest h2,
.dq-hobby-pickup h2,
.dq-story-teaser h2,
.dq-lab-teaser h2,
.dq-activity h2,
.dq-social h2 {
  margin: 0;
  font-size: clamp(30px, 4.4vw, 58px);
  line-height: 1.12;
  letter-spacing: 0;
}
.dq-world p,
.dq-creature p,
.dq-story p,
.dq-character p,
.dq-lab p,
.dq-gateway p,
.dq-latest p,
.dq-hobby-pickup p,
.dq-story-teaser p,
.dq-lab-teaser p,
.dq-activity p,
.dq-social p {
  color: var(--dq-soft);
  font-size: 16px;
  line-height: 2;
}

.dq-text-link {
  flex: 0 0 auto;
  color: var(--dq-cyan);
  font-family: "Share Tech Mono", monospace;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid rgba(84, 241, 255, 0.36);
  padding-bottom: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .dq-text-link:hover {
    border-color: var(--dq-cyan);
    text-shadow: 0 0 14px rgba(84, 241, 255, 0.58);
  }
}

.dq-world__grid,
.dq-character,
.dq-lab,
.dq-story-teaser,
.dq-lab-teaser {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}
@media (max-width: 960px) {
  .dq-world__grid,
  .dq-character,
  .dq-lab,
  .dq-story-teaser,
  .dq-lab-teaser {
    grid-template-columns: 1fr;
  }
}

.dq-world__copy {
  max-width: 600px;
}

.dq-world__marks,
.dq-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}
.dq-world__marks li,
.dq-tags li {
  padding: 8px 12px;
  border: 1px solid rgba(84, 241, 255, 0.2);
  border-radius: 999px;
  color: var(--dq-ink);
  font-family: "Share Tech Mono", monospace;
  background: rgba(84, 241, 255, 0.08);
}

.dq-card-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(84, 241, 255, 0.22);
  border-radius: var(--dq-radius);
  background: var(--dq-panel);
  box-shadow: 0 26px 90px var(--dq-shadow);
}
.dq-card-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}
.dq-card-frame.dq-parallax {
  transform: translateX(var(--dq-frame-offset, 0));
}
.dq-card-frame.dq-parallax img {
  width: 112%;
  height: 112%;
  margin-left: -6%;
  margin-top: -6%;
}

.dq-world__media .dq-card-frame:first-child {
  --dq-frame-offset: -22px;
}

.dq-story-teaser .dq-card-frame {
  --dq-frame-offset: -26px;
}

.dq-lab-teaser .dq-card-frame {
  --dq-frame-offset: 26px;
}
@media (max-width: 960px) {
  .dq-lab-teaser .dq-card-frame {
    --dq-frame-offset: -18px;
  }
}

.dq-world__media {
  position: relative;
  min-height: 560px;
}
@media (max-width: 960px) {
  .dq-world__media {
    min-height: 460px;
  }
}
@media (max-width: 767px) {
  .dq-world__media {
    min-height: 380px;
  }
}
.dq-world__media .dq-card-frame:first-child {
  aspect-ratio: 16/11;
}

.dq-card-frame--float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(46%, 340px);
  aspect-ratio: 3/4;
  border-color: rgba(255, 79, 195, 0.26);
}
@media (max-width: 767px) {
  .dq-card-frame--float {
    width: 58%;
  }
}

.dq-gateway__grid,
.dq-latest__grid,
.dq-pickup__grid,
.dq-activity__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}
@media (max-width: 960px) {
  .dq-gateway__grid,
  .dq-latest__grid,
  .dq-pickup__grid,
  .dq-activity__grid {
    grid-template-columns: 1fr;
  }
}

.dq-activity__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 960px) {
  .dq-activity__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .dq-activity__grid {
    grid-template-columns: 1fr;
  }
}

.dq-gateway-card,
.dq-note-card,
.dq-pickup__grid article,
.dq-pickup-card {
  height: 100%;
  min-height: 300px;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(84, 241, 255, 0.18);
  border-radius: var(--dq-radius);
  color: var(--dq-ink);
  text-decoration: none;
  background: linear-gradient(145deg, rgba(84, 241, 255, 0.08), rgba(255, 79, 195, 0.06)), rgba(12, 18, 25, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .dq-gateway-card:hover,
  .dq-note-card:hover,
  .dq-pickup__grid article:hover,
  .dq-pickup-card:hover {
    border-color: rgba(84, 241, 255, 0.58);
    box-shadow: 0 0 30px rgba(84, 241, 255, 0.14), 0 24px 70px rgba(0, 0, 0, 0.28);
    transform: translateY(-3px);
  }
}
.dq-gateway-card span,
.dq-note-card span,
.dq-pickup__grid article span,
.dq-pickup-card span {
  color: var(--dq-green);
  font-family: "Share Tech Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.dq-gateway-card h3,
.dq-note-card h3,
.dq-pickup__grid article h3,
.dq-pickup-card h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}
.dq-gateway-card p,
.dq-note-card p,
.dq-pickup__grid article p,
.dq-pickup-card p {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.dq-activity .dq-social-link-card {
  min-height: 260px;
}
.dq-activity .dq-social-embed-card {
  min-height: 260px;
}

.dq-activity-slider {
  position: relative;
  overflow: visible;
  padding-bottom: 46px;
}
.dq-activity-slider .splide__track {
  height: 560px;
  overflow: hidden;
  border-radius: var(--dq-radius);
}
@media (max-width: 767px) {
  .dq-activity-slider .splide__track {
    height: 460px;
  }
}
.dq-activity-slider .splide__slide {
  height: auto;
}
.dq-activity-slider .dq-social-embed-card,
.dq-activity-slider .dq-social-link-card {
  height: 560px;
  min-height: 0;
}
@media (max-width: 767px) {
  .dq-activity-slider .dq-social-embed-card,
  .dq-activity-slider .dq-social-link-card {
    height: 460px;
  }
}
.dq-activity-slider .dq-social-embed-card {
  position: relative;
  overflow: hidden;
}
.dq-activity-slider .twitter-tweet {
  margin-bottom: 0 !important;
}
.dq-activity-slider .twitter-tweet iframe {
  display: block !important;
}
.dq-activity-slider .splide__arrow {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(84, 241, 255, 0.5);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(84, 241, 255, 0.28), transparent 48%), rgba(6, 10, 14, 0.92);
  opacity: 1;
  box-shadow: 0 0 26px rgba(84, 241, 255, 0.18), 0 16px 45px rgba(0, 0, 0, 0.38);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
@media (max-width: 767px) {
  .dq-activity-slider .splide__arrow {
    width: 46px;
    height: 46px;
  }
}
.dq-activity-slider .splide__arrow svg {
  width: 18px;
  height: 18px;
  fill: var(--dq-cyan);
  filter: drop-shadow(0 0 8px rgba(84, 241, 255, 0.7));
}
@media (hover: hover) and (pointer: fine) {
  .dq-activity-slider .splide__arrow:hover {
    transform: translateY(-50%) scale(1.04);
    border-color: rgba(167, 240, 109, 0.72);
    box-shadow: 0 0 34px rgba(84, 241, 255, 0.28), 0 18px 48px rgba(0, 0, 0, 0.42);
  }
}
.dq-activity-slider .splide__arrow--prev {
  left: -18px;
}
@media (max-width: 767px) {
  .dq-activity-slider .splide__arrow--prev {
    left: 8px;
  }
}
.dq-activity-slider .splide__arrow--next {
  right: -18px;
}
@media (max-width: 767px) {
  .dq-activity-slider .splide__arrow--next {
    right: 8px;
  }
}

.dq-activity-slider__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
  z-index: 2;
  height: 118px;
  border-radius: 0 0 var(--dq-radius) var(--dq-radius);
  background: linear-gradient(180deg, rgba(9, 13, 18, 0), rgba(9, 13, 18, 0.88) 58%, rgba(9, 13, 18, 0.98)), radial-gradient(circle at 50% 82%, rgba(84, 241, 255, 0.18), transparent 22rem);
  pointer-events: none;
}
@media (max-width: 767px) {
  .dq-activity-slider__fade {
    height: 96px;
  }
}

.dq-activity-slider__more {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 3;
  transform: translateX(-50%);
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(84, 241, 255, 0.36);
  border-radius: 999px;
  color: var(--dq-cyan);
  font-family: "Share Tech Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-decoration: none;
  background: rgba(6, 10, 14, 0.88);
  box-shadow: 0 0 24px rgba(84, 241, 255, 0.16), 0 18px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}
@media (hover: hover) and (pointer: fine) {
  .dq-activity-slider__more:hover {
    border-color: rgba(84, 241, 255, 0.7);
    background: rgba(14, 24, 32, 0.94);
  }
}

.dq-social-embed-card {
  min-height: 260px;
  display: grid;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgba(84, 241, 255, 0.18);
  border-radius: var(--dq-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 34%), rgba(6, 10, 14, 0.88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}
.dq-social-embed-card .twitter-tweet {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
.dq-social-embed-card .twitter-tweet a {
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 22px;
  color: var(--dq-cyan);
  line-height: 1.7;
  text-align: center;
  text-decoration: none;
}
.dq-social-embed-card iframe {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: var(--dq-radius) !important;
}

.dq-social-link-card {
  height: 100%;
  min-height: 280px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  align-content: start;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(84, 241, 255, 0.18);
  border-radius: var(--dq-radius);
  color: var(--dq-ink);
  text-decoration: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 34%), rgba(6, 10, 14, 0.88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .dq-social-link-card:hover {
    border-color: rgba(84, 241, 255, 0.58);
    box-shadow: 0 0 30px rgba(84, 241, 255, 0.14), 0 24px 70px rgba(0, 0, 0, 0.28);
    transform: translateY(-3px);
  }
}
.dq-social-link-card h3 {
  font-size: clamp(22px, 2.4vw, 30px);
}

.dq-social-link-card__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.dq-social-link-card__avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(84, 241, 255, 0.2);
  border-radius: 50%;
  background: rgba(84, 241, 255, 0.08);
}
.dq-social-link-card__avatar img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.dq-social-link-card__account {
  display: grid;
  gap: 2px;
}

.dq-social-link-card__name {
  color: var(--dq-ink);
  font-weight: 700;
  line-height: 1.25;
}

.dq-social-link-card__handle {
  color: var(--dq-muted);
  font-family: "Share Tech Mono", monospace;
  font-size: 12px;
  line-height: 1.2;
}

.dq-social-link-card--empty > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--dq-green);
  font-family: "Share Tech Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.dq-social-link-card--empty > span img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.dq-social-link-card__content {
  display: grid;
  gap: 10px;
}

.dq-social-link-card__title,
.dq-social-link-card--empty h3 {
  color: var(--dq-ink);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.25;
}

.dq-social-link-card__summary,
.dq-social-link-card--empty p {
  color: var(--dq-soft);
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.dq-social-link-card__context {
  align-self: end;
  color: var(--dq-muted);
  font-family: "Share Tech Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dq-social-link-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(84, 241, 255, 0.14);
  color: var(--dq-green);
  font-family: "Share Tech Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dq-card-media {
  position: relative;
  aspect-ratio: 16/10;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(84, 241, 255, 0.16);
  background: rgba(8, 13, 18, 0.88);
}
.dq-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 7, 10, 0.72), transparent 58%), radial-gradient(circle at 74% 20%, rgba(84, 241, 255, 0.2), transparent 16rem);
  pointer-events: none;
}

.dq-card-copy {
  min-height: 216px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  gap: 12px;
  padding: 22px 24px 24px;
}
@media (max-width: 767px) {
  .dq-card-copy {
    min-height: 190px;
  }
}

.dq-note-card {
  grid-template-rows: none;
  align-content: end;
  gap: 12px;
  padding: 24px;
}

.dq-gateway-card img,
.dq-pickup__grid article img,
.dq-pickup-card img {
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) and (pointer: fine) {
  .dq-gateway-card:hover img,
  .dq-pickup__grid article:hover img,
  .dq-pickup-card:hover img {
    transform: scale(1.045);
  }
}

.dq-latest__grid .card {
  height: 100%;
  background: rgba(12, 18, 25, 0.78);
}
.dq-latest__grid .card a {
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.dq-latest__grid .card__body {
  min-height: 220px;
  padding: 22px;
}

.dq-creature-slider {
  overflow: visible;
}
.dq-creature-slider .splide__track {
  overflow: hidden;
}
.dq-creature-slider .splide__arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(84, 241, 255, 0.28);
  background: rgba(6, 10, 14, 0.78);
  opacity: 1;
}
.dq-creature-slider .splide__arrow svg {
  fill: var(--dq-cyan);
}
.dq-creature-slider .splide__pagination {
  bottom: -30px;
}
.dq-creature-slider .splide__pagination__page {
  background: rgba(238, 248, 247, 0.32);
}
.dq-creature-slider .splide__pagination__page.is-active {
  background: var(--dq-cyan);
  box-shadow: 0 0 14px rgba(84, 241, 255, 0.55);
}

.dq-creature-card {
  height: 100%;
  min-height: 520px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(84, 241, 255, 0.2);
  border-radius: var(--dq-radius);
  color: var(--dq-ink);
  text-decoration: none;
  background: rgba(12, 18, 25, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}
@media (max-width: 767px) {
  .dq-creature-card {
    min-height: 480px;
  }
}
.dq-creature-card figure {
  min-height: 330px;
  margin: 0;
  overflow: hidden;
}
.dq-creature-card img {
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) and (pointer: fine) {
  .dq-creature-card:hover img {
    transform: scale(1.045);
  }
}
.dq-creature-card div {
  padding: 22px;
}

.dq-creature-card span,
.dq-story-panel span {
  color: var(--dq-green);
  font-family: "Share Tech Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.dq-creature-card h3,
.dq-story-panel h3 {
  margin: 12px 0 8px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}
.dq-creature-card p,
.dq-story-panel p {
  margin: 0;
  color: var(--dq-soft);
}

.dq-story__panels {
  display: grid;
  grid-template-columns: 1.25fr 0.88fr 0.88fr;
  gap: 14px;
}
@media (max-width: 960px) {
  .dq-story__panels {
    grid-template-columns: 1fr;
  }
}

.dq-story-panel {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(84, 241, 255, 0.18);
  border-radius: var(--dq-radius);
  background: var(--dq-panel);
  color: var(--dq-ink);
  text-decoration: none;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}
@media (max-width: 960px) {
  .dq-story-panel {
    min-height: 420px;
  }
}
.dq-story-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 7, 10, 0.88), rgba(4, 7, 10, 0.16) 58%, rgba(4, 7, 10, 0.34));
}
.dq-story-panel img {
  position: absolute;
  inset: 0;
  filter: saturate(1.08) contrast(1.02);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) and (pointer: fine) {
  .dq-story-panel:hover img {
    transform: scale(1.04);
  }
}
.dq-story-panel div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
}

.dq-character {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}
@media (max-width: 960px) {
  .dq-character {
    grid-template-columns: 1fr;
  }
}

.dq-character__art {
  position: relative;
  min-height: 600px;
}
@media (max-width: 767px) {
  .dq-character__art {
    min-height: 470px;
  }
}

.dq-character__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.dq-character__main {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(720px, 100%);
  height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--dq-radius);
}
@media (max-width: 767px) {
  .dq-character__main {
    height: 430px;
  }
}
.dq-character__main img {
  object-position: 64% 50%;
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.42));
}

.dq-character__sheet {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(460px, 62%);
  aspect-ratio: 16/10;
  background: #f8f5ee;
}
@media (max-width: 767px) {
  .dq-character__sheet {
    width: 78%;
  }
}

.dq-lab {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
  padding-bottom: clamp(96px, 12vw, 160px);
}
@media (max-width: 960px) {
  .dq-lab {
    grid-template-columns: 1fr;
  }
}

.dq-lab__copy {
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255, 79, 195, 0.2);
  border-radius: var(--dq-radius);
  background: linear-gradient(135deg, rgba(255, 79, 195, 0.1), rgba(84, 241, 255, 0.08)), rgba(12, 18, 25, 0.72);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}
@media (max-width: 767px) {
  .dq-lab__copy {
    padding: 24px;
  }
}

.dq-lab__image {
  aspect-ratio: 3/4;
}
.dq-lab__image img {
  object-position: 58% 50%;
}

.dq-story-teaser,
.dq-lab-teaser {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}
@media (max-width: 960px) {
  .dq-story-teaser,
  .dq-lab-teaser {
    grid-template-columns: 1fr;
  }
}
.dq-story-teaser .dq-card-frame,
.dq-lab-teaser .dq-card-frame {
  aspect-ratio: 16/11;
}

.dq-social {
  padding-bottom: clamp(96px, 12vw, 160px);
}

.dq-social__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.dq-social__links > a,
.dq-social__links > span {
  width: 46px;
  height: 46px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0;
  border: 1px solid rgba(84, 241, 255, 0.22);
  border-radius: 50%;
  color: var(--dq-ink);
  text-decoration: none;
  background: rgba(84, 241, 255, 0.08);
}
.dq-social__links img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.dq-social__links > span[aria-disabled=true] {
  cursor: default;
  color: var(--dq-muted);
}

@keyframes dq-scroll-line {
  0%, 100% {
    transform: scaleY(0.35);
    transform-origin: top;
    opacity: 0.42;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes dq-logo-flicker {
  0%, 8%, 10%, 13%, 100% {
    opacity: 1;
    filter: brightness(1);
  }
  9%, 12% {
    opacity: 0.84;
    filter: brightness(1.28);
  }
}
@keyframes dq-logo-glitch-pink {
  0%, 91%, 100% {
    opacity: 0;
  }
  92% {
    opacity: 0.62;
    transform: translate(7px, -2px);
  }
  93% {
    opacity: 0;
  }
}
@keyframes dq-logo-glitch-green {
  0%, 86%, 100% {
    opacity: 0;
  }
  87% {
    opacity: 0.54;
    transform: translate(-6px, 2px);
  }
  88% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
