:root {
  --blue: #002fa7;
  --blue-deep: #001b68;
  --ink: #111318;
  --muted: #6d7480;
  --line: #dfe4ea;
  --paper: #f8f9fb;
  --silver: #c7ccd3;
  --silver-dark: #8f96a0;
  --max: 1700px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #070707;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  background: #070707;
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  overflow-x: hidden;
}

button,
a {
  color: inherit;
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: visible;
  isolation: isolate;
  background: #111111;
  color: #f8f8f3;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -120px;
  left: 0;
  z-index: 4;
  height: 380px;
  content: "";
  background: linear-gradient(180deg, transparent 0%, rgba(7, 7, 7, 0.48) 36%, rgba(7, 7, 7, 0.96) 66%, rgba(7, 7, 7, 0) 100%);
  pointer-events: none;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.08) contrast(1.08) brightness(0.62);
  pointer-events: none;
  transform: scale(1.04);
}

.video-tint {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 46%, rgba(16, 0, 255, 0.18), transparent 32%),
    linear-gradient(90deg, rgba(3, 3, 3, 0.86), rgba(3, 3, 3, 0.42) 48%, rgba(3, 3, 3, 0.68));
}

.site-header,
.hero-inner,
.section,
.team-inner {
  width: min(var(--max), calc(100vw - 72px));
  margin: 0 auto;
}

.hero .site-header,
.hero .hero-inner {
  width: min(var(--max), calc(100vw - 96px));
}

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 92px;
  gap: 32px;
}

.brand,
.main-nav,
.contact-btn {
  display: inline-flex;
  align-items: center;
}

.brand {
  justify-self: start;
  gap: 0;
  font-weight: 800;
}

.brand-image {
  display: block;
  width: 236px;
  height: auto;
}

.main-nav {
  justify-self: center;
  gap: 42px;
  min-height: auto;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.main-nav a {
  color: rgba(248, 248, 243, 0.76);
  font-size: 14px;
}

.contact-btn {
  justify-self: end;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #f8f8f3;
  color: #080808;
  font-size: 14px;
  font-weight: 700;
}

.hero-inner {
  position: relative;
  display: flex;
  min-height: calc(100svh - 92px);
  align-items: center;
  padding-bottom: 46px;
}

.section-index,
.detail-label {
  margin: 0;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 24px;
  color: rgba(248, 248, 243, 0.7);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

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

h1 {
  max-width: 1440px;
  margin: 0;
  color: #f8f8f3;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: clamp(52px, 5.2vw, 96px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 span {
  display: block;
  white-space: nowrap;
}

h1 span + span {
  margin-top: 0;
}

h1 span:nth-child(2) {
  color: #f8f8f3;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

h1 span:nth-child(3) {
  color: #f8f8f3;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
}

.section article,
.task-card,
.choice-card,
.policy-card,
.employee-card,
.choice-panel,
.task-detail,
.policy-detail {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1440px;
}

.summary {
  max-width: 680px;
  margin: 32px 0 0;
  color: rgba(248, 248, 243, 0.72);
  font-size: 19px;
  line-height: 1.7;
}

.motion-line {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: min(1700px, calc(100vw - 96px));
  height: min(760px, calc(100svh - 130px));
  overflow: visible;
  transform: translate(-50%, -45%);
  pointer-events: none;
}

.motion-line path {
  fill: none;
  stroke: #1000ff;
  stroke-width: 64;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0 7200;
  stroke-dashoffset: 0;
  animation: line-travel 3.45s linear infinite;
  filter: drop-shadow(0 22px 38px rgba(16, 0, 255, 0.22));
}

@keyframes line-travel {
  0% {
    stroke-dasharray: 0 7200;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 0 7200;
    stroke-dashoffset: 0;
  }

  18% {
    stroke-dasharray: 1700 5500;
    stroke-dashoffset: 0;
  }

  32% {
    stroke-dasharray: 3900 3300;
    stroke-dashoffset: 0;
  }

  48% {
    stroke-dasharray: 7200 0;
    stroke-dashoffset: 0;
  }

  62% {
    stroke-dasharray: 6100 1100;
    stroke-dashoffset: -1100;
  }

  76% {
    stroke-dasharray: 3500 3700;
    stroke-dashoffset: -3700;
  }

  90% {
    stroke-dasharray: 1200 6000;
    stroke-dashoffset: -6000;
  }

  100% {
    stroke-dasharray: 0 7200;
    stroke-dashoffset: -7200;
  }
}

.section {
  position: relative;
  width: min(var(--max), calc(100vw - 128px));
  max-width: var(--max);
  margin: 96px auto;
  padding: 112px 72px;
  overflow: hidden;
  border: 1px solid rgba(222, 228, 236, 0.88);
  border-radius: 8px;
  background:
    linear-gradient(rgba(0, 47, 167, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 47, 167, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fbfcfd 0%, #f8fafc 66%, #eef6ff 100%);
  background-size: 58px 58px, 58px 58px, auto;
  box-shadow:
    rgba(0, 0, 0, 0.18) 0 22px 70px,
    rgba(255, 255, 255, 0.65) 0 1px 0 inset;
}

.section::before,
.team-finale::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(132deg, transparent 0 24%, rgba(255, 255, 255, 0.82) 24.2% 24.7%, transparent 25%),
    linear-gradient(58deg, transparent 0 34%, rgba(255, 255, 255, 0.68) 34.2% 34.7%, transparent 35%),
    radial-gradient(circle at 54% 38%, rgba(0, 47, 167, 0.08), transparent 32%);
  pointer-events: none;
}

.section > *,
.team-finale > * {
  position: relative;
  z-index: 1;
}

.section-head {
  display: grid;
  grid-template-columns: 0.62fr 1.55fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 72px;
}

.section-head.compact {
  grid-template-columns: 0.7fr 1fr 1fr;
}

.section-head h2,
.split-head h2,
.employee-card h2,
.team-finale h2 {
  margin: 0;
  font-size: clamp(64px, 5vw, 112px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.section-head p:last-child,
.split-head > p,
.employee-card > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.agenda-section {
  position: relative;
  width: min(var(--max), calc(100vw - 128px));
  max-width: var(--max);
  padding: 112px 72px 126px;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 47, 167, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 47, 167, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fbfcfd 0%, #f8fafc 66%, #eef6ff 100%);
  background-size: 58px 58px, 58px 58px, auto;
}

.agenda-section::before {
  background:
    linear-gradient(132deg, transparent 0 24%, rgba(255, 255, 255, 0.86) 24.2% 24.7%, transparent 25%),
    linear-gradient(58deg, transparent 0 34%, rgba(255, 255, 255, 0.72) 34.2% 34.7%, transparent 35%),
    radial-gradient(circle at 54% 38%, rgba(0, 47, 167, 0.08), transparent 32%);
}

.agenda-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.62fr 1.45fr 1fr;
  gap: 56px;
  align-items: end;
  margin: 0 auto 72px;
  width: 100%;
}

.agenda-intro h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(72px, 5.6vw, 126px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.agenda-intro p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.agenda-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  width: 100%;
  margin: 0 auto;
  align-items: stretch;
}

.agenda-grid article {
  --edge-proximity: 0;
  --cursor-angle: 45deg;
  --edge-sensitivity: 30;
  --color-sensitivity: 50;
  --cone-spread: 25;
  position: relative;
  isolation: isolate;
  min-height: 510px;
  padding: 48px 34px 40px;
  border: 1px solid rgba(224, 230, 238, 0.74);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    rgba(0, 0, 0, 0.06) 0 1px 2px,
    rgba(15, 25, 38, 0.06) 0 8px 16px,
    rgba(15, 25, 38, 0.08) 0 24px 60px;
  backdrop-filter: blur(14px);
  overflow: visible;
  transform: translate3d(0, 0, 0.01px);
}

.agenda-grid article:nth-child(3) {
  min-height: 590px;
  margin-top: -56px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 90px rgba(0, 47, 167, 0.12);
}

.agenda-grid article::before,
.agenda-grid article::after {
  position: absolute;
  border-radius: inherit;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}

.agenda-grid article > * {
  position: relative;
  z-index: 3;
}

.agenda-grid article::before {
  inset: 0;
  z-index: 1;
}

.agenda-grid article::before {
  border: 1px solid transparent;
  background:
    linear-gradient(rgba(255, 255, 255, 0) 0 100%) padding-box,
    radial-gradient(at 80% 55%, #0048ff 0, transparent 50%) border-box,
    radial-gradient(at 69% 34%, #9dbbff 0, transparent 50%) border-box,
    radial-gradient(at 8% 6%, #ffffff 0, transparent 50%) border-box,
    radial-gradient(at 41% 38%, #78a4ff 0, transparent 50%) border-box,
    radial-gradient(at 86% 85%, #dbe7ff 0, transparent 50%) border-box,
    radial-gradient(at 82% 18%, #b7c8df 0, transparent 50%) border-box,
    radial-gradient(at 51% 4%, #0038ff 0, transparent 50%) border-box,
    linear-gradient(#edf4ff 0 100%) border-box;
  opacity: calc((var(--edge-proximity) - var(--color-sensitivity)) / (100 - var(--color-sensitivity)));
  mask-image:
    conic-gradient(
      from var(--cursor-angle) at center,
      black calc(var(--cone-spread) * 1%),
      transparent calc((var(--cone-spread) + 15) * 1%),
      transparent calc((100 - var(--cone-spread) - 15) * 1%),
      black calc((100 - var(--cone-spread)) * 1%)
    );
}

.agenda-grid article::after {
  inset: -40px;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 56, 255, 0.32), transparent 42%),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.82), transparent 34%),
    radial-gradient(circle at 84% 70%, rgba(150, 180, 230, 0.4), transparent 38%);
  filter: blur(22px);
  opacity: calc((var(--edge-proximity) - var(--edge-sensitivity)) / (100 - var(--edge-sensitivity)));
  mask-image:
    conic-gradient(from var(--cursor-angle) at center, black 2.5%, transparent 10%, transparent 90%, black 97.5%);
  mix-blend-mode: plus-lighter;
}

.agenda-grid article:not(.is-glowing)::before,
.agenda-grid article:not(.is-glowing)::after {
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}

.agenda-grid span,
.spark-grid span,
.plan-grid span,
.team-grid span,
.policy-card span,
.collab-track span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.agenda-grid span {
  display: block;
  color: rgba(17, 19, 24, 0.16);
  font-size: 104px;
  font-weight: 800;
  line-height: 0.8;
}

.agenda-grid h3,
.spark-grid h3,
.plan-grid h3,
.team-grid h3 {
  margin: 44px 0 18px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.agenda-grid h3 {
  margin: 68px 0 24px;
  color: #1c1718;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0.05em;
  text-align: center;
}

.agenda-grid i {
  display: block;
  width: 84px;
  height: 5px;
  margin: 0 auto 54px;
  background: #0038ff;
}

.agenda-grid ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 24px;
  color: #1c1718;
  font-size: 20px;
  line-height: 1.55;
}

.agenda-grid p,
.spark-grid p,
.plan-grid p,
.team-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.review-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
}

.task-list {
  display: grid;
  gap: 12px;
}

.task-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  min-height: 132px;
  padding: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.task-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.task-card strong {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.task-card em {
  grid-column: 2;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
}

.task-card.is-active,
.choice-card.is-active,
.policy-card.is-active {
  border-color: var(--blue);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 245, 255, 0.94)),
    #fff;
  color: var(--ink);
  box-shadow: rgba(0, 47, 167, 0.16) 0 18px 48px;
}

.task-card.is-active span,
.task-card.is-active em,
.choice-card.is-active,
.policy-card.is-active span {
  color: var(--blue);
}

.task-detail,
.choice-panel,
.policy-detail {
  min-height: 484px;
  padding: 52px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: rgba(15, 25, 38, 0.06) 0 22px 60px;
}

.task-detail h3,
.choice-panel h3,
.policy-detail h3 {
  margin: 54px 0 24px;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.task-detail p,
.choice-panel p,
.policy-detail p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.task-detail dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 46px 0 0;
}

.task-detail dl div {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.task-detail dt {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.task-detail dd {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
}

.spark-section,
.plan-section {
  background:
    linear-gradient(rgba(0, 47, 167, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 47, 167, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fbfcfd 0%, #f6f8fb 62%, #eef6ff 100%);
  background-size: 58px 58px, 58px 58px, auto;
}

.spark-grid,
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.spark-grid article,
.plan-grid article {
  min-height: 420px;
  padding: 42px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 245, 251, 0.92)),
    #fff;
  box-shadow: rgba(15, 25, 38, 0.05) 0 18px 52px;
}

.split-head {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 72px;
}

.collab-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  border-top: 0;
}

.collab-track article {
  min-height: 260px;
  padding: 34px;
  border-width: 1px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.collab-track strong {
  display: block;
  margin-top: 76px;
  font-size: 25px;
  font-weight: 400;
}

.interactive-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
}

.choice-list {
  display: grid;
  gap: 12px;
}

.choice-card {
  min-height: 154px;
  padding: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font-size: 32px;
  text-align: left;
}

.choice-panel p:first-child {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.policy-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.policy-card {
  min-height: 220px;
  padding: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  text-align: left;
}

.policy-card strong {
  display: block;
  margin-top: 54px;
  font-size: 28px;
  font-weight: 400;
}

.policy-detail {
  min-height: auto;
  margin-top: 14px;
}

.policy-detail h3 {
  margin-top: 0;
}

.employee-section {
  display: flex;
  min-height: 72vh;
  align-items: center;
}

.employee-card {
  width: 100%;
  padding: 72px;
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.95), rgba(238, 245, 255, 0.88)),
    #fff;
  box-shadow: rgba(15, 25, 38, 0.06) 0 22px 60px;
}

.employee-name {
  margin: 52px 0 18px;
  color: var(--blue);
  font-size: 58px;
  line-height: 1;
}

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

.handoff-grid article {
  display: flex;
  min-height: 240px;
  align-items: flex-end;
  padding: 34px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  font-size: 30px;
  box-shadow: rgba(15, 25, 38, 0.05) 0 18px 52px;
}

.team-finale {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  width: min(var(--max), calc(100vw - 128px));
  max-width: var(--max);
  margin: 96px auto;
  border: 1px solid rgba(222, 228, 236, 0.88);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 47, 167, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 47, 167, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fbfcfd 0%, #f6f8fb 62%, #eef6ff 100%);
  background-size: 58px 58px, 58px 58px, auto;
  color: var(--ink);
}

.team-inner {
  padding: 96px 0;
}

.team-finale .section-index {
  color: var(--blue);
}

.team-finale h2 {
  max-width: 920px;
  margin: 24px 0 64px;
}

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

.team-grid article {
  min-height: 390px;
  padding: 34px;
  border-radius: 8px;
  border-color: var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(237, 243, 251, 0.84)),
    #fff;
  box-shadow: rgba(15, 25, 38, 0.05) 0 18px 52px;
}

.team-grid h3 {
  color: var(--ink);
}

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

@media (max-height: 760px) {
  .site-header {
    height: 76px;
  }

  .hero-inner {
    min-height: calc(100svh - 76px);
    padding-bottom: 44px;
  }

  h1 {
    font-size: clamp(52px, 5.2vw, 86px);
  }

  h1 span:nth-child(3) {
    font-size: inherit;
  }
}

/* Inner pages: dark editorial system. Homepage selectors above stay untouched. */
main > section:not(.hero),
.team-finale {
  color: #f4f4f0;
}

.section {
  width: min(var(--max), calc(100vw - 120px));
  margin: 84px auto;
  padding: 96px 64px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 76% 18%, rgba(122, 128, 132, 0.22), transparent 34%),
    linear-gradient(135deg, #080808 0%, #151515 48%, #2a2a2a 100%);
  background-size: 92px 92px, 92px 92px, auto, auto;
  box-shadow: rgba(0, 0, 0, 0.34) 0 28px 90px;
}

.section::before,
.team-finale::before {
  background:
    linear-gradient(120deg, transparent 0 36%, rgba(255, 255, 255, 0.07) 36.2% 36.5%, transparent 37%),
    radial-gradient(circle at 18% 86%, rgba(0, 47, 167, 0.18), transparent 30%);
}

.section-index,
.detail-label {
  color: rgba(244, 244, 240, 0.64);
}

.section-head,
.section-head.compact,
.split-head,
.agenda-intro {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 74px;
}

.section-head h2,
.split-head h2,
.employee-card h2,
.team-finale h2,
.agenda-intro h2 {
  color: #f4f4f0;
  font-size: clamp(72px, 6vw, 132px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.section-head p:last-child,
.split-head > p,
.employee-card > p:last-child,
.agenda-intro p:last-child {
  color: rgba(244, 244, 240, 0.62);
  font-size: 17px;
  line-height: 1.7;
}

.agenda-section {
  width: min(var(--max), calc(100vw - 120px));
  margin: 84px auto;
  padding: 96px 64px 108px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 72% 18%, rgba(122, 128, 132, 0.22), transparent 34%),
    linear-gradient(135deg, #080808 0%, #151515 48%, #2a2a2a 100%);
  background-size: 92px 92px, 92px 92px, auto, auto;
}

.agenda-section::before {
  background:
    linear-gradient(120deg, transparent 0 36%, rgba(255, 255, 255, 0.07) 36.2% 36.5%, transparent 37%),
    radial-gradient(circle at 18% 86%, rgba(0, 47, 167, 0.18), transparent 30%);
}

.agenda-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.agenda-grid article {
  display: grid;
  grid-template-columns: 0.35fr 0.9fr 1.2fr;
  gap: 48px;
  align-items: start;
  min-height: 172px;
  margin: 0;
  padding: 28px 0 34px;
  border: 0;
  border-top: 1px solid rgba(244, 244, 240, 0.38);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.agenda-grid article:nth-child(3) {
  min-height: 208px;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
}

.agenda-grid article:last-child {
  border-bottom: 1px solid rgba(244, 244, 240, 0.38);
}

.agenda-grid article::before,
.agenda-grid article::after {
  display: none;
}

.agenda-grid span {
  color: rgba(244, 244, 240, 0.88);
  font-size: 22px;
  line-height: 1;
}

.agenda-grid h3 {
  margin: 0;
  color: #f4f4f0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-align: left;
}

.agenda-grid i {
  display: none;
}

.agenda-grid ol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 30px;
  color: rgba(244, 244, 240, 0.64);
  font-size: 15px;
  line-height: 1.45;
}

.review-layout,
.interactive-grid {
  gap: 30px;
}

.task-card,
.choice-card,
.policy-card,
.employee-card,
.task-detail,
.choice-panel,
.policy-detail,
.spark-grid article,
.plan-grid article,
.collab-track article,
.handoff-grid article,
.team-grid article {
  border: 1px solid rgba(244, 244, 240, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.42);
  color: #f4f4f0;
  box-shadow: none;
}

.task-card.is-active,
.choice-card.is-active,
.policy-card.is-active {
  border-color: rgba(244, 244, 240, 0.42);
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 47, 167, 0.32), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.52);
  color: #f4f4f0;
}

.task-card span,
.task-card.is-active span,
.task-card em,
.task-card.is-active em,
.spark-grid span,
.plan-grid span,
.team-grid span,
.policy-card span,
.policy-card.is-active span,
.collab-track span,
.choice-panel p:first-child,
.task-detail dt {
  color: rgba(244, 244, 240, 0.62);
}

.task-card strong,
.choice-card,
.policy-card strong,
.collab-track strong,
.handoff-grid article,
.employee-name {
  color: #f4f4f0;
}

.task-detail h3,
.choice-panel h3,
.policy-detail h3,
.spark-grid h3,
.plan-grid h3,
.team-grid h3 {
  color: #f4f4f0;
}

.task-detail p,
.choice-panel p,
.policy-detail p,
.agenda-grid p,
.spark-grid p,
.plan-grid p,
.team-grid p,
.task-detail dd {
  color: rgba(244, 244, 240, 0.62);
}

.task-detail dl div {
  border-top-color: rgba(244, 244, 240, 0.18);
}

.spark-grid,
.plan-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.spark-grid article,
.plan-grid article {
  min-height: 430px;
  padding: 34px;
}

.spark-grid article::before,
.plan-grid article::before {
  display: block;
  width: 100%;
  height: 170px;
  margin-bottom: 32px;
  border-radius: 8px;
  content: "";
  background:
    radial-gradient(circle at 68% 36%, rgba(255, 255, 255, 0.32), transparent 22%),
    linear-gradient(135deg, #373737, #0f0f0f 68%);
}

.collab-track {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(244, 244, 240, 0.28);
}

.collab-track article {
  min-height: 230px;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

.policy-board,
.handoff-grid,
.team-grid {
  gap: 22px;
}

.policy-detail {
  margin-top: 22px;
}

.team-finale {
  width: min(var(--max), calc(100vw - 120px));
  margin: 84px auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 72% 18%, rgba(122, 128, 132, 0.22), transparent 34%),
    linear-gradient(135deg, #080808 0%, #151515 48%, #2a2a2a 100%);
  background-size: 92px 92px, 92px 92px, auto, auto;
  color: #f4f4f0;
}

.team-finale .section-index {
  color: rgba(244, 244, 240, 0.64);
}

/* Full inner-page redesign. Homepage #top remains governed by the original styles above. */
.inner-dark {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 104px max(72px, calc((100vw - 1700px) / 2 + 72px));
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f5f5f1;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.hero + .inner-dark {
  margin-top: -120px;
  padding-top: 276px;
  background: transparent;
}

.hero + .inner-dark::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 340px;
  content: "";
  background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 0.84) 34%, rgba(7, 7, 7, 0.98) 66%, rgba(7, 7, 7, 0) 100%);
  pointer-events: none;
}

.inner-dark::before {
  position: absolute;
  right: max(72px, calc((100vw - 1700px) / 2 + 72px));
  top: 96px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 999px;
  background: #1000ff;
  box-shadow: 0 0 42px rgba(16, 0, 255, 0.82);
  pointer-events: none;
}

.inner-dark:not(.inner-agenda)::before {
  opacity: 0.72;
}

.inner-dark > * {
  position: relative;
  z-index: 1;
}

.inner-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
  color: rgba(245, 245, 241, 0.54);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inner-label::before {
  width: 28px;
  height: 3px;
  content: "";
  background: #1000ff;
}

.inner-hero-line,
.split-title {
  display: grid;
  grid-template-columns: 1.25fr 0.72fr;
  gap: 80px;
  align-items: end;
  margin: 0 0 70px;
}

.inner-hero-line h2,
.split-title h2,
.mega-title,
.award-card h2 {
  margin: 0;
  color: #f5f5f1;
  font-size: clamp(70px, 5.4vw, 126px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.inner-dark > .mega-title,
.inner-plan .mega-title {
  margin-top: 0;
  margin-bottom: 76px;
}

.inner-plan .mega-title {
  margin-bottom: 56px;
}

.inner-hero-line p,
.split-title p {
  margin: 0;
  color: rgba(245, 245, 241, 0.62);
  font-size: 18px;
  line-height: 1.72;
}

.line-list {
  border-top: 1px solid rgba(245, 245, 241, 0.44);
}

.line-list article {
  display: grid;
  grid-template-columns: 0.38fr 1fr 1.05fr;
  gap: 58px;
  min-height: 128px;
  padding: 30px 24px;
  border-bottom: 1px solid rgba(245, 245, 241, 0.34);
  border-radius: 18px;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.line-list article:hover {
  border-color: rgba(16, 0, 255, 0.78);
  background: rgba(16, 0, 255, 0.08);
  transform: scale(1.018);
}

.line-list span,
.thin-table span,
.service-cards span,
.policy-lines span,
.team-editorial span,
.three-columns span {
  color: rgba(245, 245, 241, 0.62);
  font-size: 18px;
  font-weight: 700;
}

.line-list h3,
.thin-table strong,
.policy-lines h3 {
  margin: 0;
  color: #f5f5f1;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.line-list p,
.thin-table em,
.service-cards p,
.three-columns p,
.team-editorial p {
  margin: 0;
  color: rgba(245, 245, 241, 0.56);
  font-size: 15px;
  line-height: 1.55;
  font-style: normal;
}

.project-wall {
  display: grid;
  grid-template-columns: 0.95fr 0.95fr 0.95fr 0.95fr;
  gap: 18px;
  align-items: end;
}

.project-wall article {
  min-height: 390px;
  border: 1px solid rgba(245, 245, 241, 0.22);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.34);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.project-wall article:hover,
.three-columns article:hover,
.service-cards article:hover,
.team-editorial article:hover,
.award-card:hover,
.handoff-strip span:hover {
  border-color: rgba(16, 0, 255, 0.75);
  box-shadow: 0 24px 70px rgba(16, 0, 255, 0.16);
  transform: scale(1.025);
}

.project-wall article:nth-child(1) {
  margin-top: 160px;
}

.project-wall article:nth-child(2) {
  margin-top: 48px;
}

.project-wall article:nth-child(4) {
  display: grid;
  place-items: center;
  text-align: center;
}

.project-visual {
  height: 190px;
  border-bottom: 1px solid rgba(245, 245, 241, 0.18);
  background:
    radial-gradient(circle at 62% 34%, rgba(255, 255, 255, 0.52), transparent 18%),
    linear-gradient(135deg, #4a4a4a, #111 72%);
}

.project-wall h3 {
  margin: 22px 22px 10px;
  color: #f5f5f1;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.project-wall p,
.project-wall dl {
  margin: 0 22px;
  color: rgba(245, 245, 241, 0.58);
  font-size: 13px;
}

.project-wall dl {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.project-blank h3 {
  margin: 0;
}

.project-blank span {
  color: rgba(245, 245, 241, 0.72);
  font-size: 54px;
  font-weight: 200;
}

.quote-band {
  display: grid;
  min-height: 46vh;
  place-items: center;
  border-bottom: 1px solid rgba(245, 245, 241, 0.18);
}

.quote-band p {
  max-width: min(1760px, calc(100vw - 96px));
  margin: 0;
  color: #f5f5f1;
  font-size: clamp(52px, 4.6vw, 104px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.07em;
  text-align: center;
}

.quote-band p span {
  display: block;
  white-space: nowrap;
}

.spark-showcase {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 84px 0 28px;
  overflow: visible;
  isolation: isolate;
}

.spark-flow {
  position: absolute;
  top: 44%;
  left: -18%;
  z-index: 3;
  width: 38%;
  height: 140px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(16, 0, 255, 0.88), rgba(245, 245, 241, 0.62), transparent),
    radial-gradient(circle at 62% 50%, rgba(16, 0, 255, 0.42), transparent 52%);
  filter: blur(0.2px);
  opacity: 0;
  transform: translate3d(-28%, -50%, 0) scaleX(0.68);
  pointer-events: none;
}

.inner-statement.is-spark-active .spark-flow {
  animation: spark-scan-line 2.2s cubic-bezier(0.19, 1, 0.22, 1) 80ms both;
}

.spark-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(245, 245, 241, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 72% 16%, rgba(16, 0, 255, 0.18), transparent 34%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018));
  opacity: 0;
  transform: translate3d(84px, 0, 0) scaleX(0.82);
  transform-origin: left center;
  transition:
    border-color 240ms ease,
    transform 240ms ease,
    box-shadow 240ms ease;
  will-change: transform, opacity;
}

.spark-card:nth-of-type(2) {
  transform: translate3d(84px, 0, 0) scaleX(0.82);
}

.spark-card:nth-of-type(3) {
  transform: translate3d(84px, 0, 0) scaleX(0.82);
}

.inner-statement.is-spark-active .spark-card {
  animation: spark-card-scan-in 1.1s cubic-bezier(0.19, 1, 0.22, 1) both;
}

.inner-statement.is-spark-active .spark-card:nth-of-type(2) {
  animation-delay: 220ms;
}

.inner-statement.is-spark-active .spark-card:nth-of-type(3) {
  animation-delay: 420ms;
}

.spark-card:hover {
  border-color: rgba(16, 0, 255, 0.72);
  box-shadow: 0 32px 90px rgba(16, 0, 255, 0.18);
  transform: translate3d(0, -8px, 0) scale(1.01);
}

.spark-visual {
  position: relative;
  display: grid;
  min-height: 330px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(245, 245, 241, 0.12);
  background:
    radial-gradient(circle at 50% 52%, rgba(16, 0, 255, 0.22), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
}

.spark-visual i {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, transparent 10%, rgba(16, 0, 255, 0.24) 42%, rgba(245, 245, 241, 0.28) 50%, transparent 64%);
  opacity: 0;
  transform: translateX(-120%);
}

.inner-statement.is-spark-active .spark-visual i {
  animation: spark-sheen 1.6s cubic-bezier(0.19, 1, 0.22, 1) 340ms both;
}

.spark-visual::before,
.spark-visual::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(245, 245, 241, 0.12);
  border-radius: 999px;
  content: "";
  transform: translate(-50%, -50%) scale(0.62);
}

.inner-statement.is-spark-active .spark-visual::before {
  animation: spark-pulse 2.4s ease-out 560ms infinite;
}

.inner-statement.is-spark-active .spark-visual::after {
  animation: spark-pulse 2.4s ease-out 1020ms infinite;
}

.spark-visual span {
  position: relative;
  z-index: 2;
  color: #f5f5f1;
  font-size: clamp(106px, 9vw, 172px);
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 24px 72px rgba(16, 0, 255, 0.42);
}

.spark-copy {
  padding: 28px;
}

.spark-copy p {
  margin: 0 0 18px;
  color: #1000ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.spark-copy h3 {
  margin: 0 0 18px;
  color: #f5f5f1;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
}

.spark-copy span {
  color: rgba(245, 245, 241, 0.58);
  font-size: 15px;
  line-height: 1.6;
}

@keyframes spark-scan-line {
  0% {
    opacity: 0;
    transform: translate3d(-34%, -50%, 0) scaleX(0.5);
  }

  16% {
    opacity: 1;
  }

  76% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(328%, -50%, 0) scaleX(1);
  }
}

@keyframes spark-card-scan-in {
  0% {
    opacity: 0;
    transform: translate3d(84px, 0, 0) scaleX(0.82);
  }

  42% {
    opacity: 1;
    transform: translate3d(12px, 0, 0) scaleX(1.018);
  }

  76% {
    opacity: 1;
    transform: translate3d(-4px, 0, 0) scaleX(1.004);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleX(1);
  }
}

@keyframes spark-sheen {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  22% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes spark-pulse {
  0% {
    opacity: 0.62;
    transform: translate(-50%, -50%) scale(0.62);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.55);
  }
}

@media (prefers-reduced-motion: reduce) {
  .spark-flow {
    opacity: 0.34;
    transform: scaleX(1);
  }

  .spark-card {
    opacity: 1;
    transform: none;
  }

  .inner-statement.is-spark-active .spark-flow,
  .inner-statement.is-spark-active .spark-card,
  .inner-statement.is-spark-active .spark-visual i,
  .inner-statement.is-spark-active .spark-visual::before,
  .inner-statement.is-spark-active .spark-visual::after {
    animation: none;
  }
}

.three-columns,
.service-cards,
.team-editorial {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 54px;
}

.three-columns article,
.service-cards article,
.team-editorial article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(245, 245, 241, 0.18);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.28);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.three-columns h3,
.service-cards h3,
.team-editorial h3 {
  margin: 72px 0 18px;
  color: #f5f5f1;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.thin-table {
  border-top: 1px solid rgba(245, 245, 241, 0.36);
}

.thin-table article {
  display: grid;
  grid-template-columns: 0.3fr 1fr 1fr;
  gap: 44px;
  padding: 34px 24px;
  border-bottom: 1px solid rgba(245, 245, 241, 0.22);
  border-radius: 18px;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.thin-table article:hover,
.policy-lines article:hover {
  border-color: rgba(16, 0, 255, 0.72);
  background: rgba(16, 0, 255, 0.08);
  transform: scale(1.018);
}

.thin-table.large strong {
  font-size: 44px;
}

.inner-collab {
  min-height: 78vh;
  overflow: hidden;
  padding-right: max(32px, calc((100vw - 1860px) / 2 + 32px));
  padding-left: max(32px, calc((100vw - 1860px) / 2 + 32px));
}

.collab-bounce-stage {
  width: min(1840px, 100%);
  margin: 0 auto;
  padding: clamp(72px, 8vh, 110px) 0 clamp(88px, 12vh, 150px);
  text-align: center;
}

.collab-bounce-line {
  margin: 0;
  color: #f5f5f1;
  letter-spacing: 0;
  transform-origin: 50% 100%;
  opacity: 0;
  transform: translate3d(0, 140px, 0);
  will-change: transform, opacity;
}

.collab-bounce-line-main {
  max-width: min(1840px, calc(100vw - 64px));
  margin-inline: auto;
  color: #1000ff;
  font-size: clamp(58px, 6.1vw, 116px);
  font-weight: 520;
  line-height: 1.05;
}

.collab-bounce-line-sub {
  margin-top: 34px;
  color: rgba(245, 245, 241, 0.72);
  font-size: clamp(30px, 3.2vw, 58px);
  font-weight: 420;
  line-height: 1.1;
}

.collab-bounce-line-main span {
  display: block;
  white-space: nowrap;
}

.inner-collab.is-collab-active .collab-bounce-line-main {
  animation: collab-pop-up 1320ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

.inner-collab.is-collab-active .collab-bounce-line-sub {
  animation: collab-pop-up 1180ms cubic-bezier(0.16, 1, 0.3, 1) 360ms both;
}

@keyframes collab-pop-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 145px, 0);
  }

  38% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

.service-cards article::before {
  display: block;
  width: 100%;
  height: 220px;
  margin-bottom: 34px;
  border-radius: 8px;
  content: "";
  background:
    radial-gradient(circle at 66% 38%, rgba(245, 245, 241, 0.5), transparent 18%),
    linear-gradient(135deg, #363636, #0f0f0f 70%);
}

.service-cards article::after,
.project-wall article::after,
.three-columns article::after,
.team-editorial article::after {
  display: block;
  width: 42px;
  height: 4px;
  margin-top: 28px;
  content: "";
  background: #1000ff;
}

.policy-lines {
  border-top: 1px solid rgba(245, 245, 241, 0.32);
}

.policy-lines article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 34px 24px;
  border-bottom: 1px solid rgba(245, 245, 241, 0.22);
  border-radius: 18px;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.policy-toggle {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: 40px;
  width: 100%;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.policy-toggle span,
.policy-toggle h3 {
  pointer-events: none;
}

.policy-item.is-open {
  border-color: rgba(16, 0, 255, 0.42);
  background: rgba(16, 0, 255, 0.06);
}

.policy-drop {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 30px 0 6px;
  overflow: hidden;
}

.policy-drop[hidden] {
  display: none;
}

.policy-drop img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  border: 1px solid rgba(245, 245, 241, 0.16);
  border-radius: 18px;
  background: rgba(245, 245, 241, 0.05);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.policy-drop-single {
  grid-template-columns: minmax(0, 1fr);
}

.policy-item.is-open .policy-drop {
  animation: policy-drop-in 420ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

@keyframes policy-drop-in {
  0% {
    opacity: 0;
    transform: translate3d(0, -12px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.award-card {
  display: grid;
  min-height: 72vh;
  align-content: center;
  border: 1px solid rgba(245, 245, 241, 0.18);
  border-radius: 28px;
  padding: 70px;
  background:
    radial-gradient(circle at 76% 28%, rgba(0, 47, 167, 0.28), transparent 30%),
    rgba(0, 0, 0, 0.32);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.award-card p {
  margin: 64px 0 14px;
  color: #f5f5f1;
  font-size: 52px;
}

.award-card span {
  color: rgba(245, 245, 241, 0.58);
  font-size: 18px;
}

.employee-months {
  display: inline-flex;
  gap: 12px;
  margin: 44px 0 34px;
  padding: 8px;
  border: 1px solid rgba(245, 245, 241, 0.16);
  border-radius: 999px;
  background: rgba(245, 245, 241, 0.04);
}

.employee-month-button {
  min-width: 120px;
  border: 0;
  border-radius: 999px;
  padding: 15px 28px;
  color: rgba(245, 245, 241, 0.62);
  background: transparent;
  font: inherit;
  font-size: 18px;
  cursor: pointer;
  transition: transform 220ms ease, color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.employee-month-button:hover,
.employee-month-button.is-active {
  color: #f5f5f1;
  background: #1000ff;
  box-shadow: 0 18px 58px rgba(16, 0, 255, 0.26);
  transform: translateY(-2px);
}

.employee-panels {
  display: grid;
}

.employee-showcase {
  display: grid;
  grid-template-columns: minmax(440px, 0.78fr) minmax(680px, 1.22fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(245, 245, 241, 0.18);
  border-radius: 34px;
  min-height: 520px;
  background:
    radial-gradient(circle at 69% 51%, rgba(245, 245, 241, 0.1), transparent 23%),
    linear-gradient(90deg, rgba(245, 245, 241, 0.08), rgba(245, 245, 241, 0.035) 44%, rgba(245, 245, 241, 0.065));
  box-shadow:
    inset 0 0 0 1px rgba(245, 245, 241, 0.04),
    0 28px 90px rgba(0, 0, 0, 0.22);
}

.employee-panel {
  display: none;
  min-height: 520px;
  align-content: end;
  padding: 70px 64px 74px;
  background: transparent;
}

.employee-panel.is-active {
  display: grid;
  animation: employee-panel-in 420ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.employee-panel > span {
  color: #1000ff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.employee-panel h3 {
  margin: 28px 0 34px;
  color: #f5f5f1;
  font-size: clamp(76px, 7.2vw, 128px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.employee-panel h3 span {
  display: block;
  white-space: nowrap;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.employee-panel p {
  margin: 0 0 26px;
  color: #f5f5f1;
  font-size: 42px;
}

.employee-panel em {
  color: rgba(245, 245, 241, 0.56);
  font-size: 18px;
  font-style: normal;
}

.employee-proof {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 54px 54px 54px 0;
  background: transparent;
  cursor: pointer;
  perspective: 1200px;
  touch-action: none;
  isolation: isolate;
}

.employee-proof span {
  position: absolute;
  top: 26px;
  left: 28px;
  z-index: 2;
  color: #1000ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  pointer-events: none;
  display: none;
}

.employee-proof img {
  display: block;
  width: min(100%, 960px);
  height: auto;
  max-height: none;
  object-fit: contain;
  transform: translate3d(0, 0, 0);
  transform-origin: 50% 50%;
  filter: none;
  opacity: 1;
  transition: opacity 360ms ease;
  animation: none;
  will-change: auto;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

.employee-proof::after {
  content: none;
}

.employee-proof:hover img {
  opacity: 1;
}

.employee-proof.is-clear img {
  object-fit: contain;
  height: auto;
  transform: translate3d(0, 0, 0);
  filter: blur(0) saturate(1) contrast(1);
  opacity: 1;
  animation: none;
}

.employee-scratch-canvas {
  position: absolute;
  z-index: 3;
  border-radius: 8px;
  cursor: grab;
  transition: opacity 420ms ease;
  touch-action: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.employee-proof.is-scratching .employee-scratch-canvas {
  cursor: grabbing;
}

.employee-proof.is-clear .employee-scratch-canvas {
  opacity: 0;
  pointer-events: none;
}

.employee-scratch-dust {
  position: absolute;
  z-index: 4;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(232, 235, 238, 0.88);
  box-shadow: 0 0 4px rgba(245, 248, 255, 0.22);
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  animation: scratch-dust-fall 900ms cubic-bezier(0.2, 0.68, 0.22, 1) forwards;
}

@keyframes employee-panel-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes employee-proof-roll {
  0% {
    transform: translate3d(0, -5%, 0) rotateX(5deg) scale(1);
  }

  100% {
    transform: translate3d(0, 5%, 0) rotateX(-5deg) scale(1);
  }
}

@keyframes scratch-dust-fall {
  0% {
    opacity: 0.95;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  58% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
    transform: translate3d(calc(-50% + var(--dust-x, 0px)), calc(-50% + var(--dust-y, 86px)), 0) scale(0.28);
  }
}

.handoff-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 0;
  overflow: hidden;
  border-top: 1px solid rgba(245, 245, 241, 0.32);
  perspective: 1400px;
}

.handoff-strip article {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(245, 245, 241, 0.18);
  border-bottom: 1px solid rgba(245, 245, 241, 0.18);
  border-radius: 22px;
  padding: 30px 76px 30px 30px;
  color: #f5f5f1;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transform: translate3d(-132px, 0, 0) rotateY(-12deg);
  transform-origin: 0 50%;
  will-change: transform, opacity;
  transition: transform 260ms cubic-bezier(0.19, 1, 0.22, 1), border-color 220ms ease, box-shadow 260ms ease;
}

.handoff-strip article::before {
  content: none;
}

.handoff-strip article::after {
  content: none;
}

.handoff-strip article:hover {
  border-color: rgba(16, 0, 255, 0.72);
  background: rgba(16, 0, 255, 0.08);
  box-shadow: none;
  transform: translate3d(0, -8px, 0);
}

.handoff-strip span,
.handoff-strip strong,
.handoff-strip p,
.handoff-strip i {
  position: relative;
  z-index: 1;
}

.handoff-strip span {
  display: block;
  color: rgba(245, 245, 241, 0.5);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1em;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}

.handoff-strip strong {
  display: block;
  margin-top: 44px;
  color: #f5f5f1;
  font-size: 30px;
  font-weight: 520;
}

.handoff-strip p {
  margin: 18px 0 0;
  color: rgba(245, 245, 241, 0.62);
  font-size: 18px;
  line-height: 1.65;
}

.handoff-strip i {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(245, 245, 241, 0.38);
  border-radius: 50%;
}

.handoff-strip i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #f5f5f1;
  border-right: 2px solid #f5f5f1;
  content: "";
  transform: translate(-62%, -50%) rotate(45deg);
}

.inner-handoff.is-handoff-active .handoff-strip article {
  animation: handoff-folder-out 920ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.inner-handoff.is-handoff-active .handoff-strip article:nth-child(1) {
  animation-delay: 60ms;
}

.inner-handoff.is-handoff-active .handoff-strip article:nth-child(2) {
  animation-delay: 170ms;
}

.inner-handoff.is-handoff-active .handoff-strip article:nth-child(3) {
  animation-delay: 280ms;
}

.inner-handoff.is-handoff-active .handoff-strip article:nth-child(4) {
  animation-delay: 390ms;
}

@keyframes handoff-folder-out {
  0% {
    opacity: 0;
    transform: translate3d(-148px, 0, 0) rotateY(-16deg);
  }

  62% {
    opacity: 1;
    transform: translate3d(10px, 0, 0) rotateY(2deg);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0deg);
  }
}

.team-editorial {
  grid-template-columns: repeat(5, 1fr);
}

.team-portrait-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
  margin-top: 70px;
}

.team-portrait-wall .team-card {
  position: relative;
  display: grid;
  min-height: 620px;
  grid-template-rows: auto auto auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(245, 245, 241, 0.18);
  border-radius: 999px 999px 42px 42px;
  padding: 42px 32px 0;
  background:
    radial-gradient(circle at 50% 28%, rgba(16, 0, 255, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(245, 245, 241, 0.08), rgba(245, 245, 241, 0.015));
  box-shadow: inset 0 0 0 1px rgba(245, 245, 241, 0.035);
  opacity: 0;
  transform: translate3d(96px, 20px, 0) scale(0.96);
  transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1), border-color 260ms ease, box-shadow 300ms ease;
}

.inner-team.is-team-active .team-card {
  animation: team-card-stack-in 920ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.inner-team.is-team-active .team-card:nth-child(6) {
  animation-delay: 0ms;
}

.inner-team.is-team-active .team-card:nth-child(5) {
  animation-delay: 90ms;
}

.inner-team.is-team-active .team-card:nth-child(4) {
  animation-delay: 180ms;
}

.inner-team.is-team-active .team-card:nth-child(3) {
  animation-delay: 270ms;
}

.inner-team.is-team-active .team-card:nth-child(2) {
  animation-delay: 360ms;
}

.inner-team.is-team-active .team-card:nth-child(1) {
  animation-delay: 450ms;
}

.team-portrait-wall .team-card::after {
  display: none;
}

.team-portrait-wall .team-card:hover {
  border-color: rgba(16, 0, 255, 0.78);
  box-shadow: 0 34px 110px rgba(16, 0, 255, 0.18);
  transform: translate3d(0, -14px, 0);
}

.team-portrait-wall .team-card-high {
  min-height: 700px;
  align-self: start;
}

.team-portrait-wall .team-card-mid {
  min-height: 660px;
  margin-top: 84px;
}

.team-portrait-wall .team-card-low {
  min-height: 590px;
  margin-top: 150px;
}

.team-portrait-wall span {
  position: relative;
  z-index: 3;
  display: inline-flex;
  width: fit-content;
  min-width: 44px;
  justify-content: center;
  justify-self: center;
  border: 1px solid rgba(16, 0, 255, 0.35);
  border-radius: 999px;
  padding: 7px 12px;
  color: #1000ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.team-portrait-wall h3 {
  position: relative;
  z-index: 3;
  margin: 24px 0 12px;
  padding: 0 8px;
  color: #f5f5f1;
  font-size: clamp(28px, 2vw, 40px);
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
  letter-spacing: 0;
}

.team-portrait-wall p {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0 12px;
  color: rgba(245, 245, 241, 0.6);
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.team-portrait-wall figure {
  position: relative;
  align-self: end;
  margin: 26px -32px 0;
  overflow: hidden;
  border-radius: 999px 999px 34px 34px;
}

.team-portrait-wall figure::before {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42));
  content: "";
  pointer-events: none;
}

.team-portrait-wall img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(0.92) contrast(1.04);
  transform: scale(1.32);
  transform-origin: 50% 100%;
  transition: transform 420ms cubic-bezier(0.19, 1, 0.22, 1), filter 300ms ease;
}

.team-portrait-wall .team-card:hover img {
  filter: saturate(1.04) contrast(1.06);
  transform: scale(1.38);
}

.team-portrait-wall .team-card:nth-child(2) img {
  transform: scale(1.22);
}

.team-portrait-wall .team-card:nth-child(2):hover img {
  transform: scale(1.28);
}

.team-portrait-wall .team-card:nth-child(5) img {
  transform: scale(1.18);
}

.team-portrait-wall .team-card:nth-child(5):hover img {
  transform: scale(1.24);
}

.team-portrait-wall .team-card-high img {
  height: 535px;
}

.team-portrait-wall .team-card-mid img {
  height: 500px;
}

.team-portrait-wall .team-card-low img {
  height: 430px;
}

@keyframes team-card-stack-in {
  0% {
    opacity: 0;
    transform: translate3d(96px, 20px, 0) scale(0.96);
  }

  62% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.site-footer {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  margin-top: -1px;
  padding: 390px max(72px, calc((100vw - 1700px) / 2 + 72px)) 120px;
  background: transparent;
  color: #f8f8f3;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: transparent;
  pointer-events: none;
}

.footer-motion-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 420px;
  width: max(5600px, 360vw);
  height: 700px;
  overflow: visible;
  transform: translate(-50%, -50%) scale(1.14);
  pointer-events: none;
  opacity: 0.92;
}

.footer-motion-line path {
  fill: none;
  stroke: #1000ff;
  stroke-width: 64;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0 7200;
  stroke-dashoffset: 0;
  animation: line-travel 3.45s linear infinite;
  filter: drop-shadow(0 14px 22px rgba(16, 0, 255, 0.16));
}

.site-footer-inner {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: flex;
  width: min(var(--max), calc(100vw - 144px));
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  transform: translate(-50%, calc(-50% - 34px));
}

.footer-logo {
  display: block;
  width: min(300px, 26vw);
  height: auto;
}

.site-footer p {
  margin: 0;
  color: rgba(248, 248, 243, 0.78);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}

@media (max-width: 1200px) {
  .team-portrait-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .team-portrait-wall .team-card,
  .team-portrait-wall .team-card-high,
  .team-portrait-wall .team-card-mid,
  .team-portrait-wall .team-card-low {
    min-height: 580px;
    margin-top: 0;
  }
}

.spark-infinite-menu {
  display: block;
  padding: 76px 0 96px;
  overflow: visible;
  --spark-menu-shift: 0px;
  --spark-menu-tilt: 0deg;
}

.spark-menu-viewport {
  position: relative;
  min-height: 760px;
  overflow: visible;
  border-radius: 42px;
  perspective: 1500px;
  transform-style: preserve-3d;
  background: transparent;
}

.spark-menu-viewport::before,
.spark-menu-viewport::after {
  display: none;
}

.spark-menu-viewport::before {
  left: 0;
  background: linear-gradient(90deg, #070707, transparent);
}

.spark-menu-viewport::after {
  right: 0;
  background: linear-gradient(270deg, #070707, transparent);
}

.spark-menu-track {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  will-change: contents;
}

.inner-statement.is-spark-active .spark-menu-track {
  animation: none;
}

.spark-infinite-menu:hover .spark-menu-track {
  animation: none;
}

.spark-menu-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(390px, 28vw);
  min-width: 330px;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(245, 245, 241, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 18%, rgba(16, 0, 255, 0.26), transparent 35%),
    linear-gradient(156deg, #171717, #080808);
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(0.8);
  transform-origin: center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  transition:
    border-color 260ms ease,
    box-shadow 520ms cubic-bezier(0.19, 1, 0.22, 1),
    background 520ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

.inner-statement.is-spark-active .spark-menu-card {
  animation: none;
}

.spark-menu-card:hover {
  border-color: rgba(16, 0, 255, 0.8);
  box-shadow: 0 42px 120px rgba(16, 0, 255, 0.22);
}

.spark-menu-card:active {
  border-color: rgba(245, 245, 241, 0.44);
}

.spark-menu-visual {
  position: relative;
  display: grid;
  height: 310px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(245, 245, 241, 0.12);
  color: #f5f5f1;
  font-size: clamp(120px, 9vw, 178px);
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 22px 72px rgba(16, 0, 255, 0.46);
}

.spark-menu-visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transform: translate3d(0, -31%, 0) scale(0.52);
  transform-origin: 50% 100%;
  filter: saturate(1.02) contrast(1.04) drop-shadow(0 24px 58px rgba(16, 0, 255, 0.22));
  transition: transform 520ms cubic-bezier(0.19, 1, 0.22, 1), filter 360ms ease;
}

.spark-menu-card:hover .spark-menu-visual img {
  transform: translate3d(0, -33%, 0) scale(0.58);
  filter: saturate(1.08) contrast(1.06) drop-shadow(0 30px 80px rgba(16, 0, 255, 0.32));
}

.spark-menu-card:nth-child(2) .spark-menu-visual img,
.spark-menu-card:nth-child(5) .spark-menu-visual img {
  transform: translate3d(0, -30%, 0) scale(0.54);
}

.spark-menu-card:nth-child(2):hover .spark-menu-visual img,
.spark-menu-card:nth-child(5):hover .spark-menu-visual img {
  transform: translate3d(0, -31%, 0) scale(0.6);
}

.spark-menu-visual::before {
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(245, 245, 241, 0.16);
  border-radius: 999px;
  content: "";
  transform: scale(0.72);
  animation: infinite-menu-pulse 3s ease-out infinite;
}

.spark-menu-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 8%, rgba(16, 0, 255, 0.2) 42%, rgba(245, 245, 241, 0.28) 50%, transparent 62%);
  content: "";
  transform: translateX(-120%);
}

.spark-menu-card:hover .spark-menu-visual::after {
  animation: spark-menu-sheen 1.2s cubic-bezier(0.19, 1, 0.22, 1) both;
}

.spark-menu-card p {
  margin: 28px 28px 18px;
  color: #1000ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.spark-menu-card h3 {
  margin: 0 28px 18px;
  color: #f5f5f1;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0;
}

.spark-menu-card span {
  display: block;
  margin: 0 28px 28px;
  color: rgba(245, 245, 241, 0.58);
  font-size: 15px;
  line-height: 1.6;
}

@keyframes spark-infinite-scroll {
  0% {
    transform: translate3d(var(--spark-menu-shift), 0, 0);
  }

  100% {
    transform: translate3d(calc(var(--spark-menu-shift) - (430px + 28px) * 3), 0, 0);
  }
}

@keyframes spark-menu-card-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 52px, 0) rotateY(-10deg) scale(0.94);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(var(--spark-menu-tilt)) scale(1);
  }
}

@keyframes infinite-menu-pulse {
  0% {
    opacity: 0.5;
    transform: scale(0.72);
  }

  100% {
    opacity: 0;
    transform: scale(1.65);
  }
}

@keyframes spark-menu-sheen {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .team-portrait-wall .team-card {
    opacity: 1;
    transform: none;
  }

  .inner-team.is-team-active .team-card {
    animation: none;
  }

  .spark-menu-track {
    animation: none;
  }

  .spark-menu-card {
    opacity: 1;
    transform: none;
  }

  .inner-statement.is-spark-active .spark-menu-card,
  .spark-menu-visual::before {
    animation: none;
  }
}

@media (max-width: 980px) {
  .spark-menu-viewport {
    min-height: 560px;
  }

  .spark-menu-card {
    width: min(360px, 72vw);
    min-width: 0;
    min-height: 460px;
  }

  .spark-menu-visual {
    height: 270px;
  }
}

.media-layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(560px, 1.15fr);
  gap: 40px;
  align-items: start;
}

.media-layout.reverse {
  grid-template-columns: minmax(560px, 1.15fr) minmax(420px, 0.9fr);
}

.media-layout.media-waiting {
  grid-template-columns: minmax(0, 760px);
}

.media-layout.media-active {
  grid-template-columns: minmax(420px, 0.9fr) minmax(560px, 1.15fr);
}

.media-layout.reverse.media-active {
  grid-template-columns: minmax(560px, 1.15fr) minmax(420px, 0.9fr);
}

.media-layout.reverse.media-waiting {
  justify-content: end;
}

.media-stage[hidden] {
  display: none;
}

.media-list {
  display: grid;
  gap: 10px;
}

.media-list.compact {
  gap: 14px;
}

.media-link {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  width: 100%;
  padding: 22px 24px;
  border: 1px solid rgba(245, 245, 241, 0.16);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.24);
  color: #f5f5f1;
  text-align: left;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.media-link:hover,
.media-link.is-active {
  border-color: rgba(16, 0, 255, 0.78);
  background:
    radial-gradient(circle at 88% 28%, rgba(16, 0, 255, 0.2), transparent 34%),
    rgba(0, 0, 0, 0.36);
  box-shadow: 0 22px 60px rgba(16, 0, 255, 0.14);
  transform: scale(1.018);
}

.media-link span {
  color: rgba(245, 245, 241, 0.5);
  font-size: 16px;
  font-weight: 700;
}

.media-link strong {
  color: #f5f5f1;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.media-link em {
  grid-column: 2;
  color: rgba(245, 245, 241, 0.54);
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
}

.media-stage {
  position: sticky;
  top: 36px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 245, 241, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 16%, rgba(16, 0, 255, 0.18), transparent 26%),
    rgba(0, 0, 0, 0.34);
}

.media-stage img {
  display: block;
  width: 100%;
  height: min(64vh, 680px);
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
}

.tool-stage img {
  height: min(54vh, 520px);
  padding: 60px;
}

.creative-layout {
  align-items: center;
}

.creative-orbit-stage {
  --orbit-size: min(520px, 38vw);
  --orbit-icon: 132px;
  --orbit-radius: calc(var(--orbit-size) / 2);
  position: sticky;
  top: 34px;
  min-height: 650px;
  display: grid;
  place-items: center;
  overflow: visible;
  isolation: isolate;
}

.creative-orbit-stage::before {
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(16, 0, 255, 0.2), transparent 34%),
    radial-gradient(circle at 68% 30%, rgba(245, 245, 241, 0.1), transparent 28%);
  filter: blur(24px);
  content: "";
  opacity: 0.9;
  pointer-events: none;
}

.creative-orbit-halo {
  position: absolute;
  width: var(--orbit-size);
  aspect-ratio: 1;
  border: 1px solid rgba(245, 245, 241, 0.18);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 1px rgba(16, 0, 255, 0.24),
    0 0 80px rgba(16, 0, 255, 0.2);
  pointer-events: none;
}

.creative-orbit-halo::before,
.creative-orbit-halo::after {
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(245, 245, 241, 0.08);
  border-radius: inherit;
  content: "";
}

.creative-orbit-halo::after {
  display: none;
}

.creative-orbit {
  position: relative;
  width: var(--orbit-size);
  aspect-ratio: 1;
  border-radius: 50%;
  animation: creative-orbit-spin 14s linear infinite;
  transform-origin: center;
  will-change: transform;
  z-index: 2;
}

.creative-orbit::before,
.creative-orbit::after {
  display: none;
}

.creative-orbit::before {
  background:
    conic-gradient(
      from 268deg,
      transparent 0deg 266deg,
      rgba(16, 0, 255, 0.05) 276deg,
      rgba(16, 0, 255, 0.26) 298deg,
      rgba(245, 245, 241, 0.4) 316deg,
      transparent 334deg 360deg
    );
  filter: blur(16px);
  opacity: 0.78;
  -webkit-mask: radial-gradient(circle, transparent 0 57%, #000 58% 67%, transparent 68%);
  mask: radial-gradient(circle, transparent 0 57%, #000 58% 67%, transparent 68%);
}

.creative-orbit::after {
  inset: -42px;
  background:
    conic-gradient(
      from 282deg,
      transparent 0deg 284deg,
      rgba(16, 0, 255, 0.18) 304deg,
      rgba(255, 255, 255, 0.3) 318deg,
      transparent 330deg 360deg
    );
  filter: blur(9px);
  opacity: 0.68;
  -webkit-mask: radial-gradient(circle, transparent 0 61%, #000 62% 66%, transparent 67%);
  mask: radial-gradient(circle, transparent 0 61%, #000 62% 66%, transparent 67%);
}

.creative-orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: var(--orbit-icon);
  aspect-ratio: 1;
  margin: calc(var(--orbit-icon) / -2) 0 0 calc(var(--orbit-icon) / -2);
  padding: 0;
  place-items: center;
  overflow: visible;
  border: 1px solid rgba(245, 245, 241, 0.24);
  border-radius: 50%;
  background: #f8f8f4;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.34),
    0 0 0 0 rgba(16, 0, 255, 0);
  cursor: pointer;
  transform-origin: center;
  transition:
    border-color 260ms ease,
    box-shadow 360ms cubic-bezier(0.19, 1, 0.22, 1),
    scale 420ms cubic-bezier(0.19, 1, 0.22, 1);
}

.creative-orbit-item::before {
  position: absolute;
  top: 50%;
  right: 74%;
  display: block;
  width: 74px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(16, 0, 255, 0.18), rgba(245, 245, 241, 0.34));
  content: "";
  filter: blur(8px);
  opacity: 0.72;
  transform: translateY(-50%);
  pointer-events: none;
}

.creative-orbit-item:nth-child(1) {
  transform: rotate(0deg) translateX(var(--orbit-radius)) rotate(0deg);
}

.creative-orbit-item:nth-child(2) {
  transform: rotate(120deg) translateX(var(--orbit-radius)) rotate(-120deg);
}

.creative-orbit-item:nth-child(3) {
  transform: rotate(240deg) translateX(var(--orbit-radius)) rotate(-240deg);
}

.creative-orbit-item:nth-child(1):hover {
  transform: rotate(0deg) translateX(var(--orbit-radius)) rotate(0deg) scale(1.1);
}

.creative-orbit-item:nth-child(2):hover {
  transform: rotate(120deg) translateX(var(--orbit-radius)) rotate(-120deg) scale(1.1);
}

.creative-orbit-item:nth-child(3):hover {
  transform: rotate(240deg) translateX(var(--orbit-radius)) rotate(-240deg) scale(1.1);
}

.creative-orbit-item img {
  display: block;
  width: 76%;
  height: 76%;
  margin: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  clip-path: circle(50%);
  transform: translate(var(--icon-x, 0), var(--icon-y, 0)) rotate(0deg) scale(var(--icon-scale, 1));
  pointer-events: none;
  animation: creative-orbit-counter 14s linear infinite;
}

.creative-orbit-item:nth-child(1) img {
  --icon-scale: 1;
}

.creative-orbit-item:nth-child(2) {
  background:
    url("./assets/creative-icon-orange-disc.png") center / 62% 62% no-repeat,
    #f8f8f4;
}

.creative-orbit-item:nth-child(2) img {
  opacity: 0;
}

.creative-orbit-item:nth-child(3) img {
  --icon-scale: 1.08;
}

.creative-orbit-item.is-active {
  border-color: rgba(16, 0, 255, 0.72);
}

.creative-orbit-item:hover {
  border-color: rgba(16, 0, 255, 0.92);
  box-shadow:
    0 40px 120px rgba(16, 0, 255, 0.28),
    0 0 0 8px rgba(16, 0, 255, 0.1);
}

.creative-orbit-core {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 190px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(245, 245, 241, 0.18);
  border-radius: 50%;
  background: #080808;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  text-align: center;
}

.creative-orbit-core span {
  color: #1000ff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.creative-orbit-core strong {
  color: #f5f5f1;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

@keyframes creative-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes creative-orbit-counter {
  from {
    transform: translate(var(--icon-x, 0), var(--icon-y, 0)) rotate(0deg) scale(var(--icon-scale, 1));
  }

  to {
    transform: translate(var(--icon-x, 0), var(--icon-y, 0)) rotate(-360deg) scale(var(--icon-scale, 1));
  }
}

@keyframes creative-halo-spin {
  to {
    transform: rotate(360deg);
  }
}

.media-stage figcaption {
  margin: 0;
  padding: 20px 24px 24px;
  border-top: 1px solid rgba(245, 245, 241, 0.12);
  color: rgba(245, 245, 241, 0.66);
  font-size: 15px;
  line-height: 1.6;
}

.review-stage {
  min-height: min(68vh, 720px);
}

.media-grid {
  min-height: min(58vh, 620px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
}

.media-stage-empty .media-grid {
  place-items: center;
}

.media-stage-empty .media-grid::before {
  content: "点击左侧标题查看图片";
  grid-column: 1 / -1;
  color: rgba(245, 245, 241, 0.44);
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
}

.media-grid img {
  display: block;
  width: 100%;
  height: min(56vh, 590px);
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(245, 245, 241, 0.08);
}

.media-stage.is-filled .media-grid {
  align-items: stretch;
}

.media-stage.is-filled .media-grid::before {
  content: none;
}

.inner-review .media-layout {
  display: block;
}

.inner-review .media-list {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  perspective: 1200px;
}

.inner-review .media-list::before {
  position: absolute;
  top: -18px;
  left: 0;
  width: 34%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(16, 0, 255, 0.78), transparent);
  content: "";
  opacity: 0;
  transform: translateX(-30%);
}

.inner-review.is-building .media-list::before {
  animation: brick-guide 2.35s cubic-bezier(0.19, 1, 0.22, 1) both;
}

.inner-review .media-link {
  --brick-x: 0px;
  --brick-y: 118px;
  --brick-delay: 0ms;
  min-height: 190px;
  grid-template-columns: 1fr;
  align-content: space-between;
  gap: 20px;
  padding: 28px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 18%, rgba(16, 0, 255, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  opacity: 0;
  transform: translate3d(0, var(--brick-y), 0) scale(0.985);
  transform-origin: 50% 100%;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.inner-review .media-link:nth-child(1) { --brick-delay: 40ms; }
.inner-review .media-link:nth-child(2) { --brick-delay: 115ms; }
.inner-review .media-link:nth-child(3) { --brick-delay: 190ms; }
.inner-review .media-link:nth-child(4) { --brick-delay: 285ms; }
.inner-review .media-link:nth-child(5) { --brick-delay: 360ms; }
.inner-review .media-link:nth-child(6) { --brick-delay: 435ms; }
.inner-review .media-link:nth-child(7) { --brick-delay: 530ms; }
.inner-review .media-link:nth-child(8) { --brick-delay: 605ms; }
.inner-review .media-link:nth-child(9) { --brick-delay: 680ms; }
.inner-review .media-link:nth-child(10) { --brick-delay: 775ms; }
.inner-review .media-link:nth-child(11) { --brick-delay: 850ms; }
.inner-review .media-link:nth-child(12) { --brick-delay: 925ms; }

.inner-review.is-building .media-link {
  animation: brick-stack-up 920ms cubic-bezier(0.21, 0.84, 0.32, 1) var(--brick-delay) both;
}

.inner-review .media-link span {
  font-size: 18px;
}

.inner-review .media-link strong {
  min-height: 62px;
  font-size: 28px;
}

.inner-review .media-link em {
  grid-column: auto;
  font-size: 14px;
}

.inner-review .media-stage {
  display: none;
}

@keyframes brick-stack-up {
  0% {
    opacity: 0;
    transform: translate3d(0, var(--brick-y), 0) scale(0.985);
    box-shadow: 0 0 0 rgba(16, 0, 255, 0);
  }

  68% {
    opacity: 1;
    transform: translate3d(0, -6px, 0) scale(1.004);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes brick-guide {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }

  18%,
  78% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(220%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .inner-review .media-link {
    opacity: 1;
    transform: none;
  }

  .inner-review.is-building .media-link,
  .inner-review.is-building .media-list::before {
    animation: none;
  }
}

.modal-open {
  overflow: hidden;
}

.review-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 42px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms ease;
}

.review-modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.review-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(16px);
  opacity: 0;
  transition: opacity 420ms ease;
}

.review-modal[aria-hidden="false"] .review-modal-backdrop {
  opacity: 1;
}

.review-modal-panel {
  position: relative;
  width: min(1180px, calc(100vw - 84px));
  max-height: min(88vh, 980px);
  overflow: hidden;
  border: 1px solid rgba(245, 245, 241, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 12%, rgba(16, 0, 255, 0.22), transparent 28%),
    linear-gradient(145deg, rgba(30, 30, 30, 0.98), rgba(6, 6, 6, 0.98));
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.58);
  transform: translate3d(0, 34px, 0) scale(0.972);
  opacity: 0;
  transition:
    transform 640ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 380ms ease,
    box-shadow 640ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform, opacity;
}

.review-modal[aria-hidden="false"] .review-modal-panel {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  box-shadow: 0 54px 150px rgba(0, 0, 0, 0.62);
}

.review-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 32px 22px;
  border-bottom: 1px solid rgba(245, 245, 241, 0.12);
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 480ms ease 120ms,
    transform 640ms cubic-bezier(0.19, 1, 0.22, 1) 120ms;
}

.review-modal.is-entering .review-modal-head {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.review-modal-head p {
  margin: 0 0 10px;
  color: #1000ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.review-modal-head h3 {
  margin: 0;
  color: #f5f5f1;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.review-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 12px;
  color: rgba(245, 245, 241, 0.62);
  font-size: 15px;
  line-height: 1.5;
}

.review-modal-meta span {
  position: relative;
  padding-left: 12px;
}

.review-modal-meta span::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #1000ff;
  content: "";
  transform: translateY(-50%);
}

.review-modal-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(245, 245, 241, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f5f5f1;
  font-size: 26px;
  line-height: 1;
  transition: transform 220ms ease, background 220ms ease;
}

.review-modal-close:hover {
  background: rgba(16, 0, 255, 0.72);
  transform: scale(1.08);
}

.review-modal-scroll {
  max-height: calc(min(88vh, 980px) - 116px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 24px 32px 34px;
}

.review-modal-images {
  display: grid;
  gap: 24px;
}

.review-modal-images img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(0.988);
  transition:
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform, opacity;
}

.review-modal.is-entering .review-modal-images img {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.review-modal.is-entering .review-modal-images img:nth-child(1) {
  transition-delay: 180ms;
}

.review-modal.is-entering .review-modal-images img:nth-child(2) {
  transition-delay: 280ms;
}

/* Layout stability guard: keep the presentation composition intact across browsers. */
html {
  min-width: 1180px;
}

body {
  min-width: 1180px;
}

h1,
h2,
h3,
h4,
.main-nav a,
.media-link strong,
.media-link em,
.thin-table strong,
.thin-table em,
.policy-toggle h3,
.handoff-strip strong,
.handoff-strip p,
.team-card h3,
.team-card p,
.employee-panel h3,
.employee-panel p,
.employee-panel em,
.split-title p,
.quote-band p,
.collab-bounce-line {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
  text-wrap: balance;
}

.hero-title h1 span,
.quote-band p span,
.collab-bounce-line-main span,
.employee-panel h3 span {
  white-space: nowrap;
}

.quote-band p {
  font-size: clamp(52px, 4.15vw, 92px);
}

.collab-bounce-line-main {
  font-size: clamp(58px, 5vw, 104px);
}

.collab-bounce-line-sub {
  font-size: clamp(30px, 2.8vw, 52px);
}

.inner-review .media-link strong,
.media-link strong {
  min-width: 0;
}

.inner-review .media-link em,
.media-link em {
  min-width: 0;
}

@media (max-width: 1280px) {
  html,
  body {
    min-width: 1180px;
  }

  .hero-title h1 {
    font-size: clamp(56px, 6vw, 82px);
  }

  .quote-band p {
    max-width: 1080px;
    font-size: 58px;
    line-height: 1.02;
  }

  .collab-bounce-line-main {
    max-width: 1080px;
    font-size: 62px;
    line-height: 1.08;
  }

  .collab-bounce-line-sub {
    font-size: 34px;
  }

  .media-layout,
  .creative-layout {
    grid-template-columns: minmax(420px, 0.95fr) minmax(560px, 1.05fr);
  }

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

  .employee-showcase {
    grid-template-columns: minmax(400px, 0.72fr) minmax(620px, 1.28fr);
  }

  .team-portrait-wall {
    grid-template-columns: repeat(6, minmax(150px, 1fr));
    gap: 14px;
  }

  .team-portrait-wall .team-card h3 {
    font-size: 30px;
  }
}
