:root {
  color-scheme: light dark;
  --bg: #f6f9fb;
  --surface: #ffffff;
  --surface-2: #edf4f8;
  --text: #122336;
  --muted: #5b6b7c;
  --line: #d8e4eb;
  --primary: #0673b7;
  --primary-strong: #025b93;
  --accent: #f28a00;
  --accent-ink: #5b3300;
  --proof: #b41f24;
  --float-base-border: #c9efff;
  --float-base-surface: linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
  --float-base-shadow: 0 10px 24px rgba(68, 190, 255, 0.09);
  --float-base-shadow-compact: 0 8px 18px rgba(68, 190, 255, 0.08);
  --float-border: #55c8ff;
  --float-surface: linear-gradient(180deg, #ffffff 0%, #f5fcff 100%);
  --float-shadow: 0 18px 36px rgba(68, 190, 255, 0.22), 0 8px 18px rgba(242, 138, 0, 0.08);
  --float-shadow-compact: 0 14px 28px rgba(68, 190, 255, 0.2), 0 6px 14px rgba(242, 138, 0, 0.08);
  --radius: 8px;
  --shadow: 0 22px 55px rgba(20, 48, 70, 0.11);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Local homepage redesign preview v2: reference-led flat layout. */
.home-reference-preview {
  --reference-paper: #f4f3ef;
  --reference-surface: #fbfaf7;
  --reference-ink: #172b3d;
  --reference-muted: #63717c;
  --reference-line: #cbd3d5;
  --reference-blue: #0b6ea8;
  --reference-orange: #e97728;
  --reference-deep: #172b3d;
  background: var(--reference-paper);
  color: var(--reference-ink);
}

.home-reference-preview .site-header {
  min-height: 74px;
  padding-block: 10px;
  border-bottom: 1px solid var(--reference-line);
  background: var(--reference-surface);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-reference-preview .brand {
  color: var(--reference-ink);
  font-size: 1.15rem;
}

.home-reference-preview .brand img {
  width: 48px;
  height: 38px;
}

.home-reference-preview .site-nav {
  gap: 22px;
  color: var(--reference-muted);
}

.home-reference-preview .site-nav a {
  position: relative;
  padding: 14px 0 11px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.home-reference-preview .site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--reference-orange);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 200ms ease, transform 200ms ease;
}

.home-reference-preview .site-nav a:hover,
.home-reference-preview .site-nav a:focus-visible,
.home-reference-preview .site-nav a[aria-current="page"] {
  border: 0;
  background: transparent;
  color: var(--reference-ink);
  box-shadow: none;
  transform: none;
}

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

.home-reference-preview .nav-toggle {
  border-radius: 2px;
  background: transparent;
}

.home-reference-preview .hero {
  min-height: 560px;
  padding: 78px 0 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgb(11 31 48 / 88%) 0%, rgb(11 31 48 / 68%) 43%, rgb(11 31 48 / 22%) 100%),
    var(--home-hero-image, url("/assets/generated/home-hero-yunpin-consulting.png")) center / cover no-repeat;
}

.home-reference-preview .hero::after {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 1px;
  background: var(--reference-orange);
}

.home-reference-preview .hero-grid {
  grid-template-columns: minmax(0, 760px);
}

.home-reference-preview .hero-copy {
  max-width: 760px;
}

.home-reference-preview .hero-kicker {
  min-height: 0;
  margin-bottom: 20px;
  padding: 0 0 0 14px;
  border-left: 3px solid var(--reference-orange);
  background: transparent;
  color: rgb(255 255 255 / 78%);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
}

.home-reference-preview .hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.05;
  text-shadow: none;
}

.home-reference-preview .hero p {
  max-width: 620px;
  color: rgb(255 255 255 / 78%);
  font-size: 1.05rem;
  line-height: 1.75;
}

.home-reference-preview .hero .cta-row {
  margin-top: 26px;
}

.home-reference-preview .button {
  min-height: 44px;
  border-radius: 2px;
  padding-inline: 20px;
}

.home-reference-preview .hero .button-primary {
  border-color: #fff;
  background: #fff;
  color: var(--reference-ink);
}

.home-reference-preview .hero .button-primary:hover,
.home-reference-preview .hero .button-primary:focus-visible {
  border-color: var(--reference-orange);
  background: var(--reference-orange);
  color: #fff;
}

.home-reference-preview .hero .button-secondary {
  border-color: rgb(255 255 255 / 74%);
  background: transparent;
  color: #fff;
}

.home-reference-preview .hero .button-secondary:hover,
.home-reference-preview .hero .button-secondary:focus-visible {
  border-color: #fff;
  background: rgb(255 255 255 / 12%);
  color: #fff;
}

.home-reference-preview .hero .hero-fact-strip {
  width: min(100%, 760px);
  margin-top: 36px;
  margin-left: 0;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 22%);
  border-radius: 0;
  background: var(--reference-deep);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-reference-preview .hero .hero-fact-strip div {
  min-height: 86px;
  padding: 17px 24px 14px;
  background: transparent;
}

.home-reference-preview .hero .hero-fact-strip div + div {
  padding-left: 14px;
  border-left: 1px solid rgb(255 255 255 / 22%);
}

.home-reference-preview .hero .hero-fact-strip strong {
  color: #fff;
  font-size: 1.8rem;
  font-variant-numeric: tabular-nums;
}

.home-reference-preview .hero .hero-fact-strip span,
.home-reference-preview .hero .hero-image-note {
  color: rgb(255 255 255 / 64%);
}

.home-reference-preview .hero .hero-image-note {
  display: none;
}

.home-reference-preview .section {
  padding-block: 78px 92px;
}

.home-reference-preview .section-band {
  border-color: var(--reference-line);
  background: var(--reference-surface);
}

.home-reference-preview .section h2,
.home-reference-preview .section-tight h2 {
  color: var(--reference-ink);
  font-size: 3.25rem;
  line-height: 1.1;
  font-weight: 750;
}

.home-reference-preview .eyebrow {
  margin-bottom: 12px;
  color: var(--reference-orange);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-reference-preview .lead,
.home-reference-preview .cms-block-body,
.home-reference-preview .home-industries-section .lead,
.home-reference-preview .home-industries-section .cms-block-body {
  color: var(--reference-muted);
}

.home-reference-preview .section-head {
  align-items: end;
  margin-bottom: 30px;
}

.home-reference-preview .section-head .lead {
  max-width: 650px;
  margin-top: 10px;
}

.home-reference-preview .section-more-link,
.home-reference-preview .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--reference-blue);
  font-weight: 800;
  transition: color 200ms ease, gap 200ms ease;
}

.home-reference-preview .section-more-link:hover,
.home-reference-preview .section-more-link:focus-visible,
.home-reference-preview .text-link:hover,
.home-reference-preview .text-link:focus-visible {
  gap: 12px;
  color: var(--reference-orange);
}

.home-reference-preview .home-job-showcase-section {
  padding-top: 40px;
  background: var(--reference-paper);
}

.home-reference-preview .home-job-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  height: auto;
}

@media (min-width: 1180px) {
  .home-reference-preview .home-job-showcase[data-job-count="3"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.home-reference-preview .home-job-showcase .job-summary-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  height: auto;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--reference-line);
  border-radius: 2px;
  background: var(--reference-surface);
  box-shadow: none;
  transition: border-color 220ms ease, background-color 220ms ease;
}

.home-reference-preview .home-job-showcase .job-summary-card::before,
.home-reference-preview .home-case-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 3px;
  background: var(--reference-orange);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 220ms ease, transform 220ms ease;
}

.home-reference-preview .home-job-showcase .job-summary-card:hover::before,
.home-reference-preview .home-job-showcase .job-summary-card:focus-visible::before,
.home-reference-preview .home-case-item:hover::before,
.home-reference-preview .home-case-item:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.home-reference-preview .home-job-showcase .job-summary-card:hover,
.home-reference-preview .home-job-showcase .job-summary-card:focus-visible {
  border-color: var(--reference-blue);
  background: color-mix(in srgb, var(--reference-blue), var(--reference-surface) 96%);
  transform: none;
}

.home-reference-preview .home-job-showcase .home-job-cover-frame {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  height: auto;
  aspect-ratio: 133 / 60;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  background: var(--reference-surface);
}

.home-reference-preview .home-job-showcase .home-job-cover-frame::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgb(255 255 255 / 52%), rgb(255 255 255 / 26%));
  content: "";
  pointer-events: none;
}

.home-reference-preview .home-job-showcase .home-job-cover-backdrop {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: blur(14px) saturate(0.96);
  opacity: 0.62;
  transform: scale(1.06);
}

.home-reference-preview .home-job-showcase .home-job-cover {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  transition: filter 220ms ease;
}

.home-reference-preview .home-job-showcase .job-summary-card:hover .home-job-cover,
.home-reference-preview .home-job-showcase .job-summary-card:focus-visible .home-job-cover {
  filter: saturate(1.08) contrast(1.02);
}

.home-reference-preview .home-job-showcase .job-summary-card > div {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px 60px;
}

.home-reference-preview .home-job-showcase .home-job-meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-reference-preview .home-job-showcase .home-job-meta::after {
  width: 42px;
  height: 1px;
  background: var(--reference-line);
  content: "";
}

.home-reference-preview .home-job-showcase .job-summary-card h3 {
  display: -webkit-box;
  min-height: calc(1.3em * 2);
  max-height: calc(1.3em * 2);
  margin: 0;
  overflow: hidden;
  color: var(--reference-ink);
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-reference-preview .home-job-showcase .home-job-summary {
  display: -webkit-box;
  min-height: calc(1.65em * 2);
  max-height: calc(1.65em * 2);
  margin: 0;
  overflow: hidden;
  color: var(--reference-muted);
  line-height: 1.65;
  text-wrap: pretty;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-reference-preview .home-job-showcase .home-job-index {
  color: var(--reference-orange);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.home-reference-preview .home-job-showcase .job-summary-card .eyebrow {
  margin: 0;
}

.home-reference-preview .home-job-showcase .job-summary-card .text-link {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  margin-top: 0;
  line-height: 1.25;
}

.home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="lead"] {
  grid-row: auto;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  grid-template-rows: minmax(0, 1fr);
  min-height: 342px;
}

.home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="lead"] > .home-job-cover-frame {
  height: 100%;
  min-height: 342px;
  aspect-ratio: 133 / 60;
}

.home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="lead"] h3 {
  max-width: 680px;
  font-size: 1.62rem;
  line-height: 1.22;
}

.home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="lead"] .home-job-summary {
  max-width: 640px;
  -webkit-line-clamp: 3;
}

.home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="compact-a"] {
  grid-row: auto;
  grid-column: auto;
  min-height: 0;
}

.home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="compact-b"] {
  grid-row: auto;
  grid-column: auto;
  min-height: 0;
}

.home-reference-preview .home-job-showcase .job-summary-card:is([data-job-layout="compact-a"], [data-job-layout="compact-b"]) > .home-job-cover-frame {
  height: auto;
}

.home-reference-preview .home-job-showcase .job-summary-card:is([data-job-layout="compact-a"], [data-job-layout="compact-b"]) > div {
  gap: 9px;
  padding: 20px 20px 58px;
}

.home-reference-preview .home-job-showcase .job-summary-card:is([data-job-layout="compact-a"], [data-job-layout="compact-b"]) h3 {
  font-size: 1.08rem;
}

.home-reference-preview .home-job-showcase .job-summary-card:is([data-job-layout="compact-a"], [data-job-layout="compact-b"]) .home-job-summary {
  display: -webkit-box;
  min-height: calc(1.65em * 2);
  max-height: calc(1.65em * 2);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-reference-preview .home-job-showcase .job-summary-card:is([data-job-layout="compact-a"], [data-job-layout="compact-b"]) .text-link {
  right: 14px;
  bottom: 14px;
  left: 14px;
}

.home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="wide"] {
  grid-row: auto;
  grid-column: auto;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  min-height: 0;
}

.home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="wide"] > div {
  padding: 20px 20px 58px;
}

.home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="wide"] h3 {
  font-size: 1.08rem;
}

.home-reference-preview .home-job-showcase .job-summary-card[data-has-cover="false"] {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.home-reference-preview .home-job-showcase .job-summary-card[data-has-cover="false"] > div {
  padding-top: 28px;
}

.home-reference-preview .home-job-showcase .job-empty-state {
  grid-column: 1 / -1;
  border: 1px dashed var(--reference-line);
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
}

.home-reference-preview .home-answer-section .answer-box {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 8vw, 112px);
}

.home-reference-preview .home-answer-section .answer-box > div:first-child {
  padding-left: 18px;
  border-left: 3px solid var(--reference-orange);
}

.home-reference-preview .answer-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-reference-preview .answer-points article {
  padding-top: 16px;
  border-top: 1px solid var(--reference-line);
}

.home-reference-preview .answer-index {
  display: block;
  margin-bottom: 22px;
  color: var(--reference-orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.home-reference-preview .answer-points h3,
.home-reference-preview .answer-points p {
  color: var(--reference-ink);
}

.home-reference-preview .answer-points p {
  color: var(--reference-muted);
}

.home-reference-preview .home-industries-section {
  background: var(--reference-surface);
}

.home-reference-preview .home-industries-section .section-head {
  display: block;
  max-width: 800px;
}

.home-reference-preview .industry-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 34px;
}

.home-reference-preview .industry-tab {
  position: relative;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid var(--reference-line);
  border-radius: 2px;
  background: transparent;
  color: var(--reference-muted);
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.home-reference-preview .industry-tab:hover,
.home-reference-preview .industry-tab:focus-visible {
  z-index: 2;
  border-color: #31495d;
  background: #31495d;
  color: #fff;
  transform: translate3d(0, -6px, 0);
}

.home-reference-preview .industry-tab.is-active {
  border-color: #31495d;
  background: #31495d;
  color: #fff;
}

.home-reference-preview .industry-panels {
  margin-top: 14px;
}

.home-reference-preview .industry-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr) auto;
  gap: 32px;
  align-items: end;
  padding: 30px 0 26px;
  border-top: 1px solid var(--reference-line);
  border-bottom: 1px solid var(--reference-line);
  animation: reference-panel-in 220ms ease both;
}

.home-reference-preview .industry-panel[hidden] {
  display: none;
}

.home-reference-preview .industry-panel-kicker {
  margin-bottom: 10px;
  color: var(--reference-orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.home-reference-preview .industry-panel h3 {
  max-width: 600px;
  color: var(--reference-ink);
  font-size: 1.6rem;
}

.home-reference-preview .industry-panel > div > p:last-child,
.home-reference-preview .industry-panel dd {
  color: var(--reference-muted);
}

.home-reference-preview .industry-panel dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.home-reference-preview .industry-panel dl div {
  padding-left: 16px;
  border-left: 2px solid var(--reference-orange);
}

.home-reference-preview .industry-panel dt {
  margin-bottom: 2px;
  color: var(--reference-ink);
  font-weight: 800;
}

.home-reference-preview .industry-panel dd {
  margin: 0;
  line-height: 1.6;
}

@keyframes reference-panel-in {
  from { opacity: 0; transform: translateX(8px); }
  to { opacity: 1; transform: translateX(0); }
}

.home-reference-preview .about-split {
  gap: clamp(32px, 7vw, 104px);
}

.home-reference-preview .about-split figure {
  position: relative;
}

.home-reference-preview .about-split img.advisor-visual,
.home-reference-preview .about-split > figure > img:first-child {
  border-radius: 0;
  box-shadow: none;
  filter: saturate(0.7) contrast(1.05);
}

.home-reference-preview .advisor-priority .advisor-brand-mark {
  right: -16px;
  bottom: -16px;
  top: auto;
  width: 72px;
  padding: 5px;
  border-radius: 0;
  background: var(--reference-surface);
  box-shadow: none;
}

.home-reference-preview .advisor-delivery-list {
  margin-top: 26px;
}

.home-reference-preview .advisor-delivery-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--reference-line);
}

.home-reference-preview .advisor-delivery-list article > span {
  color: var(--reference-orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-reference-preview .advisor-delivery-list h3 {
  margin-bottom: 4px;
  color: var(--reference-ink);
  font-size: 1rem;
}

.home-reference-preview .advisor-delivery-list p {
  color: var(--reference-muted);
}

.home-reference-preview .advisor-priority .cta-row {
  margin-top: 24px;
}

.home-reference-preview .home-case-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
}

.home-reference-preview .home-case-item {
  position: relative;
  display: flex;
  min-height: 238px;
  flex-direction: column;
  gap: 10px;
  padding: 22px 22px 62px;
  overflow: hidden;
  border: 1px solid var(--reference-line);
  border-radius: 2px;
  background:
    linear-gradient(135deg, #edf3f5 0%, #f8faf8 58%, #fff3e8 100%) left / 0% 100% no-repeat,
    var(--reference-surface);
  color: var(--reference-ink);
  box-shadow: none;
  transition: background-size 280ms ease, border-color 220ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.home-reference-preview .home-case-item:hover,
.home-reference-preview .home-case-item:focus-visible {
  z-index: 2;
  border-color: var(--reference-blue);
  background-size: 100% 100%, auto;
  box-shadow: none;
  transform: translate3d(0, -6px, 0);
}

.home-reference-preview .home-case-index {
  color: var(--reference-orange);
  font-size: 1.5rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.home-reference-preview .home-case-item .eyebrow {
  margin: 6px 0 0;
}

.home-reference-preview .home-case-item h3 {
  font-size: 1.16rem;
}

.home-reference-preview .home-case-item > p:not(.eyebrow) {
  color: var(--reference-muted);
}

.home-reference-preview .home-case-item .text-link {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  margin-top: 0;
}

.home-reference-preview .proof-wall-section {
  background: var(--reference-deep);
  color: #fff;
}

.home-reference-preview .proof-wall-section h2,
.home-reference-preview .proof-wall-section .proof-card h3 {
  color: #fff;
}

.home-reference-preview .proof-card {
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / 28%);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-reference-preview .proof-card:hover,
.home-reference-preview .proof-card:focus-within {
  border-color: var(--reference-orange);
  background: transparent;
  box-shadow: none;
  transform: none;
}

.home-reference-preview .proof-card img {
  padding: 8px;
  background: #fff;
  transition: transform 220ms ease;
}

.home-reference-preview .proof-card:hover img,
.home-reference-preview .proof-card:focus-within img {
  transform: scale(1.025);
}

.home-reference-preview .proof-card div {
  padding: 14px 0 18px;
  text-align: left;
}

.home-reference-preview .client-logo-section {
  padding-block: 44px;
  background: var(--reference-paper);
}

.home-reference-preview .client-logo-title {
  margin-bottom: 24px;
  text-align: left;
}

.home-reference-preview .client-logo-title h2 {
  color: var(--reference-ink);
  font-size: 2rem;
}

.home-reference-preview .client-logo-card {
  min-height: 86px;
  border: 0;
  border-right: 1px solid var(--reference-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-reference-preview .client-logo-card::before {
  display: none;
}

.home-reference-preview .client-logo-card img {
  filter: none;
  transition: filter 200ms ease, transform 200ms ease;
}

.home-reference-preview .client-logo-card:hover,
.home-reference-preview .client-logo-card:focus-within {
  border-color: var(--reference-line);
  background: transparent;
  box-shadow: none;
  transform: none;
}

.home-reference-preview .client-logo-card:hover img,
.home-reference-preview .client-logo-card:focus-within img {
  filter: saturate(1.08) contrast(1.02);
  transform: none;
}

.home-reference-preview .client-logo-card span {
  color: var(--reference-muted);
}

.home-reference-preview .reveal {
  transform: none;
  transition: opacity 420ms ease;
}

.home-reference-preview .reveal.is-visible {
  transform: none;
}

.home-reference-preview :is(a, button, [tabindex]):focus-visible {
  outline: 2px solid var(--reference-orange);
  outline-offset: 4px;
}

.home-reference-preview .site-footer {
  background: var(--reference-deep);
}

@media (max-width: 1179px) {
  .home-reference-preview .hero {
    min-height: 560px;
    padding-top: 78px;
  }

  .home-reference-preview .hero h1 {
    font-size: 3.8rem;
  }

  .home-reference-preview .home-job-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    height: auto;
  }

  .home-reference-preview .home-job-showcase .job-summary-card {
    min-height: 0;
  }

  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="lead"] {
    grid-row: auto;
    grid-column: 1 / span 2;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    min-height: 0;
  }

  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="lead"] > .home-job-cover-frame {
    height: auto;
    min-height: 0;
    aspect-ratio: 133 / 60;
  }

  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="wide"] {
    grid-row: auto;
    grid-column: 1 / span 2;
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

@media (max-width: 819px) {
  .home-reference-preview .about-split,
  .home-reference-preview .home-answer-section .answer-box {
    grid-template-columns: 1fr;
  }

  .home-reference-preview .home-answer-section .answer-box > div:first-child {
    max-width: 700px;
  }

  .home-reference-preview .industry-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .home-reference-preview .industry-panel .text-link {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .home-reference-preview .site-header {
    min-height: 66px;
  }

  .home-reference-preview .site-nav {
    gap: 0;
  }

  .home-reference-preview .hero {
    min-height: 690px;
    padding: 80px 0 0;
    background-position: 62% center;
  }

  .home-reference-preview .hero-grid {
    grid-template-columns: 1fr;
  }

  .home-reference-preview .hero-copy {
    max-width: none;
  }

  .home-reference-preview .hero h1 {
    max-width: 620px;
    font-size: 2.75rem;
  }

  .home-reference-preview .hero p {
    font-size: 1rem;
  }

  .home-reference-preview .hero-fact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
  }

  .home-reference-preview .hero .hero-fact-strip div {
    min-height: 76px;
    padding: 12px 8px;
  }

  .home-reference-preview .hero .hero-fact-strip {
    width: 100%;
  }

  .home-reference-preview .hero .hero-fact-strip strong {
    font-size: 1.45rem;
  }

  .home-reference-preview .section {
    padding-block: 58px 68px;
  }

  .home-reference-preview .section h2,
  .home-reference-preview .section-tight h2 {
    font-size: 2.2rem;
  }

  .home-reference-preview .section-head {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }

  .home-reference-preview .home-job-showcase {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
    height: auto;
  }

  .home-reference-preview .home-job-showcase .job-summary-card,
  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="lead"],
  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="compact-a"],
  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="compact-b"],
  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="wide"] {
    grid-row: auto;
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: 0;
    height: auto;
  }

  .home-reference-preview .home-job-showcase .job-summary-card > .home-job-cover-frame,
  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="lead"] > .home-job-cover-frame,
  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="wide"] > .home-job-cover-frame,
  .home-reference-preview .home-job-showcase .job-summary-card:is([data-job-layout="compact-a"], [data-job-layout="compact-b"]) > .home-job-cover-frame {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .home-reference-preview .home-job-showcase .job-summary-card > div,
  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="lead"] > div,
  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="wide"] > div {
    min-height: 220px;
    padding: 24px 20px 58px;
  }

  .home-reference-preview .home-job-showcase .job-summary-card h3,
  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="lead"] h3,
  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="wide"] h3 {
    max-width: 88%;
    font-size: 1.32rem;
  }

  .home-reference-preview .home-job-showcase .job-summary-card .home-job-summary,
  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="lead"] .home-job-summary,
  .home-reference-preview .home-job-showcase .job-summary-card[data-job-layout="wide"] .home-job-summary {
    max-width: 88%;
    -webkit-line-clamp: 3;
  }

  .home-reference-preview .home-job-showcase .job-summary-card:is([data-job-layout="compact-a"], [data-job-layout="compact-b"]) .home-job-summary {
    display: -webkit-box;
    min-height: calc(1.65em * 2);
    max-height: calc(1.65em * 2);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .home-reference-preview .answer-points {
    grid-template-columns: 1fr;
  }

  .home-reference-preview .industry-tabs {
    display: flex;
    margin-inline: -18px;
    padding-inline: 18px;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .home-reference-preview .industry-tab {
    flex: 0 0 132px;
    min-height: 52px;
    padding-inline: 14px;
    white-space: nowrap;
  }

  .home-reference-preview .industry-tab:hover,
  .home-reference-preview .industry-tab:focus-visible {
    transform: none;
  }

  .home-reference-preview .home-case-list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .home-reference-preview .home-case-item {
    min-height: 190px;
  }

  .home-reference-preview .home-case-item:hover,
  .home-reference-preview .home-case-item:focus-visible {
    transform: none;
  }

  .home-reference-preview .proof-marquee {
    margin-inline: -18px;
    width: calc(100% + 36px);
    padding-inline: 18px;
  }

  .home-reference-preview .client-logo-section {
    padding-block: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-reference-preview .industry-panel {
    animation: none;
  }

  .home-reference-preview .home-job-showcase .job-summary-card,
  .home-reference-preview .home-case-item,
  .home-reference-preview .client-logo-card img,
  .home-reference-preview .proof-card img {
    transition: none;
  }

  .home-reference-preview .home-job-showcase .job-summary-card:hover,
  .home-reference-preview .home-job-showcase .job-summary-card:focus-within,
  .home-reference-preview .home-case-item:hover,
  .home-reference-preview .home-case-item:focus-visible {
    transform: none;
  }

  .home-reference-preview .industry-tab:hover,
  .home-reference-preview .industry-tab:focus-visible {
    transform: none;
  }
}

/* End local homepage redesign preview v2. */

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0f1b27;
    --surface: #142638;
    --surface-2: #1d3347;
    --text: #edf5fb;
    --muted: #a8bac8;
    --line: #2d4558;
    --primary: #4eb0ef;
    --primary-strong: #84c9f6;
    --accent: #ffab38;
    --accent-ink: #201304;
    --proof: #e25755;
    --float-base-border: rgba(112, 215, 255, 0.36);
    --float-base-surface: linear-gradient(180deg, #142638 0%, #183047 100%);
    --float-base-shadow: 0 10px 24px rgba(90, 204, 255, 0.11);
    --float-base-shadow-compact: 0 8px 18px rgba(90, 204, 255, 0.1);
    --float-border: #70d7ff;
    --float-surface: linear-gradient(180deg, #183147 0%, #123552 100%);
    --float-shadow: 0 18px 36px rgba(90, 204, 255, 0.22), 0 8px 18px rgba(255, 171, 56, 0.12);
    --float-shadow-compact: 0 14px 28px rgba(90, 204, 255, 0.2), 0 6px 14px rgba(255, 171, 56, 0.12);
    --shadow: 0 22px 55px rgba(0, 0, 0, 0.3);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  line-height: 1.75;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

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

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding-left: 1.25rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 18px 12px;
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--text);
  font-weight: 700;
  background: color-mix(in srgb, var(--surface-2), transparent 22%);
}

.contact-phone-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 3px 12px;
  margin: -3px -12px;
  border-radius: 999px;
  color: var(--primary-strong);
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.contact-phone-link:hover,
.contact-phone-link:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #005f9e 0%, #0089d0 100%);
  box-shadow: 0 14px 30px rgba(0, 95, 158, 0.28);
  cursor: pointer;
  transform: translateY(-1px);
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 2px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid color-mix(in srgb, var(--line), transparent 16%);
  background: color-mix(in srgb, var(--bg), transparent 8%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--text);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 54px;
  height: 40px;
  object-fit: contain;
}

.brand span {
  white-space: nowrap;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a {
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: color-mix(in srgb, var(--primary), transparent 72%);
  background: color-mix(in srgb, var(--primary), white 90%);
  color: var(--primary-strong);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--primary), transparent 86%);
  transform: translateY(-1px);
}

.site-nav a[aria-current="page"] {
  border-color: color-mix(in srgb, var(--primary), transparent 68%);
  background: color-mix(in srgb, var(--primary), white 88%);
  color: var(--primary-strong);
  font-weight: 800;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--text);
  padding: 8px 14px;
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.breadcrumb-nav {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 13px 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
  list-style: none;
}

.breadcrumb-list li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.breadcrumb-list li + li::before {
  color: color-mix(in srgb, var(--muted), transparent 42%);
  content: "/";
}

.breadcrumb-list a {
  color: var(--primary);
  text-decoration: none;
}

.breadcrumb-list a:hover,
.breadcrumb-list a:focus-visible {
  color: var(--primary-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumb-list [aria-current="page"] {
  max-width: min(70vw, 720px);
  overflow: hidden;
  color: var(--text);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wide-container {
  width: min(1320px, calc(100% - 36px));
  margin: 0 auto;
}

.ai-index-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: normal;
}

.section {
  padding: clamp(64px, 8vw, 112px) 0;
}

.section.ai-index-only {
  padding: 0;
}

.home-source-section {
  padding: clamp(58px, 7vw, 88px) 0;
  border-top: 1px solid var(--reference-line);
  background: var(--reference-surface);
}

.home-source-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.7fr) minmax(0, 1.8fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
  margin-bottom: 38px;
}

.home-source-heading .eyebrow {
  margin: 7px 0 0;
  color: var(--reference-orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.home-source-heading h2 {
  margin: 0 0 12px;
  color: var(--reference-ink);
  font-size: 3.2rem;
  letter-spacing: -0.04em;
}

.home-source-heading > div > p {
  max-width: 720px;
  margin: 0;
  color: var(--reference-muted);
  line-height: 1.85;
}

.home-source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--reference-line);
  border-bottom: 1px solid var(--reference-line);
}

.home-source-card {
  display: flex;
  min-height: 278px;
  padding: 28px 30px 30px;
  flex-direction: column;
  border-right: 1px solid var(--reference-line);
}

.home-source-card:last-child {
  border-right: 0;
}

.home-source-card > span {
  color: var(--reference-orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-source-card h3 {
  margin: 34px 0 14px;
  color: var(--reference-ink);
  font-size: 1.18rem;
  line-height: 1.45;
}

.home-source-card p {
  margin: 0 0 28px;
  color: var(--reference-muted);
  line-height: 1.75;
}

.home-source-card a {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  gap: 8px;
  align-items: center;
  color: var(--reference-blue);
  font-weight: 800;
}

.home-source-card a:hover,
.home-source-card a:focus-visible {
  color: var(--reference-orange);
}

.home-source-card a b {
  font-size: 1.05em;
  font-weight: 500;
}

.section-tight {
  padding: clamp(44px, 6vw, 72px) 0;
}

.section-band {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-page .site-header {
  background: color-mix(in srgb, var(--surface), transparent 10%);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: 720px;
  overflow: hidden;
  padding: 118px 0 88px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(6, 22, 36, 0.96) 0%, rgba(7, 33, 53, 0.88) 42%, rgba(7, 35, 56, 0.42) 72%, rgba(7, 35, 56, 0.2) 100%),
    linear-gradient(180deg, rgba(4, 18, 29, 0.18) 0%, rgba(4, 18, 29, 0.58) 100%),
    var(--home-hero-image, url("/assets/office-logo-wall.jpg"));
  background-position: center, center, 58% center;
  background-size: cover;
}

.hero::after {
  content: "";
  position: absolute;
  left: clamp(18px, 4vw, 56px);
  right: clamp(18px, 4vw, 56px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(78, 176, 239, 0.8), rgba(242, 138, 0, 0.35), transparent);
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 790px);
  align-items: center;
}

.hero-copy {
  max-width: 790px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  border-left: 4px solid var(--accent);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  padding: 0 12px;
  font-size: 0.92rem;
  font-weight: 800;
}

.hero h1,
.page-hero h1 {
  max-width: 860px;
  margin: 0 0 20px;
  line-height: 1.06;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hero h1 {
  color: #ffffff;
  font-size: 4.9rem;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.26);
}

.page-hero h1 {
  font-size: 3.7rem;
}

.hero p,
.page-hero p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.18rem;
}

.hero p {
  color: rgba(237, 247, 255, 0.88);
}

.hero .button-primary {
  border-color: #ffffff;
  background: #ffffff;
  color: #073456;
}

.hero .button-primary:hover,
.hero .button-primary:focus-visible {
  border-color: #d7ecfb;
  background: #d7ecfb;
  color: #062b47;
}

.hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.hero .button-secondary:hover,
.hero .button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: #ffffff;
}

.hero-media {
  position: relative;
  display: grid;
  gap: 14px;
}

.hero-media img {
  width: 100%;
  min-height: 460px;
  max-height: 620px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.case-detail-layout {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
}

.case-detail-media,
.case-detail-content {
  width: min(100%, 960px);
  margin-inline: auto;
}

.case-detail-media {
  margin-block: 0;
}

.hero-media.case-detail-media img {
  display: block;
  width: 100%;
  min-height: 0;
  max-height: none;
  height: auto;
  object-fit: contain;
}

.media-caption {
  color: var(--muted);
  font-size: 0.88rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid var(--primary);
  padding: 0 22px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:active {
  transform: translateY(1px);
}

.button-primary {
  background: var(--primary);
  color: #ffffff;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--primary-strong);
  border-color: var(--primary-strong);
}

.button-secondary {
  background: transparent;
  color: var(--primary-strong);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: color-mix(in srgb, var(--primary), transparent 88%);
}

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

.hero .hero-fact-strip {
  width: min(100%, 760px);
  margin-top: 48px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hero .hero-fact-strip div {
  background: rgba(5, 27, 44, 0.58);
}

.hero .hero-fact-strip strong {
  color: #ffffff;
}

.hero .hero-fact-strip span {
  color: rgba(237, 247, 255, 0.72);
}

.hero .hero-image-note {
  margin-top: 16px;
  color: rgba(237, 247, 255, 0.58);
  font-size: 0.86rem;
}

.fact-strip div {
  padding: 18px;
  background: var(--surface);
}

.fact-strip strong,
.metric-grid strong {
  display: block;
  color: var(--primary-strong);
  font-size: 2.1rem;
  line-height: 1.1;
}

.fact-strip span,
.metric-grid span {
  display: block;
  color: var(--muted);
  margin-top: 7px;
  font-size: 0.92rem;
}

.answer-box {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.section h2,
.section-tight h2 {
  margin: 0 0 18px;
  font-size: 3.2rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.section h3 {
  margin: 0 0 10px;
  font-size: 1.32rem;
  line-height: 1.35;
}

.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.cms-block-body {
  max-width: 760px;
  margin-top: 12px;
  color: var(--muted);
}

.plain-list {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
}

.plain-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.service-matrix-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: end;
}

.service-matrix-heading h2 {
  max-width: 620px;
  margin-bottom: 0;
  text-wrap: balance;
}

.service-matrix-heading .lead {
  max-width: 600px;
  padding-bottom: 5px;
  text-wrap: pretty;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(34px, 5vw, 56px);
}

.service-panel {
  --service-accent: var(--primary);
  --service-surface: color-mix(in srgb, var(--primary), var(--surface) 94%);
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: clamp(26px, 3.4vw, 42px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--service-accent), var(--line) 72%);
  border-radius: var(--radius);
  background: var(--service-surface);
  box-shadow: 0 12px 30px rgba(24, 77, 111, 0.07);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.service-panel::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--service-accent);
  content: "";
}

.service-panel:nth-child(2) {
  --service-accent: var(--accent);
  --service-surface: color-mix(in srgb, var(--accent), var(--surface) 95%);
}

.service-panel:nth-child(3) {
  --service-accent: #19a68c;
  --service-surface: color-mix(in srgb, #58c7b3, var(--surface) 94%);
}

.service-panel:nth-child(4) {
  --service-accent: #607ed6;
  --service-surface: color-mix(in srgb, #8298dc, var(--surface) 95%);
}

.service-panel:hover,
.service-panel:focus-within,
.service-panel.reveal.is-visible:hover,
.service-panel.reveal.is-visible:focus-within {
  border-color: color-mix(in srgb, var(--service-accent), var(--line) 26%);
  box-shadow: 0 22px 46px rgba(24, 77, 111, 0.14);
  transform: translateY(-6px);
}

.service-title-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
}

.service-index {
  color: var(--service-accent);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.service-panel h3 {
  margin: 0;
  font-size: 1.58rem;
  line-height: 1.25;
  text-wrap: balance;
}

.service-panel > p {
  max-width: 56ch;
  margin: 22px 0 0 40px;
  color: var(--muted);
  text-wrap: pretty;
}

.service-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 12px;
  margin: auto 0 0 40px;
  padding-top: 28px;
  color: var(--primary-strong);
  font-weight: 800;
  transition: color 220ms ease, gap 220ms ease;
}

.service-link:hover,
.service-link:focus-visible {
  gap: 18px;
  color: var(--service-accent);
}

.service-link:focus-visible {
  outline: 2px solid var(--service-accent);
  outline-offset: 5px;
}

.service-panel p,
.timeline p,
.case-card p,
.proof-card p {
  color: var(--muted);
}

.industry-layout {
  display: block;
  max-width: 1160px;
}

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

.industry-item {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--float-base-border);
  border-radius: var(--radius);
  background: var(--float-base-surface);
  box-shadow: var(--float-base-shadow);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.industry-item:hover,
.industry-item:focus-within {
  border-color: var(--float-border);
  background: var(--float-surface);
  box-shadow: var(--float-shadow);
  transform: translateY(-7px);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

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

.timeline article {
  padding: 22px;
  border: 1px solid var(--float-base-border);
  border-radius: var(--radius);
  background: var(--float-base-surface);
  box-shadow: var(--float-base-shadow);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.timeline article:hover,
.timeline article:focus-within {
  border-color: var(--float-border);
  background: var(--float-surface);
  box-shadow: var(--float-shadow);
  transform: translateY(-7px);
}

.timeline .step-name {
  color: var(--primary-strong);
  font-weight: 800;
}

.case-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
}

.case-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.case-feature .case-card {
  height: 100%;
}

.case-feature .hero-media {
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
}

.case-feature .hero-media img {
  height: 100%;
  min-height: 0;
  max-height: none;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  margin: 26px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.metric-grid div {
  padding: 18px;
  background: var(--surface);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.proof-wall-section {
  overflow: hidden;
}

.proof-marquee {
  position: relative;
  width: 100%;
  margin-top: 34px;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}

.proof-marquee-track {
  --proof-loop-distance: 0px;
  --proof-loop-duration: 30s;
  display: flex;
  width: max-content;
  margin-top: 0;
  gap: 18px;
  will-change: transform;
}

.proof-marquee-track.is-ready {
  animation: proof-marquee-loop var(--proof-loop-duration) linear infinite;
}

.proof-marquee:hover .proof-marquee-track,
.proof-marquee:focus-within .proof-marquee-track {
  animation-play-state: paused;
}

.proof-marquee .proof-card {
  flex: 0 0 clamp(260px, 24vw, 356px);
}

@keyframes proof-marquee-loop {
  to {
    transform: translate3d(calc(-1 * var(--proof-loop-distance)), 0, 0);
  }
}

.news-section {
  overflow: hidden;
  background: #f6fbff;
  border-block: 1px solid var(--line);
}

.news-marquee {
  position: relative;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
}

.news-marquee-track {
  --proof-loop-distance: 0px;
  --proof-loop-duration: 36s;
  display: flex;
  width: max-content;
  gap: 18px;
  will-change: transform;
}

.news-marquee-track.is-ready {
  animation: proof-marquee-loop var(--proof-loop-duration) linear infinite;
}

.news-marquee:hover .news-marquee-track,
.news-marquee:focus-within .news-marquee-track {
  animation-play-state: paused;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.news-list-grid {
  margin-top: 0;
}

.news-grid .news-card {
  flex: none;
  min-width: 0;
}

.news-card {
  flex: 0 0 clamp(290px, 25vw, 365px);
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.news-card:hover,
.news-card:focus-visible {
  transform: translateY(-6px);
  border-color: #70bce9;
  box-shadow: 0 18px 40px rgba(25, 117, 172, 0.14);
}

.news-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.news-card-content {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.news-card time {
  color: var(--brand);
  font-weight: 700;
}

.news-card h3,
.news-card p {
  margin: 0;
}

.news-card p {
  color: var(--muted);
  line-height: 1.7;
  display: -webkit-box;
  min-height: calc(1.7em * 3);
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-section-actions {
  justify-content: flex-end;
  margin-top: 22px;
}

.news-rich-text {
  max-width: 920px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #b7d9ee;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.pagination-link:hover,
.pagination-link:focus-visible {
  transform: translateY(-2px);
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

.pagination-link.is-active {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

.pagination-link.is-disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.pagination-link.is-disabled:hover {
  transform: none;
  border-color: #b7d9ee;
  background: rgba(255, 255, 255, 0.82);
  color: var(--primary);
}

.proof-card {
  overflow: hidden;
  border: 1px solid var(--float-base-border);
  border-radius: var(--radius);
  background: var(--float-base-surface);
  box-shadow: var(--float-base-shadow);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.proof-card:hover,
.proof-card:focus-within {
  border-color: var(--float-border);
  background: var(--float-surface);
  box-shadow: var(--float-shadow);
  transform: translateY(-7px);
}

.proof-card img {
  width: 100%;
  aspect-ratio: 1 / 0.86;
  display: block;
  object-fit: contain;
  padding: 14px;
  background: #ffffff;
}

.proof-card div {
  padding: 18px 16px 20px;
  text-align: center;
}

.proof-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-head .lead {
  margin-top: 10px;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--primary-strong);
  font-size: 0.88rem;
  font-weight: 800;
}

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

.case-summary-card,
.partner-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.case-summary-card {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.case-summary-card:hover,
.case-summary-card:focus-within {
  border-color: color-mix(in srgb, var(--primary), var(--line) 42%);
  box-shadow: var(--float-shadow-compact);
  transform: translateY(-6px);
}

.case-summary-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.case-summary-card img,
.partner-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  background: var(--surface-2);
}

.case-summary-card > div,
.partner-card > div {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.case-summary-card p,
.partner-card p {
  color: var(--muted);
}

.case-summary-card .text-link {
  justify-self: start;
}

.case-center-grid .case-summary-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.case-center-grid .case-summary-card > div {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.case-center-grid .case-summary-card h3,
.job-fixed-grid .job-summary-card h3,
.jobs-list-grid .job-summary-card h3 {
  display: -webkit-box;
  min-height: calc(1.28em * 2);
  max-height: calc(1.28em * 2);
  overflow: hidden;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.case-center-grid .case-summary-card > div > p:not(.eyebrow) {
  display: -webkit-box;
  min-height: calc(1.75em * 3);
  max-height: calc(1.75em * 3);
  overflow: hidden;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.case-center-grid .case-summary-card .text-link {
  margin-top: auto;
}

.job-opportunities-section {
  background: #f6fbff;
  border-block: 1px solid var(--line);
}

.job-center-grid {
  align-items: stretch;
}

.job-fixed-grid,
.jobs-list-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.job-fixed-grid {
  gap: 12px;
}

@media (min-width: 981px) {
  .job-fixed-grid[data-job-count="1"] {
    grid-template-columns: minmax(0, 1fr);
  }

  .job-fixed-grid[data-job-count="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-fixed-grid[data-job-count="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.job-fixed-grid .job-summary-card,
.jobs-list-grid .job-summary-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 430px;
}

.job-fixed-grid .job-summary-card > div,
.jobs-list-grid .job-summary-card > div {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.job-fixed-grid .job-summary-card > div > p:not(.eyebrow),
.jobs-list-grid .job-summary-card > div > p:not(.eyebrow) {
  display: -webkit-box;
  min-height: calc(1.75em * 3);
  max-height: calc(1.75em * 3);
  overflow: hidden;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.job-fixed-grid .job-summary-card .text-link,
.jobs-list-grid .job-summary-card .text-link {
  margin-top: auto;
}

.job-section-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.job-more-link {
  font-weight: 800;
  color: var(--primary);
}

.job-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
}

.job-marquee-track {
  --proof-loop-distance: 0px;
  --proof-loop-duration: 30s;
  display: flex;
  width: max-content;
  gap: 18px;
  will-change: transform;
}

.job-marquee-track.is-ready {
  animation: proof-marquee-loop var(--proof-loop-duration) linear infinite;
}

.job-marquee:hover .job-marquee-track,
.job-marquee:focus-within .job-marquee-track {
  animation-play-state: paused;
}

.job-marquee .job-summary-card {
  flex: 0 0 clamp(300px, 30vw, 390px);
}

.job-summary-card {
  height: 100%;
}

.job-summary-card img {
  aspect-ratio: 16 / 9;
}

.job-empty-state {
  grid-column: 1 / -1;
  margin: 0;
  padding: 34px;
  border: 1px dashed #a9cde5;
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  text-align: center;
}

.job-detail-hero {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  min-height: min(680px, calc(100svh - 72px));
  padding-bottom: clamp(76px, 10vh, 112px);
  border-bottom: 0;
}

.job-detail-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(96px, 16vh, 150px);
  pointer-events: none;
  background:
    radial-gradient(80% 90% at 50% 100%, rgba(6, 115, 183, 0.1), transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), var(--surface-2) 92%);
  border-bottom: 1px solid color-mix(in srgb, var(--primary), transparent 84%);
}

.job-detail-section {
  position: relative;
  z-index: 2;
  margin-top: clamp(-96px, -7vw, -58px);
  padding-top: clamp(28px, 4vw, 52px);
  scroll-margin-top: 94px;
}

.job-share-trigger {
  background: color-mix(in srgb, var(--surface), transparent 8%);
  cursor: pointer;
}

.share-panel {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  padding: 22px;
  place-items: center;
  background: rgba(8, 24, 40, 0.42);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.share-panel[hidden] {
  display: none;
}

.share-panel-card {
  position: relative;
  width: min(480px, 100%);
  padding: 34px;
  border: 1px solid color-mix(in srgb, var(--primary), transparent 72%);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: 0 26px 70px rgba(12, 44, 68, 0.28);
}

.share-panel-card h2 {
  margin: 6px 0 10px;
  font-size: 2rem;
  line-height: 1.15;
}

.share-panel-intro,
.share-status {
  color: var(--muted);
}

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

.share-actions button,
.share-panel-close {
  font: inherit;
  cursor: pointer;
}

.share-actions button {
  min-height: 48px;
  border: 1px solid color-mix(in srgb, var(--primary), transparent 64%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary), white 90%);
  color: var(--primary-strong);
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.share-actions button:hover,
.share-actions button:focus-visible {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 14px 28px rgba(6, 115, 183, 0.2);
  transform: translateY(-2px);
}

.share-panel-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1;
}

.share-status {
  min-height: 28px;
  margin-top: 16px;
  font-weight: 700;
}

.share-status[data-tone="success"] {
  color: #05704b;
}

.share-status[data-tone="error"] {
  color: #b42318;
}

.job-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(30px, 4vw, 54px);
  align-items: start;
}

.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(30px, 4vw, 54px);
  align-items: start;
}

.job-detail-media {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.news-detail-media {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.job-detail-media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
}

.news-detail-media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
}

.job-detail-layout > .content-block {
  width: min(100%, 1040px);
  margin-inline: auto;
}

.news-detail-layout > .content-block {
  width: min(100%, 1040px);
  margin-inline: auto;
}

.job-rich-text {
  margin-top: 28px;
}

.job-contact-section .section-head {
  align-items: center;
}

.case-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 2px;
}

.case-detail-tags span {
  border: 1px solid color-mix(in srgb, var(--primary), var(--line) 55%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary), #fff 90%);
  color: var(--primary-strong);
  padding: 7px 13px;
  font-size: 14px;
  font-weight: 800;
}

.cms-rich-text {
  display: grid;
  gap: 16px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.9;
}

.cms-rich-text h2,
.cms-rich-text h3,
.cms-rich-text p,
.cms-rich-text ul,
.cms-rich-text ol,
.cms-rich-text blockquote {
  margin: 0;
}

.cms-rich-text h2,
.cms-rich-text h3 {
  color: var(--text);
  line-height: 1.25;
}

.cms-rich-text ul,
.cms-rich-text ol {
  padding-left: 1.3em;
}

.cms-rich-text blockquote {
  border-left: 4px solid var(--primary);
  padding: 14px 18px;
  border-radius: 0 var(--radius) var(--radius) 0;
  background: color-mix(in srgb, var(--primary), #fff 92%);
  color: var(--text);
}

.cms-rich-text a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cms-rich-text img {
  display: block;
  width: auto;
  max-width: min(100%, 640px);
  height: auto;
  max-height: 720px;
  margin: 10px auto;
  border-radius: var(--radius);
  object-fit: contain;
  box-shadow: var(--shadow);
}

.cms-rich-text img[data-size="small"] {
  max-width: min(100%, 360px);
}

.cms-rich-text img[data-size="medium"] {
  max-width: min(100%, 640px);
}

.cms-rich-text img[data-size="large"] {
  max-width: min(100%, 900px);
}

.cms-rich-text img[data-size="full"] {
  max-width: 100%;
}

.cms-rich-text hr {
  width: 100%;
  height: 1px;
  margin: 12px 0;
  border: 0;
  background: var(--line);
}

.cms-rich-text li + li {
  margin-top: 6px;
}

.advisor-priority {
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--primary), transparent 92%) 0%, transparent 44%),
    var(--surface);
}

.advisor-priority .about-split {
  align-items: stretch;
}

.advisor-priority figure {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface-2);
  box-shadow: var(--shadow);
}

.advisor-priority .advisor-visual {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}

.advisor-priority .advisor-brand-mark {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 88px;
  height: auto;
  min-height: 0;
  padding: 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(15, 54, 84, 0.14);
  object-fit: contain;
}

.advisor-priority .plain-list {
  margin-top: 22px;
}

.client-logo-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(24px, 3vw, 36px);
  background:
    linear-gradient(180deg, var(--surface) 0%, color-mix(in srgb, var(--surface-2), var(--surface) 58%) 100%);
}

.client-logo-section::before {
  display: none;
  content: none;
}

.client-logo-section .container {
  position: relative;
}

.client-logo-title {
  margin-bottom: clamp(10px, 1.4vw, 14px);
  text-align: center;
}

.client-logo-title h2 {
  margin: 0;
  color: var(--text);
  font-size: 1.95rem;
  font-weight: 900;
  line-height: 1.12;
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
  max-width: 1120px;
  margin-inline: auto;
}

.client-logo-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}

.client-logo-marquee-track {
  --proof-loop-distance: 0px;
  --proof-loop-duration: 30s;
  display: flex;
  grid-template-columns: none;
  width: max-content;
  max-width: none;
  margin-inline: 0;
  gap: 9px;
  will-change: transform;
}

.client-logo-marquee-rows {
  display: grid;
  gap: 16px;
  width: 100%;
}

.client-logo-marquee-row {
  --partner-loop-start: 0px;
  --partner-loop-end: 0px;
  margin-inline: 0;
}

.client-logo-marquee-row.is-ready {
  animation: partner-marquee-loop var(--proof-loop-duration) linear infinite;
}

.client-logo-marquee:hover .client-logo-marquee-row,
.client-logo-marquee:focus-within .client-logo-marquee-row {
  animation-play-state: paused;
}

@keyframes partner-marquee-loop {
  from {
    transform: translate3d(var(--partner-loop-start), 0, 0);
  }

  to {
    transform: translate3d(var(--partner-loop-end), 0, 0);
  }
}

.client-logo-marquee-track > article {
  flex: 0 0 clamp(164px, 15vw, 180px);
}

.client-logo-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 98px;
  overflow: hidden;
  padding: 10px 10px 9px;
  border: 0;
  border-radius: var(--radius);
  background: var(--float-base-surface);
  box-shadow: var(--float-base-shadow-compact);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.client-logo-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #42c6ff, #ffb044);
  opacity: 0;
  transition: opacity 220ms ease;
}

.client-logo-card img {
  width: min(96%, 178px);
  height: 68px;
  object-fit: contain;
  transition: transform 220ms ease, filter 220ms ease;
}

.client-logo-card span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.2;
}

.client-logo-card:hover,
.client-logo-card:focus-within {
  z-index: 1;
  border-color: var(--float-border);
  background: var(--float-surface);
  box-shadow: var(--float-shadow-compact);
  transform: translateY(-6px);
}

.client-logo-card:hover::before,
.client-logo-card:focus-within::before {
  opacity: 1;
}

.client-logo-card:hover img,
.client-logo-card:focus-within img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.18);
}

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

.mini-metrics div {
  padding: 12px;
  background: var(--surface);
}

.mini-metrics strong,
.mini-metrics span {
  display: block;
}

.mini-metrics strong {
  color: var(--primary-strong);
  font-size: 1.08rem;
  line-height: 1.2;
}

.mini-metrics span {
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 3px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary), transparent 88%);
  color: var(--primary-strong);
  padding: 0 10px;
  font-size: 0.82rem;
  font-weight: 800;
}

.text-link {
  color: var(--primary-strong);
  font-weight: 900;
}

.empty-state {
  padding: 24px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
}

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

.reference-item {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--float-base-border);
  border-radius: var(--radius);
  background: var(--float-base-surface);
  box-shadow: var(--float-base-shadow);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.reference-item:hover,
.reference-item:focus-within {
  border-color: var(--float-border);
  background: var(--float-surface);
  box-shadow: var(--float-shadow);
  transform: translateY(-7px);
}

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

.about-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.about-split img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 0 20px;
}

summary {
  cursor: pointer;
  padding: 18px 0;
  font-weight: 800;
}

details p {
  padding: 0 0 20px;
  color: var(--muted);
}

.cta-band {
  background: var(--text);
  color: var(--surface);
}

.cta-band .lead {
  color: color-mix(in srgb, var(--surface), transparent 26%);
}

.page-hero {
  padding: clamp(56px, 9vw, 108px) 0 clamp(42px, 6vw, 72px);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.headhunting-page-hero,
.rpo-page-hero,
.assessment-page-hero,
.about-page-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: 640px;
  overflow: hidden;
  padding: 96px 0 74px;
  border-bottom: 0;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(5, 24, 39, 0.97) 0%, rgba(6, 35, 57, 0.92) 40%, rgba(6, 35, 57, 0.55) 70%, rgba(6, 35, 57, 0.2) 100%),
    linear-gradient(180deg, rgba(4, 18, 29, 0.16) 0%, rgba(4, 18, 29, 0.58) 100%),
    var(--service-hero-image, var(--headhunting-hero-image));
  background-position: center, center, center;
  background-size: cover;
}

.headhunting-hero-copy,
.rpo-hero-copy,
.assessment-hero-copy,
.about-hero-copy {
  max-width: 790px;
}

.headhunting-page-hero .eyebrow,
.rpo-page-hero .eyebrow,
.assessment-page-hero .eyebrow,
.about-page-hero .eyebrow {
  margin-bottom: 16px;
  color: rgba(219, 241, 255, 0.92);
}

.headhunting-page-hero h1,
.rpo-page-hero h1,
.assessment-page-hero h1,
.about-page-hero h1 {
  max-width: 860px;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.headhunting-page-hero .page-hero-summary,
.rpo-page-hero .page-hero-summary,
.assessment-page-hero .page-hero-summary,
.about-page-hero .page-hero-summary {
  max-width: 800px;
  margin-top: 24px;
  color: rgba(237, 247, 255, 0.88);
}

.headhunting-page-hero .page-hero-detail,
.rpo-page-hero .page-hero-detail,
.assessment-page-hero .page-hero-detail,
.about-page-hero .page-hero-detail {
  max-width: 880px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.02rem;
  line-height: 1.8;
}

.headhunting-hero-scope,
.rpo-hero-scope,
.assessment-hero-scope,
.about-hero-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.headhunting-hero-scope span,
.rpo-hero-scope span,
.assessment-hero-scope span,
.about-hero-scope span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  padding: 7px 15px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.headhunting-page-hero .cta-row,
.rpo-page-hero .cta-row,
.assessment-page-hero .cta-row,
.about-page-hero .cta-row {
  margin-top: 28px;
}

.headhunting-page-hero .button-primary,
.rpo-page-hero .button-primary,
.assessment-page-hero .button-primary,
.about-page-hero .button-primary {
  border-color: #ffffff;
  background: #ffffff;
  color: #073456;
}

.headhunting-page-hero .button-primary:hover,
.headhunting-page-hero .button-primary:focus-visible,
.rpo-page-hero .button-primary:hover,
.rpo-page-hero .button-primary:focus-visible,
.assessment-page-hero .button-primary:hover,
.assessment-page-hero .button-primary:focus-visible,
.about-page-hero .button-primary:hover,
.about-page-hero .button-primary:focus-visible {
  border-color: #d7ecfb;
  background: #d7ecfb;
  color: #062b47;
}

.headhunting-answer-section,
.rpo-answer-section,
.assessment-answer-section,
.about-intro-section {
  background: #f7fbfe;
}

.headhunting-answer-layout,
.rpo-answer-layout,
.assessment-answer-layout,
.about-intro-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  align-items: stretch;
}

.headhunting-answer-copy,
.rpo-answer-copy,
.assessment-answer-copy,
.about-intro-copy {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(16px, 3vw, 44px) 0;
}

.headhunting-answer-copy h2,
.rpo-answer-copy h2,
.assessment-answer-copy h2,
.about-intro-copy h2 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: 3.6rem;
  line-height: 1.08;
}

.headhunting-answer-copy .lead,
.rpo-answer-copy .lead,
.assessment-answer-copy .lead,
.about-intro-copy .lead {
  max-width: 760px;
  color: var(--text);
  font-size: 1.16rem;
  line-height: 1.9;
}

.headhunting-answer-copy > p:last-child,
.rpo-answer-copy > p:last-child,
.assessment-answer-copy > p:last-child {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.9;
}

.headhunting-answer-media,
.rpo-answer-media,
.assessment-answer-media,
.about-intro-media {
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #dceaf2;
  box-shadow: var(--shadow);
}

.headhunting-answer-media img,
.rpo-answer-media img,
.assessment-answer-media img,
.about-intro-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}

.about-intro-copy {
  min-height: 560px;
}

.about-intro-layout {
  align-items: stretch;
}

.about-intro-media {
  margin: 0;
  height: 100%;
  align-self: stretch;
}

.about-intro-media img {
  height: 100%;
}

.about-intro-copy .eyebrow {
  margin-bottom: 0;
}

.about-intro-copy table {
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.assessment-category-grid,
.assessment-model-grid {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

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

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

.assessment-category-card,
.assessment-model-card,
.assessment-output-card {
  border: 1px solid var(--float-base-border);
  border-radius: var(--radius);
  background: var(--float-base-surface);
  box-shadow: var(--float-base-shadow);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.assessment-category-card:hover,
.assessment-category-card:focus-within,
.assessment-model-card:hover,
.assessment-model-card:focus-within,
.assessment-output-card:hover,
.assessment-output-card:focus-within {
  border-color: var(--float-border);
  background: var(--float-surface);
  box-shadow: var(--float-shadow);
  transform: translateY(-7px);
}

.assessment-category-card {
  min-height: 210px;
  padding: 24px;
}

.assessment-category-card span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary), transparent 88%);
  color: var(--primary-strong);
  font-size: 0.78rem;
  font-weight: 900;
}

.assessment-model-card {
  min-height: 210px;
  padding: 24px;
}

.assessment-model-category {
  margin: 0 0 10px;
  color: var(--primary) !important;
  font-size: 0.82rem;
  font-weight: 800;
}

.assessment-model-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.assessment-model-meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary), transparent 90%);
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 700;
}

.assessment-model-price {
  margin-top: 18px;
  color: var(--accent) !important;
  font-size: 1rem;
  font-weight: 800;
}

.cms-detail-fields .industry-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cms-detail-fields h2 {
  font-size: 1.15rem;
}

.assessment-category-card p,
.assessment-model-card p,
.assessment-output-card p {
  color: var(--muted);
}

.assessment-output-card {
  padding: clamp(24px, 4vw, 38px);
}

.team-carousel-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(52px, 7vw, 92px);
  background:
    linear-gradient(180deg, rgba(230, 250, 245, 0.9), rgba(246, 251, 255, 0.94) 58%, var(--surface) 100%);
}

.team-carousel-hero::before {
  position: absolute;
  inset: 0 0 auto;
  height: 170px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(232, 248, 255, 0.42));
  clip-path: polygon(0 0, 100% 0, 100% 48%, 88% 62%, 76% 48%, 64% 64%, 52% 44%, 39% 62%, 28% 46%, 16% 60%, 0 46%);
  content: "";
  pointer-events: none;
}

.team-hero-container {
  position: relative;
  z-index: 1;
}

.team-hero-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.team-hero-copy h1,
.team-hero-copy p {
  margin-inline: auto;
}

.team-hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 16px;
  padding: 0 12px;
  border: 1px solid rgba(6, 115, 183, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--primary-strong);
  font-size: 0.84rem;
  font-weight: 800;
}

.team-carousel {
  position: relative;
  min-height: 490px;
  margin-top: clamp(34px, 6vw, 60px);
  isolation: isolate;
}

.team-carousel-track {
  position: relative;
  min-height: 470px;
  max-width: 1220px;
  margin: 0 auto;
}

.team-member-card {
  --slide-x: 0px;
  --slide-scale: 0.64;
  --slide-opacity: 0;
  --slide-blur: 2px;
  --slide-z: 0;
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  width: min(360px, 78vw);
  min-height: 438px;
  align-content: start;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(6, 115, 183, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(32, 113, 149, 0.12);
  opacity: var(--slide-opacity);
  filter: blur(var(--slide-blur)) saturate(0.82);
  transform: translateX(calc(-50% + var(--slide-x))) scale(var(--slide-scale));
  transition:
    transform 480ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 360ms ease,
    filter 360ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
  z-index: var(--slide-z);
}

.team-member-card[data-position="0"] {
  --slide-x: 0px;
  --slide-scale: 1;
  --slide-opacity: 1;
  --slide-blur: 0px;
  --slide-z: 5;
  border-color: rgba(6, 115, 183, 0.18);
  box-shadow: 0 26px 62px rgba(32, 113, 149, 0.22);
  filter: blur(0) saturate(1);
}

.team-member-card[data-position="-1"] {
  --slide-x: -350px;
  --slide-scale: 0.86;
  --slide-opacity: 0.48;
  --slide-blur: 0px;
  --slide-z: 3;
}

.team-member-card[data-position="1"] {
  --slide-x: 350px;
  --slide-scale: 0.86;
  --slide-opacity: 0.48;
  --slide-blur: 0px;
  --slide-z: 3;
}

.team-member-card[data-position="-2"] {
  --slide-x: -650px;
  --slide-scale: 0.72;
  --slide-opacity: 0.16;
  --slide-blur: 1px;
  --slide-z: 1;
}

.team-member-card[data-position="2"] {
  --slide-x: 650px;
  --slide-scale: 0.72;
  --slide-opacity: 0.16;
  --slide-blur: 1px;
  --slide-z: 1;
}

.team-member-card[data-position="-3"] {
  --slide-x: -860px;
  --slide-scale: 0.62;
  --slide-opacity: 0.08;
  --slide-blur: 1px;
  --slide-z: 0;
}

.team-member-card[data-position="3"] {
  --slide-x: 860px;
  --slide-scale: 0.62;
  --slide-opacity: 0.08;
  --slide-blur: 1px;
  --slide-z: 0;
}

.team-member-card[data-position="hidden"] {
  pointer-events: none;
}

.team-member-card:hover {
  border-color: var(--float-border);
}

.team-member-photo {
  width: 172px;
  aspect-ratio: 1;
  margin: 0 auto 8px;
  overflow: hidden;
  border: 10px solid rgba(236, 247, 248, 0.95);
  border-radius: 50%;
  background: #eef7f8;
  box-shadow: inset 0 0 0 1px rgba(6, 115, 183, 0.08);
}

.team-member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.team-member-symbol {
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 3.4rem;
  font-weight: 900;
}

.food-symbol {
  background: linear-gradient(135deg, #f28a00, #ffcb72);
}

.rpo-symbol {
  background: linear-gradient(135deg, #0673b7, #61cef2);
}

.medical-symbol {
  background: linear-gradient(135deg, #0aa6a6, #8ce7d7);
}

.manufacture-symbol {
  background: linear-gradient(135deg, #5a7ee2, #9ac4ff);
}

.finance-symbol {
  background: linear-gradient(135deg, #16845f, #8fd5a7);
}

.team-member-card .eyebrow {
  margin: 0;
  text-align: center;
}

.team-member-card h2 {
  margin: 0;
  color: var(--text);
  font-size: 1.55rem;
  line-height: 1.24;
  text-align: center;
}

.team-member-card p:last-child {
  color: var(--muted);
  font-size: 0.98rem;
}

.team-carousel-control {
  position: absolute;
  top: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(6, 115, 183, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(32, 113, 149, 0.16);
  color: var(--primary-strong);
  cursor: pointer;
  font: inherit;
  transform: translateY(-50%);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
  z-index: 8;
}

.team-carousel-control span {
  display: block;
  margin-top: -4px;
  font-size: 2rem;
  line-height: 1;
}

.team-carousel-control-prev {
  left: calc(50% - min(42vw, 248px));
}

.team-carousel-control-next {
  right: calc(50% - min(42vw, 248px));
}

.team-carousel-control:hover,
.team-carousel-control:focus-visible {
  border-color: var(--float-border);
  background: #ffffff;
  box-shadow: var(--float-shadow-compact);
  transform: translateY(-50%) scale(1.06);
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
}

.content-block {
  display: grid;
  gap: 22px;
}

.note {
  padding: 18px;
  border-left: 4px solid var(--accent);
  background: color-mix(in srgb, var(--accent), var(--surface) 88%);
  color: var(--accent-ink);
  border-radius: var(--radius);
}

.source-list {
  display: grid;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.site-footer {
  padding: 44px clamp(18px, 4vw, 56px);
  background: #102336;
  color: #eaf4fb;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1.25fr) minmax(300px, 0.85fr);
  justify-content: center;
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
  width: min(1120px, 100%);
  margin-inline: auto;
}

.footer-grid > div:first-child {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.footer-icp {
  display: grid;
  gap: 8px;
  width: min(1120px, 100%);
  margin: 32px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgb(201 232 251 / 18%);
  text-align: center;
  font-size: 0.84rem;
}

.footer-legal-primary,
.footer-legal-note {
  margin: 0;
  text-align: center;
}

.footer-legal-primary {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px 10px;
}

.footer-legal-note {
  color: #91aabc;
}

.footer-legal-separator {
  color: rgb(201 232 251 / 38%);
}

.footer-icp a {
  text-underline-offset: 4px;
}

.footer-public-security-record {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.footer-public-security-record img {
  display: block;
  width: 18px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}

.footer-icp a:hover,
.footer-icp a:focus-visible {
  color: #fff;
}

.footer-icp-status {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  min-width: 7em;
  transform: translateX(-50%);
  color: #91d4fb;
}

.site-footer a {
  color: #c9e8fb;
}

.site-footer p,
.site-footer li {
  color: #b8ccda;
}

.footer-logo {
  width: 126px;
  margin: 0;
  padding: 5px;
  border-radius: var(--radius);
  background: #fff;
}

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

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

.industry-item.reveal {
  transition:
    opacity 600ms ease,
    transform 600ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.industry-item.reveal.is-visible:hover,
.industry-item.reveal.is-visible:focus-within {
  border-color: var(--float-border);
  background: var(--float-surface);
  box-shadow: var(--float-shadow);
  transform: translateY(-7px);
}

.timeline article.reveal {
  transition:
    opacity 600ms ease,
    transform 600ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.timeline article.reveal.is-visible:hover,
.timeline article.reveal.is-visible:focus-within {
  border-color: var(--float-border);
  background: var(--float-surface);
  box-shadow: var(--float-shadow);
  transform: translateY(-7px);
}

.client-logo-card.reveal {
  transition:
    opacity 600ms ease,
    transform 600ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.client-logo-card.reveal.is-visible:hover {
  z-index: 1;
  border-color: var(--float-border);
  background: var(--float-surface);
  box-shadow: var(--float-shadow-compact);
  transform: translateY(-6px);
}

.client-logo-card.reveal.is-visible:hover::before {
  opacity: 1;
}

.client-logo-card.reveal.is-visible:hover img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.18);
}

.proof-card.reveal {
  transition:
    opacity 600ms ease,
    transform 600ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.proof-card.reveal.is-visible:hover,
.proof-card.reveal.is-visible:focus-within {
  border-color: var(--float-border);
  background: var(--float-surface);
  box-shadow: var(--float-shadow);
  transform: translateY(-7px);
}

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

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

  .industry-item:hover,
  .industry-item:focus-within,
  .industry-item.reveal.is-visible:hover,
  .industry-item.reveal.is-visible:focus-within,
  .service-panel:hover,
  .service-panel:focus-within,
  .service-panel.reveal.is-visible:hover,
  .service-panel.reveal.is-visible:focus-within,
  .timeline article:hover,
  .timeline article:focus-within,
  .timeline article.reveal.is-visible:hover,
  .timeline article.reveal.is-visible:focus-within,
  .client-logo-card:hover,
  .client-logo-card:focus-within,
  .client-logo-card:hover img,
  .client-logo-card:focus-within img,
  .proof-card:hover,
  .proof-card:focus-within,
  .proof-card.reveal.is-visible:hover,
  .proof-card.reveal.is-visible:focus-within {
    transform: none;
  }

  .service-panel,
  .service-link {
    transition: none;
  }

  .team-member-card,
  .team-carousel-control {
    transition: none;
  }

  .proof-marquee,
  .client-logo-marquee,
  .job-marquee,
  .news-marquee {
    overflow-x: auto;
    mask-image: none;
    scrollbar-width: thin;
  }

  .proof-marquee-track.is-ready,
  .client-logo-marquee-row.is-ready,
  .job-marquee-track.is-ready,
  .news-marquee-track.is-ready {
    animation: none;
  }
}

@media (min-width: 981px) {
  .job-marquee {
    mask-image: linear-gradient(to right, transparent, #000 1%, #000 99%, transparent);
  }

  .job-marquee .job-summary-card {
    flex-basis: calc((min(1160px, calc(100vw - 36px)) - 54px) / 4);
  }

  .job-marquee .case-summary-card > div {
    gap: 10px;
    padding: 16px;
  }

  .job-marquee .eyebrow {
    margin-bottom: 0;
    font-size: 0.82rem;
  }

  .job-marquee .job-summary-card h3 {
    min-height: calc(1.28em * 2);
    max-height: calc(1.28em * 2);
    font-size: 1.05rem;
    line-height: 1.28;
    -webkit-line-clamp: 2;
  }

  .job-marquee .job-summary-card > div > p:not(.eyebrow) {
    min-height: calc(1.6em * 2);
    max-height: calc(1.6em * 2);
    font-size: 0.94rem;
    line-height: 1.6;
    -webkit-line-clamp: 2;
  }

  .job-marquee .job-summary-card .text-link {
    font-size: 0.95rem;
  }
}

@media (max-width: 980px) {
  .job-detail-hero {
    min-height: auto;
    padding-bottom: 86px;
  }

  .job-detail-layout {
    grid-template-columns: 1fr;
  }

  .job-detail-media {
    min-height: 0;
  }

  .share-actions {
    grid-template-columns: 1fr;
  }

  .site-nav {
    position: fixed;
    inset: 72px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero-grid,
  .answer-box,
  .industry-layout,
  .case-feature,
  .about-split,
  .service-matrix-heading,
  .two-col {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 660px;
    padding: 96px 0 72px;
    background-position: center, center, 64% center;
  }

  .hero-media img {
    min-height: 320px;
  }

  .case-feature .hero-media {
    height: auto;
  }

  .case-feature .hero-media img {
    height: auto;
    min-height: 320px;
    max-height: 620px;
  }

  .headhunting-answer-layout,
  .rpo-answer-layout,
  .assessment-answer-layout,
  .about-intro-layout {
    grid-template-columns: 1fr;
  }

  .headhunting-answer-copy,
  .rpo-answer-copy,
  .assessment-answer-copy,
  .about-intro-copy {
    min-height: 0;
    padding: 0;
  }

  .headhunting-answer-media,
  .rpo-answer-media,
  .assessment-answer-media,
  .about-intro-media {
    height: auto;
    align-self: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .headhunting-answer-media img,
  .rpo-answer-media img,
  .assessment-answer-media img,
  .about-intro-media img {
    min-height: 0;
  }

  .advisor-priority figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .advisor-priority .advisor-visual {
    min-height: 0;
  }

  .advisor-priority .advisor-brand-mark {
    top: 16px;
    right: 16px;
    width: 72px;
  }

  .team-carousel {
    min-height: 450px;
  }

  .team-carousel-track {
    min-height: 430px;
  }

  .team-member-card {
    width: min(330px, 74vw);
    min-height: 408px;
    padding: 24px;
  }

  .team-member-card[data-position="-1"] {
    --slide-x: -265px;
    --slide-scale: 0.8;
  }

  .team-member-card[data-position="1"] {
    --slide-x: 265px;
    --slide-scale: 0.8;
  }

  .team-member-card[data-position="-2"],
  .team-member-card[data-position="2"],
  .team-member-card[data-position="-3"],
  .team-member-card[data-position="3"] {
    --slide-opacity: 0;
  }

  .team-carousel-control-prev {
    left: calc(50% - min(42vw, 210px));
  }

  .team-carousel-control-next {
    right: calc(50% - min(42vw, 210px));
  }

  .service-grid,
  .timeline,
  .proof-grid,
  .case-center-grid,
  .job-fixed-grid,
  .jobs-list-grid,
  .news-grid,
  .partner-grid,
  .reference-grid,
  .assessment-category-grid,
  .assessment-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero h1,
  .page-hero h1 {
    font-size: 3.2rem;
  }

  .section h2,
  .section-tight h2 {
    font-size: 2.55rem;
  }

  .client-logo-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 680px) {
  .job-detail-section {
    margin-top: -48px;
  }

  .home-source-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }

  .home-source-heading .eyebrow {
    margin-top: 0;
  }

  .home-source-heading h2 {
    font-size: 2.2rem;
  }

  .home-source-grid {
    grid-template-columns: 1fr;
  }

  .home-source-card {
    min-height: 0;
    padding: 24px 4px 26px;
    border-right: 0;
    border-bottom: 1px solid var(--reference-line);
  }

  .home-source-card:last-child {
    border-bottom: 0;
  }

  .home-source-card h3 {
    margin-top: 18px;
  }

  .job-marquee {
    margin-inline: -18px;
    width: calc(100% + 36px);
    padding-inline: 18px;
    mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  }

  .job-marquee-track {
    gap: 12px;
  }

  .job-marquee .job-summary-card {
    flex-basis: min(82vw, 330px);
  }

  .proof-marquee {
    margin-top: 24px;
    margin-inline: -18px;
    width: calc(100% + 36px);
    padding-inline: 18px;
    mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  }

  .proof-marquee-track {
    gap: 12px;
  }

  .proof-marquee .proof-card {
    flex-basis: min(78vw, 300px);
  }

  .client-logo-marquee {
    margin-inline: -18px;
    width: calc(100% + 36px);
    padding-inline: 18px;
    mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  }

  .client-logo-marquee-track {
    gap: 10px;
  }

  .client-logo-marquee-track > article {
    flex-basis: min(48vw, 174px);
  }

  .site-header {
    min-height: 66px;
    padding-inline: 14px;
  }

  .brand img {
    width: 46px;
    height: 34px;
  }

  .brand span {
    display: inline;
    font-size: 1.18rem;
  }

  .site-nav {
    top: 66px;
  }

  .hero {
    min-height: 640px;
    padding: 74px 0 54px;
    background-position: center, center, 67% center;
  }

  .hero-kicker {
    margin-bottom: 14px;
    font-size: 0.84rem;
  }

  .hero .hero-fact-strip {
    margin-top: 34px;
  }

  .hero .hero-image-note {
    font-size: 0.8rem;
  }

  .fact-strip,
  .metric-grid,
  .industry-list,
  .service-grid,
  .timeline,
  .proof-grid,
  .case-center-grid,
  .job-fixed-grid,
  .jobs-list-grid,
  .news-grid,
  .partner-grid,
  .reference-grid,
  .assessment-hero-grid,
  .assessment-category-grid,
  .assessment-model-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    justify-items: center;
    text-align: center;
  }

  .service-panel {
    min-height: 0;
    padding: 24px;
  }

  .service-title-row {
    gap: 12px;
  }

  .service-panel h3 {
    font-size: 1.38rem;
  }

  .service-panel > p,
  .service-link {
    margin-left: 0;
  }

  .footer-grid > div:first-child {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .client-logo-card {
    min-height: 98px;
    padding: 10px 8px 9px;
  }

  .client-logo-card img {
    width: min(94%, 158px);
    height: 64px;
  }

  .client-logo-card span {
    margin-top: 5px;
    font-size: 0.66rem;
  }

  .section-head {
    align-items: stretch;
    flex-direction: column;
  }

  th,
  td {
    padding: 14px 8px;
    font-size: 0.92rem;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.45rem;
  }

  .hero p,
  .page-hero p {
    font-size: 1.02rem;
  }

  .headhunting-page-hero,
  .rpo-page-hero,
  .assessment-page-hero,
  .about-page-hero {
    min-height: auto;
    padding: 64px 0 54px;
    background-position: center, center, 58% center;
  }

  .headhunting-page-hero .eyebrow,
  .rpo-page-hero .eyebrow,
  .assessment-page-hero .eyebrow,
  .about-page-hero .eyebrow {
    margin-bottom: 12px;
  }

  .headhunting-page-hero .page-hero-summary,
  .rpo-page-hero .page-hero-summary,
  .assessment-page-hero .page-hero-summary,
  .about-page-hero .page-hero-summary {
    margin-top: 20px;
  }

  .headhunting-page-hero .page-hero-detail,
  .rpo-page-hero .page-hero-detail,
  .assessment-page-hero .page-hero-detail,
  .about-page-hero .page-hero-detail {
    font-size: 0.96rem;
  }

  .headhunting-answer-copy h2,
  .rpo-answer-copy h2,
  .assessment-answer-copy h2,
  .about-intro-copy h2 {
    margin-bottom: 20px;
    font-size: 2.45rem;
  }

  .headhunting-answer-copy .lead,
  .rpo-answer-copy .lead,
  .assessment-answer-copy .lead,
  .about-intro-copy .lead {
    font-size: 1.04rem;
  }

  .headhunting-hero-scope,
  .rpo-hero-scope,
  .assessment-hero-scope,
  .about-hero-scope {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .headhunting-hero-scope span,
  .rpo-hero-scope span,
  .assessment-hero-scope span,
  .about-hero-scope span {
    justify-content: center;
    padding-inline: 10px;
    text-align: center;
  }

  .team-carousel-hero {
    padding-top: 48px;
  }

  .team-carousel {
    min-height: 456px;
    margin-top: 28px;
  }

  .team-carousel-track {
    min-height: 436px;
  }

  .team-member-card {
    width: min(315px, 78vw);
    min-height: 418px;
    gap: 11px;
    padding: 22px;
  }

  .team-member-card[data-position="-1"] {
    --slide-x: -218px;
    --slide-scale: 0.74;
    --slide-opacity: 0.18;
  }

  .team-member-card[data-position="1"] {
    --slide-x: 218px;
    --slide-scale: 0.74;
    --slide-opacity: 0.18;
  }

  .team-member-photo {
    width: 142px;
    border-width: 8px;
  }

  .team-member-card h2 {
    font-size: 1.35rem;
  }

  .team-member-card p:last-child {
    font-size: 0.9rem;
  }

  .team-carousel-control {
    width: 42px;
    height: 42px;
  }

  .team-carousel-control-prev {
    left: 10px;
  }

  .team-carousel-control-next {
    right: 10px;
  }

  .section h2,
  .section-tight h2 {
    font-size: 2rem;
  }

  .client-logo-title h2 {
    font-size: 1.85rem;
  }

  .fact-strip strong,
  .metric-grid strong {
    font-size: 1.8rem;
  }
}

/* Local homepage redesign preview: editorial flat enterprise direction. */
.home-editorial-preview {
  --preview-paper: #f4f3ef;
  --preview-surface: #fbfaf7;
  --preview-ink: #172b3d;
  --preview-muted: #63717c;
  --preview-line: #cbd3d5;
  --preview-blue: #0b6ea8;
  --preview-orange: #e97728;
  background: var(--preview-paper);
  color: var(--preview-ink);
}

.home-editorial-preview .site-header {
  min-height: 78px;
  padding-block: 12px;
  border-bottom-color: var(--preview-line);
  background: rgb(244 243 239 / 94%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-editorial-preview .brand {
  color: var(--preview-ink);
  font-size: 1.18rem;
  letter-spacing: 0.02em;
}

.home-editorial-preview .brand img {
  width: 48px;
  height: 38px;
}

.home-editorial-preview .site-nav {
  gap: 24px;
  color: var(--preview-muted);
  font-size: 0.92rem;
}

.home-editorial-preview .site-nav a,
.home-editorial-preview .site-nav a:hover,
.home-editorial-preview .site-nav a:focus-visible,
.home-editorial-preview .site-nav a[aria-current="page"] {
  position: relative;
  padding: 14px 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.home-editorial-preview .site-nav a:hover,
.home-editorial-preview .site-nav a:focus-visible,
.home-editorial-preview .site-nav a[aria-current="page"] {
  color: var(--preview-ink);
}

.home-editorial-preview .site-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--preview-orange);
  content: "";
}

.home-editorial-preview .nav-toggle {
  border-radius: 2px;
  background: transparent;
}

.home-editorial-preview .hero {
  min-height: 550px;
  padding: 34px 0 18px;
  color: var(--preview-ink);
  background: var(--preview-paper);
}

.home-editorial-preview .hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: min(48vw, 710px);
  background: url("/assets/office-logo-wall.jpg") center / cover no-repeat;
  content: "";
}

.home-editorial-preview .hero::after {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 1px;
  background: var(--preview-orange);
}

.home-editorial-preview .hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr);
}

.home-editorial-preview .hero-copy {
  max-width: 600px;
}

.home-editorial-preview .hero-kicker {
  min-height: 0;
  margin-bottom: 26px;
  padding: 0 0 0 14px;
  border-left: 3px solid var(--preview-orange);
  background: transparent;
  color: var(--preview-muted);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

.home-editorial-preview .hero h1 {
  max-width: 600px;
  color: var(--preview-ink);
  font-size: 3.5rem;
  line-height: 1.04;
  text-shadow: none;
}

.home-editorial-preview .hero p {
  max-width: 560px;
  color: var(--preview-muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.home-editorial-preview .cta-row {
  gap: 18px;
  margin-top: 24px;
}

.home-editorial-preview .button {
  min-height: 44px;
  border-radius: 2px;
  padding-inline: 20px;
}

.home-editorial-preview .hero .button-primary {
  border-color: var(--preview-ink);
  background: var(--preview-ink);
  color: #fff;
}

.home-editorial-preview .hero .button-primary:hover,
.home-editorial-preview .hero .button-primary:focus-visible {
  border-color: var(--preview-blue);
  background: var(--preview-blue);
  color: #fff;
}

.home-editorial-preview .hero .button-secondary {
  border-color: var(--preview-ink);
  background: transparent;
  color: var(--preview-ink);
}

.home-editorial-preview .hero .button-secondary:hover,
.home-editorial-preview .hero .button-secondary:focus-visible {
  border-color: var(--preview-orange);
  background: transparent;
  color: var(--preview-orange);
}

.home-editorial-preview .hero-fact-strip {
  width: min(100%, 690px);
  margin-top: 24px;
  border: 0;
  border-block: 1px solid var(--preview-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-editorial-preview .hero .hero-fact-strip div {
  padding: 12px 14px 11px 0;
  background: transparent;
}

.home-editorial-preview .hero .hero-fact-strip strong {
  color: var(--preview-ink);
  font-size: 1.75rem;
}

.home-editorial-preview .hero .hero-fact-strip span,
.home-editorial-preview .hero .hero-image-note {
  color: var(--preview-muted);
}

.home-editorial-preview .hero .hero-image-note {
  display: none;
}

.home-editorial-preview .section {
  padding-block: clamp(68px, 8vw, 112px);
}

.home-editorial-preview .hero + .section {
  padding-top: 34px;
}

.home-editorial-preview .section-band,
.home-editorial-preview .job-opportunities-section,
.home-editorial-preview .news-section {
  border-color: var(--preview-line);
  background: var(--preview-surface);
}

.home-editorial-preview .section h2,
.home-editorial-preview .section-tight h2 {
  color: var(--preview-ink);
  font-size: 3.55rem;
  font-weight: 750;
  line-height: 1.08;
}

.home-editorial-preview .eyebrow {
  margin-bottom: 14px;
  color: var(--preview-orange);
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-editorial-preview .lead,
.home-editorial-preview .cms-block-body,
.home-editorial-preview .answer-points p,
.home-editorial-preview .industry-item p {
  color: var(--preview-muted);
}

.home-editorial-preview .answer-box {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 8vw, 120px);
}

.home-editorial-preview .answer-box > div:first-child {
  padding-left: 18px;
  border-left: 3px solid var(--preview-orange);
}

.home-editorial-preview .answer-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.home-editorial-preview .answer-points article {
  padding-top: 16px;
  border-top: 1px solid var(--preview-line);
}

.home-editorial-preview .answer-points h3 {
  color: var(--preview-ink);
  font-size: 1.1rem;
}

.home-editorial-preview .about-split {
  gap: clamp(34px, 7vw, 108px);
}

.home-editorial-preview .about-split figure {
  position: relative;
}

.home-editorial-preview .about-split img.advisor-visual,
.home-editorial-preview .about-split > figure > img:first-child {
  border-radius: 0;
  box-shadow: none;
  filter: saturate(0.72) contrast(1.03);
}

.home-editorial-preview .advisor-priority .advisor-brand-mark {
  top: auto;
  right: -18px;
  bottom: -18px;
  width: 76px;
  padding: 6px;
  border-radius: 0;
  box-shadow: none;
}

.home-editorial-preview .plain-list {
  gap: 0;
  margin-top: 24px;
}

.home-editorial-preview .plain-list li {
  padding: 15px 0;
  border-bottom-color: var(--preview-line);
}

.home-editorial-preview .job-opportunities-section {
  background: #e9eef0;
}

.home-editorial-preview .section-head {
  margin-bottom: 28px;
}

.home-editorial-preview .job-marquee,
.home-editorial-preview .proof-marquee,
.home-editorial-preview .client-logo-marquee {
  mask-image: linear-gradient(to right, transparent, #000 1%, #000 99%, transparent);
}

.home-editorial-preview .job-marquee .job-summary-card,
.home-editorial-preview .case-summary-card,
.home-editorial-preview .proof-card,
.home-editorial-preview .client-logo-card,
.home-editorial-preview .industry-item {
  border-color: var(--preview-line);
  border-radius: 2px;
  background: var(--preview-surface);
  box-shadow: none;
}

.home-editorial-preview .job-marquee .job-summary-card:hover,
.home-editorial-preview .job-marquee .job-summary-card:focus-within,
.home-editorial-preview .case-summary-card:hover,
.home-editorial-preview .case-summary-card:focus-within,
.home-editorial-preview .proof-card:hover,
.home-editorial-preview .proof-card:focus-within,
.home-editorial-preview .industry-item:hover,
.home-editorial-preview .industry-item:focus-within,
.home-editorial-preview .client-logo-card:hover,
.home-editorial-preview .client-logo-card:focus-within {
  border-color: var(--preview-blue);
  background: var(--preview-surface);
  box-shadow: none;
  transform: none;
}

.home-editorial-preview .job-marquee .case-summary-card > div,
.home-editorial-preview .case-summary-card > div {
  gap: 12px;
  padding: 18px;
}

.home-editorial-preview .job-marquee .job-summary-card h3,
.home-editorial-preview .case-summary-card h3 {
  color: var(--preview-ink);
  font-size: 1.08rem;
}

.home-editorial-preview .job-marquee .job-summary-card > div > p:not(.eyebrow),
.home-editorial-preview .case-summary-card p {
  color: var(--preview-muted);
}

.home-editorial-preview .text-link,
.home-editorial-preview .job-more-link {
  color: var(--preview-blue);
}

.home-editorial-preview .industry-layout {
  max-width: none;
}

.home-editorial-preview .industry-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid var(--preview-line);
}

.home-editorial-preview .industry-item {
  min-height: 210px;
  padding: 22px 24px 22px 0;
  border-width: 0 1px 0 0;
  border-radius: 0;
  background: transparent;
}

.home-editorial-preview .industry-item + .industry-item {
  padding-left: 24px;
}

.home-editorial-preview .industry-item:last-child {
  border-right: 0;
}

.home-editorial-preview .industry-item h3 {
  color: var(--preview-ink);
}

.home-editorial-preview .industry-item h3::before {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 22px;
  background: var(--preview-orange);
  content: "";
}

.home-editorial-preview .proof-card img {
  padding: 8px;
  background: var(--preview-surface);
}

.home-editorial-preview .proof-card div {
  padding: 14px 16px 18px;
  text-align: left;
}

.home-editorial-preview .proof-card h3 {
  color: var(--preview-ink);
  font-size: 0.98rem;
}

.home-editorial-preview .client-logo-section {
  padding-block: 42px;
  background: var(--preview-paper);
}

.home-editorial-preview .client-logo-title {
  margin-bottom: 26px;
  text-align: left;
}

.home-editorial-preview .client-logo-title h2 {
  color: var(--preview-ink);
  font-size: 2rem;
  font-weight: 750;
}

.home-editorial-preview .client-logo-card {
  min-height: 92px;
  border: 1px solid var(--preview-line);
  border-radius: 0;
  background: transparent;
}

.home-editorial-preview .client-logo-card::before {
  display: none;
}

.home-editorial-preview .client-logo-card img {
  filter: grayscale(1) saturate(0.25);
  transition: filter 180ms ease;
}

.home-editorial-preview .client-logo-card:hover img,
.home-editorial-preview .client-logo-card:focus-within img {
  filter: grayscale(0.35) saturate(0.8);
  transform: none;
}

.home-editorial-preview .client-logo-card span {
  color: var(--preview-muted);
}

.home-editorial-preview .site-footer {
  background: var(--preview-ink);
}

@media (max-width: 980px) {
  .home-editorial-preview .hero h1 {
    font-size: 3.45rem;
  }

  .home-editorial-preview .section h2,
  .home-editorial-preview .section-tight h2 {
    font-size: 2.8rem;
  }

  .home-editorial-preview .hero::before {
    opacity: 0.16;
    width: 100%;
  }

  .home-editorial-preview .hero-copy {
    max-width: 700px;
  }

  .home-editorial-preview .industry-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-editorial-preview .industry-item,
  .home-editorial-preview .industry-item + .industry-item {
    padding: 22px 20px 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--preview-line);
  }

  .home-editorial-preview .industry-item:nth-child(even) {
    padding-left: 20px;
    border-left: 1px solid var(--preview-line);
  }
}

@media (max-width: 680px) {
  .home-editorial-preview .site-header {
    min-height: 66px;
  }

  .home-editorial-preview .site-nav {
    gap: 0;
  }

  .home-editorial-preview .hero {
    min-height: 650px;
    padding-top: 58px;
  }

  .home-editorial-preview .hero::before {
    top: auto;
    height: 230px;
    opacity: 0.28;
    mask-image: linear-gradient(to bottom, transparent, #000 35%);
  }

  .home-editorial-preview .hero h1 {
    font-size: 2.75rem;
  }

  .home-editorial-preview .section h2,
  .home-editorial-preview .section-tight h2 {
    font-size: 2.2rem;
  }

  .home-editorial-preview .hero-fact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 38px;
  }

  .home-editorial-preview .hero .hero-fact-strip div {
    padding-right: 8px;
  }

  .home-editorial-preview .answer-box,
  .home-editorial-preview .answer-points {
    grid-template-columns: 1fr;
  }

  .home-editorial-preview .answer-points {
    gap: 18px;
  }

  .home-editorial-preview .industry-list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .home-editorial-preview .industry-item,
  .home-editorial-preview .industry-item + .industry-item,
  .home-editorial-preview .industry-item:nth-child(even) {
    min-height: 0;
    padding: 20px 0;
    border-left: 0;
    border-right: 0;
  }

  .home-editorial-preview .industry-item:last-child {
    border-bottom: 0;
  }
}

/* Final homepage interaction overrides must stay after the shared card rules. */
.home-reference-preview .proof-wall-section .proof-card.reveal.is-visible:hover,
.home-reference-preview .proof-wall-section .proof-card.reveal.is-visible:focus-within {
  border-color: var(--reference-orange);
  background: var(--reference-deep);
  box-shadow: none;
  transform: translate3d(0, -7px, 0);
}

.home-reference-preview .proof-wall-section .proof-card.reveal.is-visible:hover h3,
.home-reference-preview .proof-wall-section .proof-card.reveal.is-visible:focus-within h3 {
  color: #fff;
  opacity: 1;
}

.home-reference-preview .client-logo-section .client-logo-card img {
  filter: none;
  opacity: 1;
}

.home-reference-preview .client-logo-section .client-logo-card:hover img,
.home-reference-preview .client-logo-section .client-logo-card:focus-within img {
  filter: saturate(1.08) contrast(1.02);
}

@media (prefers-reduced-motion: reduce) {
  .home-reference-preview .proof-wall-section .proof-card.reveal.is-visible:hover,
  .home-reference-preview .proof-wall-section .proof-card.reveal.is-visible:focus-within {
    transform: none;
  }
}
