/* Second-pass identity and interactive visual system. */
.wordmark-v {
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
}
.wordmark-v::before {
  content: "V";
  position: static;
  display: inline;
  width: auto;
  height: auto;
  background: none;
  transform: none;
}
.wordmark-v::after {
  content: "";
  position: absolute;
  top: -0.27em;
  left: 0.02em;
  width: 0.8em;
  height: 0.11em;
  background: var(--blue);
  transform: none;
}
.wordmark-v i { display: none; }

.hero-art,
.page-graphic {
  overflow: hidden;
  background:
    radial-gradient(circle at 66% 40%, rgba(25,78,231,.07), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.22), rgba(25,78,231,.025));
}
.system-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-grid .service-card:last-child:nth-child(odd) { grid-column: 1 / -1; min-height: 270px; }

@media (max-width:840px) {
  .menu-button {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
  }
  .menu-button::before,
  .menu-button::after {
    content: "";
    position: absolute;
    left: 10px;
    width: 22px;
    height: 1.5px;
    background: var(--ink);
    transition: top 180ms ease, transform 180ms ease;
  }
  .menu-button::before { top: 16px; }
  .menu-button::after { top: 25px; }
  .menu-button[aria-expanded="true"]::before { top: 21px; transform: rotate(45deg); }
  .menu-button[aria-expanded="true"]::after { top: 21px; transform: rotate(-45deg); }
}

@media (max-width:560px) {
  .service-grid .service-card:last-child:nth-child(odd) { grid-column: auto; }
}
