:root {
  --blush: #f7c4cc;
  --blush-deep: #efb0bb;
  --paper: #fff8f6;
  --ink: #161012;
  --muted: #6a4149;
  --faint: #8d5b64;
  --rose: #c85869;
  --lipstick: #e21d27;
  --gold: #e2b64a;
  --gold-soft: #f9d976;
  --blue: #006eb8;
  --black: #0b0b0b;
  --line: rgba(22, 16, 18, 0.12);
  --serif: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", system-ui, -apple-system, sans-serif;
  --mono: "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
}

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

html {
  scroll-behavior: smooth;
  color-scheme: light;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: var(--blush);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
}

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

a {
  color: var(--blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--rose);
}

:focus-visible {
  outline: 2px solid var(--lipstick);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--lipstick);
  color: #fff;
  padding: 0.5rem 0.8rem;
  z-index: 80;
}

.skip:focus {
  top: 1rem;
}

.wrap {
  width: min(1120px, calc(100% - 2.4rem));
  margin: 0 auto;
}

.btn,
.nav-cta,
.studio-pill,
.chip,
.pager button,
.promo-link {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.btn:hover,
.nav-cta:hover,
.promo-link:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 24px rgba(22, 16, 18, 0.16);
}

.btn:active,
.nav-cta:active,
.studio-pill:active,
.promo-link:active {
  transform: scale(0.97);
}

.site,
header,
main,
footer {
  position: relative;
  z-index: 2;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(247, 196, 204, 0.88);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-height: 72px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
  text-decoration: none;
  margin-right: auto;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 18%;
  border: 1.5px solid var(--ink);
  background: var(--blush-deep);
}

.wordmark {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
}

.wordmark .miss {
  color: var(--ink);
}

.wordmark .monroe {
  color: var(--rose);
  font-style: italic;
}

.brand .wordmark {
  font-size: 1.35rem;
}

.brand .miss {
  color: var(--ink);
  text-shadow: none;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 1.05rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
}

.nav-links a:hover,
.nav-links a.is-active,
.nav-links a[aria-current="page"] {
  color: var(--ink);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  background: var(--lipstick);
  color: #fff !important;
  text-decoration: none;
  font-size: 0.88rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
}

.nav-cta:hover {
  background: #c41822;
  color: #fff !important;
}

.hero-stage {
  position: relative;
  overflow: hidden;
}

.hero-stage::before,
.hero-stage::after {
  content: "✦";
  position: absolute;
  color: #fff;
  opacity: 0.55;
  pointer-events: none;
  font-size: 0.75rem;
}

.hero-stage::before {
  top: 3.2rem;
  left: 8%;
}

.hero-stage::after {
  top: 5.4rem;
  right: 14%;
  color: var(--rose);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem 3rem;
  align-items: center;
  min-height: calc(88vh - 72px);
  padding: 3.6rem 0 2.6rem;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--rose);
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: 0.68rem;
  margin: 0 0 1.1rem;
}

.kicker::before,
.kicker::after {
  content: "";
  height: 1px;
  width: 2.4rem;
  background: var(--rose);
  opacity: 0.7;
}

.hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.4rem, 8vw, 6.4rem);
  line-height: 0.88;
  letter-spacing: -0.03em;
  margin: 0 0 1.15rem;
}

.hero-rule {
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: var(--rose);
  margin: -0.35rem 0 1.25rem;
}

.lede {
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.08rem;
  margin: 0 0 1.8rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  border: 1px solid transparent;
}

.btn-pink {
  background: var(--lipstick);
  color: #fff;
}

.btn-pink:hover {
  background: #c41822;
  color: #fff;
}

.btn-ghost {
  border-color: rgba(22, 16, 18, 0.22);
  color: var(--ink);
  background: transparent;
}

.btn-ghost:hover {
  background: var(--ink);
  color: var(--paper);
}

.hero-copy {
  animation: rise 0.9s ease both;
}

.hero-art {
  margin: 0;
  display: flex;
  justify-content: center;
  animation: rise 1.05s ease 0.12s both;
}

.hero-frame {
  width: min(100%, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--ink);
  box-shadow: 0 0 0 6px var(--gold-soft), 0 28px 60px rgba(22, 16, 18, 0.16);
  background: var(--blush-deep);
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
}

.promo {
  background: var(--black);
  color: #f4e9ec;
  border-top: 1px solid rgba(249, 217, 118, 0.28);
}

.promo-inner {
  display: flex;
  align-items: center;
  gap: 1rem 1.2rem;
  padding: 0.95rem 0;
  flex-wrap: wrap;
}

.promo-badge {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.68rem;
  background: var(--gold-soft);
  color: var(--ink);
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
}

.promo p {
  margin: 0;
  flex: 1 1 18rem;
  color: #cbb4b9;
  font-size: 0.95rem;
}

.promo p strong {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: 0.15rem;
}

.promo-link {
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(249, 217, 118, 0.45);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  white-space: nowrap;
}

.promo-link:hover {
  background: var(--gold-soft);
  color: var(--ink);
  border-color: var(--gold-soft);
}

section {
  padding: 4.4rem 0;
  border-top: 1px solid var(--line);
}

.sec-head {
  margin-bottom: 1.8rem;
  max-width: 40rem;
}

.sec-label {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rose);
  margin: 0 0 0.55rem;
}

.sec-head h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 0.55rem;
}

.sec-head p {
  margin: 0;
  color: var(--muted);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.card,
.step,
.cmd,
.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.2rem 1.25rem;
}

.card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(22, 16, 18, 0.1);
}

.studio-sec {
  padding: 4.8rem 0 4.2rem;
}

.studio-sec .sec-label,
.studio-sec .kicker {
  justify-content: center;
  text-align: center;
}

.studio-title {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  text-align: center;
  margin: 0 0 1.3rem;
  letter-spacing: -0.03em;
}

.studio-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 1.8rem;
}

.studio-pill {
  min-height: 42px;
  padding: 0 1rem;
  border: 0;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  cursor: pointer;
}

.studio-pill.is-on,
.studio-pill:hover {
  background: var(--rose);
  color: #fff;
}

.studio-star {
  min-width: 42px;
  padding: 0;
  background: #fff;
  color: var(--rose);
}

.studio-star:hover {
  background: #fff;
  color: var(--lipstick);
}

.studio-stage {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.2rem;
  align-items: stretch;
}

.discord-win {
  background: #313338;
  color: #dbdee1;
  border-radius: 16px;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 24px 50px rgba(22, 16, 18, 0.18);
  font-size: 0.95rem;
}

.discord-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1rem;
  background: #2b2d31;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

.discord-hash {
  color: #80848e;
  font-weight: 700;
}

.discord-chan {
  font-size: 0.95rem;
  color: #f2f3f5;
  font-weight: 600;
}

.discord-chat {
  padding: 0.85rem 0.7rem 1.1rem;
  display: grid;
  gap: 0.15rem;
  flex: 1;
}

.dc-row {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0.7rem;
  padding: 0.45rem 0.5rem;
  border-radius: 8px;
}

.dc-row:hover {
  background: rgba(0, 0, 0, 0.12);
}

.dc-used {
  align-items: center;
  margin-bottom: -0.15rem;
}

.dc-used-line {
  margin: 0;
  color: #b5bac1;
  font-size: 0.82rem;
}

.dc-cmd {
  display: inline-block;
  background: #3c45a5;
  color: #c9cdfb;
  border-radius: 4px;
  padding: 0 0.35rem;
  font-size: 0.8rem;
}

.dc-av,
.dc-av-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 18%;
}

.dc-av {
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
}

.av-james {
  background: #5865f2;
}

.av-pen {
  background: #eb459e;
}

.dc-head {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.dc-bot-name,
.dc-user-name {
  color: #f2f3f5;
  font-size: 0.95rem;
}

.dc-app {
  background: #5865f2;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 4px;
  padding: 0.08rem 0.32rem;
}

.dc-head time {
  color: #949ba4;
  font-size: 0.72rem;
}

.dc-body {
  margin: 0.12rem 0 0;
  color: #dbdee1;
  line-height: 1.4;
}

.dc-mention {
  background: rgba(88, 101, 242, 0.3);
  color: #c9cdfb;
  border-radius: 4px;
  padding: 0 0.2rem;
}

.dc-actions {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.55rem;
}

.dc-btn {
  border: 0;
  border-radius: 8px;
  min-height: 34px;
  padding: 0 0.85rem;
  font: inherit;
  font-size: 0.88rem;
  cursor: pointer;
  color: #fff;
}

.dc-btn-blue {
  background: #5865f2;
}

.dc-btn-blue:hover {
  background: #4752c4;
}

.dc-btn-grey {
  background: #4e5058;
}

.dc-btn-grey:hover {
  background: #6d6f78;
}

.dc-eph {
  margin: 0.45rem 0 0;
  color: #949ba4;
  font-size: 0.75rem;
}

.dc-dismiss {
  border: 0;
  background: none;
  color: #00a8fc;
  font: inherit;
  font-size: inherit;
  cursor: pointer;
  padding: 0;
}

.dc-dismiss:hover {
  text-decoration: underline;
}

.d-msg.is-system {
  color: #949ba4;
  font-size: 0.82rem;
  font-style: italic;
  padding: 0.4rem 0.5rem 0.4rem 3.5rem;
}

.discord-pop {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: #1e1f22;
  border: 1px solid #3f4147;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.discord-pop-kicker {
  margin: 0 0 0.35rem;
  color: #949ba4;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.discord-pop p {
  margin: 0 0 0.75rem;
  color: #f2f3f5;
}

.studio-copy h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 2rem;
  margin: 0.2rem 0 0.55rem;
}

.studio-copy > p {
  color: var(--muted);
  margin: 0 0 1.1rem;
  max-width: 28rem;
}

.studio-result {
  background: var(--paper);
  border-radius: 18px;
  min-height: 140px;
  padding: 1.1rem 1.15rem;
  margin-bottom: 1.1rem;
  background-image: linear-gradient(rgba(200, 88, 105, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 88, 105, 0.06) 1px, transparent 1px);
  background-size: 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.studio-result p {
  margin: 0;
  color: var(--rose);
  font-size: 1.15rem;
}

.studio-result span {
  margin-top: 0.35rem;
  color: var(--faint);
  font-size: 0.82rem;
}

.card h3,
.step h3 {
  font-family: var(--serif);
  font-weight: 400;
  margin: 0 0 0.45rem;
  font-size: 1.28rem;
}

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

.steps {
  display: grid;
  gap: 0.75rem;
}

.steps.later {
  margin-top: 1.4rem;
}

.step {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.7rem;
  align-items: start;
}

.step b {
  color: var(--rose);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.warn {
  margin-top: 1.4rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--gold);
  background: rgba(255, 248, 246, 0.55);
  color: var(--muted);
}

code,
.mono {
  font-family: var(--mono);
  font-size: 0.86em;
  background: rgba(22, 16, 18, 0.06);
  padding: 0.08em 0.38em;
  border-radius: 5px;
}

.docs {
  display: grid;
  gap: 0.9rem;
}

.doc h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.4rem;
}

.doc ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.cmd-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.cmd-tools input {
  flex: 1 1 220px;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font: inherit;
}

.cmd-tools input::placeholder {
  color: var(--faint);
}

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

.chip {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font: inherit;
  font-size: 0.82rem;
  cursor: pointer;
}

.chip.is-on,
.chip:hover {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.cat {
  margin: 1.5rem 0 2rem;
}

.cat h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.55rem;
  margin: 0 0 0.3rem;
}

.cat .blurb {
  color: var(--muted);
  margin: 0 0 0.9rem;
}

.cmd-list {
  display: grid;
  gap: 0.5rem;
}

.cmd {
  display: grid;
  grid-template-columns: minmax(8rem, 14rem) auto 1fr;
  gap: 0.55rem 1rem;
  align-items: baseline;
}

.cmd .name {
  font-family: var(--mono);
  color: var(--rose);
}

.cmd .who {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--faint);
}

.cmd .text {
  color: var(--muted);
  margin: 0;
}

.status-card {
  padding: 1.6rem 1.7rem;
}

.status-card .actions {
  margin-top: 1.1rem;
}

.status-board {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.35rem 1.4rem 1.2rem;
}

.status-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1.15rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  background: rgba(22, 16, 18, 0.06);
}

.status-pill.is-on {
  background: rgba(0, 110, 184, 0.12);
  color: var(--blue);
}

.status-pill.is-off {
  background: rgba(226, 29, 39, 0.12);
  color: var(--lipstick);
}

.status-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.stat-card {
  background: var(--blush);
  border-radius: 12px;
  padding: 0.9rem 0.85rem;
}

.stat-card span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint);
}

.stat-card strong {
  display: block;
  margin-top: 0.3rem;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.service-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.45rem;
}

.service {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.7rem 0.2rem;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

.service b {
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--faint);
}

.svc-dot,
.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  background: #c9a8b0;
}

.svc-dot.is-on,
.status-pill.is-on .status-dot {
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 110, 184, 0.16);
}

.svc-dot.is-wait,
.status-pill.is-wait .status-dot {
  background: var(--gold);
}

.svc-dot.is-off,
.status-pill.is-off .status-dot {
  background: var(--lipstick);
}

.page-intro {
  padding-top: 3.2rem;
  padding-bottom: 1rem;
  border-top: 0;
}

.page-intro h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.8rem, 6vw, 4.4rem);
  margin: 0 0 0.8rem;
}

.pager-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rose);
  margin: 0 0 0.7rem;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1.5rem;
}

.pager button {
  min-width: 2.45rem;
  height: 2.45rem;
  padding: 0 0.55rem;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  border-radius: 999px;
  font: inherit;
  cursor: pointer;
}

.pager button.is-on,
.pager button:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.pager-sub {
  margin-top: 1.4rem;
  margin-bottom: 0;
}

.cat-head h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0 0 0.35rem;
}

.cat-head .blurb {
  color: var(--muted);
  margin: 0 0 1.1rem;
}

.faq-item + .faq-item {
  margin-top: 0.55rem;
}

.faq-item button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  color: var(--ink);
  font: inherit;
  font-family: var(--serif);
  font-size: 1.15rem;
  padding: 0;
  cursor: pointer;
}

.faq-item .body {
  color: var(--muted);
  margin-top: 0.55rem;
  display: none;
}

.faq-item.is-open .body {
  display: block;
}

.footer {
  background: var(--black);
  color: #b9a3a8;
  padding: 2.2rem 0;
  font-size: 0.85rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  text-decoration: none;
}

.footer-brand img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 18%;
  border: 1px solid rgba(249, 217, 118, 0.55);
}

.footer-brand .wordmark {
  font-size: 1.15rem;
}

.footer-brand .miss {
  color: #fff;
  text-shadow: none;
}

.footer-legal {
  margin: 1.35rem auto 0;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.7;
  color: #8e7a7f;
}

.hidden {
  display: none !important;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(22px);
}

.reveal-stagger.is-in > * {
  animation: rise 0.65s ease forwards;
}

.reveal-stagger.is-in > *:nth-child(1) { animation-delay: 0.02s; }
.reveal-stagger.is-in > *:nth-child(2) { animation-delay: 0.08s; }
.reveal-stagger.is-in > *:nth-child(3) { animation-delay: 0.14s; }
.reveal-stagger.is-in > *:nth-child(4) { animation-delay: 0.2s; }
.reveal-stagger.is-in > *:nth-child(5) { animation-delay: 0.26s; }
.reveal-stagger.is-in > *:nth-child(6) { animation-delay: 0.32s; }
.reveal-stagger.is-in > *:nth-child(7) { animation-delay: 0.38s; }
.reveal-stagger.is-in > *:nth-child(8) { animation-delay: 0.44s; }

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.page-404 {
  min-height: 100vh;
  grid-template-columns: 1fr;
  align-content: center;
  padding-bottom: 4rem;
}

@media (max-width: 860px) {
  .hero,
  .grid-3,
  .cmd,
  .studio-stage {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: 0;
    padding-top: 2.2rem;
  }

  .nav-cta {
    display: none;
  }

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

  .hero-art {
    order: -1;
  }

  .hero-frame {
    width: min(68%, 260px);
  }

  .kicker::before,
  .kicker::after {
    width: 1.4rem;
  }
}

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

  .hero-copy,
  .hero-art,
  .reveal,
  .reveal-stagger > * {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
