:root {
  color-scheme: light;
  --page: #f5f5f7;
  --surface: #ffffff;
  --surface-soft: #fbfbfd;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --quiet: #a1a1a6;
  --line: rgba(29, 29, 31, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
  --shadow-soft: 0 12px 34px rgba(0, 0, 0, 0.06);
  --radius: 8px;
}

@property --card-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@property --border-alpha {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--page);
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI",
    "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.5;
  text-rendering: geometricPrecision;
}

body,
button,
input {
  font: inherit;
}

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

button {
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 58px;
  padding: 0 clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(245, 245, 247, 0.78);
  backdrop-filter: blur(24px) saturate(180%);
}

.brand,
.main-nav,
.hero-actions,
.social-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background:
    linear-gradient(145deg, #d8d8dc, #7d7d84),
    #b9b9bf;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.65);
}

.main-nav {
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
  color: #424245;
  font-size: 13px;
}

.main-nav a {
  transition: color 160ms ease;
}

.main-nav a:hover {
  color: #000000;
}

.contact-button,
.button {
  cursor: pointer;
  font-weight: 600;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.contact-button {
  min-width: 72px;
  min-height: 34px;
  border-radius: 999px;
  color: #ffffff;
  background: #1d1d1f;
}

.contact-button:hover,
.button:hover {
  transform: translateY(-2px);
}

.journey-hero {
  position: relative;
  overflow: hidden;
  min-height: min(760px, calc(100vh - 58px));
  padding: clamp(26px, 4vw, 54px) clamp(14px, 3vw, 36px);
  background:
    radial-gradient(circle at 50% 4%, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #17191c 0%, #26282c 52%, #f5f5f7 100%);
}

.journey-shell {
  position: relative;
  display: grid;
  min-height: min(650px, calc(100vh - 118px));
  grid-template-columns: minmax(120px, 0.32fr) minmax(0, 1fr) minmax(120px, 0.32fr);
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  margin: 0 auto;
}

.main-window,
.side-window {
  position: relative;
  overflow: hidden;
  border: 12px solid #1c1f22;
  background:
    linear-gradient(145deg, #30343a, #0f1113 45%, #393127),
    #111114;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.2),
    inset 0 0 0 8px rgba(0, 0, 0, 0.28),
    0 34px 90px rgba(0, 0, 0, 0.3);
}

.main-window {
  min-height: clamp(430px, 54vw, 620px);
  border-radius: 44px;
}

.side-window {
  height: clamp(360px, 45vw, 520px);
  border-radius: 38px;
  opacity: 0.86;
}

.side-window-left {
  transform: translateX(-18px);
}

.side-window-right {
  transform: translateX(18px);
}

.main-window::before,
.side-window::before {
  position: absolute;
  inset: 10px;
  z-index: 4;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.main-window::after,
.side-window::after {
  position: absolute;
  inset: 0;
  z-index: 5;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent 13% 82%, rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 36% 72%, rgba(0, 0, 0, 0.18));
  content: "";
  pointer-events: none;
}

.window-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #bfc8ce;
}

.window-scene::before,
.window-scene::after,
.window-scene span {
  position: absolute;
  display: block;
  content: "";
}

.photo-scene {
  inset: -5%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.08);
  animation:
    real-scene-fade 32s ease-in-out infinite,
    real-scene-motion 16s linear infinite;
  will-change: opacity, transform, background-position;
}

.photo-one {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=90");
}

.photo-two {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=1800&q=90");
  animation-delay: 8s, 0s;
}

.photo-three {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1470770841072-f978cf4d019e?auto=format&fit=crop&w=1800&q=90");
  animation-delay: 16s, 0s;
}

.photo-four {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1800&q=90");
  animation-delay: 24s, 0s;
}

.sky-glow {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 28% 72%, rgba(0, 0, 0, 0.12)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%, rgba(0, 0, 0, 0.16));
}

.clouds,
.mountains,
.fields {
  display: none;
}

.speed-lines {
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, transparent 0 38%, rgba(255, 255, 255, 0.26) 38.4%, transparent 42%),
    linear-gradient(90deg, transparent 0 68%, rgba(255, 255, 255, 0.18) 68.5%, transparent 72%);
  background-size: 720px 100%, 980px 100%;
  opacity: 0.22;
  animation: speed-sweep 3.6s linear infinite;
}

.track-lines {
  inset: auto -12% 0 -12%;
  z-index: 2;
  height: 16%;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.22)),
    repeating-linear-gradient(176deg, transparent 0 70px, rgba(255, 255, 255, 0.28) 70px 72px, transparent 72px 140px);
  filter: blur(1px);
  opacity: 0.32;
  animation: real-track-motion 1.8s linear infinite;
}

.window-copy {
  position: relative;
  z-index: 6;
  display: grid;
  min-height: inherit;
  align-content: end;
  justify-items: center;
  padding: clamp(34px, 6vw, 76px);
  text-align: center;
}

.window-copy h2 {
  width: 100%;
  max-width: calc(100% - clamp(24px, 5vw, 96px));
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(34px, 4.35vw, 62px);
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.38);
}

.window-copy .eyebrow {
  color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
}

.window-copy p:last-child {
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 22px);
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.34);
}

.window-scene.mini .clouds {
  animation-duration: 28s;
}

.window-scene.mini .mountains {
  animation-duration: 16s;
}

.window-scene.mini .fields {
  animation-duration: 4.8s;
}

@keyframes real-scene-fade {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  31%,
  100% {
    opacity: 0;
  }
}

@keyframes real-scene-motion {
  0% {
    background-position: 46% 50%;
    transform: scale(1.08);
  }

  100% {
    background-position: 58% 50%;
    transform: scale(1.12);
  }
}

@keyframes scene-cycle {
  0%,
  100% {
    background:
      linear-gradient(180deg, #73c9ff 0 42%, #d5f0ff 42% 51%, #63b962 51% 100%);
  }

  28% {
    background:
      linear-gradient(180deg, #8fd8ff 0 40%, #ecf9ff 40% 52%, #4cb1d4 52% 66%, #5fbc6d 66% 100%);
  }

  55% {
    background:
      linear-gradient(180deg, #ffba78 0 36%, #ffe1b8 36% 50%, #6d8fba 50% 60%, #c0864f 60% 100%);
  }

  78% {
    background:
      linear-gradient(180deg, #6c83d7 0 36%, #c6d7ff 36% 51%, #9ad1cf 51% 62%, #4f8a63 62% 100%);
  }
}

@keyframes glow-cycle {
  0%,
  100% {
    background:
      radial-gradient(circle at 18% 18%, rgba(255, 243, 177, 0.9) 0 5%, rgba(255, 184, 91, 0.28) 5.3% 16%, transparent 28%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 34% 66%, rgba(0, 0, 0, 0.1));
  }

  35% {
    background:
      radial-gradient(circle at 72% 16%, rgba(255, 255, 255, 0.94) 0 4.8%, rgba(164, 219, 255, 0.36) 5.1% 18%, transparent 30%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent 40% 68%, rgba(0, 0, 0, 0.08));
  }

  60% {
    background:
      radial-gradient(circle at 78% 31%, rgba(255, 220, 141, 0.95) 0 5.4%, rgba(255, 117, 70, 0.34) 5.7% 20%, transparent 34%),
      linear-gradient(90deg, rgba(255, 236, 199, 0.26), transparent 36% 64%, rgba(72, 35, 22, 0.14));
  }

  82% {
    background:
      radial-gradient(circle at 32% 20%, rgba(236, 245, 255, 0.78) 0 4.8%, rgba(120, 154, 255, 0.22) 5.1% 18%, transparent 32%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 36% 66%, rgba(0, 0, 0, 0.18));
  }
}

@keyframes drift-mountains {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(24%);
  }
}

@keyframes drift-fields {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(18%);
  }
}

@keyframes speed-sweep {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 420px 0, 680px 0;
  }
}

@keyframes real-track-motion {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(12%);
  }
}

.hero {
  display: grid;
  width: min(1220px, calc(100% - 36px));
  min-height: calc(100vh - 58px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 6vw, 88px);
  padding: clamp(54px, 8vw, 112px) 0;
}

.eyebrow,
.rarity {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(56px, 10vw, 128px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.94;
}

h2 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(36px, 6vw, 76px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.02;
}

.about-title {
  max-width: 1040px;
  margin-bottom: 22px;
  font-size: clamp(34px, 3.85vw, 50px);
  line-height: 1.12;
  letter-spacing: 0;
  white-space: nowrap;
}

.contact-title {
  max-width: none;
  white-space: nowrap;
}

.about-title + p {
  max-width: 1000px;
  color: #707078;
  font-size: 10px;
  line-height: 1.82;
}

.about-copy {
  width: 100%;
}

.desktop-break {
  display: block;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.22;
}

.hero-lead,
.section-heading p,
.story-inner p {
  max-width: 740px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.section-heading .about-copy {
  max-width: 1200px;
  color: #707078;
  font-size: 15px;
  line-height: 1.82;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
}

.button.primary {
  color: #ffffff;
  background: #1d1d1f;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.button.secondary {
  color: var(--text);
  background: #ffffff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.hero-visual {
  position: relative;
  padding: clamp(12px, 2vw, 18px);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.avatar-placeholder {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 290px;
  place-items: center;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 22%, #eeeeef 0 10%, transparent 10.4%),
    linear-gradient(145deg, #eeeeef, #cfcfd4 48%, #a9a9af);
}

.avatar-placeholder.large {
  min-height: clamp(460px, 58vw, 700px);
}

.profile-photo {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  border-radius: var(--radius);
  background: #d8d8dd;
}

.profile-photo.large {
  min-height: clamp(460px, 58vw, 700px);
}

.profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 46%;
}

.avatar-placeholder::before,
.avatar-placeholder::after,
.avatar-placeholder span::before,
.avatar-placeholder span::after {
  position: absolute;
  content: "";
  display: block;
}

.avatar-placeholder::before {
  width: 31%;
  aspect-ratio: 1;
  top: 20%;
  border-radius: 50%;
  background: linear-gradient(145deg, #dedee2, #8f8f96);
  box-shadow: inset 0 12px 24px rgba(255, 255, 255, 0.34);
}

.avatar-placeholder::after {
  width: 48%;
  height: 35%;
  bottom: 12%;
  border-radius: 999px 999px 18px 18px;
  background: linear-gradient(145deg, #d7d7dc, #9b9ba2);
}

.avatar-placeholder span {
  position: absolute;
  inset: 0;
}

.avatar-placeholder span::before {
  width: 28%;
  height: 5px;
  top: 34%;
  left: 36%;
  border-radius: 999px;
  background: rgba(55, 55, 58, 0.22);
}

.avatar-placeholder span::after {
  width: 58%;
  height: 1px;
  right: 11%;
  bottom: 8%;
  background: rgba(255, 255, 255, 0.55);
}

.hero-spec {
  position: absolute;
  right: clamp(26px, 4vw, 46px);
  bottom: clamp(26px, 4vw, 46px);
  min-width: 220px;
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(20px);
}

.hero-spec p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 13px;
}

.hero-spec strong {
  display: block;
  font-size: 18px;
}

.section-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 124px) 0;
}

.section-heading {
  margin-bottom: clamp(32px, 5vw, 58px);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.project-rows {
  display: grid;
  gap: clamp(34px, 5vw, 58px);
}

.project-row {
  display: grid;
  gap: 18px;
}

.project-row-heading {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-top: 4px;
}

.project-row-heading span {
  color: var(--quiet);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 800;
  line-height: 1;
}

.project-row-heading h3 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 34px);
}

.project-row-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.profile-card,
.roadmap-item,
.faq-list {
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.profile-card {
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.profile-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.video-card {
  cursor: pointer;
}

.video-card:focus-visible {
  outline: 2px solid rgba(35, 132, 255, 0.58);
  outline-offset: 4px;
}

.profile-card .avatar-placeholder {
  min-height: 260px;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.card-image {
  overflow: hidden;
  height: 260px;
  border-radius: 0;
  background: #f2f2f4;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 220ms ease;
}

.project-poster img {
  object-position: center top;
}

.shortfilm-poster--riverside img {
  object-position: 52% 42%;
}

.shortfilm-poster--agni img {
  object-position: 52% 46%;
}

.shortfilm-poster--yun-sea img {
  object-position: 48% 58%;
}

.shortfilm-poster--yinyue img {
  object-position: 48% 50%;
}

.event-poster img {
  object-position: 52% 58%;
}

.aigc-tool-poster {
  background: #050713;
}

.aigc-tool-poster img {
  object-fit: contain;
  object-position: center;
}

.chongqing-dream-poster img {
  object-position: center 56%;
}

.aigc-next-poster {
  background: #dff3ff;
}

.aigc-next-poster img {
  object-position: center 54%;
}

.review-poster {
  background: #eceef1;
}

.review-poster img {
  object-position: center 42%;
}

.review-poster--barbarian img {
  object-position: 52% 46%;
}

.review-poster--dog img {
  object-position: 50% 45%;
}

.review-poster--black-dog img {
  object-position: 52% 38%;
}

.profile-card:hover .card-image img {
  transform: scale(1.035);
}

.blank-placeholder {
  position: relative;
  min-height: 260px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 22%),
    repeating-linear-gradient(0deg, transparent 0 28px, rgba(29, 29, 31, 0.08) 29px 30px),
    #d7d7dc;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.blank-placeholder::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: rgba(29, 29, 31, 0.34);
  content: "Blank";
  font-size: 13px;
  font-weight: 700;
}

.card-body {
  padding: 20px;
}

.card-body p:last-child,
.roadmap-item p,
.faq-list p,
.site-footer p {
  margin-bottom: 0;
  color: var(--muted);
}

.story {
  background: var(--surface);
}

.story-inner {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(82px, 12vw, 150px) 0;
}

.story-inner h2 {
  max-width: 840px;
}

.story-inner p {
  max-width: 780px;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.roadmap-item {
  --border-alpha: 0;
  --card-angle: 0deg;
  position: relative;
  display: grid;
  grid-template-rows: 44px 68px 1fr;
  overflow: hidden;
  isolation: isolate;
  min-height: 268px;
  padding: 22px 26px 26px;
  border: 1px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    conic-gradient(
        from var(--card-angle),
        rgb(74 142 255 / 0),
        rgb(74 142 255 / var(--border-alpha)) 18%,
        rgb(176 220 255 / calc(var(--border-alpha) * 0.48)) 26%,
        rgb(74 142 255 / 0) 40%,
        rgb(74 142 255 / 0) 100%
      )
      border-box;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    --border-alpha 220ms ease,
    background 220ms ease;
}

.roadmap-item::after {
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 2;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: skewX(-18deg);
  transition:
    left 520ms ease,
    opacity 220ms ease;
}

.roadmap-item:hover {
  --border-alpha: 0.42;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.1);
  transform: translateY(-8px);
  animation: card-border-orbit 3.8s linear infinite;
}

.roadmap-item:hover::after {
  left: 105%;
  opacity: 0.72;
}

.card-meta {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 0;
}

.card-meta > span:first-child {
  color: var(--quiet);
  font-size: 13px;
  font-weight: 700;
}

.card-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 999px;
  color: #1d1d1f;
  background: #f6f6f8;
  transition:
    transform 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.card-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 220ms ease;
}

.roadmap-item h3,
.roadmap-item p {
  position: relative;
  z-index: 3;
}

.roadmap-item h3 {
  align-self: center;
  justify-self: center;
  margin: 0;
  max-width: 92%;
  line-height: 1.18;
  text-align: center;
  transition: transform 220ms ease;
}

.roadmap-item p {
  align-self: start;
  justify-self: center;
  max-width: 92%;
  font-size: 16px;
  line-height: 1.72;
  text-align: left;
}

.roadmap-item:hover h3 {
  transform: translateY(-2px);
}

.roadmap-item:hover .card-icon {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px) scale(1.08);
}

.roadmap-item:hover .card-icon svg {
  transform: rotate(-4deg);
}

@keyframes card-border-orbit {
  from {
    --card-angle: 0deg;
  }

  to {
    --card-angle: 360deg;
  }
}

.faq-list {
  overflow: hidden;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0 24px;
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 650;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  color: var(--muted);
  font-size: 24px;
  font-weight: 300;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 780px;
  padding: 0 0 24px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 64px);
  color: var(--muted);
  background: var(--surface);
  font-size: 14px;
}

.site-footer strong {
  display: block;
  color: var(--text);
}

.social-links {
  gap: 18px;
}

.social-links a {
  color: #424245;
}

.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 30;
  display: grid;
  width: min(480px, calc(100% - 48px));
  gap: 14px;
  border-radius: var(--radius);
  padding: 20px;
  color: #ffffff;
  background: rgba(29, 29, 31, 0.92);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -42%);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}

.toast-label {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 700;
}

.toast-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.toast-type {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.toast-value,
.toast-copy {
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
}

.toast-value {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 17px;
  text-align: left;
  text-overflow: ellipsis;
  user-select: text;
}

.toast-copy {
  padding: 12px 16px;
  color: #1d1d1f;
  background: #ffffff;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.video-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.video-dialog {
  position: relative;
  overflow: hidden;
  width: min(1040px, calc(100vw - 36px));
  border-radius: 18px;
  background: #050505;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.42);
  transform: translateY(14px) scale(0.985);
  transition: transform 180ms ease;
}

.video-modal.is-visible .video-dialog {
  transform: translateY(0) scale(1);
}

.video-dialog video {
  display: block;
  width: 100%;
  max-height: min(78vh, 760px);
  background: #000000;
}

.video-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  border-radius: 999px;
  padding: 10px 16px;
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  font-weight: 700;
}

@media (max-width: 520px) {
  .toast-row {
    grid-template-columns: 1fr auto;
  }

  .toast-type {
    grid-column: 1 / -1;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .clouds,
  .mountains,
  .fields,
  .speed-lines,
  .track-lines,
  .roadmap-item:hover {
    animation: none !important;
  }
}

@media (max-width: 1040px) {
  .journey-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .side-window {
    display: none;
  }

  .hero,
  .collection-grid,
  .project-row-grid,
  .roadmap-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .collection-grid,
  .project-row-grid,
  .roadmap-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    width: min(100% - 28px, 1220px);
    min-height: auto;
    padding-top: 58px;
  }

  .journey-hero {
    min-height: auto;
    padding: 16px 14px 36px;
  }

  .journey-shell {
    min-height: auto;
  }

  .main-window {
    min-height: 560px;
    border-width: 9px;
    border-radius: 30px;
  }

  .window-copy {
    padding: 34px 20px;
  }

  .window-copy h2 {
    font-size: clamp(28px, 8.2vw, 44px);
    white-space: normal;
  }

  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 38px;
  }

  .about-title {
    font-size: 38px;
    white-space: normal;
  }

  .contact-title {
    white-space: normal;
  }

  .about-title + p {
    font-size: 18px;
  }

  .desktop-break {
    display: none;
  }

  .avatar-placeholder.large {
    min-height: 430px;
  }

  .hero-spec {
    position: static;
    margin-top: 12px;
  }

  .section-shell,
  .story-inner {
    width: min(100% - 28px, 1180px);
  }
}
