:root {
  --ink: #05050a;
  --ink-soft: #0e0b15;
  --plum: #1a1028;
  --paper: #f4f1fb;
  --muted: #bdb3ca;
  --amber: #b985ff;
  --hot: #ff4f87;
  --cyan: #51d8ef;
  --line: rgba(244, 241, 251, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
p { margin-top: 0; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  min-height: 86px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.studio-ops { position: absolute; z-index: 30; top: 0; left: 0; right: 0; height: 34px; padding: 0 clamp(22px,5vw,76px); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.1); background: #09070e; color: #8f8798; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.studio-ops b { color: var(--cyan); }
.studio-ops nav { display: flex; align-items: center; gap: 14px; }
.studio-ops a { color: #c8bdd2; font-size: 8px; }
.studio-ops a:hover { color: var(--cyan); }
.studio-ops em { padding: 4px 7px; border-radius: 99px; background: rgba(81,216,239,.1); color: var(--cyan); font-style: normal; }
.owner-mode .site-header { top: 34px; }
.brand { display: inline-flex; align-items: center; gap: 13px; white-space: nowrap; }
.brand img { width: 43px; height: 43px; object-fit: contain; }
.brand span { font-size: 13px; font-weight: 800; letter-spacing: 0.31em; }
.brand b { color: var(--hot); }
.site-header .brand span { position: relative; }
.site-header .brand b { color: var(--cyan); font-weight: 900; }
.site-header .brand span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 82px;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan) 0 68%, rgba(81,216,239,0) 100%);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  box-shadow: 0 0 18px rgba(81,216,239,.35);
}
nav { display: flex; gap: clamp(14px, 2vw, 30px); }
nav a, .socials a {
  color: #d8cde0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  transition: color 0.2s ease;
}
nav a:hover, nav a:focus-visible, .socials a:hover, .socials a:focus-visible { color: var(--amber); }

.hero {
  min-height: 880px;
  height: 100svh;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 5, 10, 1) 0%, rgba(8, 6, 13, .93) 45%, rgba(8, 5, 16, .35) 100%),
    radial-gradient(circle at 78% 30%, #462576 0, #1a0d33 34%, #05050a 72%);
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(transparent, var(--ink));
  pointer-events: none;
}
.hero-glow {
  position: absolute;
  width: 560px;
  height: 560px;
  right: 4vw;
  top: 13%;
  border-radius: 50%;
  background: rgba(160, 93, 255, 0.26);
  filter: blur(100px);
}
.hero-logo-watermark {
  position: absolute;
  z-index: 1;
  width: min(760px, 58vw);
  right: -8vw;
  top: 7%;
  opacity: .1;
  filter: saturate(.6) contrast(1.25);
  transform: rotate(8deg);
}
.hero-copy {
  position: relative;
  z-index: 3;
  padding: 130px 0 80px clamp(24px, 7vw, 110px);
}
.hero-mark { display: flex; align-items: center; gap: 16px; }
.hero-mark > img { width: 58px; height: 58px; object-fit: contain; }
.eyebrow {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #c7b7cf;
  font-size: 10px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}
.eyebrow > span { width: 40px; height: 1px; background: var(--amber); flex: 0 0 auto; }
h1 {
  max-width: 760px;
  margin: 26px 0 28px;
  font-size: clamp(65px, 7.4vw, 118px);
  line-height: 0.87;
  letter-spacing: -0.06em;
  text-shadow: 0 6px 35px rgba(0, 0, 0, 0.36);
}
.hero-sub {
  max-width: 630px;
  color: #c8bacf;
  font: clamp(17px, 1.4vw, 21px)/1.65 Georgia, serif;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button {
  width: 264px;
  min-height: 61px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--amber);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}
.button span { font-size: 20px; }
.button.primary { background: var(--amber); color: #10091b; }
.button.secondary { background: rgba(12, 8, 20, 0.68); color: #dcc6ff; }
.button.compact { width: auto; min-width: 210px; min-height: 52px; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--paper); border-color: var(--paper); color: #1a121d; }

.hero-covers {
  position: relative;
  z-index: 2;
  height: 680px;
  margin-top: 70px;
  perspective: 1400px;
}
.hero-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(235px, 20vw, 340px);
  aspect-ratio: 0.68;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 35px 80px rgba(0,0,0,.58);
}
.hero-cover-yuki { z-index: 3; transform: translate(-46%, -51%) rotate(1.5deg); }
.hero-cover-duds { z-index: 2; transform: translate(25%, -47%) rotate(8deg) scale(.88); }
.hero-cover-anubis { z-index: 1; transform: translate(-113%, -43%) rotate(-9deg) scale(.85); }

.catalogue-intro {
  padding: 120px clamp(24px, 7vw, 110px) 95px;
  display: grid;
  grid-template-columns: 1.25fr 0.8fr;
  gap: 55px 8vw;
  align-items: end;
  background: radial-gradient(circle at 80% 0, #241249, transparent 38%), var(--ink);
}

.worlds-grid {
  padding: 0 clamp(24px, 6vw, 94px) 135px;
  display: grid;
  gap: 28px;
  background: var(--ink);
}
.world-card {
  max-width: 1420px;
  width: 100%;
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(390px, .9fr) minmax(460px, 1.1fr);
  border: 1px solid var(--line);
  background: #0b0811;
  overflow: hidden;
}
.world-card:nth-child(even) { grid-template-columns: minmax(460px, 1.1fr) minmax(390px, .9fr); }
.world-card:nth-child(even) .world-card-art { order: 2; }
.world-card-art { position: relative; min-height: 620px; overflow: hidden; background: #0d0a12; }
.world-card-art > img:first-child { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(1.04) contrast(1.04); }
.world-card-art:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 54%, rgba(11,8,17,.84)); pointer-events: none; }
.world-card:nth-child(even) .world-card-art:after { background: linear-gradient(-90deg, transparent 54%, rgba(11,8,17,.84)); }
.world-card-stack { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: flex; align-items: flex-end; gap: 9px; }
.world-card:nth-child(even) .world-card-stack { right: auto; left: 24px; }
.world-card-stack img { width: 92px; aspect-ratio: .68; object-fit: cover; border: 1px solid rgba(255,255,255,.3); box-shadow: 0 15px 35px rgba(0,0,0,.5); }
.world-card-stack img:last-child { width: 112px; }
.world-number { position: absolute; z-index: 2; left: 24px; top: 20px; color: rgba(255,255,255,.7); font: 54px Georgia,serif; }
.world-card:nth-child(even) .world-number { left: auto; right: 24px; }
.world-card-copy { padding: clamp(46px, 6vw, 94px); display: flex; flex-direction: column; justify-content: center; }
.world-card-copy h3 { margin: 21px 0 14px; font-size: clamp(54px, 6vw, 92px); line-height: .92; letter-spacing: -.05em; }
.world-tagline { color: #dcc6ff; font: 22px/1.45 Georgia,serif; }
.world-card-copy > p:not(.eyebrow):not(.world-tagline) { color: #bdb2c8; font-size: 15px; line-height: 1.8; }
.world-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.text-link { color: #d7c1f8; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.text-link span { padding-left: 8px; color: var(--hot); font-size: 16px; }
.world-card-yuki { box-shadow: inset 5px 0 #d63158; }
.world-card-duds { box-shadow: inset 5px 0 #35b7dd; }
.world-card-anubis { box-shadow: inset 5px 0 #8f253d; }

.books-intro {
  position: relative;
  min-height: 630px;
  padding: 120px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 45%, #2b1552 0, #0b0712 44%, var(--ink) 75%);
}
.books-intro > img { position: absolute; width: min(560px, 65vw); opacity: .1; }
.books-intro > *:not(img) { position: relative; z-index: 1; }
.books-intro h2 { max-width: 950px; margin: 25px 0 24px; font-size: clamp(58px, 8vw, 112px); line-height: .9; letter-spacing: -.055em; }
.books-intro > p:last-child { max-width: 720px; color: #bfb2cc; font: 18px/1.7 Georgia,serif; }
.catalogue-intro h2, .creator h2 {
  margin-top: 24px;
  font-size: clamp(52px, 6vw, 90px);
  line-height: 0.95;
  letter-spacing: -0.045em;
}
.catalogue-intro > p {
  max-width: 520px;
  color: #b6a6bd;
  font: 18px/1.75 Georgia, serif;
}
.catalogue-jumps {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.catalogue-jumps a {
  min-height: 90px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  gap: 22px;
  border-right: 1px solid var(--line);
  font: 20px Georgia, serif;
  transition: background .2s ease, color .2s ease;
}
.catalogue-jumps a:last-child { border-right: 0; }
.catalogue-jumps a span { color: var(--amber); font: 10px Arial, sans-serif; letter-spacing: .16em; }
.catalogue-jumps a:hover, .catalogue-jumps a:focus-visible { background: var(--paper); color: var(--ink); }

.series {
  --series-color: var(--amber);
  position: relative;
  padding: 125px clamp(24px, 6vw, 94px);
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.series:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .72;
}
.series-yuki:before { background: radial-gradient(circle at 10% 15%, rgba(165, 27, 30, .3), transparent 24%); }
.series-duds:before { background: radial-gradient(circle at 90% 15%, rgba(30, 132, 164, .28), transparent 28%); }
.series-anubis:before { background: radial-gradient(circle at 12% 13%, rgba(137, 17, 30, .3), transparent 26%); }
.series-detail-head, .issue-heading, .issue-grid { position: relative; z-index: 1; }
.series-detail-head {
  max-width: 1390px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .75fr 1.15fr;
  gap: 36px;
  align-items: end;
}
.series-detail-head h2 { margin-top: 18px; font-size: clamp(54px, 6.5vw, 96px); line-height: .9; letter-spacing: -.05em; }
.series-detail-head > p { margin: 0; color: #d2bdf1; font: 20px/1.45 Georgia,serif; }
.series-detail-head .store-links { align-self: end; }
.series-intro {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(440px, 1.28fr);
  gap: clamp(50px, 8vw, 125px);
  align-items: center;
  max-width: 1390px;
  margin: 0 auto;
}
.series-cover-wrap { position: relative; justify-self: center; }
.series-cover-wrap:before {
  content: "";
  position: absolute;
  inset: 8% -18% -8%;
  border: 1px solid rgba(226, 166, 94, .35);
  transform: rotate(5deg);
}
.series-cover {
  width: min(390px, 32vw);
  min-width: 275px;
  aspect-ratio: .68;
  object-fit: cover;
  position: relative;
  box-shadow: 0 38px 80px rgba(0,0,0,.55);
}
.series-index {
  position: absolute;
  z-index: 2;
  left: -42px;
  top: -34px;
  color: rgba(239, 230, 213, .12);
  font: 130px/1 Georgia, serif;
}
.series-copy h2 { margin: 24px 0 17px; font-size: clamp(58px, 7vw, 104px); line-height: .9; letter-spacing: -.055em; }
.series-tagline { color: #f0c992; font: 22px/1.35 Georgia, serif; }
.series-description { max-width: 760px; color: #c1b1c8; font-size: 16px; line-height: 1.8; }
.series-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.series-facts span {
  padding: 9px 12px;
  border: 1px solid rgba(239, 230, 213, .18);
  color: #b9a9c0;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.store-links { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.store-links a {
  flex: 1 1 190px;
  min-height: 62px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-right: 1px solid var(--line);
  color: #e4d6e7;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
  transition: background .2s ease, color .2s ease;
}
.store-links a:last-child { border-right: 0; }
.store-links a span { color: var(--amber); font-size: 18px; }
.store-links a:hover, .store-links a:focus-visible { background: var(--paper); color: var(--ink); }

.graphic-novels {
  position: relative;
  z-index: 1;
  max-width: 1390px;
  margin: 150px auto 0;
  padding: 58px;
  border: 1px solid rgba(239, 230, 213, .16);
  background:
    linear-gradient(135deg, rgba(128, 54, 210, .3), transparent 44%),
    rgba(12, 8, 20, .92);
}
.graphic-novels-heading {
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: .75fr 1.3fr .95fr;
  gap: 35px;
  align-items: end;
}
.graphic-novels-heading h3 {
  font-size: clamp(42px, 4.8vw, 70px);
  line-height: .98;
  letter-spacing: -.04em;
}
.graphic-novels-heading > p:last-child {
  margin: 0;
  color: #aa9ab1;
  font-size: 14px;
  line-height: 1.7;
}
.graphic-novel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.graphic-novel-card {
  min-width: 0;
  background: rgba(10, 8, 12, .72);
  border: 1px solid rgba(239, 230, 213, .13);
  transition: transform .25s ease, border-color .25s ease;
}
.graphic-novel-card:hover { transform: translateY(-6px); border-color: rgba(226, 166, 94, .65); }
.graphic-novel-cover { position: relative; display: block; overflow: hidden; background: #211827; }
.graphic-novel-cover img { width: 100%; aspect-ratio: .68; object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.graphic-novel-cover span {
  position: absolute;
  inset: auto 12px 12px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 8, 12, .92);
  border: 1px solid rgba(255,255,255,.2);
  opacity: 0;
  transform: translateY(5px);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .15em;
  transition: opacity .25s ease, transform .25s ease;
}
.graphic-novel-card:hover .graphic-novel-cover img { transform: scale(1.025); opacity: .72; }
.graphic-novel-card:hover .graphic-novel-cover span,
.graphic-novel-cover:focus-visible span { opacity: 1; transform: translateY(0); }
.graphic-novel-card > div { min-height: 230px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; }
.graphic-novel-card h4 { font-size: 27px; line-height: 1; }
.graphic-novel-card > div > p:nth-of-type(2) { margin: 14px 0 20px; color: #aa9ab1; font-size: 12px; line-height: 1.65; }
.graphic-novel-actions { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: auto; }
.graphic-novel-actions a { color: #e8c28f; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.graphic-novel-actions a span { padding-left: 4px; font-size: 15px; }
.graphic-novel-actions a:hover,
.graphic-novel-actions a:focus-visible { color: #fff; }

.issue-heading h3 { margin: 20px 0 15px; font-size: clamp(40px, 4.5vw, 66px); line-height: 1; letter-spacing: -.035em; }
.issue-heading > p:last-child { color: #a998b1; line-height: 1.7; }

.issue-heading {
  max-width: 1390px;
  margin: 110px auto 44px;
  display: grid;
  grid-template-columns: .7fr 1.4fr .9fr;
  gap: 35px;
  align-items: end;
}
.issue-heading h3 { margin: 0; }
.issue-heading > p:last-child { margin: 0; }
.issue-grid {
  max-width: 1390px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.issue-card {
  min-width: 0;
  border: 1px solid rgba(239, 230, 213, .14);
  background: rgba(21, 16, 26, .9);
  transition: transform .25s ease, border-color .25s ease;
}
.issue-card:hover { transform: translateY(-6px); border-color: rgba(226, 166, 94, .65); }
.issue-cover-link { position: relative; display: block; overflow: hidden; background: #211827; }
.issue-cover-link img { width: 100%; aspect-ratio: .66; object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.issue-cover-link > span {
  position: absolute;
  inset: auto 12px 12px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10,8,12,.9);
  border: 1px solid rgba(255,255,255,.2);
  opacity: 0;
  transform: translateY(5px);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .15em;
  transition: opacity .25s ease, transform .25s ease;
}
.issue-card:hover .issue-cover-link img { transform: scale(1.025); opacity: .72; }
.issue-card:hover .issue-cover-link > span, .issue-cover-link:focus-visible > span { opacity: 1; transform: translateY(0); }
.issue-copy { min-height: 245px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; }
.issue-label { margin-bottom: 10px; color: var(--amber); font-size: 8px; text-transform: uppercase; letter-spacing: .18em; }
.issue-copy h4 { font-size: 27px; line-height: 1; }
.issue-copy > p:nth-of-type(2) {
  margin: 14px 0 20px;
  color: #aa9ab1;
  font-size: 12px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.issue-actions { width: 100%; margin-top: auto; display: flex; flex-wrap: wrap; gap: 11px 16px; }
.issue-actions a { color: #e8c28f; font-size: 8px; text-transform: uppercase; letter-spacing: .11em; }
.issue-actions a span { padding-left: 5px; font-size: 14px; }
.issue-actions a:hover, .issue-actions a:focus-visible { color: #fff; }

.kritterforce {
  position: relative;
  padding: 140px clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: minmax(390px, .9fr) minmax(460px, 1.1fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(30, 141, 170, .35), transparent 27%),
    radial-gradient(circle at 85% 28%, rgba(106, 57, 173, .35), transparent 28%),
    #07070c;
  border-top: 1px solid var(--line);
}
.kritterforce:before { content: "GAME"; position: absolute; right: -55px; top: 10px; color: rgba(255,255,255,.03); font: 250px/1 Georgia,serif; letter-spacing: -.08em; }
.kritterforce-art { position: relative; }
.kritterforce-overview { display: block; width: 100%; margin-inline: auto; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 35px 80px rgba(0,0,0,.55); }
.kritterforce-copy { position: relative; z-index: 1; }
.kritterforce-copy h2 { margin: 24px 0 26px; font-size: clamp(58px, 7vw, 100px); line-height: .9; letter-spacing: -.05em; }
.kritterforce-lede { max-width: 760px; color: #c4b8d1; font: 19px/1.7 Georgia,serif; }
.kritter-facts { margin: 28px 0 34px; display: flex; flex-wrap: wrap; gap: 8px; }
.kritter-facts span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.18); color: #c7bbd2; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.merch {
  position: relative;
  padding: 130px clamp(24px, 8vw, 125px);
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(430px, 1.1fr);
  gap: clamp(55px, 9vw, 140px);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(125, 18, 40, .3), transparent 48%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.02) 0 1px, transparent 1px 18px),
    #09070c;
  border-top: 1px solid var(--line);
}
.merch:after { content: "MERCH"; position: absolute; right: -30px; bottom: -58px; color: rgba(255,255,255,.025); font: 210px/1 Arial,sans-serif; font-weight: 900; letter-spacing: -.08em; }
.merch-art { position: relative; width: min(560px, 100%); justify-self: center; padding: 18px; border: 1px solid rgba(255,255,255,.18); background: #f2f0ec; box-shadow: 30px 30px 0 rgba(143, 25, 54, .25); }
.merch-art img { width: 100%; aspect-ratio: 3 / 4; object-fit: contain; }
.merch-stamp { position: absolute; z-index: 2; top: -18px; left: -18px; padding: 12px 16px; background: #a51b30; color: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; transform: rotate(-3deg); box-shadow: 0 10px 24px rgba(0,0,0,.35); }
.merch-copy { position: relative; z-index: 1; }
.merch-copy h2 { margin: 24px 0 28px; font-size: clamp(54px, 6vw, 94px); line-height: .9; letter-spacing: -.05em; }
.merch-copy > p:not(.eyebrow):not(.merch-note) { max-width: 700px; color: #c9becd; font: 20px/1.7 Georgia,serif; }
.merch-note { margin: 24px 0 34px; color: #8f8194; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }

.social-wall {
  padding: 135px clamp(20px, 6vw, 94px);
  background: linear-gradient(180deg, #0b0712, #05050a);
  border-top: 1px solid var(--line);
}
.social-wall-heading {
  max-width: 1390px;
  margin: 0 auto 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
}
.social-wall-heading h2 { max-width: 930px; margin-top: 22px; font-size: clamp(52px, 6.5vw, 94px); line-height: .92; letter-spacing: -.05em; }
.instagram-layout {
  position: relative;
  max-width: 1390px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(326px, 1.35fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: start;
  border: 1px solid rgba(81,216,239,.22);
  background:
    linear-gradient(135deg, rgba(81,216,239,.07), transparent 28%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 16px),
    #0d0914;
  box-shadow: 0 40px 100px rgba(0,0,0,.4);
}
.instagram-layout:before,
.instagram-layout:after { content: ""; position: absolute; width: 74px; height: 5px; background: var(--cyan); }
.instagram-layout:before { top: -3px; left: -1px; }
.instagram-layout:after { right: -1px; bottom: -3px; }
.instagram-intro { position: sticky; top: 35px; padding-top: 62px; }
.instagram-intro:before { content: "//  SOCIAL TRANSMISSION"; position: absolute; top: 0; color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.instagram-intro p { max-width: 390px; color: #c8bdd3; font: 29px/1.38 Georgia, serif; }
.instagram-intro span { display: block; max-width: 310px; padding-top: 22px; border-top: 1px solid var(--line); color: #857991; font-size: 8px; line-height: 1.7; letter-spacing: .17em; }
.instagram-frame { position: relative; width: min(100%, 620px); justify-self: end; }
.instagram-status { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; color: #9b90a7; font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.instagram-status span { width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 12px var(--cyan); }
.instagram-embed-shell { min-height: 620px; padding: 9px; overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.25); box-shadow: 22px 22px 0 rgba(81,216,239,.1); }
.instagram-media { width: 100% !important; min-width: 0 !important; margin: 0 !important; border: 0 !important; background: #fff; }
.instagram-media > a { min-height: 600px; padding: 40px; display: grid; place-items: center; color: #17111f; text-align: center; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.instagram-fallback { margin: 18px 0 0; color: #756b80; font-size: 9px; letter-spacing: .08em; text-align: right; }
.instagram-fallback a { color: var(--cyan); border-bottom: 1px solid rgba(81,216,239,.5); }
.instagram-fallback a:hover,
.instagram-fallback a:focus-visible { color: #fff; }

.creator {
  position: relative;
  padding: 140px clamp(24px, 8vw, 125px);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(55px, 9vw, 145px);
  align-items: center;
  overflow: hidden;
  background: #e9e4f4;
  color: #17111f;
}
.creator:before { content: "D"; position: absolute; right: -70px; bottom: -100px; color: rgba(91,61,101,.06); font: 560px/1 Georgia,serif; }
.creator-photo { position: relative; width: min(470px, 100%); }
.creator-photo > img:first-child { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.8) contrast(1.06); box-shadow: 28px 28px 0 #c9bee0; }
.creator-logo { position: absolute; width: 35%; right: -9%; bottom: -9%; border-radius: 50%; box-shadow: 0 12px 30px rgba(29,18,31,.3); }
.creator .eyebrow { color: #765e7f; }
.creator-copy { position: relative; z-index: 1; }
.creator-lede { margin: 28px 0 18px; color: #49384f; font: 22px/1.65 Georgia, serif; }
.creator-copy > p:not(.eyebrow):not(.creator-lede) { max-width: 730px; color: #695a6d; line-height: 1.75; }
.creator-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 38px; padding-top: 28px; border-top: 1px solid rgba(32,23,35,.18); }
.creator-stats strong { display: block; color: #704d78; font: 35px Georgia, serif; }
.creator-stats span { display: block; margin-top: 8px; color: #776b79; font-size: 8px; line-height: 1.4; text-transform: uppercase; letter-spacing: .12em; }

.contact {
  min-height: 760px;
  padding: 120px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(circle at 50% 45%, #37223e 0, transparent 38%), var(--ink);
}
.contact > img { width: 90px; height: 90px; margin-bottom: 25px; }
.contact h2 { margin: 26px 0 42px; font-size: clamp(52px, 7vw, 100px); line-height: .94; letter-spacing: -.045em; }
.contact .button { width: 330px; }
.socials { margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; }
footer {
  min-height: 116px;
  padding: 28px clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid var(--line);
  color: #8e8093;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .11em;
}
footer .brand img { width: 38px; height: 38px; }
footer .brand span { color: var(--paper); font-size: 10px; }

@media (max-width: 1120px) {
  nav { gap: 16px; }
  nav a { font-size: 8px; }
  nav a:nth-child(n+5) { display: none; }
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-copy { padding-left: 5vw; }
  .hero-covers { transform: translateX(3vw) scale(.88); }
  .world-card { grid-template-columns: minmax(340px,.85fr) minmax(430px,1.15fr); }
  .world-card:nth-child(even) { grid-template-columns: minmax(430px,1.15fr) minmax(340px,.85fr); }
  .world-card-copy { padding: 48px; }
  .series-detail-head { grid-template-columns: 1fr 1fr; }
  .series-detail-head .store-links { grid-column: 1 / -1; }
  .issue-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .issue-heading { grid-template-columns: 1fr 1.3fr; }
  .issue-heading > p:last-child { grid-column: 2; }
  .merch { grid-template-columns: minmax(330px,.85fr) minmax(400px,1.15fr); gap: 60px; }
}

@media (max-width: 850px) {
  .studio-ops > span { display: none; }
  .studio-ops { justify-content: center; }
  .site-header { min-height: 74px; }
  nav a:not(:first-child) { display: none; }
  .brand span { font-size: 10px; letter-spacing: .24em; }
  .brand img { width: 36px; height: 36px; }
  .hero { min-height: 900px; height: auto; grid-template-columns: 1fr; align-items: start; }
  .hero-copy { padding: 125px 24px 0; text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-mark { justify-content: center; }
  .hero-logo-watermark { width: 92vw; right: -25vw; top: 18%; }
  h1 { font-size: clamp(60px, 14vw, 92px); }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-covers { height: 430px; margin: 5px 0 60px; transform: scale(.76); transform-origin: center top; }
  .merch { grid-template-columns: 1fr; padding: 95px 24px; text-align: center; }
  .merch-copy .eyebrow { justify-content: center; }
  .merch-art { width: min(500px, 90%); }
  .merch-copy .button { margin-inline: auto; }
  .catalogue-intro { grid-template-columns: 1fr; padding-top: 95px; }
  .worlds-grid { padding-left: 20px; padding-right: 20px; }
  .world-card, .world-card:nth-child(even) { grid-template-columns: 1fr; }
  .world-card:nth-child(even) .world-card-art { order: 0; }
  .world-card-art { min-height: 580px; }
  .world-card-art:after,
  .world-card:nth-child(even) .world-card-art:after { background: linear-gradient(transparent 52%, rgba(11,8,17,.94)); }
  .world-card-copy { padding: 50px 34px; text-align: center; }
  .world-card-copy .eyebrow { justify-content: center; }
  .world-card-copy .series-facts,
  .world-card-actions { justify-content: center; }
  .world-number,
  .world-card:nth-child(even) .world-number { left: 20px; right: auto; }
  .world-card-stack,
  .world-card:nth-child(even) .world-card-stack { right: 20px; left: auto; }
  .books-intro { min-height: 550px; }
  .catalogue-jumps { grid-template-columns: 1fr; }
  .catalogue-jumps a { border-right: 0; border-bottom: 1px solid var(--line); }
  .catalogue-jumps a:last-child { border-bottom: 0; }
  .series { padding-top: 95px; }
  .series-detail-head { grid-template-columns: 1fr; text-align: center; }
  .series-detail-head .eyebrow { justify-content: center; }
  .series-detail-head .store-links { grid-column: auto; }
  .series-intro { grid-template-columns: 1fr; }
  .series-cover { width: min(380px, 70vw); }
  .series-copy { text-align: center; }
  .series-copy .eyebrow { justify-content: center; }
  .series-facts, .store-links { justify-content: center; }
  .graphic-novels { margin-top: 110px; padding: 38px; }
  .graphic-novels-heading { grid-template-columns: 1fr; text-align: center; }
  .graphic-novels-heading .eyebrow { justify-content: center; }
  .graphic-novel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .issue-heading { grid-template-columns: 1fr; text-align: center; margin-top: 90px; }
  .issue-heading .eyebrow { justify-content: center; }
  .issue-heading > p:last-child { grid-column: auto; }
  .issue-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .kritterforce { grid-template-columns: 1fr; text-align: center; }
  .kritterforce-copy .eyebrow,
  .kritter-facts { justify-content: center; }
  .kritterforce-copy .button { margin-left: auto; margin-right: auto; }
  .social-wall-heading { align-items: center; flex-direction: column; text-align: center; }
  .social-wall-heading .eyebrow { justify-content: center; }
  .instagram-layout { grid-template-columns: 1fr; }
  .instagram-intro { position: static; padding-top: 40px; text-align: center; }
  .instagram-intro:before { left: 0; right: 0; }
  .instagram-intro p, .instagram-intro span { margin-left: auto; margin-right: auto; }
  .instagram-frame { justify-self: center; }
  .creator { grid-template-columns: 1fr; }
  .creator-photo { justify-self: center; }
  .creator-copy { text-align: center; }
  .creator-copy .eyebrow { justify-content: center; }
  .creator-copy > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
  footer { flex-direction: column; text-align: center; padding: 40px 24px; }
}

@media (max-width: 540px) {
  html { scroll-padding-top: 68px; }
  .site-header { padding: 0 16px; }
  nav { display: none; }
  .brand span { font-size: 9px; }
  .hero { min-height: 810px; }
  .hero-copy { padding-top: 108px; }
  .hero-mark > img { width: 48px; height: 48px; }
  h1 { font-size: 58px; }
  .hero-sub { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: center; }
  .button { width: min(320px, 100%); }
  .hero-covers { height: 330px; transform: scale(.61); transform-origin: center top; }
  .catalogue-intro, .series { padding-left: 18px; padding-right: 18px; }
  .catalogue-intro h2 { font-size: 48px; }
  .worlds-grid { padding: 0 10px 85px; }
  .world-card-art { min-height: 470px; }
  .world-card-copy { padding: 38px 20px 44px; }
  .world-card-copy h3 { font-size: 52px; }
  .world-card-stack img { width: 70px; }
  .world-card-stack img:last-child { width: 84px; }
  .world-card-actions { flex-direction: column; }
  .books-intro { min-height: 500px; padding: 90px 18px; }
  .books-intro h2 { font-size: 54px; }
  .series-detail-head h2 { font-size: 55px; }
  .series-cover { min-width: 0; width: 74vw; }
  .series-index { left: -18px; font-size: 90px; }
  .series-copy h2 { font-size: 55px; }
  .store-links { display: block; }
  .store-links a { border-right: 0; border-bottom: 1px solid var(--line); }
  .store-links a:last-child { border-bottom: 0; }
  .graphic-novels { padding: 24px 12px; }
  .graphic-novels-heading h3 { font-size: 42px; }
  .graphic-novel-grid { gap: 8px; }
  .graphic-novel-card > div { min-height: 230px; padding: 15px; }
  .graphic-novel-card h4 { font-size: 20px; }
  .graphic-novel-card > div > p:nth-of-type(2) { font-size: 10px; }
  .graphic-novel-cover span { display: none; }
  .issue-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .issue-copy { min-height: 220px; padding: 15px; }
  .issue-copy h4 { font-size: 20px; }
  .issue-copy > p:nth-of-type(2) { font-size: 10px; -webkit-line-clamp: 6; }
  .issue-cover-link > span { display: none; }
  .kritterforce { padding: 95px 18px; }
  .kritterforce-copy h2 { font-size: 54px; }
  .social-wall { padding: 90px 10px; }
  .social-wall-heading { padding: 0 10px; }
  .social-wall-heading h2 { font-size: 50px; }
  .instagram-layout { padding: 18px 10px 28px; }
  .instagram-intro p { font-size: 23px; }
  .instagram-embed-shell { min-height: 570px; padding: 3px; box-shadow: 10px 10px 0 rgba(81,216,239,.1); }
  .instagram-media > a { min-height: 550px; padding: 18px; }
  .instagram-fallback { text-align: center; }
  .creator { padding: 95px 22px; }
  .creator-photo > img:first-child { box-shadow: 16px 16px 0 #c9bee0; }
  .creator-logo { right: -2%; }
  .creator h2 { font-size: 55px; }
  .creator-stats { grid-template-columns: 1fr; }
  .contact { min-height: 680px; }
  .contact h2 { font-size: 50px; }
  .contact .button { width: min(330px, 100%); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}

.static-social-card{min-height:540px;padding:55px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;text-align:center;background:radial-gradient(circle at 50% 35%,rgba(185,133,255,.28),transparent 40%),#0b0810;border:1px solid rgba(255,255,255,.14)}.static-social-card img{width:min(260px,60%)}.static-social-card p{max-width:440px;color:#c8bdd3;font:24px/1.5 Georgia,serif}.not-found{min-height:100vh;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle,#2b173a,#05050a 60%)}.not-found>img{width:100px}.not-found h1{margin:25px 0;font-size:clamp(56px,9vw,120px)}.not-found>p:not(.eyebrow){color:#c8bdd3;font:20px Georgia,serif}.not-found .button{margin-top:30px}
