:root {
  --ink: #09110f;
  --ink-2: #101a17;
  --ink-3: #17231f;
  --acid: #c9ff54;
  --acid-soft: #e8ffad;
  --blue: #7087ff;
  --blue-text: #4a60cf;
  --paper: #f1efe6;
  --paper-2: #e9e6da;
  --white: #fcfdf9;
  --text: #18211e;
  --muted: #5f6a65;
  --line: rgba(24, 33, 30, 0.14);
  --dark-line: rgba(255, 255, 255, 0.13);
  --shadow: 0 24px 70px rgba(9, 17, 15, 0.12);
  --radius: 22px;
  --radius-sm: 14px;
  --wrap: 1180px;
}

/* 2026-08 A＋A 页头动效 */
.motion-graphic {
  --motion-x: 0px;
  --motion-y: 0px;
  --motion-rx: 0deg;
  --motion-ry: 0deg;
  pointer-events: none;
  transform: translate3d(var(--motion-x), var(--motion-y), 0) perspective(1200px) rotateX(var(--motion-rx)) rotateY(var(--motion-ry));
  transition: transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.motion-art {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.motion-base-art {
  opacity: 0.98;
}

.species-visual .motion-base-art {
  transform-box: fill-box;
  transform-origin: center;
  animation: motion-base-breathe 7s ease-in-out infinite;
}

.motion-overlay {
  pointer-events: none;
}

.motion-orbit-group {
  transform-box: view-box;
  will-change: transform;
}

.system-orbit-outer {
  transform-origin: 447px 435px;
  animation: motion-rotate-forward 24s linear infinite;
}

.system-orbit-middle {
  transform-origin: 447px 435px;
  animation: motion-rotate-backward 18s linear infinite;
}

.system-orbit-inner {
  transform-origin: 447px 435px;
  animation: motion-rotate-forward 14s linear infinite;
}

.gravity-orbit-outer {
  transform-origin: 490px 348px;
  animation: motion-rotate-forward 31s linear infinite;
}

.gravity-orbit-middle {
  transform-origin: 490px 348px;
  animation: motion-rotate-backward 24s linear infinite;
}

.gravity-orbit-inner {
  transform-origin: 490px 348px;
  animation: motion-rotate-forward 19s linear infinite;
}

.motion-dash-runner {
  animation: motion-dash-flow 5.8s linear infinite;
}

.motion-dash-runner.delay {
  animation-delay: -2.7s;
}

.motion-core-halo {
  transform-box: fill-box;
  transform-origin: center;
  animation: motion-core-breathe 4.8s ease-in-out infinite;
}

.motion-core-halo.secondary {
  animation-delay: -2.4s;
}

.motion-label-response {
  transform-box: fill-box;
  transform-origin: center;
  animation: motion-label-float 7.2s ease-in-out infinite;
}

.motion-label-response.delay-one {
  animation-delay: -2.4s;
}

.motion-label-response.delay-two {
  animation-delay: -4.8s;
}

.motion-signal {
  stroke-dasharray: 12 120;
  stroke-dashoffset: 0;
  animation: motion-signal-flow 3.8s linear infinite;
}

.motion-signal.delay-one {
  animation-delay: -1.25s;
}

.motion-signal.delay-two {
  animation-delay: -2.5s;
}

.motion-node-pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: motion-node-pulse 3.6s ease-out infinite;
}

.motion-node-pulse.delay-one {
  animation-delay: -1.2s;
}

.motion-node-pulse.delay-two {
  animation-delay: -2.4s;
}

.motion-runner-glow {
  filter: drop-shadow(0 0 8px currentColor);
}

.motion-float {
  animation: motion-ambient-float 8s ease-in-out infinite alternate;
}

.species-visual {
  position: relative;
  isolation: isolate;
  width: clamp(620px, 48vw, 760px);
  aspect-ratio: 894 / 882;
  display: block;
  justify-self: end;
  overflow: visible;
  margin-right: clamp(-380px, calc((1180px - 100vw) / 2), -96px);
}

.species-visual::before {
  display: none;
}

.gravity-visual {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: clamp(580px, 50vw, 760px);
  aspect-ratio: 970 / 700;
  opacity: 0.52;
  transform: translate3d(calc(-50% + var(--motion-x)), calc(-50% + var(--motion-y)), 0) perspective(1200px) rotateX(var(--motion-rx)) rotateY(var(--motion-ry));
}

body[data-page="join"] .gravity-visual,
body[data-page="members"] .gravity-visual {
  opacity: 0.44;
}

@keyframes motion-rotate-forward {
  to { transform: rotate(360deg); }
}

@keyframes motion-rotate-backward {
  to { transform: rotate(-360deg); }
}

@keyframes motion-dash-flow {
  to { stroke-dashoffset: -420; }
}

@keyframes motion-signal-flow {
  to { stroke-dashoffset: -132; }
}

@keyframes motion-core-breathe {
  0%, 100% { opacity: 0.16; transform: scale(0.94); }
  50% { opacity: 0.68; transform: scale(1.07); }
}

@keyframes motion-base-breathe {
  0%, 100% { opacity: 0.9; transform: scale(0.988); }
  50% { opacity: 1; transform: scale(1.014); }
}

@keyframes motion-label-float {
  0%, 100% { opacity: 0.22; transform: translate3d(0, 0, 0); }
  50% { opacity: 0.46; transform: translate3d(0, -4px, 0); }
}

@keyframes motion-node-pulse {
  0% { opacity: 0.55; transform: scale(0.76); }
  55%, 100% { opacity: 0; transform: scale(1.48); }
}

@keyframes motion-ambient-float {
  from { transform: translate3d(0, -5px, 0); }
  to { transform: translate3d(0, 8px, 0); }
}

@media (max-width: 980px) {
  .gravity-visual {
    top: 28px;
    right: -96px;
    left: auto;
    width: 500px;
    opacity: 0.34;
    transform: translate3d(var(--motion-x), var(--motion-y), 0) perspective(1200px) rotateX(var(--motion-rx)) rotateY(var(--motion-ry));
  }
}

@media (max-width: 560px) {
  .species-visual {
    width: min(96%, 440px);
    margin-inline: auto;
    transform: none;
  }

  .gravity-visual {
    top: 38px;
    right: -158px;
    width: 410px;
    opacity: 0.28;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-art,
  .motion-art * {
    animation-play-state: paused !important;
  }

  .motion-graphic {
    transform: none;
  }

  .gravity-visual {
    transform: translate(-50%, -50%);
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  color: var(--text);
  background: var(--white);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
summary {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
textarea:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px #3149b8;
}

::selection {
  color: var(--ink);
  background: var(--acid);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 999px;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

[data-site-header] {
  position: sticky;
  top: 0;
  z-index: 80;
}

.site-header {
  position: relative;
  color: #fff;
  background: rgba(9, 17, 15, 0.9);
  border-bottom: 1px solid rgba(201, 255, 84, 0.18);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.is-scrolled .site-header {
  background: rgba(9, 17, 15, 0.965);
  border-bottom-color: rgba(201, 255, 84, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.scroll-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--acid), var(--blue));
  box-shadow: 0 0 16px rgba(201, 255, 84, 0.5);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
  will-change: transform;
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  height: 32px;
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  position: relative;
  padding: 10px 11px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  white-space: nowrap;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 11px;
  bottom: 3px;
  left: 11px;
  height: 2px;
  content: "";
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-cta {
  margin-left: 8px;
  padding: 9px 16px !important;
  color: var(--ink) !important;
  font-weight: 700;
  background: var(--acid);
  border-radius: 999px;
}

.nav-cta::after {
  display: none;
}

.nav-toggle {
  display: none;
  min-width: 56px;
  height: 40px;
  padding: 0 14px;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  background: transparent;
  border: 1px solid var(--dark-line);
  border-radius: 999px;
}

.nav-toggle span {
  display: block;
  white-space: nowrap;
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 34%, rgba(112, 135, 255, 0.22), transparent 28%),
    radial-gradient(circle at 14% 92%, rgba(201, 255, 84, 0.12), transparent 26%),
    var(--ink);
}

.hero::before,
.page-hero::before {
  position: absolute;
  inset: -72px;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  animation: grid-drift 18s linear infinite;
}

.hero::after,
.page-hero::after {
  position: absolute;
  z-index: 0;
  top: -22%;
  right: -7%;
  width: 46vw;
  min-width: 520px;
  aspect-ratio: 1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 36% 36%, rgba(201, 255, 84, 0.16), transparent 19%),
    radial-gradient(circle at 62% 54%, rgba(112, 135, 255, 0.18), transparent 34%);
  filter: blur(26px);
  opacity: 0.8;
  animation: aurora-float 12s ease-in-out infinite alternate;
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(360px, 1fr);
  align-items: center;
  gap: 28px;
  padding-block: 84px 88px;
}

.kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .kicker,
.page-hero .kicker,
.dark .section-kicker {
  color: var(--acid);
}

.kicker::before,
.section-kicker::before {
  width: 28px;
  height: 1px;
  content: "";
  background: var(--kicker-base, currentColor);
}

.hero h1 {
  max-width: 820px;
  margin-top: 22px;
  font-size: clamp(48px, 4.4vw, 64px);
  font-weight: 760;
  line-height: 1.14;
  letter-spacing: -0.028em;
}

.hero h1 em {
  color: var(--acid);
  font-style: normal;
}

.hero .hero-brand-title {
  max-width: none;
}

.hero-brand-logo {
  display: block;
  width: min(100%, 620px);
  height: auto;
}

.hero-slogan {
  max-width: 720px;
  margin-top: 30px;
  color: var(--acid);
  font-size: clamp(20px, 1.65vw, 26px);
  font-weight: 720;
  line-height: 1.4;
  letter-spacing: -0.006em;
}

.hero-service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  max-width: none;
  margin-top: 26px;
}

.hero-service-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 20px;
  color: var(--ink);
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 720;
  line-height: 1;
  background: #f7f7f1;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.hero-lede {
  max-width: 660px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.85;
}

.hero-brand-slogan {
  display: grid;
  gap: 2px;
  max-width: 700px;
  margin-top: 28px;
  color: #fff;
  line-height: 1.42;
}

.hero-brand-slogan-main {
  color: var(--acid);
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 720;
  letter-spacing: 0.006em;
}

.hero-brand-slogan-sub {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 620;
  letter-spacing: 0.006em;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 180ms ease, background 180ms ease, border 180ms ease;
}

a.button::after {
  font-size: 17px;
  content: "↗";
  transition: transform 180ms ease;
}

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

.button.is-paused:disabled {
  color: var(--muted);
  background: rgba(95, 106, 101, 0.08);
  border-color: rgba(95, 106, 101, 0.22);
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.dark .button.is-paused:disabled,
.cta-band .button.is-paused:disabled,
.site-footer .button.is-paused:disabled {
  color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}

a.button:hover::after,
.card-link:hover::after {
  transform: translate(3px, -3px);
}

.button-primary {
  color: var(--ink);
  background: var(--acid);
}

.button-primary:hover {
  background: var(--acid-soft);
}

.button-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.28);
}

.button-secondary:hover {
  border-color: var(--acid);
}

.button-dark {
  color: #fff;
  background: var(--ink);
}

.button-outline {
  color: var(--ink);
  border-color: rgba(9, 17, 15, 0.3);
}

.hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.hero-note span::before {
  margin-right: 8px;
  color: var(--acid);
  content: "●";
}

@keyframes grid-drift {
  to { transform: translate3d(72px, 72px, 0); }
}

@keyframes aurora-float {
  from { transform: translate3d(-4%, -2%, 0) scale(0.96) rotate(-3deg); }
  to { transform: translate3d(5%, 6%, 0) scale(1.08) rotate(4deg); }
}


.signal-bar {
  color: #fff;
  background: var(--ink-2);
  border-top: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
}

.signal-grid {
  min-height: 86px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.signal-item {
  min-height: 50px;
  display: grid;
  align-content: center;
  padding: 0 24px;
  border-right: 1px solid var(--dark-line);
}

.signal-item:first-child {
  padding-left: 0;
}

.signal-item:last-child {
  border-right: 0;
}

.signal-item strong {
  color: var(--acid);
  font-size: 13px;
}

.signal-item span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.signal-item strong::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  content: "";
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(201, 255, 84, 0.42);
}

.section {
  position: relative;
  padding-block: 108px;
}

.section.paper {
  background: var(--paper);
}

.section.dark {
  color: #fff;
  background: var(--ink);
}

.section.bluewash {
  background: linear-gradient(135deg, rgba(112, 135, 255, 0.12), rgba(201, 255, 84, 0.08));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 52px;
}

.section-heading h2 {
  margin-top: 14px;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.23;
  letter-spacing: -0.02em;
}

.title-layout {
  text-wrap: initial;
}

.title-variant,
.title-clip,
.title-line {
  display: block;
}

.title-mobile {
  display: none;
}

.title-clip {
  padding: 0.025em 0.04em 0.08em;
  margin: -0.025em -0.04em -0.08em;
  overflow: hidden;
}

.title-line {
  white-space: nowrap;
}

.hero .title-line,
.page-hero .title-line,
.cta-band .title-line {
  opacity: 0;
  transform: translateY(112%);
  animation: title-rise 820ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(120ms + var(--line-index) * 95ms);
}

.reveal .title-line {
  opacity: 1;
  transform: translateY(0);
}

.reveal-ready .reveal .title-line {
  opacity: 0;
  transform: translateY(112%);
  animation: none;
  transition: opacity 700ms ease, transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--line-index) * 85ms);
}

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

@keyframes title-rise {
  to { opacity: 1; transform: translateY(0); }
}

.section-heading p {
  max-width: 660px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.dark .section-heading p {
  color: rgba(255, 255, 255, 0.62);
}

.split-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 54px;
}

.split-heading > *,
.page-hero-inner > *,
.cta-inner > *,
.founder-panel > *,
.grid > *,
.product-grid > * {
  min-width: 0;
}

.split-heading h2 {
  font-size: clamp(34px, 3.9vw, 48px);
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.split-heading p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.dark .split-heading p {
  color: rgba(255, 255, 255, 0.62);
}

.grid {
  display: grid;
  gap: 20px;
}

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

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

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

.card {
  position: relative;
  padding: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 220ms ease, box-shadow 220ms ease, border 220ms ease;
}

.interactive-card {
  isolation: isolate;
}

.interactive-card > * {
  position: relative;
  z-index: 1;
}

.interactive-card::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(360px circle at var(--card-x, 50%) var(--card-y, 50%), rgba(201, 255, 84, 0.13), transparent 48%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.interactive-card:hover::after {
  opacity: 1;
}

.card:hover {
  z-index: 2;
  border-color: rgba(9, 17, 15, 0.26);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.dark .card {
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--dark-line);
}

.dark .card:hover {
  border-color: rgba(201, 255, 84, 0.4);
}

.card-number {
  display: inline-flex;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.dark .card-number {
  color: var(--acid);
}

.card h3 {
  margin-top: 22px;
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: -0.01em;
}

.card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.018em;
}

.dark .card p {
  color: rgba(255, 255, 255, 0.62);
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  font-size: 13px;
  font-weight: 700;
}

.card-link::after {
  content: "↗";
}

.capability-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 34px;
  color: #fff;
  background: #07100e;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  transform: perspective(900px) rotateX(var(--card-rx, 0deg)) rotateY(var(--card-ry, 0deg));
  transition: transform 240ms ease, box-shadow 240ms ease;
  will-change: transform;
}

.capability-card::before,
.capability-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.capability-card::before {
  z-index: 0;
  background-image: var(--capability-image);
  background-position: center top;
  background-size: cover;
  filter: saturate(0.82) contrast(0.94);
  transform: scale(1.015);
}

.capability-card::after {
  z-index: 1;
  background: linear-gradient(180deg, rgba(3, 9, 8, 0.34) 0%, rgba(3, 9, 8, 0.72) 48%, rgba(3, 9, 8, 0.94) 100%);
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
}

.capability-card-ai {
  --capability-image: url("services/ai-efficiency-bg-v1.png");
}

.capability-card-ip {
  --capability-image: url("services/ip-growth-female-bg-v1.png");
}

.capability-card-ip::after {
  background: linear-gradient(180deg, rgba(4, 9, 27, 0.3) 0%, rgba(4, 9, 27, 0.7) 48%, rgba(4, 9, 27, 0.95) 100%);
}

.capability-card-geo {
  --capability-image: url("services/geo-optimization-bg-v1.png");
}

.capability-card-geo::after {
  background: linear-gradient(180deg, rgba(8, 13, 9, 0.3) 0%, rgba(8, 13, 9, 0.68) 48%, rgba(8, 13, 9, 0.94) 100%);
}

.capability-copy {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 46px;
}

.capability-card:hover {
  box-shadow: 0 28px 70px rgba(9, 17, 15, 0.18);
}

.capability-card:nth-child(3) {
  color: #fff;
}

.capability-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.capability-code {
  color: var(--acid);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.capability-card:nth-child(3) .capability-code {
  color: var(--acid);
}

.capability-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  font-size: 22px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.75;
}

.capability-card h3 {
  max-width: 11ch;
  min-height: 81px;
  font-size: 32px;
  line-height: 1.26;
  letter-spacing: -0.012em;
}

.capability-card .service-subtitle {
  min-height: 58px;
}

.capability-card .card-link {
  margin-top: auto;
  padding-top: 24px;
}

.capability-card p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.85;
  letter-spacing: 0.018em;
}

.capability-card:nth-child(3) p {
  color: rgba(255, 255, 255, 0.66);
}

.problem-card {
  min-height: 260px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.problem-card q {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.005em;
  quotes: "“" "”";
}

.problem-persona {
  display: block;
  margin-top: 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: right;
}

.problem-card p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.problem-grid .problem-card {
  min-height: 235px;
}

.route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.route-step {
  position: relative;
  min-height: 250px;
  padding: 34px 28px;
  background: var(--white);
}

.route-step span {
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.route-step h3 {
  margin-top: 26px;
  font-size: 23px;
  line-height: 1.42;
}

.route-step p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.route-step:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  content: "→";
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  transform: translateY(-50%);
  scale: 0.82;
  opacity: 0.72;
}

.route.reveal.is-visible .route-step:not(:last-child)::after {
  animation: connector-once 680ms cubic-bezier(0.16, 1, 0.3, 1) 1 both;
}

@keyframes connector-once {
  0% { scale: 0.55; opacity: 0; }
  62% { scale: 1.16; opacity: 1; }
  100% { scale: 1; opacity: 1; }
}

.persona-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transform: perspective(900px) rotateX(var(--card-rx, 0deg)) rotateY(var(--card-ry, 0deg));
  transition: transform 240ms ease, box-shadow 240ms ease;
  will-change: transform;
}

.persona-card:nth-child(1) {
  background: var(--ink);
  color: #fff;
}

.persona-card:nth-child(2) {
  background: var(--paper);
}

.persona-card:nth-child(3) {
  background: rgba(112, 135, 255, 0.12);
}

.persona-card small {
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.persona-card:nth-child(1) small {
  color: var(--acid);
}

.persona-card h3 {
  margin-top: 26px;
  font-size: 26px;
}

.persona-card p {
  margin-top: 12px;
  color: var(--muted);
}

.persona-card:nth-child(1) p {
  color: rgba(255, 255, 255, 0.62);
}

.persona-card .card-link {
  margin-top: auto;
  padding-top: 28px;
}

.mini-products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.mini-product {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius-sm);
}

.mini-product .tag {
  align-self: flex-start;
}

.mini-product h3 {
  margin-top: 28px;
  font-size: 19px;
}

.mini-product p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.mini-product strong {
  margin-top: auto;
  padding-top: 20px;
  color: var(--acid);
  font-size: 14px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  background: var(--acid);
  border-radius: 999px;
}

.tag::before {
  width: 6px;
  height: 6px;
  content: "";
  background: currentColor;
  border-radius: 50%;
}

.tag.blue {
  color: #fff;
  background: var(--blue);
}

.tag.ghost {
  color: var(--muted);
  background: rgba(102, 113, 108, 0.1);
}

.principle {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.principle:last-child {
  border-bottom: 1px solid var(--line);
}

.principle-grid {
  display: grid;
  grid-template-columns: 120px 230px 1fr;
  gap: 30px;
  align-items: baseline;
}

.principle .no {
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.principle h3 {
  font-size: 22px;
}

.principle p {
  color: var(--muted);
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  isolation: isolate;
  min-height: 470px;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 60px;
  padding-block: 86px 74px;
}

.page-hero-inner > :not(.gravity-visual) {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  max-width: 780px;
  margin-top: 18px;
  font-size: clamp(44px, 4.6vw, 58px);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.page-hero-side {
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.72);
  border-left: 1px solid rgba(201, 255, 84, 0.4);
}

.page-hero-side strong {
  display: block;
  margin-bottom: 10px;
  color: var(--acid);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.page-hero-side p {
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.statement {
  padding: 56px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
}

.statement blockquote {
  max-width: 1040px;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 720;
  line-height: 1.48;
  letter-spacing: -0.01em;
}

.statement blockquote em {
  color: var(--acid);
  font-style: normal;
}

.statement p {
  max-width: 820px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.text-nowrap {
  white-space: nowrap;
}

.compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.compare-card {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.compare-card.yes {
  color: #fff;
  background: var(--ink);
}

.compare-card.no {
  background: var(--paper);
}

.compare-card h3 {
  font-size: 26px;
}

.plain-list {
  margin-top: 24px;
  list-style: none;
}

.plain-list li {
  position: relative;
  padding: 12px 0 12px 28px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.dark .plain-list li,
.compare-card.yes .plain-list li {
  color: rgba(255, 255, 255, 0.68);
  border-color: var(--dark-line);
}

.plain-list li::before {
  position: absolute;
  top: 19px;
  left: 2px;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--acid);
  border-radius: 50%;
}

.plain-list.cross li::before {
  width: auto;
  height: auto;
  top: 10px;
  color: var(--blue-text);
  content: "×";
  font-size: 20px;
  background: none;
}

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

.matrix-item {
  min-height: 260px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.matrix-item .glyph {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-weight: 800;
  background: var(--acid);
  border-radius: 50%;
}

.matrix-item h3 {
  margin-top: 34px;
  font-size: 23px;
  line-height: 1.42;
}

.matrix-item p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.founder-panel {
  display: grid;
  grid-template-columns: 0.64fr 1.36fr;
  gap: 20px;
}

.founder-mark {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
}

.founder-mark::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(9, 17, 15, 0.96), rgba(9, 17, 15, 0.04) 62%);
}

.founder-mark img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: 50% 34%;
}

.founder-mark figcaption {
  position: absolute;
  z-index: 1;
  right: 38px;
  bottom: 34px;
  left: 38px;
  display: grid;
}

.founder-mark figcaption span {
  color: var(--acid);
  font-size: 12px;
  letter-spacing: 0.18em;
}

.founder-mark figcaption strong {
  margin-top: 10px;
  font-size: 34px;
}

.founder-copy {
  padding: 46px;
  background: var(--paper);
  border-radius: var(--radius);
}

.founder-copy h3 {
  font-size: 30px;
  line-height: 1.38;
}

.founder-title-line {
  display: block;
  white-space: nowrap;
}

.founder-copy p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.9;
}

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

.founder-actions .button {
  margin-top: 0;
}

.founder-facts {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  list-style: none;
}

.founder-facts li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.founder-facts strong {
  color: var(--blue-text);
}

.founder-facts span {
  color: var(--muted);
}

.filters {
  position: sticky;
  top: 88px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  padding: 10px;
  background: rgba(252, 253, 249, 0.9);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.filter-button {
  padding: 9px 15px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
}

.filter-button:hover,
.filter-button.is-active {
  color: var(--ink);
  background: var(--acid);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-card.is-hidden {
  display: none;
}

.product-card.filter-in {
  animation: filter-card-in 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes filter-card-in {
  from { opacity: 0; translate: 0 12px; }
  to { opacity: 1; translate: 0 0; }
}

.product-card.featured {
  border-top: 5px solid var(--acid);
}

.product-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.product-kind {
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.product-card h2 {
  margin-top: 24px;
  font-size: 29px;
  line-height: 1.34;
  letter-spacing: -0.012em;
}

.product-card .desc {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.88;
  letter-spacing: 0.018em;
}

.deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}

.deliverables span {
  padding: 5px 9px;
  color: var(--muted);
  font-size: 11px;
  background: var(--paper);
  border-radius: 7px;
}

.price-block {
  margin-top: auto;
  padding-top: 28px;
}

.price-label {
  color: var(--muted);
  font-size: 11px;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 9px;
  margin-top: 4px;
}

.price-now {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.price-unit-note {
  margin-left: 2px;
  font-size: 0.52em;
  font-weight: 600;
  letter-spacing: 0;
  opacity: 0.72;
}

.price-old {
  color: var(--muted);
  font-size: 13px;
  text-decoration: line-through;
}

.price-extra {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.price-notice {
  margin-bottom: 28px;
  padding: 17px 20px;
  color: var(--muted);
  font-size: 13px;
  background: var(--paper);
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.solution-lane {
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 56px;
  padding: 46px 0;
  border-top: 1px solid var(--line);
}

.solution-lane:last-child {
  border-bottom: 1px solid var(--line);
}

.solution-label span {
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.solution-label h2 {
  margin-top: 14px;
  font-size: 29px;
}

.solution-copy > p {
  color: var(--muted);
  font-size: 17px;
}

.solution-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.solution-link {
  padding: 17px 18px;
  font-size: 14px;
  font-weight: 700;
  background: var(--paper);
  border-radius: var(--radius-sm);
}

.solution-link small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-weight: 400;
}

.process {
  counter-reset: process;
}

.process-step {
  display: grid;
  grid-template-columns: 90px 250px 1fr;
  gap: 28px;
  align-items: baseline;
  padding: 27px 0;
  border-top: 1px solid var(--line);
  counter-increment: process;
}

.process-step:last-child {
  border-bottom: 1px solid var(--line);
}

.process-step::before {
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 700;
  content: "0" counter(process);
}

.process-step h3 {
  font-size: 20px;
}

.process-step p {
  color: var(--muted);
}

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

.governance-item {
  min-height: 260px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius-sm);
}

.governance-item span {
  color: var(--acid);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.governance-item h3 {
  margin-top: 30px;
  font-size: 21px;
}

.governance-item p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.timeline-item {
  min-height: 330px;
  padding: 36px;
  background: var(--white);
}

.timeline-item span {
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.timeline-item h3 {
  margin-top: 32px;
  font-size: 25px;
  line-height: 1.42;
}

.timeline-item p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.85;
}

.timeline-item ul {
  margin-top: 18px;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

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

.role-card {
  min-height: 250px;
  padding: 30px;
  background: var(--paper);
  border-radius: var(--radius);
}

.role-card span {
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.role-card h3 {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.42;
}

.role-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}

.faq-list {
  border-top: 1px solid var(--line);
}

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

.faq summary {
  position: relative;
  padding: 25px 54px 25px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  list-style: none;
}

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

.faq summary::after {
  position: absolute;
  top: 20px;
  right: 0;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  content: "+";
  background: var(--paper);
  border-radius: 50%;
}

.faq[open] summary::after {
  content: "−";
  background: var(--acid);
  transform: rotate(180deg);
}

.faq p {
  max-width: 820px;
  padding: 0 54px 24px 0;
  color: var(--muted);
  line-height: 1.9;
}

.faq[open] p {
  animation: faq-answer-in 220ms ease-out both;
}

.faq summary::after {
  transition: transform 220ms ease, background 220ms ease;
}

@keyframes faq-answer-in {
  from { opacity: 0; translate: 0 -6px; }
  to { opacity: 1; translate: 0 0; }
}

.cta-band {
  position: relative;
  padding-block: 84px;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}

.cta-band::after {
  position: absolute;
  top: -180px;
  right: -140px;
  width: 480px;
  height: 480px;
  content: "";
  background: radial-gradient(circle, rgba(201, 255, 84, 0.18), transparent 64%);
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
}

.cta-band h2 {
  max-width: 780px;
  font-size: clamp(35px, 4.6vw, 58px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.cta-band p {
  max-width: 640px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.9;
}

.site-footer {
  color: rgba(255, 255, 255, 0.58);
  background: var(--ink-2);
  border-top: 1px solid var(--dark-line);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.1fr 1.9fr;
  gap: 90px;
  padding-block: 62px 42px;
}

.footer-brand p {
  max-width: 420px;
  margin-top: 18px;
  font-size: 14px;
}

.footer-brand .brand img {
  height: 36px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.footer-col h3 {
  color: #fff;
  font-size: 13px;
}

.footer-col a,
.footer-col button {
  display: block;
  margin-top: 11px;
  padding: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  text-align: left;
  background: transparent;
  border: 0;
}

.footer-col a:hover,
.footer-col button:hover {
  color: var(--acid);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 22px 30px;
  font-size: 11px;
  border-top: 1px solid var(--dark-line);
}

.footer-bottom a {
  color: inherit;
}

.footer-bottom a:hover {
  color: var(--acid);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(10px);
}

.modal-backdrop[hidden] {
  display: none;
}

.modal-backdrop:not([hidden]) {
  animation: modal-backdrop-in 180ms ease-out both;
}

.modal-backdrop:not([hidden]) .modal {
  animation: modal-panel-in 280ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes modal-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes modal-panel-in {
  from { opacity: 0; translate: 0 20px; scale: 0.98; }
  to { opacity: 1; translate: 0 0; scale: 1; }
}

.modal {
  width: min(100%, 620px);
  max-height: min(820px, calc(100vh - 40px));
  padding: 34px;
  overflow: auto;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
}

.modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.modal-head h2 {
  font-size: 30px;
}

.modal-close {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  background: var(--paper);
  border: 0;
  border-radius: 50%;
}

.modal > p {
  margin-top: 12px;
  color: var(--muted);
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 24px;
}

.contact-option {
  padding: 12px 8px;
  font-size: 13px;
  background: var(--paper);
  border: 1px solid transparent;
  border-radius: 10px;
}

.contact-option.is-active {
  background: var(--acid);
  border-color: var(--ink);
}

.contact-template {
  width: 100%;
  min-height: 130px;
  margin-top: 14px;
  padding: 14px;
  resize: vertical;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.contact-hint {
  margin-top: 14px;
  padding: 14px;
  color: var(--muted);
  font-size: 12px;
  background: var(--paper);
  border-radius: 10px;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 300;
  padding: 11px 16px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  background: var(--acid);
  border-radius: 999px;
  box-shadow: var(--shadow);
  transform: translateY(30px);
  opacity: 0;
  pointer-events: none;
  transition: 180ms ease;
}

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

.pointer-aura {
  position: absolute;
  z-index: 0;
  width: 560px;
  height: 560px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(201, 255, 84, 0.1), rgba(112, 135, 255, 0.055) 34%, transparent 68%);
  border-radius: 50%;
  opacity: 0;
  transform: translate3d(calc(var(--aura-x, 50%) - 50%), calc(var(--aura-y, 50%) - 50%), 0);
  transition: opacity 260ms ease;
  will-change: transform;
}

.pointer-aura.is-active {
  opacity: 1;
}

.section.dark > .wrap,
.hero > .wrap,
.page-hero > .wrap {
  position: relative;
  z-index: 1;
}

.section-kicker {
  --kicker-base: var(--muted);
  --kicker-flare: var(--blue);
  color: transparent;
  background: linear-gradient(90deg, var(--kicker-base) 0 42%, var(--kicker-flare) 50%, var(--kicker-base) 58% 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}

.dark .section-kicker {
  --kicker-base: var(--acid);
  --kicker-flare: #ffffff;
}

.reveal.is-visible .section-kicker,
.section-heading.is-visible .section-kicker {
  animation: kicker-shimmer 1.15s ease-out 1 both;
}

@keyframes kicker-shimmer {
  from { background-position: 100% 0; }
  to { background-position: -120% 0; }
}

.reveal {
  translate: 0 0;
  opacity: 1;
}

.reveal-ready .reveal {
  translate: 0 24px;
  opacity: 0;
  transition: translate 720ms cubic-bezier(0.16, 1, 0.3, 1), opacity 650ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-ready .reveal.is-visible {
  translate: 0 0;
  opacity: 1;
}

.section-corner-note {
  max-width: 660px;
  margin: 26px 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  text-align: right;
}

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

.proof-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.proof-card:nth-child(2) {
  background: rgba(112, 135, 255, 0.1);
}

.proof-card:nth-child(3) {
  color: #fff;
  background: var(--ink);
}

.proof-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.proof-card-top span {
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.proof-card-top small {
  color: var(--muted);
  font-size: 10px;
}

.proof-card:nth-child(3) .proof-card-top span {
  color: var(--acid);
}

.proof-card:nth-child(3) .proof-card-top small,
.proof-card:nth-child(3) > p,
.proof-card:nth-child(3) .proof-list {
  color: rgba(255, 255, 255, 0.62);
}

.proof-card h3 {
  margin-top: 28px;
  font-size: 24px;
  line-height: 1.45;
}

.proof-card > p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.82;
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
  color: var(--muted);
  list-style: none;
}

.proof-list li {
  padding: 5px 9px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.proof-card:nth-child(3) .proof-list li {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--dark-line);
}

.diagnosis-wrap {
  max-width: 940px;
}

.diagnosis-intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.diagnosis-intro h2 {
  margin-top: 12px;
  font-size: clamp(34px, 4vw, 48px);
}

.diagnosis-intro p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
}

.diagnosis-form,
.diagnosis-result {
  padding: clamp(24px, 4vw, 42px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.diagnosis-form[hidden],
.diagnosis-result[hidden],
.diagnosis-step[hidden] {
  display: none;
}

.diagnosis-progress {
  margin-bottom: 30px;
}

.diagnosis-progress > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.diagnosis-progress > div {
  height: 5px;
  margin-top: 9px;
  overflow: hidden;
  background: var(--paper-2);
  border-radius: 999px;
}

.diagnosis-progress i {
  width: 20%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--blue), var(--acid));
  border-radius: inherit;
  transition: width 240ms ease;
}

.diagnosis-step {
  min-width: 0;
  border: 0;
}

.js .diagnosis-step:not(.is-active) {
  display: none;
}

.diagnosis-step legend {
  width: 100%;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.4;
}

.diagnosis-step legend small {
  display: block;
  margin-bottom: 5px;
  color: var(--blue-text);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.diagnosis-options {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.diagnosis-options label {
  position: relative;
  min-height: 74px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: border 160ms ease, background 160ms ease, transform 160ms ease;
}

.diagnosis-options label:hover {
  border-color: rgba(74, 96, 207, 0.45);
  transform: translateX(3px);
}

.diagnosis-options label:has(input:checked) {
  background: rgba(201, 255, 84, 0.22);
  border-color: var(--ink);
}

.diagnosis-options input {
  width: 20px;
  height: 20px;
  accent-color: var(--blue-text);
}

.diagnosis-options strong,
.diagnosis-options small {
  display: block;
}

.diagnosis-options strong {
  font-size: 16px;
}

.diagnosis-options small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.diagnosis-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
}

.diagnosis-error {
  min-height: 24px;
  margin-top: 10px;
  color: #a02d2d;
  font-size: 13px;
}

.noscript-note {
  margin-top: 18px;
  padding: 14px;
  color: var(--muted);
  background: var(--paper);
  border-radius: 10px;
}

.noscript-note a {
  color: var(--blue-text);
  font-weight: 700;
}

.diagnosis-result {
  scroll-margin-top: 100px;
}

.diagnosis-result-head h2 {
  margin-top: 12px;
  font-size: clamp(32px, 4vw, 46px);
}

.diagnosis-result-head p {
  max-width: 690px;
  margin-top: 12px;
  color: var(--muted);
}

.diagnosis-recommendations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.recommendation-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.recommendation-card.primary {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.recommendation-card > span {
  color: var(--blue-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.recommendation-card.primary > span {
  color: var(--acid);
}

.recommendation-card h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.4;
}

.recommendation-card p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.recommendation-card.primary p {
  color: rgba(255, 255, 255, 0.66);
}

.recommendation-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.recommendation-card.primary .button-dark {
  color: var(--ink);
  background: var(--acid);
}

.diagnosis-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.diagnosis-privacy {
  margin-top: 16px;
  color: var(--muted);
  font-size: 11px;
}

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

.alliance-member {
  position: relative;
  min-height: 285px;
  padding: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius-sm);
}

.member-monogram {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 32px rgba(201, 255, 84, 0.16);
}

.alliance-member > span {
  display: block;
  margin-top: 28px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.alliance-member h3 {
  margin-top: 8px;
  font-size: 25px;
}

.alliance-member p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 1080px) {
  .title-desktop {
    display: none;
  }

  .title-mobile {
    display: block;
  }

  .site-nav a {
    padding-inline: 8px;
    font-size: 13px;
  }

  .nav-cta {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr 0.78fr;
    gap: 40px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 50px;
  }

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

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

  .proof-grid,
  .alliance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .pointer-aura {
    display: none;
  }

  .wrap {
    width: min(calc(100% - 30px), var(--wrap));
  }

  .header-inner {
    min-height: 68px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: calc(100dvh - 68px);
    display: grid;
    align-content: start;
    gap: 0;
    padding: 24px 20px 40px;
    overflow: auto;
    background: rgba(9, 17, 15, 0.98);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .nav-open .site-nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-open .site-nav a {
    animation: mobile-nav-in 300ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .nav-open .site-nav a:nth-child(2) { animation-delay: 30ms; }
  .nav-open .site-nav a:nth-child(3) { animation-delay: 60ms; }
  .nav-open .site-nav a:nth-child(4) { animation-delay: 90ms; }
  .nav-open .site-nav a:nth-child(5) { animation-delay: 120ms; }
  .nav-open .site-nav a:nth-child(6) { animation-delay: 150ms; }
  .nav-open .site-nav a:nth-child(7) { animation-delay: 180ms; }

  @keyframes mobile-nav-in {
    from { opacity: 0; translate: 18px 0; }
    to { opacity: 1; translate: 0 0; }
  }

  .site-nav a {
    padding: 15px 8px;
    font-size: 18px;
    border-bottom: 1px solid var(--dark-line);
  }

  .site-nav a::after {
    display: none;
  }

  .nav-cta {
    display: inline-flex;
    justify-content: center;
    margin: 20px 0 0;
  }

  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 72px 74px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero .hero-brand-title {
    font-size: clamp(58px, 14vw, 88px);
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .species-visual {
    width: min(100%, 460px);
    margin: 0 auto;
  }

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

  .signal-item {
    padding: 16px;
    border-bottom: 1px solid var(--dark-line);
  }

  .signal-item:first-child {
    padding-left: 16px;
  }

  .section {
    padding-block: 76px;
  }

  .split-heading,
  .page-hero-inner,
  .cta-inner,
  .founder-panel,
  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .founder-title-line {
    white-space: normal;
  }

  .page-hero-inner {
    min-height: 440px;
    align-content: end;
  }

  .grid-3,
  .route,
  .timeline,
  .role-grid,
  .matrix {
    grid-template-columns: 1fr;
  }

  .proof-grid,
  .diagnosis-recommendations {
    grid-template-columns: 1fr;
  }

  .grid-2,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .route-step:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -15px;
    left: 50%;
    content: "↓";
    transform: translateX(-50%);
  }

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

  .principle-grid,
  .solution-lane,
  .process-step {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .solution-links {
    grid-template-columns: 1fr;
  }

  .footer-main {
    padding-block: 48px 34px;
  }
}

@media (max-width: 560px) {
  .brand img {
    height: 30px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -0.012em;
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-service-pills {
    gap: 9px;
    margin-top: 22px;
  }

  .hero-service-pill {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 15px;
  }

  .hero-brand-slogan {
    gap: 4px;
    margin-top: 24px;
  }

  .hero-brand-slogan-main,
  .hero-brand-slogan-sub {
    font-size: 20px;
    line-height: 1.48;
  }

  .hero-actions .button,
  .cta-actions .button,
  .founder-actions .button,
  .modal-actions .button {
    width: 100%;
  }

  .species-visual {
    width: min(90%, 420px);
    transform: none;
  }

  .signal-grid,
  .grid-4,
  .governance,
  .mini-products,
  .footer-nav,
  .contact-options {
    grid-template-columns: 1fr;
  }

  .signal-item {
    border-right: 0;
  }

  .section-heading h2,
  .split-heading h2 {
    font-size: clamp(27px, 8.1vw, 32px);
    line-height: 1.28;
    letter-spacing: -0.012em;
  }

  .card,
  .capability-card,
  .problem-card,
  .product-card,
  .proof-card,
  .statement,
  .compare-card,
  .founder-copy,
  .modal {
    padding: 26px;
  }

  .proof-card {
    min-height: auto;
  }

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

  .alliance-member {
    min-height: auto;
  }

  .diagnosis-form,
  .diagnosis-result {
    padding: 22px;
  }

  .diagnosis-step legend {
    font-size: 24px;
  }

  .diagnosis-options label {
    min-height: 82px;
    padding: 13px 14px;
  }

  .diagnosis-nav {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .diagnosis-nav .button,
  .diagnosis-result-actions .button {
    width: 100%;
  }

  .diagnosis-nav > span:empty {
    display: none;
  }

  .founder-mark figcaption {
    right: 26px;
    bottom: 24px;
    left: 26px;
  }

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

  .filters {
    top: 76px;
    border-radius: var(--radius-sm);
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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

/* 2026-07 四页简化版 */
.service-subtitle {
  margin-top: 10px;
  color: var(--blue-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.product-card .service-subtitle + .desc {
  margin-top: 7px;
}

.case-link-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 24px;
  padding: 24px 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.case-link-bar strong,
.case-link-bar span {
  display: block;
}

.case-link-bar span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.member-portrait {
  width: 72px;
  height: 72px;
  display: block;
  object-fit: cover;
  object-position: center top;
  border: 2px solid rgba(201, 255, 84, 0.55);
  border-radius: 50%;
  box-shadow: 0 0 32px rgba(201, 255, 84, 0.14);
}

.alliance-member > .member-portrait + span {
  margin-top: 24px;
}

.quiet-join {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  padding: 28px 30px;
  background: rgba(9, 17, 15, 0.035);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.quiet-join h2 {
  margin-top: 8px;
  font-size: clamp(22px, 3vw, 30px);
}

.quiet-join p {
  max-width: 650px;
  margin-top: 8px;
  color: var(--muted);
}

.contact-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.referral-contact {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.referral-person {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
}

.referral-person span,
.referral-person strong,
.referral-person small {
  display: block;
}

.referral-person span {
  color: var(--muted);
  font-size: 11px;
}

.referral-person strong {
  margin-top: 3px;
  font-size: 20px;
}

.referral-person small {
  margin-top: 3px;
  color: var(--muted);
  line-height: 1.5;
}

.referral-avatar {
  width: 54px;
  height: 54px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
}

.referral-qr {
  width: 150px;
  height: 150px;
  grid-row: span 2;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.referral-wechat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.referral-wechat button {
  padding: 6px 9px;
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.referral-empty {
  margin-top: 18px;
  padding: 16px 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.referral-empty p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.diagnosis-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px 18px;
  align-items: end;
  margin-top: 26px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.diagnosis-summary h3 {
  margin-top: 6px;
  font-size: 21px;
}

.diagnosis-summary textarea {
  min-height: 220px;
  grid-column: 1 / -1;
  padding: 14px;
  resize: vertical;
  color: var(--ink);
  line-height: 1.75;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.diagnosis-member-contact .referral-contact,
.diagnosis-member-contact .referral-empty {
  margin-top: 18px;
}

@media (max-width: 720px) {
  .case-link-bar,
  .quiet-join {
    align-items: flex-start;
    flex-direction: column;
  }

  .case-link-bar .button {
    width: 100%;
  }

  .referral-contact {
    grid-template-columns: 1fr;
  }

  .referral-qr {
    width: min(100%, 240px);
    height: auto;
    grid-row: auto;
    justify-self: center;
  }

  .diagnosis-summary {
    grid-template-columns: 1fr;
  }

  .diagnosis-summary .button {
    width: 100%;
  }
}

/* 2026-07 第二轮体验优化 */
.term-nowrap {
  white-space: nowrap;
}

.button-on-dark {
  color: var(--ink);
  background: #f7f7f1;
  border-color: rgba(255, 255, 255, 0.72);
}

.button-on-dark:hover {
  color: var(--ink);
  background: var(--acid);
  border-color: var(--acid);
}

.diagnosis-auto-hint {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.statement-blockquote-line {
  display: block;
}

.statement-blockquote-line + .statement-blockquote-line {
  margin-top: 0.28em;
}

.statement-emphasis {
  white-space: nowrap;
}

.case-card {
  position: relative;
  isolation: isolate;
  min-height: 500px;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff;
  background-color: #09110f;
  border-color: rgba(255, 255, 255, 0.14);
}

.case-card:nth-child(2),
.case-card:nth-child(3) {
  background-color: #09110f;
}

.case-card::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 62%;
  content: "";
  background: linear-gradient(180deg, rgba(4, 10, 9, 0.08) 0%, rgba(4, 10, 9, 0.14) 68%, #09110f 100%);
  pointer-events: none;
}

.case-cover-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 58%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.case-cover-image-top {
  object-position: center 12%;
}

.case-cover-image-person {
  object-position: center 8%;
}

.case-card > :not(.case-cover-image) {
  position: relative;
  z-index: 2;
}

.case-card .proof-card-top {
  position: absolute;
  top: 28px;
  right: 30px;
  left: 30px;
}

.case-card h3 {
  margin-top: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
}

.case-card .proof-card-top span,
.case-card:nth-child(3) .proof-card-top span {
  color: var(--acid);
}

.case-card .proof-card-top small,
.case-card:nth-child(3) .proof-card-top small,
.case-card > p,
.case-card:nth-child(3) > p {
  color: rgba(255, 255, 255, 0.76);
}

.case-card h3,
.case-card .card-link {
  color: #fff;
}

.consensus-panel {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 42px;
  padding: 52px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
}

.consensus-copy > span {
  color: var(--acid);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.consensus-copy h3 {
  margin-top: 14px;
  font-size: clamp(27px, 3.2vw, 40px);
  line-height: 1.35;
}

.consensus-copy p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.9;
}

.consensus-values {
  display: grid;
  gap: 10px;
}

.consensus-values strong {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 16px 20px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  background: var(--acid);
  border-radius: var(--radius-sm);
}

.member-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.member-preview-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-sm);
}

.member-preview-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: center top;
  border: 2px solid rgba(201, 255, 84, 0.55);
  border-radius: 50%;
}

.member-preview-card span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.member-preview-card h3 {
  margin-top: 6px;
  color: #fff;
  font-size: 22px;
}

.members-link-action {
  margin-top: 28px;
}

.member-profile-grid {
  display: grid;
  gap: 22px;
}

.member-profile {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.member-profile > img {
  width: 180px;
  height: 240px;
  object-fit: cover;
  object-position: center top;
  border-radius: calc(var(--radius-sm) - 2px);
}

.member-profile-copy > span {
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.member-profile-copy h2 {
  margin-top: 8px;
  font-size: clamp(30px, 4vw, 46px);
}

.member-profile-copy h3 {
  margin-top: 8px;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
}

.member-profile-copy p {
  max-width: 900px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.member-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.member-tags span {
  padding: 7px 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
}

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

  .member-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .member-preview-grid {
    grid-template-columns: 1fr;
  }

  .member-profile {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .member-profile > img {
    width: 100%;
    height: min(112vw, 430px);
  }

  .members-link-action .button {
    width: 100%;
  }

  .diagnosis-auto-hint {
    text-align: center;
  }

  .case-card {
    min-height: 470px;
  }

  .case-card .proof-card-top {
    top: 24px;
    right: 26px;
    left: 26px;
  }

  .consensus-panel {
    gap: 30px;
    padding: 26px;
  }

  .consensus-values strong {
    min-height: 0;
    font-size: 15px;
  }
}

.species-visual.motion-graphic {
  display: block;
  transform: translate3d(var(--motion-x), var(--motion-y), 0) perspective(1200px) rotateX(var(--motion-rx)) rotateY(var(--motion-ry));
  transition: transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.page-hero-inner > .gravity-visual {
  position: absolute;
  z-index: 0;
}

@media (max-width: 560px) {
  .species-visual.motion-graphic {
    transform: none;
  }
}
