:root {
  --bg: #f7f8fa;
  --surface: #fff;
  --ink: #11151b;
  --muted: #64707e;
  --cyan: #09b7e8;
  --coral: #ff6e62;
  --line: #e7ebef;
  --radius: 16px;
  --shadow: 0 18px 50px rgba(29, 72, 98, 0.09);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

:where(section, [id]) {
  scroll-margin-top: 96px;
}
body {
  margin: 0;
  overflow-x: clip;
  background: linear-gradient(180deg, #fff 0, #f8fbfd 40%, #fff 100%);
  color: var(--ink);
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
.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;
}
.site-header {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.main-nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
}
.main-nav a,
.text-link {
  transition: color 0.2s ease;
}
.main-nav a:hover,
.text-link:hover {
  color: #0788ad;
}
.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 12px;
  font-weight: 700;
  white-space: nowrap;
  border: 0;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.button:hover {
  transform: translateY(-1px);
}
.button:active {
  transform: scale(0.98);
}
.button-primary {
  color: #052631;
  background: var(--cyan);
  box-shadow: 0 10px 26px rgba(9, 183, 232, 0.2);
}
.button-large {
  min-height: 52px;
  padding: 0 25px;
}
.hero {
  max-width: 1440px;
  min-height: 760px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 36% 64%;
  overflow: hidden;
  background: #fff;
}
.hero-copy {
  padding: 150px 36px 180px 64px;
  position: relative;
  z-index: 4;
}
.hero h1 {
  margin: 0 0 25px;
  font-size: clamp(48px, 4.5vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.hero-copy p {
  margin: 0 0 34px;
  max-width: 360px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}
.hero-stage {
  min-width: 0;
  position: relative;
}
.hero-media,
.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 690px;
}
.hero-media img {
  object-position: center;
}
.film-seam {
  position: absolute;
  z-index: 3;
  left: -30px;
  top: 0;
  width: 122px;
  height: 100%;
  padding: 20px 14px;
  display: grid;
  gap: 14px;
  align-content: center;
  background: rgba(242, 246, 248, 0.72);
  border-left: 2px solid transparent;
  border-image: linear-gradient(var(--cyan), #ccb8ff, var(--coral)) 1;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.16);
}
.film-seam:before,
.film-seam:after {
  content: "";
  position: absolute;
  inset: 0 auto 0 5px;
  width: 7px;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 12px,
    rgba(112, 126, 139, 0.22) 12px 20px
  );
}
.film-seam:after {
  left: auto;
  right: 5px;
}
.film-frame {
  height: 74px;
  border-radius: 9px;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.frame-person {
  background-image: url("/assets/images/presenter-home.webp");
}
.frame-mountain {
  background-image: image-set(url("/assets/images/mountain-scene.avif") type("image/avif"), url("/assets/images/mountain-scene.webp") type("image/webp"));
}
.frame-work {
  background-image: image-set(url("/assets/images/work-scene.avif") type("image/avif"), url("/assets/images/work-scene.webp") type("image/webp"));
}
.frame-city {
  background-image: image-set(url("/assets/images/city-scene.avif") type("image/avif"), url("/assets/images/city-scene.webp") type("image/webp"));
}
.voice {
  position: absolute;
  right: 30px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 16px;
}
.voice span {
  order: 2;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: var(--shadow);
  font-size: 13px;
}
.voice i,
.wave-panel i,
.transcript i {
  width: 170px;
  height: 28px;
  background: repeating-linear-gradient(90deg, currentColor 0 2px, transparent 2px 5px);
  mask: linear-gradient(180deg, transparent, black 25% 75%, transparent);
}
.voice-ru {
  top: 34%;
  color: var(--cyan);
}
.voice-en {
  top: 50%;
  color: var(--coral);
}
.composer {
  position: absolute;
  z-index: 8;
  left: 25%;
  right: 25%;
  bottom: 38px;
  min-height: 132px;
  padding: 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.composer-modes {
  display: flex;
  gap: 6px;
}
.composer button {
  border: 0;
  background: #f6f8fa;
  border-radius: 10px;
  padding: 10px 13px;
  color: #394550;
}
.composer-modes .is-active {
  color: #027fa5;
  background: #e2f8ff;
}
.composer label {
  align-self: stretch;
}
.composer input {
  width: 100%;
  height: 48px;
  border: 0;
  outline: 0;
  padding: 0 12px;
}
.composer-options {
  grid-column: 2;
  display: flex;
  gap: 8px;
}
.composer > .button {
  grid-column: 3;
  grid-row: 1/3;
  align-self: center;
}
.section-shell,
.section-wide {
  max-width: 1320px;
  margin: 28px auto;
  padding: 42px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 40px rgba(35, 72, 96, 0.04);
}
.section-wide {
  max-width: 1440px;
  padding: 80px 64px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}
.section-heading h2,
.section-heading p {
  margin: 0;
}
.section-heading p {
  color: var(--muted);
}
h2 {
  font-size: clamp(30px, 3vw, 46px);
  letter-spacing: -0.035em;
  line-height: 1.1;
}
h3 {
  font-size: 21px;
  letter-spacing: -0.02em;
}
p {
  line-height: 1.55;
}
.film-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 1fr 0.55fr;
  gap: 14px;
}
.film-row figure {
  margin: 0;
  min-width: 0;
}
.film-row img,
.film-row figure > span {
  width: 100%;
  height: 170px;
  border-radius: 12px;
}
.film-row figcaption {
  padding-top: 10px;
  color: var(--muted);
  font-size: 13px;
}
.add-scene {
  border: 1px dashed #c8d0d8;
  background: #f8fafb;
  border-radius: 12px;
  font-size: 38px;
  color: #75808a;
}
.add-scene small {
  display: block;
  font-size: 12px;
}
.split-section {
  display: grid;
  grid-template-columns: 32% 68%;
  align-items: center;
  gap: 32px;
}
.split-section p {
  color: var(--muted);
  max-width: 360px;
}
.avatar-sequence {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.avatar-sequence img {
  width: 190px;
  height: 220px;
  border-radius: 14px;
}
.face-map {
  position: relative;
}
.face-map:after {
  content: "";
  position: absolute;
  inset: 20% 18%;
  border: 1px solid var(--cyan);
  border-radius: 45%;
}
.capabilities > h2 {
  text-align: center;
  margin: 0 0 46px;
}
.cap-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr 1fr;
  gap: 24px;
}
.cap-grid article {
  min-width: 0;
}
.cap-grid p {
  color: var(--muted);
}
.cap-grid img,
.portrait-stack {
  height: 230px;
  border-radius: 14px;
}
.wave-panel,
.mini-editor,
.template-covers {
  height: 230px;
  border-radius: 14px;
  background: #f1f7fa;
  padding: 24px;
  display: grid;
  align-content: center;
  gap: 18px;
}
.wave-panel span {
  font-size: 13px;
}
.wave-panel i {
  color: var(--cyan);
  width: 100%;
}
.wave-panel i:nth-of-type(2) {
  color: var(--coral);
}
.mini-editor > div {
  height: 110px;
  background: linear-gradient(145deg, #1e2b34, #c85e42);
  border-radius: 10px;
}
.mini-editor ol {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.mini-editor li {
  list-style: none;
  width: 30%;
  height: 36px;
  background: #fff;
  border-radius: 6px;
}
.template-covers {
  grid-template-columns: 1fr 1fr;
}
.template-covers b {
  display: grid;
  place-items: center;
  color: white;
  border-radius: 10px;
  background: #145cdc;
}
.template-covers b:nth-child(2) {
  background: #6540c4;
}
.template-covers b:nth-child(3) {
  background: #0a9b97;
}
.studio {
  display: grid;
  grid-template-columns: 32% 68%;
  gap: 34px;
  align-items: center;
}
.studio-copy p {
  color: var(--muted);
  max-width: 320px;
  margin-bottom: 26px;
}
.studio-ui {
  display: grid;
  grid-template-columns: 72px 1fr 1.25fr;
  gap: 14px;
  padding: 18px;
  background: #f7fafb;
  border-radius: 14px;
}
.studio-ui aside {
  display: grid;
  gap: 10px;
}
.studio-ui aside b {
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #dfe8ed;
}
.studio-ui .script {
  background: #fff;
  border-radius: 10px;
  padding: 18px;
}
.script h3 {
  font-size: 14px;
  margin: 0;
}
.script p {
  font-size: 12px;
  color: var(--muted);
}
.studio-ui img {
  height: 420px;
  border-radius: 12px;
}
.show-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 0.75fr 1fr 1fr;
  gap: 16px;
}
.show-grid figure {
  margin: 0;
}
.show-grid img,
.show-grid .media {
  height: 300px;
  border-radius: 13px;
}
.show-grid figcaption {
  padding: 12px 3px;
}
.media {
  background-size: cover;
}
.media-training {
  background: linear-gradient(145deg, #14222b, #75604f 60%, #d8d3ca);
}
.media-product {
  background:
    radial-gradient(circle at 60% 35%, #d1ad79 0 7%, transparent 8%),
    linear-gradient(145deg, #07131a, #457286);
}
.media-announcement {
  background: linear-gradient(145deg, #101a22, #8a7667);
}
.workflow-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.workflow-line article {
  padding: 20px;
  background: #f7f9fa;
  border-radius: 14px;
}
.workflow-line p {
  min-height: 50px;
  color: var(--muted);
}
.prompt-mini,
.avatar-dots,
.scene-dots,
.workflow-line img {
  height: 135px;
  border-radius: 10px;
  background: #fff;
}
.prompt-mini:before {
  content: "";
  display: block;
  margin: 30px;
  width: 55%;
  height: 7px;
  background: #dce3e8;
  box-shadow:
    0 18px #dce3e8,
    0 36px #dce3e8;
}
.avatar-dots,
.scene-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.avatar-dots i {
  width: 42px;
  height: 55px;
  border-radius: 8px;
  background: linear-gradient(#d0dde4, #948274);
}
.scene-dots i {
  width: 46%;
  height: 70px;
  border-radius: 8px;
  background: linear-gradient(145deg, #164458, #d98f52);
}
.feature-split {
  display: grid;
  grid-template-columns: 0.7fr 0.65fr 1.2fr;
  gap: 26px;
  align-items: center;
}
.feature-split > div:first-child p {
  color: var(--muted);
}
.text-card {
  min-height: 230px;
  padding: 28px;
  border-radius: 14px;
  background: #f4f7f9;
  color: #3c4852;
}
.text-card.small {
  min-height: 150px;
}
.result-card img {
  height: 340px;
  border-radius: 14px;
}
.avatar-consistency {
  display: grid;
  grid-template-columns: 0.7fr 1.2fr 0.65fr;
  gap: 24px;
  align-items: center;
}
.avatar-consistency p {
  color: var(--muted);
}
.avatar-main {
  height: 420px;
  border-radius: 14px;
}
.avatar-small {
  display: grid;
  gap: 14px;
}
.avatar-small img {
  height: 200px;
  border-radius: 12px;
}
.translation {
  display: grid;
  grid-template-columns: 1fr 0.9fr 0.65fr 0.8fr;
  gap: 22px;
  align-items: center;
}
.translation-copy {
  grid-column: 1/-1;
}
.translation > img {
  height: 430px;
  border-radius: 14px;
}
.transcript {
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 14px;
  background: #f5f8fa;
}
.transcript i {
  width: 100%;
  height: 18px;
  color: var(--cyan);
}
.translated {
  display: grid;
  gap: 14px;
}
.translated figure {
  margin: 0;
  position: relative;
}
.translated img {
  height: 200px;
  border-radius: 12px;
}
.translated figcaption {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 6px 8px;
  background: white;
  border-radius: 8px;
  font-size: 12px;
}
.template-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.75fr;
  gap: 18px;
}
.template-grid article {
  padding: 12px;
  background: #f5f7f8;
  border-radius: 14px;
}
.template-grid .media,
.template-grid img {
  height: 260px;
  border-radius: 10px;
}
.template-grid .vertical img {
  height: 300px;
}
.usecases > h2 {
  margin-top: 0;
}
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.usecase-grid article {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(35, 72, 96, 0.06);
}
.usecase-grid p {
  color: var(--muted);
}
.usecase-grid img {
  height: 240px;
  border-radius: 10px;
  margin-top: auto;
}
.wave-panel.compact {
  height: 240px;
}
.why {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.why > img {
  height: 500px;
  border-radius: 14px;
}
.why article {
  padding: 16px 0;
}
.why article + article {
  border-top: 1px solid var(--line);
}
.why article h3,
.why article p {
  margin: 0 0 8px;
}
.why p {
  color: var(--muted);
}
.safety > p {
  color: var(--muted);
}
.safety-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
}
.safety-flow article {
  height: 290px;
  padding: 20px;
  text-align: center;
  border-radius: 14px;
  background: #f6f8fa;
}
.safety-flow img {
  height: 180px;
  border-radius: 10px;
}
.check-card,
.lock-card {
  display: grid;
  place-items: center;
}
.check-card b,
.lock-card b {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  font-size: 40px;
  color: #048caf;
}
.info > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.info p {
  color: var(--muted);
}
.faq h2 {
  margin-top: 0;
}
.faq details {
  border-top: 1px solid var(--line);
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  padding: 20px 4px;
  cursor: pointer;
}
.faq details p {
  color: var(--muted);
  padding: 0 4px 18px;
  margin: 0;
}
.final-cta {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  padding: 0;
}
.final-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: saturate(0.86);
}
.final-cta:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(9, 20, 27, 0.1),
    rgba(255, 255, 255, 0.05) 44%,
    rgba(255, 255, 255, 0.82) 70%
  );
}
.final-copy {
  position: absolute;
  z-index: 3;
  right: 6%;
  top: 50%;
  width: 35%;
  transform: translateY(-50%);
}
.final-copy h2 {
  font-size: 56px;
}
.final-copy p {
  font-size: 18px;
}
.final-film {
  position: absolute;
  z-index: 2;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 90px;
  background: rgba(255, 255, 255, 0.34);
  border-left: 2px solid var(--coral);
  border-right: 2px solid var(--cyan);
}
#site-footer {
  max-width: 1320px;
  margin: 28px auto 60px;
  padding: 48px;
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 50px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.footer-brand p {
  max-width: 340px;
  color: var(--muted);
}
.footer-legal {
  display: block;
  margin-top: 26px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
#site-footer nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
#site-footer nav div {
  display: grid;
  align-content: start;
  gap: 12px;
}
#site-footer nav b {
  margin-bottom: 5px;
}
#site-footer nav a {
  color: var(--muted);
}
#site-footer nav a:hover {
  color: #057c9e;
}
.pbn-links {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.pbn-links > b {
  display: block;
  margin-bottom: 14px;
}
.pbn-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
.pbn-links a {
  color: var(--muted);
  font-size: 14px;
}
.pbn-links a:hover { color: #057c9e; }
.menu-toggle {
  display: none;
}
.js .hero-copy,
.js .hero-stage,
.js .composer {
  animation: reveal 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.js .hero-stage {
  animation-delay: 0.1s;
}
.js .composer {
  animation-delay: 0.22s;
}
@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
@media (max-width: 1100px) {
  .site-header {
    gap: 24px;
  }
  .main-nav {
    gap: 18px;
  }
  .hero {
    grid-template-columns: 42% 58%;
    min-height: 700px;
  }
  .hero-copy {
    padding-left: 36px;
  }
  .composer {
    left: 8%;
    right: 8%;
  }
  .cap-grid {
    grid-template-columns: 1fr 1fr;
  }
  .show-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .show-grid figure:nth-child(n + 4) {
    display: none;
  }
  .workflow-line {
    grid-template-columns: 1fr 1fr;
  }
  .translation {
    grid-template-columns: 1fr 1fr;
  }
  .translation-copy {
    grid-column: 1/-1;
  }
  .template-grid {
    grid-template-columns: 1fr 1fr;
  }
  .usecase-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-header {
    height: 64px;
    padding: 0 16px;
  }
  .brand {
    font-size: 24px;
  }
  .header-actions .text-link {
    display: none;
  }
  .header-actions .button {
    min-height: 40px;
    padding: 0 14px;
  }
  .menu-toggle {
    display: grid;
    width: 40px;
    height: 40px;
    place-content: center;
    gap: 6px;
    margin-left: auto;
    border: 0;
    background: transparent;
  }
  .menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--ink);
  }
  .main-nav {
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 64px;
    padding: 20px;
    gap: 18px;
    flex-direction: column;
    background: white;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
  }
  .menu-open .main-nav {
    display: flex;
  }
  .header-actions {
    margin-left: 0;
  }
  .hero {
    display: block;
    min-height: 970px;
    padding-bottom: 320px;
  }
  .hero-copy {
    padding: 48px 20px 30px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-copy p {
    font-size: 17px;
  }
  .hero-stage {
    height: 460px;
    margin-left: 44px;
  }
  .hero-media,
  .hero-media img {
    min-height: 460px;
    height: 460px;
  }
  .hero-media img {
    object-position: 60% center;
  }
  .film-seam {
    left: -44px;
    width: 76px;
    padding: 10px;
  }
  .film-frame {
    height: 55px;
  }
  .voice {
    right: 10px;
  }
  .voice i {
    width: 72px;
  }
  .voice span {
    padding: 8px 10px;
    font-size: 11px;
  }
  .composer {
    left: 16px;
    right: 16px;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    min-height: 280px;
  }
  .composer-modes,
  .composer label {
    width: 100%;
  }
  .composer-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .composer > .button {
    width: 100%;
  }
  .section-shell,
  .section-wide {
    margin: 14px 10px;
    padding: 28px 20px;
  }
  .section-wide {
    margin-left: 0;
    margin-right: 0;
  }
  .section-heading {
    display: block;
  }
  .film-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .film-row figure,
  .add-scene {
    min-width: 72%;
    scroll-snap-align: start;
  }
  .split-section,
  .studio,
  .feature-split,
  .avatar-consistency,
  .why {
    grid-template-columns: 1fr;
  }
  .avatar-sequence {
    overflow-x: auto;
  }
  .avatar-sequence img {
    min-width: 150px;
  }
  .cap-grid,
  .show-grid,
  .workflow-line,
  .usecase-grid,
  .info > div,
  .template-grid {
    grid-template-columns: 1fr;
  }
  .cap-grid article,
  .show-grid figure,
  .template-grid article {
    display: block !important;
  }
  .studio-ui {
    grid-template-columns: 56px 1fr;
  }
  .studio-ui > img {
    grid-column: 1/-1;
  }
  .show-grid {
    display: flex;
    overflow-x: auto;
  }
  .show-grid figure {
    min-width: 78%;
  }
  .workflow-line {
    display: flex;
    overflow-x: auto;
  }
  .workflow-line article {
    min-width: 78%;
  }
  .avatar-consistency .avatar-main {
    height: 330px;
  }
  .translation {
    grid-template-columns: 1fr;
  }
  .translation > img {
    height: 340px;
  }
  .template-grid {
    display: flex;
    overflow-x: auto;
  }
  .template-grid article {
    min-width: 82%;
  }
  .safety-flow {
    display: flex;
    overflow-x: auto;
  }
  .safety-flow article {
    min-width: 82%;
  }
  .safety-flow > span {
    transform: rotate(0);
  }
  .final-cta {
    min-height: 650px;
  }
  .final-cta > img {
    object-position: 38% center;
  }
  .final-cta:after {
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.96) 0 42%,
      rgba(255, 255, 255, 0.08) 70%
    );
  }
  .final-copy {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 32px;
    width: auto;
    transform: none;
  }
  .final-copy h2 {
    font-size: 42px;
  }
  .final-film {
    width: 56px;
  }
  #site-footer {
    margin: 14px 10px 36px;
    padding: 30px 22px;
    grid-template-columns: 1fr;
  }
  #site-footer nav {
    grid-template-columns: 1fr;
  }
  .section-wide h2,
  .section-shell h2 {
    font-size: 34px;
  }
}
@media (max-width: 390px) {
  .header-actions .button {
    font-size: 12px;
    padding: 0 11px;
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero-copy {
    padding-top: 38px;
  }
  .composer {
    bottom: 10px;
  }
  .section-shell,
  .section-wide {
    padding: 24px 16px;
  }
  .final-copy h2 {
    font-size: 37px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .js .hero-copy,
  .js .hero-stage,
  .js .composer {
    animation: none;
  }
  .button {
    transition: none;
  }
}

.mobile-label {
  display: none;
}

.cap-grid article {
  position: relative;
}

.cap-icon {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  width: 38px;
  height: 38px;
  padding: 9px;
  color: #0b1116;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
}

/* Shared intent landing pages */
.feature-page {
  --feature-accent: var(--cyan);
}

.feature-hero {
  max-width: 1440px;
  min-height: 670px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  background: #fff;
}

.feature-hero-copy {
  align-self: center;
  padding: 80px 64px;
}

.feature-hero h1 {
  max-width: 780px;
  margin: 0 0 30px;
  font-size: clamp(58px, 5.8vw, 88px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.feature-hero-copy > p {
  max-width: 600px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 19px;
}

.feature-hero figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.feature-hero img {
  width: 100%;
  height: 100%;
  min-height: 670px;
}

.feature-benefits > h2,
.feature-process > h2,
.feature-related > h2 {
  max-width: 900px;
  margin-bottom: 46px;
  text-wrap: balance;
}

.feature-card-grid,
.feature-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card-grid article,
.feature-step-grid article {
  min-height: 230px;
  padding: 28px;
  border-radius: 14px;
  background: #f3f7f8;
}

.feature-card-grid article::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 58px;
  border: 8px solid color-mix(in srgb, var(--feature-accent) 24%, white);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--feature-accent);
}

.feature-card-grid h3,
.feature-step-grid h3 {
  margin: 0 0 12px;
  font-size: 25px;
}

.feature-card-grid p,
.feature-step-grid p {
  margin: 0;
  color: var(--muted);
}

.feature-process {
  color: #fff;
  background: #050607;
  border-color: #050607;
}

.feature-step-grid {
  counter-reset: step;
}

.feature-step-grid article {
  counter-increment: step;
  color: white;
  background: #25282b;
}

.feature-step-grid article::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 66px;
  color: var(--feature-accent);
  font-family: "Editorial New", Georgia, serif;
  font-size: 38px;
}

.feature-step-grid p {
  color: #a9b0b5;
}

.feature-proof {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 54px;
  align-items: center;
  background: #eef4f6;
}

.feature-proof .eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--feature-accent);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-proof > div:first-child {
  align-self: start;
  padding-top: 64px;
}

.feature-proof h2 {
  margin-bottom: 22px;
}

.feature-proof p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.feature-proof-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.feature-proof-media img {
  width: 100%;
  height: min(520px, 42vw);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 14px;
}

.feature-proof-media img:nth-child(2) {
  margin-top: 42px;
}

.feature-settings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.feature-settings h2 {
  max-width: 540px;
  margin-bottom: 24px;
}

.feature-settings p {
  max-width: 560px;
  color: var(--muted);
}

.feature-settings ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-settings li {
  padding: 20px 0;
  border-top: 1px solid var(--line);
  font-size: 20px;
}

.feature-settings li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--feature-accent);
}

.feature-related nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.feature-related a {
  min-height: 150px;
  padding: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 20px;
  transition:
    transform 240ms var(--ease-out),
    border-color 240ms ease,
    background-color 240ms ease;
}

.feature-related a:hover {
  transform: translateY(-4px);
  border-color: var(--feature-accent);
  background: color-mix(in srgb, var(--feature-accent) 6%, white);
}

.feature-final {
  max-width: 1320px;
  min-height: 330px;
  margin: 72px auto;
  padding: 54px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  color: white;
  border-radius: 20px;
  background: #050607;
}

.feature-final h2 {
  max-width: 720px;
  margin: 0 0 20px;
}

.feature-final p {
  max-width: 620px;
  margin: 0;
  color: #a9b0b5;
}

.not-found {
  min-height: calc(100vh - 74px);
  display: grid;
  place-items: center;
  padding: 30px;
  text-align: center;
}

.not-found > div {
  max-width: 760px;
}

.not-found strong {
  display: block;
  color: var(--cyan);
  font-family: "Editorial New", Georgia, serif;
  font-size: clamp(90px, 18vw, 220px);
  font-weight: 300;
  line-height: 0.7;
}

.not-found h1 {
  margin: 42px 0 18px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
}

.not-found p {
  margin: 0 auto 30px;
  color: var(--muted);
}

@media (max-width: 900px) {
  .feature-hero {
    grid-template-columns: 1fr;
  }

  .feature-hero figure {
    height: 520px;
  }

  .feature-hero img {
    min-height: 520px;
  }

  .feature-card-grid,
  .feature-step-grid,
  .feature-related nav {
    grid-template-columns: 1fr;
  }

  .feature-card-grid article,
  .feature-step-grid article {
    min-height: 190px;
  }

  .feature-card-grid article::before,
  .feature-step-grid article::before {
    margin-bottom: 34px;
  }

  .feature-settings {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .feature-proof {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .feature-proof > div:first-child {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .menu-toggle,
  .main-nav {
    display: none !important;
  }

  .site-header {
    gap: 12px;
  }

  .site-header .header-actions {
    margin-left: auto;
  }

  .desktop-label {
    display: none;
  }

  .mobile-label {
    display: inline;
  }

  .header-actions .button {
    min-width: 98px;
    min-height: 40px;
    padding: 0 18px;
    font-size: 14px;
  }

  .hero-copy > .button,
  .feature-hero-copy > .button {
    width: fit-content;
    min-width: 176px;
  }

  .hero h1 small {
    max-width: 290px;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.25;
  }

  .hero-copy p,
  .feature-hero-copy > p {
    font-size: 16px;
    line-height: 1.45;
  }

  .section-wide h2,
  .section-shell h2,
  .feature-page h2 {
    font-size: clamp(36px, 10.5vw, 48px);
    line-height: 0.98;
    letter-spacing: -0.035em;
  }

  .feature-hero-copy {
    padding: 58px 20px 46px;
  }

  .feature-hero h1 {
    font-size: clamp(46px, 13.5vw, 62px);
    line-height: 0.94;
    letter-spacing: -0.035em;
  }

  .feature-hero figure,
  .feature-hero img {
    height: 440px;
    min-height: 440px;
  }

  .feature-card-grid h3,
  .feature-step-grid h3 {
    font-size: 23px;
  }

  .feature-related a {
    min-height: 120px;
  }

  .feature-proof-media img {
    height: 220px;
    aspect-ratio: 3 / 4;
  }

  .feature-proof-media img:nth-child(2) {
    margin-top: 24px;
  }

  .feature-final {
    min-height: 250px;
    margin: 36px 10px;
    padding: 30px 22px;
  }

  .feature-final .button,
  .final-copy .button {
    display: none;
  }
}
@font-face {
  font-family: "Neue Montreal";
  src: url("/assets/fonts/PPNeueMontreal-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Editorial New";
  src: url("/assets/fonts/PPEditorialNew-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("/assets/fonts/PPNeueMontreal-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
}
:root {
  font-family: "Neue Montreal", ui-sans-serif, sans-serif;
}
.lock-card b {
  position: relative;
  font-size: 0;
}
.lock-card b:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 6px;
  bottom: 20px;
}
.lock-card b:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  top: 20px;
}

/* 2026 refinement: image-first editorial rhythm inspired by the approved Refero direction. */
:root {
  --bg: #f4f7f8;
  --surface: #ffffff;
  --ink: #090d12;
  --muted: #65717d;
  --cyan: #10b9e7;
  --coral: #ff6d63;
  --violet: #6e60ee;
  --line: #e2e8ec;
  --radius: 20px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow: 0 18px 48px rgba(21, 51, 68, 0.09);
}

body {
  overflow-x: hidden;
  background: var(--bg);
}

:where(a, button, input, summary):focus-visible {
  outline: 3px solid rgba(16, 185, 231, 0.35);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  height: 74px;
  border-bottom-color: rgba(226, 232, 236, 0.8);
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 280ms var(--ease-out);
}

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  border-radius: 999px;
  font-weight: 600;
  transition:
    transform 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out),
    background-color 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(9, 183, 232, 0.26);
}

.hero {
  min-height: 730px;
  grid-template-columns: 38% 62%;
  border-radius: 0 0 24px 24px;
}

.hero-copy {
  padding: 132px 42px 182px 64px;
}

.hero h1 {
  max-width: 640px;
  font-size: clamp(56px, 5.15vw, 82px);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 small {
  display: block;
  margin-bottom: 24px;
  font-family: "Neue Montreal", ui-sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero h1 span {
  font-weight: 600;
}

.hero h1 em {
  margin-top: 12px;
  font-family: "Editorial New", Georgia, serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.hero-stage {
  overflow: hidden;
  background: #0a0a0a;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media,
.hero-media img {
  min-height: 0;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.035);
  transition:
    opacity 900ms ease,
    transform 5.4s var(--ease-out);
}

.hero-slide.is-visible {
  opacity: 1;
  transform: scale(1);
}

.hero-slide:nth-child(2) {
  object-position: center 25%;
}

.voice {
  right: 22px;
  gap: 10px;
  padding: 7px 8px 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(13, 35, 46, 0.12);
  backdrop-filter: blur(14px);
}

.voice span {
  order: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

.voice i {
  width: 92px;
  height: 20px;
  transform-origin: center;
  animation: waveBreath 1.8s ease-in-out infinite alternate;
}

.voice-ru {
  top: 24px;
}

.voice-en {
  top: 76px;
}

.composer {
  left: 17%;
  right: 17%;
  bottom: 28px;
  min-height: 118px;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  grid-template-rows: 48px 38px;
  align-items: center;
  gap: 8px 14px;
  padding: 15px 16px;
  border-radius: 18px;
}

.composer button {
  cursor: pointer;
  border-radius: 999px;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms var(--ease-out);
}

.composer button:hover {
  transform: translateY(-1px);
  background: #eaf2f5;
}

.composer-options .is-selected {
  color: #087e9f;
  background: #dff7ff;
}

.composer input {
  border-bottom: 1px solid var(--line);
}

.composer-options {
  flex-wrap: wrap;
}

.section-shell,
.section-wide {
  margin-top: 72px;
  margin-bottom: 72px;
  padding: clamp(34px, 4vw, 58px);
  box-shadow: none;
}

.section-wide {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
}

h2 {
  margin-top: 0;
  font-size: clamp(44px, 4.5vw, 68px);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

h3 {
  margin: 18px 0 8px;
}

.film-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.film-row figure {
  display: grid;
  grid-template-rows: 174px auto;
}

.film-row img {
  height: 174px;
  border-radius: 9px;
  transition: transform 700ms var(--ease-out);
}

.film-row figure:hover img {
  transform: scale(1.035);
}

.film-row figure {
  overflow: hidden;
  border-radius: 9px;
}

.film-row figcaption {
  position: relative;
  z-index: 1;
  min-height: 38px;
  padding: 10px 4px 0;
  background: white;
}

.add-scene {
  min-height: 212px;
  display: grid;
  place-content: center;
  gap: 6px;
  text-align: center;
  border-radius: 9px;
  transition:
    color 200ms ease,
    border-color 200ms ease,
    background-color 200ms ease,
    transform 200ms var(--ease-out);
}

.add-scene:hover {
  color: #047f9f;
  border-color: var(--cyan);
  background: #edfaff;
  transform: translateY(-3px);
}

.add-scene b {
  font-weight: 300;
}

.photo-avatar {
  grid-template-columns: minmax(390px, 0.95fr) minmax(0, 1.65fr);
  align-items: start;
  gap: clamp(34px, 4vw, 64px);
}

.photo-avatar-copy {
  padding-top: 10px;
}

.photo-avatar-copy h2 {
  margin-bottom: 36px;
  font-size: clamp(46px, 3.8vw, 60px);
  line-height: 0.94;
  text-wrap: balance;
}

.photo-avatar-copy h2 span,
.photo-avatar-copy h2 em {
  display: block;
  white-space: nowrap;
}

.photo-avatar-copy h2 em {
  color: var(--cyan);
  font-family: "Editorial New", Georgia, serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 300;
}

.photo-avatar-copy p {
  margin: 0;
  max-width: 390px;
  font-size: 17px;
}

.avatar-sequence {
  gap: 12px;
}

.avatar-sequence figure {
  min-width: 0;
  flex: 1 1 0;
  margin: 0;
}

.avatar-sequence img {
  width: 100%;
  height: 248px;
  border-radius: 9px;
}

.avatar-sequence figure:last-of-type img {
  object-position: 55% center;
}

.avatar-sequence figcaption {
  display: grid;
  gap: 3px;
  padding-top: 10px;
}

.avatar-sequence figcaption b {
  font-size: 14px;
}

.avatar-sequence figcaption span {
  color: var(--muted);
  font-size: 12px;
}

.sequence-arrow {
  flex: 0 0 24px;
  text-align: center;
}

.face-map::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 10%;
  left: 10%;
  top: 14%;
  height: 1px;
  background: var(--cyan);
  box-shadow: 0 0 12px 2px rgba(16, 185, 231, 0.6);
  animation: faceScan 2.6s ease-in-out infinite;
}

.face-map::after {
  inset: 11% 19% 25%;
}

.capabilities,
.usecases {
  color: #fff;
  background: #050607;
  border-color: #050607;
}

.capabilities > h2 {
  text-align: left;
}

.cap-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cap-grid article {
  overflow: hidden;
}

.cap-grid p,
.usecase-grid p {
  color: #a9b0b5;
}

.cap-grid img,
.portrait-stack,
.wave-panel,
.mini-editor,
.template-covers {
  width: 100%;
  height: 238px;
  border-radius: 9px;
}

.portrait-stack {
  overflow: hidden;
}

.portrait-stack img {
  height: 100%;
}

.cap-grid article > div {
  transition: transform 650ms var(--ease-out);
}

.cap-grid article:hover > div {
  transform: translateY(-5px);
}

.wave-panel i {
  animation: waveBreath 1.6s ease-in-out infinite alternate;
}

.studio {
  grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1.55fr);
  align-items: start;
}

.studio-copy {
  padding-top: 18px;
}

.studio-copy h2 {
  margin-bottom: 30px;
  font-size: clamp(40px, 3.35vw, 52px);
  line-height: 0.98;
}

.studio-copy h2 span {
  display: block;
  white-space: nowrap;
}

.studio-ui {
  grid-template-columns: 138px minmax(210px, 0.8fr) minmax(280px, 1.25fr);
  gap: 10px;
  padding: 12px;
}

.scene-tabs button {
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: var(--ink);
  text-align: left;
  background: #e6edf0;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 220ms var(--ease-out);
}

.scene-tabs button:hover {
  transform: translateX(3px);
}

.scene-tabs button.is-active {
  color: white;
  background: var(--violet);
  box-shadow: 0 8px 22px rgba(110, 96, 238, 0.28);
}

.scene-tabs small {
  opacity: 0.72;
}

.studio-ui .script {
  padding: 22px;
}

.script > span {
  color: var(--muted);
  font-size: 12px;
}

.script h3 {
  margin: 16px 0 10px;
  font-size: 20px;
  line-height: 1.12;
}

.script-lines {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.script-lines i {
  height: 5px;
  border-radius: 999px;
  background: #e4eaed;
}

.script-lines i:nth-child(2) {
  width: 82%;
}

.script-lines i:nth-child(3) {
  width: 92%;
}

.script-lines i:nth-child(4) {
  width: 56%;
}

.studio-ui img {
  width: 100%;
  height: 420px;
  border-radius: 9px;
  transition:
    opacity 180ms ease,
    transform 360ms var(--ease-out);
}

.studio-ui.is-switching img,
.studio-ui.is-switching .script {
  opacity: 0.2;
  transform: translateY(5px);
}

.show-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.showcase {
  overflow: clip;
}

.showcase > h2 {
  max-width: 980px;
  margin-bottom: 54px;
  font-size: clamp(52px, 5.2vw, 82px);
  line-height: 0.84;
}

.showcase > h2 span,
.showcase > h2 em {
  display: block;
}

.showcase > h2 em {
  margin-top: 10px;
  color: var(--cyan);
  font-family: "Editorial New", Georgia, serif;
  font-size: 0.94em;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.045em;
}

.motion-ready .showcase > h2.reveal-item {
  transform: translateX(-72px) skewX(-4deg);
  transform-origin: left center;
}

.motion-ready .showcase > h2.reveal-item.is-revealed {
  transform: none;
}

.show-grid figure {
  overflow: hidden;
  border-radius: 9px;
}

.show-grid img {
  width: 100%;
  height: 310px;
  border-radius: 9px;
  transition: transform 650ms var(--ease-out);
}

.show-grid figure:hover img {
  transform: scale(1.04);
}

.show-grid figcaption {
  position: relative;
  z-index: 2;
  background: white;
}

.usecase-grid {
  gap: 12px;
}

.usecase-grid article {
  min-height: 390px;
  padding: 18px;
  color: white;
  background: #26292c;
  box-shadow: none;
  transition:
    transform 300ms var(--ease-out),
    background-color 300ms ease;
}

.usecase-grid article:hover {
  transform: translateY(-6px);
  background: #303438;
}

.usecase-grid h3 {
  margin-top: 0;
}

.usecase-grid img {
  width: 100%;
  height: 250px;
  border-radius: 8px;
}

.faq details {
  transition: background-color 180ms ease;
}

.faq details[open] {
  background: #f5fafc;
}

.faq summary {
  position: relative;
  padding-right: 42px;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  font-size: 24px;
  font-weight: 300;
  transition: transform 220ms var(--ease-out);
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.final-cta {
  min-height: 560px;
  background: #edf3f5;
}

.final-cta > img {
  filter: none;
  object-position: center;
}

.final-cta::after {
  background: linear-gradient(90deg, transparent 0 45%, rgba(255, 255, 255, 0.18) 54%, rgba(255, 255, 255, 0.96) 78%);
}

.final-copy {
  right: 5%;
  width: 42%;
}

.final-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(54px, 5vw, 78px);
  line-height: 0.88;
}

.final-copy h2 span,
.final-copy h2 em {
  display: block;
}

.final-copy h2 em {
  margin-top: 10px;
  font-family: "Editorial New", Georgia, serif;
  font-style: normal;
  font-weight: 300;
}

.final-film {
  display: none;
}

.motion-ready .reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 720ms var(--ease-out) var(--reveal-delay, 0ms),
    transform 720ms var(--ease-out) var(--reveal-delay, 0ms);
}

.motion-ready .reveal-item.is-revealed {
  opacity: 1;
  transform: none;
}

@keyframes waveBreath {
  from {
    transform: scaleY(0.64);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes faceScan {
  0%,
  100% {
    top: 15%;
  }
  50% {
    top: 69%;
  }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 43% 57%;
  }

  .hero-copy {
    padding-left: 38px;
  }

  .composer {
    left: 7%;
    right: 7%;
  }

  .photo-avatar,
  .studio {
    grid-template-columns: 1fr;
  }

  .studio-copy h2 {
    max-width: 720px;
  }

  .photo-avatar-copy h2 {
    max-width: 680px;
  }

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

  .show-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .show-grid figure:nth-child(n + 4) {
    display: block;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 1040px;
    padding-bottom: 330px;
    border-radius: 0;
  }

  .hero-copy {
    padding: 46px 20px 30px;
  }

  .hero h1 {
    font-size: clamp(46px, 14vw, 62px);
  }

  .hero-stage {
    height: 430px;
  }

  .hero-media,
  .hero-media img {
    height: 430px;
  }

  .voice {
    display: none;
  }

  .composer {
    min-height: 292px;
  }

  .section-shell,
  .section-wide {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .section-wide {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .film-row figure,
  .add-scene {
    min-width: 78%;
  }

  .film-row figure {
    grid-template-rows: 190px auto;
  }

  .film-row img {
    height: 190px;
  }

  .add-scene {
    min-height: 228px;
  }

  .avatar-sequence {
    align-items: flex-start;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .photo-avatar-copy h2 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .photo-avatar-copy h2 span,
  .photo-avatar-copy h2 em {
    white-space: normal;
  }

  .studio-copy h2 {
    font-size: clamp(40px, 11vw, 54px);
  }

  .studio-copy h2 span {
    white-space: normal;
  }

  .showcase > h2 {
    margin-bottom: 38px;
    font-size: clamp(46px, 13vw, 62px);
  }

  .avatar-sequence figure {
    min-width: 72%;
    scroll-snap-align: start;
  }

  .avatar-sequence img {
    height: 280px;
  }

  .sequence-arrow {
    padding-top: 128px;
  }

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

  .studio-ui {
    grid-template-columns: 1fr;
  }

  .scene-tabs {
    display: flex !important;
    overflow-x: auto;
  }

  .scene-tabs button {
    min-width: 132px;
  }

  .studio-ui > img {
    grid-column: auto;
    height: 320px;
  }

  .show-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .show-grid figure {
    min-width: 78%;
    scroll-snap-align: start;
  }

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

  .final-cta {
    min-height: 690px;
  }

  .final-cta > img {
    height: 58%;
    object-position: 28% center;
  }

  .final-cta::after {
    background: linear-gradient(0deg, white 0 43%, rgba(255, 255, 255, 0.96) 48%, transparent 68%);
  }

  .final-copy {
    bottom: 30px;
  }

  .final-copy h2 {
    font-size: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .voice i,
  .wave-panel i,
  .face-map::before,
  .motion-ready .reveal-item {
    animation: none;
    transition: none;
  }
}
