@import url('./site-v7.css');

:root {
  --v8-ink: #0e100f;
  --v8-carbon: #101211;
  --v8-paper: #f6f7f5;
  --v8-white: #ffffff;
  --v8-silver: #d9dcda;
  --v8-steel: #686d69;
  --v8-gold: #c9993f;
  --v8-gold-deep: #735018;
  --v8-line: rgba(14, 16, 15, 0.17);
  --v8-line-dark: rgba(255, 255, 255, 0.18);
  --v8-page: min(1360px, calc(100% - 96px));
  --v8-inner-gutter: max(48px, calc((100vw - 1360px) / 2));
  --v8-inner-copy: clamp(360px, calc(52vw - var(--v8-inner-gutter) - 56px), 690px);
}

html[data-edition='vector-epoch-v8'] {
  background: var(--v8-paper);
}

html[data-edition='vector-epoch-v8'] body {
  color: var(--v8-ink);
  background: var(--v8-paper);
  font-family: 'Noto Sans SC Variable', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  font-kerning: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.v8-scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 180;
  height: 2px;
  background: var(--v8-gold);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

html[data-edition='vector-epoch-v8'] .site-header {
  inset: 22px max(24px, calc((100vw - 1360px) / 2)) auto;
  height: 74px;
  grid-template-columns: 188px minmax(0, 1fr) auto;
  gap: 24px;
  padding: 0 14px 0 20px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 16px 42px rgba(16, 18, 17, 0.08);
  backdrop-filter: blur(28px) saturate(120%);
  -webkit-backdrop-filter: blur(28px) saturate(120%);
}

html[data-edition='vector-epoch-v8'] .site-header::before {
  display: none;
}

html[data-edition='vector-epoch-v8'] .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(14, 16, 15, 0.12);
  box-shadow: inset 0 1px 0 #fff, 0 10px 30px rgba(16, 18, 17, 0.09);
}

html[data-edition='vector-epoch-v8'] .brand-link img {
  width: 158px;
}

html[data-edition='vector-epoch-v8'] .site-nav {
  gap: 26px;
}

html[data-edition='vector-epoch-v8'] .site-nav a {
  color: rgba(14, 16, 15, 0.68);
  font-size: 14px;
  font-weight: 520;
}

html[data-edition='vector-epoch-v8'] .site-nav a::after {
  height: 1px;
  background: var(--v8-gold-deep);
}

html[data-edition='vector-epoch-v8'] .button {
  min-height: 48px;
  border-radius: 7px;
  font-weight: 580;
}

html[data-edition='vector-epoch-v8'] .button-primary {
  color: #11120f;
  background: var(--v8-gold);
  border-color: rgba(115, 80, 24, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56), 0 8px 24px rgba(115, 80, 24, 0.12);
}

html[data-edition='vector-epoch-v8'] .button-primary:hover {
  color: #0c0d0c;
  background: #d6aa52;
  border-color: rgba(115, 80, 24, 0.46);
  transform: translateY(-2px);
}

html[data-edition='vector-epoch-v8'] .button-ghost {
  color: var(--v8-ink);
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(14, 16, 15, 0.2);
  border-radius: 7px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

html[data-edition='vector-epoch-v8'] .button-ghost:hover {
  background: #ffffff;
  border-color: rgba(14, 16, 15, 0.34);
  transform: translateY(-2px);
}

html[data-edition='vector-epoch-v8'] .hero-section {
  position: relative;
  isolation: isolate;
  min-height: max(760px, 86dvh);
  overflow: hidden;
  color: var(--v8-ink);
  background: var(--v8-paper);
}

html[data-edition='vector-epoch-v8'] .hero-section::before {
  inset: 0;
  z-index: -2;
  background: rgba(246, 247, 245, 0.04);
}

html[data-edition='vector-epoch-v8'] .hero-section::after {
  display: none;
}

html[data-edition='vector-epoch-v8'] .v8-hero-art {
  inset: 50% 0 auto auto;
  z-index: -3;
  width: min(76vw, 1240px);
  height: auto;
  aspect-ratio: 3 / 2;
  transform: translateY(-50%);
  background-color: var(--v8-paper);
  background-image: url('./assets/generated/ve-vector-field-hero.webp');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

html[data-edition='vector-epoch-v8'] .v8-hero-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: right center;
  filter: saturate(0.78) contrast(1.025);
}

html[data-edition='vector-epoch-v8'] .hero-content {
  width: var(--v8-page);
  min-height: inherit;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  gap: 0;
  align-items: center;
  padding: 136px 0 132px;
}

html[data-edition='vector-epoch-v8'] .hero-copy {
  max-width: 700px;
  margin-top: -22px;
  padding: 18px 0 36px;
}

html[data-edition='vector-epoch-v8'] .hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--v8-gold-deep);
  font-family: 'Avenir Next', 'Noto Sans SC Variable', sans-serif;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

html[data-edition='vector-epoch-v8'] .hero-copy .eyebrow::before {
  width: 34px;
  height: 1px;
  content: '';
  background: var(--v8-gold-deep);
}

html[data-edition='vector-epoch-v8'] .hero-copy h1 {
  max-width: 700px;
  margin: 28px 0 24px;
  color: #090b0a;
  font-size: clamp(62px, 5.15vw, 78px);
  font-weight: 610;
  line-height: 1.08;
  letter-spacing: 0;
}

html[data-edition='vector-epoch-v8'] .hero-copy h1 span {
  display: block;
}

html[data-edition='vector-epoch-v8'] .hero-lead {
  max-width: 610px;
  color: #3f4441;
  font-size: 17px;
  line-height: 1.82;
}

html[data-edition='vector-epoch-v8'] .hero-actions {
  margin-top: 34px;
}

html[data-edition='vector-epoch-v8'] .hero-actions .button {
  min-width: 164px;
  min-height: 52px;
}

html[data-edition='vector-epoch-v8'] .hero-visual {
  min-height: 650px;
  pointer-events: none;
}

html[data-edition='vector-epoch-v8'] .liquid-identity {
  inset: auto 3% 10% auto;
  width: min(31vw, 440px);
  height: min(34vw, 480px);
  opacity: 0.82;
  mix-blend-mode: normal;
}

html[data-edition='vector-epoch-v8'] .liquid-identity::before,
html[data-edition='vector-epoch-v8'] .liquid-identity::after {
  display: none;
}

html[data-edition='vector-epoch-v8'] .liquid-mark-fallback {
  padding: 15% 18%;
  opacity: 0.022;
}

html[data-edition='vector-epoch-v8'] .liquid-mark-canvas {
  filter: none;
}

html[data-edition='vector-epoch-v8'] .liquid-axis {
  right: 7%;
  bottom: 4%;
  color: rgba(14, 16, 15, 0.46);
  font-size: 10px;
}

.v8-evidence-rail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: grid;
  min-height: 108px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 max(48px, calc((100vw - 1360px) / 2));
  background: rgba(247, 248, 246, 0.78);
  border-top: 1px solid rgba(14, 16, 15, 0.16);
  backdrop-filter: blur(20px) saturate(110%);
  -webkit-backdrop-filter: blur(20px) saturate(110%);
}

.v8-evidence-rail a {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  padding: 18px 30px;
  color: var(--v8-ink);
  border-right: 1px solid rgba(14, 16, 15, 0.14);
  transition: background 220ms ease, color 220ms ease;
}

.v8-evidence-rail a:first-child {
  border-left: 1px solid rgba(14, 16, 15, 0.14);
}

.v8-evidence-rail a:hover,
.v8-evidence-rail a:focus-visible {
  color: #090a09;
  background: rgba(201, 153, 63, 0.12);
}

.v8-evidence-rail a > span {
  grid-row: 1 / 3;
  align-self: start;
  padding-top: 2px;
  color: var(--v8-gold-deep);
  font-family: 'Avenir Next', sans-serif;
  font-size: 11px;
  font-weight: 650;
}

.v8-evidence-rail strong {
  font-size: 17px;
  font-weight: 620;
}

.v8-evidence-rail small {
  margin-top: 5px;
  overflow: hidden;
  color: rgba(14, 16, 15, 0.58);
  font-size: 12px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-edition='vector-epoch-v8'] .home-brief {
  display: grid;
  grid-template-columns: minmax(250px, 0.36fr) minmax(0, 0.64fr);
  gap: 5%;
  padding: 44px max(48px, calc((100vw - 1360px) / 2)) 112px;
  color: #ffffff;
  background: var(--v8-carbon);
  border-top: 0;
}

.v8-section-intro {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.52fr);
  gap: 8%;
  align-items: end;
  padding-bottom: 58px;
  border-bottom: 1px solid var(--v8-line-dark);
}

.v8-section-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 22px;
  color: var(--v8-gold);
  font-family: 'Avenir Next', sans-serif;
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
}

.v8-section-intro h2 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 560;
  line-height: 1.22;
}

.v8-section-intro > p:last-child {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.8;
}

html[data-edition='vector-epoch-v8'] .home-brief .hero-stats {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}

html[data-edition='vector-epoch-v8'] .home-brief .hero-stats > div {
  border-color: rgba(255, 255, 255, 0.14);
}

html[data-edition='vector-epoch-v8'] .home-brief .hero-stats strong {
  color: var(--v8-gold);
}

html[data-edition='vector-epoch-v8'] .home-brief .hero-stats span {
  color: rgba(255, 255, 255, 0.58);
}

html[data-edition='vector-epoch-v8'] .diagnosis-panel {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 0;
}

html[data-edition='vector-epoch-v8'] .diagnosis-panel .panel-title,
html[data-edition='vector-epoch-v8'] .diagnosis-panel .audit-row {
  border-color: rgba(255, 255, 255, 0.15);
}

html[data-edition='vector-epoch-v8'] .diagnosis-panel strong,
html[data-edition='vector-epoch-v8'] .diagnosis-panel b {
  color: #ffffff;
}

html[data-edition='vector-epoch-v8'] .diagnosis-panel span {
  color: rgba(255, 255, 255, 0.56);
}

html[data-edition='vector-epoch-v8'] .diagnosis-panel .score-ring {
  color: var(--v8-gold);
  border-color: var(--v8-gold);
}

html[data-edition='vector-epoch-v8'] .service-strip {
  min-height: 760px;
  grid-template-columns: repeat(2, minmax(0, 320px));
  padding: 112px max(48px, calc((100vw - 1360px) / 2));
  color: var(--v8-ink);
  background: #f4f5f3;
}

html[data-edition='vector-epoch-v8'] .service-strip::before {
  background: linear-gradient(90deg, rgba(244, 245, 243, 1) 0%, rgba(244, 245, 243, 0.96) 40%, rgba(244, 245, 243, 0.25) 68%, rgba(244, 245, 243, 0.02) 100%);
}

html[data-edition='vector-epoch-v8'] .v7-service-art img {
  object-position: 74% center;
  filter: saturate(0.42) contrast(1.05) brightness(1.12);
}

html[data-edition='vector-epoch-v8'] .service-strip > article {
  border-color: rgba(14, 16, 15, 0.22);
}

html[data-edition='vector-epoch-v8'] .service-strip > article:nth-of-type(even) {
  border-left-color: rgba(14, 16, 15, 0.16);
}

html[data-edition='vector-epoch-v8'] .service-strip h3 {
  color: var(--v8-ink);
}

html[data-edition='vector-epoch-v8'] .service-strip p {
  color: rgba(14, 16, 15, 0.62);
}

html[data-edition='vector-epoch-v8'] .service-strip .service-number {
  color: var(--v8-gold-deep);
}

html[data-edition='vector-epoch-v8'] .seo-section {
  padding-top: 124px;
  padding-bottom: 124px;
  background: #ffffff;
  border-top: 1px solid var(--v8-line);
}

html[data-edition='vector-epoch-v8'] .v7-method-art {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

html[data-edition='vector-epoch-v8'] .v7-method-art img {
  filter: saturate(0.5) contrast(1.045);
}

html[data-edition='vector-epoch-v8'] .vectors-section,
html[data-edition='vector-epoch-v8'] .proof-section,
html[data-edition='vector-epoch-v8'] .industries-section,
html[data-edition='vector-epoch-v8'] .contact-section {
  background: var(--v8-carbon);
}

html[data-edition='vector-epoch-v8'] .vectors-section {
  position: relative;
  overflow: clip;
  padding: clamp(104px, 9vw, 148px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

html[data-edition='vector-epoch-v8'] .vectors-wrap {
  display: grid;
  width: var(--v8-page);
  grid-template-columns: minmax(320px, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(64px, 8vw, 128px);
  align-items: start;
}

html[data-edition='vector-epoch-v8'] .vectors-intro {
  position: sticky;
  top: 124px;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

html[data-edition='vector-epoch-v8'] .vectors-intro h2 {
  max-width: 520px;
  font-size: clamp(42px, 4.2vw, 58px);
  font-weight: 560;
  line-height: 1.16;
  letter-spacing: 0;
}

html[data-edition='vector-epoch-v8'] .vectors-intro > p {
  max-width: 520px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.85;
}

.vectors-signature {
  display: flex;
  align-items: flex-end;
  gap: 22px;
  max-width: 520px;
  margin-top: 68px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.vectors-signature img {
  width: 72px;
  height: auto;
  filter: saturate(0.82) contrast(1.04);
}

.vectors-signature span {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Avenir Next', 'Noto Sans SC Variable', sans-serif;
  font-size: clamp(48px, 4.8vw, 72px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0;
}

html[data-edition='vector-epoch-v8'] .vectors-grid {
  display: block;
  counter-reset: vectors-step;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

html[data-edition='vector-epoch-v8'] .vectors-grid article,
html[data-edition='vector-epoch-v8'] .vectors-grid article:nth-child(even),
html[data-edition='vector-epoch-v8'] .vectors-grid article:last-child {
  position: relative;
  display: grid;
  min-height: 142px;
  counter-increment: vectors-step;
  grid-column: auto;
  grid-template-columns: 64px minmax(170px, 0.7fr) minmax(260px, 1.3fr) 34px;
  grid-template-rows: auto;
  gap: 24px;
  align-items: center;
  padding: 28px 10px;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition: background-color 320ms cubic-bezier(0.22, 1, 0.36, 1), transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-edition='vector-epoch-v8'] .vectors-grid article:last-child {
  border-bottom: 0;
}

html[data-edition='vector-epoch-v8'] .vectors-grid article::after {
  content: counter(vectors-step, decimal-leading-zero);
  grid-column: 4;
  justify-self: end;
  color: rgba(201, 153, 63, 0.74);
  font-family: 'Avenir Next', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

html[data-edition='vector-epoch-v8'] .vectors-grid article > span {
  grid-row: auto;
  grid-column: 1;
  color: var(--v8-gold);
  font-size: 48px;
  font-weight: 300;
  transition: color 320ms cubic-bezier(0.22, 1, 0.36, 1), transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-edition='vector-epoch-v8'] .vectors-grid h3 {
  grid-column: 2;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 560;
  line-height: 1.45;
  text-wrap: balance;
}

html[data-edition='vector-epoch-v8'] .vectors-grid p {
  grid-column: 3;
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.8;
  text-wrap: pretty;
}

html[data-edition='vector-epoch-v8'] .vectors-grid article:hover {
  background: rgba(255, 255, 255, 0.035);
  transform: translateX(6px);
}

html[data-edition='vector-epoch-v8'] .vectors-grid article:hover > span {
  color: #ddb45e;
  transform: translateX(5px);
}

html[data-edition='vector-epoch-v8'] .process-grid article,
html[data-edition='vector-epoch-v8'] .proof-grid article,
html[data-edition='vector-epoch-v8'] .observer-grid article,
html[data-edition='vector-epoch-v8'] .identity-grid article {
  border-radius: 0;
}

html[data-edition='vector-epoch-v8'] .industry-grid article {
  background-blend-mode: saturation, normal;
}

html[data-edition='vector-epoch-v8'] .page-hero,
html[data-edition='vector-epoch-v8'] .observer-index-hero,
html[data-edition='vector-epoch-v8'] .observer-hero,
html[data-edition='vector-epoch-v8'] .about-minimal-hero,
html[data-edition='vector-epoch-v8'] .quick-status-hero {
  min-height: max(690px, 86dvh);
  color: var(--v8-ink);
  background: #f5f6f4;
  border-bottom-color: var(--v8-line);
}

html[data-edition='vector-epoch-v8'] .page-hero::before,
html[data-edition='vector-epoch-v8'] .observer-index-hero::before,
html[data-edition='vector-epoch-v8'] .observer-hero::before,
html[data-edition='vector-epoch-v8'] .about-minimal-hero::before,
html[data-edition='vector-epoch-v8'] .quick-status-hero::before {
  background: none;
}

html[data-edition='vector-epoch-v8'] .page-hero::after,
html[data-edition='vector-epoch-v8'] .observer-index-hero::after,
html[data-edition='vector-epoch-v8'] .observer-hero::after,
html[data-edition='vector-epoch-v8'] .about-minimal-hero::after,
html[data-edition='vector-epoch-v8'] .quick-status-hero::after {
  display: none;
}

html[data-edition='vector-epoch-v8'] .page-hero > .v6-page-visual,
html[data-edition='vector-epoch-v8'] .observer-index-hero > .v6-page-visual,
html[data-edition='vector-epoch-v8'] .observer-hero > .v6-page-visual,
html[data-edition='vector-epoch-v8'] .about-minimal-hero > .v6-page-visual,
html[data-edition='vector-epoch-v8'] .quick-status-hero > .v6-page-visual {
  inset: 106px 0 0 52%;
  border: 0;
  border-left: 1px solid rgba(14, 16, 15, 0.14);
  border-radius: 0;
  box-shadow: none;
  filter: saturate(0.24) contrast(1.06);
}

html[data-edition='vector-epoch-v8'] .v6-page-visual::before {
  background: rgba(14, 16, 15, 0.08);
}

html[data-edition='vector-epoch-v8'] .v6-page-visual::after {
  display: none;
}

html[data-edition='vector-epoch-v8'] .page-hero-inner,
html[data-edition='vector-epoch-v8'] .observer-index-hero > div:not(.v6-page-visual),
html[data-edition='vector-epoch-v8'] .observer-hero-copy,
html[data-edition='vector-epoch-v8'] .about-minimal-hero-copy {
  width: var(--v8-inner-copy);
  margin-right: 0;
  margin-left: var(--v8-inner-gutter);
  padding-top: 154px;
  padding-right: 0;
  padding-bottom: 84px;
}

html[data-edition='vector-epoch-v8'] .page-hero h1,
html[data-edition='vector-epoch-v8'] .observer-index-hero h1,
html[data-edition='vector-epoch-v8'] .observer-hero h1,
html[data-edition='vector-epoch-v8'] .about-minimal-hero h1,
html[data-edition='vector-epoch-v8'] .quick-status-hero h1 {
  max-width: 690px;
  width: 100%;
  color: #090b0a;
  font-size: 60px;
  font-weight: 590;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: wrap;
  word-break: normal;
}

html[data-edition='vector-epoch-v8'] .page-hero h1.is-long-title,
html[data-edition='vector-epoch-v8'] .observer-index-hero h1.is-long-title,
html[data-edition='vector-epoch-v8'] .observer-hero h1.is-long-title,
html[data-edition='vector-epoch-v8'] .about-minimal-hero h1.is-long-title {
  font-size: 48px;
}

@media (min-width: 1181px) {
  html[data-edition='vector-epoch-v8'] .about-minimal-hero h1 span {
    white-space: nowrap;
  }
}

html[data-edition='vector-epoch-v8'] .site-footer {
  background: #0b0d0c;
  border-top-color: rgba(255, 255, 255, 0.12);
}

html[data-edition='vector-epoch-v8'] .site-footer {
  grid-template-columns: 64px minmax(220px, 0.65fr) minmax(520px, 1.35fr) auto;
  gap: 28px;
  align-items: start;
  padding-top: 56px;
  padding-bottom: 56px;
}

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

.footer-sitemap-group {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-sitemap-group > strong {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 560;
}

.footer-sitemap a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.55;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-sitemap a:hover,
.footer-sitemap a:focus-visible {
  color: var(--v8-gold);
}

html[data-edition='vector-epoch-v8'] .site-footer > p {
  white-space: nowrap;
}

@media (max-width: 980px) {
  html[data-edition='vector-epoch-v8'] .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  html[data-edition='vector-epoch-v8'] .nav-toggle {
    grid-column: 2;
    justify-self: end;
  }

  body.nav-open {
    overflow: hidden;
  }

  html[data-edition='vector-epoch-v8'] .site-footer {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .footer-sitemap {
    grid-column: 1 / -1;
  }

  html[data-edition='vector-epoch-v8'] .site-footer > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1180px) {
  :root {
    --v8-page: min(100% - 64px, 1120px);
  }

  html[data-edition='vector-epoch-v8'] .site-header {
    right: 24px;
    left: 24px;
    grid-template-columns: 165px minmax(0, 1fr) auto;
    gap: 16px;
  }

  html[data-edition='vector-epoch-v8'] .site-nav {
    gap: 16px;
  }

  html[data-edition='vector-epoch-v8'] .hero-content {
    grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  }

  html[data-edition='vector-epoch-v8'] .hero-copy h1 {
    font-size: 58px;
  }

  html[data-edition='vector-epoch-v8'] .vectors-wrap {
    grid-template-columns: minmax(280px, 0.64fr) minmax(560px, 1.36fr);
    gap: 56px;
  }

  html[data-edition='vector-epoch-v8'] .vectors-grid article,
  html[data-edition='vector-epoch-v8'] .vectors-grid article:nth-child(even),
  html[data-edition='vector-epoch-v8'] .vectors-grid article:last-child {
    grid-template-columns: 52px minmax(150px, 0.68fr) minmax(230px, 1.32fr) 30px;
    gap: 18px;
  }

  html[data-edition='vector-epoch-v8'] .site-footer {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .footer-sitemap,
  html[data-edition='vector-epoch-v8'] .site-footer > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  :root {
    --v8-page: calc(100% - 40px);
  }

  html[data-edition='vector-epoch-v8'] .site-header {
    inset: 12px 16px auto;
    height: 64px;
    grid-template-columns: 1fr auto;
    padding: 0 10px 0 16px;
    border-radius: 10px;
  }

  html[data-edition='vector-epoch-v8'] .brand-link img {
    width: 132px;
  }

  html[data-edition='vector-epoch-v8'] .hero-section {
    min-height: max(790px, calc(100dvh - 32px));
  }

  html[data-edition='vector-epoch-v8'] .v8-hero-art {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 390px;
    aspect-ratio: auto;
    transform: none;
    background-position: 72% center;
    background-size: cover;
  }

  html[data-edition='vector-epoch-v8'] .v8-hero-art img {
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 72% center;
  }

  html[data-edition='vector-epoch-v8'] .hero-content {
    display: block;
    width: var(--v8-page);
    min-height: inherit;
    padding: 360px 0 124px;
  }

  html[data-edition='vector-epoch-v8'] .hero-copy {
    max-width: 100%;
    margin-top: 0;
    padding: 18px 0 26px;
  }

  html[data-edition='vector-epoch-v8'] .hero-copy h1 {
    max-width: 360px;
    margin: 22px 0 18px;
    font-size: 41px;
    line-height: 1.14;
  }

  html[data-edition='vector-epoch-v8'] .hero-lead {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.7;
  }

  html[data-edition='vector-epoch-v8'] .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  html[data-edition='vector-epoch-v8'] .hero-actions .button {
    min-width: 0;
    padding: 0 12px;
    white-space: nowrap;
  }

  html[data-edition='vector-epoch-v8'] .hero-visual {
    display: none;
  }

  html[data-edition='vector-epoch-v8'] .liquid-identity {
    inset: 4px 3% auto auto;
    width: 250px;
    height: 270px;
    opacity: 0.44;
  }

  html[data-edition='vector-epoch-v8'] .liquid-axis {
    display: none;
  }

  .v8-evidence-rail {
    min-height: 100px;
    padding: 0;
  }

  .v8-evidence-rail a {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    padding: 13px 12px;
  }

  .v8-evidence-rail a > span {
    display: none;
  }

  .v8-evidence-rail strong {
    font-size: 14px;
    white-space: nowrap;
  }

  .v8-evidence-rail small {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.4;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  html[data-edition='vector-epoch-v8'] .home-brief {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 80px 20px 84px;
  }

  html[data-edition='vector-epoch-v8'] .vectors-section {
    padding: 88px 0;
  }

  html[data-edition='vector-epoch-v8'] .vectors-wrap {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  html[data-edition='vector-epoch-v8'] .vectors-intro {
    position: static;
  }

  html[data-edition='vector-epoch-v8'] .vectors-intro h2 {
    max-width: 640px;
    font-size: 40px;
  }

  html[data-edition='vector-epoch-v8'] .vectors-intro > p {
    max-width: 650px;
  }

  .vectors-signature {
    max-width: 650px;
    margin-top: 46px;
  }

  html[data-edition='vector-epoch-v8'] .vectors-grid article,
  html[data-edition='vector-epoch-v8'] .vectors-grid article:nth-child(even),
  html[data-edition='vector-epoch-v8'] .vectors-grid article:last-child {
    min-height: 0;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    grid-template-rows: auto auto;
    gap: 10px 18px;
    padding: 26px 0 28px;
  }

  html[data-edition='vector-epoch-v8'] .vectors-grid article > span {
    grid-row: 1 / span 2;
    grid-column: 1;
    font-size: 36px;
  }

  html[data-edition='vector-epoch-v8'] .vectors-grid h3 {
    grid-row: 1;
    grid-column: 2;
    font-size: 18px;
  }

  html[data-edition='vector-epoch-v8'] .vectors-grid p {
    grid-row: 2;
    grid-column: 2 / 4;
    max-width: none;
  }

  html[data-edition='vector-epoch-v8'] .vectors-grid article::after {
    grid-row: 1;
    grid-column: 3;
  }

  html[data-edition='vector-epoch-v8'] .vectors-grid article:hover {
    transform: none;
  }

  .v8-section-intro {
    display: block;
    padding-bottom: 38px;
  }

  .v8-section-intro h2 {
    font-size: 33px;
  }

  .v8-section-intro > p:last-child {
    margin-top: 20px;
  }

  html[data-edition='vector-epoch-v8'] .service-strip {
    min-height: 0;
    padding: 300px 20px 72px;
    overflow: clip;
    background: #f4f5f3;
  }

  html[data-edition='vector-epoch-v8'] .v7-service-art {
    overflow: clip;
  }

  html[data-edition='vector-epoch-v8'] .service-strip::before {
    background: linear-gradient(180deg, rgba(244, 245, 243, 0.02) 0%, rgba(244, 245, 243, 0.72) 33%, #f4f5f3 45%, #f4f5f3 100%);
  }

  html[data-edition='vector-epoch-v8'] .service-strip > article,
  html[data-edition='vector-epoch-v8'] .service-strip > article:nth-of-type(odd),
  html[data-edition='vector-epoch-v8'] .service-strip > article:nth-of-type(even) {
    padding: 24px 0 28px;
    border-left: 0;
  }

  html[data-edition='vector-epoch-v8'] .seo-section {
    display: flex;
    flex-direction: column;
    gap: 46px;
    padding: 82px 20px 88px;
    overflow: clip;
  }

  html[data-edition='vector-epoch-v8'] .v7-method-art {
    order: -1;
    width: 100%;
    max-height: 440px;
    aspect-ratio: 16 / 10;
  }

  html[data-edition='vector-epoch-v8'] .v5-proof-photo,
  html[data-edition='vector-epoch-v8'] .identity-media,
  html[data-edition='vector-epoch-v8'] .industry-grid {
    overflow: clip;
  }

  html[data-edition='vector-epoch-v8'] .page-hero,
  html[data-edition='vector-epoch-v8'] .observer-index-hero,
  html[data-edition='vector-epoch-v8'] .observer-hero,
  html[data-edition='vector-epoch-v8'] .about-minimal-hero {
    min-height: 760px;
    padding-top: 0;
  }

  html[data-edition='vector-epoch-v8'] .page-hero > .v6-page-visual,
  html[data-edition='vector-epoch-v8'] .observer-index-hero > .v6-page-visual,
  html[data-edition='vector-epoch-v8'] .observer-hero > .v6-page-visual,
  html[data-edition='vector-epoch-v8'] .about-minimal-hero > .v6-page-visual {
    inset: 92px 0 auto;
    width: 100%;
    height: 280px;
    border: 0;
    border-bottom: 1px solid var(--v8-line);
  }

  html[data-edition='vector-epoch-v8'] .page-hero-inner,
  html[data-edition='vector-epoch-v8'] .observer-index-hero > div:not(.v6-page-visual),
  html[data-edition='vector-epoch-v8'] .observer-hero-copy,
  html[data-edition='vector-epoch-v8'] .about-minimal-hero-copy {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 410px 0 62px;
  }

  html[data-edition='vector-epoch-v8'] .page-hero h1,
  html[data-edition='vector-epoch-v8'] .observer-index-hero h1,
  html[data-edition='vector-epoch-v8'] .observer-hero h1,
  html[data-edition='vector-epoch-v8'] .about-minimal-hero h1,
  html[data-edition='vector-epoch-v8'] .quick-status-hero h1,
  html[data-edition='vector-epoch-v8'] .page-hero h1.is-long-title,
  html[data-edition='vector-epoch-v8'] .observer-index-hero h1.is-long-title,
  html[data-edition='vector-epoch-v8'] .observer-hero h1.is-long-title,
  html[data-edition='vector-epoch-v8'] .about-minimal-hero h1.is-long-title {
    font-size: 38px;
    line-height: 1.18;
  }

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

@media (max-width: 430px) {
  html[data-edition='vector-epoch-v8'] .hero-section {
    min-height: max(810px, calc(100dvh - 32px));
  }

  html[data-edition='vector-epoch-v8'] .v8-hero-art {
    height: 352px;
  }

  html[data-edition='vector-epoch-v8'] .hero-content {
    padding-top: 330px;
  }

  html[data-edition='vector-epoch-v8'] .hero-copy h1 {
    font-size: 39px;
  }

  html[data-edition='vector-epoch-v8'] .page-hero h1,
  html[data-edition='vector-epoch-v8'] .observer-index-hero h1,
  html[data-edition='vector-epoch-v8'] .observer-hero h1,
  html[data-edition='vector-epoch-v8'] .about-minimal-hero h1,
  html[data-edition='vector-epoch-v8'] .quick-status-hero h1,
  html[data-edition='vector-epoch-v8'] .page-hero h1.is-long-title,
  html[data-edition='vector-epoch-v8'] .observer-index-hero h1.is-long-title,
  html[data-edition='vector-epoch-v8'] .observer-hero h1.is-long-title,
  html[data-edition='vector-epoch-v8'] .about-minimal-hero h1.is-long-title {
    font-size: 36px;
  }

  html[data-edition='vector-epoch-v8'] .vectors-intro h2 {
    font-size: 34px;
  }

  .vectors-signature {
    align-items: center;
    gap: 16px;
  }

  .vectors-signature img {
    width: 54px;
  }

  .vectors-signature span {
    font-size: 43px;
    line-height: 1;
  }

  html[data-edition='vector-epoch-v8'] .site-footer {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
    padding: 44px 20px calc(44px + env(safe-area-inset-bottom));
  }

  .footer-sitemap {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
}

@media (max-width: 360px) {
  html[data-edition='vector-epoch-v8'] .page-hero h1,
  html[data-edition='vector-epoch-v8'] .observer-index-hero h1,
  html[data-edition='vector-epoch-v8'] .observer-hero h1,
  html[data-edition='vector-epoch-v8'] .about-minimal-hero h1,
  html[data-edition='vector-epoch-v8'] .quick-status-hero h1,
  html[data-edition='vector-epoch-v8'] .page-hero h1.is-long-title,
  html[data-edition='vector-epoch-v8'] .observer-index-hero h1.is-long-title,
  html[data-edition='vector-epoch-v8'] .observer-hero h1.is-long-title,
  html[data-edition='vector-epoch-v8'] .about-minimal-hero h1.is-long-title {
    font-size: 33px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v8-scroll-progress {
    display: none;
  }

  html[data-edition='vector-epoch-v8'] .liquid-mark-canvas {
    display: none;
  }

  html[data-edition='vector-epoch-v8'] .liquid-mark-fallback {
    opacity: 0.06;
    filter: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  html[data-edition='vector-epoch-v8'] .site-header,
  .v8-evidence-rail {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
