:root {
  --bg: #eef2f6;
  --bg-soft: #f7f9fb;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: rgba(248, 250, 252, 0.96);
  --surface-deep: rgba(255, 255, 255, 0.9);
  --line: rgba(24, 50, 77, 0.1);
  --line-strong: rgba(24, 50, 77, 0.18);
  --text: #17324d;
  --text-soft: #2d4a66;
  --text-muted: #617b95;
  --text-faint: #8ca0b2;
  --accent: #b78c35;
  --accent-soft: #d9be77;
  --shadow-soft: 0 24px 60px rgba(21, 47, 76, 0.08);
  --shadow-strong: 0 28px 72px rgba(21, 47, 76, 0.12);
  --max-width: 1200px;
  --radius: 28px;
  --radius-sm: 20px;
  --header-height: 66px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #02050a;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 0;
  color: var(--text-soft);
  font-family: "Space Grotesk", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background:
    radial-gradient(circle at 12% 10%, rgba(54, 112, 178, 0.1), transparent 22%),
    radial-gradient(circle at 85% 18%, rgba(183, 140, 53, 0.07), transparent 18%),
    linear-gradient(180deg, #f7f9fb 0%, #edf2f6 42%, #f8fafb 100%);
  overflow-x: hidden;
  isolation: isolate;
}

body[data-page-group="home"]::before {
  mask-image: radial-gradient(circle at center, black 34%, transparent 86%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

body::before {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(23, 50, 77, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 50, 77, 0.025) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at center, black 42%, transparent 100%);
}

body::after {
  background:
    radial-gradient(circle at 20% 24%, rgba(54, 112, 178, 0.045), transparent 28%),
    radial-gradient(circle at 78% 28%, rgba(183, 140, 53, 0.045), transparent 22%);
  opacity: 0.28;
}

.site-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  contain: paint;
  isolation: isolate;
}

body.nav-open {
  overflow: hidden;
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(23, 50, 77, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 50, 77, 0.02) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 34%, transparent 86%);
}

a {
  color: inherit;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button {
  color: inherit;
}

.shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--max-width));
  margin: 0 auto;
}

main {
  position: relative;
  z-index: 2;
}

.site-header-wrap {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0;
  border-bottom: 1px solid rgba(248, 251, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(248, 251, 255, 0.48), rgba(226, 236, 247, 0.24) 52%, rgba(217, 190, 119, 0.12)),
    rgba(238, 244, 250, 0.36);
  box-shadow:
    0 16px 42px rgba(21, 47, 76, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
  -webkit-backdrop-filter: blur(22px) saturate(1.22);
  backdrop-filter: blur(22px) saturate(1.22);
}

.site-header {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  margin: 0;
  min-height: calc(var(--header-height) + 8px);
  padding: 8px max(46px, calc((100vw - var(--max-width)) / 2 + 22px));
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-logo {
  flex: 0 0 auto;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.46rem;
  letter-spacing: 0.08em;
  color: var(--text);
}

.site-logo--nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.05em;
}

.site-logo__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.site-logo__mark img,
.site-logo__mark svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-logo span {
  color: var(--accent);
}

.nav-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: auto;
  border: 1px solid rgba(248, 251, 255, 0.3);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(248, 251, 255, 0.34), rgba(226, 236, 247, 0.18)),
    rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
  cursor: pointer;
}

.nav-toggle span {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 1px;
  background: currentColor;
  transform: translateX(-50%);
  transition: transform 180ms ease;
}

.nav-toggle span:first-child {
  top: 19px;
}

.nav-toggle span:last-child {
  top: 28px;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateX(-50%) translateY(4px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateX(-50%) translateY(-5px) rotate(-45deg);
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin-left: auto;
}

.nav-link,
.nav-item > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 7px;
  border: 0;
  background: transparent;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: color 180ms ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active,
.nav-item > button:hover,
.nav-item > button:focus-visible,
.nav-item > button.is-active {
  color: var(--text);
  outline: none;
}

.nav-item {
  position: relative;
}

.nav-link--trigger::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.nav-item.is-open .nav-link--trigger::after,
.nav-link--trigger[aria-expanded="true"]::after {
  transform: translateY(1px) rotate(-135deg);
}

.mega-panel {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  width: min(640px, calc(100vw - 96px));
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(248, 251, 255, 0.32);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(248, 251, 255, 0.62), rgba(230, 238, 247, 0.42) 58%, rgba(217, 190, 119, 0.12)),
    rgba(241, 246, 251, 0.38);
  box-shadow:
    var(--shadow-strong),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(24px) saturate(1.24);
  backdrop-filter: blur(24px) saturate(1.24);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.mega-panel::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 18px;
}

.nav-item--mega.is-open .mega-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-panel__intro {
  padding-right: 8px;
  border-right: 1px solid var(--line);
}

.mega-panel__eyebrow,
.section-kicker,
.hero-stage__eyebrow,
.card-label,
.footer-column__title,
.change-band__eyebrow {
  margin: 0;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mega-panel__eyebrow,
.section-kicker,
.hero-stage__eyebrow,
.change-band__eyebrow {
  color: var(--accent);
}

.mega-panel__body {
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

.mega-panel__links {
  display: grid;
  gap: 12px;
}

.mega-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 60px;
  padding: 16px 18px;
  border: 1px solid transparent;
  border-radius: 18px;
  text-decoration: none;
  color: var(--text);
  background: rgba(255, 255, 255, 0.42);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.mega-link::after {
  content: "→";
  color: var(--accent);
  transition: transform 180ms ease;
}

.mega-link:hover,
.mega-link:focus-visible,
.mega-link.is-active {
  border-color: rgba(183, 140, 53, 0.22);
  background: rgba(255, 255, 255, 0.86);
  transform: translateY(-1px);
  outline: none;
}

.mega-link:hover::after,
.mega-link:focus-visible::after,
.mega-link.is-active::after {
  transform: translateX(4px);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  overflow-wrap: anywhere;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.nav-cta,
.btn-primary {
  background: var(--text);
  color: #f7f8fa;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible {
  background: #102940;
}

.language-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.language-picker::after {
  content: "";
  position: absolute;
  right: 14px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  color: var(--text-muted);
  pointer-events: none;
  transform: translateY(-2px) rotate(45deg);
}

.language-picker select {
  min-height: 42px;
  min-width: 86px;
  padding: 0 32px 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  text-align-last: center;
  text-transform: uppercase;
  appearance: none;
  cursor: pointer;
  outline: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.language-picker select:hover,
.language-picker select:focus-visible {
  border-color: rgba(183, 140, 53, 0.34);
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  transform: translateY(-1px);
}

.btn-secondary {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text-soft);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero {
  box-sizing: border-box;
  position: relative;
  overflow: clip;
  padding: 56px 0 88px;
}

.hero::before,
.hero::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.hero::before {
  background:
    linear-gradient(rgba(22, 64, 104, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 64, 104, 0.05) 1px, transparent 1px);
  background-size: 110px 110px;
  mask-image: radial-gradient(circle at center, black 42%, transparent 96%);
}

.hero::after {
  background:
    radial-gradient(circle at 18% 16%, rgba(54, 112, 178, 0.16), transparent 22%),
    radial-gradient(circle at 82% 20%, rgba(183, 140, 53, 0.12), transparent 18%);
}

.hero--home {
  isolation: isolate;
  padding-top: 106px;
  min-height: calc(100vh - 250px);
  min-height: calc(100svh - 250px);
  background:
    radial-gradient(circle at 18% 16%, rgba(73, 142, 203, 0.24), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(183, 140, 53, 0.16), transparent 20%),
    linear-gradient(180deg, #02050a 0%, #07111d 52%, #02050a 100%);
  color: #f7fbff;
}

.hero--home::before,
.hero--home::after {
  position: absolute;
  z-index: 0;
}

.hero--home::before {
  background:
    linear-gradient(rgba(220, 235, 250, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 235, 250, 0.055) 1px, transparent 1px);
  background-size: 110px 110px;
  mask-image: radial-gradient(circle at center, black 36%, transparent 98%);
}

.hero--home::after {
  background:
    radial-gradient(circle at 14% 18%, rgba(74, 144, 214, 0.2), transparent 24%),
    radial-gradient(circle at 86% 20%, rgba(217, 190, 119, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(2, 5, 10, 0.08), rgba(2, 5, 10, 0.42));
}

.hero--subpage {
  min-height: 76svh;
  padding-bottom: 72px;
}

.hero--subpage-compact {
  min-height: auto;
  padding-bottom: 24px;
}

main > .hero + [data-home-deferred-root] > :first-child,
main > .hero + [data-page-deferred-root] > :first-child {
  padding-top: 44px;
}

.hero__layout,
.hero-simple {
  display: grid;
  gap: 64px;
}

.hero__layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  align-items: end;
}

.hero__layout--diagram {
  align-items: center;
}

.hero__layout--copy-only {
  grid-template-columns: minmax(0, 1fr);
}

.hero-copy,
.hero__copy {
  max-width: 36rem;
}

.hero__copy {
  padding: 56px 0 24px;
}

.hero-copy--wide {
  max-width: 52rem;
}

.hero-simple {
  align-items: end;
}

.hero-simple--home .hero__copy--home {
  max-width: 68rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.hero-title,
.section-title,
.card h3,
.info-block h3,
.step-card h3,
.cta-panel h2,
.hero-stage__panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--text);
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.hero h1,
.hero-title {
  margin-top: 26px;
  font-size: clamp(3.2rem, 7.6vw, 5.9rem);
  line-height: 0.95;
  max-width: 12ch;
}

.hero--home .hero-title {
  color: #f8fbff;
  max-width: 18ch;
  font-size: clamp(2.85rem, 6.35vw, 4.95rem);
  line-height: 1.02;
  font-weight: 300;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.42);
}

.hero--home .hero__copy {
  max-width: min(100%, 44rem);
}

.hero--home .hero-title--kinetic {
  --hero-row-y: 0px;
  --hero-row-opacity: 1;
  --hero-lead-shift: 0px;
  --hero-accent-shift: 0px;
  --hero-accent-rest-shift: 0.28em;
  --hero-mark-rotate: 0deg;
  --hero-mark-scale: 1;
  --hero-mark-opacity: 1;
  --hero-subline-y: 0px;
  --hero-subline-opacity: 1;
  max-width: 15ch;
}

.hero-title__rows {
  display: flex;
  flex-direction: column;
  gap: 0.05em;
  transform: translate3d(0, var(--hero-row-y), 0);
  opacity: var(--hero-row-opacity);
  will-change: transform, opacity;
}

.hero-title__line {
  display: flex;
  align-items: center;
  gap: 0.18em;
  padding: 0.06em 0.1em;
  margin: -0.06em -0.1em;
  overflow: visible;
}

.hero-title__line--lead {
  justify-content: flex-start;
}

.hero-title__line--accent {
  justify-content: flex-end;
}

.hero-title__line-inner {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform, opacity;
}

.hero-title__line--lead .hero-title__line-inner {
  transform: translate3d(14%, 0, 0);
}

.hero-title__line--accent .hero-title__line-inner {
  transform: translate3d(-14%, 0, 0);
}

.hero-title__line-inner--accent {
  color: var(--accent);
}

.hero-title__mark {
  flex: 0 0 auto;
  width: 0.72em;
  height: 0.72em;
  margin-bottom: 0.06em;
  opacity: 0;
  transform: rotate(-72deg) scale(0.72);
  transform-origin: 50% 50%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: linear-gradient(135deg, rgba(183, 140, 53, 0.98), rgba(54, 112, 178, 0.96));
  box-shadow: 0 0 28px rgba(54, 112, 178, 0.16);
  will-change: transform, opacity;
}

.hero-title__subline {
  display: block;
  margin-top: 0.2em;
  padding: 0.06em 0.08em;
  margin-inline: -0.08em;
  overflow: visible;
}

.hero-title__subline em {
  display: block;
  transform: translate3d(0, 112%, 0);
  opacity: 0;
  will-change: transform, opacity;
}

.hero-title--kinetic .hero-title__line-inner,
.hero-title--kinetic .hero-title__mark,
.hero-title--kinetic .hero-title__subline em {
  transition:
    transform 920ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 760ms ease;
}

.hero-title--kinetic.is-entered .hero-title__line--lead .hero-title__line-inner {
  transform: translate3d(var(--hero-lead-shift), 0, 0);
}

.hero-title--kinetic.is-entered .hero-title__line--accent .hero-title__line-inner {
  transform: translate3d(calc(var(--hero-accent-shift) + var(--hero-accent-rest-shift)), 0, 0);
}

.hero-title--kinetic.is-entered .hero-title__mark {
  opacity: var(--hero-mark-opacity);
  transform: rotate(var(--hero-mark-rotate)) scale(var(--hero-mark-scale));
}

.hero-title--kinetic.is-entered .hero-title__subline em {
  transform: translate3d(0, var(--hero-subline-y), 0);
  opacity: var(--hero-subline-opacity);
}

.hero-title--interactive .hero-title__rows,
.hero-title--interactive .hero-title__line-inner,
.hero-title--interactive .hero-title__mark,
.hero-title--interactive .hero-title__subline em {
  transition: none;
}

.hero-title--subpage {
  max-width: 18ch;
  font-size: clamp(2.85rem, 5.2vw, 4.35rem);
  line-height: 1.02;
}

.hero-title__accent {
  color: var(--accent);
}

.hero--home .hero-title__accent {
  color: #d9be77;
}

.hero-body,
.hero-subtitle,
.section-body,
.card p,
.info-block p,
.content-block__body,
.bullet-list li,
.step-card p,
.use-case__bridge,
.footer-brand p,
.footer-links span,
.mega-link span,
.cta-panel .section-body {
  margin: 0;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.9;
}

.hero-body,
.hero-subtitle {
  max-width: 38rem;
  margin-top: 28px;
}

.hero--home .hero-subtitle {
  color: rgba(221, 233, 246, 0.82);
  max-width: 36rem;
}

.hero--home .hero-subcopy {
  max-width: 36rem;
}

.hero-subcopy {
  display: grid;
  gap: 14px;
  max-width: 54rem;
  margin-top: 30px;
}

.hero-subcopy .hero-subtitle {
  margin-top: 0;
}

.hero-subtitle--lead {
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.85rem, 3.4vw, 2.65rem);
  line-height: 1.08;
  font-weight: 400;
}

.hero-sequence-item {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
}

.hero-sequence-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-copy-motion {
  --page-copy-entry-y: 28px;
  --page-copy-scroll-y: 0px;
  --page-copy-hover-y: 0px;
  --page-copy-scale: 0.985;
  --page-copy-opacity: 0;
  opacity: var(--page-copy-opacity);
  transform: translate3d(0, calc(var(--page-copy-entry-y) + var(--page-copy-scroll-y) + var(--page-copy-hover-y)), 0) scale(var(--page-copy-scale));
  transform-origin: 50% 100%;
  transition:
    opacity 760ms ease,
    transform 920ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.page-copy-motion.is-entered {
  --page-copy-entry-y: 0px;
  --page-copy-scale: 1;
  --page-copy-opacity: 1;
}

.page-copy-motion.page-copy-motion--interactive {
  transition: none;
}

.page-copy-motion.card:hover,
.page-copy-motion.card:focus-within {
  --page-copy-hover-y: -3px;
  transform: translate3d(0, calc(var(--page-copy-entry-y) + var(--page-copy-scroll-y) + var(--page-copy-hover-y)), 0) scale(var(--page-copy-scale));
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
}

.hero-stage {
  display: grid;
  gap: 18px;
}

.hero-panel,
.hero-stage__panel,
.hero-signal,
.card,
.info-block,
.step-card,
.use-case,
.cta-panel,
.footer-grid,
.content-block,
.change-band__row {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 247, 250, 0.84) 100%),
    rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.hero-stage__panel {
  padding: 32px;
  border-radius: var(--radius);
}

.hero-panel {
  padding: 28px;
  border-radius: var(--radius);
}

.hero-panel--diagram {
  align-self: stretch;
}

.hero-panel--message {
  display: grid;
  align-content: center;
  gap: 16px;
}

.hero-panel__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
  font-weight: 400;
  color: var(--text);
}

.hero-panel__body {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.9;
}

.panel-kicker {
  color: var(--accent);
}

.diagram-track {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.diagram-stage {
  padding: 6px 0;
}

.diagram-stage h2 {
  margin: 10px 0 8px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 400;
  font-family: "Space Grotesk", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.02em;
}

.diagram-stage p:last-child {
  margin: 0;
}

.diagram-stage__label {
  color: var(--text-faint);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.diagram-arrow {
  position: relative;
  width: 1px;
  height: 34px;
  margin: 6px auto 8px;
  background: linear-gradient(180deg, rgba(23, 50, 77, 0.14), rgba(183, 140, 53, 0.58));
}

.diagram-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  transform: translateX(-50%) rotate(45deg);
}

.hero-mesh,
.hero-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.site-background .hero-mesh,
.site-background .hero-glow {
  position: absolute;
}

.hero-mesh {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  opacity: 0.34;
  mix-blend-mode: multiply;
  filter: none;
}

.hero--home .hero-mesh {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.78;
  mix-blend-mode: screen;
  filter: none;
}

.hero--home .hero-glow {
  position: absolute;
  z-index: 0;
  opacity: 0.68;
  mix-blend-mode: screen;
}

.hero--home .hero-glow--one {
  background: radial-gradient(circle, rgba(54, 112, 178, 0.28), transparent 68%);
}

.hero--home .hero-glow--two {
  background: radial-gradient(circle, rgba(217, 190, 119, 0.18), transparent 72%);
}

.site-background .hero-mesh {
  z-index: 0;
  opacity: 0.42;
  mix-blend-mode: multiply;
  filter: none;
}

.hero-glow {
  z-index: -1;
  filter: none;
}

.site-background .hero-glow {
  z-index: 0;
  opacity: 0.46;
}

.hero-glow--one {
  top: -10%;
  left: -8%;
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(42, 114, 196, 0.13), transparent 68%);
}

.hero-glow--two {
  top: 26%;
  right: -8%;
  width: 28vw;
  height: 28vw;
  background: radial-gradient(circle, rgba(183, 140, 53, 0.1), transparent 72%);
}

.scroll-indicator {
  position: absolute;
  z-index: 1;
  right: max(24px, calc((100vw - var(--max-width)) / 2));
  bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--text-faint);
}

.scroll-indicator__line {
  position: relative;
  width: 1px;
  height: 68px;
  background: rgba(23, 50, 77, 0.14);
  overflow: hidden;
}

.scroll-indicator__line::after {
  content: "";
  position: absolute;
  inset: -100% 0 auto;
  height: 36px;
  background: rgba(183, 140, 53, 0.8);
  animation: scroll-indicator 2.4s ease-in-out infinite;
}

.scroll-indicator__label {
  writing-mode: vertical-rl;
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero--home .btn-secondary {
  border-color: rgba(248, 251, 255, 0.28);
  background: rgba(248, 251, 255, 0.08);
  color: rgba(248, 251, 255, 0.94);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
}

.hero--home .btn-secondary:hover,
.hero--home .btn-secondary:focus-visible {
  border-color: rgba(217, 190, 119, 0.58);
  background: rgba(248, 251, 255, 0.14);
  color: #ffffff;
}

.hero--home .scroll-indicator {
  color: rgba(221, 233, 246, 0.56);
}

.hero--home .scroll-indicator__line {
  background: rgba(221, 233, 246, 0.18);
}

.hero--home .scroll-indicator__line::after {
  background: rgba(217, 190, 119, 0.9);
}

.hero-stage__panel h2 {
  margin-top: 18px;
  font-size: clamp(2.3rem, 4.8vw, 3.8rem);
  line-height: 0.98;
}

.hero-stage__body {
  margin-top: 18px;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.9;
}

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

.hero-stage__metric {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.hero-stage__metric strong {
  display: block;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.hero-stage__metric span {
  display: block;
  margin-top: 10px;
  color: var(--text-faint);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-stage__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--text-faint);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-stage__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-stage__status i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  animation: pulse 2s ease-in-out infinite;
}

.hero-stage__signals {
  display: grid;
  gap: 14px;
}

.hero-signal {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 18px 20px;
  border-radius: 22px;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.hero-signal:hover,
.hero-signal:focus-visible,
.hero-signal.is-active {
  border-color: rgba(183, 140, 53, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 251, 0.88) 100%),
    rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
  outline: none;
}

.hero-signal span,
.hero-signal small {
  color: var(--text-faint);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-signal strong {
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
}

.hero-signal small {
  letter-spacing: 0.08em;
  text-transform: none;
  line-height: 1.6;
}

.section {
  position: relative;
  padding: 112px 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

.section[id] {
  scroll-margin-top: calc(var(--header-height) + 32px);
}

.card[id] {
  scroll-margin-top: calc(var(--header-height) + 48px);
}

.section--cta {
  padding-top: 92px;
}

.deferred-skeleton {
  width: min(calc(100% - 48px), var(--max-width));
  margin: 0 auto;
  padding: 112px 0;
}

.deferred-skeleton--compact,
.deferred-skeleton--cta {
  padding-top: 88px;
  padding-bottom: 88px;
}

.deferred-skeleton__frame {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 320px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 246, 250, 0.8) 100%),
    rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}

.deferred-skeleton--compact .deferred-skeleton__frame {
  min-height: 230px;
}

.deferred-skeleton--cta .deferred-skeleton__frame {
  min-height: 260px;
}

.deferred-skeleton__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(100deg, transparent 18%, rgba(255, 255, 255, 0.58) 46%, transparent 74%);
  transform: translateX(-100%);
  animation: deferred-shimmer 1.6s ease-in-out infinite;
}

.deferred-skeleton__eyebrow,
.deferred-skeleton__title,
.deferred-skeleton__line,
.deferred-skeleton__card {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 999px;
  background: rgba(126, 149, 171, 0.18);
}

.deferred-skeleton__eyebrow {
  width: 152px;
  height: 12px;
}

.deferred-skeleton__title {
  width: min(680px, 100%);
  height: clamp(26px, 3vw, 38px);
}

.deferred-skeleton__title--short {
  width: min(420px, 62%);
}

.deferred-skeleton__copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin-top: 8px;
}

.deferred-skeleton__line {
  height: 14px;
}

.deferred-skeleton__line--short {
  width: 68%;
}

.deferred-skeleton__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  margin-top: 6px;
}

.deferred-skeleton__card {
  min-height: 138px;
  border-radius: calc(var(--radius-sm) + 2px);
  border: 1px solid rgba(126, 149, 171, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08) 100%),
    rgba(126, 149, 171, 0.16);
}

.deferred-section-enter {
  opacity: 0;
  transform: translate3d(0, 56px, 0);
  transition:
    opacity 520ms ease,
    transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}

.deferred-section-enter.is-loaded {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-intro {
  max-width: 52rem;
  margin-bottom: 40px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
  gap: 26px;
  align-items: end;
  margin-bottom: 40px;
}

.section-head .section-intro {
  max-width: none;
  margin-bottom: 0;
}

.section-head--no-visual {
  grid-template-columns: minmax(0, 52rem);
  justify-content: start;
}

.section-intro--compact {
  margin-bottom: 0;
}

.section-title {
  margin-top: 18px;
  font-size: clamp(2.6rem, 5.2vw, 4.4rem);
  line-height: 1.04;
}

.section-body {
  max-width: 44rem;
  margin-top: 20px;
}

.section-intro__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-intro__cta::after {
  content: "\2192";
  color: var(--gold);
  font-size: 1rem;
  line-height: 1;
}

.card-grid,
.block-grid,
.step-grid {
  display: grid;
  gap: 22px;
}

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

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

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

.resource-index {
  display: grid;
  gap: 18px;
}

.resource-index__panel {
  display: grid;
  gap: 14px;
}

.resource-category {
  display: grid;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.resource-category + .resource-category {
  border-top: 0;
}

.resource-category__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 16px;
  align-items: center;
  min-height: 66px;
  list-style: none;
  cursor: pointer;
}

.resource-category > summary {
  list-style: none;
}

.resource-category__summary::-webkit-details-marker {
  display: none;
}

.resource-category__summary::marker {
  content: "";
  color: transparent;
  font-size: 0;
}

.resource-category__icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent);
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease;
}

.resource-category__icon::before {
  content: "+";
}

.resource-category__summary:hover h3,
.resource-category__summary:focus-visible h3 {
  color: var(--accent);
}

.resource-category[open] .resource-category__icon {
  transform: rotate(45deg);
}

.resource-category h3 {
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.25;
}

.resource-category__count {
  color: var(--text-faint);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resource-list {
  display: grid;
  list-style: none;
}

.resource-list__item {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr) minmax(190px, 0.34fr);
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.resource-list__item:first-child {
  border-top: 1px solid var(--line);
}

.resource-list__item:last-child {
  border-bottom: 0;
}

.resource-list__main {
  min-width: 0;
}

.resource-list__shot {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 8 / 5;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 32px rgba(35, 54, 49, 0.08);
}

.resource-list__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 180ms ease;
}

.resource-list__shot picture {
  display: block;
  width: 100%;
  height: 100%;
}

.resource-list__shot:hover img,
.resource-list__shot:focus-visible img {
  transform: scale(1.025);
}

.resource-list__item h4 {
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.24;
}

.resource-list__item h4 a {
  color: inherit;
  text-decoration: none;
}

.resource-list__item h4 a:hover,
.resource-list__item h4 a:focus-visible {
  color: var(--accent);
}

.resource-list__item p {
  max-width: 62rem;
  margin-top: 5px;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.resource-list__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 14px;
}

.resource-list__links a {
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.resource-list__links a::after {
  content: "\2192";
  margin-left: 7px;
  color: var(--accent);
}

.resource-list__links a:hover,
.resource-list__links a:focus-visible {
  color: var(--accent);
}

.media-index {
  display: grid;
  gap: 18px;
}

.media-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.media-card__number {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.media-card__content {
  min-width: 0;
}

.media-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 10px;
  color: var(--text-faint);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.media-card h3 {
  color: var(--text);
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  line-height: 1.12;
}

.media-card p {
  max-width: 52rem;
  margin-top: 10px;
  color: var(--text-muted);
}

.media-card__audio {
  display: block;
  width: 100%;
  margin-top: 22px;
}

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

  .resource-category__count {
    grid-column: 1;
    grid-row: 2;
  }

  .resource-category__icon {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .resource-list__item {
    grid-template-columns: minmax(140px, 190px) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .resource-list__links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .media-card {
    grid-template-columns: 1fr;
  }
}

.capability-rail {
  display: grid;
  grid-auto-columns: minmax(320px, 360px);
  grid-auto-flow: column;
  gap: 18px;
  margin-right: calc((100vw - min(100vw - 48px, var(--max-width))) / -2);
  padding: 4px calc((100vw - min(100vw - 48px, var(--max-width))) / 2) 18px 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

.capability-rail-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--radius);
  color: #f8fbff;
  scroll-snap-align: start;
  box-shadow: var(--shadow-soft);
}

.capability-rail-card--blue {
  background: linear-gradient(145deg, #123b5f, #2f72b8);
}

.capability-rail-card--green {
  background: linear-gradient(145deg, #163f36, #2e9f77);
}

.capability-rail-card--slate {
  background: linear-gradient(145deg, #1d2b36, #51677a);
}

.capability-rail-card--violet {
  background: linear-gradient(145deg, #292c58, #695ed6);
}

.capability-rail-card--gold {
  background: linear-gradient(145deg, #4c3715, #c99852);
}

.capability-rail-card__index {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.capability-rail-card h3 {
  max-width: 100%;
  margin-top: 34px;
  font-size: clamp(1.75rem, 2vw, 2rem);
  line-height: 1.08;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.capability-rail-card p {
  max-width: 18rem;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.capability-rail-card .card-link {
  color: #fff;
}

.capability-rail-card .card-link::after {
  color: rgba(255, 255, 255, 0.82);
}

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

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

.card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border-radius: var(--radius);
}

.card:hover,
.card:focus-within {
  border-color: rgba(183, 140, 53, 0.24);
}

.card-label {
  color: var(--text-faint);
}

.card h3 {
  margin-top: 18px;
  font-size: 2rem;
  line-height: 1.08;
}

.card p {
  margin-top: 14px;
}

.interactive-card-set {
  display: grid;
  gap: 22px;
}

.interactive-card-grid {
  align-items: stretch;
}

.interactive-card {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 251, 0.88)),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 52px rgba(21, 47, 76, 0.07);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.interactive-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), #5f9fc4);
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: left center;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.interactive-card:hover,
.interactive-card:focus-visible,
.interactive-card.is-active {
  border-color: rgba(183, 140, 53, 0.34);
  box-shadow: 0 28px 68px rgba(21, 47, 76, 0.12);
  transform: translateY(-4px);
  outline: none;
}

.interactive-card.is-active {
  color: #f8fbff;
  background:
    linear-gradient(145deg, rgba(18, 59, 95, 0.98), rgba(47, 114, 184, 0.94)),
    #17324d;
}

.interactive-card.is-active::before,
.interactive-card:hover::before,
.interactive-card:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.interactive-card__number {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.interactive-card.is-active .interactive-card__number {
  color: rgba(255, 255, 255, 0.72);
}

.interactive-card__title {
  display: block;
  margin-top: 30px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.95rem, 2.4vw, 2.45rem);
  line-height: 1.02;
  text-wrap: balance;
}

.interactive-card__body {
  display: block;
  margin-top: 20px;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.interactive-card.is-active .interactive-card__body {
  color: rgba(255, 255, 255, 0.78);
}

.interactive-card__cue {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-top: auto;
  place-items: center;
  border: 1px solid rgba(183, 140, 53, 0.28);
  border-radius: 999px;
  color: var(--accent);
  font-size: 1.1rem;
  line-height: 1;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.interactive-card.is-active .interactive-card__cue {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  transform: rotate(45deg);
}

.interactive-card-detail {
  max-width: 720px;
  padding: 28px;
  border: 1px solid rgba(183, 140, 53, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 251, 0.86)),
    rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.interactive-card-detail__kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.interactive-card-detail h3 {
  margin-top: 14px;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
}

.interactive-card-detail p:not(.interactive-card-detail__kicker) {
  max-width: 44rem;
  margin-top: 12px;
  color: var(--text-muted);
}

.flow-diagram {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr) 86px minmax(0, 1fr);
  gap: 0;
  align-items: center;
}

.flow-node {
  position: relative;
  min-height: 100%;
  padding: 30px 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 250, 0.82) 100%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 52px rgba(21, 47, 76, 0.07);
  animation: flowNodeBreathe 5.4s ease-in-out infinite;
  animation-delay: calc(var(--flow-index) * 420ms);
}

.flow-node::before {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--gold), rgba(55, 103, 158, 0.78));
  opacity: 0.52;
  transform-origin: left center;
  animation: flowNodeSignal 4.8s ease-in-out infinite;
  animation-delay: calc(var(--flow-index) * 420ms);
}

.flow-node__topline {
  display: flex;
  align-items: center;
  gap: 14px;
}

.flow-node__marker {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(183, 140, 53, 0.28);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(183, 140, 53, 0.08);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.flow-node__label {
  margin: 0;
  color: var(--text-faint);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.flow-node h3 {
  margin-top: 22px;
  font-size: clamp(1.85rem, 2.4vw, 2.25rem);
  line-height: 1.04;
  text-wrap: balance;
}

.flow-node p:not(.flow-node__label) {
  margin-top: 16px;
  color: var(--text-muted);
}

.flow-link {
  position: relative;
  height: 72px;
  overflow: visible;
}

.flow-link::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(24, 50, 77, 0.14), rgba(183, 140, 53, 0.74));
}

.flow-link::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  transform: translateY(-50%) rotate(45deg);
  animation: flowArrowPulse 1.8s ease-in-out infinite;
  animation-delay: calc(var(--flow-index) * 360ms);
}

.flow-link span {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(183, 140, 53, 0.12);
  transform: translateY(-50%);
  animation: flowDotTravel 2.8s ease-in-out infinite;
  animation-delay: calc(var(--flow-index) * 520ms);
}

.card-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 22px;
  margin-top: auto;
  padding-top: 22px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.card-link::after {
  content: "→";
  color: var(--accent);
  transition: transform 180ms ease;
}

.card-link:hover::after,
.card-link:focus-visible::after {
  transform: translateX(4px);
}

.info-block,
.step-card {
  padding: 28px;
  border-radius: var(--radius);
}

.info-block h3,
.step-card h3 {
  font-size: 1.85rem;
  line-height: 1.08;
}

.info-block p,
.step-card p {
  margin-top: 14px;
}

.content-block {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 30px;
  padding: 34px;
  border-radius: var(--radius);
}

.content-block--with-visual {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: center;
}

.content-block--split {
  align-items: start;
}

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

.content-block__copy .section-intro,
.content-block__copy .content-block__body,
.content-block__copy .bullet-list {
  max-width: none;
}

.content-block__body {
  max-width: 44rem;
}

.section-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 250, 0.88) 100%),
    rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.section-visual svg {
  display: block;
  width: 100%;
  height: auto;
}

.section-visual--scene {
  position: relative;
}

.section-visual--scene svg [class^="scene-"],
.section-visual--scene svg [class*=" scene-"] {
  transform-box: fill-box;
  transform-origin: center;
}

.section-visual--animated .scene-grid {
  opacity: 0.92;
}

.section-visual--animated .scene-connector {
  opacity: 0.84;
}

.section-visual--animated .scene-card,
.section-visual--animated .scene-panel,
.section-visual--animated .scene-orb,
.section-visual--animated .scene-ring,
.section-visual--animated .scene-wave,
.section-visual--animated .scene-beam,
.section-visual--animated .scene-bar,
.section-visual--animated .scene-pulse {
  transition:
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 520ms ease;
}

.section-visual--animated:not(.is-active) .scene-card,
.section-visual--animated:not(.is-active) .scene-panel {
  transform: translate3d(0, 0, 0);
}

.section-visual--animated.is-active .scene-card--float-a {
  animation: sectionVisualFloatA 7.8s ease-in-out infinite;
}

.section-visual--animated.is-active .scene-card--float-b {
  animation: sectionVisualFloatB 9.2s ease-in-out infinite;
}

.section-visual--animated.is-active .scene-card--float-c {
  animation: sectionVisualFloatC 8.4s ease-in-out infinite;
}

.section-visual--animated.is-active .scene-card--float-d {
  animation: sectionVisualFloatD 10.4s ease-in-out infinite;
}

.section-visual--animated.is-active .scene-orb--drift-a {
  animation: sectionVisualDriftA 15s ease-in-out infinite;
}

.section-visual--animated.is-active .scene-orb--drift-b {
  animation: sectionVisualDriftB 18s ease-in-out infinite;
}

.section-visual--animated.is-active .scene-ring--spin {
  animation: sectionVisualRotate 22s linear infinite;
}

.section-visual--animated.is-active .scene-ring--spin-reverse {
  animation: sectionVisualRotate 28s linear infinite reverse;
}

.section-visual--animated.is-active .scene-connector--flow {
  animation: sectionVisualDash 4.8s linear infinite;
}

.section-visual--animated.is-active .scene-connector--delay-a,
.section-visual--animated.is-active .scene-pulse--a,
.section-visual--animated.is-active .scene-wave--delay-a {
  animation-delay: -0.6s;
}

.section-visual--animated.is-active .scene-connector--delay-b,
.section-visual--animated.is-active .scene-pulse--b {
  animation-delay: -1.4s;
}

.section-visual--animated.is-active .scene-connector--delay-c,
.section-visual--animated.is-active .scene-pulse--c {
  animation-delay: -2.1s;
}

.section-visual--animated.is-active .scene-connector--delay-d {
  animation-delay: -2.8s;
}

.section-visual--animated.is-active .scene-connector--delay-e {
  animation-delay: -3.5s;
}

.section-visual--animated.is-active .scene-pulse {
  animation: sectionVisualPulse 2.8s ease-in-out infinite;
  transform-origin: center;
}

.section-visual--animated.is-active .scene-beam--sweep {
  animation: sectionVisualBeam 4.6s ease-in-out infinite;
}

.section-visual--animated.is-active .scene-wave--glide {
  animation: sectionVisualWave 6.8s ease-in-out infinite;
}

.section-visual--animated.is-active .scene-bar--rise-a {
  animation: sectionVisualBarA 5.6s ease-in-out infinite;
  transform-origin: left center;
}

.section-visual--animated.is-active .scene-bar--rise-b {
  animation: sectionVisualBarB 6.3s ease-in-out infinite;
  transform-origin: left center;
}

.section-visual--animated.is-active .scene-bar--rise-c {
  animation: sectionVisualBarC 7.1s ease-in-out infinite;
  transform-origin: left center;
}

.section-visual--content,
.section-visual--use-case,
.section-visual--panel {
  align-self: stretch;
}

.section-visual--office-room {
  position: relative;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: var(--office-room-aspect, 1 / 1);
  background: #ffffff;
}

.section-visual--office-room.section-visual--use-case {
  align-self: center;
  width: 100%;
}

.section-visual--office-room .office-art-card__texture {
  border-radius: inherit;
}

.section-visual--office-room .office-art-card__sheen {
  display: none;
}

.section--office-map {
  padding-top: 72px;
}

.section--office-map .section-head {
  margin-bottom: 28px;
}

.office-map {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 246, 249, 0.9) 100%),
    rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.office-map__stage {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 50, 77, 0.1);
  border-radius: calc(var(--radius) + 2px);
  background:
    radial-gradient(circle at 24% 10%, rgba(54, 112, 178, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(250, 253, 255, 0.96), rgba(239, 245, 249, 0.84));
}

.office-map__canvas {
  display: block;
  width: 100%;
  height: auto;
}

.office-art-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: calc(var(--radius) + 1px);
  background: rgba(24, 50, 77, 0.08);
}

.office-art-card {
  --room: #1e8ca2;
  --room-soft: #d9f1ef;
  --room-deep: #157186;
  position: relative;
  grid-column: span 3;
  min-height: 390px;
  padding: 28px 28px 24px;
  overflow: hidden;
  color: var(--text);
  text-decoration: none;
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.82), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 251, 0.9));
  isolation: isolate;
  transition:
    background 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease;
}

.office-art-card:nth-child(n + 5) {
  grid-column: span 4;
  min-height: 420px;
}

.office-art-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--room) 18%, transparent), transparent 42%),
    radial-gradient(circle at 50% 76%, color-mix(in srgb, var(--room-soft) 72%, transparent), transparent 38%);
  transition: opacity 260ms ease;
}

.office-art-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 18px;
  height: 18px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(23, 50, 77, 0.2), transparent 72%);
  filter: blur(8px);
  opacity: 0.34;
  transform: translateY(8px);
}

.office-art-card--finance {
  --room: #b78c35;
  --room-soft: #f2e4bf;
  --room-deep: #8b6725;
}

.office-art-card--people {
  --room: #846fb0;
  --room-soft: #e8e1f4;
  --room-deep: #614c8d;
}

.office-art-card--technology {
  --room: #3670b2;
  --room-soft: #dce9f7;
  --room-deep: #17324d;
}

.office-art-card--operations {
  --room: #5f9356;
  --room-soft: #e0efdb;
  --room-deep: #43743c;
}

.office-art-card--leadership {
  --room: #17324d;
  --room-soft: #dbe5ee;
  --room-deep: #12283f;
}

.office-art-card--specialist {
  --room: #bd6f60;
  --room-soft: #f1dfdc;
  --room-deep: #984d42;
}

.office-art-card--marketing {
  --room: #2f6475;
  --room-soft: #dbeaf0;
  --room-deep: #1f4655;
}

.office-art-card:hover,
.office-art-card:focus-visible,
.office-art-card.is-active {
  z-index: 2;
  background:
    radial-gradient(circle at 72% 16%, rgba(255, 255, 255, 0.96), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(238, 246, 250, 0.96));
  box-shadow: 0 28px 70px rgba(21, 47, 76, 0.16);
  outline: none;
  transform: translateY(-8px);
}

.office-art-card:hover::before,
.office-art-card:focus-visible::before,
.office-art-card.is-active::before {
  opacity: 1;
}

.office-art-card__copy {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.office-art-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid color-mix(in srgb, var(--room) 52%, transparent);
  border-radius: 999px;
  color: var(--room);
  background: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.office-art-card__text {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.office-art-card__text strong {
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.28;
}

.office-art-card__text span {
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.52;
}

.office-scene-svg {
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 6px;
  z-index: 2;
  display: block;
  width: 96%;
  height: 282px;
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 26px 24px rgba(23, 50, 77, 0.18));
}

.office-art-card:nth-child(n + 5) .office-scene-svg {
  height: 312px;
}

.office-scene-svg__room {
  transform-origin: 320px 250px;
  transition: transform 360ms ease, filter 360ms ease;
}

.office-art-card:hover .office-scene-svg__room,
.office-art-card:focus-visible .office-scene-svg__room,
.office-art-card.is-active .office-scene-svg__room {
  filter: saturate(1.08);
  transform: translateY(-12px) scale(1.035);
}

.office-scene-svg__base-shadow {
  fill: rgba(23, 50, 77, 0.16);
  filter: blur(8px);
}

.office-scene-svg__wall {
  fill: rgba(255, 255, 255, 0.78);
  stroke: rgba(23, 50, 77, 0.11);
  stroke-width: 2.4;
}

.office-scene-svg__wall-fill {
  opacity: 0.9;
}

.office-scene-svg__floor {
  stroke: rgba(255, 255, 255, 0.95);
  stroke-width: 5;
}

.office-scene-svg__floor-grid {
  fill: none;
  stroke: rgba(255, 255, 255, 0.54);
  stroke-width: 1.4;
}

.office-scene-svg__desk-top {
  fill: rgba(255, 255, 255, 0.96);
}

.office-scene-svg__desk-front {
  fill: color-mix(in srgb, var(--room-soft) 70%, #d9e1e7);
}

.office-scene-svg__desk-right {
  fill: color-mix(in srgb, var(--room-soft) 52%, #b8c7d3);
}

.office-scene-svg__desk--dark .office-scene-svg__desk-top {
  fill: #dce6f0;
}

.office-scene-svg__desk--dark .office-scene-svg__desk-front,
.office-scene-svg__desk--dark .office-scene-svg__desk-right {
  fill: #8498ab;
}

.office-scene-svg__keyboard {
  fill: #17324d;
  opacity: 0.72;
}

.office-scene-svg__screen rect {
  fill: #17324d;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 4;
}

.office-scene-svg__screen circle {
  fill: #65d0c1;
  opacity: 0.88;
}

.office-scene-svg__screen--dark rect {
  fill: #071827;
}

.office-scene-svg__screen-lines {
  fill: none;
  stroke: color-mix(in srgb, var(--room) 60%, #ffffff);
  stroke-linecap: round;
  stroke-width: 4;
  stroke-dasharray: 26 12;
  animation: officeScreenLineFlow 3.6s linear infinite;
}

.office-scene-svg__server rect,
.office-scene-svg__rack rect {
  fill: #132c45;
  stroke: rgba(255, 255, 255, 0.84);
  stroke-width: 3;
}

.office-scene-svg__server-lines,
.office-scene-svg__rack path {
  fill: none;
  stroke: rgba(101, 208, 193, 0.7);
  stroke-width: 3;
}

.office-scene-svg__server circle {
  fill: #65d0c1;
}

.office-scene-svg__rack .office-scene-svg__rack-boxes {
  fill: #d9be77;
  stroke: none;
}

.office-scene-svg__person-shadow,
.office-scene-svg__plant-shadow {
  fill: rgba(23, 50, 77, 0.18);
}

.office-scene-svg__person-body {
  fill: color-mix(in srgb, var(--room) 74%, #ffffff);
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 2;
}

.office-scene-svg__person--vest .office-scene-svg__person-body {
  fill: #d9be77;
}

.office-scene-svg__person-head {
  fill: #26384c;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 3;
}

.office-art-card:hover .office-scene-svg__person,
.office-art-card:focus-visible .office-scene-svg__person,
.office-art-card.is-active .office-scene-svg__person {
  animation: officePersonBob 3.2s ease-in-out infinite;
}

.office-scene-svg__plant-pot {
  fill: #95a092;
}

.office-scene-svg__plant-leaf {
  fill: #5f9356;
}

.office-art-card:hover .office-scene-svg__plant,
.office-art-card:focus-visible .office-scene-svg__plant,
.office-art-card.is-active .office-scene-svg__plant {
  animation: officePlantSway 3.8s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center bottom;
}

.office-scene-svg__glass {
  fill: none;
  stroke: rgba(103, 128, 151, 0.32);
  stroke-width: 5;
}

.office-scene-svg__papers path {
  fill: #ffffff;
  stroke: rgba(23, 50, 77, 0.12);
}

.office-scene-svg__wall-type text {
  fill: var(--room-deep);
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

.office-scene-svg__sofa,
.office-scene-svg__lounge {
  fill: #f0f4f7;
  stroke: rgba(23, 50, 77, 0.1);
  stroke-width: 2;
}

.office-scene-svg__round-table,
.office-scene-svg__board-table {
  fill: #c6965f;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 4;
}

.office-scene-svg__chairs ellipse {
  fill: #233c57;
  opacity: 0.88;
}

.office-scene-svg__dark-panel {
  fill: #071827;
  opacity: 0.92;
}

.office-scene-svg__accent-wall {
  fill: color-mix(in srgb, var(--room) 72%, #ffffff);
  opacity: 0.78;
}

.office-scene-svg__conveyor {
  fill: #d8e0e7;
  stroke: rgba(23, 50, 77, 0.14);
  stroke-width: 2;
}

.office-scene-svg__box polygon:nth-child(1) {
  fill: #d2a76f;
}

.office-scene-svg__box polygon:nth-child(2) {
  fill: #bd884b;
}

.office-scene-svg__box polygon:nth-child(3) {
  fill: #e2bd86;
}

.office-scene-svg__light-strip {
  fill: none;
  stroke: #65d0c1;
  stroke-linecap: round;
  stroke-width: 5;
  filter: drop-shadow(0 0 12px rgba(101, 208, 193, 0.9));
  animation: officeLightPulse 2.8s ease-in-out infinite;
}

.office-scene {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 22px;
  z-index: 2;
  height: 230px;
  pointer-events: none;
  perspective: 900px;
}

.office-art-card:nth-child(n + 5) .office-scene {
  height: 260px;
}

.office-scene__shadow {
  position: absolute;
  left: 12%;
  right: 10%;
  bottom: 4px;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(23, 50, 77, 0.2), transparent 70%);
  filter: blur(10px);
  opacity: 0.54;
}

.office-scene__room {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 190px;
  transform: rotateX(58deg) rotateZ(-38deg);
  transform-style: preserve-3d;
  transition: transform 360ms ease;
}

.office-art-card:hover .office-scene__room,
.office-art-card:focus-visible .office-scene__room,
.office-art-card.is-active .office-scene__room {
  transform: rotateX(58deg) rotateZ(-38deg) translate3d(0, -12px, 34px);
}

.office-scene__floor {
  position: absolute;
  inset: 18% 3% 2%;
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(135deg, var(--room-soft), color-mix(in srgb, var(--room-soft) 44%, #ffffff));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow:
    inset 0 -18px 0 rgba(23, 50, 77, 0.08),
    0 26px 38px rgba(23, 50, 77, 0.22);
}

.office-scene__wall {
  position: absolute;
  border: 4px solid rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), color-mix(in srgb, var(--room-soft) 42%, #ffffff));
  box-shadow: inset 0 0 28px rgba(23, 50, 77, 0.08);
}

.office-scene__wall--left {
  left: 3%;
  top: 6%;
  width: 48%;
  height: 42%;
  transform: translateZ(78px) rotateX(-90deg);
  transform-origin: bottom left;
}

.office-scene__wall--right {
  right: 3%;
  top: 6%;
  width: 48%;
  height: 42%;
  transform: translateZ(78px) rotateX(-90deg);
  transform-origin: bottom right;
}

.office-scene__grid {
  position: absolute;
  inset: 32% 14% 18%;
  border-radius: 8px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.65) 0 4px, transparent 5px);
  background-size: 34px 24px;
  opacity: 0.26;
  transform: translateZ(5px);
}

.office-scene__screen,
.office-scene__server,
.office-scene__shelf,
.office-scene__warehouse-rack,
.office-scene__board,
.office-scene__wall-word {
  position: absolute;
  transform: translateZ(96px);
  box-shadow: 0 10px 20px rgba(23, 50, 77, 0.14);
}

.office-scene__screen {
  width: 26%;
  height: 18%;
  border: 3px solid rgba(255, 255, 255, 0.88);
  border-radius: 5px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--room) 76%, #ffffff) 0 12%, transparent 12% 18%, color-mix(in srgb, var(--room) 64%, #ffffff) 18% 42%, transparent 42% 48%, color-mix(in srgb, var(--room) 52%, #ffffff) 48% 100%),
    linear-gradient(145deg, #17324d, #244766);
}

.office-scene__screen::after {
  content: "";
  position: absolute;
  inset: 6px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.48) 2px, transparent 2px),
    linear-gradient(rgba(255, 255, 255, 0.26) 1px, transparent 1px);
  background-size: 24px 100%, 100% 9px;
  opacity: 0.6;
  animation: officeScreenScan 3.4s linear infinite;
}

.office-scene__screen--hero {
  right: 14%;
  top: 18%;
}

.office-scene__screen--wide {
  right: 13%;
  top: 18%;
  width: 36%;
}

.office-scene__screen--wall,
.office-scene__screen--boardroom {
  right: 9%;
  top: 10%;
  width: 48%;
  height: 22%;
  background:
    radial-gradient(circle at 18% 40%, #65d0c1 0 8%, transparent 9%),
    radial-gradient(circle at 64% 48%, #80a7e8 0 7%, transparent 8%),
    linear-gradient(145deg, #06182a, #17324d);
}

.office-scene__screen--diagram {
  right: 8%;
  top: 44%;
}

.office-scene__desk,
.office-scene__meeting-table,
.office-scene__round-table,
.office-scene__sofa,
.office-scene__lounge-chair,
.office-scene__conveyor,
.office-scene__box {
  position: absolute;
  border: 2px solid rgba(23, 50, 77, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 18px rgba(23, 50, 77, 0.12);
  transform: translateZ(28px);
}

.office-scene__desk {
  width: 34%;
  height: 22%;
  border-radius: 7px;
}

.office-scene__desk--front {
  left: 28%;
  bottom: 22%;
}

.office-scene__desk--side {
  right: 18%;
  bottom: 34%;
  width: 28%;
  height: 17%;
}

.office-scene__meeting-table {
  left: 26%;
  bottom: 25%;
  width: 46%;
  height: 28%;
  border-radius: 999px;
  background: linear-gradient(135deg, #c79a62, #8f643e);
}

.office-scene__round-table {
  left: 34%;
  bottom: 28%;
  width: 28%;
  height: 28%;
  border-radius: 999px;
}

.office-scene__sofa {
  left: 12%;
  bottom: 34%;
  width: 24%;
  height: 15%;
  border-radius: 14px;
  background: #f1f3f6;
}

.office-scene__lounge-chair {
  bottom: 16%;
  width: 14%;
  height: 14%;
  border-radius: 12px;
  background: #233c57;
}

.office-scene__lounge-chair--a {
  right: 18%;
}

.office-scene__lounge-chair--b {
  right: 36%;
}

.office-scene__person {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background: #26384c;
  box-shadow: 0 9px 16px rgba(23, 50, 77, 0.18);
  transform: translateZ(52px);
}

.office-scene__person::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 14px;
  width: 12px;
  height: 18px;
  border-radius: 7px 7px 4px 4px;
  background: color-mix(in srgb, var(--room) 64%, #ffffff);
}

.office-scene__person--a {
  left: 34%;
  bottom: 50%;
}

.office-scene__person--b {
  left: 52%;
  bottom: 42%;
}

.office-scene__person--c {
  left: 44%;
  bottom: 24%;
}

.office-scene__person--vest::after {
  background: #d9be77;
}

.office-scene__plant {
  position: absolute;
  width: 18px;
  height: 28px;
  border-radius: 0 0 8px 8px;
  background: #8d9a86;
  transform: translateZ(52px);
}

.office-scene__plant::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -22px;
  width: 42px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 64%, #5f9356 0 22%, transparent 23%),
    radial-gradient(circle at 58% 24%, #43743c 0 24%, transparent 25%),
    radial-gradient(circle at 72% 68%, #6fa466 0 20%, transparent 21%);
}

.office-scene__plant--a {
  left: 14%;
  bottom: 22%;
}

.office-scene__plant--b {
  right: 12%;
  bottom: 26%;
}

.office-scene__glass {
  position: absolute;
  border: 2px solid rgba(103, 128, 151, 0.28);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(101, 208, 193, 0.1));
  transform: translateZ(72px);
}

.office-scene__glass--front {
  left: 6%;
  right: 6%;
  bottom: 8%;
  height: 36%;
}

.office-scene__glass--side {
  right: 5%;
  top: 25%;
  width: 28%;
  height: 44%;
}

.office-scene__shelf,
.office-scene__warehouse-rack {
  left: 10%;
  top: 18%;
  width: 28%;
  height: 24%;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 6px;
  background:
    linear-gradient(rgba(23, 50, 77, 0.22) 2px, transparent 2px),
    repeating-linear-gradient(90deg, #d9be77 0 10px, #b78c35 10px 17px);
  background-size: 100% 12px, auto;
}

.office-scene__warehouse-rack--b {
  left: auto;
  right: 9%;
  top: 26%;
}

.office-scene__server {
  top: 22%;
  width: 17%;
  height: 36%;
  border-radius: 6px;
  background:
    linear-gradient(rgba(101, 208, 193, 0.45) 2px, transparent 2px),
    linear-gradient(145deg, #10243a, #071727);
  background-size: 100% 13px, auto;
}

.office-scene__server--a {
  left: 8%;
}

.office-scene__server--b {
  left: 26%;
}

.office-scene__box {
  left: 14%;
  bottom: 20%;
  width: 16%;
  height: 14%;
  border-radius: 4px;
  background: #cda46d;
}

.office-scene__box--b {
  left: 27%;
  bottom: 30%;
}

.office-scene__conveyor {
  left: 24%;
  right: 18%;
  bottom: 18%;
  height: 8%;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, #93a3b1 0 10px, #d8e0e7 10px 18px);
}

.office-scene__paper {
  position: absolute;
  width: 14%;
  height: 10%;
  border-radius: 4px;
  background:
    linear-gradient(rgba(23, 50, 77, 0.18) 1px, transparent 1px),
    #ffffff;
  background-size: 100% 6px;
  transform: translateZ(58px);
}

.office-scene__paper--a {
  left: 38%;
  bottom: 52%;
}

.office-scene__paper--b {
  left: 52%;
  bottom: 30%;
}

.office-scene__wall-word {
  left: 12%;
  top: 18%;
  color: var(--room-deep);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 0.92;
}

.office-scene__chair-ring {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 18%;
  height: 42%;
  border: 2px dashed rgba(23, 50, 77, 0.16);
  border-radius: 50%;
  transform: translateZ(18px);
}

.office-scene__light-strip {
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 12%;
  height: 4px;
  border-radius: 999px;
  background: #65d0c1;
  box-shadow: 0 0 24px #65d0c1;
  transform: translateZ(50px);
  animation: officeLightPulse 2.8s ease-in-out infinite;
}

.office-art-card.is-active .office-scene__plant,
.office-art-card:hover .office-scene__plant,
.office-art-card:focus-visible .office-scene__plant {
  animation: officePlantSway 3.8s ease-in-out infinite;
  transform-origin: center bottom;
}

.office-map__grid path {
  fill: none;
  stroke: rgba(23, 50, 77, 0.055);
  stroke-width: 1;
}

.office-map__label {
  fill: var(--text-faint);
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.office-map__base-shadow {
  fill: rgba(23, 50, 77, 0.1);
}

.office-map__base {
  fill: url(#office-map-floor);
  stroke: rgba(24, 50, 77, 0.12);
  stroke-width: 2;
}

.office-map__corridor {
  fill: rgba(255, 255, 255, 0.66);
  stroke: rgba(24, 50, 77, 0.09);
  stroke-width: 2;
}

.office-map__routes path {
  fill: none;
  stroke: rgba(183, 140, 53, 0.62);
  stroke-dasharray: 8 14;
  stroke-linecap: round;
  stroke-width: 2;
  animation: officeMapRouteFlow 7s linear infinite;
}

.office-map__hub {
  fill: var(--accent);
  stroke: rgba(255, 255, 255, 0.95);
  stroke-width: 4;
}

.office-room {
  --room: #1e8ca2;
  --room-soft: #d9f1ef;
  --room-line: #157186;
  color: var(--text);
  outline: none;
  text-decoration: none;
}

.office-room--customer,
.office-map__room-link--customer {
  --room: #1e8ca2;
  --room-soft: #d9f1ef;
  --room-line: #157186;
}

.office-room--finance,
.office-map__room-link--finance {
  --room: #b78c35;
  --room-soft: #f2e4bf;
  --room-line: #8b6725;
}

.office-room--people,
.office-map__room-link--people {
  --room: #846fb0;
  --room-soft: #e8e1f4;
  --room-line: #614c8d;
}

.office-room--technology,
.office-map__room-link--technology {
  --room: #3670b2;
  --room-soft: #dce9f7;
  --room-line: #255889;
}

.office-room--operations,
.office-map__room-link--operations {
  --room: #5f9356;
  --room-soft: #e0efdb;
  --room-line: #43743c;
}

.office-room--leadership,
.office-map__room-link--leadership {
  --room: #17324d;
  --room-soft: #dbe5ee;
  --room-line: #17324d;
}

.office-room--specialist,
.office-map__room-link--specialist {
  --room: #bd6f60;
  --room-soft: #f1dfdc;
  --room-line: #984d42;
}

.office-room--customer .office-room__floor {
  fill: #d9f1ef;
}

.office-room--finance .office-room__floor {
  fill: #f2e4bf;
}

.office-room--people .office-room__floor {
  fill: #e8e1f4;
}

.office-room--technology .office-room__floor {
  fill: #dce9f7;
}

.office-room--operations .office-room__floor {
  fill: #e0efdb;
}

.office-room--leadership .office-room__floor {
  fill: #dbe5ee;
}

.office-room--specialist .office-room__floor {
  fill: #f1dfdc;
}

.office-room--customer .office-room__screen,
.office-room--customer .office-room__rack {
  fill: #157186;
}

.office-room--finance .office-room__screen,
.office-room--finance .office-room__rack {
  fill: #8b6725;
}

.office-room--people .office-room__screen,
.office-room--people .office-room__rack {
  fill: #614c8d;
}

.office-room--technology .office-room__screen,
.office-room--technology .office-room__rack {
  fill: #255889;
}

.office-room--operations .office-room__screen,
.office-room--operations .office-room__rack {
  fill: #43743c;
}

.office-room--leadership .office-room__screen,
.office-room--leadership .office-room__rack {
  fill: #17324d;
}

.office-room--specialist .office-room__screen,
.office-room--specialist .office-room__rack {
  fill: #984d42;
}

.office-room--customer .office-room__badge-index {
  fill: #1e8ca2;
}

.office-room--finance .office-room__badge-index {
  fill: #b78c35;
}

.office-room--people .office-room__badge-index {
  fill: #846fb0;
}

.office-room--technology .office-room__badge-index {
  fill: #3670b2;
}

.office-room--operations .office-room__badge-index {
  fill: #5f9356;
}

.office-room--leadership .office-room__badge-index {
  fill: #17324d;
}

.office-room--specialist .office-room__badge-index {
  fill: #bd6f60;
}

.office-room__unit {
  transform-box: fill-box;
  transform-origin: center;
  transition:
    transform 220ms ease,
    filter 220ms ease;
}

.office-room__floor {
  fill: #d9f1ef;
  stroke: rgba(24, 50, 77, 0.14);
  stroke-width: 2;
  transition:
    fill 220ms ease,
    opacity 220ms ease,
    stroke 220ms ease;
}

.office-room__wall {
  fill: none;
  stroke: rgba(255, 255, 255, 0.94);
  stroke-linejoin: round;
  stroke-width: 7;
}

.office-room__desk,
.office-room__meeting,
.office-room__paper {
  fill: rgba(255, 255, 255, 0.84);
  stroke: rgba(24, 50, 77, 0.16);
  stroke-width: 1.2;
}

.office-room__screen,
.office-room__rack {
  fill: #157186;
  opacity: 0.88;
}

.office-room__seat {
  fill: rgba(23, 50, 77, 0.28);
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 2;
}

.office-room__badge {
  pointer-events: none;
}

.office-room__badge rect {
  fill: rgba(255, 255, 255, 0.9);
  stroke: rgba(24, 50, 77, 0.12);
  stroke-width: 1;
  transition:
    fill 220ms ease,
    stroke 220ms ease;
}

.office-room__badge-index,
.office-room__badge-label {
  font-family: "Space Grotesk", sans-serif;
}

.office-room__badge-index {
  fill: #1e8ca2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.office-room__badge-label {
  fill: var(--text);
  font-size: 15px;
  font-weight: 700;
}

.office-room:hover .office-room__unit,
.office-room:focus-visible .office-room__unit {
  transform: translateY(-8px);
}

.office-room:hover .office-room__floor,
.office-room:focus-visible .office-room__floor {
  opacity: 0.86;
  stroke: rgba(23, 50, 77, 0.28);
}

.office-room--customer:hover .office-room__floor,
.office-room--customer:focus-visible .office-room__floor {
  fill: #1e8ca2;
}

.office-room--finance:hover .office-room__floor,
.office-room--finance:focus-visible .office-room__floor {
  fill: #b78c35;
}

.office-room--people:hover .office-room__floor,
.office-room--people:focus-visible .office-room__floor {
  fill: #846fb0;
}

.office-room--technology:hover .office-room__floor,
.office-room--technology:focus-visible .office-room__floor {
  fill: #3670b2;
}

.office-room--operations:hover .office-room__floor,
.office-room--operations:focus-visible .office-room__floor {
  fill: #5f9356;
}

.office-room--leadership:hover .office-room__floor,
.office-room--leadership:focus-visible .office-room__floor {
  fill: #17324d;
}

.office-room--specialist:hover .office-room__floor,
.office-room--specialist:focus-visible .office-room__floor {
  fill: #bd6f60;
}

.office-room:hover .office-room__badge rect,
.office-room:focus-visible .office-room__badge rect {
  fill: rgba(255, 255, 255, 0.98);
  stroke: var(--room);
}

.office-map__directory {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
}

.office-map__directory-kicker {
  margin: 0 0 6px;
  color: var(--text-faint);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.office-map__room-list {
  display: grid;
}

.office-map__room-link {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-width: 0;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.office-map__room-link:first-child {
  border-top: 0;
}

.office-map__room-link::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 23px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  opacity: 0.42;
  transform: rotate(45deg);
}

.office-map__room-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid color-mix(in srgb, var(--room) 38%, transparent);
  border-radius: 999px;
  color: var(--room);
  font-size: 0.72rem;
  font-weight: 700;
}

.office-map__room-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding-right: 18px;
}

.office-map__room-copy strong {
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.35;
}

.office-map__room-copy span {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.office-map__room-link:hover,
.office-map__room-link:focus-visible {
  color: var(--room);
  transform: translateX(4px);
  outline: none;
}

.section--roi-calculator {
  padding-top: 96px;
}

.roi-calculator {
  display: grid;
  gap: 22px;
}

.roi-calculator__workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 22px;
  align-items: start;
}

.roi-calculator__inputs {
  display: grid;
  gap: 16px;
}

.roi-calculator__group,
.roi-calculator__results,
.roi-analysis-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 250, 0.86) 100%),
    rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.roi-calculator__group {
  padding: 20px;
}

.roi-calculator__group-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.roi-calculator__group-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(23, 50, 77, 0.08);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
}

.roi-calculator__group h3,
.roi-analysis-panel h3 {
  margin: 0;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.08;
}

.roi-calculator__group p {
  margin: 8px 0 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.roi-input-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 16px;
}

.roi-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.roi-field > span:first-child,
.roi-field__top {
  color: var(--text-faint);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.roi-field__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.roi-field__top strong {
  color: var(--text);
  font-size: 0.86rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.roi-field__control {
  position: relative;
  display: block;
}

.roi-field input[type="number"] {
  width: 100%;
  min-height: 46px;
  padding: 0 64px 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  outline: none;
}

.roi-field input[type="number"]:focus,
.roi-field input[type="range"]:focus-visible {
  border-color: rgba(183, 140, 53, 0.52);
  box-shadow: 0 0 0 4px rgba(183, 140, 53, 0.12);
}

.roi-field__suffix {
  position: absolute;
  right: 14px;
  top: 50%;
  color: var(--text-faint);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  transform: translateY(-50%);
  pointer-events: none;
}

.roi-field--range {
  grid-column: 1 / -1;
}

.roi-field input[type="range"] {
  width: 100%;
  accent-color: var(--accent);
}

.roi-reset-button {
  justify-self: start;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.roi-reset-button:hover,
.roi-reset-button:focus-visible {
  border-color: rgba(183, 140, 53, 0.42);
  background: rgba(255, 255, 255, 0.96);
  outline: none;
}

.roi-calculator__results {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  display: grid;
  gap: 16px;
  padding: 24px;
}

.roi-calculator__eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

.roi-metric {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
}

.roi-metric--primary {
  border-color: rgba(47, 111, 174, 0.24);
  background:
    linear-gradient(135deg, rgba(23, 50, 77, 0.94), rgba(47, 111, 174, 0.88)),
    var(--text);
}

.roi-metric span,
.roi-result-breakdown span,
.roi-formula span {
  color: var(--text-faint);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.roi-metric strong {
  color: var(--text);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.05;
}

.roi-metric--primary span,
.roi-metric--primary strong {
  color: #fff;
}

.roi-metric--primary strong {
  font-size: clamp(2.25rem, 4vw, 3.3rem);
}

.roi-formula {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px dashed rgba(183, 140, 53, 0.42);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
}

.roi-formula strong {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.roi-result-breakdown {
  display: grid;
  gap: 8px;
}

.roi-result-breakdown div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.roi-result-breakdown div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.roi-result-breakdown strong {
  color: var(--text);
  font-size: 0.96rem;
  white-space: nowrap;
}

.roi-bar {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(23, 50, 77, 0.1);
}

.roi-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2f6fae, #2f8f62 54%, #d18a1f);
  transition: width 180ms ease;
}

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

.roi-analysis-panel {
  padding: 22px;
}

.roi-analysis-panel ol {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--text-muted);
}

.roi-analysis-panel li + li {
  margin-top: 10px;
}

.roi-analysis-panel p {
  margin: 14px 0 0;
  color: var(--text-muted);
}

.roi-analysis-panel__note {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.roi-decision-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.roi-decision-zone {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.roi-calculator[data-roi-zone="quick-return"] .roi-decision-zone--quick-return,
.roi-calculator[data-roi-zone="strategic"] .roi-decision-zone--strategic,
.roi-calculator[data-roi-zone="low-value"] .roi-decision-zone--low-value,
.roi-calculator[data-roi-zone="risk"] .roi-decision-zone--risk {
  color: var(--text);
  box-shadow: inset 0 0 0 2px rgba(183, 140, 53, 0.28);
}

.roi-calculator[data-roi-zone="quick-return"] .roi-decision-zone--quick-return {
  background: rgba(47, 143, 98, 0.16);
}

.roi-calculator[data-roi-zone="strategic"] .roi-decision-zone--strategic {
  background: rgba(209, 138, 31, 0.18);
}

.roi-calculator[data-roi-zone="low-value"] .roi-decision-zone--low-value {
  background: rgba(47, 111, 174, 0.14);
}

.roi-calculator[data-roi-zone="risk"] .roi-decision-zone--risk {
  background: rgba(176, 58, 58, 0.14);
}

.section--ai-tool-map {
  padding-top: 92px;
}

.ai-tool-map {
  display: grid;
  gap: 22px;
}

.ai-tool-map__recommender {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 250, 0.78) 100%),
    rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
}

.ai-tool-map__recommender-head p:last-child {
  max-width: 36rem;
  margin: 10px 0 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.ai-tool-map__recommender-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ai-tool-map__select-field {
  display: grid;
  gap: 8px;
}

.ai-tool-map__select-field span {
  color: var(--text-faint);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ai-tool-map__select-field select {
  width: 100%;
  min-height: 46px;
  padding: 0 44px 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 252, 0.88)),
    rgba(255, 255, 255, 0.92);
  color: var(--text);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 650;
}

.ai-tool-map__recommendations {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ai-tool-map__recommendation {
  display: grid;
  gap: 4px;
  width: 100%;
  min-height: 68px;
  padding: 12px 14px;
  border: 1px solid rgba(183, 140, 53, 0.28);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.ai-tool-map__recommendation:hover,
.ai-tool-map__recommendation:focus-visible {
  border-color: rgba(183, 140, 53, 0.58);
  background: rgba(255, 255, 255, 0.96);
  outline: none;
  transform: translateY(-1px);
}

.ai-tool-map__recommendation strong {
  color: var(--text);
  font-size: 0.8rem;
}

.ai-tool-map__recommendation span {
  color: var(--text-muted);
  font-size: 0.72rem;
}

.ai-tool-map__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ai-tool-map__filter {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.ai-tool-map__filter:hover,
.ai-tool-map__filter:focus-visible,
.ai-tool-map__filter.is-active {
  border-color: rgba(183, 140, 53, 0.38);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  outline: none;
  transform: translateY(-1px);
}

.ai-tool-map__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 22px;
  align-items: stretch;
}

.ai-tool-map__chart,
.ai-tool-map__panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 250, 0.86) 100%),
    rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.ai-tool-map__chart {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
}

.ai-tool-map__chart::before {
  content: "";
  position: absolute;
  inset: 44px 44px 76px 72px;
  border-left: 1px solid rgba(23, 50, 77, 0.34);
  border-bottom: 1px solid rgba(23, 50, 77, 0.34);
  background-image:
    linear-gradient(rgba(23, 50, 77, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 50, 77, 0.075) 1px, transparent 1px);
  background-size: calc(100% / 9) calc(100% / 9);
}

.ai-tool-map__grid {
  position: absolute;
  inset: 44px 44px 76px 72px;
  pointer-events: none;
}

.ai-tool-map__grid::before,
.ai-tool-map__grid::after {
  content: "";
  position: absolute;
  background: rgba(47, 114, 184, 0.42);
}

.ai-tool-map__grid::before {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}

.ai-tool-map__grid::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.ai-tool-map__quadrant {
  position: absolute;
  color: var(--text);
  font-weight: 700;
  line-height: 1.25;
}

.ai-tool-map__quadrant small {
  color: var(--text-muted);
  font-weight: 600;
}

.ai-tool-map__quadrant--tl {
  left: 24px;
  top: 24px;
}

.ai-tool-map__quadrant--tr {
  left: calc(50% + 28px);
  top: 24px;
}

.ai-tool-map__quadrant--bl {
  left: 24px;
  bottom: 24px;
}

.ai-tool-map__quadrant--br {
  left: calc(50% + 28px);
  bottom: 24px;
}

.ai-tool-map__axis {
  position: absolute;
  z-index: 2;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ai-tool-map__axis--x {
  left: 72px;
  right: 44px;
  bottom: 24px;
  text-align: center;
}

.ai-tool-map__axis--y {
  left: 22px;
  top: 50%;
  width: max-content;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
}

.ai-tool-map__point {
  position: absolute;
  z-index: 4;
  left: calc(72px + var(--point-x) * (100% - 116px) / 9);
  top: calc(44px + var(--point-y) * (100% - 120px) / 9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #2f6fae;
  color: #fff;
  box-shadow: 0 12px 26px rgba(21, 47, 76, 0.18);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.ai-tool-map__point span {
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
}

.ai-tool-map__point--featured {
  background: #a66a12;
}

.ai-tool-map__point:hover,
.ai-tool-map__point:focus-visible,
.ai-tool-map__point.is-active {
  outline: none;
  transform: translate(-50%, -50%) scale(1.26);
  box-shadow: 0 16px 34px rgba(21, 47, 76, 0.26);
}

.ai-tool-map__point.is-active:not(.ai-tool-map__point--featured) {
  background: #17324d;
}

.ai-tool-map__point--featured.is-active {
  background: #d18a1f;
}

.ai-tool-map__point.is-recommended {
  box-shadow:
    0 0 0 5px rgba(183, 140, 53, 0.2),
    0 16px 34px rgba(21, 47, 76, 0.26);
}

.ai-tool-map__point.is-muted,
.ai-tool-map__index-item.is-muted {
  opacity: 0.24;
}

.ai-tool-map__panel {
  display: flex;
  flex-direction: column;
  min-height: 680px;
  padding: 24px;
}

.ai-tool-map__panel-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ai-tool-map__panel h3 {
  margin: 14px 0 0;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.04;
}

.ai-tool-map__panel p {
  margin: 12px 0 0;
  color: var(--text-muted);
  line-height: 1.8;
}

.ai-tool-map__panel dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 0;
}

.ai-tool-map__panel dl div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
}

.ai-tool-map__panel dt {
  color: var(--text-faint);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ai-tool-map__panel dd {
  margin: 6px 0 0;
  color: var(--text);
  font-weight: 700;
}

.ai-tool-map__panel-note {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.ai-tool-map__index {
  display: grid;
  gap: 8px;
  max-height: min(520px, 54vh);
  margin-top: auto;
  padding-top: 18px;
  overflow: auto;
  scrollbar-width: thin;
}

.ai-tool-map__index-item {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    opacity 180ms ease;
}

.ai-tool-map__index-item:hover,
.ai-tool-map__index-item:focus-visible,
.ai-tool-map__index-item.is-active {
  border-color: rgba(183, 140, 53, 0.36);
  background: rgba(255, 255, 255, 0.94);
  outline: none;
}

.ai-tool-map__index-item strong {
  color: var(--text);
  font-size: 0.82rem;
}

.ai-tool-map__index-item span {
  color: var(--text-muted);
  font-size: 0.76rem;
}

.ai-tool-map__index-item--featured strong {
  color: #8a580f;
}

.ai-tool-map__index-item.is-recommended {
  border-color: rgba(183, 140, 53, 0.42);
  background: rgba(255, 255, 255, 0.88);
}

.data-table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 247, 250, 0.9) 100%),
    rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.data-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.data-table thead th {
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  color: var(--text-faint);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(16, 41, 64, 0.03);
}

.data-table tbody th,
.data-table tbody td {
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}

.data-table tbody th {
  min-width: 220px;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.02;
  white-space: nowrap;
}

.data-table tbody td {
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.data-table tbody td:nth-of-type(-n + 2) {
  white-space: nowrap;
}

.data-table tbody tr:last-child th,
.data-table tbody tr:last-child td {
  border-bottom: 0;
}

.data-table__note {
  padding: 18px 24px 24px;
  border-top: 1px solid var(--line);
  color: var(--text-faint);
  font-size: 0.82rem;
  line-height: 1.7;
}

.contact-panel__visual {
  margin-top: 24px;
}

@keyframes officeMapRouteFlow {
  to {
    stroke-dashoffset: -44;
  }
}

@keyframes officeScreenScan {
  to {
    background-position: 24px 0, 0 9px;
  }
}

@keyframes officeScreenLineFlow {
  to {
    stroke-dashoffset: -76;
  }
}

@keyframes officePersonBob {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -3px;
  }
}

@keyframes officeLightPulse {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

@keyframes officePlantSway {
  0%,
  100% {
    rotate: 0deg;
  }
  50% {
    rotate: 3deg;
  }
}

@keyframes sectionVisualFloatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes sectionVisualFloatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(4px, -8px, 0);
  }
}

@keyframes sectionVisualFloatC {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-4px, -12px, 0);
  }
}

@keyframes sectionVisualFloatD {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes sectionVisualDriftA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.72;
  }
  50% {
    transform: translate3d(-10px, 8px, 0) scale(1.06);
    opacity: 0.95;
  }
}

@keyframes sectionVisualDriftB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.64;
  }
  50% {
    transform: translate3d(12px, -10px, 0) scale(1.08);
    opacity: 0.9;
  }
}

@keyframes sectionVisualRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes sectionVisualDash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -44;
  }
}

@keyframes sectionVisualPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.88;
  }
  50% {
    transform: scale(1.22);
    opacity: 1;
  }
}

@keyframes sectionVisualBeam {
  0%,
  100% {
    opacity: 0.56;
    transform: scale(0.94);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes sectionVisualWave {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.82;
  }
  50% {
    transform: translate3d(0, -6px, 0);
    opacity: 1;
  }
}

@keyframes sectionVisualBarA {
  0%,
  100% {
    transform: scaleX(0.82);
  }
  50% {
    transform: scaleX(1);
  }
}

@keyframes sectionVisualBarB {
  0%,
  100% {
    transform: scaleX(0.74);
  }
  50% {
    transform: scaleX(1);
  }
}

@keyframes sectionVisualBarC {
  0%,
  100% {
    transform: scaleX(0.68);
  }
  50% {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-visual--animated .scene-card,
  .section-visual--animated .scene-panel,
  .section-visual--animated .scene-orb,
  .section-visual--animated .scene-ring,
  .section-visual--animated .scene-wave,
  .section-visual--animated .scene-beam,
  .section-visual--animated .scene-bar,
  .section-visual--animated .scene-pulse,
  .section-visual--animated .scene-connector {
    animation: none !important;
    transition: none !important;
  }
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 30px;
}

.site-form-panel,
.contact-panel {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.site-form {
  margin-top: 24px;
}

.site-form__grid {
  display: grid;
  gap: 18px;
}

.site-form__grid + .site-form__grid {
  margin-top: 18px;
}

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

.site-form__field {
  display: grid;
  gap: 10px;
}

.site-form__field span,
.contact-panel__label,
.contact-panel__meta-row span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.site-form__field input,
.site-form__field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-strong);
  color: var(--text);
  padding: 14px 16px;
  outline: none;
}

.site-form__field input:focus,
.site-form__field textarea:focus {
  border-color: rgba(183, 140, 53, 0.45);
  box-shadow: 0 0 0 3px rgba(183, 140, 53, 0.08);
}

.site-form__actions {
  margin-top: 22px;
}

.site-form__note {
  margin: 14px 0 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.contact-panel__title {
  margin: 12px 0 0;
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  line-height: 1.08;
}

.contact-panel__body {
  margin-top: 14px;
}

.contact-panel__meta {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-panel__meta-row {
  display: grid;
  gap: 6px;
}

.contact-panel__meta-row strong {
  color: var(--text);
  font-weight: 400;
}

.contact-panel__actions {
  margin-top: 26px;
}

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

.bullet-list li {
  position: relative;
  padding-left: 22px;
}

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--accent-soft));
  transform: translateY(-50%);
}

.step-card__index {
  display: inline-block;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

.use-case {
  overflow: hidden;
  border-radius: var(--radius);
}

.use-case summary {
  list-style: none;
  cursor: pointer;
  padding: 30px 32px;
}

.use-case__summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  gap: 24px;
  align-items: end;
}

.use-case__summary-copy .section-body {
  max-width: none;
}

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

.use-case summary .section-title {
  margin-top: 16px;
}

.use-case summary .section-body {
  margin-top: 16px;
}

.use-case__content {
  display: grid;
  gap: 22px;
  padding: 0 32px 30px;
  border-top: 1px solid var(--line);
}

.use-case__content .bullet-list {
  margin-top: 26px;
}

.use-case__bridge {
  max-width: 46rem;
}

.case-study {
  display: grid;
  gap: 28px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 250, 0.88) 100%),
    rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(14px);
}

.case-study__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: -8px;
}

.case-study__tag {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-soft);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.case-study__metrics,
.case-study__media-grid,
.case-study__body {
  display: grid;
  gap: 18px;
}

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

.case-study__metric,
.case-study-panel,
.case-study__footer,
.case-study-media__visual {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 250, 0.86) 100%),
    rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.case-study__metric {
  padding: 24px;
  border-radius: 24px;
}

.case-study__metric strong {
  display: block;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.65rem;
  font-weight: 400;
  line-height: 0.92;
}

.case-study__metric span {
  display: block;
  margin-top: 10px;
  color: var(--text-faint);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

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

.case-study-media {
  margin: 0;
}

.case-study-media__visual {
  overflow: hidden;
  border-radius: 26px;
}

.case-study-media__visual svg,
.case-study-media__visual img {
  display: block;
  width: 100%;
}

.case-study-media__visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.case-study-media figcaption {
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

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

.case-study-panel,
.case-study__footer {
  padding: 26px;
  border-radius: 26px;
}

.case-study-panel__eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.case-study-panel h3 {
  margin: 14px 0 0;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.95rem;
  font-weight: 400;
  line-height: 1.04;
}

.case-study-panel > p:not(.case-study-panel__eyebrow),
.case-study__footer > p:not(.case-study-panel__eyebrow) {
  margin-top: 14px;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.85;
}

.case-study-panel .bullet-list {
  margin-top: 18px;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px;
  border-radius: var(--radius);
}

.cta-panel .section-title {
  max-width: 15ch;
}

.cta-panel .section-body {
  margin-top: 16px;
  max-width: 40rem;
}

.change-band {
  padding: 0 0 96px;
}

.change-band__head {
  margin-bottom: 18px;
}

.change-band__viewport {
  display: grid;
  gap: 12px;
}

.change-band__row {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: min(calc(100% - 48px), var(--max-width));
  padding: 14px 0;
  border-radius: 999px;
}

.change-band__track {
  display: flex;
  gap: 48px;
  width: max-content;
  padding-left: 28px;
  animation: marquee 18s linear infinite;
}

.change-band__row--2 .change-band__track,
.change-band__row--4 .change-band__track {
  animation-direction: reverse;
}

.change-band__track span {
  color: var(--text-faint);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.site-footer {
  position: relative;
  z-index: 2;
  padding: 14px 0 56px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.15fr) repeat(4, minmax(120px, 0.72fr)) minmax(180px, 0.86fr);
  gap: 26px;
  padding: 32px;
  border-radius: calc(var(--radius) + 4px);
  overflow: visible;
}

.footer-brand p {
  max-width: 24rem;
  margin-top: 14px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 16px;
}

.footer-column__title {
  color: var(--text-faint);
  line-height: 1.45;
  overflow: visible;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links a,
.footer-links span {
  min-width: 0;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
  outline: none;
}

.footer-copyright {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--text-faint);
  font-size: 0.82rem;
  line-height: 1.6;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes flowNodeBreathe {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 22px 52px rgba(21, 47, 76, 0.07);
  }

  50% {
    transform: translateY(-5px);
    box-shadow: 0 30px 68px rgba(21, 47, 76, 0.11);
  }
}

@keyframes flowNodeSignal {
  0%,
  100% {
    opacity: 0.38;
    transform: scaleX(0.36);
  }

  50% {
    opacity: 0.82;
    transform: scaleX(1);
  }
}

@keyframes flowDotTravel {
  0% {
    opacity: 0;
    transform: translate(0, -50%) scale(0.7);
  }

  18%,
  82% {
    opacity: 1;
  }

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

@keyframes flowDotTravelVertical {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0) scale(0.7);
  }

  18%,
  82% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(38px) scale(1);
  }
}

@keyframes flowArrowPulse {
  0%,
  100% {
    opacity: 0.45;
  }

  50% {
    opacity: 1;
  }
}

@keyframes deferred-shimmer {
  100% {
    transform: translateX(100%);
  }
}

@keyframes scroll-indicator {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(180px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-title__rows,
  .hero-title__line-inner,
  .hero-title__mark,
  .hero-title__subline em {
    transition: none !important;
  }

  .hero-title__rows,
  .hero-title__line-inner,
  .hero-title__subline em {
    transform: none !important;
  }

  .hero-title__mark {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-title__subline em {
    opacity: 1 !important;
  }

  .deferred-section-enter {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .deferred-skeleton__frame::after {
    animation: none;
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1180px) {
  .hero__layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 46rem;
  }

  .hero h1 {
    max-width: 14ch;
  }

  .hero-simple--home .hero__copy--home {
    max-width: 100%;
  }

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

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

@media (max-width: 1040px) {
  .site-header {
    position: relative;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: max(46px, calc((100vw - var(--max-width)) / 2 + 22px));
    margin-left: 0;
    transform: translateY(-50%);
  }

  .site-nav {
    position: fixed;
    inset: calc(var(--header-height) + 18px) 24px auto;
    display: grid;
    gap: 12px;
    padding: 24px;
    border: 1px solid rgba(248, 251, 255, 0.32);
    border-radius: 28px;
    background:
      linear-gradient(145deg, rgba(248, 251, 255, 0.62), rgba(230, 238, 247, 0.42) 58%, rgba(217, 190, 119, 0.12)),
      rgba(241, 246, 251, 0.38);
    box-shadow:
      var(--shadow-strong),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(24px) saturate(1.24);
    backdrop-filter: blur(24px) saturate(1.24);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-item,
  .site-nav > a,
  .language-picker {
    width: 100%;
  }

  .nav-link,
  .nav-item > button,
  .nav-cta {
    width: 100%;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 2px;
  }

  .nav-cta {
    margin-top: 8px;
  }

  .language-picker select {
    width: 100%;
    min-height: 48px;
    text-align: left;
    text-align-last: left;
  }

  .mega-panel {
    position: static;
    width: 100%;
    display: none;
    grid-template-columns: 1fr;
    margin-top: 8px;
    padding: 18px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
  }

  .mega-panel::before {
    content: none;
  }

  .nav-item--mega.is-open .mega-panel {
    display: grid;
    transform: none;
  }

  .mega-panel__intro {
    padding-right: 0;
    padding-bottom: 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section-head,
  .use-case__summary-grid {
    grid-template-columns: 1fr;
  }

  .flow-diagram {
    grid-template-columns: 1fr;
  }

  .flow-link {
    justify-self: center;
    width: 72px;
    height: 58px;
  }

  .flow-link::before {
    left: 50%;
    right: auto;
    top: 8px;
    bottom: 8px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(24, 50, 77, 0.14), rgba(183, 140, 53, 0.74));
  }

  .flow-link::after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 8px;
    transform: translateX(-50%) rotate(135deg);
  }

  .flow-link span {
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    animation-name: flowDotTravelVertical;
  }

  .content-block,
  .content-block--split,
  .contact-form-layout,
  .office-map,
  .roi-calculator__workspace,
  .roi-analysis-grid,
  .ai-tool-map__recommender,
  .ai-tool-map__layout {
    grid-template-columns: 1fr;
  }

  .office-map__stage {
    overflow-x: auto;
  }

  .office-map__canvas {
    min-width: 760px;
  }

  .office-art-card,
  .office-art-card:nth-child(n + 5) {
    grid-column: span 6;
  }

  .roi-calculator__results {
    position: static;
  }

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

  .ai-tool-map__panel {
    min-height: auto;
  }

  .ai-tool-map__index {
    max-height: min(640px, 62vh);
  }

  .site-form__grid--2 {
    grid-template-columns: 1fr;
  }

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

  .case-study__media-grid,
  .case-study__body {
    grid-template-columns: 1fr;
  }

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

  .data-table {
    display: block;
    overflow-x: auto;
  }

  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-panel .section-title {
    max-width: 18ch;
  }
}

@media (max-width: 780px) {
  .shell {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .deferred-skeleton {
    width: min(calc(100% - 32px), var(--max-width));
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .site-header {
    padding: 10px 40px;
  }

  .nav-toggle {
    right: 64px;
  }

  .hero {
    padding: 68px 0 84px;
  }

  .hero--home {
    padding-top: 78px;
    min-height: auto;
  }

  .hero--home .hero-mesh {
    opacity: 0.7;
  }

  .hero h1,
  .hero-title {
    max-width: 100%;
    font-size: clamp(2.45rem, 11vw, 4.25rem);
    line-height: 1.04;
  }

  .hero .hero-title--subpage {
    max-width: min(100%, 9.6ch);
    font-size: clamp(2.28rem, 10vw, 3.5rem);
  }

  .hero--home .hero-title {
    max-width: min(100%, 9.5ch);
    font-size: clamp(2.25rem, 10.5vw, 3.8rem);
    line-height: 1.05;
  }

  .hero--home .hero-title--kinetic {
    max-width: 100%;
    --hero-accent-rest-shift: 0.18em;
  }

  .hero-subcopy,
  .hero__copy,
  .hero--home .hero-subtitle {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .hero-subtitle {
    overflow-wrap: break-word;
  }

  .hero-subtitle--lead {
    max-width: min(100%, 12ch);
    font-size: clamp(1.55rem, 7.6vw, 2rem);
    line-height: 1.12;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .hero-title__line {
    gap: 0.14em;
  }

  .hero-title__mark {
    width: 0.62em;
    height: 0.62em;
  }

  .hero-stage__panel,
  .hero-signal,
  .card,
  .info-block,
  .step-card,
  .content-block,
  .site-form-panel,
  .contact-panel,
  .case-study,
  .case-study__metric,
  .case-study-panel,
  .case-study__footer,
  .cta-panel,
  .footer-grid,
  .flow-node,
  .use-case summary,
  .use-case__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section {
    padding: 88px 0;
  }

  .section--office-map {
    padding-top: 56px;
  }

  .office-map,
  .office-map__directory {
    border-radius: 22px;
  }

  .office-map {
    padding: 18px;
  }

  .office-map__canvas {
    min-width: 680px;
  }

  .office-art-card,
  .office-art-card:nth-child(n + 5) {
    grid-column: span 12;
    min-height: 420px;
  }

  .office-scene-svg {
    left: -2%;
    right: -2%;
    width: 104%;
    height: 285px;
  }

  .office-scene {
    left: 4%;
    right: 4%;
    height: 210px;
  }

  .deferred-skeleton__frame {
    min-height: 220px;
    padding: 24px;
  }

  .card-grid--2,
  .card-grid--3,
  .card-grid--4,
  .block-grid,
  .roi-input-grid,
  .step-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .roi-calculator__group,
  .roi-calculator__results,
  .roi-analysis-panel {
    border-radius: 22px;
  }

  .roi-metric-grid {
    grid-template-columns: 1fr;
  }

  .roi-decision-zone {
    min-height: 64px;
  }

  .resource-list__item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .resource-list__shot {
    max-width: 360px;
  }

  .resource-category__summary {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .resource-category__count {
    grid-column: 1;
    grid-row: 2;
  }

  .resource-category__icon {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .resource-list__links {
    justify-content: flex-start;
  }

  .media-card {
    padding: 22px;
  }

  .media-card__number {
    width: 48px;
    height: 48px;
  }

  .section-head,
  .use-case__summary-grid {
    gap: 20px;
  }

  .data-table thead th,
  .data-table tbody th,
  .data-table tbody td,
  .data-table__note {
    padding-left: 18px;
    padding-right: 18px;
  }

  .data-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .data-table {
    display: block;
    min-width: 0;
    width: 100%;
    border-collapse: separate;
  }

  .data-table thead {
    display: none;
  }

  .data-table tbody {
    display: grid;
    gap: 16px;
  }

  .data-table tbody tr {
    display: block;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 247, 250, 0.9) 100%),
      rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-soft);
  }

  .data-table tbody th {
    display: block;
    min-width: 0;
    font-size: 1.55rem;
    white-space: normal;
  }

  .data-table tbody th,
  .data-table tbody td {
    border-bottom: 1px solid var(--line);
  }

  .data-table tbody tr:last-child th,
  .data-table tbody tr:last-child td {
    border-bottom: 1px solid var(--line);
  }

  .data-table tbody tr th:last-child,
  .data-table tbody tr td:last-child {
    border-bottom: 0;
  }

  .data-table tbody th::before,
  .data-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 7px;
    color: var(--text-faint);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .data-table tbody td {
    display: grid;
    grid-template-columns: minmax(96px, 0.36fr) minmax(0, 1fr);
    gap: 14px;
    white-space: normal;
  }

  .data-table tbody td::before {
    margin: 0;
  }

  .data-table tbody td:nth-of-type(-n + 2) {
    white-space: normal;
  }

  .data-table__note {
    margin-top: 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
  }

  .case-study__metrics {
    grid-template-columns: 1fr;
  }

  .hero-stage__metrics {
    grid-template-columns: 1fr;
  }

  .scroll-indicator {
    display: none;
  }

  .hero-stage__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .ai-tool-map__chart {
    min-height: 560px;
  }

  .ai-tool-map__chart::before,
  .ai-tool-map__grid {
    inset: 40px 18px 82px 48px;
  }

  .ai-tool-map__point {
    left: calc(48px + var(--point-x) * (100% - 66px) / 9);
    top: calc(40px + var(--point-y) * (100% - 122px) / 9);
    width: 24px;
    height: 24px;
  }

  .ai-tool-map__point span {
    font-size: 0.56rem;
  }

  .ai-tool-map__axis--x {
    left: 48px;
    right: 18px;
    bottom: 24px;
    font-size: 0.68rem;
  }

  .ai-tool-map__axis--y {
    left: 14px;
    font-size: 0.68rem;
  }

  .ai-tool-map__quadrant {
    font-size: 0.72rem;
  }

  .ai-tool-map__quadrant small {
    display: none;
  }

  .ai-tool-map__quadrant--tl,
  .ai-tool-map__quadrant--bl {
    left: 10px;
  }

  .ai-tool-map__quadrant--tr,
  .ai-tool-map__quadrant--br {
    left: calc(50% + 10px);
  }

  .ai-tool-map__recommender {
    padding: 18px;
    border-radius: 22px;
  }

  .ai-tool-map__recommender-fields,
  .ai-tool-map__recommendations {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .site-header-wrap {
    padding-top: 8px;
  }

  .site-logo {
    font-size: 1.28rem;
  }

  .site-logo--nav {
    gap: 10px;
  }

  .site-logo--nav .site-logo__mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .site-nav {
    inset: calc(var(--header-height) + 14px) 24px auto;
  }

  .hero-actions,
  .cta-panel .btn {
    width: 100%;
  }

  .hero-actions .btn,
  .cta-panel .btn {
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    line-height: 1.25;
    white-space: normal;
  }

  .change-band__row {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .office-map {
    padding: 14px;
  }

  .office-map__canvas {
    min-width: 620px;
  }

  .office-map__directory {
    padding: 18px;
  }

  .office-art-card,
  .office-art-card:nth-child(n + 5) {
    min-height: 390px;
    padding: 20px;
  }

  .office-art-card__copy {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .office-art-card__index {
    width: 34px;
    height: 34px;
    font-size: 0.76rem;
  }

  .office-art-card__text strong {
    font-size: 0.96rem;
  }

  .office-art-card__text span {
    font-size: 0.78rem;
  }

  .office-scene {
    height: 188px;
  }

  .office-scene-svg {
    bottom: 4px;
    height: 262px;
  }

  .office-map__room-link {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
  }

  .office-map__room-index {
    width: 30px;
    height: 30px;
  }

  .data-table tbody td {
    display: block;
  }

  .data-table tbody td::before {
    margin-bottom: 6px;
  }
}

.office-art-card {
  grid-column: span 4;
  min-height: auto;
  padding: 0;
  aspect-ratio: 3 / 4;
  background: #ffffff;
}

.office-art-card:nth-child(n + 4) {
  grid-column: span 4;
  min-height: auto;
  aspect-ratio: 1 / 1;
}

.office-art-card::before {
  z-index: 3;
  border: 1px solid color-mix(in srgb, var(--room) 34%, rgba(255, 255, 255, 0.4));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--room) 14%, transparent), transparent 36%),
    radial-gradient(circle at 72% 82%, rgba(255, 255, 255, 0.48), transparent 34%);
  box-shadow: inset 0 0 0 0 color-mix(in srgb, var(--room) 0%, transparent);
  pointer-events: none;
}

.office-art-card::after {
  inset: 0;
  z-index: 2;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(0deg, rgba(23, 50, 77, 0.08), transparent 22%);
  filter: none;
  opacity: 0.42;
  transform: none;
  pointer-events: none;
}

.office-art-card:hover,
.office-art-card:focus-visible,
.office-art-card.is-active {
  background: #ffffff;
  box-shadow: 0 30px 76px rgba(21, 47, 76, 0.18);
  transform: translateY(-8px);
}

.office-art-card:hover::before,
.office-art-card:focus-visible::before,
.office-art-card.is-active::before {
  opacity: 1;
  box-shadow: inset 0 0 0 4px color-mix(in srgb, var(--room) 24%, transparent);
}

.office-art-card__texture {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #ffffff;
}

.office-art-card__texture img {
  position: absolute;
  left: var(--sprite-left);
  top: var(--sprite-top);
  width: var(--sprite-width);
  height: 200%;
  max-width: none;
  object-fit: fill;
  transform-origin: center;
  transition:
    filter 340ms ease,
    transform 340ms ease;
  will-change: transform;
}

.office-art-card__texture--image img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.office-art-card__label {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 29%;
  padding: 22px 22px 18px;
  color: var(--text);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(255, 255, 255, 0.94);
  pointer-events: none;
}

.office-art-card:nth-child(n + 4) .office-art-card__label {
  min-height: 30%;
  padding: 24px 28px 18px;
}

.office-art-card__label-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid color-mix(in srgb, var(--room) 55%, rgba(255, 255, 255, 0.18));
  border-radius: 999px;
  color: var(--room);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(23, 50, 77, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}

.office-art-card__label-text {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.office-art-card__label-text strong {
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.24;
}

.office-art-card__label-text span {
  color: var(--text-muted);
  font-size: 0.74rem;
  line-height: 1.42;
}

.office-art-card:hover .office-art-card__texture img,
.office-art-card:focus-visible .office-art-card__texture img,
.office-art-card.is-active .office-art-card__texture img {
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.035);
}

.office-art-card__sheen {
  position: absolute;
  inset: -12% auto -12% -38%;
  z-index: 4;
  width: 34%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  opacity: 0;
  pointer-events: none;
  transform: translateX(0) skewX(-12deg);
}

.office-art-card:hover .office-art-card__sheen,
.office-art-card:focus-visible .office-art-card__sheen,
.office-art-card.is-active .office-art-card__sheen {
  animation: officeTextureSheen 2.2s ease-in-out infinite;
}

.office-art-card__copy,
.office-scene,
.office-scene-svg {
  display: none;
}

@keyframes officeTextureSheen {
  0% {
    opacity: 0;
    transform: translateX(0) skewX(-12deg);
  }
  22% {
    opacity: 0.65;
  }
  52%,
  100% {
    opacity: 0;
    transform: translateX(430%) skewX(-12deg);
  }
}

@media (max-width: 1040px) {
  .office-art-card,
  .office-art-card:nth-child(n + 4) {
    grid-column: span 4;
    min-height: auto;
    padding: 0;
  }
}

@media (max-width: 780px) {
  .office-art-card,
  .office-art-card:nth-child(n + 4) {
    grid-column: span 4;
    min-height: auto;
    padding: 0;
    aspect-ratio: 2 / 3;
  }

  .office-art-card__label,
  .office-art-card:nth-child(n + 4) .office-art-card__label {
    min-height: 0;
    height: 56%;
    overflow: hidden;
  }

  .office-art-card__label-text span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}

@media (max-width: 520px) {
  .office-map {
    padding: 10px;
  }

  .office-art-card,
  .office-art-card:nth-child(n + 4) {
    min-height: auto;
    padding: 0;
    aspect-ratio: 2 / 3;
  }

  .office-art-card__label,
  .office-art-card:nth-child(n + 4) .office-art-card__label {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
    min-height: 0;
    height: 56%;
    padding: 14px 12px 10px;
    overflow: hidden;
  }

  .office-art-card__label-index {
    width: 30px;
    height: 30px;
    font-size: 0.68rem;
  }

  .office-art-card__label-text {
    gap: 4px;
  }

  .office-art-card__label-text strong {
    font-size: 0.76rem;
    line-height: 1.18;
  }

  .office-art-card__label-text span {
    font-size: 0.58rem;
    line-height: 1.28;
  }
}

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

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

/* Sitewide dark theme: extends the home hero palette across every page. */
:root {
  --bg: #02050a;
  --bg-soft: #07111d;
  --surface: rgba(7, 17, 29, 0.7);
  --surface-strong: rgba(11, 25, 40, 0.88);
  --surface-deep: rgba(3, 10, 18, 0.92);
  --line: rgba(221, 233, 246, 0.13);
  --line-strong: rgba(221, 233, 246, 0.24);
  --text: #f8fbff;
  --text-soft: rgba(221, 233, 246, 0.84);
  --text-muted: rgba(176, 198, 219, 0.72);
  --text-faint: rgba(140, 160, 178, 0.72);
  --accent: #d9be77;
  --accent-soft: #f1d58a;
  --shadow-soft: 0 24px 68px rgba(0, 0, 0, 0.34);
  --shadow-strong: 0 32px 82px rgba(0, 0, 0, 0.46);
}

body {
  color: var(--text-soft);
  background:
    radial-gradient(circle at 18% 14%, rgba(73, 142, 203, 0.2), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(217, 190, 119, 0.13), transparent 21%),
    radial-gradient(circle at 58% 74%, rgba(45, 137, 122, 0.1), transparent 28%),
    linear-gradient(180deg, #02050a 0%, #07111d 50%, #02050a 100%);
}

body::before {
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(220, 235, 250, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 235, 250, 0.05) 1px, transparent 1px);
}

body::after {
  background:
    radial-gradient(circle at 18% 16%, rgba(74, 144, 214, 0.18), transparent 24%),
    radial-gradient(circle at 86% 20%, rgba(217, 190, 119, 0.13), transparent 20%),
    linear-gradient(180deg, rgba(2, 5, 10, 0.02), rgba(2, 5, 10, 0.44));
  opacity: 0.78;
}

.site-background .hero-mesh {
  opacity: 0.7;
  mix-blend-mode: screen;
}

.site-background .hero-glow {
  opacity: 0.66;
  mix-blend-mode: screen;
}

.site-background .hero-glow--one,
.hero-glow--one {
  background: radial-gradient(circle, rgba(54, 112, 178, 0.24), transparent 68%);
}

.site-background .hero-glow--two,
.hero-glow--two {
  background: radial-gradient(circle, rgba(217, 190, 119, 0.16), transparent 72%);
}

.site-header-wrap {
  border-bottom-color: rgba(221, 233, 246, 0.16);
  background:
    linear-gradient(135deg, rgba(22, 45, 70, 0.62), rgba(7, 17, 29, 0.42) 58%, rgba(217, 190, 119, 0.1)),
    rgba(2, 5, 10, 0.54);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.nav-toggle,
.language-picker select,
.mega-panel,
.mega-link {
  border-color: rgba(221, 233, 246, 0.16);
  background:
    linear-gradient(145deg, rgba(22, 45, 70, 0.62), rgba(7, 17, 29, 0.48) 62%, rgba(217, 190, 119, 0.09)),
    rgba(2, 5, 10, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.mega-link:hover,
.mega-link:focus-visible,
.mega-link.is-active,
.language-picker select:hover,
.language-picker select:focus-visible {
  border-color: rgba(217, 190, 119, 0.34);
  background:
    linear-gradient(145deg, rgba(35, 71, 105, 0.72), rgba(8, 20, 34, 0.58) 62%, rgba(217, 190, 119, 0.13)),
    rgba(7, 17, 29, 0.62);
  color: var(--text);
}

.hero::before {
  background:
    linear-gradient(rgba(220, 235, 250, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 235, 250, 0.05) 1px, transparent 1px);
}

.hero::after {
  background:
    radial-gradient(circle at 14% 18%, rgba(74, 144, 214, 0.16), transparent 24%),
    radial-gradient(circle at 86% 20%, rgba(217, 190, 119, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(2, 5, 10, 0.06), rgba(2, 5, 10, 0.26));
}

.hero--home {
  background:
    radial-gradient(circle at 18% 16%, rgba(73, 142, 203, 0.24), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(183, 140, 53, 0.16), transparent 20%),
    linear-gradient(180deg, #02050a 0%, #07111d 52%, #02050a 100%);
}

.hero--subpage {
  background: transparent;
}

.eyebrow,
.nav-link,
.nav-item > button {
  color: var(--text-muted);
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active,
.nav-item > button:hover,
.nav-item > button:focus-visible,
.nav-item > button.is-active {
  color: var(--text);
}

.hero-panel,
.hero-stage__panel,
.hero-signal,
.card,
.info-block,
.step-card,
.use-case,
.cta-panel,
.footer-grid,
.content-block,
.change-band__row,
.interactive-card,
.interactive-card-detail,
.site-form-panel,
.contact-panel,
.case-study-panel,
.case-study__metric,
.case-study__footer,
.case-study-media__visual,
.data-table-wrap,
.section-visual--office-room,
.ai-tool-map__index-item,
.roi-calculator,
.roi-calculator__group,
.roi-calculator__results,
.office-map,
.office-map__directory,
.office-art-card,
.media-card,
.deferred-skeleton__frame {
  border-color: var(--line);
  background:
    linear-gradient(180deg, rgba(12, 29, 47, 0.78), rgba(4, 12, 22, 0.68) 100%),
    rgba(7, 17, 29, 0.72);
  box-shadow: var(--shadow-soft);
  -webkit-backdrop-filter: blur(16px) saturate(1.16);
  backdrop-filter: blur(16px) saturate(1.16);
}

.interactive-card:hover,
.interactive-card:focus-visible,
.interactive-card.is-active,
.card:hover,
.card:focus-within,
.office-art-card:hover,
.office-art-card:focus-visible,
.office-art-card.is-active {
  border-color: rgba(217, 190, 119, 0.34);
  box-shadow: var(--shadow-strong);
}

.btn-secondary,
.resource-list__links a,
.card-link,
.link-cell a {
  color: var(--accent);
}

.btn-primary,
.nav-cta,
.news-button--primary {
  background: linear-gradient(135deg, rgba(217, 190, 119, 0.98), rgba(54, 112, 178, 0.92));
  color: #02050a;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  background: linear-gradient(135deg, #f1d58a, rgba(87, 152, 213, 0.98));
  color: #02050a;
}

.resource-list__shot,
.deferred-skeleton__card,
.deferred-skeleton__eyebrow,
.deferred-skeleton__title,
.deferred-skeleton__line {
  border-color: var(--line);
  background: rgba(221, 233, 246, 0.08);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.deferred-skeleton__frame::after,
.office-art-card__sheen {
  background: linear-gradient(100deg, transparent 18%, rgba(248, 251, 255, 0.16) 46%, transparent 74%);
}

.data-table thead th,
.data-table tbody th,
.data-table tbody td {
  border-color: var(--line);
}

.data-table thead th,
.data-table tbody th {
  background: rgba(221, 233, 246, 0.07);
}

.ai-tool-map__index-item.is-recommended {
  border-color: rgba(217, 190, 119, 0.34);
  background: rgba(217, 190, 119, 0.12);
}

.site-form__field input,
.site-form__field textarea,
.roi-calculator input,
.roi-calculator select {
  border-color: var(--line);
  background: rgba(2, 5, 10, 0.44);
  color: var(--text);
}

.site-form__field input::placeholder,
.site-form__field textarea::placeholder {
  color: rgba(176, 198, 219, 0.52);
}

.scroll-indicator__line,
.heat-bar {
  background: rgba(221, 233, 246, 0.16);
}

@media (max-width: 1040px) {
  .site-nav {
    border-color: rgba(221, 233, 246, 0.16);
    background:
      linear-gradient(145deg, rgba(22, 45, 70, 0.72), rgba(7, 17, 29, 0.64) 62%, rgba(217, 190, 119, 0.1)),
      rgba(2, 5, 10, 0.7);
    box-shadow: var(--shadow-strong), inset 0 1px 0 rgba(255, 255, 255, 0.09);
  }
}

/* Home-wide hero background: one fixed motion layer from first viewport through footer. */
body[data-page-group="home"] {
  background:
    radial-gradient(circle at 18% 14%, rgba(73, 142, 203, 0.2), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(217, 190, 119, 0.13), transparent 21%),
    radial-gradient(circle at 58% 74%, rgba(45, 137, 122, 0.1), transparent 28%),
    linear-gradient(180deg, #02050a 0%, #07111d 50%, #02050a 100%);
  background-attachment: fixed;
}

body[data-page-group="home"] main,
body[data-page-group="home"] .section,
body[data-page-group="home"] .site-footer {
  background: transparent;
}

body[data-page-group="home"] .section {
  content-visibility: visible;
  contain-intrinsic-size: none;
}

body[data-page-group="home"] .site-background--hero {
  background:
    radial-gradient(circle at 18% 16%, rgba(73, 142, 203, 0.24), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(183, 140, 53, 0.16), transparent 20%),
    linear-gradient(180deg, #02050a 0%, #07111d 52%, #02050a 100%);
}

body[data-page-group="home"] .site-background .hero-mesh {
  opacity: 0.78;
  mix-blend-mode: screen;
}

body[data-page-group="home"] .site-background .hero-glow {
  opacity: 0.68;
  mix-blend-mode: screen;
}

body[data-page-group="home"] .hero--home {
  background: transparent;
}

body[data-page-group="home"] .hero--home > .hero-mesh,
body[data-page-group="home"] .hero--home > .hero-glow {
  display: none;
}

/* More visible sitewide background motion. */
.site-background {
  background:
    linear-gradient(120deg, rgba(82, 166, 224, 0.09), transparent 24%, rgba(225, 194, 116, 0.08) 52%, transparent 74%),
    linear-gradient(180deg, rgba(2, 5, 10, 0), rgba(7, 17, 29, 0.24));
}

.site-background::before,
.site-background::after {
  content: "";
  position: absolute;
  inset: -18%;
  pointer-events: none;
}

.site-background::before {
  z-index: 0;
  opacity: 0.72;
  background:
    linear-gradient(112deg, transparent 0 18%, rgba(82, 166, 224, 0.24) 30%, transparent 42%, rgba(225, 194, 116, 0.18) 58%, transparent 72%, rgba(112, 191, 177, 0.16) 84%, transparent 100%),
    repeating-linear-gradient(112deg, transparent 0 78px, rgba(221, 233, 246, 0.045) 80px, transparent 112px);
  background-size: 150% 150%, 220px 220px;
  mix-blend-mode: screen;
  filter: blur(10px) saturate(1.18);
  animation: siteBackgroundSweep 18s ease-in-out infinite alternate;
}

.site-background::after {
  z-index: 1;
  opacity: 0.44;
  background:
    conic-gradient(from 110deg at 50% 50%, transparent 0deg, rgba(82, 166, 224, 0.16) 58deg, transparent 126deg, rgba(225, 194, 116, 0.13) 198deg, rgba(112, 191, 177, 0.12) 268deg, transparent 360deg);
  mix-blend-mode: screen;
  filter: blur(22px) saturate(1.22);
  animation: siteBackgroundTurn 42s linear infinite;
}

body::before {
  opacity: 0.34;
  background-size: 76px 76px;
  animation: siteBackgroundGridDrift 24s linear infinite;
}

body::after {
  opacity: 0.66;
  background-size: 128% 128%, 118% 118%, 100% 100%;
  animation: siteBackgroundGlowShift 20s ease-in-out infinite alternate;
}

.page-noise {
  opacity: 0.2;
  background-size: 38px 38px;
  animation: siteBackgroundNoiseDrift 16s linear infinite;
}

.site-background .hero-mesh {
  z-index: 2;
  opacity: 0.96;
  mix-blend-mode: screen;
  filter: saturate(1.4) contrast(1.12);
}

.site-background .hero-glow {
  z-index: 1;
  opacity: 0.84;
  mix-blend-mode: screen;
  filter: saturate(1.24);
  animation: siteBackgroundGlowFloat 22s ease-in-out infinite alternate;
}

.site-background .hero-glow--one,
.hero-glow--one {
  top: -18%;
  left: -12%;
  width: 62vw;
  height: 62vw;
  background:
    radial-gradient(ellipse at center, rgba(82, 166, 224, 0.32), rgba(112, 191, 177, 0.14) 42%, transparent 70%);
}

.site-background .hero-glow--two,
.hero-glow--two {
  top: 16%;
  right: -14%;
  width: 48vw;
  height: 48vw;
  background:
    radial-gradient(ellipse at center, rgba(225, 194, 116, 0.24), rgba(82, 166, 224, 0.12) 44%, transparent 72%);
  animation-delay: -7s;
}

body[data-page-group="home"] .site-background--hero {
  background:
    linear-gradient(120deg, rgba(82, 166, 224, 0.12), transparent 25%, rgba(225, 194, 116, 0.1) 54%, transparent 75%),
    radial-gradient(circle at 18% 16%, rgba(73, 142, 203, 0.28), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(183, 140, 53, 0.18), transparent 20%),
    linear-gradient(180deg, #02050a 0%, #07111d 52%, #02050a 100%);
}

body[data-page-group="home"] .site-background .hero-mesh {
  opacity: 1;
}

.hero-particle-background {
  position: absolute;
  inset: -9vh -8vw;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  filter: brightness(1.38) saturate(1.34) contrast(1.14);
  transform: translateZ(0);
  transition: opacity 900ms ease;
}

.hero-particle-background.is-ready {
  opacity: 1;
}

.hero-particle-background__canvas {
  display: block;
  width: 100%;
  height: 100%;
}

body[data-page-group="home"] .site-background--hero .hero-particle-background {
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.62), #000 34%, #000 100%);
}

body[data-page-group="home"] .site-background--hero .hero-glow {
  z-index: 2;
}

@keyframes siteBackgroundSweep {
  0% {
    background-position: 0% 44%, 0 0;
    transform: translate3d(-3%, -2%, 0) scale(1.02);
  }

  100% {
    background-position: 100% 58%, 88px -56px;
    transform: translate3d(3%, 2%, 0) scale(1.08);
  }
}

@keyframes siteBackgroundTurn {
  0% {
    transform: rotate(0deg) scale(1.06);
  }

  100% {
    transform: rotate(360deg) scale(1.06);
  }
}

@keyframes siteBackgroundGridDrift {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 76px 76px, 76px 76px;
  }
}

@keyframes siteBackgroundGlowShift {
  0% {
    background-position: 0% 0%, 100% 0%, 0 0;
  }

  100% {
    background-position: 16% 10%, 84% 18%, 0 0;
  }
}

@keyframes siteBackgroundNoiseDrift {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 38px 38px, 38px 38px;
  }
}

@keyframes siteBackgroundGlowFloat {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }

  100% {
    transform: translate3d(4%, 3%, 0) scale(1.08);
  }
}

@media (max-width: 780px) {
  .site-background::before {
    opacity: 0.58;
    filter: blur(12px) saturate(1.12);
  }

  .site-background::after {
    opacity: 0.34;
    filter: blur(26px) saturate(1.12);
  }

  .site-background .hero-mesh {
    opacity: 0.86;
  }

  .hero-particle-background {
    inset: -7vh -16vw;
    filter: brightness(1.26) saturate(1.22) contrast(1.08);
  }

  .hero-particle-background.is-ready {
    opacity: 0.86;
  }

  body[data-page-group="home"] .site-background--hero .hero-particle-background {
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), #000 24%, rgba(0, 0, 0, 0.72) 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-background::before,
  .site-background::after,
  .site-background .hero-glow,
  body::before,
  body::after,
  .page-noise {
    animation: none !important;
  }
}
