:root {
  --black: #050604;
  --black-soft: #0c0e09;
  --paper: #f0f1eb;
  --muted: #a5aa98;
  --fang: #7b9135;
  --fang-bright: #a5bd4b;
  --red: #9c3427;
  --line: rgba(200, 219, 139, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 50% 65%, rgba(89, 105, 42, 0.08), transparent 40%),
    var(--black);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  min-height: min(100svh, 940px);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #000;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/naja-hero.jpg") center / cover no-repeat;
  filter: blur(24px) saturate(0.7) brightness(0.32);
  transform: scale(1.08);
}

.hero-art {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 0;
}

.hero-art img {
  width: 100%;
  max-height: 100svh;
  object-fit: contain;
  object-position: center;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0.88) 100%),
    linear-gradient(to right, rgba(0, 0, 0, 0.18), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.2));
}

.scroll-cue {
  position: absolute;
  bottom: max(22px, env(safe-area-inset-bottom));
  left: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue svg {
  width: 17px;
  fill: none;
  stroke: var(--fang-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  animation: drift 1.7s ease-in-out infinite;
}

.hero-logo-hotspot {
  position: absolute;
  left: 3.1%;
  top: 24.5%;
  z-index: 4;
  width: 49.5%;
  height: 43%;
  border: 1px solid transparent;
  border-radius: 8px;
  outline: none;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.hero-logo-hotspot span {
  position: absolute;
  left: 50%;
  bottom: -7px;
  padding: 8px 12px;
  border: 1px solid rgba(182, 207, 91, 0.48);
  border-radius: 999px;
  background: rgba(3, 4, 2, 0.88);
  color: #f4f5ed;
  font-size: clamp(0.48rem, 0.75vw, 0.72rem);
  font-weight: 850;
  letter-spacing: 0.17em;
  opacity: 0;
  text-transform: uppercase;
  transform: translate(-50%, 7px);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.hero-logo-hotspot:hover,
.hero-logo-hotspot:focus-visible {
  border-color: rgba(165, 189, 75, 0.7);
  background: radial-gradient(circle at 50% 55%, rgba(126, 151, 48, 0.11), transparent 67%);
  box-shadow: inset 0 0 36px rgba(165, 189, 75, 0.11), 0 0 24px rgba(99, 119, 40, 0.16);
}

.hero-logo-hotspot:hover span,
.hero-logo-hotspot:focus-visible span {
  opacity: 1;
  transform: translate(-50%, 0);
}

.chapter-nav {
  position: fixed;
  top: 50%;
  right: 18px;
  z-index: 30;
  display: grid;
  gap: 8px;
  padding: 9px;
  border: 1px solid rgba(178, 200, 97, 0.16);
  border-radius: 999px;
  background: rgba(3, 4, 2, 0.66);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  transform: translateY(-50%);
}

.chapter-nav a {
  position: relative;
  display: grid;
  place-items: center;
  width: 29px;
  aspect-ratio: 1;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #7d836c;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.67rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.chapter-nav a:hover,
.chapter-nav a:focus-visible,
.chapter-nav a[aria-current="page"] {
  border-color: rgba(165, 189, 75, 0.72);
  background: rgba(123, 145, 53, 0.19);
  color: #e8ecd8;
  outline: none;
}

.chapter-nav em {
  position: absolute;
  right: calc(100% + 13px);
  padding: 5px 8px;
  border: 1px solid rgba(165, 189, 75, 0.22);
  border-radius: 3px;
  background: rgba(4, 5, 3, 0.93);
  color: #dfe3d2;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.1em;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translateX(4px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.chapter-nav a:hover em,
.chapter-nav a:focus-visible em {
  opacity: 1;
  transform: translateX(0);
}

.story-panel {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  scroll-margin-top: 0;
  background: #000;
}

.story-panel::before {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: -2;
  background: var(--panel-image) center / cover no-repeat;
  filter: blur(27px) saturate(0.65) brightness(0.24);
}

.story-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent 16%, transparent 82%, rgba(0, 0, 0, 0.74)),
    radial-gradient(circle at center, transparent 53%, rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.story-art-frame {
  position: relative;
  width: 100%;
  margin: 0;
}

.story-art {
  width: 100%;
  max-height: 100svh;
  object-fit: contain;
  object-position: center;
}

.character-hotspot {
  position: absolute;
  z-index: 4;
  display: block;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 46% 46% 14px 14px;
  background: transparent;
  color: #f3f4ec;
  cursor: pointer;
  outline: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.character-hotspot::before {
  content: "";
  position: absolute;
  inset: 5%;
  border: 1px solid rgba(165, 189, 75, 0);
  border-radius: inherit;
  transition: border-color 180ms ease;
}

.character-hotspot span {
  position: absolute;
  left: 50%;
  bottom: 7%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(181, 205, 91, 0.52);
  border-radius: 999px;
  background: rgba(3, 4, 2, 0.88);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.42);
  font-size: clamp(0.46rem, 0.65vw, 0.64rem);
  font-weight: 850;
  letter-spacing: 0.16em;
  opacity: 0;
  text-transform: uppercase;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.character-hotspot span::before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--fang-bright);
  box-shadow: 0 0 9px var(--fang-bright);
}

.character-hotspot:hover,
.character-hotspot:focus-visible {
  border-color: rgba(165, 189, 75, 0.62);
  background: linear-gradient(to bottom, rgba(165, 189, 75, 0.035), rgba(79, 96, 29, 0.12));
  box-shadow: inset 0 0 42px rgba(165, 189, 75, 0.08), 0 0 25px rgba(88, 105, 34, 0.16);
}

.character-hotspot:hover::before,
.character-hotspot:focus-visible::before {
  border-color: rgba(165, 189, 75, 0.18);
}

.character-hotspot:hover span,
.character-hotspot:focus-visible span {
  opacity: 1;
  transform: translate(-50%, 0);
}

.character-hotspot--page-02 {
  left: 36.3%;
  top: 4.5%;
  width: 20.7%;
  height: 92%;
}

.character-hotspot--page-03 {
  left: 30.4%;
  top: 7%;
  width: 15.2%;
  height: 81%;
}

.character-hotspot--king-page-02 {
  left: 57%;
  top: 4.5%;
  width: 14.8%;
  height: 92%;
}

.character-hotspot--king-page-03 {
  left: 45.6%;
  top: 6%;
  width: 14.5%;
  height: 82%;
}

.story-sample-hotspot {
  position: absolute;
  z-index: 8;
  padding: 0;
  border: 1px solid rgba(165, 189, 75, 0.12);
  background: rgba(123, 145, 53, 0.015);
  color: var(--paper);
  cursor: zoom-in;
  outline: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.story-sample-hotspot span {
  position: absolute;
  left: 50%;
  bottom: 8%;
  padding: 6px 9px;
  border: 1px solid rgba(190, 218, 88, 0.58);
  border-radius: 999px;
  background: rgba(3, 4, 2, 0.9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.48);
  font-size: clamp(0.42rem, 0.62vw, 0.62rem);
  font-weight: 850;
  letter-spacing: 0.13em;
  opacity: 0;
  text-transform: uppercase;
  transform: translate(-50%, 7px);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.story-sample-hotspot:hover,
.story-sample-hotspot:focus-visible {
  border-color: rgba(190, 218, 88, 0.88);
  background: rgba(123, 145, 53, 0.1);
  box-shadow: inset 0 0 28px rgba(165, 189, 75, 0.16), 0 0 26px rgba(99, 119, 40, 0.24);
}

.story-sample-hotspot:hover span,
.story-sample-hotspot:focus-visible span {
  opacity: 1;
  transform: translate(-50%, 0);
}

.story-sample-hotspot--standing {
  left: 42.1%;
  top: 4.8%;
  width: 13.4%;
  height: 49.5%;
}

.story-sample-hotspot--spread-left {
  left: 36.1%;
  top: 55.3%;
  width: 21.9%;
  height: 36.2%;
}

.story-sample-hotspot--spread-right {
  left: 57.2%;
  top: 55.2%;
  width: 19.1%;
  height: 37.2%;
}

.story-sample-hotspot--hyena-fight {
  left: 76.3%;
  top: 60.2%;
  width: 21.7%;
  height: 34.2%;
}

.story-hover-preview {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 40;
  width: auto;
  max-width: min(54vw, 720px);
  height: auto;
  max-height: 78svh;
  border: 1px solid rgba(201, 225, 113, 0.62);
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.78), 0 0 46px rgba(123, 145, 53, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -47%) scale(0.92);
  transition: opacity 180ms ease, transform 220ms ease;
}

.story-hover-preview.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.chapter-next {
  position: absolute;
  left: 50%;
  bottom: 2.6%;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "small icon" "strong icon";
  column-gap: 18px;
  min-width: min(340px, 80%);
  padding: 11px 15px 11px 18px;
  border: 1px solid rgba(185, 207, 104, 0.46);
  border-radius: 4px;
  background: rgba(3, 4, 2, 0.86);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.46);
  color: #f2f4eb;
  text-decoration: none;
  transform: translateX(-50%);
  backdrop-filter: blur(9px);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.chapter-next span {
  grid-area: small;
  color: var(--fang-bright);
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.chapter-next strong {
  grid-area: strong;
  margin-top: 2px;
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  letter-spacing: 0.04em;
}

.chapter-next svg {
  grid-area: icon;
  align-self: center;
  width: 20px;
  fill: none;
  stroke: var(--fang-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
}

.chapter-next:hover,
.chapter-next:focus-visible {
  border-color: rgba(190, 218, 88, 0.88);
  background: rgba(14, 18, 7, 0.94);
  outline: none;
  transform: translateX(-50%) translateY(-2px);
}

.chapter-next:hover svg,
.chapter-next:focus-visible svg {
  transform: translateX(3px);
}

.story-panel--product .chapter-next {
  right: 3%;
  left: auto;
  z-index: 10;
  min-width: min(320px, 28%);
  transform: none;
}

.story-panel--product .chapter-next:hover,
.story-panel--product .chapter-next:focus-visible {
  transform: translateY(-2px);
}

.story-panel--support,
.story-panel--creator {
  padding-bottom: 62px;
}

.story-art-frame--support,
.story-art-frame--creator {
  width: min(100%, calc(177.683svh - 110px));
}

.story-panel--support .story-art,
.story-panel--creator .story-art {
  max-height: none;
}

.story-panel--support .chapter-next,
.story-panel--creator .chapter-next {
  bottom: -54px;
}

.support-qr-hotspot {
  position: absolute;
  left: 43.95%;
  top: 56.2%;
  z-index: 8;
  display: block;
  width: 12.1%;
  height: 21.4%;
  border: 2px solid transparent;
  border-radius: 4%;
  background: transparent;
  cursor: pointer;
  outline: none;
  touch-action: manipulation;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.support-qr-hotspot:hover,
.support-qr-hotspot:focus-visible {
  border-color: rgba(190, 218, 88, 0.95);
  box-shadow: inset 0 0 26px rgba(190, 218, 88, 0.08), 0 0 24px rgba(190, 218, 88, 0.42);
  transform: scale(1.025);
}

.career-hotspot {
  position: absolute;
  z-index: 8;
  display: block;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  outline: none;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.career-hotspot span {
  position: absolute;
  left: 50%;
  bottom: 7%;
  padding: 6px 9px;
  border: 1px solid rgba(255, 101, 0, 0.68);
  border-radius: 999px;
  background: rgba(5, 4, 3, 0.9);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
  font-size: clamp(0.46rem, 0.62vw, 0.62rem);
  font-weight: 850;
  letter-spacing: 0.13em;
  opacity: 0;
  text-transform: uppercase;
  transform: translate(-50%, 7px);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.career-hotspot:hover,
.career-hotspot:focus-visible {
  border-color: rgba(255, 101, 0, 0.82);
  background: rgba(255, 101, 0, 0.08);
  box-shadow: inset 0 0 34px rgba(255, 101, 0, 0.08), 0 0 24px rgba(255, 101, 0, 0.2);
}

.career-hotspot:hover span,
.career-hotspot:focus-visible span {
  opacity: 1;
  transform: translate(-50%, 0);
}

.career-hotspot--beyond {
  left: 8.65%;
  top: 65%;
  width: 7.6%;
  height: 15.5%;
}

.career-hotspot--rippaverse {
  left: 16.7%;
  top: 65%;
  width: 8.45%;
  height: 15.5%;
}

.career-hotspot--lucent {
  left: 25.85%;
  top: 65%;
  width: 8.25%;
  height: 15.5%;
}

.career-hotspot--edge {
  left: 56.35%;
  top: 65%;
  width: 7.65%;
  height: 15.5%;
}

.creator-qr-link {
  position: absolute;
  left: 10.05%;
  top: 81.95%;
  z-index: 9;
  display: block;
  width: 7.9%;
  aspect-ratio: 1;
  padding: clamp(1px, 0.18vw, 3px);
  border: 2px solid #ff6500;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.72);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.creator-qr-link img {
  width: 100%;
  height: 100%;
}

.creator-qr-link:hover,
.creator-qr-link:focus-visible {
  border-color: #ff8a3d;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.82), 0 0 24px rgba(255, 101, 0, 0.48);
  transform: scale(1.035);
}

.dossier {
  position: fixed;
  inset: 0;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: clamp(72px, 8vw, 96px) 18px 30px;
  border: 0;
  overflow: auto;
  background:
    radial-gradient(circle at 50% 15%, rgba(123, 145, 53, 0.16), transparent 35%),
    rgba(2, 3, 2, 0.97);
  color: var(--paper);
}

.dossier::backdrop {
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(8px);
}

.dossier--hostile {
  --fang-bright: #c06951;
  background:
    radial-gradient(circle at 50% 15%, rgba(156, 52, 39, 0.2), transparent 35%),
    rgba(2, 3, 2, 0.97);
}

.story-reader {
  background:
    radial-gradient(circle at 50% 12%, rgba(123, 145, 53, 0.13), transparent 34%),
    rgba(2, 3, 2, 0.98);
}

.story-reader-shell {
  width: min(760px, 100%);
}

.dossier-shell {
  width: min(920px, 100%);
  margin: 0 auto;
}

.dossier-kicker {
  margin: 0 0 6px;
  color: var(--fang-bright);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dossier h2 {
  margin: 0 0 20px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.3rem, 6vw, 4.6rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}

.dossier-shell > img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(165, 189, 75, 0.26);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.6);
}

.dossier-close {
  position: fixed;
  top: max(17px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(165, 189, 75, 0.36);
  border-radius: 999px;
  background: rgba(4, 5, 3, 0.9);
  color: var(--paper);
  cursor: pointer;
  font: inherit;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dossier-close svg {
  width: 17px;
  fill: none;
  stroke: var(--fang-bright);
  stroke-linecap: round;
  stroke-width: 1.8;
}

.dossier-close:hover,
.dossier-close:focus-visible {
  border-color: rgba(190, 218, 88, 0.9);
  outline: none;
}

body.dossier-open {
  overflow: hidden;
}

.connect {
  position: relative;
  padding: clamp(72px, 9vw, 132px) clamp(20px, 5vw, 82px) 32px;
  overflow: hidden;
  background:
    linear-gradient(rgba(5, 6, 4, 0.93), rgba(5, 6, 4, 0.98)),
    url("assets/naja-hero.jpg") left center / cover no-repeat;
}

.connect::before {
  content: "";
  position: absolute;
  top: 7%;
  right: -11rem;
  width: min(42vw, 540px);
  aspect-ratio: 1;
  border: 1px solid rgba(123, 145, 53, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(123, 145, 53, 0.03),
    0 0 0 78px rgba(123, 145, 53, 0.025);
  pointer-events: none;
}

.connect-intro,
.channels,
footer {
  position: relative;
  width: min(1180px, 100%);
  margin-inline: auto;
}

.connect-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.65fr);
  gap: 22px 64px;
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 70px);
}

.eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--fang-bright);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.connect h2 {
  max-width: 800px;
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.86;
  text-transform: uppercase;
}

.connect-intro > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.65;
}

.connect-intro strong {
  color: var(--paper);
}

.channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.channel-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.42fr);
  gap: clamp(20px, 3vw, 42px);
  padding: clamp(26px, 4vw, 52px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(23, 27, 14, 0.78), rgba(8, 9, 6, 0.9));
  transition: background-color 180ms ease, transform 180ms ease;
}

.channel-card::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 4px;
  height: 30%;
  background: var(--fang);
}

.channel-card--instagram::after {
  background: var(--red);
}

.channel-card--support {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.22fr);
  border-top: 1px solid rgba(190, 218, 88, 0.5);
  background:
    linear-gradient(110deg, rgba(42, 53, 18, 0.94), rgba(8, 9, 6, 0.96)),
    radial-gradient(circle at 78% 38%, rgba(190, 218, 88, 0.2), transparent 35%);
}

.channel-card--support::after {
  width: 5px;
  height: 72%;
  background: var(--fang-bright);
  box-shadow: 0 0 18px rgba(165, 189, 75, 0.35);
}

.channel-card--support .channel-number,
.channel-card--support .qr-caption {
  color: var(--fang-bright);
}

.channel-card--support h3 {
  font-size: clamp(1.7rem, 3.1vw, 3rem);
}

.channel-card--support .channel-copy > p {
  max-width: 54ch;
  font-size: 1rem;
}

.channel-card--support .qr-frame {
  width: min(100%, 200px);
  border: 2px solid rgba(190, 218, 88, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.4), 0 0 28px rgba(165, 189, 75, 0.16);
}

.channel-card.channel-card--support:hover {
  background:
    linear-gradient(110deg, rgba(52, 66, 21, 0.96), rgba(9, 11, 6, 0.98)),
    radial-gradient(circle at 78% 38%, rgba(190, 218, 88, 0.24), transparent 35%);
}

.channel-card--store {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.22fr);
  background:
    linear-gradient(110deg, rgba(37, 46, 17, 0.88), rgba(8, 9, 6, 0.94)),
    radial-gradient(circle at 78% 40%, rgba(165, 189, 75, 0.13), transparent 34%);
}

.channel-card--store::after {
  height: 54%;
  background: var(--fang-bright);
}

.channel-card--store .channel-number {
  color: var(--fang-bright);
}

.channel-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.channel-number {
  margin-bottom: 42px;
  color: var(--fang-bright);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.channel-card--instagram .channel-number {
  color: #c55c4d;
}

.channel-label {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.channel-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -0.025em;
}

.channel-copy > p {
  max-width: 32ch;
  margin: 16px 0 34px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.channel-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  color: var(--paper);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.channel-link::after {
  content: "";
  position: absolute;
  inset: 0;
}

.channel-link svg {
  width: 19px;
  fill: none;
  stroke: var(--fang-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
}

.channel-card--instagram .channel-link svg {
  stroke: #d26b5b;
}

.channel-card--store .channel-link svg {
  stroke: var(--fang-bright);
}

.channel-card--support .channel-link svg {
  stroke: var(--fang-bright);
}

.channel-card:hover {
  background: linear-gradient(135deg, rgba(34, 42, 16, 0.86), rgba(10, 11, 7, 0.96));
}

.channel-card:hover .channel-link svg {
  transform: translate(3px, -3px);
}

.qr-link {
  position: relative;
  z-index: 2;
  align-self: end;
  display: grid;
  gap: 10px;
  justify-items: center;
  color: var(--muted);
  text-decoration: none;
}

.qr-frame {
  display: block;
  width: min(100%, 180px);
  padding: 10px;
  border: 1px solid rgba(200, 219, 139, 0.22);
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32);
}

.qr-frame img {
  width: 100%;
  height: auto;
}

.qr-caption {
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 42px;
  color: #6d725f;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@keyframes drift {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(3px); }
}

@media (max-width: 920px) {
  .hero {
    min-height: auto;
    padding-bottom: 62px;
  }

  .hero-art img {
    max-height: none;
  }

  .hero-vignette {
    background: linear-gradient(to bottom, transparent 58%, rgba(0, 0, 0, 0.94) 100%);
  }

  .scroll-cue {
    bottom: 11px;
  }

  .connect-intro {
    grid-template-columns: 1fr;
  }

  .eyebrow {
    grid-column: auto;
  }

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

  .chapter-next {
    bottom: 3.5%;
    min-width: min(300px, 72%);
    padding: 8px 11px 8px 13px;
  }
}

@media (max-width: 700px) {
  .chapter-nav {
    display: none;
  }

  .hero-logo-hotspot span,
  .character-hotspot span,
  .story-sample-hotspot span,
  .career-hotspot span {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .hero-logo-hotspot span {
    bottom: -11px;
  }

  .character-hotspot span {
    bottom: 6%;
    padding: 5px 7px;
    letter-spacing: 0.1em;
  }

  .chapter-next {
    min-width: min(246px, 69%);
    padding: 6px 9px 6px 11px;
  }

  .chapter-next span {
    font-size: 0.43rem;
  }

  .chapter-next strong {
    font-size: 0.62rem;
  }

  .chapter-next svg {
    width: 16px;
  }

  .story-panel--product .chapter-next {
    right: 2.5%;
    min-width: min(230px, 66%);
  }

  .story-panel--support .chapter-next,
  .story-panel--creator .chapter-next {
    min-width: min(230px, 66%);
  }

  .story-sample-hotspot span {
    padding: 4px 6px;
    letter-spacing: 0.07em;
  }

  .story-hover-preview {
    display: none;
  }
}

@media (max-width: 560px) {
  .connect {
    padding: 62px 16px 24px;
  }

  .connect h2 {
    font-size: clamp(2.75rem, 15vw, 4.5rem);
  }

  .channel-card {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 18px;
    padding: 24px 20px;
  }

  .channel-number {
    margin-bottom: 26px;
  }

  .channel-copy > p {
    margin-bottom: 28px;
  }

  .qr-frame {
    padding: 7px;
  }

  .qr-caption {
    font-size: 0.5rem;
    letter-spacing: 0.09em;
  }

  footer {
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .channel-card {
    grid-template-columns: 1fr;
  }

  .qr-link {
    width: 112px;
    justify-self: start;
  }

  .hero-logo-hotspot span {
    padding: 5px 7px;
    letter-spacing: 0.1em;
  }

  .chapter-next {
    min-width: min(225px, 72%);
  }
}

@media (hover: none) {
  .hero-logo-hotspot {
    border-color: rgba(165, 189, 75, 0.28);
  }

  .character-hotspot {
    border-color: rgba(165, 189, 75, 0.32);
  }

  .story-sample-hotspot {
    border-color: rgba(165, 189, 75, 0.38);
    background: rgba(123, 145, 53, 0.06);
  }

  .career-hotspot {
    border-color: rgba(255, 101, 0, 0.42);
    background: rgba(255, 101, 0, 0.05);
  }

  .support-qr-hotspot {
    border-color: rgba(190, 218, 88, 0.42);
  }

  .creator-qr-link {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.74), 0 0 18px rgba(255, 101, 0, 0.3);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .scroll-cue svg {
    animation: none;
  }

  .channel-card,
  .channel-link svg,
  .chapter-next,
  .chapter-next svg,
  .character-hotspot,
  .character-hotspot span,
  .story-sample-hotspot,
  .story-sample-hotspot span,
  .career-hotspot,
  .career-hotspot span,
  .creator-qr-link,
  .support-qr-hotspot,
  .story-hover-preview,
  .hero-logo-hotspot,
  .hero-logo-hotspot span {
    transition: none;
  }
}
