@font-face {
  font-family: "Onest";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/onest-cyrillic-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/onest-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-display: swap;
  font-weight: 400 900;
  src: url("fonts/golos-text-cyrillic-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-display: swap;
  font-weight: 400 900;
  src: url("fonts/golos-text-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --ink: #0d0c0b;
  --ink-soft: #171411;
  --paper: #f0e9de;
  --paper-soft: #d9d0c3;
  --rust: #f06a45;
  --rust-dark: #a93824;
  --wine: #431b1a;
  --green: #6edb86;
  --line: rgba(240, 233, 222, .2);
  --line-dark: rgba(13, 12, 11, .18);
  --max: 1180px;
  --gutter: clamp(16px, 3.125vw, 50px);
  --radius: 10px;
  --font-display: "Onest", Arial, system-ui, sans-serif;
  --font-body: "Golos Text", "Helvetica Neue", Arial, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font: 16px/1.55 var(--font-body);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3, h4 { margin: 0; }
.wrap { width: min(calc(100% - (var(--gutter) * 2)), var(--max)); margin-inline: auto; }
.display {
  font-family: var(--font-display);
  font-weight: 640;
  letter-spacing: -.055em;
  line-height: .94;
  text-wrap: balance;
}
.heading-line { display: block; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--rust);
  font-size: 11px;
  font-weight: 620;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.lead {
  max-width: 680px;
  color: var(--paper-soft);
  font-size: clamp(1.04rem, 1.55vw, 1.2rem);
  line-height: 1.48;
  text-wrap: pretty;
}
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: start;
}
.section-head h2 { max-width: 720px; font-size: clamp(2rem, 4vw, 3.55rem); }
.section-head > .lead { justify-self: end; }
section { padding: clamp(82px, 9vw, 122px) 0; border-top: 1px solid var(--line); }
.skip {
  position: fixed;
  top: -80px;
  left: 12px;
  z-index: 100;
  padding: 11px 15px;
  background: var(--rust);
  color: var(--ink);
  font-weight: 650;
}
.skip:focus { top: 12px; }
.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid rgba(240, 233, 222, .42);
  border-radius: 999px;
  background: rgba(13, 12, 11, .08);
  color: var(--paper);
  font-weight: 620;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.btn:hover { border-color: var(--rust); color: #ffb39d; transform: translateY(-1px); }
.btn.primary { border-color: var(--rust); background: var(--rust); color: #160c09; }
.btn.primary:hover { border-color: #ff8968; background: #ff8968; color: #160c09; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }

.site-nav {
  position: absolute;
  z-index: 30;
  inset: 0 0 auto;
  height: 78px;
  border-bottom: 1px solid rgba(240, 233, 222, .17);
  background: linear-gradient(180deg, rgba(8, 7, 6, .84), rgba(8, 7, 6, .28) 72%, transparent);
}
.site-nav .wrap { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; width: clamp(150px, 13.6vw, 176px); min-height: 44px; flex: 0 0 auto; align-items: center; }
.brand-logo { width: 100%; }
.nav-links { display: flex; gap: 26px; color: rgba(240, 233, 222, .82); font-size: 14px; }
.nav-links a { display: inline-flex; min-height: 44px; align-items: center; }
.nav-links a:hover { color: #fff; }

.hero {
  position: relative;
  display: grid;
  min-height: min(900px, 100svh);
  padding: 130px 0 54px;
  align-items: center;
  overflow: hidden;
  border: 0;
  isolation: isolate;
}
.hero-media { position: absolute; z-index: -3; inset: 0; overflow: hidden; background: #0a0908; }
.hero-scene { position: absolute; inset: 0; background-repeat: no-repeat; background-size: cover; background-position: center; }
.hero-scene:not(:first-child) { display: none; }
.hero-scene img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.js .hero-scene { display: block; z-index: 0; opacity: 0; transform: scale(1.035); transition: opacity .9s ease, transform 6s ease; }
.js .hero-scene.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.scene-screen img { object-position: 70% center; }
.scene-standup { background-image: url("genre-lida-nelovko-1600.webp"); background-position: 66% center; }
.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(8, 7, 6, .97) 0%, rgba(8, 7, 6, .9) 30%, rgba(8, 7, 6, .64) 44%, rgba(8, 7, 6, .2) 57%, transparent 68%);
}
.hero-inner { display: grid; max-width: 760px; align-content: center; }
.hero h1 { max-width: 740px; font-size: clamp(3.05rem, 6.2vw, 6.2rem); }
.hero h1 .accent { color: #ff8b69; }
.hero .lead { max-width: 600px; margin-top: 26px; color: #eee4d8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-proof {
  display: flex;
  max-width: 690px;
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid rgba(240, 233, 222, .3);
  list-style: none;
}
.hero-proof li { min-width: 0; padding: 17px 27px 0 0; flex: 1; color: #cfc4b8; font-size: 13px; }
.hero-proof li + li { padding-left: 27px; border-left: 1px solid rgba(240, 233, 222, .24); }
.hero-proof strong { display: block; margin-bottom: 2px; color: #fff5ec; font-size: 17px; font-weight: 650; }
.hero-kicker { display: flex; min-height: 44px; margin-bottom: 20px; align-items: center; color: #f38a6c; font-size: 14px; font-weight: 650; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.hero-role-nav { display: inline-flex; min-height: 44px; align-items: center; gap: 0; color: #ff9a7e; }
.hero-role-copy { display: inline-flex; padding-bottom: 5px; align-items: center; gap: 8px; border-bottom: 1px solid currentColor; line-height: 1; white-space: nowrap; }
.hero-role-copy strong { font: inherit; white-space: nowrap; }
.hero-role-arrow { display: grid; width: 44px; min-height: 44px; padding: 0; flex: 0 0 44px; place-items: center; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; font-size: 16px; letter-spacing: 0; line-height: 1; transform: translateY(-3px); }
.hero-role-arrow[data-hero-prev] { padding-right: 6px; justify-items: end; }
.hero-role-arrow[data-hero-next] { padding-left: 6px; justify-items: start; }
.hero-role-arrow:hover { color: #ffc0ae; }
.hero-role-arrow:disabled { cursor: default; }
.hero-slide-arrow { position: absolute; z-index: 3; top: 50%; display: none; width: 50px; min-height: 50px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(8,7,6,.24); color: #fff4eb; cursor: pointer; font-size: 22px; line-height: 1; transform: translateY(-50%); backdrop-filter: blur(7px); transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }
.js .hero-slide-arrow { display: grid; }
.hero-slide-arrow-prev { left: clamp(14px, 2.2vw, 34px); }
.hero-slide-arrow-next { right: clamp(14px, 2.2vw, 34px); }
.hero-slide-arrow:hover { border-color: #ff9a7e; background: rgba(8,7,6,.52); transform: translateY(-50%) scale(1.04); }
.hero-slide-arrow:disabled { cursor: default; opacity: .45; }
.hero-character-caption {
  position: absolute;
  z-index: 2;
  right: clamp(88px, 7vw, 118px);
  bottom: clamp(34px, 4vw, 58px);
  display: flex;
  margin: 0;
  align-items: center;
  gap: 12px;
  color: rgba(255, 245, 236, .86);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .13em;
  line-height: 1;
  text-align: right;
  text-shadow: 0 2px 18px rgba(8, 7, 6, .9);
  text-transform: uppercase;
}
.hero-character-caption::before { width: 28px; height: 1px; flex: 0 0 auto; background: rgba(255, 245, 236, .6); content: ""; }

@media (min-width: 701px) {
  .scene-author img { transform: scale(1.08) translateY(5%); transform-origin: center; }
  .scene-standup { background-size: auto 108%; }
  .scene-screen img { transform: translateY(4%); }
  .scene-standup { background-position: 66% 28px; }
  .scene-pop img, .scene-alternative img, .scene-rapper img, .scene-actor img, .scene-streamer img, .scene-blogger img { object-position: center; }
  .scene-actor img { transform: scale(1.08) translateY(12%); }
}
@media (min-width: 901px) {
  .scene-pop img, .scene-rapper img { transform: scale(1.04) translateY(9%); transform-origin: center; }
}

.platform { background: var(--paper); color: var(--ink); }
.platform .eyebrow { color: var(--rust-dark); }
.platform .lead { color: #4d463f; }
@media (min-width: 901px) {
  .platform .section-head { grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: clamp(32px, 4vw, 60px); }
  .platform .section-head h2 { max-width: none; font-size: clamp(2.4rem, 3.34vw, 3rem); }
}
.workflow {
  margin-top: 50px;
  overflow: hidden;
  border: 1px solid #2d2925;
  border-radius: var(--radius);
  background: #141210;
  color: var(--paper);
  box-shadow: 0 24px 70px rgba(34, 24, 17, .16);
}
.workflow-bar {
  display: flex;
  min-height: 52px;
  padding: 12px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  color: #bdb2a6;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.workflow-brand { color: #fff1e8; font-weight: 680; }
.workflow-live { display: inline-flex; align-items: center; gap: 8px; color: #d8d0c5; }
.workflow-live::before { width: 8px; height: 8px; border-radius: 50%; background: var(--green); content: ""; box-shadow: 0 0 0 5px rgba(110, 219, 134, .1); }
.workflow-grid { display: grid; grid-template-columns: .82fr 1.18fr 1fr; }
.workflow-col { min-width: 0; padding: 25px; border-right: 1px solid var(--line); }
.workflow-col:last-child { border-right: 0; }
.workflow-label { display: flex; margin-bottom: 20px; justify-content: space-between; gap: 10px; color: #91877c; font-size: 10px; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.source-list, .queue-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.source-item { display: flex; min-height: 48px; padding: 11px 12px; align-items: center; gap: 11px; border: 1px solid rgba(240, 233, 222, .14); }
.source-mark { display: grid; width: 26px; height: 26px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(240, 233, 222, .28); border-radius: 50%; color: var(--rust); font-size: 10px; font-weight: 700; }
.source-item strong { display: block; font-size: 13px; font-weight: 600; }
.source-item span:last-child { display: block; color: #8f867c; font-size: 11px; }
.queue-item { position: relative; padding: 15px 15px 15px 19px; border: 1px solid rgba(240, 233, 222, .16); background: rgba(255,255,255,.025); }
.queue-item::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: var(--rust); content: ""; }
.queue-item.wait::before { background: #cba65d; }
.queue-item header { display: flex; justify-content: space-between; gap: 12px; color: #8f867c; font-size: 11px; }
.queue-item strong { display: block; margin-top: 8px; color: #f6eee5; font-size: 15px; line-height: 1.22; }
.queue-item p { margin-top: 4px; color: #ada297; font-size: 12px; }
.publish-card { min-height: 258px; padding: 22px; border: 1px solid rgba(240, 233, 222, .2); background: linear-gradient(145deg, #542017, #1b1512 72%); }
.publish-status { display: inline-flex; align-items: center; gap: 8px; color: #ccf4d3; font-size: 11px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.publish-status::before { width: 8px; height: 8px; border-radius: 50%; background: var(--green); content: ""; }
.publish-cover { display: grid; width: 68px; height: 68px; margin-top: 42px; place-items: center; border: 1px solid rgba(255,255,255,.24); background: #e75e3c; color: #24100c; font: 800 22px/1 var(--font-display); }
.publish-card h3 { margin-top: 18px; font: 620 1.45rem/1 var(--font-display); letter-spacing: -.04em; }
.publish-card p { margin-top: 7px; color: #c8bcb0; font-size: 13px; }
.control-note { display: flex; margin-top: 12px; padding: 13px 14px; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid rgba(240, 233, 222, .16); color: #b4aa9f; font-size: 12px; }
.toggle { position: relative; width: 38px; height: 22px; flex: 0 0 auto; border-radius: 99px; background: var(--rust); }
.toggle::after { position: absolute; top: 4px; right: 4px; width: 14px; height: 14px; border-radius: 50%; background: #fff2ea; content: ""; }
.workflow-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.workflow-steps li { min-height: 104px; padding: 21px 24px; border-right: 1px solid var(--line); color: #a89e93; font-size: 13px; }
.workflow-steps li:last-child { border-right: 0; }
.workflow-steps strong { display: block; margin-bottom: 4px; color: #f4ece2; font-size: 14px; }
.workflow-steps span { display: block; margin-bottom: 12px; color: var(--rust); font-size: 10px; font-weight: 700; letter-spacing: .14em; }

.worlds { overflow: hidden; background: #100e0c; }
.genre-tabs { display: flex; margin: 40px 0 18px; padding: 0 0 4px; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.genre-tabs::-webkit-scrollbar { display: none; }
.genre-tab { min-height: 46px; padding: 10px 17px; flex: 0 0 auto; border: 1px solid rgba(240, 233, 222, .26); border-radius: 999px; background: transparent; color: #c8beb2; cursor: pointer; }
.genre-tab:hover { border-color: rgba(240, 233, 222, .55); color: #fff; }
.genre-tab[aria-selected="true"] { border-color: var(--rust); background: var(--rust); color: #1c0c08; }
.genre-panel { position: relative; display: grid; min-height: 660px; padding: clamp(28px, 5vw, 62px); align-items: end; overflow: hidden; border: 1px solid rgba(240, 233, 222, .2); border-radius: var(--radius); isolation: isolate; }
.genre-panel + .genre-panel { margin-top: 18px; }
.js .genre-panel:not(.is-active) { display: none; }
.genre-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.genre-panel::after { position: absolute; z-index: -2; inset: 0; content: ""; background: linear-gradient(90deg, rgba(8,7,6,.94) 0%, rgba(8,7,6,.72) 38%, rgba(8,7,6,.18) 74%), linear-gradient(0deg, rgba(8,7,6,.72), transparent 56%); }
.genre-copy { display: grid; grid-template-columns: minmax(0, 1fr) minmax(245px, .48fr); gap: 40px; align-items: end; }
.genre-kicker { color: #f7a087; font-size: 11px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.genre-name { max-width: 760px; margin-top: 12px; color: #fff5ec; font: 690 clamp(4rem, 10vw, 8.6rem)/.76 var(--font-display); letter-spacing: -.08em; text-transform: uppercase; }
.genre-panel[data-genre="mark"] .genre-name { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.07em; }
.genre-panel[data-genre="neona"] .genre-name { color: #f1f2f4; letter-spacing: -.06em; }
.genre-panel[data-genre="pomeha"] .genre-name { font-weight: 850; letter-spacing: -.095em; transform: skew(-4deg); transform-origin: left; }
.genre-panel[data-genre="mitya"] .genre-name { color: #b7d9ff; font-weight: 820; letter-spacing: -.085em; }
.genre-panel[data-genre="tikhon"] .genre-name { color: #e8edf2; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.065em; }
.genre-panel[data-genre="varvara"] .genre-name { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
.genre-panel[data-genre="lida"] .genre-name { color: #f2d52f; font-weight: 820; letter-spacing: -.075em; }
.genre-panel[data-genre="seva"] .genre-name { color: #8caeff; font-weight: 760; letter-spacing: -.075em; }
.genre-panel[data-genre="rita"] .genre-name { color: #ff9a7e; font-weight: 720; letter-spacing: -.07em; }
.genre-tagline { max-width: 580px; margin-top: 23px; color: #e3d8cc; font-size: clamp(1.05rem, 1.6vw, 1.24rem); }
.genre-spec { padding: 21px; border: 1px solid rgba(240, 233, 222, .3); background: rgba(12,10,9,.66); backdrop-filter: blur(12px); }
.genre-spec-label { color: #a99f94; font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.genre-spec ul { display: grid; gap: 10px; margin: 17px 0 0; padding: 0; list-style: none; }
.genre-spec li { padding-top: 10px; border-top: 1px solid rgba(240, 233, 222, .17); color: #efe5da; font-size: 14px; }
.fiction-note { margin-top: 16px; color: #a49a8e; font-size: 13px; }

.price { background: var(--wine); }
.price .section-head > .lead { color: #d9bdb5; }
.price-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(34px, 7vw, 88px); margin-top: 48px; align-items: start; }
.price-card, .package { min-width: 0; }
.price-card { padding: clamp(25px, 4vw, 42px); border: 1px solid rgba(255,255,255,.28); background: rgba(17, 8, 7, .18); }
.price-label { color: #d7b7af; font-size: 11px; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.price-value { margin-top: 24px; color: #fff2ec; font: 710 clamp(3.15rem, 5vw, 4.35rem)/.83 var(--font-display); letter-spacing: -.08em; white-space: nowrap; }
.price-value small { display: block; margin-top: 15px; color: #d7b7af; font: 500 1rem/1.3 var(--font-body); letter-spacing: 0; white-space: normal; }
.price-annual { margin-top: 24px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.22); color: #d9bdb5; }
.price-annual strong { color: #fff2ec; }
.price-card .btn { width: 100%; margin-top: 28px; }
.package h3 { font: 630 clamp(1.8rem, 3vw, 2.65rem)/.98 var(--font-display); letter-spacing: -.045em; }
.package-intro { max-width: 620px; margin-top: 13px; color: #d9bdb5; }
.included { display: grid; grid-template-columns: repeat(2, 1fr); margin: 30px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.23); list-style: none; }
.included li { min-height: 126px; padding: 20px 18px 20px 0; border-bottom: 1px solid rgba(255,255,255,.23); color: #d9bdb5; }
.included li:nth-child(odd) { padding-right: 24px; border-right: 1px solid rgba(255,255,255,.23); }
.included li:nth-child(even) { padding-left: 24px; }
.included strong { display: block; margin-bottom: 5px; color: #fff2ec; }
.module-label { margin-top: 30px; color: #d7b7af; font-size: 11px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.module-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.module-pills span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #f3dfd9; font-size: 13px; }
.price-note { margin-top: 17px; color: #c9a9a2; font-size: 13px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid rgba(255,255,255,.23); border-bottom: 1px solid rgba(255,255,255,.23); }
.trust-row div { min-height: 110px; padding: 21px 22px; border-right: 1px solid rgba(255,255,255,.23); color: #d2b7b0; font-size: 13px; }
.trust-row div:last-child { border-right: 0; }
.trust-row strong { display: block; margin-bottom: 5px; color: #fff2ec; }

.launch { background: var(--paper); color: var(--ink); }
.launch .eyebrow { color: var(--rust-dark); }
.launch .lead { color: #4d463f; }
.launch-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.launch-step { min-height: 245px; padding: 27px 26px; border-right: 1px solid var(--line-dark); }
.launch-step:last-child { border-right: 0; }
.launch-number { color: var(--rust-dark); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.launch-step h3 { max-width: 260px; margin-top: 42px; font: 640 1.45rem/1.02 var(--font-display); letter-spacing: -.04em; }
.launch-step p { margin-top: 11px; color: #554d45; }
.launch-note { display: flex; margin-top: 24px; padding: 20px 22px; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid var(--line-dark); }
.launch-note strong { font: 640 clamp(1.35rem, 2.4vw, 2rem)/1 var(--font-display); letter-spacing: -.04em; }
.launch-note p { max-width: 650px; color: #554d45; }

.faq-section { background: var(--ink); }
.faq { max-width: 880px; margin-top: 42px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; min-height: 64px; padding: 20px 46px 20px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: 17px; right: 5px; color: var(--rust); content: "+"; font-size: 25px; font-weight: 400; }
.faq details[open] summary::after { content: "×"; }
.faq p { max-width: 760px; padding: 0 38px 23px 0; color: var(--paper-soft); }

.finale { position: relative; display: grid; min-height: min(820px, 92svh); padding: 70px 0; align-items: end; overflow: hidden; border: 0; isolation: isolate; }
.finale img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.finale::after { position: absolute; z-index: -2; inset: 0; content: ""; background: linear-gradient(0deg, rgba(13,12,11,.96), rgba(13,12,11,.1) 72%), linear-gradient(90deg, rgba(13,12,11,.68), transparent 58%); }
.finale-copy { max-width: 870px; }
.finale h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); }
.finale .lead { max-width: 700px; margin-top: 20px; color: #f1e7dc; }
.finale .btn { margin-top: 28px; }

footer { padding: 28px 0; color: #ada397; font-size: 14px; }
footer .wrap { display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
footer a { display: inline-flex; min-height: 44px; align-items: center; }
html.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
html.js .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .js .hero-scene { transition: none; }
}
@media (max-width: 1200px) {
  .hero-slide-arrow { top: 94px; width: 44px; min-height: 44px; font-size: 18px; transform: none; }
  .hero-slide-arrow:hover { transform: scale(1.04); }
}
@media (max-width: 900px) {
  .section-head { grid-template-columns: 1fr; gap: 22px; }
  .section-head > .lead { justify-self: start; }
  .workflow-grid { grid-template-columns: 1fr 1fr; }
  .workflow-col { border-bottom: 1px solid var(--line); }
  .workflow-col:nth-child(2) { border-right: 0; }
  .workflow-col:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .publish-card { min-height: 230px; }
  .genre-copy { grid-template-columns: 1fr; }
  .genre-spec { max-width: 390px; }
  .price-layout { grid-template-columns: 1fr; }
  .trust-row, .launch-grid { grid-template-columns: 1fr; }
  .trust-row div, .launch-step { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.23); }
  .launch-step { border-bottom-color: var(--line-dark); }
  .trust-row div:last-child, .launch-step:last-child { border-bottom: 0; }
  .launch-step h3 { margin-top: 24px; }
}
@media (max-width: 700px) {
  .site-nav { height: 68px; }
  .brand { width: 140px; }
  .nav-links { display: none; }
  .site-nav .btn { min-height: 44px; padding: 9px 14px; font-size: 13px; }
  section { padding: 76px 0; }
  .hero { min-height: 860px; padding: 112px 0 35px; align-items: end; }
  .scene-author img { object-position: 90% center; }
  .scene-pop img, .scene-alternative img, .scene-rapper img, .scene-actor img, .scene-streamer img, .scene-blogger img { object-position: center; }
  .scene-alternative img { transform: scale(1.15) translateY(-4%); transform-origin: center; }
  .scene-screen img { object-position: center; transform: scale(1.1) translateY(-8%); transform-origin: center; }
  .scene-standup { background-position: 78% center; }
  .hero::before { background: linear-gradient(0deg, rgba(8,7,6,.99) 0%, rgba(8,7,6,.94) 42%, rgba(8,7,6,.62) 60%, rgba(8,7,6,.14) 76%, transparent 88%); }
  .hero h1 { max-width: 100%; font-size: clamp(2.65rem, 13vw, 3.35rem); line-height: .92; }
  .hero .lead { margin-top: 21px; font-size: 1rem; line-height: 1.45; }
  .hero-actions { display: grid; margin-top: 25px; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; }
  .hero-proof li { padding: 14px 10px 0 0; font-size: 11px; }
  .hero-proof li + li { padding-left: 10px; }
  .hero-proof strong { font-size: 14px; }
  .hero-kicker { margin-bottom: 16px; font-size: 12px; letter-spacing: .1em; }
  .hero-role-copy { gap: 5px; }
  .hero-slide-arrow { top: 84px; width: 44px; min-height: 44px; font-size: 18px; transform: none; backdrop-filter: blur(5px); }
  .hero-slide-arrow-prev { left: 10px; }
  .hero-slide-arrow-next { right: 10px; }
  .hero-slide-arrow:hover { transform: scale(1.04); }
  .hero-character-caption { top: 144px; right: auto; bottom: auto; left: var(--gutter); gap: 9px; font-size: 10px; letter-spacing: .12em; text-align: left; }
  .hero-character-caption::before { width: 20px; }
  .section-head h2 { font-size: clamp(2rem, 9.5vw, 2.75rem); }
  .worlds .section-head h2 { font-size: clamp(1.8rem, 7.7vw, 2.2rem); }
  .finale h2 { font-size: clamp(1.82rem, 8.9vw, 2.2rem); }
  .workflow { margin-top: 34px; }
  .workflow-bar { align-items: flex-start; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-col, .workflow-col:nth-child(2), .workflow-col:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow-col:last-child { border-bottom: 0; }
  .workflow-steps { grid-template-columns: 1fr; }
  .workflow-steps li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow-steps li:last-child { border-bottom: 0; }
  .genre-tabs { margin-top: 31px; }
  .genre-panel { min-height: 690px; padding: 25px 21px; }
  .genre-panel::after { background: linear-gradient(0deg, rgba(8,7,6,.98) 0%, rgba(8,7,6,.78) 45%, rgba(8,7,6,.08) 76%); }
  .genre-image { object-position: 66% center; }
  .genre-panel[data-genre="pomeha"] .genre-image,
  .genre-panel[data-genre="mitya"] .genre-image,
  .genre-panel[data-genre="varvara"] .genre-image,
  .genre-panel[data-genre="tikhon"] .genre-image { object-position: center; }
  .genre-panel[data-genre="varvara"] .genre-image { transform: scale(1.1) translateY(-12%); transform-origin: center; }
  .genre-panel[data-genre="tikhon"] .genre-name { font-size: clamp(3rem, 15.5vw, 4rem); }
  .genre-name { font-size: clamp(3.35rem, 18vw, 5rem); }
  .genre-copy { gap: 25px; }
  .genre-spec { padding: 17px; backdrop-filter: none; }
  .included { grid-template-columns: 1fr; }
  .included li, .included li:nth-child(odd), .included li:nth-child(even) { min-height: 0; padding: 17px 0; border-right: 0; }
  .trust-row { margin-top: 34px; }
  .launch-grid { margin-top: 34px; }
  .launch-step { padding: 23px 0; }
  .launch-note { align-items: flex-start; flex-direction: column; }
  .faq summary { font-size: 17px; }
  .finale { min-height: 700px; }
  .finale h2 { font-size: clamp(1.82rem, 8.9vw, 2.2rem); }
}
@media (max-width: 390px) {
  .brand { width: 128px; }
  .scene-screen img { transform: scale(1.1) translateY(-18%); }
  .site-nav .btn { padding-inline: 11px; }
  .hero-kicker { font-size: 11px; letter-spacing: .08em; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof li, .hero-proof li + li { padding: 11px 0; border-left: 0; border-bottom: 1px solid rgba(240,233,222,.2); }
  .hero-proof li:last-child { border-bottom: 0; }
}
@media (max-width: 350px) {
  .scene-screen img { transform: translateX(6%) scale(1.1) translateY(-18%); }
}
