@font-face {
  font-family: Geist;
  src: url("/assets/fonts/geist-sans.woff2") format("woff2");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url("/assets/fonts/geist-medium.woff2") format("woff2");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/fonts/instrument-serif.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #05070c;
  --fg: #eef1f7;
  --muted: #9aa3b8;
  --line: rgba(255, 255, 255, 0.08);
  --card: #121824;
  --card-2: #0e121c;
  --pill: #f5f5f5;
  --ink: #05070c;
  --gold: #e8c547;
  --cyan: #5ec8d8;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: Geist, system-ui, -apple-system, sans-serif;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
}

/* Crystal void atmosphere — chilview-dark.css is the production source of truth. */
.studio-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(ellipse 88% 58% at 16% -6%, rgba(232, 197, 71, 0.13), transparent 56%),
    radial-gradient(ellipse 72% 52% at 94% 10%, rgba(94, 200, 216, 0.11), transparent 52%),
    radial-gradient(ellipse 50% 38% at 6% 82%, rgba(94, 200, 216, 0.06), transparent 50%),
    radial-gradient(ellipse 75% 42% at 50% 108%, rgba(232, 197, 71, 0.05), transparent 55%),
    linear-gradient(180deg, #070a12 0%, #05070c 48%, #04060a 100%);
}

.studio-atmosphere__grid {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  height: 70%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 52px 52px;
  transform: perspective(720px) rotateX(64deg) translateY(-8%);
  transform-origin: center top;
  mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.45) 18%, transparent 88%);
  opacity: 0.75;
  animation: studioGridDrift 36s linear infinite;
}

.studio-atmosphere__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  animation: studioOrbFloat 24s var(--ease) infinite alternate;
}

.studio-atmosphere__orb--gold {
  width: min(48vw, 500px);
  height: min(48vw, 500px);
  top: -12%;
  left: -8%;
  opacity: 0.55;
  background: radial-gradient(circle, rgba(232, 197, 71, 0.32), rgba(232, 197, 71, 0.05) 58%, transparent 72%);
}

.studio-atmosphere__orb--cyan {
  width: min(44vw, 460px);
  height: min(44vw, 460px);
  top: 10%;
  right: -10%;
  opacity: 0.5;
  background: radial-gradient(circle, rgba(94, 200, 216, 0.28), rgba(94, 200, 216, 0.04) 58%, transparent 72%);
  animation-delay: -9s;
}

.studio-atmosphere__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% 35%, transparent 22%, rgba(5, 7, 12, 0.4) 72%),
    linear-gradient(180deg, rgba(5, 7, 12, 0.2) 0%, transparent 32%, rgba(5, 7, 12, 0.6) 100%);
}

.studio-atmosphere__spot {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    600px circle at var(--spot-x, 50%) var(--spot-y, 30%),
    rgba(94, 200, 216, 0.1),
    rgba(232, 197, 71, 0.05) 34%,
    transparent 58%
  );
  opacity: 0;
  transition: opacity 0.45s var(--ease);
}

body.is-pointer-fine .studio-atmosphere__spot.is-on {
  opacity: 1;
}

.studio-atmosphere__aurora {
  position: absolute;
  inset: -10% -5%;
  background: conic-gradient(
    from 210deg at 50% 18%,
    transparent 0deg,
    rgba(232, 197, 71, 0.09) 48deg,
    transparent 100deg,
    rgba(94, 200, 216, 0.1) 158deg,
    transparent 220deg,
    rgba(232, 197, 71, 0.06) 280deg,
    transparent 360deg
  );
  filter: blur(56px);
  opacity: 0.9;
  animation: chilviewAurora 32s ease-in-out infinite alternate;
}

.studio-atmosphere__grain {
  position: absolute;
  inset: 0;
  opacity: 0.028;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.studio-atmosphere:has([data-dotgrid]) .studio-atmosphere__grid {
  opacity: 0.12;
}

.studio-atmosphere:has([data-dotgrid]) .studio-atmosphere__orb {
  opacity: 0.38;
}

html[data-theme="light"] {
  --bg: #eef2f7;
  --fg: #141414;
  --card: #ffffff;
  --muted: #5c5c5c;
  --pill: #ffffff;
  --ink: #141414;
  --line: rgba(20, 20, 20, 0.08);
  --gold: #8a6414;
}

html[data-theme="light"] .studio-atmosphere {
  background:
    radial-gradient(ellipse 90% 60% at 14% -8%, rgba(232, 197, 71, 0.2), transparent 55%),
    radial-gradient(ellipse 70% 50% at 92% 6%, rgba(94, 200, 216, 0.16), transparent 52%),
    radial-gradient(ellipse 55% 40% at 50% 100%, rgba(94, 200, 216, 0.08), transparent 55%),
    linear-gradient(180deg, #f7f9fc 0%, #eef2f7 45%, #e8edf5 100%);
}

html[data-theme="light"] .btn--ghost {
  background: #111;
  color: #fff;
}

html[data-theme="light"] .pill,
html[data-theme="light"] .theme {
  box-shadow: 0 10px 28px -16px rgba(20, 28, 44, 0.28);
  border: 1px solid rgba(20, 20, 20, 0.08);
}

html[data-theme="light"] .mobile-nav {
  background: #fff;
}

html[data-theme="light"] .mobile-nav a {
  color: #141414;
}

html[data-theme="light"] .mobile-nav a[aria-current="page"],
html[data-theme="light"] .mobile-nav a:hover {
  background: #ececec;
}

html[data-theme="light"] .footer {
  color: #222;
}

html[data-theme="light"] .cols a,
html[data-theme="light"] .legal,
html[data-theme="light"] .legal a {
  color: #444;
}

.home-kicker {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.home-cards {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.home-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px 20px;
  text-align: left;
}

.home-card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.home-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.home-card a {
  display: inline-block;
  margin-top: 12px;
  margin-right: 1rem;
  color: var(--fg);
  font-size: 0.88rem;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
}

.home-card a:hover {
  border-bottom-color: currentColor;
}

.home-card--featured {
  border-color: rgba(232, 197, 71, 0.45);
}

.home-why {
  display: grid;
  gap: 40px;
  align-items: center;
}

.home-why > div {
  max-width: 36rem;
}

.home-why .display {
  margin: 0 0 16px;
}

.home-why .lede {
  margin: 0;
  line-height: 1.7;
}

.home-why ul {
  list-style: none;
  margin: 0;
  padding: 32px 36px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.home-why li {
  font-size: 0.98rem;
  line-height: 1.55;
}

.home-why li + li {
  margin-top: 20px;
}

#why.section {
  padding-top: 120px;
  padding-bottom: 128px;
}

.hero-note {
  margin: 16px auto 0;
  max-width: 36rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.hero__cta .btn + .btn {
  margin-left: 8px;
}

@media (min-width: 860px) {
  .home-cards--5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .home-cards--2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-why {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
    gap: 80px;
    align-items: center;
  }
}

@keyframes chilviewAurora {
  from {
    transform: translate3d(-2%, -1%, 0) rotate(0deg) scale(1);
    opacity: 0.7;
  }
  to {
    transform: translate3d(3%, 2%, 0) rotate(8deg) scale(1.06);
    opacity: 1;
  }
}

@keyframes studioGridDrift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 56px 56px;
  }
}

@keyframes studioOrbFloat {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(24px, 36px, 0) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .studio-atmosphere__aurora,
  .studio-atmosphere__grid,
  .studio-atmosphere__orb {
    animation: none;
  }
}

main {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.skip {
  position: absolute;
  left: -999px;
}

.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 80;
  background: var(--pill);
  color: var(--ink);
  padding: 8px 12px;
  border-radius: 999px;
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px 20px 0;
  pointer-events: none;
}

.header > * {
  pointer-events: auto;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--pill);
  color: var(--ink);
  border-radius: 12px;
  min-height: 44px;
  padding: 4px;
  box-shadow: 0 12px 36px -14px rgba(0, 0, 0, 0.8);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px 0 6px;
  font-weight: 560;
  font-size: 14.5px;
  letter-spacing: -0.02em;
}

.mark {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: currentColor;
}

.mark svg {
  width: 20px;
  height: 20px;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 2px;
  padding-right: 6px;
}

.nav-links a {
  font-size: 13px;
  padding: 8px 9px;
  border-radius: 999px;
  color: #404040;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.is-active,
.nav-links a[aria-current="page"] {
  background: #ececec;
  color: #111;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-cta .signin {
  color: var(--fg);
  font-size: 14px;
  font-weight: 520;
  opacity: 0.85;
  padding: 0 6px;
}

.header-cta .signin:hover {
  opacity: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 560;
  cursor: pointer;
}

.btn--light {
  background: var(--pill);
  color: var(--ink);
}

.btn--ghost {
  background: #1c1c1c;
  color: var(--fg);
}

.btn--dark {
  background: #111;
  color: #fff;
}

.menu-btn {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: 76px 16px auto;
  z-index: 49;
  background: #111;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 12px;
}

.mobile-nav.is-open {
  display: grid;
  gap: 4px;
}

.mobile-nav a {
  padding: 12px 14px;
  border-radius: 14px;
}

.hero {
  --u: 2.2vw;
  position: relative;
  display: grid;
  min-height: 100dvh;
  grid-template-rows: 1fr auto calc(var(--u) * 12) auto 1fr;
  overflow-x: clip;
}

@media (min-width: 640px) {
  .hero {
    --u: 1.5vw;
  }
}

@media (min-width: 1024px) {
  .hero {
    --u: min(1vw, 16px);
  }
}

.hero-gl {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-title {
  position: relative;
  z-index: 10;
  grid-row: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 72px 20px calc(var(--u) * 3.5);
  text-align: center;
}

.hero-stage {
  grid-row: 3;
  position: relative;
  z-index: 1;
}

.hero-bottom {
  position: relative;
  z-index: 10;
  grid-row: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(var(--u) * 2.5) 20px 0;
  text-align: center;
}

.display {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 0;
}

.hero h1 {
  font-size: min(2.5rem, 10.25vw);
  letter-spacing: -0.02em;
  line-height: 1.02;
}

@media (min-width: 640px) {
  .hero h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .hero h1 {
    font-size: 4.25rem;
  }
}

.lede {
  color: color-mix(in srgb, var(--fg) 80%, transparent);
  font-size: 15px;
  line-height: 1.55;
  max-width: 26rem;
  margin: 0 auto;
  text-wrap: pretty;
}

.lede-strong {
  color: var(--fg);
}

@media (min-width: 640px) {
  .lede {
    font-size: 16px;
    line-height: 1.7;
  }
}

.hero__cta {
  margin-top: 28px;
}

.section {
  padding: 88px 20px;
}

.wrap {
  width: min(var(--max), calc(100% - 0px));
  margin: 0 auto;
}

.center {
  text-align: center;
}

.quote {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  max-width: 820px;
  margin: 0 auto;
}

.morph {
  width: min(280px, 70vw);
  height: 148px;
  margin: 42px auto 0;
  border-radius: 80px;
  overflow: hidden;
  background: #2b2030;
}

.morph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caption {
  color: var(--muted);
  font-size: 13px;
  margin-top: 18px;
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 36px;
}

.tile {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #171717;
  min-height: 150px;
}

.tile img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.tile span {
  position: absolute;
  left: 12px;
  bottom: 10px;
  font-size: 12.5px;
  color: #ececec;
}

.tile.is-kept {
  outline: 1px solid rgba(255, 255, 255, 0.35);
}

.kept {
  margin-top: 56px;
}

.kept-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #1a1610;
  min-height: clamp(320px, 52vw, 560px);
}

.kept-card img {
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 52vw, 560px);
  object-fit: cover;
}

.kept-card p {
  position: absolute;
  left: 28px;
  bottom: 22px;
  margin: 0;
  font-size: 15px;
}

.bench-head {
  max-width: 720px;
  margin: 0 auto 48px;
}

.stats {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat {
  padding: 28px 8px 32px;
  border-bottom: 1px solid var(--line);
}

.stat:last-child {
  border-bottom: 0;
}

.stat strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.stat p {
  margin: 8px 0 16px;
  color: var(--muted);
  font-size: 14px;
}

.bars,
.ring,
.dots {
  height: 54px;
}

.bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.bars i {
  display: block;
  width: 5px;
  background: #f5f5f5;
  border-radius: 99px;
}

.ring {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: conic-gradient(#fff 0 62%, #2a2a2a 0);
  -webkit-mask: radial-gradient(farthest-side, transparent 62%, #000 63%);
  mask: radial-gradient(farthest-side, transparent 62%, #000 63%);
}

.dots {
  width: 54px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}

.dots i {
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f5f5f5;
}

.panel {
  margin-top: 18px;
  background: var(--card);
  border-radius: 28px;
  padding: 28px 22px 32px;
}

.panel__top {
  display: grid;
  gap: 12px;
  margin-bottom: 36px;
}

.panel h3 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 400;
  margin: 0;
}

.panel .note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  position: relative;
  padding-top: 8px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 62px;
  height: 1px;
  background: #2a2a2a;
}

.tl {
  text-align: center;
}

.tl b {
  display: block;
  font-size: 18px;
  font-weight: 560;
}

.tl span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin: 6px 0 20px;
}

.tl i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2a2a2a;
  border: 2px solid #666;
  position: relative;
  z-index: 1;
}

.tl.is-now i {
  background: #fff;
  border-color: #fff;
}

.axis {
  display: flex;
  justify-content: space-between;
  color: #737373;
  font-size: 12px;
  margin-top: 18px;
  padding: 0 4%;
}

.formats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 36px;
}

.fmt {
  min-width: 0;
}

.fmt img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
}

.fmt figcaption {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 13.5px;
  color: #d4d4d4;
}

.story {
  display: grid;
  gap: 16px;
  margin-top: 36px;
}

.story-card {
  background: var(--card);
  border-radius: 28px;
  padding: 28px 24px;
}

.story-card blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.who {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 13.5px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
  color: #737373;
  font-size: 14px;
}

.tabs button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
}

.tabs button.is-on {
  color: #fff;
}

.story-photo {
  border-radius: 28px;
  overflow: hidden;
  min-height: 280px;
  position: relative;
}

.story-photo img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.story-photo span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-size: 13px;
}

.billing {
  display: inline-flex;
  background: #171717;
  border-radius: 999px;
  padding: 4px;
  margin: 28px 0 32px;
}

.billing button {
  border: 0;
  background: transparent;
  color: #a3a3a3;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font: inherit;
  cursor: pointer;
}

.billing button.is-on {
  background: #fff;
  color: #111;
}

.plans {
  display: grid;
  gap: 12px;
}

.plan {
  background: var(--card);
  border-radius: 24px;
  padding: 24px 22px 26px;
  position: relative;
}

.plan--hot {
  outline: 1px solid rgba(255, 255, 255, 0.16);
}

.badge {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 11px;
  background: #fff;
  color: #111;
  border-radius: 999px;
  padding: 4px 8px;
}

.plan h3 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 6px;
}

.plan .for {
  color: var(--muted);
  margin: 0 0 18px;
  font-size: 14px;
}

.price {
  font-size: 2.4rem;
  letter-spacing: -0.03em;
}

.price s {
  color: #737373;
  font-size: 1.1rem;
  margin-left: 6px;
}

.price small {
  font-size: 0.9rem;
  color: var(--muted);
}

.allow {
  margin: 10px 0 18px;
  font-size: 14px;
}

.plan ul {
  margin: 0 0 22px;
  padding: 0 0 0 18px;
  color: #d4d4d4;
  font-size: 14px;
}

.plan li + li {
  margin-top: 7px;
}

.enterprise {
  margin-top: 12px;
  background: var(--card);
  border-radius: 24px;
  padding: 24px;
  display: grid;
  gap: 18px;
}

.enterprise img {
  width: 100%;
  max-width: 220px;
  border-radius: 16px;
}

.faq-grid {
  display: grid;
  gap: 28px;
}

.faq {
  display: grid;
  gap: 8px;
}

.faq details {
  background: var(--card);
  border-radius: 18px;
  padding: 16px 18px;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 15.5px;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  color: #a3a3a3;
}

.faq details[open] summary::after {
  content: "×";
}

.faq p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 12px 0 4px;
}

.closer {
  text-align: center;
  padding: 120px 20px 80px;
  position: relative;
}

.closer-strip {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
  opacity: 0.9;
}

.closer-strip img {
  width: 140px;
  height: 108px;
  object-fit: cover;
  border-radius: 18px;
}

.closer h2 {
  font-size: clamp(2.4rem, 6vw, 5.2rem);
}

.closer-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.wordmark {
  font-family: var(--serif);
  font-size: clamp(4.2rem, 16vw, 12rem);
  line-height: 0.86;
  letter-spacing: -0.04em;
  color: #2a2a2a;
  text-align: center;
  margin: 64px 0 0;
  padding-top: 8px;
  overflow: hidden;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 40px 24px 96px;
  border-top: 1px solid var(--line);
}

.footer .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}

.footer-inner {
  display: flex;
  flex-direction: column;
}

.footer-grid {
  display: grid;
  gap: 40px;
  align-items: start;
}

.footer-subscribe {
  max-width: 28rem;
}

.footer h2 {
  font-size: 1.15rem;
  margin: 0 0 8px;
}

.footer p {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 14px;
}

.sub {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.sub input {
  flex: 1;
  min-width: 0;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid #2a2a2a;
  background: #111;
  color: #fff;
  padding: 0 14px;
  font: inherit;
}

.cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 32px;
}

.cols h3 {
  font-size: 13px;
  color: #a3a3a3;
  font-weight: 520;
  margin: 0 0 10px;
}

.cols a {
  display: block;
  font-size: 14px;
  padding: 4px 0;
  color: #e5e5e5;
}

.legal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 20px;
  padding-right: 8.75rem;
  border-top: 1px solid var(--line);
  color: #737373;
  font-size: 13px;
}

.theme {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--pill);
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 12px 36px -14px rgba(0, 0, 0, 0.8);
  flex-shrink: 0;
}

.theme--bar {
  position: static;
}

html:not([data-theme="light"]) .wordmark {
  color: #ece8df;
}

html[data-theme="light"] .cols h3 {
  color: #737373;
}

html[data-theme="light"] .sub input {
  border-color: #111;
}

.sub input.is-invalid {
  border-color: #b42318;
  box-shadow: 0 0 0 2px rgba(180, 35, 24, 0.16);
}

html[data-theme="light"] .sub input.is-invalid {
  border-color: #b42318;
}

.footer .sub-error {
  flex: 1 1 100%;
  margin: 2px 0 0;
  color: #b42318;
  font-size: 13px;
  line-height: 1.35;
}

html:not([data-theme="light"]) .footer .sub-error {
  color: #fca5a5;
}

html:not([data-theme="light"]) .sub input.is-invalid {
  border-color: #fca5a5;
  box-shadow: 0 0 0 2px rgba(252, 165, 165, 0.18);
}

.studio-chat {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  font-family: var(--sans);
}

.studio-chat button,
.studio-chat a {
  cursor: pointer;
}

.studio-chat__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.65rem 1.05rem 0.65rem 0.9rem;
  border: 1px solid rgba(232, 197, 71, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(232, 197, 71, 0.95), #c9a227);
  color: #14110a;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 12px 36px rgba(232, 197, 71, 0.28);
}

.studio-chat__toggle-icon {
  display: inline-flex;
  width: 1.35rem;
  height: 1.35rem;
}

.studio-chat__toggle-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.studio-chat__panel {
  width: min(360px, calc(100vw - 2rem));
  max-height: min(520px, calc(100vh - 6.5rem));
  display: none;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--fg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.studio-chat.is-open .studio-chat__panel {
  display: flex;
}

.studio-chat__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 0.95rem;
  border-bottom: 1px solid var(--line);
  background: #faf8f3;
}

.studio-chat__title-wrap {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.studio-chat__mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  flex-shrink: 0;
}

.studio-chat__title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--fg);
}

.studio-chat__sub {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  color: var(--muted);
}

.studio-chat__icon-btn {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--fg);
  cursor: pointer;
  flex-shrink: 0;
}

.studio-chat__icon-btn:hover {
  background: #f4f1ea;
}

.studio-chat__log {
  flex: 1;
  overflow: auto;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  background: var(--card);
}

.studio-chat__row {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.studio-chat__row--user {
  align-items: flex-end;
}

.studio-chat__bubble {
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: 100%;
}

.studio-chat__row--bot .studio-chat__bubble {
  background: #f4f1ea;
  color: #141414;
  border: 1px solid var(--line);
}

.studio-chat__row--user .studio-chat__bubble {
  background: #111;
  color: #fff;
}

.studio-chat__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.studio-chat__link {
  font-size: 0.8rem;
  font-weight: 600;
  color: #8a6414;
  border-bottom: 1px solid rgba(138, 100, 20, 0.35);
}

.studio-chat__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.75rem;
  border-top: 1px solid var(--line);
  background: #faf8f3;
}

.studio-chat__chip {
  border: 1px solid var(--line);
  background: #fff;
  color: #141414;
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  font: inherit;
  font-size: 0.8rem;
  cursor: pointer;
}

.studio-chat__chip:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

html:not([data-theme="light"]) .studio-chat__panel {
  background: #121824;
  color: #eef1f7;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

html:not([data-theme="light"]) .studio-chat__head,
html:not([data-theme="light"]) .studio-chat__chips {
  background: #0e121c;
}

html:not([data-theme="light"]) .studio-chat__log {
  background: #121824;
}

html:not([data-theme="light"]) .studio-chat__icon-btn {
  background: transparent;
  color: #9aa3b8;
}

html:not([data-theme="light"]) .studio-chat__row--bot .studio-chat__bubble {
  background: rgba(94, 200, 216, 0.1);
  color: #eef1f7;
  border-color: var(--line);
}

html:not([data-theme="light"]) .studio-chat__chip {
  background: transparent;
  color: #eef1f7;
}

html:not([data-theme="light"]) .studio-chat__chip:hover {
  background: #f5f5f5;
  color: #07090f;
  border-color: #f5f5f5;
}

html:not([data-theme="light"]) .studio-chat__link {
  color: #e8c547;
  border-bottom-color: rgba(232, 197, 71, 0.4);
}

@media (min-width: 1180px) {
  .nav-links {
    display: flex;
  }

  .menu-btn {
    display: none;
  }
}

@media (max-width: 859px) {
  .btn--ghost {
    display: none;
  }

  .header-cta .btn--light {
    min-height: 44px;
  }

  .closer-actions .btn--ghost {
    display: inline-flex;
  }
}

@media (min-width: 860px) {
  .grid-12 {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .stat {
    border-bottom: 0;
    border-right: 1px solid var(--line);
    padding: 8px 24px 28px;
  }

  .stat:last-child {
    border-right: 0;
  }

  .panel {
    padding: 36px 36px 40px;
  }

  .panel__top {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }

  .formats {
    grid-template-columns: repeat(4, 1fr);
  }

  .story {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
  }

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

  .enterprise {
    grid-template-columns: 180px 1fr 1.2fr;
    align-items: center;
  }

  .faq-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .footer-grid {
    grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr);
    gap: 48px 64px;
  }

  .cols {
    max-width: 44rem;
    margin-left: auto;
    width: 100%;
  }
}

/* —— Live visitors (cream homepage) —— */
.studio-live-visitors {
  --live-bg: #0c0f14;
  --live-text: #edeff2;
  --live-muted: #8b93a7;
  --live-accent: #3ddc97;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.7rem;
  width: 100%;
  max-width: 17.5rem;
  margin: 1.75rem auto 0;
  padding: 1.05rem 1rem 0.95rem;
  background: var(--live-bg);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  color: var(--live-text);
  font-family: var(--sans);
}

.studio-live-visitors__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  background: rgba(61, 220, 151, 0.08);
  border: 1px solid rgba(61, 220, 151, 0.25);
  color: var(--live-accent);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}

.studio-live-visitors__dot {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--live-accent);
  box-shadow: 0 0 6px rgba(61, 220, 151, 0.55);
  animation: studioLiveBlink 1.6s ease-in-out infinite;
}

@keyframes studioLiveBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

.studio-live-visitors__count-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.studio-live-visitors__count {
  margin: 0;
  font-size: clamp(40px, 5.5vw, 52px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 0.95;
  font-variant-numeric: tabular-nums;
  color: var(--live-text);
}

.studio-live-visitors__caption {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--live-muted);
}

.studio-live-visitors__ecg {
  display: block;
  width: 100%;
  height: 36px;
  margin-top: 0.15rem;
  overflow: visible;
}

.studio-live-visitors__ecg path {
  fill: none;
  stroke: var(--live-accent);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html[data-theme="light"] .studio-live-visitors {
  --live-bg: #fff;
  --live-text: #111;
  --live-muted: #5c5c5c;
  --live-accent: #111;
  border: 1px solid rgba(20, 20, 20, 0.1);
  box-shadow: 0 10px 28px rgba(20, 20, 20, 0.06);
}

html[data-theme="light"] .studio-live-visitors__badge {
  background: #111;
  border-color: #111;
  color: #fff;
}

html[data-theme="light"] .studio-live-visitors__dot {
  background: #e8c547;
  box-shadow: none;
}

html[data-theme="light"] .studio-live-visitors__ecg path {
  stroke: #111;
}
