.whitepaper-page {
  --wp-bg: #050506;
  --wp-surface: #0d0d10;
  --wp-surface-strong: #141419;
  --wp-line: rgb(255 255 255 / 14%);
  --wp-line-strong: rgb(255 255 255 / 28%);
  --wp-text: #f5f5f0;
  --wp-muted: #aaaab2;
  --wp-acid: #c7ff16;
  --wp-violet: #8548ff;
  --wp-display: "Noto Serif SC", "Songti SC", STSong, serif;
  --wp-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --wp-scroll-ratio: 0;
  background: var(--wp-bg);
  color: var(--wp-text);
  font-family: var(--wp-sans);
}

.whitepaper-page main {
  width: min(100%, var(--page-max));
  background: var(--wp-bg);
}

.whitepaper-page .site-header {
  position: sticky;
  top: 0;
  background: rgb(5 5 6 / 96%);
  border-bottom-color: var(--wp-line);
  box-shadow: none;
}

.whitepaper-page .brand-copy strong,
.whitepaper-page .desktop-nav a,
.whitepaper-page .directory-nav-trigger {
  color: var(--wp-text);
}

.whitepaper-page .brand-copy small {
  color: var(--wp-muted);
}

.whitepaper-page .desktop-nav a::after,
.whitepaper-page .directory-nav-trigger::after {
  background: var(--wp-acid);
}

.whitepaper-page .header-contact {
  background: var(--wp-acid);
  color: #09090a;
  border-color: var(--wp-acid);
}

.whitepaper-page .menu-button {
  background: var(--wp-surface-strong);
  color: var(--wp-text);
  border-color: var(--wp-line-strong);
}

/* Keep the shared service directory inside the whitepaper visual system. */
.whitepaper-page .service-directory {
  background: var(--wp-surface);
  color: var(--wp-text);
  border-color: var(--wp-line-strong);
  box-shadow: 0 36px 110px rgb(0 0 0 / 72%);
}

body.whitepaper-page.directory-open::after {
  background: rgb(0 0 0 / 76%);
  backdrop-filter: blur(8px);
}

.whitepaper-page .directory-mega-header,
.whitepaper-page .directory-mega-footer,
.whitepaper-page .directory-group > header,
.whitepaper-page .route-list a {
  border-color: var(--wp-line);
}

.whitepaper-page .directory-mega-header .eyebrow,
.whitepaper-page .directory-group > header span,
.whitepaper-page .directory-spotlight-label {
  color: var(--wp-acid);
}

.whitepaper-page .directory-mega-header h2,
.whitepaper-page .directory-group h3,
.whitepaper-page .route-list strong {
  color: var(--wp-text);
}

.whitepaper-page .directory-mega-header p:last-child,
.whitepaper-page .directory-mega-footer p,
.whitepaper-page .directory-quick-nav small,
.whitepaper-page .directory-contact-label small {
  color: var(--wp-muted);
}

.whitepaper-page .directory-section-index {
  background: var(--wp-surface-strong);
  color: var(--wp-acid);
  border: 1px solid var(--wp-line);
}

.whitepaper-page .directory-quick-nav > a,
.whitepaper-page .directory-contact-label {
  background: var(--wp-surface-strong);
  color: var(--wp-text);
  border-color: var(--wp-line);
}

.whitepaper-page .directory-quick-nav > a:hover,
.whitepaper-page .directory-quick-nav > a:focus-visible {
  background: rgb(199 255 22 / 8%);
  color: var(--wp-acid);
  border-color: var(--wp-acid);
}

.whitepaper-page .directory-quick-nav i,
.whitepaper-page .route-list i {
  color: var(--wp-acid);
}

.whitepaper-page .directory-mega-scroll {
  scrollbar-color: var(--wp-violet) var(--wp-surface);
}

.whitepaper-page .directory-group {
  border-top-color: var(--wp-line-strong);
}

.whitepaper-page .service-directory.is-collection .directory-group > header {
  background: rgb(133 72 255 / 10%);
  border-left-color: var(--wp-violet);
}

.whitepaper-page .directory-group > header em {
  background: var(--wp-surface-strong);
  color: var(--wp-muted);
}

.whitepaper-page .route-list a:hover,
.whitepaper-page .route-list a:focus-visible {
  background: rgb(199 255 22 / 7%);
  color: var(--wp-acid);
}

.whitepaper-page .directory-spotlight {
  background:
    radial-gradient(circle at 88% 12%, rgb(133 72 255 / 28%), transparent 34%),
    var(--wp-surface-strong);
  color: var(--wp-text);
  border: 1px solid rgb(133 72 255 / 72%);
  box-shadow: inset 0 0 0 1px rgb(199 255 22 / 5%);
}

.whitepaper-page .directory-spotlight-icon {
  background: rgb(133 72 255 / 18%);
  color: var(--wp-acid);
  border-color: rgb(133 72 255 / 58%);
}

.whitepaper-page .directory-spotlight-description {
  color: var(--wp-muted);
}

.whitepaper-page .directory-spotlight li {
  border-color: var(--wp-line);
}

.whitepaper-page .directory-mega-footer > a {
  color: var(--wp-acid);
  border-color: var(--wp-acid);
}

.whitepaper-page .directory-mega-footer > a:hover,
.whitepaper-page .directory-mega-footer > a:focus-visible {
  background: var(--wp-acid);
  color: var(--wp-bg);
}

.wp-main {
  overflow: clip;
}

.wp-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 80px);
  overflow: hidden;
  padding: clamp(76px, 7vw, 118px) var(--gutter) 0;
  border-bottom: 1px solid var(--wp-line);
  grid-template-columns: minmax(520px, 0.9fr) minmax(520px, 1.1fr);
  grid-template-rows: minmax(560px, 1fr) auto;
  isolation: isolate;
}

.wp-route-nav {
  position: absolute;
  z-index: 4;
  top: 30px;
  right: var(--gutter);
  display: flex;
  gap: clamp(24px, 3vw, 52px);
}

.wp-route-nav a {
  position: relative;
  padding: 9px 0 12px;
  color: #d9d9dc;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

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

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

.wp-route-nav a[aria-current="page"] {
  color: var(--wp-text);
}

.wp-route-nav a[aria-current="page"]::before {
  position: absolute;
  right: 50%;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: var(--wp-acid);
  border-radius: 50%;
  box-shadow: 0 0 18px var(--wp-acid);
  content: "";
  transform: translateX(50%);
}

.wp-scroll-rail {
  position: absolute;
  z-index: 3;
  top: clamp(82px, 10vw, 142px);
  bottom: 118px;
  left: clamp(14px, 2.25vw, 42px);
  display: grid;
  width: 34px;
  justify-items: center;
  color: var(--wp-muted);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 12px;
  grid-template-rows: auto 1fr auto;
}

.wp-scroll-rail strong {
  color: var(--wp-acid);
  font-weight: 700;
}

.wp-scroll-track {
  position: relative;
  width: 2px;
  margin: 12px 0;
  overflow: hidden;
  background: var(--wp-line);
}

.wp-scroll-track::after {
  position: absolute;
  inset: 0;
  background: var(--wp-acid);
  content: "";
  transform: scaleY(var(--wp-scroll-ratio));
  transform-origin: top;
}

.wp-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 650px;
  padding: 20px clamp(12px, 2vw, 30px) 44px clamp(38px, 4vw, 74px);
}

.wp-kicker {
  display: flex;
  margin: 0 0 clamp(30px, 4vw, 54px);
  align-items: center;
  gap: 12px;
  color: var(--wp-acid);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wp-kicker::after {
  width: 78px;
  height: 1px;
  background: var(--wp-line-strong);
  content: "";
}

.wp-hero h1 {
  margin: 0;
  font-family: var(--wp-display);
  font-size: clamp(72px, 7.9vw, 138px);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.88;
}

.wp-hero h1 span {
  display: block;
}

.wp-hero h1 .wp-title-accent {
  color: var(--wp-acid);
}

@media (min-width: 1101px) {
  .wp-hero h1 .wp-title-accent {
    white-space: nowrap;
  }
}

.wp-hero h1 .wp-title-base {
  margin-top: 0.08em;
  color: var(--wp-text);
}

.wp-hero-summary {
  max-width: 520px;
  margin: clamp(28px, 3vw, 48px) 0 0;
  color: #c8c8ce;
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.85;
}

.wp-cta-wrap {
  display: inline-grid;
  margin-top: clamp(30px, 3.6vw, 54px);
  gap: 13px;
}

.wp-hover-label {
  color: var(--wp-acid);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
}

.wp-primary-cta {
  display: grid;
  min-width: min(100%, 410px);
  min-height: 72px;
  align-items: stretch;
  background: var(--wp-acid);
  color: #070708;
  border: 1px solid var(--wp-acid);
  box-shadow: 0 0 0 1px rgb(199 255 22 / 22%), 0 0 30px rgb(199 255 22 / 16%);
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 800;
  grid-template-columns: 1fr 72px;
  transition: box-shadow 220ms ease, transform 120ms ease;
}

.wp-primary-cta:hover,
.wp-primary-cta:focus-visible {
  box-shadow: 0 0 0 2px var(--wp-text), 0 0 38px rgb(199 255 22 / 28%);
}

.wp-cta-label,
.wp-cta-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-cta-label {
  padding: 14px 24px;
  gap: 13px;
}

.wp-cta-label i {
  font-size: 27px;
}

.wp-cta-arrow {
  background: var(--wp-violet);
  color: var(--wp-text);
  font-size: 25px;
}

.wp-human-note {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--wp-muted);
  font-size: 13px;
}

.wp-human-note i {
  color: var(--wp-violet);
  font-size: 11px;
}

.wp-art-stage {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  min-height: 650px;
  align-self: stretch;
  place-items: center;
  perspective: 1400px;
  touch-action: pan-y;
}

.wp-hero-art {
  width: min(100%, 880px);
  height: min(70vh, 720px);
  object-fit: contain;
  transform: translate3d(var(--wp-art-x, 0), var(--wp-art-y, 0), 0) rotateX(var(--wp-art-rx, 0deg)) rotateY(var(--wp-art-ry, 0deg)) scale(1.02);
  filter: saturate(1.06) contrast(1.04);
  transition: transform 180ms ease-out, filter 240ms ease;
  will-change: transform;
}

.wp-art-stage.is-exploring .wp-hero-art {
  filter: saturate(1.16) contrast(1.08);
}

.wp-explore-hint,
.wp-cursor-note {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background: rgb(5 5 6 / 78%);
  color: #d8d8dd;
  border: 1px solid var(--wp-line);
  font-size: 11px;
  letter-spacing: 0.05em;
  backdrop-filter: blur(10px);
}

.wp-explore-hint {
  right: 3%;
  bottom: 16%;
}

.wp-cursor-note {
  right: 15%;
  bottom: 29%;
  color: var(--wp-acid);
  opacity: 0.82;
  transform: translate3d(var(--wp-cursor-x, 0), var(--wp-cursor-y, 0), 0);
  transition: transform 160ms ease-out, opacity 180ms ease;
}

.wp-art-stage.is-exploring .wp-cursor-note {
  opacity: 1;
}

.wp-phase-track {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 118px;
  align-items: center;
  padding: 30px clamp(22px, 5vw, 80px);
  border-top: 1px solid var(--wp-line-strong);
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-phase-track::before {
  position: absolute;
  top: -1px;
  right: clamp(22px, 5vw, 80px);
  left: clamp(22px, 5vw, 80px);
  height: 1px;
  background: var(--wp-violet);
  content: "";
}

.wp-phase-signal {
  position: absolute;
  top: -8px;
  left: clamp(22px, 5vw, 80px);
  color: var(--wp-acid);
  font-size: 15px;
  filter: drop-shadow(0 0 8px var(--wp-acid));
  animation: wpSignal 7s linear infinite;
}

.wp-phase {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 3vw, 50px);
  border-left: 1px solid var(--wp-line);
  color: var(--wp-text);
}

.wp-phase:first-of-type {
  padding-left: 0;
  border-left: 0;
}

.wp-phase:last-child {
  padding-right: 0;
}

.wp-phase strong {
  font-family: var(--wp-display);
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.wp-phase i {
  color: var(--wp-acid);
  font-size: 20px;
}

.wp-section {
  position: relative;
  padding: clamp(86px, 9vw, 150px) var(--gutter);
  border-bottom: 1px solid var(--wp-line);
}

.wp-section-header {
  display: grid;
  margin-bottom: clamp(56px, 7vw, 96px);
  align-items: start;
  gap: 28px 64px;
  grid-template-columns: minmax(210px, 0.55fr) minmax(0, 1.45fr);
}

.wp-section-index,
.wp-section-kicker {
  color: var(--wp-acid);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wp-section-heading h2 {
  max-width: 980px;
  margin: 0;
  font-family: var(--wp-display);
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.12;
}

.wp-section-heading h2 span {
  color: var(--wp-acid);
}

.wp-section-heading > p {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--wp-muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.9;
}

.wp-editorial-grid {
  display: grid;
  border-top: 1px solid var(--wp-line-strong);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-editorial-item {
  min-height: 260px;
  padding: 32px clamp(22px, 3vw, 46px) 38px;
  border-left: 1px solid var(--wp-line);
}

.wp-editorial-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.wp-editorial-item:last-child {
  padding-right: 0;
}

.wp-editorial-item > span {
  color: var(--wp-violet);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 12px;
  font-weight: 700;
}

.wp-editorial-item h3 {
  margin: 44px 0 0;
  font-family: var(--wp-display);
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 600;
}

.wp-editorial-item p {
  margin: 20px 0 0;
  color: var(--wp-muted);
  font-size: 14px;
  line-height: 1.85;
}

.wp-case-grid {
  display: grid;
  border-top: 1px solid var(--wp-line-strong);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-case-card {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 26px clamp(20px, 2.5vw, 38px) 34px;
  overflow: hidden;
  background: transparent;
  color: var(--wp-text);
  border: 0;
  border-left: 1px solid var(--wp-line);
  font: inherit;
  text-align: left;
  cursor: pointer;
  grid-template-columns: minmax(0, 1fr) auto;
}

.wp-case-card:first-child {
  padding-left: 0;
  border-left: 0;
}

.wp-case-card:last-child {
  padding-right: 0;
}

.wp-case-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--wp-surface-strong);
  grid-column: 1 / -1;
}

.wp-case-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.84) contrast(1.04);
  transition: filter 260ms ease, transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.wp-case-media > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 9px;
  background: rgb(5 5 6 / 82%);
  color: var(--wp-acid);
  border: 1px solid var(--wp-line);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  backdrop-filter: blur(8px);
}

.wp-case-copy {
  display: grid;
  min-width: 0;
  padding-top: 26px;
  gap: 13px;
}

.wp-case-copy small {
  color: var(--wp-violet);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.wp-case-copy strong {
  font-family: var(--wp-display);
  font-size: clamp(23px, 2.35vw, 34px);
  font-weight: 600;
  line-height: 1.35;
}

.wp-case-copy > span {
  color: var(--wp-muted);
  font-size: 12px;
  line-height: 1.7;
}

.wp-case-card > i {
  align-self: end;
  margin: 0 0 6px 18px;
  color: var(--wp-acid);
  font-size: 22px;
  transition: transform 180ms ease;
}

.wp-case-card:hover .wp-case-media img,
.wp-case-card:focus-visible .wp-case-media img {
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.045);
}

.wp-case-card:hover > i,
.wp-case-card:focus-visible > i {
  transform: translate(5px, -5px);
}

.wp-case-card:focus-visible {
  outline: 2px solid var(--wp-acid);
  outline-offset: -2px;
}

.wp-case-disclosure {
  display: flex;
  margin: 26px 0 0;
  align-items: center;
  gap: 9px;
  color: var(--wp-muted);
  font-size: 12px;
}

.wp-case-disclosure i {
  color: var(--wp-violet);
  font-size: 16px;
}

.wp-format-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 14%, rgb(132 65 255 / 12%), transparent 28%),
    var(--wp-surface);
}

.wp-format-grid {
  display: grid;
  gap: 1px;
  background: var(--wp-line);
  border: 1px solid var(--wp-line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wp-format-card {
  min-width: 0;
  background: var(--wp-bg);
}

.wp-format-preview {
  position: relative;
  display: grid;
  height: clamp(310px, 31vw, 470px);
  overflow: hidden;
  background: #111116;
  place-items: center;
}

.wp-format-preview img {
  display: block;
}

.wp-format-copy {
  min-height: 245px;
  padding: clamp(24px, 3vw, 42px);
}

.wp-format-copy > span,
.wp-format-copy small {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.09em;
}

.wp-format-copy > span {
  color: var(--wp-violet);
  font-size: 10px;
  font-weight: 800;
}

.wp-format-copy h3 {
  margin: 13px 0 0;
  font-family: var(--wp-display);
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 650;
}

.wp-format-copy p {
  max-width: 610px;
  margin: 18px 0 0;
  color: #c5c5ca;
  font-size: 14px;
  line-height: 1.85;
}

.wp-format-copy small {
  display: block;
  margin-top: 22px;
  color: var(--wp-muted);
  font-size: 9px;
  line-height: 1.7;
}

.wp-format-note {
  display: flex;
  margin: 28px 0 0;
  align-items: center;
  gap: 10px;
  color: var(--wp-muted);
  font-size: 13px;
}

.wp-format-note i {
  color: var(--wp-acid);
  font-size: 18px;
}

.wp-format-deck .wp-format-preview {
  background: linear-gradient(145deg, #110c1e, #050506 65%);
}

.wp-format-deck-slide {
  position: relative;
  width: 86%;
  overflow: hidden;
  background: #0c0c11;
  border: 1px solid rgb(255 255 255 / 14%);
  box-shadow: 0 28px 60px rgb(0 0 0 / 55%);
  aspect-ratio: 16 / 9;
}

.wp-format-deck-slide img {
  position: absolute;
  right: -3%;
  bottom: -13%;
  width: 66%;
  height: 105%;
  object-fit: contain;
}

.wp-format-micro,
.wp-format-deck-slide strong {
  position: absolute;
  z-index: 1;
  left: 7%;
}

.wp-format-micro {
  top: 10%;
  color: var(--wp-acid);
  font: 700 8px/1 ui-monospace, monospace;
  letter-spacing: 0.12em;
}

.wp-format-deck-slide strong {
  top: 28%;
  color: #fff;
  font: 700 clamp(20px, 3vw, 45px)/0.96 Arial, sans-serif;
  letter-spacing: -0.05em;
}

.wp-format-deck-slide i {
  position: absolute;
  bottom: 12%;
  left: 7%;
  width: 12%;
  height: 4px;
  background: var(--wp-violet);
}

.wp-format-deck-slide i:nth-of-type(2) { left: 21%; width: 7%; background: var(--wp-acid); }
.wp-format-deck-slide i:nth-of-type(3) { left: 30%; width: 17%; background: #5a5a64; }

.wp-format-a4 .wp-format-preview { background: #d8dbe1; }

.wp-format-a4-page {
  position: relative;
  width: min(52%, 270px);
  padding: 8% 7% 6%;
  background: #f8f8f5;
  color: #101116;
  box-shadow: 0 24px 60px rgb(16 17 22 / 28%);
  aspect-ratio: 210 / 297;
}

.wp-format-a4-page > span { position: absolute; top: 5%; right: 6%; color: #7457d9; font: 700 9px/1 monospace; }
.wp-format-a4-page strong { display: block; margin-bottom: 10%; font: 800 clamp(15px, 2vw, 28px)/1 Arial, sans-serif; letter-spacing: -0.04em; }
.wp-format-a4-page p { width: 100%; height: 3px; margin: 0 0 5px; background: #a7a9ae; }
.wp-format-a4-page p:nth-of-type(2), .wp-format-a4-page p:nth-of-type(5) { width: 78%; }
.wp-format-a4-page img { width: 100%; height: 27%; margin-top: 10%; object-fit: cover; }
.wp-format-a4-page small { position: absolute; bottom: 3%; left: 7%; font: 600 6px/1 monospace; letter-spacing: 0.08em; }

.wp-format-technical .wp-format-preview { background: #020b16; }
.wp-format-technical .wp-format-preview > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.48; }
.wp-tech-panel { position: relative; display: grid; width: 82%; padding: 7%; align-items: center; gap: 10px; background: rgb(2 11 22 / 78%); border: 1px solid rgb(190 255 35 / 34%); grid-template-columns: 1fr 28px 1fr 28px 1fr; backdrop-filter: blur(6px); }
.wp-tech-panel > span { position: absolute; top: 10%; left: 5%; color: var(--wp-acid); font: 700 8px/1 monospace; letter-spacing: 0.1em; }
.wp-tech-panel b { padding: 26px 8px; color: #fff; border: 1px solid #6755cc; text-align: center; font: 700 9px/1 monospace; }
.wp-tech-panel i { height: 1px; background: var(--wp-acid); }

.wp-format-spread .wp-format-preview { padding: 8%; background: #c9c5bc; grid-template-columns: 1fr 6px 1fr; }
.wp-spread-page { position: relative; width: 100%; height: 100%; min-height: 0; overflow: hidden; background: #f4f0e8; color: #141414; box-shadow: 0 20px 45px rgb(18 18 18 / 20%); }
.wp-spread-left { padding: 14%; }
.wp-spread-left > span { color: #8257d8; font: 700 8px/1 monospace; }
.wp-spread-left strong { display: block; margin: 18% 0; font: 800 clamp(21px, 3.4vw, 48px)/0.9 Arial, sans-serif; letter-spacing: -0.07em; }
.wp-spread-left p { width: 88%; height: 3px; margin: 0 0 7px; background: #97948f; }
.wp-spread-left p:last-child { width: 62%; }
.wp-spread-gutter { z-index: 2; width: 6px; height: 100%; background: linear-gradient(90deg, rgb(0 0 0 / 18%), rgb(255 255 255 / 65%), rgb(0 0 0 / 16%)); }
.wp-spread-right img { width: 100%; height: 100%; object-fit: cover; }
.wp-spread-right > span { position: absolute; right: 8%; bottom: 7%; padding: 7px 9px; background: var(--wp-acid); color: #050506; font: 800 8px/1 monospace; }

.wp-format-report .wp-format-preview { display: block; padding: 7%; background: #ecf1ef; color: #14201d; }
.wp-report-head { display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid #aebbb6; }
.wp-report-head span { padding-bottom: 6%; color: #176d5d; font: 800 9px/1 monospace; letter-spacing: 0.08em; }
.wp-report-head strong { font: 800 clamp(24px, 3.2vw, 46px)/0.8 Arial, sans-serif; }
.wp-report-kpis { display: grid; margin-top: 7%; gap: 4%; grid-template-columns: repeat(3, 1fr); }
.wp-report-kpis b { padding: 14% 10%; background: #fff; border: 1px solid #cbd5d1; font: 700 clamp(20px, 3vw, 42px)/1 Arial, sans-serif; }
.wp-report-kpis small { color: #176d5d; font-size: 0.42em; }
.wp-report-chart { position: relative; display: flex; height: 39%; margin-top: 6%; align-items: end; justify-content: space-around; overflow: hidden; background: #fff; border: 1px solid #cbd5d1; }
.wp-report-chart i { width: 5%; height: 22%; background: #d9e7e2; }
.wp-report-chart i:nth-child(2) { height: 38%; }.wp-report-chart i:nth-child(3) { height: 31%; }.wp-report-chart i:nth-child(4) { height: 62%; }.wp-report-chart i:nth-child(5) { height: 53%; }.wp-report-chart i:nth-child(6) { height: 78%; }
.wp-report-chart svg { position: absolute; inset: 15% 4% 12%; width: 92%; height: 73%; }
.wp-report-chart polyline { fill: none; stroke: #176d5d; stroke-width: 3; vector-effect: non-scaling-stroke; }

.wp-format-editorial .wp-format-preview { background: #19131f; }
.wp-format-editorial .wp-format-preview > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.82) contrast(1.08); }
.wp-format-editorial .wp-format-preview::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(8 5 12 / 92%), rgb(8 5 12 / 16%)); content: ""; }
.wp-editorial-title { position: relative; z-index: 1; width: 82%; color: #fff; }
.wp-editorial-title span { color: var(--wp-acid); font: 800 8px/1 monospace; letter-spacing: 0.13em; }
.wp-editorial-title strong { display: block; margin-top: 8%; font: 700 clamp(30px, 5vw, 70px)/0.84 Georgia, serif; letter-spacing: -0.06em; }
.wp-editorial-title p { margin-top: 7%; color: #d9d3df; font: italic 12px/1.4 Georgia, serif; }

.wp-case-dialog {
  width: min(1420px, calc(100vw - 40px));
  max-width: none;
  max-height: calc(100svh - 40px);
  padding: 0;
  overflow: auto;
  background: var(--wp-bg);
  color: var(--wp-text);
  border: 1px solid var(--wp-line-strong);
}

.wp-case-dialog::backdrop {
  background: rgb(0 0 0 / 78%);
  backdrop-filter: blur(12px);
}

.wp-case-dialog-shell > header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  min-height: 104px;
  padding: 24px clamp(22px, 3vw, 42px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgb(5 5 6 / 92%);
  border-bottom: 1px solid var(--wp-line);
  backdrop-filter: blur(16px);
}

.wp-case-dialog-shell header small {
  color: var(--wp-acid);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.wp-case-dialog-shell header h2 {
  margin: 8px 0 0;
  font-family: var(--wp-display);
  font-size: clamp(27px, 3.3vw, 48px);
  font-weight: 600;
}

.wp-case-dialog-shell header button {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  background: var(--wp-surface-strong);
  color: var(--wp-text);
  border: 1px solid var(--wp-line-strong);
  cursor: pointer;
  place-items: center;
}

.wp-case-dialog-shell header button:hover,
.wp-case-dialog-shell header button:focus-visible {
  background: var(--wp-acid);
  color: var(--wp-bg);
}

.wp-case-dialog-content {
  display: grid;
  padding: clamp(22px, 3vw, 42px);
  align-items: start;
  gap: clamp(28px, 4vw, 58px);
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.55fr);
}

.wp-case-pdf-shell {
  position: relative;
  width: 100%;
  height: min(70svh, 820px);
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
  background: var(--wp-surface-strong);
  border: 1px solid var(--wp-line);
}

.wp-case-pdf-shell iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 0;
}

.wp-case-pdf-shell > p {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--wp-surface-strong);
  color: var(--wp-muted);
  font-size: 13px;
}

.wp-case-pdf-shell > p[hidden] {
  display: none;
}

.wp-case-pdf-shell > p i {
  color: var(--wp-acid);
  font-size: 20px;
  animation: wpPdfSpin 850ms linear infinite;
}

@keyframes wpPdfSpin {
  to {
    transform: rotate(360deg);
  }
}

.wp-case-dialog-copy {
  display: grid;
  min-width: 0;
  align-items: start;
  gap: clamp(24px, 3vw, 44px);
  grid-template-columns: minmax(0, 1fr);
}

.wp-case-dialog-copy > p {
  margin: 0;
  color: #d2d2d7;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.9;
}

.wp-case-dialog-copy dl {
  margin: 0;
  border-top: 1px solid var(--wp-line);
}

.wp-case-dialog-copy dt {
  margin-top: 22px;
  color: var(--wp-acid);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.wp-case-dialog-copy dd {
  margin: 9px 0 0;
  color: var(--wp-muted);
  font-size: 13px;
  line-height: 1.75;
}

.wp-case-dialog-copy a {
  display: flex;
  min-height: 60px;
  padding: 14px 18px;
  align-items: center;
  gap: 12px;
  background: var(--wp-acid);
  color: var(--wp-bg);
  font-size: 15px;
  font-weight: 800;
  grid-column: auto;
}

.wp-case-dialog-copy .wp-case-pdf-open {
  background: var(--wp-violet);
  color: #fff;
}

.wp-case-dialog-copy a i:last-child {
  margin-left: auto;
}

.wp-deliverables {
  background: var(--wp-surface);
}

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

.wp-row {
  display: grid;
  min-height: 150px;
  align-items: center;
  padding: 28px 0;
  gap: 24px 42px;
  border-bottom: 1px solid var(--wp-line);
  grid-template-columns: 72px minmax(220px, 0.75fr) minmax(0, 1.25fr) 42px;
}

.wp-row > span {
  color: var(--wp-acid);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 12px;
}

.wp-row h3 {
  margin: 0;
  font-family: var(--wp-display);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
}

.wp-row p {
  max-width: 720px;
  margin: 0;
  color: var(--wp-muted);
  font-size: 14px;
  line-height: 1.85;
}

.wp-row > i {
  color: var(--wp-violet);
  font-size: 24px;
  transition: color 180ms ease, transform 180ms ease;
}

.wp-row:hover > i {
  color: var(--wp-acid);
  transform: translate(4px, -4px);
}

.wp-process-grid {
  display: grid;
  border-top: 1px solid var(--wp-line-strong);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wp-process-step {
  min-height: 310px;
  padding: 28px clamp(22px, 2.5vw, 40px) 40px;
  border-left: 1px solid var(--wp-line);
}

.wp-process-step:first-child {
  padding-left: 0;
  border-left: 0;
}

.wp-process-step:last-child {
  padding-right: 0;
}

.wp-process-step > span {
  color: var(--wp-acid);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 12px;
}

.wp-process-step i {
  display: block;
  margin-top: 50px;
  color: var(--wp-violet);
  font-size: 34px;
}

.wp-process-step h3 {
  margin: 28px 0 0;
  font-size: 19px;
}

.wp-process-step p {
  margin: 16px 0 0;
  color: var(--wp-muted);
  font-size: 13px;
  line-height: 1.85;
}

.wp-faq-layout {
  display: grid;
  align-items: start;
  gap: 48px clamp(54px, 8vw, 126px);
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1.45fr);
}

.wp-faq-intro {
  position: sticky;
  top: 120px;
}

.wp-faq-intro h2 {
  margin: 20px 0 0;
  font-family: var(--wp-display);
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.05em;
  line-height: 1.12;
}

.wp-faq-intro p {
  margin: 24px 0 0;
  color: var(--wp-muted);
  line-height: 1.8;
}

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

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

.wp-faq-list summary {
  display: grid;
  min-height: 94px;
  align-items: center;
  padding: 20px 0;
  gap: 22px;
  cursor: pointer;
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 650;
  grid-template-columns: 40px 1fr auto;
  list-style: none;
}

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

.wp-faq-list summary > span {
  color: var(--wp-acid);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 11px;
}

.wp-faq-list summary i {
  color: var(--wp-violet);
  font-size: 22px;
  transition: transform 180ms ease;
}

.wp-faq-list details[open] summary i {
  transform: rotate(45deg);
}

.wp-faq-list details p {
  max-width: 760px;
  margin: -4px 40px 0 62px;
  padding: 0 0 30px;
  color: var(--wp-muted);
  font-size: 14px;
  line-height: 1.9;
}

.wp-closing {
  display: grid;
  min-height: 560px;
  align-content: center;
  justify-items: center;
  padding: clamp(92px, 10vw, 170px) var(--gutter);
  background: var(--wp-surface-strong);
  text-align: center;
}

.wp-closing h2 {
  max-width: 1040px;
  margin: 24px 0 0;
  font-family: var(--wp-display);
  font-size: clamp(48px, 7.6vw, 112px);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.wp-closing h2 span {
  color: var(--wp-acid);
}

.wp-closing > p:not(.wp-section-kicker) {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--wp-muted);
  font-size: 15px;
  line-height: 1.85;
}

.wp-closing .wp-primary-cta {
  margin-top: 44px;
  text-align: left;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

@keyframes wpSignal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(100vw - 2 * var(--gutter) - 30px));
  }
}

@media (max-width: 1100px) {
  .whitepaper-page .site-menu {
    background: var(--wp-surface-strong);
    border-color: var(--wp-line-strong);
  }

  .whitepaper-page .site-menu a {
    color: var(--wp-text);
    border-color: var(--wp-line);
  }

  .whitepaper-page .site-menu small {
    color: var(--wp-muted);
  }

  .wp-hero {
    min-height: auto;
    padding-top: 106px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
  }

  .wp-route-nav {
    top: 30px;
    right: var(--gutter);
    left: var(--gutter);
    justify-content: flex-end;
  }

  .wp-scroll-rail {
    display: none;
  }

  .wp-hero-copy {
    max-width: 800px;
    padding: 38px 0 0;
  }

  .wp-hero h1 {
    font-size: clamp(82px, 12vw, 126px);
  }

  .wp-art-stage {
    min-height: 560px;
  }

  .wp-hero-art {
    width: min(100%, 860px);
    height: 590px;
  }

  .wp-phase-track {
    min-height: 110px;
  }

  .wp-section-header {
    grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1.6fr);
  }

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

  .wp-process-step:nth-child(3) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--wp-line);
  }

  .wp-process-step:nth-child(4) {
    border-top: 1px solid var(--wp-line);
  }
}

@media (max-width: 760px) {
  .wp-hero {
    padding-top: 104px;
  }

  .wp-route-nav {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 26px;
    scrollbar-width: none;
  }

  .wp-route-nav::-webkit-scrollbar {
    display: none;
  }

  .wp-route-nav a {
    flex: 0 0 auto;
    font-size: 12px;
  }

  .wp-hero-copy {
    padding-top: 26px;
  }

  .wp-kicker {
    margin-bottom: 30px;
  }

  .wp-hero h1 {
    font-size: clamp(64px, 18vw, 92px);
  }

  .wp-hero-summary {
    font-size: 15px;
  }

  .wp-cta-wrap,
  .wp-primary-cta {
    width: 100%;
  }

  .wp-primary-cta {
    min-width: 0;
    grid-template-columns: 1fr 62px;
  }

  .wp-cta-label {
    justify-content: flex-start;
    padding-inline: 18px;
  }

  .wp-art-stage {
    min-height: 410px;
  }

  .wp-hero-art {
    width: 116%;
    max-width: none;
    height: 430px;
  }

  .wp-explore-hint {
    right: 0;
    bottom: 10%;
  }

  .wp-cursor-note {
    display: none;
  }

  .wp-phase-track {
    padding-block: 16px;
    grid-template-columns: 1fr;
  }

  .wp-phase-track::before,
  .wp-phase-signal {
    display: none;
  }

  .wp-phase {
    min-height: 62px;
    padding: 0;
    border-top: 1px solid var(--wp-line);
    border-left: 0;
  }

  .wp-phase:first-of-type {
    border-top: 0;
  }

  .wp-section-header,
  .wp-faq-layout {
    grid-template-columns: 1fr;
  }

  .wp-section-header {
    gap: 22px;
  }

  .wp-editorial-grid,
  .wp-process-grid,
  .wp-case-grid,
  .wp-format-grid,
  .wp-case-dialog-content {
    grid-template-columns: 1fr;
  }

  .wp-format-preview {
    height: 340px;
  }

  .wp-format-copy {
    min-height: 0;
  }

  .wp-case-card,
  .wp-case-card:first-child,
  .wp-case-card:last-child {
    padding: 26px 0 34px;
    border-top: 1px solid var(--wp-line);
    border-left: 0;
  }

  .wp-case-card:first-child {
    border-top: 0;
  }

  .wp-case-dialog {
    width: calc(100vw - 24px);
    max-height: calc(100svh - 24px);
  }

  .wp-case-dialog-shell > header {
    min-height: 86px;
    padding: 18px;
  }

  .wp-case-dialog-content {
    padding: 18px;
  }

  .wp-case-pdf-shell {
    height: 62svh;
    min-height: 420px;
  }

  .wp-case-dialog-copy {
    grid-template-columns: 1fr;
  }

  .wp-case-dialog-copy a {
    grid-column: auto;
  }

  .wp-editorial-item,
  .wp-editorial-item:first-child,
  .wp-editorial-item:last-child,
  .wp-process-step,
  .wp-process-step:first-child,
  .wp-process-step:last-child,
  .wp-process-step:nth-child(3) {
    min-height: 0;
    padding: 28px 0 34px;
    border-top: 1px solid var(--wp-line);
    border-left: 0;
  }

  .wp-editorial-item:first-child,
  .wp-process-step:first-child {
    border-top: 0;
  }

  .wp-editorial-item h3,
  .wp-process-step i {
    margin-top: 24px;
  }

  .wp-row {
    min-height: 0;
    padding: 28px 0;
    grid-template-columns: 42px 1fr 28px;
  }

  .wp-row p {
    padding-left: 42px;
    grid-column: 1 / -1;
  }

  .wp-faq-intro {
    position: static;
  }

  .wp-faq-list details p {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .wp-hero h1 {
    font-size: clamp(58px, 17.4vw, 74px);
  }

  .wp-cta-label {
    gap: 9px;
    font-size: 15px;
  }

  .wp-art-stage {
    min-height: 360px;
  }

  .wp-hero-art {
    height: 380px;
  }

  .wp-explore-hint {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-phase-signal {
    animation: none;
  }

  .wp-case-pdf-shell > p i {
    animation: none;
  }

  .wp-hero-art,
  .wp-primary-cta,
  [data-reveal] {
    transition: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
