/*
Theme Name: WebInk Modern Premium
Theme URI: https://webink.solutions/
Author: WebInk Solutions
Author URI: https://webink.solutions/
Description: Premium WebInk staging theme for WordPress, WooCommerce, and local service growth pages.
Version: 3.23.3
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: webink-modern
*/

:root {
  --ink-black: #050505;
  --ink-text: #171717;
  --ink-muted: #666666;
  --ink-line: #e8e8e8;
  --ink-soft: #f7f7f4;
  --ink-white: #ffffff;
  --ink-pink: #f813be;
  --ink-cyan: #13eaea;
  --ink-lime: #b9ff29;
  --ink-shadow: 0 26px 70px rgba(5, 5, 5, 0.14);
  --ink-radius: 18px;
  --ink-shell: min(1240px, calc(100vw - 48px));
  --ink-grid-gap: clamp(18px, 1.8vw, 28px);
  --ink-font-body: "Urbanist", Arial, sans-serif;
  --ink-font-display: "Urbanist", Arial, sans-serif;
  --ink-font-mono: "IBM Plex Mono", Consolas, monospace;
  --ink-font-pixel: "Pixelify Sans", "IBM Plex Mono", Consolas, monospace;
  --wi-header-height: 76px;
  --wi-admin-bar-height: 0px;
  --wi-viewport-height: 100dvh;
}

[data-wi-cf7-group][hidden] {
  display: none !important;
}

/* Dev.webink.solutions source-of-truth homepage port, scoped to the staging home page. */
body.wp-theme-webink-modern-premium:has(.ink-home--dev-source) {
  padding-top: 0;
  background: #0f0f0f;
}

body:has(.ink-home--dev-source) .wi-site-header {
  position: fixed;
  background: linear-gradient(180deg, rgba(8, 13, 13, 0.58), rgba(8, 13, 13, 0));
  border-bottom-color: transparent;
  box-shadow: none;
}

body:has(.ink-home--dev-source) .wi-site-header .wi-brand img {
  filter: invert(1) brightness(1.8);
}

body:has(.ink-home--dev-source) .wi-nav a {
  color: rgba(255, 255, 255, 0.78);
  text-transform: none;
  font-size: 0.92rem;
}

body:has(.ink-home--dev-source) .wi-nav a:hover {
  color: #fff;
}

body:has(.ink-home--dev-source) .wi-nav-cta {
  min-height: 44px;
  border-color: #fff;
  background: #fff;
  color: #0a0a0a !important;
  text-transform: none;
}

body:has(.ink-home--dev-source) .wi-menu-toggle {
  border-color: rgba(255, 255, 255, 0.76);
  background: transparent;
  color: #fff;
}

.ink-home--dev-source {
  --wi-dev-black: #0a0a0a;
  --wi-dev-ink: #0f0f0f;
  --wi-dev-cyan: #14eaea;
  --wi-dev-pink: #f813be;
  --wi-dev-lime: #b9ff33;
  --wi-dev-shell: min(1400px, calc(100vw - 48px));
  overflow: hidden;
  background: #fff;
  color: var(--wi-dev-black);
}

.wi-dev-shell {
  width: var(--wi-dev-shell);
  margin-inline: auto;
}

.wi-dev-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--wi-dev-ink);
  color: #fff;
}

.wi-dev-hero__bg,
.wi-dev-hero__bg img,
.wi-dev-hero__bg span {
  position: absolute;
  inset: 0;
}

.wi-dev-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.78;
  transform: scale(1.04);
  animation: wiDevSlowZoom 18s ease-in-out infinite alternate;
}

.wi-dev-hero__bg span {
  background:
    radial-gradient(circle at 80% 26%, rgba(248, 19, 190, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(11, 24, 24, 0.52), rgba(0, 0, 0, 0.78));
}

.wi-dev-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
  align-items: center;
  gap: clamp(36px, 7vw, 110px);
  min-height: 100svh;
  padding: 118px 0 96px;
}

.wi-dev-kicker,
.wi-dev-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  font: 900 0.78rem/1.3 var(--ink-font-body);
  letter-spacing: 0.46em;
  text-transform: uppercase;
}

.wi-dev-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.wi-dev-kicker::before,
.wi-dev-label::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--wi-dev-cyan);
}

.wi-dev-hero__title,
.wi-dev-section h2,
.wi-dev-process-panel h2,
.wi-dev-stats h2,
.wi-dev-cta h2 {
  margin: 0;
  font-family: var(--ink-font-display);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.88;
}

.wi-dev-hero__title {
  max-width: 8.8ch;
  font-size: clamp(4.1rem, 8.1vw, 7.8rem);
  color: #fff;
  text-transform: uppercase;
}

.wi-dev-hero__title span {
  display: block;
}

.wi-dev-hero__title::after {
  content: "";
  display: block;
  width: min(100%, 720px);
  height: 12px;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--wi-dev-cyan);
}

.wi-dev-hero__intro {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.1rem, 1.5vw, 1.28rem);
  line-height: 1.6;
}

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

.wi-dev-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 60px;
  padding: 0 32px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.wi-dev-button:hover {
  transform: translateY(-2px);
}

.wi-dev-button--cyan {
  background: var(--wi-dev-cyan);
  color: var(--wi-dev-black);
  box-shadow: 0 20px 60px rgba(20, 234, 234, 0.22);
}

.wi-dev-button--cyan:hover {
  background: #fff;
}

.wi-dev-button--ghost {
  border: 2px solid rgba(255, 255, 255, 0.26);
  color: #fff;
}

.wi-dev-button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

.wi-dev-button--dark {
  background: var(--wi-dev-black);
  color: #fff;
}

.wi-dev-hero-card {
  position: relative;
  min-height: 540px;
  isolation: isolate;
}

.wi-dev-hero-card i,
.wi-dev-hero-card figure,
.wi-dev-hero-card__logo {
  position: absolute;
}

.wi-dev-hero-card i {
  inset: 6% 0 0 0;
  border-radius: 24px;
  opacity: 0.92;
}

.wi-dev-hero-card__cyan {
  background: var(--wi-dev-cyan);
  transform: translate(-30px, 22px) rotate(-5deg);
}

.wi-dev-hero-card__pink {
  background: var(--wi-dev-pink);
  transform: translate(28px, -8px) rotate(5deg);
}

.wi-dev-hero-card figure {
  inset: 0;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.42);
  transform: rotate(-3deg);
}

.wi-dev-hero-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wi-dev-hero-card__logo {
  z-index: 3;
  top: -34px;
  right: -58px;
  width: min(360px, 62vw);
  filter: drop-shadow(0 0 18px rgba(20, 234, 234, 0.6));
}

.wi-dev-hero__strip {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.wi-dev-hero__strip .wi-dev-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  padding: 15px 0;
}

.wi-dev-hero__strip span,
.wi-dev-hero__strip a {
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.wi-dev-hero__strip span:first-child {
  border-left: 0;
  padding-left: 0;
}

.wi-dev-hero__strip a {
  color: var(--wi-dev-cyan);
}

.wi-dev-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(10, 10, 10, 0.06);
  background: #fff;
  padding: 24px 0;
}

.wi-dev-marquee div {
  display: flex;
  width: max-content;
  animation: wiDevMarquee 34s linear infinite;
}

.wi-dev-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  margin-inline: 22px;
  color: rgba(10, 10, 10, 0.22);
  font-weight: 900;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.wi-dev-marquee span::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--wi-dev-cyan);
}

.wi-dev-section {
  padding: clamp(84px, 10vw, 150px) 0;
  background: #fff;
}

.wi-dev-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 36px;
  align-items: end;
  margin-bottom: 62px;
}

.wi-dev-section-head .wi-dev-label {
  grid-column: 1 / -1;
  margin-bottom: -16px;
  color: rgba(10, 10, 10, 0.34);
}

.wi-dev-section h2,
.wi-dev-stats h2 {
  color: var(--wi-dev-black);
  font-size: clamp(3rem, 7vw, 6.2rem);
}

.wi-dev-section-head p:last-child {
  margin: 0;
  color: rgba(10, 10, 10, 0.52);
  font-size: 1.08rem;
}

.wi-dev-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.wi-dev-service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  background: #fff;
  color: var(--wi-dev-black);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wi-dev-service-card:hover {
  border-color: var(--wi-dev-cyan);
  box-shadow: 0 26px 70px rgba(10, 10, 10, 0.12);
  transform: translateY(-3px);
}

.wi-dev-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: var(--wi-dev-cyan);
  opacity: 0;
  transition: opacity 180ms ease;
}

.wi-dev-service-card:hover::before {
  opacity: 1;
}

.wi-dev-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.82rem;
}

.wi-dev-icon--cyan { background: rgba(20, 234, 234, 0.14); color: #079696; }
.wi-dev-icon--pink { background: rgba(248, 19, 190, 0.13); color: var(--wi-dev-pink); }
.wi-dev-icon--lime { background: rgba(185, 255, 51, 0.22); color: #668d04; }

.wi-dev-service-card h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.05;
}

.wi-dev-service-card p {
  flex: 1;
  margin: 0 0 28px;
  color: rgba(10, 10, 10, 0.56);
  line-height: 1.55;
}

.wi-dev-service-card b {
  color: var(--wi-dev-cyan);
  font-size: 0.9rem;
}

.wi-dev-process {
  overflow: auto hidden;
  background: #fff;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}

.wi-dev-process__track {
  display: flex;
  width: max-content;
}

.wi-dev-process-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  width: 100vw;
  min-height: 88svh;
  padding: 80px max(24px, calc((100vw - 1400px) / 2));
  scroll-snap-align: start;
}

.wi-dev-process-panel span {
  display: block;
  margin-bottom: 16px;
  color: var(--wi-dev-cyan);
  font-size: clamp(7rem, 17vw, 13rem);
  font-weight: 100;
  line-height: 0.8;
}

.wi-dev-process-panel:nth-child(2) span { color: var(--wi-dev-pink); }
.wi-dev-process-panel:nth-child(3) span { color: var(--wi-dev-lime); }

.wi-dev-process-panel h2 {
  color: var(--wi-dev-black);
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}

.wi-dev-process-panel p {
  max-width: 520px;
  color: rgba(10, 10, 10, 0.55);
  font-size: 1.12rem;
}

.wi-dev-process-panel figure {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(10, 10, 10, 0.18);
}

.wi-dev-process-panel img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.wi-dev-story {
  background: #f8f8f8;
}

.wi-dev-story__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) minmax(0, 0.82fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
}

.wi-dev-story figure {
  position: relative;
  margin: 0;
}

.wi-dev-story figure > img {
  width: 100%;
  height: min(70vw, 680px);
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(10, 10, 10, 0.18);
}

.wi-dev-story figcaption {
  position: absolute;
  right: -24px;
  bottom: -24px;
  display: grid;
  max-width: 190px;
  gap: 2px;
  padding: 22px;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(10, 10, 10, 0.16);
}

.wi-dev-story figcaption strong {
  color: var(--wi-dev-pink);
  font-size: 2.6rem;
  line-height: 1;
}

.wi-dev-story p {
  color: rgba(10, 10, 10, 0.58);
  font-size: 1.14rem;
}

.wi-dev-story ul {
  display: grid;
  gap: 18px;
  margin: 34px 0;
  padding: 0;
  list-style: none;
}

.wi-dev-story li {
  display: grid;
  gap: 4px;
  padding-left: 20px;
  border-left: 3px solid var(--wi-dev-pink);
}

.wi-dev-story li span {
  color: rgba(10, 10, 10, 0.5);
}

.wi-dev-stats {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 11vw, 150px) 0;
  background: var(--wi-dev-ink);
  color: #fff;
}

.wi-dev-stats__bg,
.wi-dev-stats__bg img {
  position: absolute;
  inset: 0;
}

.wi-dev-stats__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.wi-dev-stats::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.84);
}

.wi-dev-stats .wi-dev-shell {
  position: relative;
  z-index: 2;
}

.wi-dev-section-head--dark h2,
.wi-dev-stats h2 {
  color: #fff;
}

.wi-dev-section-head--dark .wi-dev-label,
.wi-dev-stats .wi-dev-label {
  color: rgba(255, 255, 255, 0.34);
}

.wi-dev-section-head--dark p:last-child {
  color: rgba(255, 255, 255, 0.44);
}

.wi-dev-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px;
}

.wi-dev-stat-grid article strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(3.6rem, 7vw, 7rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
}

.wi-dev-stat-grid article span {
  color: var(--wi-dev-cyan);
}

.wi-dev-stat-grid article b {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}

.wi-dev-stat-grid article p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.42);
}

.wi-dev-work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wi-dev-work-grid figure {
  overflow: hidden;
  margin: 0;
  border-radius: 18px;
  background: #0f0f0f;
  box-shadow: 0 22px 70px rgba(10, 10, 10, 0.14);
}

.wi-dev-work-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 400ms ease;
}

.wi-dev-work-grid figure:hover img {
  transform: scale(1.045);
}

.wi-dev-work-grid figcaption {
  padding: 16px 18px;
  color: #fff;
  font-weight: 900;
}

.wi-dev-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(110px, 14vw, 190px) 0;
  background: #0a0a0a;
  color: #fff;
  text-align: center;
}

.wi-dev-cta__bg,
.wi-dev-cta__bg img {
  position: absolute;
  inset: 0;
}

.wi-dev-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.08;
}

.wi-dev-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(20, 234, 234, 0.12), transparent 60%);
}

.wi-dev-cta .wi-dev-shell {
  position: relative;
  z-index: 2;
}

.wi-dev-cta .wi-dev-label {
  color: rgba(20, 234, 234, 0.66);
}

.wi-dev-cta .wi-dev-label::after {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--wi-dev-cyan);
}

.wi-dev-cta h2 {
  max-width: 11ch;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(3.6rem, 10vw, 9rem);
  text-transform: uppercase;
}

.wi-dev-cta p {
  max-width: 720px;
  margin: 32px auto 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 1.25rem;
}

.wi-dev-cta .wi-dev-actions {
  justify-content: center;
}

.wi-dev-contact-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 46px;
  color: rgba(255, 255, 255, 0.34);
}

.wi-dev-contact-line a {
  color: inherit;
  text-decoration: none;
}

.wi-dev-contact-line a:hover {
  color: var(--wi-dev-cyan);
}

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

@keyframes wiDevSlowZoom {
  to { transform: scale(1.1); }
}

@media (max-width: 1180px) {
  .wi-dev-hero__grid,
  .wi-dev-story__grid,
  .wi-dev-process-panel {
    grid-template-columns: 1fr;
  }

  .wi-dev-hero-card {
    min-height: 440px;
    max-width: 620px;
    margin-inline: auto;
  }

  .wi-dev-service-grid,
  .wi-dev-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .wi-dev-process-panel {
    width: min(88vw, 760px);
    min-height: auto;
    padding-block: 70px;
  }
}

@media (max-width: 760px) {
  body:has(.ink-home--dev-source) .wi-site-header {
    background: linear-gradient(180deg, rgba(8, 13, 13, 0.6), rgba(8, 13, 13, 0));
    border-bottom-color: transparent;
  }

  body:has(.ink-home--dev-source) .wi-site-header .wi-brand img {
    filter: invert(1) brightness(1.8);
  }

  body:has(.ink-home--dev-source) .wi-menu-toggle {
    border-color: rgba(255, 255, 255, 0.76);
    color: #fff;
  }

  .ink-home--dev-source {
    --wi-dev-shell: min(100vw - 48px, 420px);
  }

  .wi-dev-hero {
    min-height: 100svh;
  }

  .wi-dev-hero__grid {
    display: block;
    min-height: 100svh;
    padding: 136px 0 110px;
  }

  .wi-dev-hero-card {
    display: none;
  }

  .wi-dev-kicker,
  .wi-dev-label {
    max-width: 100%;
    gap: 10px;
    font-size: 0.68rem;
    letter-spacing: 0.36em;
  }

  .wi-dev-hero__title {
    max-width: 9.6ch;
    font-size: clamp(2.65rem, 13.5vw, 4.1rem);
  }

  .wi-dev-hero__title::after {
    height: 7px;
  }

  .wi-dev-hero__intro {
    font-size: 1.05rem;
  }

  .wi-dev-actions,
  .wi-dev-cta .wi-dev-actions {
    display: grid;
  }

  .wi-dev-button {
    width: 100%;
    min-height: 60px;
  }

  .wi-dev-hero__strip .wi-dev-shell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 10px;
  }

  .wi-dev-hero__strip span,
  .wi-dev-hero__strip a {
    padding: 0;
    border-left: 0;
    font-size: 0.72rem;
    text-align: center;
  }

  .wi-dev-hero__strip a {
    grid-column: 1 / -1;
  }

  .wi-dev-section-head {
    display: block;
  }

  .wi-dev-section-head .wi-dev-label {
    margin-bottom: 20px;
  }

  .wi-dev-section h2,
  .wi-dev-stats h2 {
    font-size: clamp(2.55rem, 13vw, 4.4rem);
  }

  .wi-dev-service-grid,
  .wi-dev-work-grid,
  .wi-dev-stat-grid {
    grid-template-columns: 1fr;
  }

  .wi-dev-service-card {
    min-height: 260px;
  }

  .wi-dev-process-panel {
    width: 86vw;
    padding: 64px 24px;
  }

  .wi-dev-process-panel figure {
    display: none;
  }

  .wi-dev-story figure > img {
    height: 430px;
  }

  .wi-dev-story figcaption {
    right: 12px;
    bottom: -20px;
  }

  .wi-dev-work-grid img {
    height: 240px;
  }

  .wi-dev-cta h2 {
    font-size: clamp(3rem, 13vw, 5rem);
  }
}

/* -------------------------------------------------------------------------
   Portfolio case-study system / 3.14
   ------------------------------------------------------------------------- */

.wi-project-story {
  --wi-project-cyan: #19e2e5;
  --wi-project-pink: #f411ad;
  --wi-project-lime: #b9ff2c;
  --wi-project-ink: #070808;
  --wi-project-paper: #f4f4f1;
  background: var(--wi-project-paper);
  color: #0a0a0a;
}

.wi-project-story :is(h1, h2, h3, p, figure) {
  margin-top: 0;
}

.wi-project-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(66px, 7vw, 108px) 0 0;
  background:
    radial-gradient(circle at 74% 20%, rgba(25, 226, 229, 0.12), transparent 28%),
    radial-gradient(circle at 22% 80%, rgba(244, 17, 173, 0.14), transparent 31%),
    linear-gradient(140deg, #060707 0%, #0b0d0d 62%, #050505 100%);
  color: #fff;
}

.wi-project-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 88%);
}

.wi-project-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
}

.wi-project-hero__copy {
  grid-column: 1 / span 5;
}

.wi-project-hero__copy .ink-eyebrow,
.wi-project-section-head .ink-eyebrow,
.wi-project-capabilities .ink-eyebrow,
.wi-project-proof .ink-eyebrow {
  color: var(--wi-project-cyan);
}

.wi-project-hero__copy h1 {
  max-width: 10ch;
  margin-bottom: clamp(22px, 2.4vw, 34px);
  color: #fff;
  font-size: clamp(48px, 5.2vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.064em;
  text-wrap: balance;
}

.wi-project-hero__lede {
  max-width: 650px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.52;
}

.wi-project-hero__copy .ink-actions {
  margin-top: 28px;
}

.wi-project-hero__copy .ink-button--secondary,
.wi-project-proof .ink-button--secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
  color: #fff;
}

.wi-project-hero__copy .ink-button--secondary:hover,
.wi-project-proof .ink-button--secondary:hover {
  border-color: var(--ink-cyan);
  background: var(--ink-cyan);
  color: var(--ink-black);
}

.wi-project-hero__visual {
  grid-column: 6 / -1;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: clamp(24px, 3vw, 48px);
  background: #111;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.46);
}

.wi-project-browser {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #111;
  color: rgba(255, 255, 255, 0.58);
}

.wi-project-browser > span {
  display: flex;
  gap: 6px;
}

.wi-project-browser i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--wi-project-cyan);
}

.wi-project-browser i:nth-child(2) {
  background: var(--wi-project-pink);
}

.wi-project-browser i:nth-child(3) {
  background: var(--wi-project-lime);
}

.wi-project-browser b {
  font-family: var(--ink-font-mono, monospace);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.wi-project-hero__visual > img {
  display: block;
  width: 100%;
  height: clamp(360px, 38vw, 610px);
  object-fit: cover;
  object-position: center top;
  background: #0b0b0b;
}

.wi-project-hero__visual.wi-project-media--interface > img {
  object-fit: contain;
  background:
    radial-gradient(circle at 85% 10%, rgba(25, 226, 229, 0.12), transparent 34%),
    #0b0b0b;
}

.wi-project-hero__visual figcaption {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
  padding: 18px clamp(18px, 2.2vw, 30px) 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.wi-project-hero__visual figcaption span {
  color: var(--wi-project-cyan);
  font-family: var(--ink-font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wi-project-hero__visual figcaption strong {
  color: #fff;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.35;
}

.wi-device-scene {
  min-width: 0;
  margin: 0;
}

.wi-device-scene--hero {
  grid-column: 6 / -1;
}

.wi-device-scene__stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 1672 / 941;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: clamp(24px, 3vw, 48px);
  background:
    radial-gradient(circle at 80% 76%, rgba(244, 17, 173, 0.18), transparent 31%),
    radial-gradient(circle at 12% 16%, rgba(25, 226, 229, 0.15), transparent 28%),
    #080909;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.5);
}

.wi-device-scene__stage::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 30%),
    linear-gradient(to top, rgba(0, 0, 0, 0.18), transparent 34%);
}

.wi-device-scene__environment {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.wi-device-scene__screen {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  background: #070808;
}

.wi-device-scene__screen > img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.wi-device-scene__screen--desktop {
  top: 22%;
  left: 12.98%;
  width: 46.65%;
  height: 45.7%;
  border-radius: 0.4%;
}

.wi-device-scene__screen--tablet {
  top: 57.39%;
  left: 61%;
  width: 20.52%;
  height: 25.93%;
  clip-path: polygon(8.75% 0, 100% 0, 94.45% 100%, 0 94.25%);
}

.wi-device-scene__screen--phone {
  top: 61.74%;
  left: 84.27%;
  width: 6.64%;
  height: 22.95%;
  border-radius: 12% / 6%;
  clip-path: polygon(16.2% 2.3%, 97.3% 2.8%, 85.6% 97.2%, 3.6% 97.7%);
}

.wi-device-scene__badges {
  position: absolute;
  z-index: 5;
  bottom: clamp(14px, 1.8vw, 26px);
  left: clamp(14px, 1.8vw, 26px);
  display: flex;
  max-width: min(66%, 620px);
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.wi-device-scene__badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(5, 6, 6, 0.82);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--ink-font-mono, monospace);
  font-size: clamp(8px, 0.7vw, 10px);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.wi-device-scene__badge--status {
  border-color: rgba(185, 255, 44, 0.44);
  color: #fff;
}

.wi-device-scene__badge--status i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--wi-project-lime, #b9ff2c);
  box-shadow: 0 0 14px rgba(185, 255, 44, 0.72);
}

.wi-project-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(46px, 5vw, 76px);
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.wi-project-facts > div {
  min-width: 0;
  padding: 24px clamp(16px, 2vw, 30px) 28px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.wi-project-facts > div:not(:first-child) {
  padding-left: clamp(16px, 2vw, 30px);
}

.wi-project-facts > div:last-child {
  border-right: 0;
}

.wi-project-facts span,
.wi-project-facts strong {
  display: block;
}

.wi-project-facts span {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--ink-font-mono, monospace);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wi-project-facts strong {
  color: #fff;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.3;
}

.wi-project-summary,
.wi-project-capabilities {
  padding: clamp(82px, 9vw, 148px) 0;
  background:
    radial-gradient(circle at 80% 12%, rgba(25, 226, 229, 0.07), transparent 22%),
    var(--wi-project-paper);
}

.wi-project-section-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 72px);
}

.wi-project-section-head .ink-eyebrow {
  grid-column: 1 / span 3;
  margin-bottom: 8px;
}

.wi-project-section-head h2 {
  grid-column: 4 / -1;
  max-width: 880px;
  margin-bottom: 0;
  color: inherit;
  font-size: clamp(42px, 5vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.wi-project-summary__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.wi-project-summary__grid article {
  padding: clamp(28px, 3.4vw, 52px);
  border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.wi-project-summary__grid article:first-child {
  padding-left: 0;
}

.wi-project-summary__grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.wi-project-summary__grid span,
.wi-project-walkthrough__copy > span,
.wi-portfolio-featured__item > div > span {
  display: block;
  margin-bottom: 18px;
  color: var(--wi-project-pink);
  font-family: var(--ink-font-mono, monospace);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wi-project-summary__grid h3 {
  max-width: 16ch;
  margin-bottom: 18px;
  color: #080808;
  font-size: clamp(25px, 2vw, 36px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.wi-project-summary__grid p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.62);
  font-size: 17px;
  line-height: 1.6;
}

.wi-project-walkthrough,
.wi-portfolio-featured {
  --wi-project-cyan: #19e2e5;
  --wi-project-pink: #f411ad;
  --wi-project-lime: #b9ff2c;
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 9vw, 148px) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(244, 17, 173, 0.1), transparent 24%),
    radial-gradient(circle at 88% 70%, rgba(25, 226, 229, 0.1), transparent 25%),
    #050606;
  color: #fff;
}

.wi-project-section-head--light {
  color: #fff;
}

.wi-project-section-head--light h2 {
  color: #fff;
}

.wi-project-walkthrough__list {
  display: grid;
  gap: clamp(76px, 9vw, 150px);
}

.wi-project-walkthrough__item {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(260px, 4fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
}

.wi-project-walkthrough__item--reverse {
  grid-template-columns: minmax(260px, 4fr) minmax(0, 8fr);
}

.wi-project-walkthrough__item--reverse .wi-project-walkthrough__media {
  grid-column: 2;
  grid-row: 1;
}

.wi-project-walkthrough__item--reverse .wi-project-walkthrough__copy {
  grid-column: 1;
  grid-row: 1;
}

.wi-project-walkthrough__media {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: clamp(22px, 2.5vw, 42px);
  background: #111;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.45);
}

.wi-project-walkthrough__media img {
  display: block;
  width: 100%;
  height: clamp(430px, 50vw, 760px);
  object-fit: cover;
  object-position: center top;
}

.wi-project-walkthrough__media.wi-project-media--interface img {
  object-fit: contain;
  background: #0d0d0d;
}

.wi-project-walkthrough__copy h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.wi-project-walkthrough__copy p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.58;
}

.wi-project-capabilities {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.wi-project-capabilities__intro {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: end;
  margin-bottom: clamp(44px, 6vw, 86px);
}

.wi-project-capabilities__intro > div {
  grid-column: 1 / span 8;
}

.wi-project-capabilities__intro > p {
  grid-column: 9 / -1;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.58);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.58;
}

.wi-project-capabilities__intro h2 {
  max-width: 920px;
  margin-bottom: 0;
  font-size: clamp(44px, 5.4vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.wi-project-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.wi-project-capabilities__grid article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  padding: clamp(34px, 4vw, 58px) clamp(24px, 4vw, 62px) clamp(38px, 4.2vw, 64px) 0;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.wi-project-capabilities__grid article:nth-child(even) {
  padding-right: 0;
  padding-left: clamp(24px, 4vw, 62px);
  border-right: 0;
}

.wi-project-capabilities__grid article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  padding-right: 0;
  border-right: 0;
}

.wi-project-capabilities__grid article > span {
  padding-top: 5px;
  color: var(--wi-project-pink);
  font-family: var(--ink-font-mono, monospace);
  font-size: 12px;
  font-weight: 800;
}

.wi-project-capabilities__grid h3 {
  margin-bottom: 10px;
  font-size: clamp(27px, 2.3vw, 42px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.wi-project-capabilities__grid p {
  max-width: 660px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.58);
  font-size: 16px;
  line-height: 1.52;
}

.wi-project-capabilities__grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wi-project-capabilities__grid li {
  position: relative;
  padding-left: 18px;
  color: rgba(0, 0, 0, 0.78);
  font-size: 15px;
  line-height: 1.45;
}

.wi-project-capabilities__grid li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wi-project-cyan);
  content: "";
}

.wi-project-roadmap {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(82px, 9vw, 148px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 10% 18%, rgba(25, 226, 229, 0.13), transparent 25%),
    radial-gradient(circle at 92% 68%, rgba(244, 17, 173, 0.13), transparent 28%),
    linear-gradient(142deg, #080a0e 0%, #0b1015 52%, #08070d 100%);
  color: #fff;
}

.wi-project-roadmap::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.wi-project-roadmap > .ink-shell {
  position: relative;
  z-index: 1;
}

.wi-project-roadmap__head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
}

.wi-project-roadmap__head > div:first-child {
  grid-column: 1 / span 7;
}

.wi-project-roadmap__head .ink-eyebrow {
  color: var(--wi-project-cyan);
}

.wi-project-roadmap__head h2 {
  max-width: 11ch;
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(44px, 5.4vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.wi-project-roadmap__intro {
  grid-column: 8 / -1;
}

.wi-project-roadmap__intro > p {
  max-width: 620px;
  margin: 22px 0 4px;
  color: rgba(255, 255, 255, 0.67);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.58;
}

.wi-project-roadmap__status {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.wi-project-roadmap__status :is(span, b) {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  font-family: var(--ink-font-mono, monospace);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.wi-project-roadmap__status span {
  border: 1px solid rgba(25, 226, 229, 0.5);
  background: rgba(25, 226, 229, 0.1);
  color: var(--wi-project-cyan);
}

.wi-project-roadmap__status b {
  border: 1px solid rgba(244, 17, 173, 0.52);
  background: rgba(244, 17, 173, 0.12);
  color: #ff9ada;
}

.wi-project-roadmap__boundary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(46px, 6vw, 82px) 0 clamp(34px, 4.5vw, 60px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: clamp(20px, 2vw, 30px);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.wi-project-roadmap__boundary article {
  padding: clamp(24px, 3vw, 40px);
}

.wi-project-roadmap__boundary article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.wi-project-roadmap__boundary span {
  display: block;
  margin-bottom: 12px;
  color: var(--wi-project-cyan);
  font-family: var(--ink-font-mono, monospace);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wi-project-roadmap__boundary article + article span {
  color: #ff9ada;
}

.wi-project-roadmap__boundary p {
  max-width: 710px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.6;
}

.wi-project-roadmap__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 36px);
}

.wi-project-roadmap__card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: clamp(22px, 2.3vw, 36px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    #0a0c10;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  transition: transform 300ms cubic-bezier(0.2, 0.7, 0.2, 1), border-color 300ms ease, box-shadow 300ms ease;
}

.wi-project-roadmap__card:hover {
  border-color: rgba(25, 226, 229, 0.42);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.46);
  transform: translateY(-5px);
}

.wi-project-roadmap__card figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #05070b;
}

.wi-project-roadmap__card figure::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.055), transparent 28%),
    linear-gradient(to top, rgba(0, 0, 0, 0.22), transparent 27%);
}

.wi-project-roadmap__card figure > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wi-project-roadmap__card figcaption {
  position: absolute;
  z-index: 2;
  top: clamp(12px, 1.3vw, 20px);
  right: clamp(12px, 1.3vw, 20px);
  left: clamp(12px, 1.3vw, 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wi-project-roadmap__card figcaption :is(span, b) {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  background: rgba(4, 6, 9, 0.83);
  color: #fff;
  font-family: var(--ink-font-mono, monospace);
  font-size: clamp(8px, 0.7vw, 10px);
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.wi-project-roadmap__card figcaption span {
  border-color: rgba(25, 226, 229, 0.48);
  color: var(--wi-project-cyan);
}

.wi-project-roadmap__card figcaption b {
  border-color: rgba(244, 17, 173, 0.48);
  color: #ff9ada;
}

.wi-project-roadmap__copy {
  padding: clamp(25px, 3vw, 44px);
}

.wi-project-roadmap__copy > span {
  display: block;
  margin-bottom: 14px;
  color: var(--wi-project-cyan);
  font-family: var(--ink-font-mono, monospace);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wi-project-roadmap__copy h3 {
  max-width: 16ch;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(29px, 2.6vw, 46px);
  line-height: 0.99;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.wi-project-roadmap__copy > p {
  max-width: 650px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.55;
}

.wi-project-roadmap__copy dl {
  display: grid;
  gap: 11px;
  margin: 0;
}

.wi-project-roadmap__copy dl > div {
  display: grid;
  grid-template-columns: minmax(92px, 0.35fr) minmax(0, 1.65fr);
  gap: 18px;
  padding: 15px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.wi-project-roadmap__copy dt {
  color: var(--wi-project-cyan);
  font-family: var(--ink-font-mono, monospace);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wi-project-roadmap__copy dl > div + div dt {
  color: #ff9ada;
}

.wi-project-roadmap__copy dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.48;
}

.wi-project-roadmap__disclaimer {
  max-width: 980px;
  margin: clamp(30px, 4vw, 54px) auto 0;
  padding: 17px 20px;
  border: 1px solid rgba(185, 255, 44, 0.26);
  border-radius: 16px;
  background: rgba(185, 255, 44, 0.055);
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.wi-project-roadmap__disclaimer strong {
  color: var(--wi-project-lime);
  font-family: var(--ink-font-mono, monospace);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.wi-project-proof {
  padding: clamp(82px, 9vw, 142px) 0 clamp(60px, 7vw, 96px);
  background:
    radial-gradient(circle at 82% 20%, rgba(185, 255, 44, 0.08), transparent 25%),
    #070808;
  color: #fff;
}

.wi-project-proof__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(36px, 6vw, 94px);
  align-items: start;
}

.wi-project-proof__grid > div:first-child {
  grid-column: 1 / span 5;
}

.wi-project-proof__grid > div:first-child h2 {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(42px, 4.5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.wi-project-proof__grid > div:first-child > p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
  line-height: 1.58;
}

.wi-project-proof__grid .ink-button {
  margin-top: 16px;
}

.wi-project-proof__notes {
  grid-column: 7 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.wi-project-proof__notes article {
  display: grid;
  grid-template-columns: minmax(140px, 0.75fr) minmax(0, 1.6fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.wi-project-proof__notes span {
  color: var(--wi-project-lime);
  font-family: var(--ink-font-mono, monospace);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wi-project-proof__notes p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

.wi-project-services {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(0, 3fr);
  gap: 26px;
  margin-top: clamp(54px, 7vw, 90px);
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.wi-project-services > span {
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--ink-font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wi-project-services > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wi-project-services b {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.wi-project-next .ink-page-cta__box > div:first-child > p:last-child {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.58);
}

.wi-project-next .ink-page-cta__box > div:first-child > p:last-child a {
  color: #000;
  font-weight: 800;
}

.wi-portfolio-featured {
  padding-top: clamp(76px, 8vw, 126px);
}

.wi-portfolio-featured__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(260px, auto));
  gap: clamp(18px, 2vw, 30px);
}

.wi-portfolio-featured__item {
  grid-column: span 4;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: clamp(22px, 2.2vw, 36px);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-decoration: none;
  transition: transform 280ms ease, border-color 280ms ease, background 280ms ease;
}

.wi-portfolio-featured__item--lead {
  grid-column: span 8;
  grid-row: span 2;
}

.wi-portfolio-featured__item:hover,
.wi-portfolio-featured__item:focus-visible {
  border-color: rgba(25, 226, 229, 0.72);
  background: rgba(255, 255, 255, 0.065);
  transform: translateY(-6px);
}

.wi-portfolio-featured__item figure {
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #111;
}

.wi-portfolio-featured__item figure img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: center top;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.wi-portfolio-featured__item figure.wi-project-media--interface img {
  object-fit: contain;
  background: #0b0b0b;
}

.wi-portfolio-featured__item--lead figure img {
  height: clamp(420px, 41vw, 650px);
}

.wi-portfolio-featured__item:hover figure img {
  transform: scale(1.025);
}

.wi-portfolio-featured__item > div {
  padding: clamp(22px, 2.4vw, 36px);
}

.wi-portfolio-featured__item > div > span {
  margin-bottom: 11px;
  color: var(--wi-project-cyan);
}

.wi-portfolio-featured__item h3 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(25px, 2.2vw, 40px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.wi-portfolio-featured__item > div > b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  text-transform: uppercase;
}

.wi-portfolio-featured__item > div > b i {
  color: var(--wi-project-lime);
  font-size: 18px;
  font-style: normal;
}

.wi-project-hero__visual figcaption > div {
  display: grid;
  gap: 7px;
}

.wi-project-hero__visual figcaption p {
  max-width: 56ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.5;
}

.wi-project-walkthrough__note {
  max-width: 790px;
  margin: calc(clamp(42px, 5vw, 72px) * -0.5) 0 clamp(42px, 5vw, 68px) auto;
  padding: 18px 0 18px clamp(20px, 2.5vw, 34px);
  border-left: 2px solid var(--wi-project-lime);
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.6;
}

/* VoltDesk is a product tour, so its walkthrough uses a denser interface
   mosaic instead of repeating the generic alternating case-study rows. */
.wi-project-story--voltdesk-field-service-crm .wi-project-hero__visual > img {
  height: auto;
  aspect-ratio: 36 / 25;
  object-fit: contain;
}

.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__list {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(22px, 2.5vw, 38px);
}

.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item,
.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item--reverse {
  grid-column: span 6;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: clamp(22px, 2.3vw, 34px);
  background:
    linear-gradient(145deg, rgba(25, 226, 229, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.34);
}

.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item:nth-child(3) {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 8fr) minmax(300px, 4fr);
}

.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item:nth-child(6) {
  grid-column: span 5;
}

.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item:nth-child(7) {
  grid-column: span 7;
}

.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item--reverse .wi-project-walkthrough__media,
.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item--reverse .wi-project-walkthrough__copy {
  grid-column: auto;
  grid-row: auto;
}

.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__media {
  overflow: hidden;
  align-self: start;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #f7f8fa;
  box-shadow: none;
}

.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__media img,
.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__media.wi-project-media--interface img {
  width: 100%;
  height: auto;
  aspect-ratio: 36 / 25;
  object-fit: contain;
  object-position: center top;
  background: #f7f8fa;
}

.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3vw, 48px);
}

.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__copy h3 {
  max-width: 15ch;
  margin-bottom: 16px;
  font-size: clamp(29px, 2.55vw, 45px);
  line-height: 1.02;
}

.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__copy p {
  max-width: 48ch;
  font-size: clamp(15px, 1.05vw, 18px);
}

.wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item:nth-child(3) .wi-project-walkthrough__copy {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 900px) {
  .wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item,
  .wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item--reverse,
  .wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item:nth-child(3),
  .wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item:nth-child(6),
  .wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item:nth-child(7) {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr);
  }

  .wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item:nth-child(3) .wi-project-walkthrough__copy {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .wi-project-walkthrough__note {
    margin-top: -8px;
    margin-left: 0;
  }

  .wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item,
  .wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__item--reverse {
    border-radius: 20px;
  }

  .wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__media img,
  .wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__media.wi-project-media--interface img {
    height: auto;
    aspect-ratio: 36 / 25;
    object-fit: contain;
  }

  .wi-project-story--voltdesk-field-service-crm .wi-project-walkthrough__copy {
    padding: 26px 22px 30px;
  }
}

@media (max-width: 1100px) {
  .wi-project-hero__copy {
    grid-column: 1 / span 6;
  }

  .wi-project-hero__visual,
  .wi-device-scene--hero {
    grid-column: 7 / -1;
  }

  .wi-project-hero__copy h1 {
    font-size: clamp(48px, 6.5vw, 76px);
  }

  .wi-project-section-head .ink-eyebrow {
    grid-column: 1 / span 4;
  }

  .wi-project-section-head h2 {
    grid-column: 5 / -1;
  }
}

@media (max-width: 900px) {
  .wi-project-hero {
    padding-top: 58px;
  }

  .wi-project-hero__grid,
  .wi-project-section-head,
  .wi-project-capabilities__intro,
  .wi-project-proof__grid {
    grid-template-columns: 1fr;
  }

  .wi-project-hero__copy,
  .wi-project-hero__visual,
  .wi-device-scene--hero,
  .wi-project-section-head .ink-eyebrow,
  .wi-project-section-head h2,
  .wi-project-capabilities__intro > div,
  .wi-project-capabilities__intro > p,
  .wi-project-proof__grid > div:first-child,
  .wi-project-proof__notes {
    grid-column: 1;
  }

  .wi-project-hero__copy h1 {
    max-width: 12ch;
  }

  .wi-project-hero__visual,
  .wi-device-scene--hero {
    margin-top: 10px;
  }

  .wi-project-summary__grid {
    grid-template-columns: 1fr;
  }

  .wi-project-summary__grid article,
  .wi-project-summary__grid article:first-child,
  .wi-project-summary__grid article:last-child {
    padding: 34px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }

  .wi-project-summary__grid article:last-child {
    border-bottom: 0;
  }

  .wi-project-walkthrough__item,
  .wi-project-walkthrough__item--reverse {
    grid-template-columns: 1fr;
  }

  .wi-project-walkthrough__item--reverse .wi-project-walkthrough__media,
  .wi-project-walkthrough__item--reverse .wi-project-walkthrough__copy {
    grid-column: 1;
    grid-row: auto;
  }

  .wi-project-walkthrough__copy {
    max-width: 680px;
  }

  .wi-project-capabilities__grid {
    grid-template-columns: 1fr;
  }

  .wi-project-capabilities__grid article,
  .wi-project-capabilities__grid article:nth-child(even),
  .wi-project-capabilities__grid article:last-child:nth-child(odd) {
    grid-column: 1;
    padding: 36px 0 40px;
    border-right: 0;
  }

  .wi-project-roadmap__head {
    grid-template-columns: 1fr;
  }

  .wi-project-roadmap__head > div:first-child,
  .wi-project-roadmap__intro {
    grid-column: 1;
  }

  .wi-project-roadmap__head h2 {
    max-width: 13ch;
  }

  .wi-project-roadmap__grid {
    grid-template-columns: 1fr;
  }

  .wi-portfolio-featured__grid {
    grid-template-rows: auto;
  }

  .wi-portfolio-featured__item,
  .wi-portfolio-featured__item--lead {
    grid-column: span 6;
    grid-row: auto;
  }

  .wi-portfolio-featured__item--lead {
    grid-column: 1 / -1;
  }

  .wi-portfolio-featured__item--lead figure img {
    height: min(62vw, 580px);
  }
}

@media (max-width: 680px) {
  .wi-project-hero {
    padding-top: 42px;
  }

  .wi-project-hero__copy h1 {
    font-size: clamp(44px, 13.5vw, 66px);
    line-height: 0.94;
  }

  .wi-project-hero__lede {
    font-size: 17px;
  }

  .wi-project-hero__visual {
    border-radius: 22px;
  }

  .wi-device-scene__stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(92px, 0.38fr);
    gap: 12px;
    aspect-ratio: auto;
    padding: 16px;
    border-radius: 22px;
  }

  .wi-device-scene__environment {
    width: 100%;
    height: 100%;
    opacity: 0.24;
    filter: brightness(0.45) saturate(0.8);
    transform: none;
  }

  .wi-device-scene__stage::after {
    z-index: 1;
    background: linear-gradient(145deg, rgba(5, 6, 6, 0.68), rgba(5, 6, 6, 0.34));
  }

  .wi-device-scene__screen {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    clip-path: none;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  }

  .wi-device-scene__screen--desktop {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 10;
  }

  .wi-device-scene__screen--tablet {
    grid-column: 1;
    aspect-ratio: 4 / 3;
  }

  .wi-device-scene__screen--phone {
    grid-column: 2;
    width: 70%;
    aspect-ratio: 9 / 19.5;
    justify-self: center;
  }

  .wi-device-scene__badges {
    position: relative;
    bottom: auto;
    left: auto;
    grid-column: 1 / -1;
    max-width: none;
    padding-top: 2px;
  }

  .wi-device-scene__badge {
    font-size: 8px;
  }

  .wi-project-hero__visual > img {
    height: min(72vw, 390px);
  }

  .wi-project-hero__visual figcaption {
    grid-template-columns: 1fr;
  }

  .wi-project-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
  }

  .wi-project-facts > div,
  .wi-project-facts > div:not(:first-child) {
    padding: 18px 14px 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .wi-project-facts > div:nth-child(even) {
    padding-left: 16px;
  }

  .wi-project-facts > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .wi-project-summary,
  .wi-project-capabilities,
  .wi-project-roadmap,
  .wi-project-walkthrough,
  .wi-portfolio-featured {
    padding-block: 72px;
  }

  .wi-project-section-head {
    margin-bottom: 34px;
  }

  .wi-project-section-head h2,
  .wi-project-capabilities__intro h2,
  .wi-project-roadmap__head h2,
  .wi-project-proof__grid > div:first-child h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .wi-project-walkthrough__media img {
    height: min(92vw, 500px);
  }

  .wi-project-capabilities__grid article {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .wi-project-roadmap__boundary {
    grid-template-columns: 1fr;
  }

  .wi-project-roadmap__boundary article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .wi-project-roadmap__card figcaption {
    align-items: flex-start;
  }

  .wi-project-roadmap__copy dl > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .wi-project-proof__notes article,
  .wi-project-services {
    grid-template-columns: 1fr;
  }

  .wi-project-proof__notes article {
    gap: 10px;
  }

  .wi-portfolio-featured__item,
  .wi-portfolio-featured__item--lead {
    grid-column: 1 / -1;
  }

  .wi-portfolio-featured__item figure img,
  .wi-portfolio-featured__item--lead figure img {
    height: min(72vw, 420px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wi-portfolio-featured__item,
  .wi-portfolio-featured__item figure img,
  .wi-project-roadmap__card,
  .wi-device-scene__environment,
  .wi-device-scene__screen > img {
    transition: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--wi-header-height) + 18px);
  overflow-x: hidden;
}

body.wp-theme-webink-modern-premium {
  margin: 0;
  padding-top: var(--wi-header-height);
  background: var(--ink-white);
  color: var(--ink-text);
  font-family: var(--ink-font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.wi-shell,
.ink-shell {
  width: var(--ink-shell);
  margin-inline: auto;
}

.wi-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(5, 5, 5, 0.08);
  box-shadow: 0 10px 30px rgba(5, 5, 5, 0);
  backdrop-filter: blur(18px) saturate(1.18);
  transition: background-color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.admin-bar .wi-site-header {
  top: var(--wi-admin-bar-height);
}

.admin-bar {
  --wi-admin-bar-height: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --wi-admin-bar-height: 46px;
  }
}

.wi-site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(5, 5, 5, 0.1);
  box-shadow: 0 18px 45px rgba(5, 5, 5, 0.08);
}

.wi-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 20px;
}

.wi-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--ink-black);
  text-decoration: none;
}

.wi-brand__art {
  position: relative;
  display: block;
  width: 162px;
  aspect-ratio: 1190 / 472;
  overflow: hidden;
}

.wi-brand__art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wi-brand__signal {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    108deg,
    transparent 12%,
    var(--ink-pink) 34%,
    var(--ink-cyan) 50%,
    var(--ink-lime) 66%,
    transparent 88%
  ) 100% 50% / 260% 100% no-repeat;
  -webkit-mask: url("assets/images/webink-logo-bw.svg") center / contain no-repeat;
  mask: url("assets/images/webink-logo-bw.svg") center / contain no-repeat;
  opacity: 0.14;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.wi-brand:hover .wi-brand__signal,
.wi-brand:focus-visible .wi-brand__signal {
  animation: none;
  opacity: 0.92;
}

.wi-brand__fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.wi-nav ul,
.wi-mobile-nav ul,
.wi-site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wi-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.7vw, 24px);
}

.wi-nav a {
  position: relative;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.wi-nav a:hover,
.wi-nav-item--has-children:focus-within > a {
  color: var(--ink-pink);
}

.wi-nav a:not(.wi-nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ink-pink), var(--ink-cyan), var(--ink-lime));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.wi-nav a:not(.wi-nav-cta):hover::after,
.wi-nav-item--has-children:hover > a::after,
.wi-nav-item--has-children:focus-within > a::after {
  transform: scaleX(1);
}

.wi-nav-item {
  position: relative;
}

.wi-nav > .wi-nav__list > .wi-nav-item--has-children::before {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: 100%;
  height: 22px;
}

.wi-nav > .wi-nav__list > .wi-nav-item--has-children:hover,
.wi-nav > .wi-nav__list > .wi-nav-item--has-children:focus-within {
  z-index: 2;
}

.wi-nav-item--has-children:hover > a,
.wi-nav-item--has-children:focus-within > a {
  color: var(--ink-cyan);
}

.wi-submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  display: grid !important;
  width: 230px;
  gap: 0 !important;
  padding: 10px !important;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 70px rgba(5, 5, 5, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 8px, 0);
  transition: opacity 160ms ease, transform 160ms ease;
}

.wi-submenu[hidden] {
  display: none !important;
}

.wi-nav .wi-nav-item--has-children:hover > .wi-submenu,
.wi-nav .wi-nav-item--has-children:focus-within > .wi-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}

.wi-submenu a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--ink-black);
  font-size: 0.72rem;
}

.wi-submenu a:hover {
  background: var(--ink-soft);
}

.wi-submenu a::after {
  display: none;
}

.wi-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 2px solid var(--ink-black);
  border-radius: 999px;
  background: var(--ink-black);
  color: var(--ink-white) !important;
}

.wi-nav-cta:hover {
  border-color: var(--ink-pink);
  background: var(--ink-pink);
  color: var(--ink-black) !important;
}

.wi-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--ink-black);
  border-radius: 999px;
  background: var(--ink-white);
  color: var(--ink-black);
  cursor: pointer;
  font: 800 0.78rem/1 var(--ink-font-body);
  min-height: 42px;
  padding: 0 18px;
  text-transform: uppercase;
}

.wi-mobile-navigation {
  display: flex;
  align-items: center;
}

.wi-menu-toggle__icon {
  position: relative;
  display: grid;
  width: 16px;
  height: 12px;
  place-items: center;
}

.wi-menu-toggle__icon span {
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, top 180ms ease;
}

.wi-menu-toggle__icon span:first-child {
  top: 2px;
}

.wi-menu-toggle__icon span:last-child {
  top: 8px;
}

.wi-menu-toggle[aria-expanded="true"] .wi-menu-toggle__icon span:first-child {
  top: 5px;
  transform: rotate(45deg);
}

.wi-menu-toggle[aria-expanded="true"] .wi-menu-toggle__icon span:last-child {
  top: 5px;
  transform: rotate(-45deg);
}

.wi-mobile-nav {
  display: none;
}

.wi-site-footer {
  background: var(--ink-black);
  color: var(--ink-white);
  padding: 0 0 34px;
}

.wi-footer-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 28px);
  padding-top: clamp(52px, 6vw, 76px);
}

.wi-site-footer h3,
.wi-site-footer h4 {
  margin: 0 0 16px;
}

.wi-footer-grid address + h4 {
  margin-top: 28px;
}

.wi-site-footer p,
.wi-site-footer li,
.wi-site-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.wi-site-footer li + li {
  margin-top: 8px;
}

.wi-footer-intro {
  grid-column: 1 / span 6;
  display: grid;
  align-content: start;
}

.wi-footer-grid > div:nth-child(2) {
  grid-column: 8 / span 2;
}

.wi-footer-grid > div:nth-child(3) {
  grid-column: 10 / -1;
}

.wi-footer-brand {
  width: fit-content;
  margin-bottom: 22px;
}

.wi-footer-brand .wi-brand__art {
  width: min(220px, 52vw);
}

.wi-footer-brand .wi-brand__art img {
  filter: invert(1);
}

.wi-footer-intro > p {
  max-width: 620px;
  margin: 0;
}

.wi-footer-cta {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: clamp(20px, 2vw, 28px);
  padding: clamp(44px, 5vw, 68px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 84% 20%, rgba(19, 234, 234, 0.12), transparent 24%),
    radial-gradient(circle at 62% 78%, rgba(248, 19, 190, 0.08), transparent 24%);
}

.wi-footer-cta > div {
  grid-column: 1 / span 8;
}

.wi-site-footer .wi-footer-cta > div > span {
  display: block;
  margin-bottom: 12px;
  color: var(--ink-cyan);
  font-family: var(--ink-font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wi-site-footer .wi-footer-cta h2 {
  max-width: 18ch;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(2.25rem, min(4vw, 5.8svh), 4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.wi-site-footer .wi-footer-cta p {
  max-width: 680px;
  margin: 0;
}

.wi-site-footer .wi-footer-cta a {
  grid-column: 10 / -1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 11px 22px;
  border-radius: 999px;
  background: var(--ink-lime);
  color: #050505;
  font-size: 0.78rem;
  font-weight: 900;
}

.wi-site-footer .wi-footer-cta a:hover,
.wi-site-footer .wi-footer-cta a:focus-visible {
  background: var(--ink-cyan);
  transform: translateY(-2px);
}

.wi-footer-grid > div:last-child > ul {
  columns: 2;
  column-gap: 24px;
}

.wi-footer-grid > div:last-child li {
  break-inside: avoid;
}

.wi-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(42px, 5vw, 64px);
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.85rem;
}

.ink-home {
  --ink-pointer-x: 72%;
  --ink-pointer-y: 28%;
  --ink-pointer-nx: 0;
  --ink-pointer-ny: 0;
  --ink-touch-x: 50%;
  --ink-touch-y: 42%;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.04) 1px, transparent 1px) 50% 0 / 88px 88px,
    var(--ink-white);
  color: var(--ink-text);
}

.ink-hero {
  position: relative;
  min-height: calc(100svh - 82px);
  padding: clamp(42px, 6vh, 72px) 0 28px;
  overflow: hidden;
}

.ink-hero--baja {
  display: grid;
  align-items: center;
  height: calc(100svh - 82px);
  min-height: 620px;
  max-height: 920px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0 38%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.1) 100%),
    radial-gradient(circle at var(--ink-pointer-x) var(--ink-pointer-y), rgba(19, 234, 234, 0.26), transparent 30%),
    var(--ink-white);
}

.ink-home.is-touch-active .ink-hero--baja {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0 38%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.1) 100%),
    radial-gradient(circle at var(--ink-touch-x) var(--ink-touch-y), rgba(248, 19, 190, 0.16), transparent 34%),
    radial-gradient(circle at var(--ink-touch-x) var(--ink-touch-y), rgba(19, 234, 234, 0.2), transparent 25%),
    var(--ink-white);
}

.ink-hero__map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.84;
  pointer-events: none;
}

.ink-hero__atmosphere {
  z-index: 1;
  mix-blend-mode: multiply;
  will-change: transform;
}

.ink-cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 42;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(19, 234, 234, 0.16) 0%, rgba(19, 234, 234, 0.1) 24%, rgba(248, 19, 190, 0.055) 48%, transparent 76%);
  filter: blur(15px);
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 180ms ease;
  will-change: transform, opacity;
}

.ink-home.is-pointer-active .ink-cursor-glow {
  opacity: 0.72;
}

.ink-home.is-touch-active .ink-organic--hero {
  transform: translate3d(6px, -4px, 0) rotate(4deg) scale(1.02);
}

.ink-organic {
  position: absolute;
  pointer-events: none;
}

.ink-organic--hero {
  right: min(4vw, 70px);
  bottom: 8%;
  width: min(28vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 48% 52% 56% 44% / 44% 52% 48% 56%;
  background:
    radial-gradient(circle at 72% 32%, rgba(19, 234, 234, 0.16), transparent 0 14%, transparent 28%),
    radial-gradient(circle at 22% 78%, rgba(248, 19, 190, 0.12), transparent 0 12%, transparent 28%);
  opacity: 0.72;
  transform: translate3d(calc(var(--ink-pointer-nx) * 14px), calc(var(--ink-pointer-ny) * 14px), 0) rotate(calc(var(--ink-pointer-nx) * 3deg));
  transition: transform 140ms ease-out;
  will-change: transform;
}

.ink-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(520px, 0.92fr) minmax(420px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 4vw, 60px);
}

.ink-hero__copy {
  max-width: 690px;
}

.ink-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--ink-black);
  font-size: 0.76rem;
  font-family: var(--ink-font-mono);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.ink-eyebrow::before {
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ink-pink), var(--ink-cyan), var(--ink-lime));
}

.ink-hero__title,
.ink-section h2,
.ink-services h2 {
  margin: 0;
  color: var(--ink-black);
  font-family: var(--ink-font-display);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.96;
}

.ink-hero__title {
  max-width: 720px;
  font-size: clamp(4.15rem, 5.65vw, 6.95rem);
  text-wrap: balance;
}

.ink-hero__title span {
  display: block;
}

.ink-title-word {
  display: inline-block;
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.ink-heading-word {
  display: inline-block;
  transform-origin: 0 100%;
  will-change: transform, opacity;
}

.ink-copy-word {
  display: inline-block;
  transform-origin: 0 100%;
  will-change: transform, opacity;
}

.ink-heading-accent {
  display: block;
  width: clamp(58px, 9vw, 118px);
  height: 5px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ink-pink), var(--ink-cyan), var(--ink-lime));
  transform: scaleX(var(--ink-heading-accent, 0));
  transform-origin: left center;
  opacity: 0.86;
}

.ink-hero__intro {
  max-width: 590px;
  margin: 22px 0 0;
  color: #2a2a2a;
  font-size: clamp(1rem, 1.24vw, 1.18rem);
  line-height: 1.62;
}

.ink-hero-baja {
  position: relative;
  align-self: center;
  margin: 0;
  min-height: min(60vh, 560px);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 34px 80px rgba(5, 5, 5, 0.2);
  isolation: isolate;
  transform-style: preserve-3d;
  will-change: transform;
}

.ink-hero-baja::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 34%, rgba(5, 5, 5, 0.48)),
    radial-gradient(circle at calc(50% + var(--ink-pointer-nx) * 18%) calc(50% + var(--ink-pointer-ny) * 18%), rgba(19, 234, 234, 0.42), transparent 32%);
  pointer-events: none;
}

.ink-hero-baja img {
  width: 100%;
  height: min(60vh, 560px);
  min-height: 520px;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.03);
}

.ink-hero-baja figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink-black);
  font-size: 0.92rem;
  line-height: 1.45;
  backdrop-filter: blur(16px);
}

.ink-hero-baja figcaption span {
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-kicker {
  margin: 0 0 8px;
  color: var(--ink-black);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.ink-button {
  --ink-button-shift-x: 0px;
  --ink-button-shift-y: 0px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 2px solid var(--ink-black);
  border-radius: 999px;
  font-size: 0.83rem;
  font-family: var(--ink-font-mono);
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transform: translate3d(var(--ink-button-shift-x), var(--ink-button-shift-y), 0);
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ink-button:hover {
  transform: translate3d(var(--ink-button-shift-x), calc(var(--ink-button-shift-y) - 2px), 0);
}

.ink-button.is-touching {
  border-color: var(--ink-cyan);
}

.ink-button::after {
  content: "";
  position: absolute;
  inset: -70%;
  background: radial-gradient(circle at var(--ink-card-x, 50%) var(--ink-card-y, 50%), rgba(255, 255, 255, 0.34), transparent 30%);
  opacity: 0;
  transition: opacity 160ms ease;
  pointer-events: none;
}

.ink-button:hover::after {
  opacity: 1;
}

.ink-button--primary {
  background: var(--ink-black);
  color: var(--ink-white);
}

.ink-button--primary:hover {
  border-color: var(--ink-pink);
  background: var(--ink-pink);
}

.ink-button--secondary {
  background: var(--ink-white);
  color: var(--ink-black);
}

.ink-button--secondary:hover {
  border-color: var(--ink-cyan);
  background: var(--ink-cyan);
}

.ink-button--gradient {
  border-color: var(--ink-pink);
  background:
    linear-gradient(100deg, var(--ink-pink), var(--ink-cyan) 54%, var(--ink-lime) 112%) 0 50% / 180% 100%;
  background-clip: border-box;
  color: #000;
  box-shadow: 0 16px 34px rgba(20, 234, 234, 0.18), 0 8px 18px rgba(248, 19, 190, 0.16);
}

.ink-button--gradient:hover {
  border-color: var(--ink-cyan);
  background-position: 100% 50%;
  color: #000;
  box-shadow: 0 20px 42px rgba(20, 234, 234, 0.24), 0 10px 22px rgba(248, 19, 190, 0.2);
}

.ink-button--gradient::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(110deg, transparent 0 28%, rgba(255, 255, 255, 0.72) 44%, transparent 62% 100%);
  opacity: 0;
  transform: translateX(-140%);
  transition: transform 520ms ease, opacity 120ms ease;
  pointer-events: none;
}

.ink-button--gradient:hover::before {
  opacity: 1;
  transform: translateX(120%);
}

.ink-hero__proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ink-hero__proofline a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.69rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.ink-pixel-statement {
  display: inline-block;
  max-width: min(100%, 560px);
  margin: 26px 0 0;
  padding-bottom: 10px;
  border-bottom: 4px solid var(--ink-cyan);
  color: var(--ink-black);
  font-family: var(--ink-font-mono);
  font-size: clamp(0.88rem, 1.3vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
}

.ink-pixel-statement--proof {
  display: block;
  width: fit-content;
  margin-top: 26px;
  border-bottom-color: var(--ink-pink);
  font-size: clamp(1.12rem, 1.8vw, 1.58rem);
}

.ink-collage {
  position: relative;
  min-height: clamp(500px, 58vw, 680px);
}

.ink-collage__frame {
  position: absolute;
  margin: 0;
  border: 8px solid var(--ink-white);
  border-radius: var(--ink-radius);
  background: var(--ink-white);
  box-shadow: var(--ink-shadow);
  overflow: hidden;
  transform: translate3d(0, var(--ink-depth-y, 0), 0);
  will-change: transform;
}

.ink-collage__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ink-collage__frame--coast {
  top: 4%;
  right: 5%;
  width: 73%;
  aspect-ratio: 0.78;
}

.ink-collage__frame--founders {
  left: 2%;
  bottom: 4%;
  width: 56%;
  aspect-ratio: 0.86;
  background: var(--ink-soft);
}

.ink-collage__frame--founders img {
  object-fit: contain;
  object-position: bottom center;
}

.ink-collage__frame--trail {
  right: 0;
  bottom: 10%;
  width: 46%;
  aspect-ratio: 1.25;
}

.ink-collage__path {
  position: absolute;
  left: -2%;
  top: 18%;
  width: 58%;
  fill: none;
  stroke: var(--ink-pink);
  stroke-linecap: round;
  stroke-width: 7;
  filter: drop-shadow(0 8px 18px rgba(248, 19, 190, 0.18));
}

.ink-collage__path path:nth-child(2) {
  stroke: var(--ink-lime);
  stroke-width: 5;
}

.ink-collage__label {
  position: absolute;
  left: 16%;
  top: 6%;
  max-width: 190px;
  margin: 0;
  padding: 12px 14px;
  border: 2px solid var(--ink-black);
  border-radius: 999px;
  background: var(--ink-white);
  box-shadow: 12px 12px 0 var(--ink-lime);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.ink-hero__service-line {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  width: var(--ink-shell);
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(5, 5, 5, 0.12);
}

.ink-hero__service-line span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--ink-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #242424;
  font-size: 0.78rem;
  font-family: var(--ink-font-mono);
  font-weight: 700;
  text-transform: uppercase;
}

.ink-section {
  position: relative;
  padding: clamp(76px, 10vw, 138px) 0;
  isolation: isolate;
  --ink-section-progress: 0;
}

.ink-story::after,
.ink-outcomes::after,
.ink-founders::after,
.ink-proof::after,
.ink-local::after,
.ink-cta::after {
  content: "";
  position: absolute;
  left: max(14px, calc((100vw - 1180px) / 2 - 24px));
  top: clamp(34px, 5vw, 70px);
  bottom: clamp(34px, 5vw, 70px);
  z-index: 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ink-pink), var(--ink-cyan), var(--ink-lime));
  opacity: 0.5;
  transform: scaleY(var(--ink-section-progress));
  transform-origin: top center;
  pointer-events: none;
}

.ink-section__lead {
  max-width: 560px;
}

.ink-section h2,
.ink-services h2 {
  font-size: clamp(2.95rem, 5.2vw, 6.25rem);
}

.ink-fix__grid,
.ink-story__grid,
.ink-outcomes__grid,
.ink-founders__grid,
.ink-proof__grid,
.ink-local__grid,
.ink-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 96px);
}

.ink-fix__list {
  border-top: 2px solid var(--ink-black);
}

.ink-story {
  position: relative;
  background:
    radial-gradient(circle at 12% 18%, rgba(248, 19, 190, 0.08), transparent 0 18%, transparent 36%),
    var(--ink-white);
  overflow: hidden;
}

.ink-story__proof {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  align-self: center;
}

.ink-story__copy {
  max-width: 660px;
}

.ink-story__trail {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ink-story__dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--ink-black);
  opacity: 0.16;
  transform: translate3d(0, var(--ink-dot-y, 0), 0) scale(var(--ink-dot-scale, 1));
  will-change: transform, opacity;
}

.ink-story__dot:nth-child(3n) {
  background: var(--ink-cyan);
  opacity: 0.28;
}

.ink-story__dot:nth-child(4n) {
  background: var(--ink-pink);
  opacity: 0.18;
}

.ink-story__copy p,
.ink-outcomes__list p {
  margin: 0;
  color: #3c3c3c;
  font-size: 1.04rem;
}

.ink-story__copy p + p {
  margin-top: 20px;
}

.ink-story__evidence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ink-story__evidence article {
  position: relative;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 36px rgba(5, 5, 5, 0.07);
}

.ink-story__evidence span {
  display: block;
  margin-bottom: 12px;
  color: var(--ink-pink);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.ink-story__evidence strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink-black);
  font-size: 0.88rem;
  font-family: var(--ink-font-mono);
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.ink-story__evidence p {
  margin: 0;
  color: #4a4a4a;
  font-size: 0.88rem;
  line-height: 1.48;
}

.ink-fix__list article {
  display: grid;
  grid-template-columns: minmax(160px, 0.68fr) minmax(0, 1fr);
  gap: 26px;
  padding: 26px 0;
  border-bottom: 1px solid var(--ink-line);
}

.ink-fix__list h3 {
  margin: 0;
  color: var(--ink-black);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.18;
}

.ink-fix__list p,
.ink-founders__copy p,
.ink-proof__copy p,
.ink-local__copy p,
.ink-cta__copy p {
  margin: 0;
  color: #3c3c3c;
  font-size: 1rem;
}

.ink-services {
  padding: clamp(74px, 10vw, 128px) 0;
  background: var(--ink-soft);
}

.ink-services--refined {
  position: relative;
  overflow: hidden;
  --ink-rail-progress: 0;
  --ink-lane-drift: 0px;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.035) 1px, transparent 1px) 50% 0 / 96px 96px,
    var(--ink-soft);
}

.ink-services--refined.is-horizontal-pinned {
  min-height: calc(100svh - var(--wi-header-height));
}

.ink-services--refined::after {
  content: "";
  position: absolute;
  inset: 12% -12% auto auto;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 52% 48% 45% 55% / 48% 42% 58% 52%;
  opacity: 0.58;
  transform: translate3d(calc(var(--ink-pointer-nx) * -10px), calc(var(--ink-pointer-ny) * 8px), 0) rotate(calc(var(--ink-pointer-nx) * -4deg));
  pointer-events: none;
}

.ink-services--refined::before {
  content: "";
  position: absolute;
  left: max(20px, calc((100vw - 1180px) / 2));
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: clamp(54px, 7vw, 90px);
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(5, 5, 5, 0.18), transparent);
  transform: translate3d(var(--ink-lane-drift), 0, 0);
  pointer-events: none;
}

.ink-services__heading {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin-bottom: clamp(32px, 5vw, 58px);
}

.ink-service-track {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  gap: 18px;
  will-change: transform;
}

.ink-service-rail-status {
  position: relative;
  z-index: 2;
  width: var(--ink-shell);
  height: 2px;
  margin: clamp(22px, 3vw, 34px) auto 0;
  overflow: hidden;
  background: rgba(5, 5, 5, 0.12);
}

.ink-service-rail-status::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(var(--ink-rail-progress) * (100% - 15px));
  width: 15px;
  height: 15px;
  border: 2px solid var(--ink-black);
  border-radius: 999px;
  background: var(--ink-white);
  box-shadow: 0 0 0 5px rgba(19, 234, 234, 0.16);
  transform: translate3d(0, -50%, 0);
}

.ink-service-rail-status span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--ink-pink), var(--ink-cyan), var(--ink-lime));
  transform: scaleX(var(--ink-rail-progress));
  transform-origin: left center;
}

.ink-service {
  --ink-card-x: 50%;
  --ink-card-y: 50%;
  --ink-tilt-x: 0deg;
  --ink-tilt-y: 0deg;
  --ink-card-offset: 0px;
  --ink-card-scale: 1;
  --ink-card-story: 0;
  position: relative;
  display: block;
  width: min(76vw, 450px);
  min-height: 390px;
  padding: 32px;
  border: 2px solid var(--ink-black);
  border-radius: var(--ink-radius);
  background: var(--ink-white);
  box-shadow: 10px 10px 0 var(--ink-cyan);
  text-decoration: none;
  transform: translate3d(0, var(--ink-card-offset), 0) scale(var(--ink-card-scale)) perspective(900px) rotateX(var(--ink-tilt-x)) rotateY(var(--ink-tilt-y));
  transform-style: preserve-3d;
  transition: transform 180ms ease, box-shadow 220ms ease;
  will-change: transform;
}

.ink-service::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--ink-card-x) var(--ink-card-y), rgba(19, 234, 234, 0.18), transparent 34%),
    radial-gradient(circle at calc(100% - var(--ink-card-x)) calc(100% - var(--ink-card-y)), rgba(248, 19, 190, 0.1), transparent 38%);
  opacity: 0;
  transition: opacity 160ms ease;
  pointer-events: none;
}

.ink-service.is-ripple-active::before {
  opacity: 1;
}

.ink-service.is-scroll-active {
  --ink-card-offset: -7px;
  --ink-card-scale: 1.025;
  box-shadow: 15px 15px 0 var(--ink-cyan);
}

.ink-service:nth-child(2n).is-scroll-active {
  box-shadow: 15px 15px 0 var(--ink-pink);
}

.ink-service:nth-child(3n).is-scroll-active {
  box-shadow: 15px 15px 0 var(--ink-lime);
}

.ink-service.is-scroll-active::before {
  opacity: 1;
}

.ink-service.is-ripple-active::after {
  color: rgba(5, 5, 5, 0.085);
}

.ink-service:hover {
  --ink-card-offset: -4px;
  box-shadow: 14px 14px 0 var(--ink-cyan);
}

.ink-service.is-mobile-active {
  box-shadow: 14px 14px 0 var(--ink-cyan);
}

.ink-service:nth-child(2n).is-mobile-active {
  box-shadow: 14px 14px 0 var(--ink-pink);
}

.ink-service:nth-child(3n).is-mobile-active {
  box-shadow: 14px 14px 0 var(--ink-lime);
}

.ink-service.is-touching::before,
.ink-service.is-mobile-active::before {
  opacity: 1;
}

.ink-service:hover::before {
  opacity: 1;
}

.ink-service:nth-child(2n) {
  box-shadow: 10px 10px 0 var(--ink-pink);
}

.ink-service:nth-child(2n):hover {
  box-shadow: 14px 14px 0 var(--ink-pink);
}

.ink-service:nth-child(3n) {
  box-shadow: 10px 10px 0 var(--ink-lime);
}

.ink-service:nth-child(3n):hover {
  box-shadow: 14px 14px 0 var(--ink-lime);
}

.ink-service span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--ink-muted);
  font-size: 0.8rem;
  font-family: var(--ink-font-mono);
  font-weight: 900;
}

.ink-service::after {
  content: attr(data-service);
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: rgba(5, 5, 5, 0.06);
  font-family: var(--ink-font-display);
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
}

.ink-service h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: var(--ink-black);
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  line-height: 1.05;
}

.ink-service h3 .ink-service-word {
  display: inline-block;
  transform-origin: 0 100%;
}

.ink-outcomes {
  position: relative;
  background: var(--ink-white);
  overflow: hidden;
}

.ink-topo-field {
  position: absolute;
  inset: 9% 0 auto auto;
  z-index: 0;
  width: min(48vw, 620px);
  height: min(46vw, 520px);
  opacity: 0.72;
  transform: translate3d(calc(var(--ink-pointer-nx) * -8px), calc(var(--ink-pointer-ny) * 8px), 0);
  pointer-events: none;
  will-change: transform;
}

.ink-topo-field path {
  fill: none;
  stroke: rgba(5, 5, 5, 0.14);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.ink-topo-field path:nth-child(2n) {
  stroke: rgba(19, 234, 234, 0.34);
}

.ink-topo-field path:nth-child(3n) {
  stroke: rgba(248, 19, 190, 0.2);
}

.ink-outcomes__grid {
  position: relative;
  z-index: 1;
}

.ink-outcomes__list {
  display: grid;
  gap: 18px;
}

.ink-outcomes__list article {
  --ink-outcome-line: 0;
  --ink-outcome-shift: 0px;
  position: relative;
  padding: 26px 0;
  border-top: 1px solid var(--ink-line);
  transform: translate3d(var(--ink-outcome-shift), 0, 0);
  will-change: transform;
}

.ink-outcomes__list article::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--ink-pink), var(--ink-cyan));
  transform: scaleX(var(--ink-outcome-line));
  transform-origin: left center;
}

.ink-outcomes__list article:nth-child(2)::before {
  background: linear-gradient(90deg, var(--ink-cyan), var(--ink-lime));
}

.ink-outcomes__list article:nth-child(3)::before {
  background: linear-gradient(90deg, var(--ink-lime), var(--ink-pink));
}

.ink-outcomes__list article:last-child {
  border-bottom: 1px solid var(--ink-line);
}

.ink-outcomes__list h3 {
  margin: 0 0 10px;
  color: var(--ink-black);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.12;
}

.ink-outcomes__proof {
  display: grid;
  gap: 14px;
  margin-top: 4px;
  padding: 20px;
  border: 2px solid var(--ink-black);
  border-radius: 18px;
  background: var(--ink-white);
  box-shadow: 10px 10px 0 var(--ink-lime);
}

.ink-outcomes__proof span {
  color: var(--ink-black);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.ink-outcomes__proof ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ink-outcomes__proof li {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid var(--ink-line);
  border-radius: 999px;
  color: #363636;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.ink-service p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #3b3b3b;
}

.ink-founders {
  position: relative;
  background: var(--ink-white);
  overflow: hidden;
}

.ink-founders--refined {
  background:
    linear-gradient(180deg, var(--ink-white), var(--ink-soft));
}

.ink-founders--refined::before {
  content: "";
  position: absolute;
  left: max(20px, calc((100vw - 1180px) / 2));
  bottom: 13%;
  width: min(42vw, 520px);
  height: 2px;
  background: linear-gradient(90deg, var(--ink-pink), var(--ink-cyan), transparent);
  opacity: 0.5;
  transform: scaleX(var(--ink-founder-line, 0.18));
  transform-origin: left center;
  pointer-events: none;
}

.ink-founders__photo {
  position: relative;
  margin: 0;
  border-radius: var(--ink-radius);
  box-shadow: var(--ink-shadow);
  overflow: hidden;
  will-change: transform;
}

.ink-founders__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--ink-card-x, 70%) var(--ink-card-y, 72%), rgba(19, 234, 234, 0.28), transparent 0 24%, transparent 46%),
    linear-gradient(180deg, transparent 54%, rgba(5, 5, 5, 0.18));
  mix-blend-mode: multiply;
  pointer-events: none;
}

.ink-founders__photo img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.ink-founders__copy,
.ink-proof__copy,
.ink-local__copy,
.ink-cta__copy {
  align-self: center;
}

.ink-founders__copy p + p,
.ink-proof__copy p + p,
.ink-cta__copy p + p {
  margin-top: 18px;
}

.ink-proof__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.ink-proof__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 33px;
  padding: 0 11px;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-black);
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.ink-proof {
  position: relative;
  background: linear-gradient(180deg, var(--ink-white), var(--ink-soft));
  overflow: hidden;
}

.ink-proof::before {
  content: "";
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  top: 12%;
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 50%;
  opacity: 0.72;
  transform: translate3d(0, var(--ink-proof-orbit, 0), 0);
  pointer-events: none;
}

.ink-proof__media {
  position: relative;
  min-height: 610px;
}

.ink-proof__media figure {
  position: absolute;
  margin: 0;
  border: 8px solid var(--ink-white);
  border-radius: var(--ink-radius);
  background: var(--ink-white);
  box-shadow: var(--ink-shadow);
  overflow: hidden;
  will-change: transform;
}

.ink-proof__media--calm {
  display: grid;
  align-content: center;
  min-height: 560px;
  transform: translate3d(0, var(--ink-proof-media-y, 0), 0);
  will-change: transform;
}

.ink-proof__site {
  top: 0;
  right: 0;
  width: 76%;
  max-height: 440px;
}

.ink-proof__site img {
  width: 100%;
}

.ink-proof__site figcaption {
  padding: 12px 14px 14px;
  border-top: 1px solid var(--ink-line);
  color: #3a3a3a;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-proof__report {
  left: 0;
  bottom: 54px;
  width: 58%;
}

.ink-proof__badge {
  right: 7%;
  bottom: 0;
  width: 188px;
  padding: 18px;
}

.ink-proof__media--calm .ink-proof__site {
  top: 4%;
  right: 5%;
  width: 86%;
}

.ink-proof__media--calm .ink-proof__badge {
  right: auto;
  left: 0;
  bottom: 8%;
  width: 190px;
}

.ink-proof__media--work {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  gap: 18px;
  min-height: 660px;
  transform: translate3d(0, var(--ink-proof-media-y, 0), 0);
  will-change: transform;
}

.ink-proof__rail {
  display: grid;
  gap: 18px;
}

.ink-proof__media--work figure {
  position: relative;
  inset: auto;
  width: 100%;
  margin: 0;
  border: 6px solid var(--ink-white);
  border-radius: 20px;
  background: var(--ink-white);
  box-shadow: var(--ink-shadow);
  overflow: hidden;
}

.ink-proof__media--work img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ink-proof__site--feature {
  min-height: 315px;
}

.ink-proof__site--feature img {
  min-height: 315px;
}

.ink-proof__work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ink-proof__work-grid figure {
  min-height: 150px;
  border-width: 4px;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.1);
}

.ink-proof__media--work figcaption {
  padding: 10px 11px 11px;
  border-top: 1px solid var(--ink-line);
  color: #3a3a3a;
  font-size: 0.68rem;
  font-family: var(--ink-font-mono);
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.ink-proof__media--work .ink-proof__note {
  position: relative;
  inset: auto;
  width: min(500px, 82%);
  margin-top: 0;
  z-index: 2;
}

.ink-proof__note {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: min(310px, 58%);
  padding: 20px;
  border: 2px solid var(--ink-black);
  border-radius: var(--ink-radius);
  background: var(--ink-white);
  box-shadow: 10px 10px 0 var(--ink-cyan);
  will-change: transform;
}

.ink-proof__note > span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink-black);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-proof__note p {
  margin: 0;
  color: #3d3d3d;
  font-size: 0.92rem;
  line-height: 1.5;
}

.ink-text-link {
  display: inline-flex;
  margin-top: 26px;
  color: var(--ink-black);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration-color: var(--ink-pink);
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
  text-transform: uppercase;
}

.ink-local {
  position: relative;
  background: var(--ink-black);
  color: var(--ink-white);
  overflow: hidden;
}

.ink-local::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 0 34%, rgba(19, 234, 234, 0.18) 45%, transparent 58%),
    radial-gradient(circle at 76% 24%, rgba(185, 255, 41, 0.14), transparent 0 18%, transparent 34%);
  opacity: 0.38;
  transform: translate3d(var(--ink-local-sweep, -10%), 0, 0);
  pointer-events: none;
}

.ink-local__grid {
  position: relative;
  z-index: 1;
}

.ink-local h2,
.ink-local .ink-eyebrow {
  color: var(--ink-white);
}

.ink-local .ink-eyebrow::before {
  background: var(--ink-lime);
}

.ink-local__copy p {
  color: rgba(255, 255, 255, 0.75);
}

.ink-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ink-area-list li {
  --ink-area-glow: 0;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink-white);
  font-size: 0.78rem;
  font-family: var(--ink-font-mono);
  font-weight: 900;
  text-transform: uppercase;
  transform: translate3d(0, var(--ink-area-y, 0), 0);
  box-shadow: 0 0 calc(var(--ink-area-glow) * 22px) rgba(185, 255, 41, 0.22);
  will-change: transform;
}

.ink-local__brand-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.46fr);
  align-items: stretch;
  gap: 14px 18px;
  margin-top: 28px;
}

.ink-local__brand-card {
  position: relative;
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  overflow: hidden;
}

.ink-local__brand-card span,
.ink-local__brand-card strong {
  position: relative;
  z-index: 1;
  display: block;
}

.ink-local__brand-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.45;
}

.ink-local__brand-card strong {
  margin-bottom: 9px;
  color: var(--ink-white);
  font-size: 0.78rem;
  font-family: var(--ink-font-mono);
  text-transform: uppercase;
}

.ink-local__brand-card--logo {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 160px;
  background:
    radial-gradient(circle at 18% 42%, rgba(19, 234, 234, 0.18), transparent 0 22%, transparent 45%),
    rgba(255, 255, 255, 0.065);
}

.ink-local__brand-card--logo img {
  width: min(100%, 250px);
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.28));
}

.ink-local__brand-card--signals {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-height: 226px;
  border-color: rgba(185, 255, 41, 0.28);
  background:
    linear-gradient(135deg, rgba(185, 255, 41, 0.1), transparent 46%),
    rgba(255, 255, 255, 0.065);
}

.ink-local__brand-card--support {
  grid-column: 1;
  grid-row: 3;
  display: grid;
  align-content: end;
  min-height: 178px;
  border-color: rgba(19, 234, 234, 0.24);
  background:
    radial-gradient(circle at 78% 22%, rgba(248, 19, 190, 0.14), transparent 0 24%, transparent 48%),
    rgba(255, 255, 255, 0.065);
}

.ink-local__brand-card--scout {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: end;
  justify-self: center;
  min-height: 0;
  width: min(100%, 260px);
  margin: clamp(-42px, -3vw, -18px) 0 -8px -36px;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
  z-index: 3;
}

.ink-local__brand-card--scout::before {
  content: "";
  position: absolute;
  left: 12%;
  bottom: 8px;
  z-index: 0;
  width: 76%;
  height: 34px;
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.24);
  filter: blur(5px);
}

.ink-local__brand-card--scout::after {
  content: "";
  position: absolute;
  left: -30px;
  right: 6px;
  bottom: clamp(54px, 7vw, 82px);
  z-index: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(19, 234, 234, 0), var(--ink-cyan) 22%, var(--ink-lime) 88%);
  opacity: 0.8;
  transform: rotate(-2deg);
  transform-origin: right center;
}

.ink-local__brand-card--scout img {
  position: relative;
  z-index: 1;
  width: min(100%, 250px);
  max-height: 370px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.34));
}

.ink-local__brand-card--scout figcaption {
  display: none;
}

.ink-local__signal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ink-local__signal-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.66rem;
  font-family: var(--ink-font-mono);
  font-weight: 900;
  text-transform: uppercase;
}

.ink-pixel-accent {
  font-family: var(--ink-font-mono);
  font-weight: 900;
  letter-spacing: 0;
}

.ink-cta {
  position: relative;
  background: var(--ink-white);
  overflow: hidden;
}

.ink-cta::before {
  content: "";
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  top: 50%;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 42%, rgba(5, 5, 5, 0.08) 43% 43.5%, transparent 44%),
    radial-gradient(circle, transparent 0 58%, rgba(19, 234, 234, 0.2) 59% 59.5%, transparent 60%);
  opacity: 0.58;
  transform: translate3d(0, -50%, 0) scale(var(--ink-cta-pulse, 0.88));
  pointer-events: none;
}

.ink-cta__grid {
  position: relative;
  z-index: 1;
  align-items: center;
  padding: clamp(28px, 5vw, 58px) 0;
  border-top: 2px solid var(--ink-black);
  border-bottom: 2px solid var(--ink-black);
}

[data-ink-reveal],
[data-ink-title] span {
  opacity: 1;
}

.ink-service-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(19, 234, 234, 0.07), transparent 0 20%, transparent 44%),
    radial-gradient(circle at 88% 68%, rgba(248, 19, 190, 0.055), transparent 0 18%, transparent 42%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.028) 1px, transparent 1px) 50% 0 / 112px 112px,
    var(--ink-white);
}

.ink-service-page::before,
.ink-service-page::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(56vw, 760px);
  aspect-ratio: 1.32;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  filter: saturate(0.88) contrast(0.96);
  opacity: 0.075;
  pointer-events: none;
  transform: rotate(-7deg);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0, 0, 0, 0.6) 52%, transparent 74%);
  mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0, 0, 0, 0.6) 52%, transparent 74%);
}

.ink-service-page::before {
  top: clamp(420px, 42vw, 720px);
  left: -18vw;
  background-image: url("assets/images/approved-media/services-aerial-water-texture-1800x1200.jpg");
}

.ink-service-page::after {
  right: -20vw;
  bottom: clamp(520px, 44vw, 780px);
  background-image: url("assets/images/approved-media/web-design-code-texture-1800x1000.jpg");
  transform: rotate(9deg);
}

.ink-service-detail--seo::before {
  background-image: url("assets/images/approved-media/sarasota-seo-downtown-bridge-1800x1000.jpg");
}

.ink-service-detail--seo::after {
  background-image: url("assets/images/approved-media/new-media-architecture-facade-muted-1600x1100.jpg");
}

.ink-page-hero {
  position: relative;
  padding: clamp(82px, 11vw, 150px) 0 clamp(58px, 8vw, 96px);
  border-bottom: 1px solid var(--ink-line);
  background:
    radial-gradient(circle at 82% 22%, rgba(19, 234, 234, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.045) 1px, transparent 1px) 50% 0 / 96px 96px,
    var(--ink-white);
}

.ink-page-hero__grid,
.ink-page-split,
.ink-page-band__grid,
.ink-page-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.62fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

.ink-page-hero h1 {
  max-width: 920px;
  margin: 0;
  color: var(--ink-black);
  font-family: var(--ink-font-display);
  font-size: clamp(3.4rem, 7vw, 6.6rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.ink-page-hero__intro {
  max-width: 650px;
  margin: 26px 0 0;
  color: #484848;
  font-size: clamp(1.04rem, 1.45vw, 1.28rem);
}

.ink-page-hero__aside {
  padding: 24px;
  border: 2px solid var(--ink-black);
  border-radius: var(--ink-radius);
  background: var(--ink-white);
  box-shadow: 10px 10px 0 var(--ink-cyan);
}

.ink-page-hero__aside p {
  margin: 0;
  color: #303030;
  font-weight: 750;
}

.ink-page-hero--visual .ink-page-hero__grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.78fr);
  align-items: center;
}

.ink-service-visual {
  position: relative;
  min-width: 0;
  margin: 0;
}

.ink-service-visual--hero {
  align-self: stretch;
  min-height: clamp(460px, 58vw, 680px);
  padding: 0;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 30px;
  background: var(--ink-black);
  box-shadow: 0 28px 80px rgba(5, 5, 5, 0.14);
  overflow: hidden;
}

.ink-service-visual--hero::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 999px;
  transform: rotate(-14deg);
}

.ink-service-visual--hero img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: clamp(460px, 58vw, 680px);
  object-fit: cover;
  object-position: center;
}

.ink-service-visual--hero figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 32px);
  left: clamp(16px, 3vw, 32px);
  max-width: 420px;
  padding: 18px 20px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.ink-service-visual--hero figcaption span,
.ink-media-strip figcaption {
  display: block;
  margin-bottom: 5px;
  color: var(--ink-pink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ink-service-visual--hero figcaption strong {
  display: block;
  color: var(--ink-black);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.25;
}

.ink-page-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: clamp(74px, 10vw, 128px) 0;
}

.ink-page-section > .ink-shell,
.ink-page-hero > .ink-shell,
.ink-page-cta > .ink-shell {
  position: relative;
  z-index: 1;
}

.ink-page-section--soft {
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.9), transparent 0 26%, transparent 54%),
    radial-gradient(circle at 88% 82%, rgba(19, 234, 234, 0.09), transparent 0 18%, transparent 44%),
    var(--ink-soft);
}

.ink-page-section--dark {
  background:
    radial-gradient(circle at 14% 18%, rgba(19, 234, 234, 0.16), transparent 0 18%, transparent 42%),
    radial-gradient(circle at 84% 78%, rgba(248, 19, 190, 0.12), transparent 0 18%, transparent 42%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 50% 0 / 92px 92px,
    var(--ink-black);
  color: var(--ink-white);
}

.ink-page-section--dark .ink-eyebrow,
.ink-page-section--dark h2,
.ink-page-section--dark h3 {
  color: var(--ink-white);
}

.ink-page-section h2,
.ink-page-band h2 {
  margin: 0;
  color: var(--ink-black);
  font-family: var(--ink-font-display);
  font-size: clamp(3.4rem, 8vw, 7.4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.ink-page-section p,
.ink-page-section li {
  color: #474747;
}

.ink-page-section--dark p,
.ink-page-section--dark li {
  color: rgba(255, 255, 255, 0.76);
}

.ink-media-wash {
  position: relative;
  overflow: hidden;
}

.ink-media-wash::before {
  content: "";
  position: absolute;
  inset: clamp(18px, 4vw, 54px) auto auto -8%;
  z-index: 0;
  width: min(48vw, 680px);
  aspect-ratio: 1.48;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
    var(--ink-approved-bg) center / cover no-repeat;
  opacity: 0.2;
  filter: saturate(0.92) contrast(0.96);
  pointer-events: none;
  transform: rotate(-4deg);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0, 0, 0, 0.48) 55%, transparent 78%);
  mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0, 0, 0, 0.48) 55%, transparent 78%);
}

.ink-media-wash--right::before,
.ink-media-wash--web::before,
.ink-media-wash--seo::before {
  inset: clamp(22px, 4vw, 60px) -10% auto auto;
  transform: rotate(5deg);
}

.ink-media-wash--dark::before {
  opacity: 0.24;
  mix-blend-mode: screen;
  filter: saturate(0.78) contrast(1.08) brightness(0.72);
}

.ink-media-wash--services::before,
.ink-media-wash--web::before,
.ink-media-wash--seo::before {
  width: min(54vw, 760px);
  opacity: 0.18;
}

.ink-media-wash--seo::before {
  filter: saturate(0.85) contrast(0.96) brightness(0.92);
}

.ink-media-wash > .ink-shell,
.ink-media-wash > .ink-page-hero__grid,
.ink-media-wash > .ink-page-cta__box {
  position: relative;
  z-index: 1;
}

.ink-page-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(32px, 5vw, 58px);
}

.ink-showcase-frame {
  margin-top: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 26px;
  background: var(--ink-black);
  box-shadow: 0 30px 80px rgba(5, 5, 5, 0.16);
  overflow: hidden;
}

.ink-showcase-frame__chrome {
  display: flex;
  gap: 7px;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ink-showcase-frame__chrome span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ink-cyan);
}

.ink-showcase-frame__chrome span:nth-child(2) {
  background: var(--ink-pink);
}

.ink-showcase-frame__chrome span:nth-child(3) {
  background: var(--ink-lime);
}

.ink-showcase-frame img {
  width: 100%;
  height: clamp(360px, 54vw, 680px);
  object-fit: cover;
  object-position: top center;
}

.ink-page-card {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--ink-line);
  border-radius: var(--ink-radius);
  background: var(--ink-white);
}

.ink-page-card h3 {
  margin: 0 0 12px;
  color: var(--ink-black);
  font-size: clamp(1.28rem, 2vw, 1.7rem);
  line-height: 1.1;
}

.ink-page-card p {
  margin: 0;
}

.ink-page-band {
  padding: clamp(74px, 10vw, 128px) 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.035) 1px, transparent 1px) 50% 0 / 96px 96px,
    var(--ink-white);
}

.ink-page-list {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ink-page-list li {
  padding: 18px 0;
  border-top: 1px solid var(--ink-line);
  font-weight: 750;
}

.ink-media-strip {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.7fr;
  gap: 18px;
  margin-top: clamp(40px, 6vw, 76px);
}

.ink-media-strip figure {
  min-height: 260px;
  margin: 0;
  border-radius: 24px;
  background: var(--ink-black);
  box-shadow: 0 24px 54px rgba(5, 5, 5, 0.12);
  overflow: hidden;
}

.ink-media-strip img {
  width: 100%;
  height: clamp(240px, 27vw, 380px);
  object-fit: cover;
}

.ink-media-strip figure:nth-child(2) img {
  object-position: top center;
}

.ink-media-strip figure:nth-child(3) {
  display: grid;
  place-items: center;
  padding: 26px;
  background: var(--ink-white);
  border: 1px solid var(--ink-line);
}

.ink-media-strip figure:nth-child(3) img {
  width: min(80%, 290px);
  height: auto;
  object-fit: contain;
}

.ink-media-strip figcaption {
  margin: 16px 18px 18px;
  color: var(--ink-white);
}

.ink-media-strip figure:nth-child(3) figcaption {
  color: var(--ink-black);
}

.ink-page-proof {
  padding: clamp(74px, 10vw, 128px) 0;
  background: var(--ink-black);
  color: var(--ink-white);
}

.ink-page-proof h2,
.ink-page-proof h3 {
  color: var(--ink-white);
}

.ink-page-proof p {
  color: rgba(255, 255, 255, 0.76);
}

.ink-page-proof__panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--ink-radius);
  background: rgba(255, 255, 255, 0.06);
}

.ink-proof-stack {
  display: grid;
  gap: 18px;
}

.ink-founder-photo {
  position: relative;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.ink-founder-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 5, 5, 0.24));
  pointer-events: none;
}

.ink-founder-photo img {
  width: 100%;
  height: clamp(340px, 38vw, 520px);
  object-fit: cover;
  object-position: center;
}

.ink-page-cta {
  padding: clamp(74px, 10vw, 128px) 0;
  background: var(--ink-white);
}

.ink-page-cta__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 58px) 0;
  border-top: 2px solid var(--ink-black);
  border-bottom: 2px solid var(--ink-black);
}

.ink-page-cta__box--visual {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 320px) auto;
}

.ink-services-pattern .ink-page-hero__aside {
  display: grid;
  gap: 18px;
}

.ink-services-pattern .ink-page-hero__aside strong {
  display: block;
  color: var(--ink-black);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.ink-services-pattern .ink-page-hero__aside span {
  color: #575757;
  font-weight: 650;
}

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

.ink-service-route {
  position: relative;
  display: grid;
  min-height: 330px;
  padding: clamp(24px, 3.2vw, 36px);
  border: 2px solid var(--ink-black);
  border-radius: var(--ink-radius);
  background: var(--ink-white);
  color: var(--ink-black);
  text-decoration: none;
  box-shadow: 10px 10px 0 var(--ink-cyan);
  overflow: hidden;
}

.ink-service-route:nth-child(2n) {
  box-shadow: 10px 10px 0 var(--ink-pink);
}

.ink-service-route:nth-child(3n) {
  box-shadow: 10px 10px 0 var(--ink-lime);
}

.ink-service-route:hover {
  transform: translateY(-3px);
}

.ink-service-route__num {
  color: var(--ink-muted);
  font-family: var(--ink-font-mono);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ink-service-route h3 {
  max-width: 620px;
  margin: 26px 0 14px;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.ink-service-route p {
  max-width: 620px;
  margin: 0;
  color: #424242;
  font-size: 1.02rem;
}

.ink-service-route__meta {
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
}

.ink-service-route__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--ink-line);
  border-radius: 999px;
  font-family: var(--ink-font-mono);
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ink-service-route--wide {
  grid-column: 1 / -1;
  min-height: 360px;
  background:
    radial-gradient(circle at 76% 24%, rgba(248, 19, 190, 0.16), transparent 24%),
    radial-gradient(circle at 90% 82%, rgba(19, 234, 234, 0.18), transparent 25%),
    var(--ink-black);
  color: var(--ink-white);
  box-shadow: 12px 12px 0 var(--ink-lime);
}

.ink-service-route--wide h3,
.ink-service-route--wide p,
.ink-service-route--wide .ink-service-route__num {
  color: var(--ink-white);
}

.ink-service-route--wide p {
  color: rgba(255, 255, 255, 0.76);
}

.ink-service-route--wide .ink-service-route__meta span {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
}

.ink-services-principles {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

.ink-principle-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ink-principle-list li {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ink-principle-list b {
  color: var(--ink-lime);
  font-family: var(--ink-font-mono);
}

.ink-principle-list strong {
  display: block;
  color: var(--ink-white);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.08;
}

.ink-principle-list p {
  margin: 8px 0 0;
}

.ink-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(32px, 5vw, 58px);
}

.ink-offer-card {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--ink-line);
  border-radius: var(--ink-radius);
  background: var(--ink-white);
}

.ink-offer-card strong {
  display: block;
  color: var(--ink-pink);
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.ink-offer-card h3 {
  margin: 16px 0 12px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.08;
}

.ink-offer-card p {
  margin: 0;
}

.ink-page-note {
  margin-top: 34px;
  padding: 20px 24px;
  border-left: 5px solid var(--ink-cyan);
  background: rgba(19, 234, 234, 0.08);
  color: #343434;
  font-weight: 700;
}

.ink-cta-photo {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
}

.ink-cta-photo img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
}

.ink-services-pattern .ink-page-hero,
.ink-services-pattern .ink-page-section {
  isolation: isolate;
}

.ink-services-hero {
  padding: clamp(72px, 9vw, 122px) 0 clamp(64px, 8vw, 94px);
  background:
    radial-gradient(circle at 72% 18%, rgba(248, 19, 190, 0.12), transparent 0 18%, transparent 34%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.045) 1px, transparent 1px) 50% 0 / 96px 96px,
    var(--ink-white);
}

.ink-services-pattern .ink-page-hero h1,
.ink-services-pattern .ink-page-section h2,
.ink-services-pattern .ink-page-cta h2 {
  max-width: 820px;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
  text-wrap: balance;
}

.ink-services-pattern .ink-page-hero h1 {
  font-size: clamp(3.25rem, 6.15vw, 6.25rem);
}

.ink-services-pattern .ink-page-section h2 {
  font-size: clamp(2.65rem, 5.7vw, 5.6rem);
}

.ink-services-pattern .ink-page-cta h2 {
  font-size: clamp(2.35rem, 5vw, 4.9rem);
}

.ink-services-hero__copy {
  align-self: center;
}

.ink-services-hero__visual {
  position: relative;
  min-height: 0;
  aspect-ratio: 6 / 5;
  max-height: min(560px, 62svh);
  --ink-card-x: 50%;
  --ink-card-y: 50%;
  --ink-depth-tilt-x: 0deg;
  --ink-depth-tilt-y: 0deg;
  --ink-depth-shift-x: 0px;
  --ink-depth-shift-y: 0px;
  transform: perspective(1200px) rotateX(var(--ink-depth-tilt-x)) rotateY(var(--ink-depth-tilt-y));
  transition: transform 180ms ease;
}

.ink-services-hero__visual::before {
  content: "";
  position: absolute;
  inset: 7% 5% 14% 9%;
  border: 2px solid var(--ink-black);
  border-radius: 34px;
  background:
    radial-gradient(circle at 22% 28%, rgba(19, 234, 234, 0.28), transparent 0 22%, transparent 38%),
    var(--ink-soft);
  transform: rotate(-2deg);
}

.ink-services-hero__wash {
  position: absolute;
  inset: 10% 3% auto auto;
  z-index: 1;
  width: min(58%, 360px);
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
  opacity: 0.58;
  pointer-events: none;
  transform: translate3d(var(--ink-depth-shift-x), var(--ink-depth-shift-y), 0) rotate(6deg);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 42%, rgba(0, 0, 0, 0.42) 64%, transparent 82%);
  mask-image: radial-gradient(ellipse at center, #000 0 42%, rgba(0, 0, 0, 0.42) 64%, transparent 82%);
}

.ink-services-hero__wash img {
  display: block;
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
}

.ink-services-hero__device,
.ink-services-hero__owner {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: var(--ink-white);
  box-shadow: 0 28px 70px rgba(5, 5, 5, 0.18);
}

.ink-services-hero__device {
  inset: 2% 0 auto 5%;
  z-index: 2;
  width: 82%;
  padding: clamp(18px, 3vw, 30px);
  border: 2px solid var(--ink-black);
  border-radius: 32px;
}

.ink-services-hero__device img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
}

.ink-services-hero__owner {
  z-index: 3;
  right: 0;
  bottom: 0;
  width: min(46%, 260px);
  border: 7px solid var(--ink-white);
  border-radius: 28px;
  box-shadow: 10px 10px 0 var(--ink-pink), 0 28px 70px rgba(5, 5, 5, 0.22);
}

.ink-services-hero__owner img {
  width: 100%;
  height: clamp(230px, 30vw, 330px);
  object-fit: cover;
  object-position: center;
}

.ink-services-hero__note {
  position: absolute;
  left: 0;
  bottom: clamp(18px, 4vw, 48px);
  z-index: 4;
  width: min(58%, 330px);
  padding: 20px 22px;
  border: 2px solid var(--ink-black);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 8px 8px 0 var(--ink-lime);
  backdrop-filter: blur(14px);
}

.ink-services-hero__note span,
.ink-services-proof__image figcaption {
  display: block;
  color: var(--ink-pink);
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-services-hero__note strong {
  display: block;
  margin-top: 8px;
  color: var(--ink-black);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.08;
}

.ink-services-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
}

.ink-services-section-head > p {
  margin: 0 0 8px;
  color: #3f3f3f;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
}

.ink-services-map--rich {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.ink-services-map--rich .ink-service-route {
  grid-column: span 6;
  min-height: 260px;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ink-services-map--rich .ink-service-route:hover {
  border-color: var(--ink-pink);
  box-shadow: 0 22px 60px rgba(5, 5, 5, 0.12);
}

.ink-services-map--rich .ink-service-route--wide {
  grid-column: span 7;
  min-height: 520px;
  padding-top: clamp(220px, 28vw, 330px);
  background: var(--ink-black);
  box-shadow: 12px 12px 0 var(--ink-lime);
}

.ink-service-route--image img {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: clamp(190px, 26vw, 310px);
  object-fit: cover;
  object-position: top center;
  opacity: 0.9;
}

.ink-service-route--image::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: clamp(190px, 26vw, 310px);
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.76));
  pointer-events: none;
}

.ink-service-route--image > :not(img) {
  position: relative;
  z-index: 1;
}

.ink-service-route--dark {
  background:
    radial-gradient(circle at 82% 18%, rgba(19, 234, 234, 0.18), transparent 0 24%, transparent 42%),
    var(--ink-black);
  color: var(--ink-white);
}

.ink-service-route--dark h3,
.ink-service-route--dark p,
.ink-service-route--dark .ink-service-route__num {
  color: var(--ink-white);
}

.ink-service-route--dark p {
  color: rgba(255, 255, 255, 0.76);
}

.ink-services-map--rich .ink-service-route h3 {
  margin-top: 18px;
  font-size: clamp(1.95rem, 3.2vw, 3.55rem);
  line-height: 1.02;
  text-transform: none;
}

.ink-services-map--rich .ink-service-route--wide h3 {
  max-width: 620px;
  font-size: clamp(2.25rem, 4.4vw, 4.65rem);
}

.ink-services-flow__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.05fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

.ink-services-flow__rail {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ink-services-flow__rail article {
  display: grid;
  grid-template-columns: 64px minmax(0, 0.8fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ink-services-flow__rail span {
  color: var(--ink-lime);
  font-family: var(--ink-font-mono);
  font-weight: 900;
}

.ink-services-flow__rail strong {
  color: var(--ink-white);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.12;
}

.ink-services-flow__rail p {
  margin: 0;
}

.ink-services-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.62fr);
  gap: 18px;
  margin-top: clamp(34px, 5vw, 58px);
}

.ink-services-proof__image,
.ink-services-proof__panel {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  background: var(--ink-white);
  box-shadow: 0 24px 60px rgba(5, 5, 5, 0.12);
}

.ink-services-proof__image--large {
  grid-row: span 2;
}

.ink-services-proof__image img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: top center;
}

.ink-services-proof__image figcaption {
  padding: 16px 18px 18px;
  color: var(--ink-black);
  background: var(--ink-white);
}

.ink-services-proof__panel {
  display: grid;
  align-content: center;
  min-height: 290px;
  padding: 28px;
  border: 2px solid var(--ink-black);
  box-shadow: 8px 8px 0 var(--ink-cyan);
}

.ink-services-proof__panel img {
  width: min(220px, 82%);
  margin-bottom: 24px;
}

.ink-services-proof__panel h3 {
  margin: 0 0 12px;
  color: var(--ink-black);
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  line-height: 1;
}

.ink-services-proof__panel p {
  margin: 0;
}

.ink-services-next {
  background:
    radial-gradient(circle at 86% 18%, rgba(19, 234, 234, 0.12), transparent 0 18%, transparent 36%),
    var(--ink-white);
}

.ink-services-next__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

.ink-services-next__grid p {
  color: #424242;
}

.ink-services-next__cards {
  display: grid;
  gap: 14px;
}

.ink-services-next__card {
  display: grid;
  grid-template-columns: 58px minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 20px 22px;
  border: 2px solid var(--ink-black);
  border-radius: 22px;
  background: var(--ink-white);
  color: var(--ink-black);
  text-decoration: none;
  box-shadow: 8px 8px 0 var(--ink-cyan);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ink-services-next__card:nth-child(2) {
  box-shadow: 8px 8px 0 var(--ink-pink);
}

.ink-services-next__card:nth-child(3) {
  box-shadow: 8px 8px 0 var(--ink-lime);
}

.ink-services-next__card:hover {
  border-color: var(--ink-pink);
  box-shadow: 0 22px 60px rgba(5, 5, 5, 0.12);
  transform: translateY(-2px);
}

.ink-services-next__card span {
  color: var(--ink-pink);
  font-family: var(--ink-font-mono);
  font-weight: 900;
}

.ink-services-next__card strong {
  color: var(--ink-black);
  font-size: clamp(1.18rem, 2vw, 1.62rem);
  line-height: 1.08;
}

.ink-services-next__card small {
  color: #4a4a4a;
  font-size: 0.96rem;
  line-height: 1.45;
}

.ink-services-next__links {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.ink-services-next__links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 999px;
  background: var(--ink-white);
  color: var(--ink-black);
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.ink-services-next__links a:hover {
  border-color: var(--ink-pink);
  background: var(--ink-pink);
  color: var(--ink-white);
}

.ink-service-detail .ink-page-hero,
.ink-service-detail .ink-page-section {
  isolation: isolate;
}

.ink-service-detail-hero {
  padding: clamp(72px, 9vw, 124px) 0 clamp(62px, 8vw, 98px);
}

.ink-service-detail-hero .ink-page-hero__grid {
  align-items: center;
}

.ink-service-detail-hero h1,
.ink-service-detail .ink-page-section h2,
.ink-service-detail .ink-page-cta h2 {
  max-width: 900px;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
  text-wrap: balance;
}

.ink-service-detail-hero h1 {
  font-size: clamp(3.1rem, 6vw, 6.25rem);
}

.ink-service-detail .ink-page-section h2 {
  font-size: clamp(2.55rem, 5.7vw, 5.6rem);
}

.ink-service-detail .ink-page-section:not(.ink-service-intro):not(.ink-web-studio-section):not(.ink-seo-signal-section) h2 {
  font-size: clamp(2.35rem, 4.8vw, 4.85rem);
}

.ink-service-detail .ink-page-cta h2 {
  font-size: clamp(2.35rem, 5vw, 4.8rem);
}

.ink-service-detail--seo .ink-service-detail-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(185, 255, 41, 0.22), transparent 0 20%, transparent 38%),
    radial-gradient(circle at 24% 72%, rgba(19, 234, 234, 0.18), transparent 0 18%, transparent 38%),
    linear-gradient(135deg, rgba(248, 19, 190, 0.08), transparent 32%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.045) 1px, transparent 1px) 50% 0 / 96px 96px,
    var(--ink-white);
}

.ink-service-detail--web .ink-service-detail-hero {
  background:
    radial-gradient(circle at 62% 24%, rgba(185, 255, 41, 0.14), transparent 0 18%, transparent 38%),
    radial-gradient(circle at 76% 18%, rgba(248, 19, 190, 0.12), transparent 0 20%, transparent 38%),
    radial-gradient(circle at 22% 72%, rgba(19, 234, 234, 0.14), transparent 0 18%, transparent 38%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.045) 1px, transparent 1px) 50% 0 / 96px 96px,
    var(--ink-white);
}

.ink-service-detail--web .ink-button--primary {
  border-color: var(--ink-black);
  background:
    linear-gradient(90deg, var(--ink-black), #161616);
  box-shadow: 0 0 0 0 rgba(19, 234, 234, 0);
}

.ink-service-detail--web .ink-button--primary:hover {
  border-color: var(--ink-cyan);
  box-shadow: 0 0 0 4px rgba(19, 234, 234, 0.16), 0 16px 38px rgba(5, 5, 5, 0.18);
}

.ink-service-detail .ink-service-visual--hero {
  min-height: clamp(420px, 48vw, 620px);
  background: var(--ink-white);
}

.ink-service-detail .ink-service-visual--hero::before {
  border-color: rgba(255, 255, 255, 0.22);
}

.ink-service-detail--web .ink-service-visual--hero img {
  object-fit: contain;
  padding: clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 72% 18%, rgba(19, 234, 234, 0.18), transparent 0 24%, transparent 42%),
    var(--ink-soft);
}

.ink-service-detail--seo .ink-service-visual--hero img {
  object-position: top center;
}

.ink-web-hero-system {
  --ink-card-x: 50%;
  --ink-card-y: 50%;
  --ink-depth-tilt-x: 0deg;
  --ink-depth-tilt-y: 0deg;
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: clamp(500px, 48vw, 640px);
  padding: clamp(24px, 4vw, 42px);
  border: 2px solid rgba(5, 5, 5, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--ink-card-x) var(--ink-card-y), rgba(185, 255, 41, 0.18), transparent 0 24%, transparent 52%),
    radial-gradient(circle at 14% 18%, rgba(19, 234, 234, 0.2), transparent 0 18%, transparent 40%),
    linear-gradient(135deg, rgba(248, 19, 190, 0.1), transparent 34%),
    var(--ink-soft);
  box-shadow: 0 34px 90px rgba(5, 5, 5, 0.16);
  transform: perspective(1100px) rotateX(var(--ink-depth-tilt-x)) rotateY(var(--ink-depth-tilt-y));
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ink-web-hero-system__device {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 2px solid var(--ink-black);
  border-radius: 24px;
  background: var(--ink-white);
  box-shadow: 10px 10px 0 var(--ink-cyan);
}

.ink-web-hero-system__chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.12);
  padding-bottom: 12px;
}

.ink-web-hero-system__chrome span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ink-black);
}

.ink-web-hero-system__chrome span:nth-child(2) {
  background: var(--ink-pink);
}

.ink-web-hero-system__chrome span:nth-child(3) {
  background: var(--ink-lime);
}

.ink-web-hero-system__chrome b {
  margin-left: auto;
  font-family: var(--ink-font-mono);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-web-hero-system__stage {
  display: grid;
  gap: 14px;
  min-height: 270px;
  padding: 22px;
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px) 50% 0 / 44px 44px,
    var(--ink-black);
}

.ink-web-hero-system__headline {
  width: 78%;
  min-height: 62px;
  border-radius: 18px;
  background: linear-gradient(90deg, var(--ink-white) 0 58%, var(--ink-cyan) 58% 62%, var(--ink-lime) 62% 100%);
}

.ink-web-hero-system__copy {
  width: 60%;
  min-height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.ink-web-hero-system__cta {
  width: 34%;
  min-height: 42px;
  border-radius: 999px;
  background: var(--ink-pink);
  box-shadow: 8px 8px 0 rgba(19, 234, 234, 0.22);
}

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

.ink-web-hero-system__tiles i {
  min-height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.ink-web-hero-system__tiles i:nth-child(2) {
  background: rgba(19, 234, 234, 0.22);
}

.ink-web-hero-system__tiles i:nth-child(3) {
  background: rgba(185, 255, 41, 0.22);
}

.ink-web-hero-system__stack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ink-web-hero-system__stack span {
  min-height: 52px;
  padding: 14px 10px;
  border: 2px solid var(--ink-black);
  border-radius: 16px;
  background: var(--ink-white);
  color: var(--ink-black);
  font-family: var(--ink-font-mono);
  font-size: clamp(0.66rem, 0.75vw, 0.78rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.ink-web-hero-system figcaption {
  position: static;
  width: 100%;
  max-width: none;
  border-radius: 18px;
  box-shadow: 8px 8px 0 rgba(248, 19, 190, 0.28);
}

.ink-web-studio-section {
  background:
    radial-gradient(circle at 14% 22%, rgba(19, 234, 234, 0.18), transparent 0 18%, transparent 38%),
    radial-gradient(circle at 88% 72%, rgba(185, 255, 41, 0.16), transparent 0 18%, transparent 38%),
    var(--ink-white);
}

.ink-web-studio-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.ink-web-studio-grid p {
  max-width: 62ch;
  margin: 22px 0 0;
}

.ink-web-studio-board {
  --ink-card-x: 50%;
  --ink-card-y: 50%;
  --ink-depth-tilt-x: 0deg;
  --ink-depth-tilt-y: 0deg;
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 40px);
  border: 2px solid var(--ink-black);
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--ink-card-x) var(--ink-card-y), rgba(19, 234, 234, 0.2), transparent 0 26%, transparent 54%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.055) 1px, transparent 1px) 50% 0 / 50px 50px,
    var(--ink-soft);
  box-shadow: 12px 12px 0 var(--ink-pink);
  transform: perspective(1100px) rotateX(var(--ink-depth-tilt-x)) rotateY(var(--ink-depth-tilt-y));
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ink-web-studio-board__screen {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 2px solid var(--ink-black);
  border-radius: 22px;
  background: var(--ink-black);
  color: var(--ink-white);
}

.ink-web-studio-board__screen span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  font-family: var(--ink-font-mono);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-web-studio-board__screen span::after {
  content: "";
  width: clamp(70px, 48%, 170px);
  height: 8px;
  border-radius: 999px;
  background: var(--ink-cyan);
}

.ink-web-studio-board__screen span:nth-child(2)::after {
  width: clamp(84px, 58%, 190px);
  background: var(--ink-pink);
}

.ink-web-studio-board__screen span:nth-child(3)::after {
  width: clamp(98px, 68%, 210px);
  background: var(--ink-lime);
}

.ink-web-studio-board__screen span:nth-child(4)::after {
  width: clamp(110px, 78%, 230px);
  background: linear-gradient(90deg, var(--ink-cyan), var(--ink-lime));
}

.ink-web-studio-board__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ink-web-studio-board__metrics article {
  display: grid;
  gap: 8px;
  min-height: 172px;
  padding: 18px;
  border: 2px solid var(--ink-black);
  border-radius: 18px;
  background: var(--ink-white);
  box-shadow: 7px 7px 0 rgba(5, 5, 5, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ink-web-studio-board__metrics article:hover {
  transform: translateY(-4px);
  box-shadow: 9px 9px 0 var(--ink-lime);
}

.ink-web-studio-board__metrics b {
  color: var(--ink-pink);
  font-family: var(--ink-font-mono);
  font-size: 0.7rem;
}

.ink-web-studio-board__metrics strong {
  color: var(--ink-black);
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  line-height: 1;
}

.ink-web-studio-board__metrics p {
  margin: 0;
  color: #3b3b3b;
  font-size: 0.96rem;
  line-height: 1.35;
}

.ink-service-media-story {
  position: relative;
  overflow: hidden;
}

.ink-service-media-story::before {
  content: "";
  position: absolute;
  inset: 8% -10% auto auto;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 38%, rgba(19, 234, 234, 0.16), transparent 0 30%),
    radial-gradient(circle at 68% 64%, rgba(248, 19, 190, 0.12), transparent 0 28%);
  pointer-events: none;
}

.ink-service-media-story::after {
  content: "";
  position: absolute;
  inset: auto -12% -8% auto;
  width: min(44vw, 620px);
  aspect-ratio: 1.45;
  border-radius: 999px;
  background: var(--ink-approved-bg, url("assets/images/approved-media/web-design-workspace-detail-1800x1200.jpg")) center / cover no-repeat;
  opacity: 0.08;
  pointer-events: none;
  transform: rotate(7deg);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0, 0, 0, 0.45) 54%, transparent 76%);
  mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0, 0, 0, 0.45) 54%, transparent 76%);
}

.ink-service-media-story--seo::after {
  background-image: var(--ink-approved-bg, url("assets/images/approved-media/sarasota-seo-downtown-bridge-1800x1000.jpg"));
}

.ink-service-media-story__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}

.ink-service-media-story__copy {
  max-width: 620px;
}

.ink-service-media-story__copy h2 {
  margin-bottom: 20px;
}

.ink-service-media-story__copy p {
  max-width: 58ch;
  color: #3b3b3b;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.62;
}

.ink-service-media-story__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.ink-service-media-story__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(5, 5, 5, 0.18);
  border-radius: 999px;
  background: var(--ink-white);
  box-shadow: 4px 4px 0 rgba(19, 234, 234, 0.34);
  font-family: var(--ink-font-mono);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-service-media-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 26px);
  align-items: stretch;
}

.ink-service-media-stack--editorial {
  align-items: stretch;
}

.ink-service-media-panel {
  --ink-card-x: 50%;
  --ink-card-y: 50%;
  --ink-depth-tilt-x: 0deg;
  --ink-depth-tilt-y: 0deg;
  --ink-depth-shift-x: 0px;
  --ink-depth-shift-y: 0px;
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 2px solid var(--ink-black);
  border-radius: 28px;
  background: var(--ink-white);
  box-shadow: 12px 12px 0 var(--ink-cyan);
  transform: perspective(1200px) rotateX(var(--ink-depth-tilt-x)) rotateY(var(--ink-depth-tilt-y));
  transition: transform 180ms ease, box-shadow 180ms ease;
  isolation: isolate;
}

.ink-service-media-story--web .ink-service-media-panel {
  box-shadow: 12px 12px 0 var(--ink-pink);
}

.ink-service-media-panel--wide {
  min-height: clamp(420px, 36vw, 540px);
}

.ink-service-media-panel--portrait {
  min-height: clamp(420px, 36vw, 540px);
}

.ink-service-media-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at var(--ink-card-x) var(--ink-card-y), rgba(255, 255, 255, 0.18), transparent 0 24%),
    linear-gradient(180deg, transparent 30%, rgba(5, 5, 5, 0.72));
  pointer-events: none;
}

.ink-service-media-panel img {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  object-fit: cover;
  transform: translate3d(var(--ink-depth-shift-x), var(--ink-depth-shift-y), 0) scale(1.065);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 260ms ease;
  will-change: transform;
}

.ink-service-media-panel:hover img {
  filter: saturate(1.08) contrast(1.04);
}

.ink-service-media-panel.is-active img {
  transform: translate3d(var(--ink-depth-shift-x), var(--ink-depth-shift-y), 0) scale(1.035);
}

.ink-service-media-panel figcaption {
  position: absolute;
  left: clamp(18px, 2.2vw, 30px);
  right: clamp(18px, 2.2vw, 30px);
  bottom: clamp(18px, 2.2vw, 30px);
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  background: rgba(5, 5, 5, 0.78);
  color: var(--ink-white);
  backdrop-filter: blur(12px);
}

.ink-service-media-panel figcaption span {
  color: var(--ink-lime);
  font-family: var(--ink-font-mono);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ink-service-media-panel figcaption strong {
  max-width: 31ch;
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1.16;
}

.ink-service-media-panel--portrait figcaption {
  right: 16px;
  left: 16px;
  bottom: 16px;
}

.ink-web-work-section {
  position: relative;
  background:
    radial-gradient(circle at 14% 24%, rgba(19, 234, 234, 0.12), transparent 0 20%, transparent 42%),
    radial-gradient(circle at 88% 18%, rgba(248, 19, 190, 0.1), transparent 0 18%, transparent 38%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.035) 1px, transparent 1px) 50% 0 / 88px 88px,
    var(--ink-white);
}

.ink-web-work-section::before {
  content: "";
  position: absolute;
  inset: 8% auto auto -13%;
  width: min(44vw, 620px);
  aspect-ratio: 1.25;
  border-radius: 999px;
  background: url("/wp-content/uploads/2024/08/Baja-2024-6-1024x683.jpg") center / cover no-repeat;
  opacity: 0.09;
  pointer-events: none;
  transform: rotate(-8deg);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0, 0, 0, 0.55) 52%, transparent 74%);
  mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0, 0, 0, 0.55) 52%, transparent 74%);
}

.ink-web-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 30px);
  margin-top: clamp(34px, 5vw, 60px);
}

.ink-web-work-card {
  --ink-card-x: 50%;
  --ink-card-y: 50%;
  --ink-depth-tilt-x: 0deg;
  --ink-depth-tilt-y: 0deg;
  --ink-depth-shift-x: 0px;
  --ink-depth-shift-y: 0px;
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, auto) 1fr;
  min-width: 0;
  overflow: hidden;
  border: 2px solid var(--ink-black);
  border-radius: 28px;
  background: var(--ink-white);
  box-shadow: 10px 10px 0 var(--ink-cyan);
  transform: perspective(1200px) rotateX(var(--ink-depth-tilt-x)) rotateY(var(--ink-depth-tilt-y));
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ink-web-work-card:nth-child(2n) {
  box-shadow: 10px 10px 0 var(--ink-pink);
}

.ink-web-work-card:nth-child(3n) {
  box-shadow: 10px 10px 0 var(--ink-lime);
}

.ink-web-work-card:hover {
  border-color: rgba(5, 5, 5, 0.72);
  box-shadow: 14px 14px 0 var(--ink-pink);
}

.ink-web-work-card--featured,
.ink-web-work-card--wide {
  grid-column: span 2;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.74fr);
  grid-template-rows: none;
}

.ink-web-work-card__screen {
  position: relative;
  display: block;
  min-height: clamp(330px, 31vw, 470px);
  overflow: hidden;
  background: var(--ink-black);
  color: inherit;
}

.ink-web-work-card__screen::before {
  content: "";
  position: absolute;
  inset: 14px 14px auto;
  z-index: 2;
  height: 34px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 18px 50%, var(--ink-pink) 0 4px, transparent 5px),
    radial-gradient(circle at 34px 50%, var(--ink-cyan) 0 4px, transparent 5px),
    radial-gradient(circle at 50px 50%, var(--ink-lime) 0 4px, transparent 5px),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 30px rgba(5, 5, 5, 0.18);
  pointer-events: none;
}

.ink-web-work-card__screen img {
  position: absolute;
  inset: -1%;
  width: 102%;
  height: 112%;
  object-fit: cover;
  object-position: top center;
  transform: translate3d(var(--ink-depth-shift-x), var(--ink-depth-shift-y), 0) scale(1.02);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 220ms ease;
}

.ink-web-work-card:hover .ink-web-work-card__screen img {
  transform: translate3d(var(--ink-depth-shift-x), calc(var(--ink-depth-shift-y) - 18px), 0) scale(1.035);
  filter: saturate(1.06) contrast(1.04);
}

.ink-web-work-card--wide .ink-web-work-card__screen {
  background: #0d1928;
}

.ink-web-work-card--wide .ink-web-work-card__screen img {
  inset: -1%;
  width: 102%;
  height: 112%;
  object-fit: cover;
  object-position: top center;
  transform: translate3d(var(--ink-depth-shift-x), var(--ink-depth-shift-y), 0) scale(1.02);
}

.ink-web-work-card--wide:hover .ink-web-work-card__screen img {
  transform: translate3d(var(--ink-depth-shift-x), calc(var(--ink-depth-shift-y) - 16px), 0) scale(1.035);
}

.ink-web-work-card__body {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: clamp(22px, 2.8vw, 34px);
}

.ink-web-work-card__body span {
  color: var(--ink-pink);
  font-family: var(--ink-font-mono);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-web-work-card__body h3 {
  margin: 0;
  color: var(--ink-black);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 0.96;
  text-wrap: balance;
}

.ink-web-work-card__body p {
  margin: 0;
  color: #3b3b3b;
  font-size: 1rem;
  line-height: 1.48;
}

.ink-web-work-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.ink-web-work-card__tags b {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 999px;
  background: var(--ink-soft);
  color: var(--ink-black);
  font-family: var(--ink-font-mono);
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ink-web-work-note {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  max-width: 760px;
  margin: clamp(26px, 4vw, 44px) auto 0;
  padding: 18px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 22px;
  background: var(--ink-white);
  box-shadow: 8px 8px 0 rgba(185, 255, 41, 0.8);
}

.ink-web-work-note img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ink-web-work-note--photos {
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  max-width: 900px;
  padding: 14px;
}

.ink-web-work-note__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ink-web-work-note__photos img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 16px;
  object-fit: cover;
}

.ink-web-work-note p {
  margin: 0;
  color: #383838;
  font-size: 1rem;
  line-height: 1.45;
}

.wi-proof-card--badge-clean {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    url("assets/images/approved-media/webink-device-proof-dark-1800x1080.jpg") center / cover no-repeat;
}

.wi-proof-card--badge-clean::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(19, 234, 234, 0.2), transparent 0 28%),
    radial-gradient(circle at 84% 80%, rgba(248, 19, 190, 0.14), transparent 0 30%);
  pointer-events: none;
}

.wi-proof-card--badge-clean > * {
  position: relative;
  z-index: 1;
}

.wi-proof-card--badge-clean img[src*="Top-Web-Design-Company"] {
  display: none;
}

.ink-seo-hero-card {
  --ink-card-x: 50%;
  --ink-card-y: 50%;
  --ink-depth-tilt-x: 0deg;
  --ink-depth-tilt-y: 0deg;
  display: grid;
  align-items: center;
  min-height: clamp(470px, 48vw, 610px);
  padding: clamp(24px, 4vw, 42px);
  border: 2px solid rgba(5, 5, 5, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--ink-card-x) var(--ink-card-y), rgba(19, 234, 234, 0.18), transparent 0 24%, transparent 45%),
    radial-gradient(circle at 82% 16%, rgba(185, 255, 41, 0.26), transparent 0 18%, transparent 38%),
    radial-gradient(circle at 12% 84%, rgba(248, 19, 190, 0.16), transparent 0 18%, transparent 40%),
    linear-gradient(160deg, #ffffff, #f7f7f4 72%);
  box-shadow: 0 34px 90px rgba(5, 5, 5, 0.16);
  transform: perspective(1100px) rotateX(var(--ink-depth-tilt-x)) rotateY(var(--ink-depth-tilt-y));
  transition: transform 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.ink-seo-hero-card::before {
  inset: 9%;
  border-radius: 28px;
  border-color: rgba(19, 234, 234, 0.22);
  transform: rotate(-6deg);
}

.ink-seo-hero-card__map {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.055) 1px, transparent 1px) 50% 0 / 54px 54px,
    linear-gradient(0deg, rgba(5, 5, 5, 0.04) 1px, transparent 1px) 50% 0 / 54px 54px;
  opacity: 0.52;
}

.ink-seo-hero-card__map span {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid var(--ink-black);
  border-radius: 999px;
  background: var(--ink-lime);
  box-shadow: 0 0 0 10px rgba(185, 255, 41, 0.12);
}

.ink-seo-hero-card__map span:nth-child(1) {
  left: 16%;
  top: 22%;
}

.ink-seo-hero-card__map span:nth-child(2) {
  right: 10%;
  top: 26%;
  background: var(--ink-cyan);
  box-shadow: 0 0 0 10px rgba(19, 234, 234, 0.12);
}

.ink-seo-hero-card__map span:nth-child(3) {
  left: 23%;
  bottom: 22%;
  background: var(--ink-pink);
  box-shadow: 0 0 0 10px rgba(248, 19, 190, 0.1);
}

.ink-seo-hero-card__map span:nth-child(4) {
  right: 10%;
  bottom: 12%;
}

.ink-seo-hero-card__panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: min(100%, 520px);
  margin: 0 auto;
}

.ink-seo-hero-card__serp,
.ink-seo-hero-card__chart,
.ink-seo-hero-card__gbp,
.ink-seo-hero-card__decision {
  border: 2px solid var(--ink-black);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 8px 8px 0 rgba(5, 5, 5, 0.08);
}

.ink-seo-hero-card__serp {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.ink-seo-hero-card__serp span,
.ink-seo-hero-card__chart span,
.ink-seo-hero-card__gbp span {
  color: var(--ink-pink);
  font-family: var(--ink-font-mono);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-seo-hero-card__serp strong {
  color: var(--ink-black);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
}

.ink-seo-hero-card__serp i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: var(--ink-soft);
}

.ink-seo-hero-card__serp i:nth-of-type(1) {
  width: 84%;
}

.ink-seo-hero-card__serp i:nth-of-type(2) {
  width: 66%;
  background: rgba(19, 234, 234, 0.24);
}

.ink-seo-hero-card__serp i:nth-of-type(3) {
  width: 48%;
  background: rgba(185, 255, 41, 0.36);
}

.ink-seo-hero-card__chart {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 16px;
  background: var(--ink-black);
  color: var(--ink-white);
}

.ink-seo-hero-card__chart svg {
  width: 100%;
  min-height: 155px;
  overflow: visible;
}

.ink-seo-hero-card__chart path,
.ink-seo-hero-card__chart circle {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ink-seo-hero-card__grid {
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 1.5;
}

.ink-seo-hero-card__line {
  stroke: var(--ink-lime);
  stroke-width: 9;
  stroke-dasharray: 430;
  stroke-dashoffset: var(--ink-seo-line, 180);
  transition: stroke-dashoffset 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ink-seo-hero-card circle {
  fill: var(--ink-pink);
  stroke: var(--ink-white);
  stroke-width: 4;
}

.ink-seo-hero-card.is-active .ink-seo-hero-card__line {
  stroke-dashoffset: 0;
}

.ink-seo-hero-card__chart div {
  display: grid;
  gap: 4px;
  min-width: 92px;
}

.ink-seo-hero-card__chart strong {
  color: var(--ink-white);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.9;
}

.ink-seo-hero-card__gbp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  box-shadow: 8px 8px 0 var(--ink-cyan);
}

.ink-seo-hero-card__gbp strong {
  color: var(--ink-black);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.05;
  text-align: right;
}

.ink-seo-hero-card__decision {
  display: grid;
  gap: 8px;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(248, 19, 190, 0.08), rgba(19, 234, 234, 0.1)),
    var(--ink-white);
  box-shadow: 8px 8px 0 rgba(185, 255, 41, 0.46);
}

.ink-seo-hero-card__decision span {
  color: var(--ink-pink);
  font-family: var(--ink-font-mono);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-seo-hero-card__decision strong {
  color: var(--ink-black);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.15;
}

.ink-seo-signal-section {
  background:
    radial-gradient(circle at 10% 18%, rgba(19, 234, 234, 0.16), transparent 0 20%, transparent 40%),
    radial-gradient(circle at 82% 74%, rgba(248, 19, 190, 0.12), transparent 0 18%, transparent 38%),
    var(--ink-white);
}

.ink-seo-signal-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.ink-seo-signal-grid p {
  max-width: 64ch;
  margin: 22px 0 0;
}

.ink-seo-signal-board {
  --ink-card-x: 50%;
  --ink-card-y: 50%;
  --ink-depth-tilt-x: 0deg;
  --ink-depth-tilt-y: 0deg;
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 42px);
  border: 2px solid var(--ink-black);
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--ink-card-x) var(--ink-card-y), rgba(248, 19, 190, 0.12), transparent 0 28%, transparent 54%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.06) 1px, transparent 1px) 50% 0 / 52px 52px,
    var(--ink-soft);
  box-shadow: 12px 12px 0 var(--ink-lime);
  transform: perspective(1100px) rotateX(var(--ink-depth-tilt-x)) rotateY(var(--ink-depth-tilt-y));
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ink-seo-signal-board__timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ink-seo-signal-board__timeline span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 14px 10px;
  overflow: hidden;
  border: 2px solid var(--ink-black);
  border-radius: 18px;
  background: var(--ink-white);
  color: var(--ink-black);
  font-family: var(--ink-font-mono);
  font-size: clamp(0.7rem, 0.8vw, 0.82rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.ink-seo-signal-board__timeline span b {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 1px 0 rgba(5, 5, 5, 0.12);
}

.ink-seo-signal-board__timeline span::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: var(--ink-signal-fill, 42%);
  background: var(--ink-cyan);
  transform: scaleY(0.35);
  transform-origin: bottom center;
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ink-seo-signal-board__timeline span:nth-child(2)::before {
  --ink-signal-fill: 56%;
  background: var(--ink-pink);
}

.ink-seo-signal-board__timeline span:nth-child(3)::before {
  --ink-signal-fill: 72%;
  background: var(--ink-lime);
}

.ink-seo-signal-board__timeline span:nth-child(4)::before {
  --ink-signal-fill: 88%;
  background: linear-gradient(180deg, var(--ink-lime), var(--ink-cyan));
}

.ink-seo-signal-board.is-active .ink-seo-signal-board__timeline span::before {
  transform: scaleY(1);
}

.ink-seo-signal-board__timeline span {
  isolation: isolate;
  z-index: 1;
}

.ink-seo-signal-board__timeline span {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
}

.ink-seo-signal-board__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ink-seo-signal-board__cards article {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 18px;
  border-radius: 18px;
  background: var(--ink-black);
  color: var(--ink-white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ink-seo-signal-board__cards article:hover,
.ink-service-fit-grid .ink-offer-card:hover,
.ink-service-proof-card:hover,
.ink-service-visual-card:hover,
.ink-service-action-panel:hover,
.ink-price-lane:hover,
.ink-service-faq article:hover {
  transform: translateY(-4px);
}

.ink-seo-signal-board__cards b {
  color: var(--ink-lime);
  font-family: var(--ink-font-mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.ink-seo-signal-board__cards strong {
  align-self: end;
  color: var(--ink-white);
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  line-height: 1;
}

.ink-service-copy {
  display: grid;
  gap: 18px;
}

.ink-service-copy p {
  margin: 0;
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
}

.ink-service-fit-grid .ink-offer-card {
  min-height: 300px;
  border: 2px solid rgba(5, 5, 5, 0.12);
  box-shadow: 8px 8px 0 rgba(19, 234, 234, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ink-service-fit-grid .ink-offer-card:nth-child(2) {
  box-shadow: 8px 8px 0 rgba(248, 19, 190, 0.22);
}

.ink-service-fit-grid .ink-offer-card:nth-child(3) {
  box-shadow: 8px 8px 0 rgba(185, 255, 41, 0.35);
}

.ink-service-detail-rail article {
  grid-template-columns: 64px minmax(0, 0.8fr) minmax(0, 1.1fr);
}

.ink-service-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.72fr);
  gap: 22px;
  align-items: stretch;
  margin-top: clamp(28px, 4vw, 50px);
}

.ink-service-proof-grid figure,
.ink-service-proof-card,
.ink-service-visual-card {
  margin: 0;
  border-radius: 28px;
  background: var(--ink-white);
  box-shadow: 0 26px 70px rgba(5, 5, 5, 0.12);
  overflow: hidden;
}

.ink-service-proof-grid__wide,
.ink-service-visual-card--wide {
  grid-row: span 2;
}

.ink-service-proof-grid img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  object-position: top center;
}

.ink-service-detail--web .ink-service-proof-grid figure:nth-child(2) img,
.ink-service-detail--seo .ink-service-proof-grid figure:nth-child(2) img {
  object-fit: cover;
}

.ink-service-detail--seo .ink-service-proof-grid__wide img {
  height: auto;
  min-height: 0;
  padding: 16px 16px 0;
  background: var(--ink-soft);
  object-fit: contain;
}

.ink-service-detail--seo .ink-service-proof-grid__wide {
  align-content: start;
  background: var(--ink-soft);
}

.ink-service-detail--seo .ink-service-proof-grid__wide figcaption {
  min-height: 0;
  padding: 14px 18px 18px;
  background: var(--ink-white);
}

.ink-service-proof-grid figcaption {
  padding: 16px 18px 18px;
  color: var(--ink-black);
  font-family: var(--ink-font-mono);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ink-service-proof-grid__photo {
  min-height: 300px;
  box-shadow: 8px 8px 0 rgba(248, 19, 190, 0.24);
}

.ink-service-proof-grid__photo img {
  min-height: 240px;
}

.ink-service-proof-card {
  display: grid;
  align-content: center;
  min-height: 310px;
  padding: 28px;
  border: 2px solid var(--ink-black);
  box-shadow: 8px 8px 0 var(--ink-cyan);
}

.ink-service-proof-card img {
  width: min(230px, 82%);
  height: auto;
  min-height: 0;
  margin-bottom: 24px;
  object-fit: contain;
}

.ink-service-proof-card h3 {
  margin: 0 0 12px;
  color: var(--ink-black);
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 1;
}

.ink-service-proof-card p {
  margin: 0;
}

.ink-service-visual-card {
  display: grid;
  gap: 22px;
  align-content: center;
  min-height: 310px;
  padding: clamp(24px, 4vw, 42px);
  border: 2px solid rgba(5, 5, 5, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ink-service-visual-card--wide {
  min-height: 610px;
  background:
    radial-gradient(circle at 84% 18%, rgba(19, 234, 234, 0.16), transparent 0 22%, transparent 42%),
    linear-gradient(180deg, var(--ink-white), var(--ink-soft));
}

.ink-service-visual-card h3 {
  margin: 0;
  color: var(--ink-black);
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  line-height: 1;
}

.ink-service-visual-card p {
  max-width: 52ch;
  margin: 0;
}

.ink-mini-browser {
  display: grid;
  gap: 16px;
  min-height: 315px;
  padding: 18px;
  border: 2px solid var(--ink-black);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.05) 1px, transparent 1px) 50% 0 / 44px 44px,
    var(--ink-white);
  box-shadow: 10px 10px 0 var(--ink-cyan);
}

.ink-mini-browser__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.12);
}

.ink-mini-browser__bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ink-black);
}

.ink-mini-browser__bar span:nth-child(2) {
  background: var(--ink-pink);
}

.ink-mini-browser__bar span:nth-child(3) {
  background: var(--ink-lime);
}

.ink-mini-browser__bar b {
  margin-left: auto;
  font-family: var(--ink-font-mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.ink-mini-browser__hero {
  min-height: 110px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, var(--ink-black) 0 58%, var(--ink-pink) 58% 62%, var(--ink-cyan) 62% 100%);
}

.ink-mini-browser__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ink-mini-browser__grid i {
  min-height: 58px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 14px;
  background: var(--ink-white);
}

.ink-mini-browser__grid i:nth-child(2n) {
  background: rgba(19, 234, 234, 0.14);
}

.ink-service-chart {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 12px;
  min-height: 170px;
  padding: 18px;
  border-radius: 24px;
  background: var(--ink-black);
  color: var(--ink-white);
}

.ink-service-chart span {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 128px;
  padding: 10px 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
}

.ink-service-chart span::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: var(--ink-chart-fill);
  background: linear-gradient(180deg, var(--ink-lime), var(--ink-cyan));
  transform: scaleY(var(--ink-chart-state, 0.25));
  transform-origin: bottom center;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ink-service-chart b {
  position: relative;
  z-index: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--ink-font-mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.ink-service-visual-card.is-active .ink-service-chart span::before,
.ink-service-chart.is-active span::before {
  transform: scaleY(1);
}

.ink-brand-swatches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ink-brand-swatches span {
  min-height: 108px;
  border: 2px solid var(--ink-black);
  border-radius: 18px;
  box-shadow: 7px 7px 0 rgba(5, 5, 5, 0.1);
}

.ink-brand-swatches span:nth-child(1) {
  background: var(--ink-black);
}

.ink-brand-swatches span:nth-child(2) {
  background: var(--ink-cyan);
}

.ink-brand-swatches span:nth-child(3) {
  background: var(--ink-pink);
}

.ink-brand-swatches span:nth-child(4) {
  background: var(--ink-lime);
}

.ink-search-stack {
  display: grid;
  gap: 12px;
}

.ink-search-stack span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 16px;
  border: 2px solid var(--ink-black);
  border-radius: 16px;
  background: var(--ink-white);
  font-family: var(--ink-font-mono);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 var(--ink-cyan);
}

.ink-search-stack span:nth-child(2) {
  box-shadow-color: var(--ink-pink);
}

.ink-search-stack span:nth-child(3) {
  box-shadow-color: var(--ink-lime);
}

.ink-search-stack span::after {
  content: "";
  width: clamp(54px, 45%, 140px);
  height: 8px;
  border-radius: 999px;
  background: var(--ink-black);
}

.ink-search-stack span:nth-child(2)::after {
  width: clamp(70px, 60%, 160px);
}

.ink-search-stack span:nth-child(3)::after {
  width: clamp(86px, 72%, 180px);
}

.ink-search-stack span:nth-child(4)::after {
  width: clamp(100px, 84%, 200px);
}

.ink-rank-card {
  border-color: var(--ink-black);
  box-shadow: 8px 8px 0 var(--ink-lime);
}

.ink-rank-chart {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.ink-rank-chart svg {
  width: 100%;
  min-height: 150px;
  overflow: visible;
}

.ink-rank-chart path,
.ink-rank-chart circle {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ink-rank-chart__grid {
  stroke: rgba(5, 5, 5, 0.12);
  stroke-width: 1.4;
}

.ink-rank-chart__line {
  stroke: var(--ink-pink);
  stroke-width: 8;
  stroke-dasharray: 360;
  stroke-dashoffset: var(--ink-rank-dash, 140);
  transition: stroke-dashoffset 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ink-rank-chart circle {
  fill: var(--ink-lime);
  stroke: var(--ink-black);
  stroke-width: 4;
}

.ink-rank-card.is-active .ink-rank-chart__line {
  stroke-dashoffset: 0;
}

.ink-rank-chart div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.ink-rank-chart span {
  font-family: var(--ink-font-mono);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-rank-chart strong {
  color: var(--ink-black);
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.9;
}

.ink-service-action-panel {
  padding: clamp(24px, 4vw, 38px);
  border: 2px solid var(--ink-black);
  border-radius: var(--ink-radius);
  background: var(--ink-white);
  box-shadow: 10px 10px 0 var(--ink-lime);
}

.ink-service-action-panel p {
  margin: 0 0 22px;
  color: #373737;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
}

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

.ink-service-faq article {
  min-height: 0;
  padding: 26px;
  border: 1px solid var(--ink-line);
  border-radius: var(--ink-radius);
  background: var(--ink-white);
}

.ink-service-faq h3 {
  margin: 0 0 12px;
  color: var(--ink-black);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.08;
}

.ink-service-faq p {
  margin: 0;
}

.ink-service-pricing {
  background:
    radial-gradient(circle at 82% 14%, rgba(19, 234, 234, 0.14), transparent 0 18%, transparent 36%),
    var(--ink-soft);
}

.ink-price-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(34px, 5vw, 58px);
}

.ink-price-lane {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 560px;
  padding: clamp(24px, 3vw, 34px);
  border: 2px solid var(--ink-black);
  border-radius: var(--ink-radius);
  background: var(--ink-white);
  box-shadow: 10px 10px 0 var(--ink-cyan);
}

.ink-price-lane:nth-child(2) {
  box-shadow: 10px 10px 0 var(--ink-pink);
}

.ink-price-lane--featured {
  background:
    radial-gradient(circle at 86% 14%, rgba(185, 255, 41, 0.2), transparent 0 22%, transparent 42%),
    var(--ink-black);
  color: var(--ink-white);
  box-shadow: 10px 10px 0 var(--ink-lime);
}

.ink-price-lane span {
  color: var(--ink-pink);
  font-family: var(--ink-font-mono);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-price-lane--featured span,
.ink-price-lane--featured h3 {
  color: var(--ink-white);
}

.ink-price-lane h3 {
  margin: 0;
  color: var(--ink-black);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.ink-price-lane--featured h3 {
  color: var(--ink-white);
}

.ink-price-lane p {
  margin: 0;
}

.ink-price-lane--featured p {
  color: rgba(255, 255, 255, 0.74);
}

.ink-price-plans {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.ink-price-plans a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 62px;
  padding: 14px 16px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 16px;
  background: var(--ink-soft);
  color: var(--ink-black);
  text-decoration: none;
}

.ink-price-lane--featured .ink-price-plans a {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink-white);
}

.ink-price-plans a:hover {
  border-color: var(--ink-pink);
  transform: translateY(-2px);
}

.ink-price-plans strong,
.ink-price-plans b {
  font-size: 1rem;
  line-height: 1;
}

.ink-price-plans b {
  font-family: var(--ink-font-mono);
  color: var(--ink-pink);
}

.ink-service-detail .ink-page-section--dark h2,
.ink-service-detail .ink-page-section--dark h3,
.ink-service-detail .ink-page-section--dark .ink-eyebrow {
  color: var(--ink-white);
}

.ink-service-detail .ink-page-section--dark .ink-service-detail-rail article {
  background: rgba(255, 255, 255, 0.055);
}

@media (max-width: 1024px) {
  .wi-nav {
    display: none;
  }

  .wi-menu-toggle {
    display: inline-flex;
    min-width: 104px;
  }

  .wi-mobile-nav {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: calc(100vh - var(--wi-admin-bar-height) - var(--wi-header-height));
    height: calc(var(--wi-viewport-height, 100dvh) - var(--wi-admin-bar-height) - var(--wi-header-height));
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid var(--ink-line);
    background:
      radial-gradient(circle at 92% 6%, rgba(248, 19, 190, 0.13), transparent 0 24%, transparent 42%),
      radial-gradient(circle at 4% 96%, rgba(19, 234, 234, 0.13), transparent 0 22%, transparent 38%),
      var(--ink-white);
    box-shadow: 0 32px 70px rgba(5, 5, 5, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -16px, 0);
    visibility: hidden;
    transition:
      opacity 220ms ease,
      transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 280ms;
  }

  .wi-mobile-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    transition-delay: 0s;
  }

  body.wi-nav-open {
    position: fixed;
    top: var(--wi-nav-scroll-offset, 0);
    right: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    overscroll-behavior: none;
  }

  .wi-mobile-nav__inner {
    width: var(--ink-shell);
    margin: 0 auto;
    padding:
      clamp(24px, 4vw, 42px)
      0
      calc(clamp(32px, 6vw, 64px) + env(safe-area-inset-bottom));
  }

  .wi-mobile-nav__intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--ink-line);
  }

  .wi-mobile-nav__intro span {
    color: var(--ink-pink);
    font: 800 0.68rem/1.2 var(--ink-font-mono);
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .wi-mobile-nav__intro strong {
    max-width: 28ch;
    color: var(--ink-muted);
    font-size: 0.82rem;
    line-height: 1.35;
    text-align: right;
  }

  .wi-mobile-nav__list {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .wi-mobile-nav__list > li + li {
    border-top: 1px solid var(--ink-line);
  }

  .wi-mobile-nav__list > .wi-nav-item > a,
  .wi-mobile-nav__parent-row > a {
    display: flex;
    min-height: 58px;
    align-items: center;
    padding: 10px 0;
    color: var(--ink-black);
    font-size: clamp(1.05rem, 2.8vw, 1.28rem);
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
  }

  .wi-mobile-nav a[aria-current="page"] {
    color: var(--ink-pink);
  }

  .wi-mobile-nav__parent-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: center;
  }

  .wi-mobile-submenu-toggle {
    position: relative;
    display: grid;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(5, 5, 5, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--ink-black);
    cursor: pointer;
  }

  .wi-mobile-submenu-toggle span,
  .wi-mobile-submenu-toggle span::after {
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
    transition: transform 180ms ease;
  }

  .wi-mobile-submenu-toggle span::after {
    transform: rotate(90deg);
  }

  .wi-mobile-submenu-toggle[aria-expanded="true"] {
    border-color: var(--ink-pink);
    color: var(--ink-pink);
  }

  .wi-mobile-submenu-toggle[aria-expanded="true"] span::after {
    transform: rotate(0deg);
  }

  .wi-mobile-nav .wi-submenu {
    position: static;
    display: grid !important;
    width: 100%;
    gap: 0;
    padding: 0 0 14px 18px !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .wi-mobile-nav .wi-submenu[hidden] {
    display: none !important;
  }

  .wi-mobile-nav .wi-submenu li {
    border: 0;
  }

  .wi-mobile-nav .wi-submenu a {
    display: flex;
    min-height: 46px;
    align-items: center;
    padding: 8px 0;
    color: #4a4a4a;
    font-size: 0.94rem;
    font-weight: 750;
    line-height: 1.3;
    text-decoration: none;
  }

  .wi-mobile-nav .wi-nav-cta-item {
    padding-top: 18px;
    border-top: 0;
  }

  .wi-mobile-nav__list > .wi-nav-cta-item > .wi-nav-cta {
    min-height: 54px;
    padding: 10px 24px;
    border-radius: 14px;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
  }

  .wi-mobile-nav__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid var(--ink-line);
    color: var(--ink-muted);
    font-size: 0.82rem;
  }

  .wi-mobile-nav__footer span {
    flex: 1 0 100%;
    font: 750 0.7rem/1.2 var(--ink-font-mono);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .wi-mobile-nav__footer a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--ink-black);
    font-weight: 850;
    text-underline-offset: 4px;
  }

  body.wi-home-v2-route .wi-mobile-nav {
    border-color: rgba(255, 255, 255, 0.14);
    background:
      radial-gradient(circle at 92% 7%, rgba(248, 19, 190, 0.2), transparent 0 25%, transparent 43%),
      radial-gradient(circle at 3% 96%, rgba(19, 234, 234, 0.18), transparent 0 24%, transparent 40%),
      var(--wi-hv-black);
    color: var(--wi-hv-white);
  }

  body.wi-home-v2-route .wi-mobile-nav__intro,
  body.wi-home-v2-route .wi-mobile-nav__list > li + li,
  body.wi-home-v2-route .wi-mobile-nav__footer {
    border-color: rgba(255, 255, 255, 0.14);
  }

  body.wi-home-v2-route .wi-mobile-nav__intro strong,
  body.wi-home-v2-route .wi-mobile-nav__footer {
    color: rgba(255, 255, 255, 0.62);
  }

  body.wi-home-v2-route .wi-mobile-nav__list > .wi-nav-item > a,
  body.wi-home-v2-route .wi-mobile-nav__parent-row > a,
  body.wi-home-v2-route .wi-mobile-nav__footer a {
    color: var(--wi-hv-white);
  }

  body.wi-home-v2-route .wi-mobile-nav .wi-submenu a {
    color: rgba(255, 255, 255, 0.82);
  }

  body.wi-home-v2-route .wi-mobile-nav .wi-submenu a:hover,
  body.wi-home-v2-route .wi-mobile-nav .wi-submenu a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: var(--wi-hv-cyan);
  }

  body.wi-home-v2-route .wi-mobile-nav__list > .wi-nav-cta-item > .wi-nav-cta {
    border-color: var(--wi-hv-pink);
    background: var(--wi-hv-pink);
    color: var(--wi-hv-black) !important;
  }

  body.wi-home-v2-route .wi-mobile-submenu-toggle {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.06);
    color: var(--wi-hv-white);
  }

  body.wi-home-v2-route .wi-mobile-submenu-toggle[aria-expanded="true"],
  body.wi-home-v2-route .wi-mobile-nav a[aria-current="page"] {
    color: var(--wi-hv-cyan);
    border-color: var(--wi-hv-cyan);
  }

  .ink-hero__grid,
  .ink-fix__grid,
  .ink-story__grid,
  .ink-outcomes__grid,
  .ink-founders__grid,
  .ink-proof__grid,
  .ink-local__grid,
  .ink-cta__grid,
  .ink-page-hero__grid,
  .ink-page-split,
  .ink-page-band__grid,
  .ink-page-proof__grid,
  .ink-page-hero--visual .ink-page-hero__grid,
  .ink-page-cta__box--visual,
  .ink-services-section-head,
  .ink-services-flow__grid,
  .ink-services-next__grid,
  .ink-service-proof-grid,
  .ink-price-lanes,
  .ink-web-studio-grid,
  .ink-service-media-story__grid {
    grid-template-columns: 1fr;
  }

  .ink-service-media-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ink-web-work-card--featured,
  .ink-web-work-card--wide {
    grid-template-columns: 1fr;
  }

  .ink-services-next__links {
    grid-column: 1;
  }

  .ink-service-proof-grid__wide {
    grid-row: auto;
  }

  .ink-service-visual-card--wide {
    grid-row: auto;
    min-height: 0;
  }

  .ink-mini-browser {
    min-height: 270px;
  }

  .ink-brand-swatches span {
    min-height: 92px;
  }

  .ink-rank-chart svg {
    min-height: 132px;
  }

  .ink-service-faq {
    grid-template-columns: 1fr;
  }

  .ink-price-lane {
    min-height: 0;
  }

  .ink-seo-signal-grid {
    grid-template-columns: 1fr;
  }

  .ink-seo-hero-card {
    min-height: 540px;
  }

  .ink-web-hero-system {
    min-height: 560px;
  }

  .ink-web-studio-board__metrics {
    grid-template-columns: 1fr;
  }

  .ink-hero__map {
    width: 100vw;
    height: 100%;
    opacity: 0.54;
  }

  .ink-hero--baja {
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 56px 0;
  }

  .ink-hero__service-line {
    position: relative;
    left: auto;
    bottom: auto;
    width: var(--ink-shell);
    transform: none;
    margin-top: 36px;
  }

  .ink-hero-baja {
    min-height: 460px;
  }

  .ink-hero-baja img {
    height: 460px;
    min-height: 460px;
  }

  .ink-proof__media {
    min-height: 540px;
  }

  .ink-proof__media--work {
    min-height: 0;
  }

  .ink-proof__rail {
    gap: 16px;
  }

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

  .ink-service-visual--hero {
    min-height: 440px;
  }

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

  .ink-media-strip figure:nth-child(3) {
    grid-column: 1 / -1;
  }

  .ink-page-cta__box--visual .ink-button {
    justify-self: start;
  }

  .ink-services-map--rich .ink-service-route,
  .ink-services-map--rich .ink-service-route--wide {
    grid-column: 1 / -1;
  }

  .ink-services-hero__visual {
    min-height: 560px;
  }
}

@media (max-width: 900px) {
  .ink-service-track {
    width: 100%;
    margin-inline: 0;
    padding-left: 26px;
    padding-right: 82px;
    padding-bottom: 28px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 26px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    mask-image: linear-gradient(90deg, transparent 0, #000 20px, #000 calc(100% - 46px), transparent 100%);
  }

  .ink-service-track::-webkit-scrollbar {
    display: none;
  }

  .ink-service {
    flex: 0 0 min(74vw, 360px);
    scroll-snap-align: center;
  }
}

@media (max-width: 720px) {
  :root {
    --ink-shell: min(1180px, calc(100vw - 52px));
  }

  .wi-shell,
  .ink-shell {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 26px;
  }

  .ink-cursor-glow {
    display: none;
  }

  .wi-site-header__inner {
    min-height: 72px;
    gap: 14px;
  }

  .wi-brand img {
    width: min(146px, 42vw);
  }

  .wi-menu-toggle {
    flex: 0 0 auto;
    min-width: 94px;
    min-height: 44px;
    padding: 0 13px;
    font-size: 0.72rem;
  }

  .wi-mobile-nav__inner {
    width: 100%;
    padding-inline: 26px;
  }

  .wi-mobile-nav__intro {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .wi-mobile-nav__intro strong {
    text-align: left;
  }

  .ink-hero__grid,
  .ink-hero__copy {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .ink-hero {
    min-height: auto;
    padding-top: 52px;
  }

  .ink-hero__map {
    height: 560px;
    opacity: 0.5;
  }

  .ink-hero--baja {
    padding: 52px 0 44px;
    background:
      radial-gradient(circle at var(--ink-touch-x) var(--ink-touch-y), rgba(19, 234, 234, 0.22), transparent 0 20%, transparent 42%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 244, 0.78)),
      var(--ink-white);
  }

  .ink-hero__title {
    max-width: calc(100vw - 90px);
    font-size: clamp(2.8rem, 12vw, 3.9rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .ink-eyebrow {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .ink-eyebrow::before {
    display: block;
    margin-bottom: 8px;
  }

  .ink-hero__intro {
    margin-top: 22px;
    font-size: 1rem;
    width: calc(100vw - 90px);
    max-width: calc(100vw - 90px);
  }

  .ink-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-top: 32px;
  }

  .ink-button {
    width: auto;
    min-width: min(260px, calc(100vw - 90px));
    max-width: calc(100vw - 90px);
    min-height: 56px;
    padding-inline: 18px;
  }

  .ink-service-media-story::before {
    inset: 4% -36% auto auto;
    width: 86vw;
  }

  .ink-service-media-story__copy p {
    width: calc(100vw - 90px);
    max-width: calc(100vw - 90px);
    font-size: 1rem;
  }

  .ink-service-media-story__chips {
    width: calc(100vw - 90px);
    max-width: calc(100vw - 90px);
  }

  .ink-service-media-stack {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ink-web-work-grid {
    grid-template-columns: 1fr;
  }

  .ink-web-work-card--featured,
  .ink-web-work-card--wide {
    grid-column: auto;
  }

  .ink-web-work-card__screen {
    min-height: 310px;
  }

  .ink-web-work-card__body h3 {
    font-size: clamp(1.7rem, 8vw, 2.45rem);
  }

  .ink-web-work-note {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .ink-web-work-note--photos {
    max-width: none;
  }

  .ink-web-work-note__photos {
    width: 100%;
  }

  .ink-web-work-note img {
    max-width: 96px;
  }

  .ink-web-work-note__photos img {
    max-width: none;
  }

  .ink-service-media-panel {
    border-radius: 22px;
    box-shadow: 8px 8px 0 var(--ink-cyan);
  }

  .ink-service-media-story--web .ink-service-media-panel {
    box-shadow: 8px 8px 0 var(--ink-pink);
  }

  .ink-service-media-panel--wide,
  .ink-service-media-panel--portrait {
    min-height: 390px;
  }

  .ink-service-media-panel figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
    border-radius: 16px;
  }

  .ink-hero-baja {
    min-height: 430px;
    border-radius: 24px;
  }

  .ink-hero-baja img {
    height: 430px;
    min-height: 430px;
    object-position: 64% center;
  }

  .ink-hero-baja figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 15px 16px;
  }

  .ink-hero__proofline {
    gap: 9px;
    margin-top: 24px;
  }

  .ink-hero__proofline a {
    min-height: 35px;
    padding: 0 11px;
    font-size: 0.66rem;
  }

  .ink-hero__service-line {
    margin-top: 36px;
  }

  .ink-organic--hero {
    right: -18%;
    bottom: 18%;
    width: 74vw;
    opacity: 0.44;
  }

  .ink-story__dot {
    width: 5px;
    height: 5px;
  }

  .ink-section {
    padding: 88px 0;
  }

  .ink-services {
    padding: 88px 0 94px;
  }

  .ink-story__evidence {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ink-story__evidence article {
    padding: 18px;
  }

  .ink-topo-field {
    top: 18%;
    right: -30%;
    width: 96vw;
    height: 72vw;
    opacity: 0.42;
  }

  .ink-services--refined::after,
  .ink-proof::before,
  .ink-cta::before {
    opacity: 0.28;
  }

  .ink-local::before {
    opacity: 0.32;
  }

  .ink-section h2,
  .ink-services h2 {
    font-size: clamp(2.85rem, 12.2vw, 4.55rem);
  }

  .ink-story__copy p,
  .ink-outcomes__list p {
    font-size: 0.98rem;
  }

  .ink-fix__list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ink-service-track {
    width: 100%;
    margin-inline: 0;
    padding-left: 26px;
    padding-right: 82px;
    padding-bottom: 28px;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 26px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    mask-image: linear-gradient(90deg, transparent 0, #000 20px, #000 calc(100% - 46px), transparent 100%);
  }

  .ink-service-track::-webkit-scrollbar {
    display: none;
  }

  .ink-service {
    flex: 0 0 min(74vw, 330px);
    min-height: 360px;
    padding: 28px;
    scroll-snap-align: center;
    box-shadow: 8px 8px 0 var(--ink-cyan);
    transition: transform 220ms ease, box-shadow 220ms ease;
  }

  .ink-services--refined.is-mobile-rail-ready .ink-service-track {
    cursor: grab;
  }

  .ink-services--refined.is-mobile-rail-ready::before {
    animation: inkLanePulse 1.8s ease-in-out infinite;
  }

  .ink-service:nth-child(2n) {
    box-shadow: 8px 8px 0 var(--ink-pink);
  }

  .ink-service:nth-child(3n) {
    box-shadow: 8px 8px 0 var(--ink-lime);
  }

  .ink-service::after {
    right: 18px;
    bottom: 14px;
    font-size: 3.9rem;
  }

  .ink-service-rail-status {
    height: 4px;
    margin-top: 2px;
    border-radius: 999px;
  }

  .ink-service-rail-status::after {
    width: 18px;
    height: 18px;
  }

  .ink-outcomes__list article {
    padding: 26px 0 26px 20px;
  }

  .ink-outcomes__list article::before {
    width: 3px;
    height: calc(100% - 16px);
    top: 8px;
    transform: scaleY(var(--ink-outcome-line));
    transform-origin: top center;
  }

  .ink-proof__media--calm {
    transform: none;
  }

  .ink-founders__photo img {
    min-height: 420px;
  }

  .ink-proof__media {
    display: grid;
    min-height: 0;
    gap: 18px;
  }

  .ink-proof__media figure {
    position: relative;
    inset: auto;
    width: 100%;
    border-width: 5px;
  }

  .ink-proof__note {
    position: relative;
    inset: auto;
    width: 100%;
    padding: 22px;
  }

  .ink-proof__media--work {
    gap: 16px;
    width: 100vw;
    margin-inline: calc((var(--ink-shell) - 100vw) / 2);
    transform: none;
  }

  .ink-proof__rail {
    display: flex;
    gap: 16px;
    min-width: 0;
    padding: 2px max(26px, calc((100vw - var(--ink-shell)) / 2)) 30px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: max(26px, calc((100vw - var(--ink-shell)) / 2));
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    mask-image: linear-gradient(90deg, transparent 0, #000 22px, #000 calc(100% - 42px), transparent 100%);
  }

  .ink-proof__rail::-webkit-scrollbar {
    display: none;
  }

  .ink-proof__site--feature,
  .ink-proof__site--feature img {
    min-height: 270px;
  }

  .ink-proof__work-grid {
    display: contents;
  }

  .ink-proof__rail figure {
    flex: 0 0 min(78vw, 340px);
    width: auto;
    min-height: 260px;
    scroll-snap-align: center;
  }

  .ink-proof__rail figcaption {
    min-height: 56px;
  }

  .ink-proof__media--work .ink-proof__note {
    width: var(--ink-shell);
    margin-inline: auto;
    margin-top: 0;
  }

  .ink-outcomes__proof {
    padding: 20px 18px;
    box-shadow: 7px 7px 0 var(--ink-lime);
  }

  .ink-outcomes__proof ul {
    grid-template-columns: 1fr;
  }

  .ink-proof__chips {
    gap: 8px;
    margin-top: 26px;
  }

  .ink-proof__chips span {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.64rem;
  }

  .ink-local__brand-grid,
  .ink-local__brand-card--logo {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ink-local__brand-card--signals {
    grid-column: 1;
    grid-row: 2;
    min-height: 218px;
    padding-right: min(34vw, 150px);
  }

  .ink-local__brand-card--support {
    grid-column: 1;
    grid-row: 3;
    min-height: 168px;
  }

  .ink-local__brand-card--scout {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    justify-self: end;
    width: min(35vw, 138px);
    margin: 0 8px -2px 0;
    pointer-events: none;
  }

  .ink-local__brand-card--scout::before {
    left: 7%;
    bottom: 3px;
    width: 82%;
    height: 22px;
    transform: none;
  }

  .ink-local__brand-card--scout::after {
    left: -44px;
    right: 4px;
    bottom: 34px;
    height: 3px;
  }

  .ink-local__brand-card--scout img {
    width: 100%;
    max-height: 210px;
  }

  .ink-local__brand-card--logo {
    grid-column: auto;
    gap: 16px;
  }

  .ink-local__brand-card--logo img {
    width: min(100%, 210px);
  }

  .wi-footer-grid,
  .wi-footer-bottom,
  .ink-page-cards,
  .ink-page-cta__box {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ink-page-hero {
    padding-top: 58px;
  }

  .ink-page-hero h1 {
    max-width: calc(100vw - 90px);
    font-size: clamp(2.35rem, 9.5vw, 3.25rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .ink-page-hero__intro,
  .ink-page-hero__aside,
  .ink-page-note {
    width: calc(100vw - 90px);
    max-width: calc(100vw - 90px);
  }

  .ink-service-visual--hero {
    min-height: 380px;
    border-radius: 22px;
  }

  .ink-service-visual--hero img {
    width: 100%;
    min-height: 380px;
  }

  .ink-service-visual--hero figcaption {
    padding: 15px 16px;
    border-radius: 14px;
  }

  .ink-showcase-frame {
    border-radius: 20px;
  }

  .ink-showcase-frame img {
    height: 360px;
  }

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

  .ink-media-strip figure:nth-child(3) {
    grid-column: auto;
  }

  .ink-media-strip img {
    height: 260px;
  }

  .ink-founder-photo img {
    height: 390px;
  }

  .ink-cta-photo img {
    height: 210px;
  }

  .ink-page-hero__aside,
  .ink-page-card,
  .ink-page-proof__panel {
    padding: 22px;
  }

  .ink-page-section h2,
  .ink-page-band h2 {
    font-size: clamp(3.1rem, 14vw, 4.8rem);
    line-height: 1;
  }

  .ink-media-wash::before {
    inset: 16px -18% auto auto;
    width: min(82vw, 390px);
    opacity: 0.14;
    transform: rotate(4deg);
  }

  .ink-media-wash--dark::before {
    opacity: 0.18;
  }

  .ink-services-map,
  .ink-services-principles,
  .ink-offer-grid,
  .ink-services-map--rich,
  .ink-services-proof__grid {
    grid-template-columns: 1fr;
  }

  .ink-service-detail-hero {
    padding-top: 58px;
  }

  .ink-service-detail-hero h1,
  .ink-service-detail .ink-page-section h2,
  .ink-service-detail .ink-page-cta h2 {
    max-width: calc(100vw - 90px);
    font-size: clamp(2.55rem, 11vw, 4.1rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .ink-service-detail .ink-service-visual--hero {
    min-height: 0;
  }

  .ink-service-detail .ink-service-visual--hero img {
    min-height: 340px;
  }

  .ink-service-detail--web .ink-service-visual--hero img {
    min-height: 0;
    padding: 30px 22px 120px;
  }

  .ink-web-hero-system {
    min-height: 0;
    padding: 22px;
    border-radius: 22px;
  }

  .ink-web-hero-system__device,
  .ink-web-studio-board {
    border-radius: 20px;
  }

  .ink-web-hero-system__stage {
    min-height: 240px;
    padding: 18px;
  }

  .ink-web-hero-system__headline {
    width: 92%;
  }

  .ink-web-hero-system__copy,
  .ink-web-hero-system__cta {
    width: 72%;
  }

  .ink-web-hero-system__stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ink-web-hero-system__stack span {
    min-height: 48px;
  }

  .ink-web-studio-board {
    padding: 22px;
  }

  .ink-web-studio-board__screen span {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding-block: 12px;
  }

  .ink-web-studio-board__screen span::after {
    width: 100%;
  }

  .ink-seo-hero-card {
    min-height: 520px;
    padding: 22px;
    border-radius: 22px;
  }

  .ink-seo-hero-card__panel {
    width: 100%;
    gap: 10px;
    margin-bottom: 92px;
  }

  .ink-seo-hero-card__chart {
    grid-template-columns: 1fr;
  }

  .ink-seo-hero-card__chart svg {
    min-height: 124px;
  }

  .ink-seo-hero-card__gbp {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .ink-seo-hero-card__gbp strong {
    text-align: left;
  }

  .ink-seo-signal-board {
    padding: 22px;
  }

  .ink-seo-signal-board__timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ink-seo-signal-board__cards {
    grid-template-columns: 1fr;
  }

  .ink-service-detail-rail article {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 20px;
  }

  .ink-service-detail-rail article p {
    grid-column: 2;
  }

  .ink-service-proof-grid img {
    min-height: 250px;
  }

  .ink-service-detail--seo .ink-service-proof-grid__wide img {
    min-height: 220px;
    padding: 12px;
  }

  .ink-service-chart {
    min-height: 150px;
    gap: 8px;
    padding: 14px;
  }

  .ink-service-chart span {
    min-height: 110px;
  }

  .ink-search-stack span {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding-block: 13px;
  }

  .ink-search-stack span::after {
    width: 100%;
  }

  .ink-price-plans a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ink-service-faq article,
  .ink-service-proof-card,
  .ink-service-visual-card {
    min-height: 0;
  }

  .ink-service-route,
  .ink-service-route--wide {
    grid-column: auto;
    min-height: 310px;
    padding: 24px;
    box-shadow: 8px 8px 0 var(--ink-cyan);
  }

  .ink-service-route:nth-child(2n) {
    box-shadow: 8px 8px 0 var(--ink-pink);
  }

  .ink-service-route:nth-child(3n) {
    box-shadow: 8px 8px 0 var(--ink-lime);
  }

  .ink-service-route h3 {
    font-size: clamp(2.15rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .ink-principle-list li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ink-services-hero {
    padding-top: 56px;
  }

  .ink-services-pattern .ink-page-hero h1 {
    max-width: calc(100vw - 90px);
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .ink-services-pattern .ink-page-section h2,
  .ink-services-pattern .ink-page-cta h2 {
    font-size: clamp(2.35rem, 11vw, 3.7rem);
  }

  .ink-services-hero__visual {
    min-height: min(420px, 56svh);
    aspect-ratio: auto;
    width: calc(100vw - 90px);
    max-width: calc(100vw - 90px);
    transform: none !important;
  }

  .ink-services-hero__wash {
    inset: 16% 0 auto auto;
    width: min(66%, 220px);
    opacity: 0.36;
  }

  .ink-services-hero__device {
    width: 92%;
    left: 0;
  }

  .ink-services-hero__owner {
    width: min(48%, 190px);
    border-width: 5px;
  }

  .ink-services-hero__owner img {
    height: 240px;
  }

  .ink-services-hero__note {
    width: min(72%, 300px);
    padding: 17px;
  }

  .ink-services-section-head > p {
    margin-bottom: 0;
  }

  .ink-services-map--rich .ink-service-route,
  .ink-services-map--rich .ink-service-route--wide {
    min-height: 270px;
  }

  .ink-services-map--rich .ink-service-route--wide {
    padding-top: 240px;
  }

  .ink-services-map--rich .ink-service-route h3,
  .ink-services-map--rich .ink-service-route--wide h3 {
    font-size: clamp(1.8rem, 9vw, 2.9rem);
  }

  .ink-service-route--image img,
  .ink-service-route--image::after {
    height: 220px;
  }

  .ink-services-flow__rail article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ink-services-proof__image--large {
    grid-row: auto;
  }

  .ink-services-proof__image img {
    height: 280px;
    min-height: 280px;
  }

  .ink-services-next__card {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    min-height: 0;
    padding: 20px;
  }

  .ink-services-next__links a {
    min-height: 36px;
    font-size: 0.66rem;
  }
}

.ink-service-route--apps {
  background:
    linear-gradient(rgba(20, 234, 234, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 234, 234, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(248, 19, 190, 0.28), transparent 28%),
    #030407;
  background-size: 48px 48px, 48px 48px, auto, auto;
}

a.ink-v2-project {
  color: inherit;
  text-decoration: none;
}

.ink-v2-project .wi-project-status {
  justify-self: start;
  margin-top: 18px;
}

.wi-project-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(5, 5, 5, 0.18);
  border-radius: 999px;
  padding: 0 10px;
  color: #242424;
  font-family: var(--ink-font-mono);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wi-project-status--live {
  border-color: rgba(20, 166, 106, 0.36);
  background: rgba(20, 166, 106, 0.1);
  color: #087747;
}

.wi-project-status--staging,
.wi-project-status--in-development {
  border-color: rgba(197, 128, 0, 0.36);
  background: rgba(255, 178, 32, 0.11);
  color: #795000;
}

.wi-project-status--private {
  border-color: rgba(92, 103, 125, 0.34);
  background: rgba(92, 103, 125, 0.1);
  color: #4d566a;
}

.wi-portfolio-empty {
  border: 1px solid rgba(5, 5, 5, 0.14);
  padding: clamp(28px, 5vw, 58px);
  background: #f5f6f2;
}

.wi-project-story__hero {
  min-height: 740px;
}

.wi-project-story__hero .ink-v2-hero__copy h1 {
  max-width: 11ch;
  font-size: clamp(3.8rem, 6.5vw, 6.9rem);
}

.wi-project-story__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
}

.wi-project-story__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0 11px;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--ink-font-mono);
  font-size: 0.64rem;
  text-transform: uppercase;
}

.wi-project-story__meta .wi-project-status--live {
  border-color: rgba(185, 255, 51, 0.48);
  background: rgba(185, 255, 51, 0.12);
  color: var(--wi-hv-lime, #b9ff33);
}

.wi-project-story__hero-visual {
  position: relative;
  min-height: 500px;
  border: 1px solid rgba(20, 234, 234, 0.34);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.48);
}

.wi-project-story__hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: top left;
}

.wi-project-story__hero-visual figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  font-family: var(--ink-font-mono);
  font-size: 0.64rem;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.wi-project-story__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: start;
}

.wi-project-story__content {
  max-width: 820px;
}

.wi-project-story__content .entry-content h2 {
  margin-top: clamp(44px, 7vw, 76px);
  font-size: clamp(2.4rem, 4.4vw, 4.8rem);
  line-height: 0.98;
}

.wi-project-story__content .entry-content h2:first-child {
  margin-top: 0;
}

.wi-project-story__evidence {
  position: sticky;
  top: 110px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 16px;
  padding: clamp(26px, 4vw, 42px);
  background:
    radial-gradient(circle at 86% 12%, rgba(20, 234, 234, 0.16), transparent 25%),
    #f4f6f2;
}

.wi-project-story__evidence > span {
  color: #008f91;
  font-family: var(--ink-font-mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.wi-project-story__evidence strong {
  display: block;
  margin: 24px 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.wi-project-story__evidence a {
  display: inline-flex;
  margin-top: 14px;
  color: #050505;
  font-weight: 800;
  text-underline-offset: 6px;
}

@media (max-width: 900px) {
  .wi-project-story__hero .ink-v2-hero__grid,
  .wi-project-story__layout {
    grid-template-columns: 1fr;
  }

  .wi-project-story__hero-visual {
    min-height: 380px;
  }

  .wi-project-story__hero-visual img {
    min-height: 380px;
  }

  .wi-project-story__evidence {
    position: static;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wi-mobile-nav,
  .wi-menu-toggle__icon span,
  .wi-mobile-submenu-toggle span::after {
    transition-duration: 0.01ms !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .ink-hero__map {
    display: none;
  }

  .ink-cursor-glow {
    display: none;
  }

  .ink-collage__frame {
    transform: none !important;
  }
}

/* 3.9 mobile-first hero atmosphere: strong before WebGL, richer when enhanced. */
.wi-v2-hero {
  background:
    linear-gradient(104deg, rgba(0, 0, 0, 0.78) 0 36%, rgba(0, 0, 0, 0.28) 68%, rgba(0, 0, 0, 0.68)),
    radial-gradient(circle at 76% 18%, rgba(20, 234, 234, 0.34), transparent 32%),
    radial-gradient(circle at 52% 72%, rgba(248, 19, 190, 0.28), transparent 38%),
    var(--wi-hero-atmosphere, url("assets/images/approved-media/homepage-waves-atmosphere-2400x1060.jpg")) center / cover no-repeat,
    #020307;
}

.wi-v2-hero::before {
  opacity: 0.5;
  background:
    radial-gradient(ellipse at 74% 28%, rgba(20, 234, 234, 0.2), transparent 30%),
    radial-gradient(ellipse at 46% 64%, rgba(248, 19, 190, 0.16), transparent 38%),
    radial-gradient(ellipse at 50% 44%, transparent 0 46%, rgba(0, 0, 0, 0.54) 100%);
  animation: wiHeroAtmosphereDrift 12s ease-in-out infinite alternate;
}

.wi-v2-hero::after {
  opacity: 0.68;
}

.wi-v2-hero__backdrop.is-compact-field-ready .wi-v2-hero__canvas {
  opacity: 0.72;
  filter: saturate(1.32) contrast(1.18) brightness(1.08);
}

.ink-v2-hero--dark.ink-v2-motion-section {
  background:
    linear-gradient(108deg, rgba(0, 0, 0, 0.88) 0 34%, rgba(0, 0, 0, 0.34) 72%, rgba(0, 0, 0, 0.74)),
    radial-gradient(circle at 76% 20%, rgba(20, 234, 234, 0.28), transparent 29%),
    radial-gradient(circle at 52% 86%, rgba(248, 19, 190, 0.24), transparent 36%),
    var(--ink-approved-bg, linear-gradient(132deg, #090c18 0%, #120717 48%, #020305 100%)) center / cover no-repeat;
}

.ink-v2-hero--dark.ink-v2-motion-section::before {
  opacity: 0.78;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at var(--ink-motion-x, 72%) var(--ink-motion-y, 28%), rgba(20, 234, 234, 0.2), transparent 25%),
    radial-gradient(circle at 44% 78%, rgba(248, 19, 190, 0.17), transparent 31%);
  background-size: 84px 84px, 84px 84px, auto, auto;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.35), #000 44%, rgba(0, 0, 0, 0.7));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.35), #000 44%, rgba(0, 0, 0, 0.7));
  animation: wiHeroAtmosphereDrift 14s ease-in-out infinite alternate;
}

.ink-v2-hero--dark.ink-v2-motion-section.is-motion-static::before,
.wi-motion-static .ink-v2-hero--dark.ink-v2-motion-section::before {
  opacity: 0.88;
}

.ink-page-hero.ink-media-wash {
  background:
    linear-gradient(96deg, rgba(247, 248, 244, 0.97) 0 36%, rgba(247, 248, 244, 0.78) 64%, rgba(247, 248, 244, 0.9)),
    radial-gradient(circle at 78% 20%, rgba(20, 234, 234, 0.22), transparent 28%),
    radial-gradient(circle at 62% 84%, rgba(248, 19, 190, 0.16), transparent 30%),
    var(--ink-approved-bg, linear-gradient(132deg, #f4f6ef, #e8fbfb)) center / cover no-repeat;
}

.ink-page-hero.ink-media-wash::before {
  width: min(58vw, 820px);
  opacity: 0.34;
}

.ink-v2-motion-section.is-compact-field-ready .ink-v2-motion-field {
  opacity: 0.78;
}

@keyframes wiHeroAtmosphereDrift {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1.015);
  }

  100% {
    transform: translate3d(1.5%, 1.2%, 0) scale(1.045);
  }
}

@media (max-width: 900px) {
  .wi-v2-hero {
    background-position: center, center, center, 62% center, center;
  }

  .wi-v2-hero::before {
    opacity: 0.72;
  }

  .wi-v2-hero::after {
    opacity: 0.58;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 36%, rgba(0, 0, 0, 0.7) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 74%);
  }

  .wi-v2-hero__gridlines {
    opacity: 0.11;
    background-size: 72px 72px;
  }

  .wi-v2-hero__backdrop.is-compact-field-ready .wi-v2-hero__canvas {
    opacity: 0.86;
  }

  .ink-v2-hero--dark.ink-v2-motion-section {
    background-position: center, center, center, 64% center;
  }

  .ink-v2-hero--dark.ink-v2-motion-section::before {
    opacity: 0.9;
    background-size: 56px 56px, 56px 56px, auto, auto;
  }

  .ink-page-hero.ink-media-wash {
    background-position: center, center, center, 66% center;
  }

  .ink-page-hero.ink-media-wash::before {
    width: min(96vw, 560px);
    opacity: 0.28;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wi-v2-hero::before,
  .ink-v2-hero--dark.ink-v2-motion-section::before {
    animation: none;
    transform: none;
  }
}

/* Custom CRM + applications destination. */
.wi-apps-page {
  --wi-app-cyan: #14eaea;
  --wi-app-pink: #f813be;
  --wi-app-lime: #b9ff33;
  --wi-app-ink: #050505;
}

.wi-apps-hero {
  min-height: min(900px, calc(100svh - 72px));
}

.wi-apps-hero .ink-v2-hero__copy h1 {
  max-width: 11ch;
  font-size: clamp(3.75rem, 6.35vw, 6.8rem);
}

.wi-apps-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.wi-apps-hero__signals span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--ink-font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.wi-app-console {
  align-self: center;
  min-height: 520px;
  border: 1px solid rgba(20, 234, 234, 0.38);
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(248, 19, 190, 0.17), transparent 29%),
    rgba(5, 8, 17, 0.82);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.54), 0 0 70px rgba(20, 234, 234, 0.08);
  backdrop-filter: blur(18px);
}

.wi-app-console__bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 16px;
  font-family: var(--ink-font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wi-app-console__bar > span {
  display: flex;
  gap: 6px;
}

.wi-app-console__bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wi-app-cyan);
}

.wi-app-console__bar i:nth-child(2) {
  background: var(--wi-app-pink);
}

.wi-app-console__bar i:nth-child(3) {
  background: var(--wi-app-lime);
}

.wi-app-console__bar small {
  justify-self: end;
  color: var(--wi-app-lime);
}

.wi-app-console__body {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 470px;
}

.wi-app-console__body > aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 12px;
  background: rgba(255, 255, 255, 0.025);
}

.wi-app-console__body > aside b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--wi-app-cyan);
  color: #000;
  font-size: 0.72rem;
}

.wi-app-console__body > aside i {
  width: 22px;
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.24);
}

.wi-app-console__body > div {
  padding: clamp(24px, 4vw, 42px);
}

.wi-app-console__body header small,
.wi-app-console__body header strong {
  display: block;
}

.wi-app-console__body header small {
  color: var(--wi-app-cyan);
  font-family: var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-app-console__body header strong {
  max-width: 10ch;
  margin-top: 6px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 0.95;
}

.wi-app-console__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 34px 0;
}

.wi-app-console__stats span {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.wi-app-console__stats small,
.wi-app-console__stats b {
  display: block;
}

.wi-app-console__stats small {
  min-height: 2.5em;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.67rem;
  line-height: 1.2;
}

.wi-app-console__stats b {
  margin-top: 10px;
  color: var(--wi-app-lime);
  font-size: 1.65rem;
}

.wi-app-console__flow {
  display: grid;
  gap: 8px;
}

.wi-app-console__flow span {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.wi-app-console__flow i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wi-app-cyan);
  box-shadow: 0 0 16px rgba(20, 234, 234, 0.72);
}

.wi-app-console__flow small {
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--ink-font-mono);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.wi-apps-fit .ink-v2-section-head {
  max-width: 1020px;
}

.wi-apps-capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(38px, 6vw, 76px);
  border-top: 1px solid rgba(5, 5, 5, 0.16);
  border-left: 1px solid rgba(5, 5, 5, 0.16);
}

.wi-apps-capabilities article {
  min-height: 330px;
  border-right: 1px solid rgba(5, 5, 5, 0.16);
  border-bottom: 1px solid rgba(5, 5, 5, 0.16);
  padding: clamp(28px, 4vw, 52px);
  background:
    radial-gradient(circle at 88% 12%, rgba(20, 234, 234, 0.1), transparent 25%),
    #fff;
}

.wi-apps-capabilities article:nth-child(2),
.wi-apps-capabilities article:nth-child(3) {
  background:
    radial-gradient(circle at 88% 12%, rgba(248, 19, 190, 0.09), transparent 25%),
    #f6f7f3;
}

.wi-apps-capabilities span,
.wi-app-proof > div > span {
  color: #008f91;
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wi-apps-capabilities h3 {
  max-width: 12ch;
  margin-top: 46px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
}

.wi-apps-capabilities p {
  max-width: 620px;
  margin-bottom: 0;
}

.wi-apps-proof {
  background:
    radial-gradient(circle at 12% 18%, rgba(20, 234, 234, 0.14), transparent 24%),
    radial-gradient(circle at 86% 44%, rgba(248, 19, 190, 0.13), transparent 27%),
    #030305;
}

.wi-apps-proof .ink-v2-section-head p,
.wi-apps-proof .ink-v2-section-head--row > p {
  color: rgba(255, 255, 255, 0.7);
}

.wi-apps-proof .ink-v2-section-head--row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--ink-grid-gap);
  align-items: start;
}

.wi-apps-proof .ink-v2-section-head--row > div {
  grid-column: 1 / span 7;
}

.wi-apps-proof .ink-v2-section-head--row > aside {
  grid-column: 9 / -1;
}

.wi-apps-proof .ink-v2-section-head--row > div h2 {
  max-width: none;
  text-wrap: balance;
}

.wi-apps-proof__brief {
  padding: 4px 0 4px clamp(18px, 2vw, 28px);
  border-left: 2px solid var(--wi-app-cyan);
}

.wi-apps-proof__brief > .ink-eyebrow {
  color: var(--wi-app-cyan) !important;
}

.wi-apps-proof__brief dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.wi-apps-proof__brief dl > div {
  display: grid;
  grid-template-columns: minmax(110px, 0.62fr) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.wi-apps-proof__brief dt {
  color: #fff;
  font: 800 0.7rem/1.3 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-apps-proof__brief dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
  line-height: 1.45;
}

.wi-apps-proof__brief > p:last-child {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 0.78rem;
  line-height: 1.5;
}

.wi-app-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(40px, 6vw, 78px);
}

.wi-app-proof {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
}

.wi-app-proof--wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
}

.wi-app-proof figure {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  background: #0a0c14;
}

.wi-app-proof figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.74));
  pointer-events: none;
}

.wi-app-proof figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: top left;
  transition: transform 0.7s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.wi-app-proof:hover figure img {
  transform: scale(1.025);
}

.wi-app-proof figcaption {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 14px;
  left: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--ink-font-mono);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.wi-app-proof > div:not(.wi-sitekit-preview) {
  display: grid;
  align-content: start;
  padding: clamp(28px, 4vw, 48px);
}

.wi-app-proof > div > span {
  color: var(--wi-app-cyan);
}

.wi-app-proof h3 {
  margin-top: 18px;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 0.96;
}

.wi-app-proof p {
  color: rgba(255, 255, 255, 0.72);
}

.wi-app-proof ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.wi-app-proof li {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--ink-font-mono);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.wi-app-proof a {
  align-self: end;
  width: fit-content;
  margin-top: 28px;
  color: #fff;
  font-weight: 800;
  text-decoration-color: var(--wi-app-cyan);
  text-underline-offset: 6px;
}

.wi-sitekit-preview {
  min-height: 420px;
  padding: clamp(26px, 4vw, 42px);
  background:
    radial-gradient(circle at 80% 15%, rgba(185, 255, 51, 0.15), transparent 26%),
    linear-gradient(145deg, #10162a, #07080e);
}

.wi-sitekit-preview > header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px 12px 0 0;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.05);
}

.wi-sitekit-preview > header i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--wi-app-cyan);
  box-shadow: 0 0 18px rgba(20, 234, 234, 0.7);
}

.wi-sitekit-preview > header small {
  color: var(--wi-app-lime);
  font-family: var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-sitekit-preview > div {
  display: grid;
  grid-template-columns: 72px 1fr;
  min-height: 290px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.wi-sitekit-preview aside {
  display: grid;
  align-content: start;
  gap: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 26px 18px;
}

.wi-sitekit-preview aside span {
  height: 5px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.2);
}

.wi-sitekit-preview__main {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 28px;
}

.wi-sitekit-preview__main b {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

.wi-sitekit-preview__main i {
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(20, 234, 234, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.wi-apps-process__rail {
  display: grid;
  margin: clamp(40px, 6vw, 78px) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.wi-apps-process__rail li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 54px);
  min-height: 190px;
  border-top: 1px solid rgba(5, 5, 5, 0.17);
  padding: clamp(26px, 4vw, 44px) 0;
}

.wi-apps-process__rail li:last-child {
  border-bottom: 1px solid rgba(5, 5, 5, 0.17);
}

.wi-apps-process__rail > li > span {
  color: #008f91;
  font-family: var(--ink-font-mono);
  font-size: 0.82rem;
}

.wi-apps-process__rail h3 {
  max-width: 16ch;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
}

.wi-apps-process__rail p {
  max-width: 720px;
  margin-bottom: 0;
}

.wi-apps-faq .ink-service-faq {
  margin-top: clamp(38px, 6vw, 72px);
}

@media (max-width: 980px) {
  .wi-apps-hero .ink-v2-hero__grid,
  .wi-app-proof--wide,
  .wi-apps-proof .ink-v2-section-head--row {
    grid-template-columns: 1fr;
  }

  .wi-apps-hero {
    min-height: 0;
  }

  .wi-app-console {
    width: min(720px, 100%);
    margin: 18px auto 0;
  }

  .wi-app-proof--wide {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .wi-apps-hero .ink-v2-hero__grid {
    gap: 34px;
    padding-top: 52px;
  }

  .wi-apps-proof__brief dl > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .wi-apps-hero .ink-v2-hero__copy h1 {
    max-width: 9.6ch;
    font-size: clamp(3.35rem, 14vw, 4.65rem);
  }

  .wi-app-console {
    min-height: 0;
  }

  .wi-app-console__body {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wi-app-console__body > aside {
    display: none;
  }

  .wi-app-console__body > aside b {
    width: 28px;
    height: 28px;
  }

  .wi-app-console__body > aside i {
    width: 16px;
  }

  .wi-app-console__body > div {
    padding: 22px 16px;
  }

  .wi-app-console__stats {
    display: none;
  }

  .wi-app-console__stats span {
    padding: 10px 8px;
  }

  .wi-app-console__flow span {
    grid-template-columns: 9px 1fr;
  }

  .wi-app-console__flow small {
    display: none;
  }

  .wi-apps-capabilities,
  .wi-app-proof-grid {
    grid-template-columns: 1fr;
  }

  .wi-apps-capabilities article {
    min-height: 280px;
  }

  .wi-app-proof figure,
  .wi-app-proof figure img,
  .wi-sitekit-preview {
    min-height: 330px;
  }

  .wi-apps-process__rail li {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 0;
  }
}

.wi-qualification {
  display: grid;
  gap: 20px;
}

.wi-qualification__progress {
  color: #686863;
  font: 700 0.72rem/1.2 "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wi-qualification:not([data-wi-qualification-ready]) .wi-qualification__progress,
.wi-qualification:not([data-wi-qualification-ready]) [data-wi-form-next],
.wi-qualification:not([data-wi-qualification-ready]) [data-wi-form-back] {
  display: none;
}

.wi-qualification fieldset {
  display: grid;
  gap: 16px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.wi-qualification fieldset[hidden] {
  display: none;
}

.wi-qualification legend {
  margin-bottom: 18px;
  padding: 0;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.1;
}

.wi-qualification__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wi-qualification label {
  display: grid;
  gap: 7px;
  color: #333;
  font-size: 0.86rem;
  font-weight: 700;
}

.wi-qualification input:not([type="checkbox"]),
.wi-qualification select,
.wi-qualification textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  color: #111;
  background: #fff;
}

.wi-qualification textarea {
  min-height: 150px;
  resize: vertical;
}

.wi-qualification__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.wi-qualification__actions button,
.wi-qualification .wpcf7-submit {
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid #111;
  border-radius: 999px;
  color: #fff;
  background: #111;
  font-weight: 800;
  cursor: pointer;
}

.wi-qualification__actions button[data-wi-form-back] {
  color: #111;
  background: transparent;
}

.wi-qualification__consent label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  font-weight: 500;
}

@media (max-width: 680px) {
  .wi-qualification__grid {
    grid-template-columns: 1fr;
  }
}

@keyframes inkLanePulse {
  0%,
  100% {
    opacity: 0.26;
    transform: translate3d(-8px, 0, 0);
  }

  50% {
    opacity: 0.52;
    transform: translate3d(12px, 0, 0);
  }
}

/* Homepage creative rebuild - 2026-07-05 */
.ink-home--rebuild {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.035) 1px, transparent 1px) 50% 0 / 92px 92px,
    linear-gradient(180deg, #ffffff 0%, #f7f7f4 42%, #ffffff 100%);
}

.ink-home--rebuild [data-ink-depth-card] {
  --ink-card-x: 50%;
  --ink-card-y: 50%;
  --ink-depth-tilt-x: 0deg;
  --ink-depth-tilt-y: 0deg;
  --ink-depth-shift-x: 0px;
  --ink-depth-shift-y: 0px;
  transform:
    perspective(1000px)
    rotateX(var(--ink-depth-tilt-x))
    rotateY(var(--ink-depth-tilt-y))
    translate3d(var(--ink-depth-shift-x), var(--ink-depth-shift-y), 0);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  will-change: transform;
}

.ink-home--rebuild [data-ink-depth-card]::before {
  background: radial-gradient(circle at var(--ink-card-x) var(--ink-card-y), rgba(255, 255, 255, 0.38), transparent 30%);
}

.ink-hero--command {
  display: block;
  min-height: calc(100svh - var(--wi-header-height));
  height: auto;
  max-height: none;
  padding: clamp(46px, 5vw, 78px) 0 34px;
  background:
    radial-gradient(circle at var(--ink-pointer-x) var(--ink-pointer-y), rgba(19, 234, 234, 0.28), transparent 0 18%, transparent 42%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.98) 0 35%, rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0.18) 100%),
    linear-gradient(180deg, #ffffff, #f7f7f4);
}

.ink-hero-command__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 0.86fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.ink-hero-command__title {
  max-width: 790px;
  font-size: clamp(4.25rem, 7vw, 8.35rem);
  line-height: 0.9;
}

.ink-command-center {
  position: relative;
  min-height: clamp(560px, 57vw, 720px);
  isolation: isolate;
}

.ink-command-center::after {
  content: "";
  position: absolute;
  inset: 12% -5% auto auto;
  z-index: -1;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 44% 56% 50% 50% / 54% 42% 58% 46%;
  border: 1px solid rgba(5, 5, 5, 0.09);
  background:
    radial-gradient(circle at 72% 32%, rgba(248, 19, 190, 0.15), transparent 0 17%, transparent 34%),
    radial-gradient(circle at 24% 72%, rgba(19, 234, 234, 0.16), transparent 0 16%, transparent 36%);
}

.ink-command-center__screen {
  position: absolute;
  inset: 0 3% 12% 0;
  overflow: hidden;
  border: 2px solid var(--ink-black);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.72)),
    #050505;
  box-shadow: 18px 18px 0 var(--ink-cyan), 0 34px 90px rgba(5, 5, 5, 0.25);
}

.ink-command-center__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--ink-font-mono);
  font-size: 0.7rem;
  font-weight: 800;
}

.ink-command-center__bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ink-pink);
}

.ink-command-center__bar span:nth-child(2) {
  background: var(--ink-cyan);
}

.ink-command-center__bar span:nth-child(3) {
  background: var(--ink-lime);
}

.ink-command-center__bar b {
  margin-left: auto;
  letter-spacing: 0;
}

.ink-command-center__map {
  position: relative;
  min-height: 330px;
  margin: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 34px 34px,
    radial-gradient(circle at 22% 78%, rgba(248, 19, 190, 0.18), transparent 28%),
    radial-gradient(circle at 80% 22%, rgba(19, 234, 234, 0.2), transparent 32%);
}

.ink-command-center__map svg {
  position: absolute;
  inset: 7% 3%;
  width: 94%;
  height: 86%;
}

.ink-command-center__map path {
  fill: none;
  stroke: rgba(19, 234, 234, 0.52);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 14 16;
  animation: inkRouteDash 12s linear infinite;
}

.ink-command-center__map path:nth-child(2) {
  stroke: rgba(248, 19, 190, 0.48);
  animation-duration: 16s;
}

.ink-command-center__map path:nth-child(3) {
  stroke: rgba(185, 255, 41, 0.52);
  animation-duration: 10s;
}

.ink-map-pin {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink-black);
  font-family: var(--ink-font-mono);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.ink-map-pin--one { left: 12%; top: 18%; }
.ink-map-pin--two { right: 12%; top: 35%; }
.ink-map-pin--three { left: 32%; bottom: 18%; }

.ink-command-center__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 22px 22px;
}

.ink-command-center__metrics div {
  min-height: 122px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.ink-command-center__metrics span {
  display: block;
  color: var(--ink-cyan);
  font-family: var(--ink-font-mono);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-command-center__metrics strong {
  display: block;
  margin-top: 10px;
  color: var(--ink-white);
  font-size: clamp(1rem, 1.25vw, 1.24rem);
  line-height: 1.12;
}

.ink-command-center__photo {
  position: absolute;
  right: -8px;
  bottom: -18px;
  width: min(38%, 220px);
  margin: 0;
  overflow: hidden;
  border: 8px solid var(--ink-white);
  border-radius: 24px;
  box-shadow: 0 24px 58px rgba(5, 5, 5, 0.24);
}

.ink-command-center__photo img {
  width: 100%;
  height: 178px;
  object-fit: cover;
}

.ink-hero--command .ink-hero__service-line {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  margin-top: clamp(30px, 4vw, 54px);
}

.ink-diagnosis {
  background: var(--ink-black);
  color: var(--ink-white);
  overflow: hidden;
}

.ink-diagnosis h2,
.ink-diagnosis .ink-eyebrow,
.ink-diagnosis h3 {
  color: var(--ink-white);
}

.ink-diagnosis__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.ink-diagnosis__cards {
  display: grid;
  gap: 16px;
}

.ink-diagnosis__cards article {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
}

.ink-diagnosis__cards span,
.ink-seo-pages-panel span {
  color: var(--ink-lime);
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-diagnosis__cards h3 {
  margin: 12px 0;
  font-size: clamp(1.7rem, 2.6vw, 2.7rem);
  line-height: 0.96;
}

.ink-diagnosis__cards p,
.ink-owner-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.ink-services--rebuild .ink-service {
  min-height: 430px;
  border-radius: 24px;
}

.ink-seo-cockpit {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.04) 1px, transparent 1px) 50% 0 / 80px 80px,
    var(--ink-white);
}

.ink-seo-cockpit__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.74fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
  margin-bottom: clamp(24px, 3.4vw, 44px);
}

.ink-seo-cockpit__intro h2 {
  margin: 0;
  max-width: 680px;
  color: var(--ink-black);
  font-size: clamp(2.85rem, 4.15vw, 4.95rem);
  line-height: 0.94;
}

.ink-seo-cockpit__intro p:last-child {
  margin: 0;
  color: #3c3c3c;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.ink-seo-cockpit__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.75fr) minmax(250px, 0.74fr);
  gap: 18px;
  align-items: stretch;
}

.ink-seo-cockpit__grid > * {
  margin: 0;
  border-radius: 26px;
}

.ink-seo-map-panel,
.ink-seo-pages-panel,
.ink-seo-report-panel,
.ink-seo-photo-panel {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  background: var(--ink-white);
  box-shadow: 0 24px 60px rgba(5, 5, 5, 0.08);
}

.ink-seo-map-panel {
  grid-row: span 2;
  min-height: 560px;
  background:
    radial-gradient(circle at 18% 80%, rgba(248, 19, 190, 0.1), transparent 34%),
    var(--ink-black);
  color: var(--ink-white);
}

.ink-seo-map-panel h3,
.ink-seo-map-panel p {
  position: relative;
  z-index: 2;
}

.ink-seo-map-panel h3,
.ink-seo-pages-panel h3,
.ink-seo-report-panel h3 {
  margin: 22px 0 10px;
  font-size: clamp(1.75rem, 2.6vw, 2.9rem);
  line-height: 0.96;
}

.ink-seo-map-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.ink-seo-map-panel__map {
  position: relative;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 32px 32px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 32px 32px,
    radial-gradient(circle at 50% 50%, rgba(19, 234, 234, 0.12), transparent 48%);
}

.ink-map-node {
  position: absolute;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.1);
  color: var(--ink-white);
  font-family: var(--ink-font-mono);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-map-node--a { left: 9%; top: 14%; box-shadow: 0 0 0 18px rgba(19, 234, 234, 0.08); }
.ink-map-node--b { right: 11%; top: 18%; box-shadow: 0 0 0 24px rgba(248, 19, 190, 0.08); }
.ink-map-node--c { left: 18%; bottom: 11%; box-shadow: 0 0 0 20px rgba(185, 255, 41, 0.08); }
.ink-map-node--d { right: 20%; bottom: 17%; box-shadow: 0 0 0 28px rgba(19, 234, 234, 0.06); }

.ink-seo-pages-panel {
  background: var(--ink-soft);
}

.ink-seo-pages-panel h3 {
  padding: 14px 0;
  border-top: 1px solid rgba(5, 5, 5, 0.12);
  font-size: clamp(1.35rem, 2vw, 2.1rem);
}

.ink-seo-report-panel {
  background: linear-gradient(135deg, #ffffff, #f7f7f4);
}

.ink-report-bars {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 150px;
  padding: 14px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 18px;
  background: rgba(5, 5, 5, 0.04);
}

.ink-report-bars span {
  flex: 1;
  height: var(--h);
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--ink-pink), var(--ink-cyan));
  transform-origin: bottom center;
  animation: inkBarPulse 2.8s ease-in-out infinite;
}

.ink-report-bars span:nth-child(2n) {
  background: linear-gradient(180deg, var(--ink-lime), var(--ink-cyan));
  animation-delay: 0.24s;
}

.ink-seo-photo-panel {
  grid-column: span 2;
  min-height: 270px;
  padding: 0;
  background: var(--ink-black);
}

.ink-seo-photo-panel img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  opacity: 0.78;
  transform: scale(1.04);
  transition: transform 420ms ease, opacity 420ms ease;
}

.ink-seo-photo-panel:hover img {
  opacity: 0.92;
  transform: scale(1.09);
}

.ink-seo-photo-panel figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  max-width: 520px;
  padding: 15px 17px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink-black);
  font-weight: 800;
}

.ink-proof--rebuild {
  background:
    radial-gradient(circle at 88% 14%, rgba(19, 234, 234, 0.12), transparent 30%),
    var(--ink-black);
}

.ink-owner-strip {
  overflow: hidden;
  background: var(--ink-soft);
}

.ink-owner-strip__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
}

.ink-owner-strip__photo {
  margin: 0;
  overflow: hidden;
  border: 8px solid var(--ink-white);
  border-radius: 28px;
  box-shadow: 14px 14px 0 var(--ink-pink), 0 26px 68px rgba(5, 5, 5, 0.16);
}

.ink-owner-strip__photo img {
  width: 100%;
  height: clamp(360px, 46vw, 560px);
  object-fit: cover;
}

.ink-owner-strip h2 {
  margin: 0 0 20px;
  color: var(--ink-black);
  font-size: clamp(3rem, 6vw, 7rem);
  line-height: 0.9;
}

.ink-owner-strip p {
  max-width: 700px;
  color: #3c3c3c;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.ink-owner-strip__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.ink-owner-strip__points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 999px;
  background: var(--ink-white);
  font-family: var(--ink-font-mono);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ink-local--rebuild {
  background:
    radial-gradient(circle at var(--ink-pointer-x) var(--ink-pointer-y), rgba(248, 19, 190, 0.14), transparent 34%),
    var(--ink-black);
}

.ink-cta--rebuild {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.04) 1px, transparent 1px) 50% 0 / 90px 90px,
    var(--ink-white);
}

.ink-text-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--ink-cyan);
  font-family: var(--ink-font-mono);
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .ink-hero-command__grid,
  .ink-diagnosis__grid,
  .ink-seo-cockpit__intro,
  .ink-owner-strip__grid {
    grid-template-columns: 1fr;
  }

  .ink-command-center {
    min-height: 600px;
  }

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

  .ink-seo-map-panel {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .ink-hero--command {
    padding-top: 54px;
  }

  .ink-hero-command__title,
  .ink-seo-cockpit__intro h2,
  .ink-owner-strip h2 {
    max-width: calc(100vw - 90px);
    font-size: clamp(2.7rem, 12vw, 4.15rem);
    line-height: 0.96;
  }

  .ink-command-center {
    min-height: 590px;
    width: calc(100vw - 54px);
    max-width: calc(100vw - 54px);
  }

  .ink-command-center__screen {
    inset: 0 0 84px 0;
    border-radius: 24px;
    box-shadow: 9px 9px 0 var(--ink-cyan), 0 24px 64px rgba(5, 5, 5, 0.2);
  }

  .ink-command-center__map {
    min-height: 250px;
    margin: 16px;
  }

  .ink-command-center__metrics {
    grid-template-columns: 1fr;
    padding: 0 16px 16px;
  }

  .ink-command-center__metrics div {
    min-height: 86px;
  }

  .ink-command-center__photo {
    width: min(62%, 220px);
  }

  .ink-command-center__photo img {
    height: 160px;
  }

  .ink-diagnosis__cards article,
  .ink-seo-map-panel,
  .ink-seo-pages-panel,
  .ink-seo-report-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .ink-seo-cockpit__grid {
    grid-template-columns: 1fr;
  }

  .ink-seo-photo-panel {
    grid-column: auto;
  }

  .ink-seo-map-panel {
    min-height: 0;
  }

  .ink-seo-map-panel__map {
    min-height: 260px;
  }

  .ink-map-node {
    width: 70px;
    height: 70px;
    font-size: 0.6rem;
  }

  .ink-owner-strip__photo {
    box-shadow: 8px 8px 0 var(--ink-pink), 0 20px 48px rgba(5, 5, 5, 0.14);
  }
}

@keyframes inkRouteDash {
  to {
    stroke-dashoffset: -240;
  }
}

@keyframes inkBarPulse {
  0%,
  100% {
    transform: scaleY(0.82);
  }

  50% {
    transform: scaleY(1);
  }
}

/* Phase 18 blank-slate concept routes */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.wi-concept {
  --wi-cx: 50%;
  --wi-cy: 50%;
  --wi-nx: 0;
  --wi-ny: 0;
  --wi-card-x: 50%;
  --wi-card-y: 50%;
  --wi-tilt-x: 0deg;
  --wi-tilt-y: 0deg;
  --wi-shift-x: 0px;
  --wi-shift-y: 0px;
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(circle at var(--wi-cx) var(--wi-cy), rgba(19, 234, 234, 0.18), transparent 30vw), linear-gradient(135deg, #050505 0%, #111 38%, #f8f8f8 38.2%, #fff 100%);
  color: var(--ink-black);
}

.wi-concept::before {
  content: "";
  position: fixed;
  inset: var(--wi-header-height) 0 0;
  z-index: -2;
  pointer-events: none;
  background-image: linear-gradient(rgba(5, 5, 5, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(5, 5, 5, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 72%);
}

.wi-concept::after {
  content: "";
  position: fixed;
  inset: var(--wi-header-height) 0 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(248, 19, 190, 0.14), transparent 28%), linear-gradient(300deg, rgba(185, 255, 41, 0.13), transparent 30%);
  mix-blend-mode: multiply;
}

.wi-concept-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(19, 234, 234, 0.5);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(19, 234, 234, 0.2), transparent 68%);
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 180ms ease;
}

.wi-concept.is-pointer-active .wi-concept-cursor {
  opacity: 1;
}

.wi-concept-shell {
  width: min(1200px, calc(100vw - 40px));
  margin-inline: auto;
}

.wi-concept-switcher {
  position: sticky;
  top: calc(var(--wi-header-height) + 12px);
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: min(820px, calc(100vw - 28px));
  margin: 14px auto -70px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.62);
  box-shadow: 0 22px 80px rgba(5, 5, 5, 0.26);
  backdrop-filter: blur(18px);
}

.wi-concept-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--ink-white);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wi-concept-switcher a:hover,
.wi-concept-switcher a[aria-current="page"] {
  background: var(--ink-cyan);
  color: var(--ink-black);
  transform: translateY(-1px);
}

.wi-kicker {
  margin: 0 0 14px;
  color: var(--ink-pink);
  font-family: var(--ink-font-mono);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wi-concept h1,
.wi-concept h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(3.4rem, 8.4vw, 8.6rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.wi-concept h2 {
  font-size: clamp(2.35rem, 5.4vw, 5.9rem);
}

.wi-concept p {
  font-size: clamp(1rem, 1.32vw, 1.18rem);
}

.wi-concept [data-wi-split] .wi-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.wi-concept [data-wi-split] .wi-word > span {
  display: inline-block;
}

.wi-concept-hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - var(--wi-header-height));
  padding: clamp(92px, 11vw, 142px) 0 clamp(70px, 8vw, 118px);
  color: var(--ink-white);
}

.wi-concept-hero--baja {
  align-items: end;
  background: #050505;
}

.wi-baja-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--wi-tilt-x)) rotateY(var(--wi-tilt-y));
  transition: transform 220ms ease;
}

.wi-baja-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.16) contrast(1.06);
  transform: translate3d(calc(var(--wi-nx) * -18px), calc(var(--wi-ny) * -16px), 0) scale(1.06);
}

.wi-baja-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.86) 0%, rgba(5, 5, 5, 0.48) 38%, rgba(5, 5, 5, 0.03) 72%), linear-gradient(0deg, rgba(5, 5, 5, 0.78), transparent 44%);
}

.wi-baja-scan {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 9px);
  mix-blend-mode: overlay;
  opacity: 0.42;
}

.wi-baja-orbit {
  position: absolute;
  border: 1px solid rgba(19, 234, 234, 0.7);
  border-radius: 999px;
  box-shadow: 0 0 46px rgba(19, 234, 234, 0.28);
  pointer-events: none;
}

.wi-baja-orbit--one {
  right: 6vw;
  top: 20vh;
  width: min(34vw, 520px);
  aspect-ratio: 1;
  transform: rotate(-19deg);
}

.wi-baja-orbit--two {
  right: 21vw;
  bottom: 14vh;
  width: min(22vw, 340px);
  aspect-ratio: 1 / 0.52;
  border-color: rgba(248, 19, 190, 0.72);
  transform: rotate(16deg);
}

.wi-concept-hero__copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 20px;
  max-width: 920px;
}

.wi-concept-hero__copy p:not(.wi-kicker),
.wi-service-hero p:not(.wi-kicker),
.wi-lab-copy p:not(.wi-kicker),
.wi-console-grid p:not(.wi-kicker),
.wi-mobile-proof-grid p:not(.wi-kicker) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.wi-service-hero p:not(.wi-kicker),
.wi-lab-copy p:not(.wi-kicker),
.wi-mobile-proof-grid p:not(.wi-kicker) {
  color: rgba(5, 5, 5, 0.72);
}

.wi-rank-console .wi-console-grid p:not(.wi-kicker) {
  color: rgba(255, 255, 255, 0.74);
}

.wi-concept-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.wi-concept-button {
  --wi-button-x: 0px;
  --wi-button-y: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transform: translate3d(var(--wi-button-x), var(--wi-button-y), 0);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.wi-concept-button--dark {
  background: var(--ink-black);
  color: var(--ink-white);
}

.wi-concept-button--light {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink-black);
}

.wi-concept-button:hover {
  background: var(--ink-cyan);
  color: var(--ink-black);
}

.wi-signal-card,
.wi-path-board a,
.wi-lab-stack article,
.wi-cluster-grid article,
.wi-console-panel,
.wi-decision-stack article,
.wi-phone-stack,
.wi-concept-cta .wi-concept-shell,
.wi-build-lab,
.wi-seo-map-lab,
.wi-proof-river figure,
.wi-theater-grid figure {
  position: relative;
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--wi-tilt-x)) rotateY(var(--wi-tilt-y)) translate3d(var(--wi-shift-x), var(--wi-shift-y), 0);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wi-signal-card::before,
.wi-path-board a::before,
.wi-lab-stack article::before,
.wi-cluster-grid article::before,
.wi-console-panel::before,
.wi-decision-stack article::before,
.wi-phone-stack::before,
.wi-concept-cta .wi-concept-shell::before,
.wi-build-lab::before,
.wi-seo-map-lab::before,
.wi-proof-river figure::before,
.wi-theater-grid figure::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--wi-card-x) var(--wi-card-y), rgba(19, 234, 234, 0.26), transparent 34%);
  opacity: 0;
  transition: opacity 160ms ease;
}

.wi-signal-card:hover::before,
.wi-path-board a:hover::before,
.wi-lab-stack article:hover::before,
.wi-cluster-grid article:hover::before,
.wi-console-panel:hover::before,
.wi-decision-stack article:hover::before,
.wi-phone-stack:hover::before,
.wi-concept-cta .wi-concept-shell:hover::before,
.wi-build-lab:hover::before,
.wi-seo-map-lab:hover::before,
.wi-proof-river figure:hover::before,
.wi-theater-grid figure:hover::before {
  opacity: 1;
}

.wi-signal-card--hero {
  position: absolute;
  right: max(28px, 7vw);
  bottom: max(28px, 8vh);
  z-index: 2;
  width: min(360px, calc(100vw - 56px));
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  background: rgba(5, 5, 5, 0.58);
  color: var(--ink-white);
  box-shadow: 0 28px 90px rgba(5, 5, 5, 0.38);
  backdrop-filter: blur(18px);
}

.wi-signal-card span,
.wi-lab-stack span,
.wi-cluster-grid span,
.wi-decision-stack span {
  display: block;
  color: var(--ink-cyan);
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.wi-signal-card strong {
  display: block;
  margin: 8px 0 16px;
  font-size: 1.5rem;
  line-height: 1;
}

.wi-signal-card ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.wi-signal-meter {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.wi-signal-meter i {
  display: block;
  width: var(--wi-meter);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ink-pink), var(--ink-cyan), var(--ink-lime));
}

.wi-concept-section {
  position: relative;
  padding: clamp(82px, 11vw, 150px) 0;
}

.wi-signal-path,
.wi-home-lab,
.wi-intent-clusters,
.wi-design-system,
.wi-work-theater,
.wi-mobile-proof {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 248, 248, 0.9));
}

.wi-signal-path::after,
.wi-intent-clusters::after,
.wi-design-system::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: min(44vw, 520px);
  height: min(44vw, 520px);
  pointer-events: none;
  background: linear-gradient(135deg, transparent 48%, rgba(19, 234, 234, 0.18) 48.2%, rgba(248, 19, 190, 0.14));
}

.wi-signal-path > *,
.wi-intent-clusters > *,
.wi-design-system > * {
  position: relative;
  z-index: 1;
}

.wi-offset-grid,
.wi-lab-grid,
.wi-console-grid,
.wi-mobile-proof-grid,
.wi-service-hero__grid,
.wi-web-hero-grid,
.wi-design-system-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.wi-path-board,
.wi-lab-stack,
.wi-cluster-grid,
.wi-decision-stack {
  display: grid;
  gap: 14px;
}

.wi-path-board a,
.wi-lab-stack article,
.wi-cluster-grid article,
.wi-decision-stack article {
  display: grid;
  gap: 10px;
  min-height: 132px;
  padding: 24px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink-black);
  text-decoration: none;
  box-shadow: 0 22px 70px rgba(5, 5, 5, 0.08);
}

.wi-path-board a:nth-child(even),
.wi-lab-stack article:nth-child(2),
.wi-decision-stack article:nth-child(2) {
  margin-left: clamp(0px, 4vw, 72px);
}

.wi-path-board a:nth-child(even) {
  background: rgba(5, 5, 5, 0.92);
  color: var(--ink-white);
}

.wi-lab-stack article:nth-child(3),
.wi-decision-stack article:nth-child(3) {
  margin-left: clamp(0px, 8vw, 108px);
}

.wi-path-board b,
.wi-lab-stack b,
.wi-cluster-grid b,
.wi-decision-stack b {
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1;
}

.wi-path-board span {
  color: inherit;
  opacity: 0.75;
}

.wi-section-band {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.wi-proof-river {
  background: #050505;
  color: var(--ink-white);
}

.wi-proof-river__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 16px;
}

.wi-proof-river figure,
.wi-theater-grid figure {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.wi-proof-river img,
.wi-theater-grid img {
  width: 100%;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
  transition: transform 400ms ease;
}

.wi-proof-river figure:hover img,
.wi-theater-grid figure:hover img {
  transform: scale(1.08);
}

.wi-proof-river figcaption,
.wi-theater-grid figcaption {
  padding: 16px;
  font-weight: 900;
}

.wi-concept-cta {
  padding: clamp(72px, 9vw, 130px) 0;
  background: var(--ink-cyan);
}

.wi-concept-cta .wi-concept-shell {
  display: grid;
  gap: 22px;
  padding: clamp(30px, 6vw, 72px);
  border: 1px solid rgba(5, 5, 5, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.64);
}

.wi-concept-service {
  background: radial-gradient(circle at var(--wi-cx) var(--wi-cy), rgba(248, 19, 190, 0.13), transparent 32vw), linear-gradient(135deg, #f8f8f8 0%, #fff 46%, #050505 46.2%, #101010 100%);
}

.wi-service-hero {
  padding: clamp(120px, 13vw, 176px) 0 clamp(76px, 8vw, 126px);
  min-height: calc(96vh - var(--wi-header-height));
}

.wi-service-hero h1 {
  max-width: 850px;
  font-size: clamp(3rem, 6.9vw, 7.4rem);
}

.wi-seo-map-lab,
.wi-build-lab {
  min-height: 620px;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 28px;
  background: #050505;
  box-shadow: 0 36px 100px rgba(5, 5, 5, 0.24);
}

.wi-seo-map-lab img,
.wi-build-lab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(1.2) contrast(1.08);
}

.wi-seo-map-lab::after,
.wi-build-lab::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.7), transparent 56%), radial-gradient(circle at var(--wi-card-x) var(--wi-card-y), rgba(19, 234, 234, 0.28), transparent 34%);
  pointer-events: none;
}

.wi-map-grid {
  position: absolute;
  inset: 28px;
  z-index: 2;
  border: 1px solid rgba(19, 234, 234, 0.44);
  background-image: linear-gradient(rgba(19, 234, 234, 0.22) 1px, transparent 1px), linear-gradient(90deg, rgba(19, 234, 234, 0.22) 1px, transparent 1px);
  background-size: 54px 54px;
}

.wi-seo-map-lab span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.72);
  color: var(--ink-white);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.wi-seo-map-lab span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--ink-lime);
  box-shadow: 0 0 18px var(--ink-lime);
}

.wi-cluster-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.wi-rank-console {
  background: #050505;
  color: var(--ink-white);
}

.wi-console-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
}

.wi-console-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.wi-console-row b {
  color: var(--ink-lime);
}

.wi-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.wi-metrics div {
  padding: 26px;
  border-bottom: 4px solid var(--ink-pink);
  background: var(--ink-black);
  color: var(--ink-white);
}

.wi-metrics strong {
  display: block;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.9;
}

.wi-build-window {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 4px;
  width: min(250px, 48%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(5, 5, 5, 0.72);
  color: var(--ink-white);
  box-shadow: 0 22px 70px rgba(5, 5, 5, 0.34);
  backdrop-filter: blur(14px);
}

.wi-build-window b {
  font-size: 1.35rem;
}

.wi-build-window span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.wi-build-window--one {
  left: 7%;
  top: 10%;
}

.wi-build-window--two {
  right: 8%;
  top: 42%;
}

.wi-build-window--three {
  left: 14%;
  bottom: 10%;
}

.wi-theater-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  gap: 16px;
  margin-top: 34px;
}

.wi-theater-grid figure {
  background: var(--ink-black);
  color: var(--ink-white);
}

.wi-theater-grid figure:first-child {
  grid-row: span 2;
}

.wi-theater-grid figure:first-child img {
  aspect-ratio: 1 / 1.35;
}

.wi-phone-stack {
  display: grid;
  gap: 14px;
  min-height: 520px;
  padding: 30px;
  border: 12px solid var(--ink-black);
  border-radius: 44px;
  background: linear-gradient(180deg, rgba(19, 234, 234, 0.32), transparent), var(--ink-white);
  box-shadow: 0 34px 100px rgba(5, 5, 5, 0.18);
}

.wi-phone-stack div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-radius: 22px;
  background: var(--ink-black);
  color: var(--ink-white);
}

.wi-phone-stack div:nth-child(2) {
  background: var(--ink-pink);
}

.wi-phone-stack div:nth-child(3) {
  background: var(--ink-cyan);
  color: var(--ink-black);
}

@media (prefers-reduced-motion: no-preference) {
  .wi-map-grid {
    animation: wiGridDrift 9s linear infinite;
  }

  .wi-baja-orbit--one {
    animation: wiOrbitPulseOne 7s ease-in-out infinite;
  }

  .wi-baja-orbit--two {
    animation: wiOrbitPulseTwo 9s ease-in-out infinite reverse;
  }
}

@keyframes wiGridDrift {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 54px 54px;
  }
}

@keyframes wiOrbitPulseOne {
  0%,
  100% {
    opacity: 0.42;
    transform: rotate(-19deg) scale(1);
  }

  50% {
    opacity: 0.78;
    transform: rotate(-12deg) scale(1.04);
  }
}

@keyframes wiOrbitPulseTwo {
  0%,
  100% {
    opacity: 0.42;
    transform: rotate(16deg) scale(1);
  }

  50% {
    opacity: 0.78;
    transform: rotate(10deg) scale(1.04);
  }
}

@media (max-width: 980px) {
  .wi-concept-switcher {
    overflow-x: auto;
    justify-content: flex-start;
    margin-bottom: -58px;
  }

  .wi-concept-switcher a {
    flex: 0 0 auto;
  }

  .wi-signal-card--hero {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 28px auto 0;
  }

  .wi-offset-grid,
  .wi-section-band,
  .wi-lab-grid,
  .wi-console-grid,
  .wi-mobile-proof-grid,
  .wi-service-hero__grid,
  .wi-web-hero-grid,
  .wi-design-system-grid,
  .wi-theater-grid {
    grid-template-columns: 1fr;
  }

  .wi-proof-river__track,
  .wi-cluster-grid,
  .wi-metrics {
    grid-template-columns: 1fr;
  }

  .wi-proof-river__track {
    display: flex;
    overflow-x: auto;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
  }

  .wi-proof-river figure {
    flex: 0 0 min(78vw, 360px);
    scroll-snap-align: start;
  }

  .wi-lab-stack article,
  .wi-lab-stack article:nth-child(2),
  .wi-lab-stack article:nth-child(3),
  .wi-decision-stack article,
  .wi-decision-stack article:nth-child(2),
  .wi-decision-stack article:nth-child(3),
  .wi-path-board a:nth-child(even) {
    margin-left: 0;
  }

  .wi-seo-map-lab,
  .wi-build-lab {
    min-height: 480px;
  }
}

@media (max-width: 640px) {
  .wi-concept-shell {
    width: min(100% - 28px, 1200px);
  }

  .wi-concept h1 {
    font-size: clamp(2.65rem, 15vw, 4.2rem);
  }

  .wi-concept h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .wi-concept-hero,
  .wi-service-hero {
    padding-top: 108px;
  }

  .wi-concept-actions,
  .wi-concept-button {
    width: 100%;
  }

  .wi-baja-stage::after {
    background: linear-gradient(0deg, rgba(5, 5, 5, 0.86), rgba(5, 5, 5, 0.34) 62%, rgba(5, 5, 5, 0.18)), linear-gradient(90deg, rgba(5, 5, 5, 0.62), transparent);
  }

  .wi-baja-orbit--one {
    width: 76vw;
    right: -22vw;
    top: 18vh;
  }

  .wi-baja-orbit--two {
    width: 58vw;
    right: 8vw;
  }

  .wi-build-window {
    width: 68%;
  }

  .wi-phone-stack {
    min-height: 420px;
    border-width: 9px;
    border-radius: 34px;
    padding: 18px;
  }
}

/* Home V1 — connected agency */
.wi-home-v1,
.wi-home-v2 {
  --wi-hv-black: #050505;
  --wi-hv-white: #ffffff;
  --wi-hv-soft: #f4f5f1;
  --wi-hv-pink: #f813be;
  --wi-hv-cyan: #13eaea;
  --wi-hv-lime: #b9ff29;
  --wi-hv-line: rgba(5, 5, 5, 0.14);
  position: relative;
  overflow: clip;
  color: var(--wi-hv-black);
  font-family: var(--ink-font-body);
  isolation: isolate;
}

.wi-home-v1 .wi-hv-shell,
.wi-home-v2 .wi-hv-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.wi-home-v1 h1,
.wi-home-v1 h2,
.wi-home-v1 h3,
.wi-home-v2 h1,
.wi-home-v2 h2,
.wi-home-v2 h3 {
  margin: 0;
  font-family: var(--ink-font-display);
  letter-spacing: 0;
  text-wrap: balance;
}

.wi-home-v1 p,
.wi-home-v2 p {
  margin-top: 0;
}

.wi-home-v1 a,
.wi-home-v2 a {
  text-decoration: none;
}

.wi-home-v1 a:focus-visible,
.wi-home-v1 summary:focus-visible,
.wi-home-v2 a:focus-visible {
  outline: 3px solid var(--wi-hv-cyan);
  outline-offset: 5px;
}

.wi-home-v1 [data-wi-home-depth],
.wi-home-v2 [data-wi-home-depth] {
  --wi-hv-rx: 0deg;
  --wi-hv-ry: 0deg;
  --wi-hv-dx: 0px;
  --wi-hv-dy: 0px;
  transform: perspective(1100px) rotateX(var(--wi-hv-rx)) rotateY(var(--wi-hv-ry)) translate3d(var(--wi-hv-dx), var(--wi-hv-dy), 0);
  transform-style: preserve-3d;
  transition: transform 220ms ease;
  will-change: auto;
}

.wi-home-v1 [data-wi-home-magnetic],
.wi-home-v2 [data-wi-home-magnetic] {
  --wi-hv-bx: 0px;
  --wi-hv-by: 0px;
  transform: translate3d(var(--wi-hv-bx), var(--wi-hv-by), 0);
}

.wi-home-v1 [data-wi-home-heading],
.wi-home-v1 [data-wi-home-lift],
.wi-home-v2 [data-wi-home-heading],
.wi-home-v2 [data-wi-home-lift] {
  visibility: visible;
  opacity: 1;
}

.wi-hv-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: rgba(5, 5, 5, 0.58);
  font: 700 0.72rem/1.4 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-hv-kicker::before {
  content: "";
  flex: 0 0 34px;
  width: 34px;
  height: 3px;
  background: linear-gradient(90deg, var(--wi-hv-pink) 0 33%, var(--wi-hv-cyan) 33% 66%, var(--wi-hv-lime) 66%);
}

.wi-hv-kicker--light {
  color: rgba(255, 255, 255, 0.62);
}

.wi-hv-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.wi-hv-button,
.wi-v2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 56px;
  padding: 0 25px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.wi-hv-button span,
.wi-v2-button span {
  font-size: 1.05rem;
  transition: transform 180ms ease;
}

.wi-hv-button:hover span,
.wi-v2-button:hover span {
  transform: translate(2px, -2px);
}

.wi-hv-button--dark {
  background: var(--wi-hv-black);
  color: var(--wi-hv-white);
}

.wi-hv-button--dark:hover {
  background: var(--wi-hv-pink);
}

.wi-hv-button--line {
  border-color: rgba(5, 5, 5, 0.3);
  background: rgba(255, 255, 255, 0.66);
  color: var(--wi-hv-black);
}

.wi-hv-button--line:hover {
  border-color: var(--wi-hv-black);
  background: var(--wi-hv-white);
}

.wi-hv-button--cyan {
  background: var(--wi-hv-cyan);
  color: var(--wi-hv-black);
}

.wi-hv-button--cyan:hover {
  background: var(--wi-hv-white);
}

.wi-hv-button--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--wi-hv-white);
}

.wi-hv-button--ghost:hover {
  border-color: var(--wi-hv-white);
  background: var(--wi-hv-white);
  color: var(--wi-hv-black);
}

.wi-hv-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wi-hv-white);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.wi-hv-text-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--wi-hv-cyan);
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 180ms ease;
}

.wi-hv-text-link:hover::after {
  transform: scaleX(1);
}

.wi-hv-text-link--dark {
  color: var(--wi-hv-black);
}

.wi-v1-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(5, 5, 5, 0.04) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(90deg, rgba(5, 5, 5, 0.04) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--wi-hv-soft);
}

.wi-v1-hero::before {
  content: "";
  position: absolute;
  top: -280px;
  right: -240px;
  width: 720px;
  aspect-ratio: 1;
  border: 1px solid rgba(19, 234, 234, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(248, 19, 190, 0.05), 0 0 0 140px rgba(185, 255, 41, 0.035);
  pointer-events: none;
}

.wi-v1-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  min-height: 730px;
  padding: clamp(72px, 9vw, 120px) 0 82px;
}

.wi-v1-hero__copy,
.wi-v1-hero__media {
  min-width: 0;
}

.wi-v1-hero__copy h1 {
  max-width: 9.2ch;
  font-size: clamp(4rem, 7.3vw, 7.2rem);
  font-weight: 900;
  line-height: 0.89;
}

.wi-v1-hero__copy h1 em {
  display: block;
  color: var(--wi-hv-pink);
  font-style: normal;
}

.wi-v1-hero__lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(5, 5, 5, 0.68);
  font-size: clamp(1.08rem, 1.55vw, 1.3rem);
  line-height: 1.58;
}

.wi-v1-hero .wi-hv-actions {
  margin-top: 34px;
}

.wi-v1-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(5, 5, 5, 0.62);
  font: 700 0.72rem/1.4 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v1-hero__trust li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wi-v1-hero__trust li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wi-hv-lime);
  box-shadow: 0 0 0 3px rgba(185, 255, 41, 0.2);
}

.wi-v1-hero__media {
  position: relative;
  margin: 0;
  padding: 16px;
}

.wi-v1-hero__media > img {
  position: relative;
  z-index: 3;
  width: 100%;
  aspect-ratio: 4 / 4.35;
  border: 8px solid var(--wi-hv-black);
  border-radius: 32px 32px 108px 32px;
  object-fit: cover;
  object-position: 56% center;
  box-shadow: 0 35px 90px rgba(5, 5, 5, 0.24);
}

.wi-v1-hero__frame {
  position: absolute;
  inset: 16px;
  z-index: 1;
  border-radius: 32px 32px 108px 32px;
}

.wi-v1-hero__frame--cyan {
  background: var(--wi-hv-cyan);
  transform: translate(-22px, 22px) rotate(-3.5deg);
}

.wi-v1-hero__frame--pink {
  background: var(--wi-hv-pink);
  transform: translate(20px, -20px) rotate(3.5deg);
}

.wi-v1-hero__media figcaption {
  position: absolute;
  z-index: 4;
  right: -12px;
  bottom: 48px;
  display: grid;
  width: min(280px, 74%);
  gap: 3px;
  padding: 18px 20px;
  border: 2px solid var(--wi-hv-black);
  border-radius: 18px;
  background: var(--wi-hv-white);
  box-shadow: 8px 8px 0 var(--wi-hv-lime);
}

.wi-v1-hero__media figcaption span {
  font: 700 0.64rem/1.3 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v1-hero__media figcaption strong {
  font-size: 1rem;
  line-height: 1.2;
}

.wi-v1-service-ribbon {
  position: relative;
  z-index: 4;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--wi-hv-black);
  color: var(--wi-hv-white);
}

.wi-v1-service-ribbon .wi-hv-shell {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.wi-v1-service-ribbon a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 12px 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  font: 700 0.67rem/1.3 var(--ink-font-mono);
  text-align: center;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.wi-v1-service-ribbon a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.wi-v1-service-ribbon a:hover {
  background: var(--wi-hv-cyan);
  color: var(--wi-hv-black);
}

.wi-v1-outcomes {
  padding: clamp(90px, 11vw, 150px) 0;
  background: var(--wi-hv-white);
}

.wi-v1-outcomes__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.62fr);
  align-items: end;
  gap: clamp(40px, 8vw, 120px);
}

.wi-v1-outcomes__intro h2,
.wi-v1-work__head h2,
.wi-v1-faq h2 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 6.1vw, 6rem);
  font-weight: 900;
  line-height: 0.94;
}

.wi-v1-outcomes__intro > p,
.wi-v1-work__head > p {
  margin: 0;
  color: rgba(5, 5, 5, 0.64);
  font-size: 1.08rem;
  line-height: 1.7;
}

.wi-v1-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-block: 1px solid var(--wi-hv-line);
}

.wi-v1-outcome-grid article {
  min-width: 0;
  padding: 38px clamp(20px, 3vw, 40px) 44px;
  border-left: 1px solid var(--wi-hv-line);
}

.wi-v1-outcome-grid article:first-child {
  border-left: 0;
  padding-left: 0;
}

.wi-v1-outcome-grid article:last-child {
  padding-right: 0;
}

.wi-v1-outcome-grid span {
  color: var(--wi-hv-pink);
  font: 700 0.72rem/1 var(--ink-font-mono);
}

.wi-v1-outcome-grid h3 {
  margin-top: 28px;
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
}

.wi-v1-outcome-grid p {
  margin: 18px 0 0;
  color: rgba(5, 5, 5, 0.62);
  line-height: 1.65;
}

.wi-v1-coastline {
  position: relative;
  min-height: 420px;
  margin-top: 86px !important;
  overflow: hidden;
  border-radius: 30px 110px 30px 30px;
  background: var(--wi-hv-black);
  box-shadow: 0 34px 90px rgba(5, 5, 5, 0.16);
}

.wi-v1-coastline::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.75), rgba(5, 5, 5, 0.12) 72%);
}

.wi-v1-coastline img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wi-v1-coastline figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 5vw, 70px);
  bottom: clamp(28px, 5vw, 64px);
  display: grid;
  max-width: 560px;
  gap: 8px;
  color: var(--wi-hv-white);
}

.wi-v1-coastline figcaption strong {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  font-weight: 900;
  line-height: 0.95;
}

.wi-v1-coastline figcaption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
}

.wi-v1-services {
  padding: clamp(90px, 11vw, 150px) 0;
  background:
    radial-gradient(circle at 9% 18%, rgba(19, 234, 234, 0.11), transparent 24%),
    radial-gradient(circle at 92% 80%, rgba(248, 19, 190, 0.12), transparent 28%),
    var(--wi-hv-black);
  color: var(--wi-hv-white);
}

.wi-v1-services__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 36px;
}

.wi-v1-services__head h2,
.wi-v1-process h2 {
  max-width: 11ch;
  font-size: clamp(3.2rem, 6.2vw, 6.2rem);
  font-weight: 900;
  line-height: 0.92;
}

.wi-v1-service-list {
  margin-top: 70px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.wi-v1-service-list > a {
  display: grid;
  grid-template-columns: 70px minmax(220px, 0.75fr) minmax(300px, 1.2fr) 32px;
  align-items: center;
  gap: clamp(22px, 4vw, 60px);
  min-height: 144px;
  padding: 24px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--wi-hv-white);
  transition: background-color 180ms ease, color 180ms ease, padding 180ms ease;
}

.wi-v1-service-list > a:hover {
  padding-inline: 34px;
  background: var(--wi-hv-white);
  color: var(--wi-hv-black);
}

.wi-v1-service-list > a:nth-child(2):hover,
.wi-v1-service-list > a:nth-child(5):hover {
  background: var(--wi-hv-cyan);
}

.wi-v1-service-list > a:nth-child(3):hover,
.wi-v1-service-list > a:nth-child(6):hover {
  background: var(--wi-hv-lime);
}

.wi-v1-service-list > a > span {
  color: var(--wi-hv-cyan);
  font: 700 0.72rem/1 var(--ink-font-mono);
}

.wi-v1-service-list > a:hover > span {
  color: var(--wi-hv-black);
}

.wi-v1-service-list h3 {
  font-size: clamp(1.7rem, 2.8vw, 2.7rem);
  font-weight: 900;
  line-height: 1;
}

.wi-v1-service-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.55;
}

.wi-v1-service-list a:hover p {
  color: rgba(5, 5, 5, 0.7);
}

.wi-v1-service-list b {
  font-size: 1.5rem;
  text-align: right;
}

.wi-v1-automation {
  padding: clamp(90px, 10vw, 130px) 0;
  background: var(--wi-hv-cyan);
}

.wi-v1-automation__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.wi-v1-automation__copy h2 {
  max-width: 10ch;
  font-size: clamp(3rem, 5.2vw, 5.1rem);
  font-weight: 900;
  line-height: 0.94;
}

.wi-v1-automation__copy > p:not(.wi-hv-kicker) {
  max-width: 560px;
  margin: 24px 0 28px;
  font-size: 1.05rem;
  line-height: 1.65;
}

.wi-v1-flow {
  display: grid;
  grid-template-columns: 1fr 36px 1fr 36px 1fr 36px 1fr;
  align-items: center;
}

.wi-v1-flow > div {
  min-height: 210px;
  padding: 24px 18px;
  border: 2px solid var(--wi-hv-black);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 7px 7px 0 var(--wi-hv-black);
}

.wi-v1-flow > div:nth-of-type(even) {
  background: var(--wi-hv-lime);
}

.wi-v1-flow > div span {
  font: 700 0.67rem/1 var(--ink-font-mono);
}

.wi-v1-flow > div strong,
.wi-v1-flow > div small {
  display: block;
}

.wi-v1-flow > div strong {
  margin-top: 56px;
  font-size: 1.28rem;
  line-height: 1.05;
}

.wi-v1-flow > div small {
  margin-top: 10px;
  color: rgba(5, 5, 5, 0.58);
  line-height: 1.35;
}

.wi-v1-flow > i {
  height: 2px;
  background: var(--wi-hv-black);
}

.wi-v1-work {
  padding: clamp(90px, 11vw, 150px) 0;
  background: var(--wi-hv-soft);
}

.wi-v1-work__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.5fr);
  align-items: end;
  gap: clamp(40px, 7vw, 100px);
}

.wi-v1-work-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.17fr) minmax(320px, 0.83fr);
  gap: 22px;
  margin-top: 66px !important;
}

.wi-v1-project {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 2px solid var(--wi-hv-black);
  border-radius: 22px;
  background: var(--wi-hv-black);
  color: var(--wi-hv-white);
  box-shadow: 8px 8px 0 var(--wi-hv-cyan);
}

.wi-v1-project:nth-child(3) {
  box-shadow: 8px 8px 0 var(--wi-hv-pink);
}

.wi-v1-project--wide {
  grid-row: span 2;
}

.wi-v1-project figure {
  margin: 0;
  overflow: hidden;
  background: #e8e8e8;
}

.wi-v1-project figure img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: top center;
  transition: transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wi-v1-project--wide figure img {
  min-height: 670px;
}

.wi-v1-project:hover figure img {
  transform: scale(1.025);
}

.wi-v1-project > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 8px 20px;
  padding: 24px;
}

.wi-v1-project > div > span {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.55);
  font: 700 0.63rem/1.3 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v1-project h3 {
  font-size: clamp(1.5rem, 2.3vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
}

.wi-v1-project b {
  font-size: 0.72rem;
  text-transform: uppercase;
}

.wi-v1-process {
  padding: clamp(90px, 11vw, 150px) 0;
  background: var(--wi-hv-black);
  color: var(--wi-hv-white);
}

.wi-v1-process__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(60px, 10vw, 150px);
}

.wi-v1-process__copy {
  align-self: start;
  position: sticky;
  top: calc(var(--wi-header-height) + 36px);
}

.wi-v1-process__copy > p:not(.wi-hv-kicker) {
  max-width: 480px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.06rem;
}

.wi-v1-process__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.wi-v1-process__steps li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 28px;
  padding: 36px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.wi-v1-process__steps li > span {
  color: var(--wi-hv-lime);
  font: 700 0.7rem/1.3 var(--ink-font-mono);
}

.wi-v1-process__steps h3 {
  font-size: clamp(1.7rem, 2.7vw, 2.65rem);
  font-weight: 900;
  line-height: 1;
}

.wi-v1-process__steps p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.wi-v1-faq {
  padding: clamp(90px, 11vw, 150px) 0;
  background: var(--wi-hv-white);
}

.wi-v1-faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.1fr);
  gap: clamp(60px, 9vw, 130px);
}

.wi-v1-faq__list {
  border-bottom: 1px solid var(--wi-hv-line);
}

.wi-v1-faq details {
  border-top: 1px solid var(--wi-hv-line);
}

.wi-v1-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
  cursor: pointer;
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  font-weight: 900;
  line-height: 1.2;
  list-style: none;
}

.wi-v1-faq summary::-webkit-details-marker {
  display: none;
}

.wi-v1-faq summary span {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--wi-hv-lime);
  transition: transform 180ms ease;
}

.wi-v1-faq details[open] summary span {
  transform: rotate(45deg);
}

.wi-v1-faq details p {
  max-width: 720px;
  margin: -6px 0 28px;
  color: rgba(5, 5, 5, 0.65);
  line-height: 1.65;
}

.wi-v1-final {
  position: relative;
  display: grid;
  min-height: 690px;
  place-items: center;
  overflow: hidden;
  background: var(--wi-hv-black);
  color: var(--wi-hv-white);
}

.wi-v1-final > img,
.wi-v1-final__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wi-v1-final > img {
  object-fit: cover;
  filter: saturate(0.9) contrast(1.08);
}

.wi-v1-final__veil {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.84), rgba(5, 5, 5, 0.3)),
    radial-gradient(circle at 78% 24%, rgba(248, 19, 190, 0.24), transparent 32%);
}

.wi-v1-final__content {
  position: relative;
  z-index: 2;
  padding-block: 90px;
}

.wi-v1-final h2 {
  max-width: 11ch;
  font-size: clamp(3.5rem, 7.5vw, 7.4rem);
  font-weight: 900;
  line-height: 0.89;
}

.wi-v1-final__content > p:not(.wi-hv-kicker) {
  max-width: 620px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
}

/* Home V2 — signal studio */
body.wi-home-v2-route {
  --wi-hv-black: #000000;
  --wi-hv-white: #ffffff;
  --wi-hv-pink: #f813be;
  --wi-hv-cyan: #14EAEA;
  --wi-hv-lime: #B9FF33;
  background: var(--wi-hv-black);
}

body.wi-home-v2-route .wi-site-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(5, 5, 5, 0.82);
  box-shadow: none;
}

body.wi-home-v2-route .wi-site-header.is-scrolled {
  border-bottom-color: rgba(255, 255, 255, 0.16);
  background: rgba(5, 5, 5, 0.96);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

body.wi-home-v2-route .wi-site-header .wi-brand img {
  filter: invert(1);
  opacity: 1;
}

body.wi-home-v2-route .wi-nav > ul > .wi-nav-item > a {
  color: rgba(255, 255, 255, 0.76);
}

body.wi-home-v2-route .wi-nav > ul > .wi-nav-item > a:hover {
  color: var(--wi-hv-cyan);
}

body.wi-home-v2-route .wi-nav-cta {
  border-color: var(--wi-hv-pink);
  background: var(--wi-hv-pink);
  color: var(--wi-hv-black) !important;
}

body.wi-home-v2-route .wi-menu-toggle {
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
  color: var(--wi-hv-white);
}

.wi-home-v2 {
  --wi-hv-black: #000000;
  --wi-hv-cyan: #14EAEA;
  --wi-hv-lime: #B9FF33;
  background: var(--wi-hv-black);
  color: var(--wi-hv-white);
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

@supports not (overflow: clip) {
  .wi-home-v2 {
    overflow-x: hidden;
  }
}

.wi-v2-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.52);
  font: 700 0.68rem/1.4 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-kicker span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--wi-hv-cyan);
}

.wi-v2-kicker span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wi-hv-lime);
  box-shadow: 0 0 14px rgba(185, 255, 51, 0.46);
}

.wi-v2-button--lime {
  background: var(--wi-hv-pink);
  color: var(--wi-hv-black);
  box-shadow: 0 18px 54px rgba(248, 19, 190, 0.22);
}

.wi-v2-button--lime:hover {
  background: var(--wi-hv-cyan);
  color: var(--wi-hv-black);
}

.wi-v2-button--ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--wi-hv-white);
}

.wi-v2-button--ghost:hover {
  border-color: var(--wi-hv-white);
  background: var(--wi-hv-white);
  color: var(--wi-hv-black);
}

.wi-v2-button--white {
  background: var(--wi-hv-white);
  color: var(--wi-hv-black);
}

.wi-v2-button--white:hover {
  background: var(--wi-hv-cyan);
}

.wi-v2-button--black {
  background: var(--wi-hv-black);
  color: var(--wi-hv-white);
}

.wi-v2-button--black:hover {
  background: var(--wi-hv-pink);
}

.wi-v2-hero {
  --wi-hv-cyan: #14EAEA;
  --wi-hv-lime: #B9FF33;
  position: relative;
  isolation: isolate;
  min-height: clamp(680px, 90svh, 900px);
  overflow: hidden;
  user-select: none;
  background: #000000;
}

.wi-v2-hero::before,
.wi-v2-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.wi-v2-hero::before {
  z-index: 0;
  inset: 0;
  opacity: 0.75;
  background: radial-gradient(ellipse at 50% 44%, transparent 0 48%, rgba(0, 0, 0, 0.62) 100%);
}

.wi-v2-hero::after {
  z-index: 5;
  inset: 0;
  opacity: 0.86;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.56), transparent 36%, rgba(0, 0, 0, 0.28)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 42%, rgba(0, 0, 0, 0.76) 100%);
}

.wi-v2-hero__backdrop {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.wi-v2-hero__backdrop > * {
  position: absolute;
  pointer-events: none;
}

.wi-v2-hero__canvas {
  z-index: 1;
  top: -8%;
  left: -6%;
  width: 112%;
  height: 112%;
  opacity: 0;
  filter: saturate(1.5) contrast(1.36) brightness(1.06);
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 600ms ease;
}

.wi-v2-hero__backdrop.is-ink-ready .wi-v2-hero__canvas {
  opacity: 0.58;
}

.wi-v2-hero__backdrop.is-fluid-ready .wi-v2-hero__canvas {
  opacity: 0.46;
}

.wi-v2-hero__backdrop.is-fluid-settled .wi-v2-hero__canvas {
  opacity: 0;
  transition-duration: 1100ms;
}

.wi-v2-hero__backdrop.is-fluid-loading .wi-v2-hero__canvas,
.wi-v2-hero__backdrop.is-fluid-interacting .wi-v2-hero__canvas {
  opacity: 0.5;
  transition-duration: 220ms;
}

.wi-v2-hero__backdrop.is-fluid-settled .wi-v2-hero__noise,
.wi-v2-hero__backdrop.is-fluid-settled .wi-v2-hero__particles,
.wi-v2-hero__backdrop.is-fluid-settled .wi-v2-hero__bloom,
.wi-v2-hero__backdrop.is-fluid-settled .wi-v2-hero__gridlines {
  opacity: 0;
  transition: opacity 900ms ease;
}

.wi-v2-hero.is-fluid-settled .wi-v2-hero__gridlines,
.wi-v2-hero__backdrop.is-fluid-settled .wi-v2-hero__bloom {
  animation: none;
  opacity: 0;
}

.wi-v2-hero__backdrop.is-fluid-interacting .wi-v2-hero__noise,
.wi-v2-hero__backdrop.is-fluid-interacting .wi-v2-hero__particles,
.wi-v2-hero__backdrop.is-fluid-interacting .wi-v2-hero__bloom {
  transition-duration: 220ms;
}

.wi-v2-hero__noise {
  z-index: 2;
  inset: 0;
  opacity: 0.16;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.18) 0.6px, transparent 0.8px),
    radial-gradient(rgba(20, 234, 234, 0.12) 0.7px, transparent 1px);
  background-position: 0 0, 18px 22px;
  background-size: 3px 3px, 74px 74px;
  mix-blend-mode: overlay;
}

.wi-v2-hero__particles {
  z-index: 3;
  inset: 4% 0 12%;
  opacity: 0.18;
  background:
    radial-gradient(circle at 18% 31%, rgba(20, 234, 234, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.28) 0 1px, transparent 2px),
    radial-gradient(circle at 48% 68%, rgba(248, 19, 190, 0.46) 0 1px, transparent 2px),
    radial-gradient(circle at 62% 36%, rgba(185, 255, 51, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 79% 24%, rgba(20, 234, 234, 0.38) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 62%, rgba(255, 255, 255, 0.24) 0 1px, transparent 2px);
  background-size: 100% 100%;
  filter: drop-shadow(0 0 8px rgba(20, 234, 234, 0.18));
}

.wi-v2-hero__bloom {
  z-index: 4;
  inset: -18% -10% 18% -8%;
  opacity: 0.4;
  background:
    radial-gradient(ellipse at 73% 28%, rgba(20, 234, 234, 0.24), transparent 34%),
    radial-gradient(ellipse at 42% 46%, rgba(248, 19, 190, 0.2), transparent 40%),
    radial-gradient(ellipse at 63% 70%, rgba(185, 255, 51, 0.045), transparent 38%);
  filter: blur(12px);
  mix-blend-mode: screen;
}

.wi-v2-hero__logo {
  position: absolute;
  pointer-events: none;
  z-index: 8;
  top: clamp(112px, 15vh, 176px);
  right: clamp(22px, 7.2vw, 118px);
  width: min(360px, 30vw);
  height: auto;
  opacity: 1;
  filter:
    brightness(0)
    invert(1)
    brightness(1.18)
    drop-shadow(0 0 20px rgba(255, 255, 255, 0.18))
    drop-shadow(0 0 30px rgba(20, 234, 234, 0.18));
  mix-blend-mode: normal;
}

@media (prefers-reduced-motion: no-preference) {
  .wi-brand__signal {
    animation: wiLogoSignal 6.5s ease-in-out infinite;
  }

  .wi-v2-hero__logo {
    animation: wiHeroLogoBreath 8s ease-in-out infinite;
  }
}

@keyframes wiLogoSignal {
  0%,
  18% {
    background-position: 118% 50%;
    opacity: 0.08;
  }

  42% {
    opacity: 0.34;
  }

  64%,
  100% {
    background-position: -18% 50%;
    opacity: 0.08;
  }
}

@keyframes wiHeroLogoBreath {
  0%,
  100% {
    filter:
      brightness(0)
      invert(1)
      brightness(1.08)
      drop-shadow(0 0 14px rgba(255, 255, 255, 0.12))
      drop-shadow(0 0 24px rgba(20, 234, 234, 0.14));
  }

  50% {
    filter:
      brightness(0)
      invert(1)
      brightness(1.28)
      drop-shadow(0 0 24px rgba(255, 255, 255, 0.22))
      drop-shadow(0 0 44px rgba(248, 19, 190, 0.2));
  }
}

.wi-v2-hero__gridlines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wi-v2-hero__gridlines {
  z-index: 2;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 132px 132px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.82), transparent 72%);
}

.wi-v2-hero__grid {
  position: relative;
  z-index: 7;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(440px, 0.94fr);
  align-items: center;
  gap: clamp(40px, 5vw, 80px);
  min-height: 790px;
  padding: 84px 0 116px;
}

.wi-v2-hero__copy h1 {
  max-width: 10.5ch;
  color: var(--wi-hv-white);
  font-size: clamp(4.1rem, 6.6vw, 6.8rem);
  font-weight: 900;
  line-height: 0.88;
}

.wi-v2-hero__copy h1 em {
  display: block;
  background: linear-gradient(96deg, var(--wi-hv-cyan) 0%, var(--wi-hv-pink) 38%, var(--wi-hv-cyan) 66%, var(--wi-hv-pink) 100%);
  background-position: 0% 50%;
  background-size: 220% 100%;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.wi-v2-hero__copy > p:not(.wi-v2-kicker) {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.58;
}

.wi-v2-hero .wi-hv-actions {
  margin-top: 34px;
}

.wi-v2-hero__availability {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.48);
  font: 700 0.66rem/1.4 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-hero__availability i {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wi-hv-lime);
}

.wi-v2-hero__availability i::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--wi-hv-lime);
  border-radius: 50%;
}

.wi-v2-ink-stage {
  --wi-v2-ink-x: 0px;
  --wi-v2-ink-y: 0px;
  --wi-v2-ink-x-soft: 0px;
  --wi-v2-ink-y-soft: 0px;
  --wi-v2-ink-x-reverse: 0px;
  --wi-v2-ink-y-reverse: 0px;
  position: relative;
  isolation: isolate;
  width: min(620px, 46vw);
  min-width: 0;
  aspect-ratio: 1.02;
  margin-left: auto;
}

.wi-v2-ink-stage__wash {
  position: absolute;
  z-index: 0;
  inset: -7% -6% 16% -7%;
  border-radius: 30px;
  background:
    radial-gradient(ellipse at 42% 32%, rgba(20, 234, 234, 0.24), transparent 48%),
    radial-gradient(ellipse at 70% 54%, rgba(248, 19, 190, 0.18), transparent 44%),
    radial-gradient(ellipse at 52% 72%, rgba(185, 255, 51, 0.04), transparent 42%);
  filter: blur(32px) saturate(0.92);
  opacity: 0.44;
  pointer-events: none;
  transform: translate3d(var(--wi-v2-ink-x-soft), var(--wi-v2-ink-y-soft), 0);
  transition: opacity 450ms ease, transform 280ms ease;
}

.wi-v2-ink-stage__photo {
  position: absolute;
  z-index: 2;
  inset: 6% 5% 24% 5%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 30px;
  background: #000000;
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.48);
}

.wi-v2-ink-stage__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.02) 48%, rgba(5, 5, 5, 0.38) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.12), transparent 54%);
  pointer-events: none;
}

.wi-v2-ink-stage__photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  filter: saturate(0.92) contrast(1.04);
  transform: scale(1.035) translate3d(var(--wi-v2-ink-x-reverse), var(--wi-v2-ink-y-reverse), 0);
  transition: transform 280ms ease;
}

.wi-v2-ink-stage__caption {
  position: absolute;
  z-index: 5;
  left: 8%;
  bottom: 6%;
  display: grid;
  gap: 5px;
  max-width: min(260px, 42%);
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(5, 5, 5, 0.82);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  color: var(--wi-hv-white);
  backdrop-filter: blur(12px);
}

.wi-v2-ink-stage__caption span {
  color: var(--wi-hv-cyan);
  font: 700 0.56rem/1.2 var(--ink-font-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wi-v2-ink-stage__caption strong {
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  line-height: 1.05;
}

.wi-v2-ink-stage.is-ink-ready .wi-v2-ink-stage__wash {
  opacity: 0.32;
}

.wi-v2-ink-stage__steps {
  position: absolute;
  z-index: 4;
  right: 2%;
  bottom: 7%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(286px, 45%);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wi-v2-ink-stage__steps li {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 13px;
  background: rgba(5, 5, 5, 0.78);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.wi-v2-ink-stage__steps span {
  color: var(--wi-hv-cyan);
  font: 700 0.54rem/1 var(--ink-font-mono);
}

.wi-v2-ink-stage__steps strong {
  overflow-wrap: anywhere;
  font-size: 0.82rem;
  line-height: 1.05;
}

.wi-v2-ink-stage__steps small {
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.62rem;
}

.wi-v2-field-fallback .wi-v2-hero__canvas {
  display: none;
}

.wi-v2-ticker {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(5, 5, 5, 0.86);
  backdrop-filter: blur(14px);
}

.wi-v2-ticker__track {
  display: flex;
  width: max-content;
  animation: wiV2TickerMarquee 26s linear infinite;
  will-change: transform;
}

.wi-v2-ticker__group {
  display: flex;
  flex: 0 0 auto;
}

.wi-v2-ticker a {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 20px 22px;
  color: rgba(255, 255, 255, 0.58);
  font: 700 0.66rem/1 var(--ink-font-mono);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.wi-v2-ticker a:hover,
.wi-v2-ticker a:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.wi-v2-ticker b {
  color: var(--wi-hv-pink);
}

.wi-v2-ticker:hover .wi-v2-ticker__track,
.wi-v2-ticker:focus-within .wi-v2-ticker__track {
  animation-play-state: paused;
}

@keyframes wiV2TickerMarquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.wi-v2-loop {
  padding: clamp(56px, 7vw, 98px) 0;
  background: var(--wi-hv-soft);
  color: var(--wi-hv-black);
}

.wi-v2-loop .wi-v2-kicker {
  color: rgba(5, 5, 5, 0.5);
}

.wi-v2-loop .wi-v2-kicker span,
.wi-v2-presence .wi-v2-kicker span {
  color: #006b6d;
}

.wi-v2-loop__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.58fr);
  align-items: end;
  gap: clamp(28px, 4vw, 54px) clamp(38px, 7vw, 96px);
}

.wi-v2-loop__head > .wi-v2-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.wi-v2-loop__head > h2 {
  grid-column: 1;
  max-width: 13ch;
}

.wi-v2-loop__head h2,
.wi-v2-entry__head h2,
.wi-v2-work__head h2,
.wi-v2-ops h2,
.wi-v2-local h2,
.wi-v2-final h2 {
  font-size: clamp(2.75rem, 4.4vw, 4.65rem);
  font-weight: 900;
  line-height: 0.94;
}

.wi-v2-loop__head > p:last-child {
  grid-column: 2;
  margin: 0;
  color: rgba(5, 5, 5, 0.62);
  line-height: 1.65;
}

.wi-v2-loop__context {
  display: grid;
  gap: 13px;
  align-self: stretch;
  align-content: center;
  padding: clamp(22px, 2.5vw, 30px);
  border: 1px solid rgba(5, 5, 5, 0.13);
  border-radius: 22px 22px 52px;
  background:
    radial-gradient(circle at 92% 12%, rgba(19, 234, 234, 0.16), transparent 32%),
    rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 52px rgba(5, 5, 5, 0.065);
}

.wi-v2-loop__context .wi-v2-loop__context-label {
  color: var(--wi-hv-pink);
  font: 700 0.64rem/1.25 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-loop__context strong {
  color: var(--wi-hv-black);
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.2;
}

.wi-v2-loop__context strong i {
  color: #008f91;
  font-style: normal;
}

.wi-v2-loop__context > span:not(.wi-v2-loop__context-label) {
  color: rgba(5, 5, 5, 0.62);
  font-size: 0.95rem;
  line-height: 1.55;
}

.wi-v2-loop__context > a {
  width: fit-content;
  color: var(--wi-hv-black);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration-color: var(--wi-hv-cyan);
  text-underline-offset: 5px;
}

.wi-v2-loop__map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 86px !important;
  padding-top: 42px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.18);
}

.wi-v2-loop__rail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  overflow: hidden;
  background: rgba(5, 5, 5, 0.12);
}

.wi-v2-loop__rail b {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--wi-hv-pink), var(--wi-hv-cyan), var(--wi-hv-lime));
  transform: scaleX(var(--wi-v2-progress, 0.2));
  transform-origin: left;
}

.wi-v2-loop__map article {
  min-width: 0;
  min-height: 240px;
  padding: 22px clamp(18px, 2.4vw, 32px) 32px;
  border-left: 1px solid rgba(5, 5, 5, 0.18);
}

.wi-v2-loop__map article:first-of-type {
  border-left: 0;
  padding-left: 0;
}

.wi-v2-loop__map article:last-child {
  padding-right: 0;
}

.wi-v2-loop__map article > span {
  color: var(--wi-hv-pink);
  font: 700 0.64rem/1.3 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-loop__map h3 {
  margin-top: 42px;
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
}

.wi-v2-loop__map p {
  margin: 16px 0 0;
  color: rgba(5, 5, 5, 0.62);
  line-height: 1.6;
}

.wi-v2-entry {
  padding: clamp(56px, 7vw, 96px) 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(19, 234, 234, 0.11), transparent 24%),
    var(--wi-hv-black);
}

.wi-v2-entry__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  align-items: end;
  gap: clamp(28px, 6vw, 80px);
}

.wi-v2-entry__head h2 {
  max-width: 11ch;
}

.wi-v2-entry__head > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65;
}

.wi-v2-entry__list {
  margin-top: 48px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.wi-v2-entry__list > a {
  display: grid;
  grid-template-columns: 70px minmax(220px, 0.7fr) minmax(300px, 1fr) minmax(180px, auto);
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  min-height: 130px;
  padding: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--wi-hv-white);
  transition: background-color 180ms ease, color 180ms ease, padding 180ms ease;
}

.wi-v2-entry__list > a:hover {
  padding-inline: 34px;
  background: var(--wi-hv-cyan);
  color: var(--wi-hv-black);
}

.wi-v2-entry__list > a:nth-child(2n):hover {
  background: var(--wi-hv-lime);
}

.wi-v2-entry__list > a:nth-child(3n):hover {
  background: var(--wi-hv-pink);
  color: var(--wi-hv-white);
}

.wi-v2-entry__list > a > span {
  color: var(--wi-hv-cyan);
  font: 700 0.68rem/1 var(--ink-font-mono);
}

.wi-v2-entry__list > a:hover > span {
  color: currentColor;
}

.wi-v2-entry__list h3 {
  font-size: clamp(1.65rem, 2.6vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
}

.wi-v2-entry__list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.5;
}

.wi-v2-entry__list a:hover p {
  color: currentColor;
}

.wi-v2-entry__list b {
  font-size: 0.69rem;
  text-align: right;
  text-transform: uppercase;
}

.wi-v2-entry__list b i {
  margin-left: 8px;
  font-size: 1rem;
  font-style: normal;
}

.wi-v2-studio {
  --wi-studio-left: 1.08fr;
  --wi-studio-right: 0.92fr;
  display: grid;
  grid-template-columns:
    minmax(0, var(--wi-studio-left))
    clamp(330px, 28vw, 380px)
    minmax(180px, var(--wi-studio-right));
  align-items: stretch;
  gap: 16px;
  margin-top: 78px !important;
  contain: layout paint;
}

.wi-v2-studio figure {
  block-size: clamp(310px, 28vw, 350px);
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #000000;
}

.wi-v2-studio__team {
  border-radius: 22px 72px 22px 22px;
}

.wi-v2-studio__portrait {
  border-radius: 72px 22px 22px 22px;
}

.wi-v2-studio figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.03);
  transition: filter 350ms ease, transform 600ms ease;
}

.wi-v2-studio__team img {
  object-position: center 70%;
}

.wi-v2-studio__portrait img {
  object-position: 52% 72%;
}

.wi-v2-studio figure:hover img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.02);
}

.wi-v2-studio__note {
  display: flex;
  block-size: clamp(310px, 28vw, 350px);
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 2.1vw, 32px);
  border-radius: 22px;
  background: var(--wi-hv-soft);
  color: var(--wi-hv-black);
  overflow-wrap: break-word;
}

.wi-v2-studio__note > span {
  color: var(--wi-hv-pink);
  font: 700 0.57rem/1.3 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-studio__note h3 {
  margin-top: 16px;
  font-size: clamp(1.7rem, 2.35vw, 2.25rem);
  font-weight: 900;
  line-height: 0.98;
}

.wi-v2-studio__note p {
  margin: 16px 0 0;
  color: rgba(5, 5, 5, 0.64);
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  line-height: 1.45;
}

.wi-v2-work {
  padding: clamp(52px, 6vw, 88px) 0;
  background: #000000;
}

.wi-v2-work__head h2 {
  max-width: 11ch;
}

.wi-v2-work__proof {
  grid-column: 2;
  align-self: stretch;
  padding: clamp(22px, 2.6vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 22px 22px 52px;
  background:
    radial-gradient(circle at 92% 10%, rgba(19, 234, 234, 0.15), transparent 32%),
    rgba(255, 255, 255, 0.045);
}

.wi-v2-work__proof > span {
  color: var(--wi-hv-cyan);
  font: 700 0.62rem/1.2 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-work__proof > strong {
  display: block;
  max-width: 17ch;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  line-height: 1.08;
}

.wi-v2-work__proof ul {
  display: grid;
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.wi-v2-work__proof li {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.wi-v2-work__proof a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 14px;
  padding: 11px 0;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
}

.wi-v2-work__proof a > span {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.46);
  font: 700 0.58rem/1.2 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-work__proof a > i {
  color: var(--wi-hv-lime);
  font-style: normal;
}

.wi-v2-work__proof a:hover,
.wi-v2-work__proof a:focus-visible {
  color: var(--wi-hv-cyan);
}

.wi-v2-work__stage {
  min-width: 0;
  margin-top: clamp(62px, 7vw, 92px);
}

.wi-v2-work__viewport {
  min-width: 0;
  overflow: visible;
}

.wi-v2-work__rail {
  display: flex;
  gap: 22px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 max(24px, calc((100vw - 1240px) / 2)) 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  scrollbar-color: var(--wi-hv-cyan) rgba(255, 255, 255, 0.12);
  scroll-padding-inline: max(24px, calc((100vw - 1240px) / 2));
  scroll-snap-type: x proximity;
}

.wi-v2-work__rail > a {
  flex: 0 0 min(520px, 40vw);
  min-width: 0;
  min-width: 410px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--wi-v2-work-radius, 22px);
  background: var(--wi-hv-black);
  color: var(--wi-hv-white);
  scroll-snap-align: start;
}

.wi-v2-work__rail > a:focus-visible {
  outline: 2px solid var(--wi-hv-lime);
  outline-offset: 4px;
}

.wi-v2-work__rail figure {
  margin: 0;
  overflow: hidden;
  background: #e9e9e9;
}

.wi-v2-work__rail img {
  width: 100%;
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
  object-position: top center;
  transition: transform 500ms ease;
}

.wi-v2-work__card--portrait img {
  object-position: center 34%;
}

.wi-v2-work__rail a:hover img {
  transform: scale(1.025);
}

.wi-v2-work__rail > a > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 22px;
  padding: 24px;
}

.wi-v2-work__rail > a > div span {
  grid-row: span 2;
  color: var(--wi-hv-cyan);
  font: 700 0.63rem/1.3 var(--ink-font-mono);
}

.wi-v2-work__rail h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
}

.wi-v2-work__rail p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.wi-v2-work__hint {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: min(1240px, calc(100% - 48px));
  margin: 34px auto 0;
  color: rgba(255, 255, 255, 0.42);
  font: 700 0.59rem/1.2 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-work__hint i {
  position: relative;
  display: block;
  width: 64px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.wi-v2-work__hint i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--wi-hv-pink), var(--wi-hv-cyan), var(--wi-hv-lime));
  transform: scaleX(var(--wi-v2-work-progress, 0.12));
  transform-origin: left;
}

@media (min-width: 1024px) and (pointer: fine) {
  .wi-v2-work__stage.is-horizontal-ready {
    position: relative;
    display: grid;
    min-height: clamp(540px, 68svh, 660px);
    align-content: center;
    overflow: clip;
  }

  .wi-v2-work__stage.is-horizontal-ready .wi-v2-work__viewport {
    width: 100%;
    overflow: clip;
  }

  .wi-v2-work__stage.is-horizontal-ready .wi-v2-work__rail {
    width: max-content;
    max-width: none;
    overflow: visible;
    overscroll-behavior: auto;
    scroll-snap-type: none;
    scrollbar-width: none;
    will-change: transform;
  }

  .wi-v2-work__stage.is-horizontal-ready .wi-v2-work__rail > a {
    flex-basis: clamp(420px, 36vw, 520px);
    min-width: 0;
    scroll-snap-align: none;
  }

  .wi-v2-work__stage.is-horizontal-ready .wi-v2-work__hint {
    position: absolute;
    right: max(24px, calc((100vw - 1240px) / 2));
    bottom: 30px;
    width: auto;
    margin: 0;
  }
}

.wi-v2-work__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 54px !important;
}

.wi-v2-work__footer p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.wi-v2-ops {
  padding: clamp(52px, 6vw, 88px) 0;
  background: var(--wi-hv-cyan);
  color: var(--wi-hv-black);
}

.wi-v2-ops .wi-v2-kicker {
  color: rgba(5, 5, 5, 0.52);
}

.wi-v2-ops .wi-v2-kicker span {
  color: var(--wi-hv-black);
}

.wi-v2-ops__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.wi-v2-ops__copy h2 {
  max-width: 10ch;
}

.wi-v2-ops__copy > p:not(.wi-v2-kicker) {
  max-width: 570px;
  margin: 26px 0 0;
  font-size: 1.05rem;
  line-height: 1.65;
}

.wi-v2-ops__copy ul {
  display: grid;
  gap: 0;
  max-width: 580px;
  margin: 30px 0 34px;
  padding: 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.24);
  list-style: none;
}

.wi-v2-ops__copy li {
  position: relative;
  padding: 14px 0 14px 26px;
  border-top: 1px solid rgba(5, 5, 5, 0.24);
  font-weight: 800;
}

.wi-v2-ops__copy li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: var(--wi-hv-pink);
}

.wi-v2-console {
  --ink-track-shadow-x: 18px;
  --ink-track-shadow-y: 18px;
  --ink-track-shadow-blur: 82px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: var(--wi-hv-black);
  color: var(--wi-hv-white);
  box-shadow:
    var(--ink-track-shadow-x) var(--ink-track-shadow-y) 0 var(--wi-hv-pink),
    0 40px var(--ink-track-shadow-blur) rgba(5, 5, 5, 0.28);
  transition: transform 220ms ease, box-shadow 220ms ease, border-radius 220ms ease;
}

.wi-v2-console__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: #000000;
}

.wi-v2-console__top > span {
  display: flex;
  gap: 6px;
}

.wi-v2-console__top i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wi-hv-pink);
}

.wi-v2-console__top i:nth-child(2) {
  background: var(--wi-hv-cyan);
}

.wi-v2-console__top i:nth-child(3) {
  background: var(--wi-hv-lime);
}

.wi-v2-console__top b {
  font: 700 0.65rem/1.3 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-console__top small {
  color: var(--wi-hv-lime);
  font: 700 0.58rem/1 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-console__body {
  display: grid;
  padding: 24px;
}

.wi-v2-console__body article {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 90px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.wi-v2-console__body article > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--wi-hv-cyan);
  color: var(--wi-hv-black);
  font: 700 0.61rem/1 var(--ink-font-mono);
}

.wi-v2-console__body article:nth-of-type(even) > span {
  background: var(--wi-hv-lime);
}

.wi-v2-console__body article div {
  display: grid;
  gap: 4px;
}

.wi-v2-console__body article small {
  color: rgba(255, 255, 255, 0.45);
  font: 700 0.56rem/1.2 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-console__body article strong {
  font-size: 0.98rem;
}

.wi-v2-console__body article > b {
  color: var(--wi-hv-lime);
  font: 700 0.57rem/1 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-console__body > i {
  width: 2px;
  height: 18px;
  margin-left: 35px;
  background: linear-gradient(var(--wi-hv-cyan), var(--wi-hv-lime));
}

.wi-v2-local {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(480px, 56svh, 600px);
  background: var(--wi-hv-white);
  color: var(--wi-hv-black);
}

.wi-v2-local > figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0 36px 36px 0;
}

.wi-v2-local > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wi-v2-local__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 120px);
}

.wi-v2-local .wi-v2-kicker {
  color: rgba(5, 5, 5, 0.5);
}

.wi-v2-local h2 {
  max-width: 13ch;
}

.wi-v2-local__copy > p:not(.wi-v2-kicker) {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(5, 5, 5, 0.64);
  font-size: 1.07rem;
  line-height: 1.66;
}

.wi-v2-local__proof {
  display: grid;
  gap: 0;
  margin-top: 36px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.18);
}

.wi-v2-local__proof span {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(5, 5, 5, 0.18);
  color: rgba(5, 5, 5, 0.62);
}

.wi-v2-local__proof b {
  min-width: 72px;
  color: var(--wi-hv-black);
  text-transform: uppercase;
}

.wi-v2-final {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 120px) 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 70px 70px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 70px 70px,
    var(--wi-hv-black);
}

.wi-v2-final__glow {
  position: absolute;
  right: -20%;
  bottom: -70%;
  width: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 19, 190, 0.28), rgba(19, 234, 234, 0.1) 38%, transparent 68%);
  pointer-events: none;
}

.wi-v2-final__scout {
  position: absolute;
  right: max(3vw, 24px);
  bottom: -36px;
  z-index: 1;
  width: 120px;
  height: auto;
  opacity: 0.62;
  filter: saturate(0.82);
}

.wi-v2-final__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.65fr);
  align-items: end;
  gap: clamp(50px, 9vw, 140px);
}

.wi-v2-final h2 {
  max-width: 9ch;
}

.wi-v2-final__grid > div:last-child > p {
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1.08rem;
  line-height: 1.68;
}

@media (prefers-reduced-motion: no-preference) {
  .wi-v2-hero__noise {
    animation: wiV2NoiseDrift 10s steps(4, end) infinite;
  }

  .wi-v2-hero__particles {
    animation: wiV2ParticleFloat 18s ease-in-out infinite alternate;
  }

  .wi-v2-hero__bloom {
    animation: wiV2BloomBreath 11s ease-in-out infinite alternate;
  }

  .wi-v2-hero__copy h1 em {
    animation: wiV2HeroGradientFlow 18s ease-in-out infinite alternate;
  }

  .wi-v2-ink-stage__wash {
    animation: wiHvInkWash 10s ease-in-out infinite alternate;
  }
}

@keyframes wiHvInkWash {
  0% {
    transform: translate3d(-1%, 1%, 0) scale(0.99);
  }

  100% {
    transform: translate3d(1%, -0.8%, 0) scale(1.015);
  }
}

@keyframes wiV2NoiseDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-18px, 14px, 0);
  }
}

@keyframes wiV2ParticleFloat {
  0% {
    transform: translate3d(-0.4%, 0.6%, 0);
  }

  100% {
    transform: translate3d(0.7%, -0.8%, 0);
  }
}

@keyframes wiV2BloomBreath {
  0% {
    opacity: 0.42;
    transform: scale(0.99);
  }

  100% {
    opacity: 0.58;
    transform: scale(1.012);
  }
}

@keyframes wiV2HeroGradientFlow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@media (max-width: 1120px) {
  .wi-v1-hero__grid,
  .wi-v2-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
  }

  .wi-v1-hero__copy h1,
  .wi-v2-hero__copy h1 {
    font-size: clamp(3.8rem, 7.3vw, 6.4rem);
  }

  .wi-v1-service-list > a,
  .wi-v2-entry__list > a {
    grid-template-columns: 54px minmax(190px, 0.75fr) minmax(260px, 1fr) 150px;
    gap: 22px;
  }

  .wi-v1-service-list > a {
    grid-template-columns: 54px minmax(190px, 0.75fr) minmax(260px, 1fr) 28px;
  }

  .wi-v1-automation__grid,
  .wi-v2-ops__grid {
    grid-template-columns: 1fr;
  }

  .wi-v1-flow {
    margin-top: 10px;
  }

  .wi-v2-loop__head {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.7fr);
  }

  .wi-v2-loop__head > p:last-child {
    grid-column: 2;
  }

  .wi-v2-ink-stage {
    width: min(500px, 44vw);
  }
}

@media (max-width: 900px) {
  .wi-home-v1 .wi-hv-shell,
  .wi-home-v2 .wi-hv-shell {
    width: min(100% - 36px, 1240px);
  }

  .wi-v1-hero__grid,
  .wi-v2-hero__grid,
  .wi-v1-outcomes__intro,
  .wi-v1-services__head,
  .wi-v1-work__head,
  .wi-v1-process__grid,
  .wi-v1-faq__grid,
  .wi-v2-loop__head,
  .wi-v2-entry__head,
  .wi-v2-final__grid {
    grid-template-columns: 1fr;
  }

  .wi-v1-hero__grid,
  .wi-v2-hero__grid {
    min-height: 0;
    padding-top: 72px;
  }

  .wi-v1-hero__copy h1,
  .wi-v2-hero__copy h1 {
    max-width: 10ch;
    font-size: clamp(4rem, 11vw, 6rem);
  }

  .wi-v1-hero__media {
    width: min(100%, 620px);
    margin: 10px auto 0;
  }

  .wi-v1-hero__media > img {
    aspect-ratio: 1.18 / 1;
    border-radius: 26px 26px 82px 26px;
  }

  .wi-v1-hero__frame {
    border-radius: 26px 26px 82px 26px;
  }

  .wi-v1-service-ribbon .wi-hv-shell {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .wi-v1-service-ribbon a {
    flex: 0 0 148px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    scroll-snap-align: start;
  }

  .wi-v1-outcome-grid {
    grid-template-columns: 1fr;
  }

  .wi-v1-outcome-grid article,
  .wi-v1-outcome-grid article:first-child,
  .wi-v1-outcome-grid article:last-child {
    padding: 32px 0 36px;
    border-top: 1px solid var(--wi-hv-line);
    border-left: 0;
  }

  .wi-v1-outcome-grid article:first-child {
    border-top: 0;
  }

  .wi-v1-coastline {
    min-height: 480px;
    border-radius: 26px 72px 26px 26px;
  }

  .wi-v1-service-list > a,
  .wi-v2-entry__list > a {
    grid-template-columns: 48px 1fr auto;
    gap: 12px 20px;
    padding: 26px 0;
  }

  .wi-v1-service-list > a:hover,
  .wi-v2-entry__list > a:hover {
    padding-inline: 16px;
  }

  .wi-v1-service-list p,
  .wi-v2-entry__list p {
    grid-column: 2 / -1;
  }

  .wi-v1-service-list b {
    grid-column: 3;
    grid-row: 1;
  }

  .wi-v2-entry__list b {
    grid-column: 2 / -1;
    text-align: left;
  }

  .wi-v1-work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wi-v1-project--wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .wi-v1-project--wide figure img {
    min-height: 480px;
  }

  .wi-v1-process__copy {
    position: static;
  }

  .wi-v2-hero {
    min-height: 0;
  }

  .wi-v2-hero__canvas {
    display: block;
  }

  .wi-v2-hero__logo {
    top: 48%;
    right: 18px;
    width: 210px;
    opacity: 1;
  }

  .wi-v2-hero__grid {
    padding-bottom: 126px;
  }

  .wi-v2-ink-stage {
    width: min(620px, 100%);
    margin: 24px auto 0;
  }

  .wi-v2-studio {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    contain: paint;
  }

  .wi-v2-studio figure {
    block-size: clamp(280px, 52vw, 340px);
  }

  .wi-v2-studio__note {
    block-size: auto;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .wi-v2-loop__head > p:last-child {
    grid-column: auto;
  }

  .wi-v2-work__proof {
    grid-column: auto;
  }

  .wi-v2-loop__map {
    grid-template-columns: 1fr 1fr;
  }

  .wi-v2-loop__map article,
  .wi-v2-loop__map article:first-of-type,
  .wi-v2-loop__map article:last-child {
    min-height: 280px;
    padding: 30px;
    border-top: 1px solid rgba(5, 5, 5, 0.18);
    border-left: 1px solid rgba(5, 5, 5, 0.18);
  }

  .wi-v2-loop__map article:nth-of-type(odd) {
    border-left: 0;
  }

  .wi-v2-loop__map h3 {
    margin-top: 50px;
  }

  .wi-v2-work__rail > a {
    flex-basis: min(68vw, 500px);
  }

  .wi-v2-local {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wi-v2-local > figure {
    min-height: 520px;
  }

  .wi-v2-local__copy {
    padding: 90px max(18px, calc((100vw - 1240px) / 2));
  }

}

@media (max-width: 640px) {
  .wi-home-v1 .wi-hv-shell,
  .wi-home-v2 .wi-hv-shell {
    width: min(100% - 28px, 1240px);
  }

  .wi-hv-kicker,
  .wi-v2-kicker {
    margin-bottom: 18px;
  }

  .wi-hv-kicker {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .wi-hv-actions,
  .wi-hv-button,
  .wi-v2-button {
    width: 100%;
  }

  .wi-hv-button,
  .wi-v2-button {
    min-height: 54px;
    padding-inline: 20px;
  }

  .wi-v1-hero__grid,
  .wi-v2-hero__grid {
    gap: 46px;
    padding-top: 54px;
  }

  .wi-v1-hero__copy h1,
  .wi-v2-hero__copy h1 {
    max-width: none;
    font-size: clamp(3.15rem, 15vw, 4.35rem);
    line-height: 0.9;
  }

  .wi-v1-hero__lede,
  .wi-v2-hero__copy > p:not(.wi-v2-kicker) {
    margin-top: 22px;
    font-size: 1.02rem;
  }

  .wi-v1-hero__trust {
    display: grid;
    gap: 8px;
  }

  .wi-v1-hero__media {
    padding: 8px;
  }

  .wi-v1-hero__media > img {
    aspect-ratio: 0.92 / 1;
    border-width: 6px;
    border-radius: 22px 22px 58px 22px;
    object-position: 60% center;
  }

  .wi-v1-hero__frame {
    inset: 8px;
    border-radius: 22px 22px 58px 22px;
  }

  .wi-v1-hero__frame--cyan {
    transform: translate(-10px, 12px) rotate(-2.5deg);
  }

  .wi-v1-hero__frame--pink {
    transform: translate(10px, -12px) rotate(2.5deg);
  }

  .wi-v1-hero__media figcaption {
    right: 0;
    bottom: 28px;
    width: min(250px, 82%);
    padding: 14px 16px;
    box-shadow: 5px 5px 0 var(--wi-hv-lime);
  }

  .wi-v1-outcomes,
  .wi-v1-services,
  .wi-v1-automation,
  .wi-v1-work,
  .wi-v1-process,
  .wi-v1-faq,
  .wi-v2-loop,
  .wi-v2-entry,
  .wi-v2-work,
  .wi-v2-ops {
    padding-block: 84px;
  }

  .wi-v1-outcomes__intro h2,
  .wi-v1-services__head h2,
  .wi-v1-work__head h2,
  .wi-v1-process h2,
  .wi-v1-faq h2,
  .wi-v2-loop__head h2,
  .wi-v2-entry__head h2,
  .wi-v2-work__head h2,
  .wi-v2-ops h2,
  .wi-v2-local h2,
  .wi-v2-final h2 {
    max-width: none;
    font-size: clamp(2.25rem, 9.5vw, 3rem);
    line-height: 0.98;
  }

  .wi-v1-outcome-grid,
  .wi-v1-service-list,
  .wi-v1-work-grid,
  .wi-v1-faq__list,
  .wi-v2-entry__list {
    margin-top: 44px !important;
  }

  .wi-v1-coastline {
    min-height: 470px;
    margin-top: 56px !important;
    border-radius: 22px 52px 22px 22px;
  }

  .wi-v1-coastline::after {
    background: linear-gradient(0deg, rgba(5, 5, 5, 0.88), rgba(5, 5, 5, 0.08) 74%);
  }

  .wi-v1-coastline figcaption {
    right: 22px;
    left: 22px;
    bottom: 24px;
  }

  .wi-v1-service-list > a,
  .wi-v2-entry__list > a {
    grid-template-columns: 34px 1fr auto;
    min-height: 0;
    gap: 10px 12px;
  }

  .wi-v1-service-list h3,
  .wi-v2-entry__list h3 {
    font-size: 1.55rem;
  }

  .wi-v1-service-list p,
  .wi-v2-entry__list p,
  .wi-v2-entry__list b {
    grid-column: 2 / -1;
  }

  .wi-v1-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .wi-v1-flow > div {
    min-height: 0;
    padding: 18px;
  }

  .wi-v1-flow > div strong {
    margin-top: 28px;
  }

  .wi-v1-flow > i {
    width: 2px;
    height: 24px;
    margin-left: 34px;
  }

  .wi-v1-work-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wi-v1-project--wide {
    grid-column: auto;
  }

  .wi-v1-project figure img,
  .wi-v1-project--wide figure img {
    min-height: 290px;
    aspect-ratio: 1.2 / 1;
  }

  .wi-v1-project > div {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .wi-v1-project b {
    margin-top: 6px;
  }

  .wi-v1-process__steps li {
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 28px 0;
  }

  .wi-v1-faq summary {
    padding-block: 22px;
    font-size: 1.08rem;
  }

  .wi-v1-final {
    min-height: 650px;
  }

  .wi-v1-final h2 {
    font-size: clamp(3rem, 13vw, 4.2rem);
  }

  .wi-v2-hero__grid {
    padding-bottom: 120px;
  }

  .wi-v2-hero__availability {
    align-items: flex-start;
  }

  .wi-v2-ink-stage {
    width: 100%;
    max-width: 430px;
    aspect-ratio: 0.64;
  }

  .wi-v2-ink-stage__steps {
    right: 0;
    left: 0;
    top: 73%;
    bottom: auto;
    width: 100%;
    gap: 7px;
  }

  .wi-v2-ink-stage__steps li {
    padding: 10px;
  }

  .wi-v2-ink-stage__photo {
    inset: 0 0 52%;
    border-radius: 24px;
  }

  .wi-v2-ink-stage__wash {
    inset: -6% -6% 34%;
    border-radius: 24px;
  }

  .wi-v2-ink-stage__caption {
    top: 51%;
    right: 0;
    bottom: auto;
    left: 0;
    max-width: none;
    padding: 13px 14px;
  }

  .wi-v2-studio {
    grid-template-columns: 1fr;
    margin-top: 52px !important;
  }

  .wi-v2-studio figure {
    block-size: clamp(280px, 82vw, 340px);
    min-height: 0;
  }

  .wi-v2-studio__note {
    block-size: auto;
    grid-column: auto;
    grid-row: auto;
  }

  .wi-v2-loop__map {
    grid-template-columns: 1fr;
    margin-top: 52px !important;
  }

  .wi-v2-loop__map article,
  .wi-v2-loop__map article:first-of-type,
  .wi-v2-loop__map article:last-child {
    min-height: 0;
    padding: 28px 0 32px;
    border-top: 1px solid rgba(5, 5, 5, 0.18);
    border-left: 0;
  }

  .wi-v2-loop__map h3 {
    margin-top: 32px;
  }

  .wi-v2-work__rail {
    gap: 14px;
    margin-top: 48px;
    padding-inline: 14px;
    scroll-padding-inline: 14px;
  }

  .wi-v2-work__rail > a {
    flex-basis: 86vw;
    min-width: 0;
  }

  .wi-v2-work__footer {
    align-items: stretch;
    flex-direction: column;
    margin-top: 34px !important;
  }

  .wi-v2-console {
    box-shadow: 8px 8px 0 var(--wi-hv-pink), 0 30px 70px rgba(5, 5, 5, 0.2);
  }

  .wi-v2-console__top {
    grid-template-columns: auto 1fr;
  }

  .wi-v2-console__top small {
    display: none;
  }

  .wi-v2-console__body {
    padding: 14px;
  }

  .wi-v2-console__body article {
    grid-template-columns: 38px 1fr;
    gap: 10px;
    padding: 14px;
  }

  .wi-v2-console__body article > b {
    grid-column: 2;
  }

  .wi-v2-console__body > i {
    margin-left: 31px;
  }

  .wi-v2-local > figure {
    min-height: 390px;
  }

  .wi-v2-local__copy {
    padding: 82px 14px;
  }

  .wi-v2-local__proof span {
    display: grid;
    gap: 4px;
  }

  .wi-v2-final {
    padding-block: 96px 130px;
  }

  .wi-v2-final__scout {
    right: 10px;
    width: 78px;
    opacity: 0.44;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.wi-home-review-route) {
    scroll-behavior: auto;
  }

  .wi-home-v1 *,
  .wi-home-v2 * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .wi-home-v1 [data-wi-home-depth],
  .wi-home-v2 [data-wi-home-depth],
  .wi-home-v1 [data-wi-home-magnetic],
  .wi-home-v2 [data-wi-home-magnetic] {
    transform: none !important;
  }

  .wi-v2-ticker {
    overflow-x: auto;
  }

  .wi-v2-ticker__track {
    animation: none;
    will-change: auto;
  }

  .wi-v2-ticker__group[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 899px), (pointer: coarse) {
  .wi-home-v1 [data-wi-home-depth],
  .wi-home-v2 [data-wi-home-depth] {
    transform: none;
    transition: none;
    will-change: auto;
  }
}

.wi-v1-automation a:focus-visible,
.wi-v2-ops a:focus-visible {
  outline-color: var(--wi-hv-black);
}

/* Batch 2 core V2 pages: About, Contact, Pricing, Portfolio, Hosting. */
.ink-v2-core {
  background: #fff;
  color: var(--ink-text);
  overflow: hidden;
}

.ink-v2-core :where(h1, h2, h3, p) {
  margin-top: 0;
}

.ink-v2-core h1 {
  max-width: 900px;
  font-size: clamp(3rem, 6.8vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.ink-v2-core h2 {
  font-size: clamp(2.15rem, 5.2vw, 5.1rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.ink-v2-core h3 {
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.ink-v2-core p {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.7;
}

.ink-v2-hero {
  position: relative;
  padding: clamp(92px, 12vw, 164px) 0 clamp(72px, 9vw, 126px);
}

.ink-v2-hero--dark,
.ink-v2-band--black {
  background: #000;
  color: #fff;
}

.ink-v2-hero__grid,
.ink-v2-split,
.ink-v2-contact-grid,
.ink-v2-pricing-grid,
.ink-v2-team {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.ink-v2-hero__copy p {
  max-width: 720px;
  color: inherit;
  opacity: 0.82;
}

.ink-v2-hero__image,
.ink-v2-contact-panel,
.ink-v2-price-snapshot,
.ink-v2-work-proof,
.ink-v2-hosting-stack {
  position: relative;
  border: 1px solid rgba(19, 234, 234, 0.35);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.ink-v2-hero__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.ink-v2-hero__image figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(14px);
}

.ink-v2-hero__image figcaption span,
.ink-v2-price-snapshot span,
.ink-v2-work-proof span,
.ink-v2-hosting-stack span,
.ink-v2-contact-panel span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--ink-font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  color: var(--ink-cyan);
}

.ink-v2-hero__image figcaption strong {
  display: block;
  line-height: 1.35;
}

.ink-v2-band {
  padding: clamp(70px, 9vw, 126px) 0;
}

.ink-v2-band--soft {
  background:
    linear-gradient(135deg, rgba(19, 234, 234, 0.09), transparent 32%),
    linear-gradient(315deg, rgba(248, 19, 190, 0.08), transparent 34%),
    #f7f7f4;
}

.ink-v2-band--black .ink-v2-card,
.ink-v2-band--black .ink-v2-team__cards article {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
}

.ink-v2-copy p {
  max-width: 760px;
}

.ink-v2-section-head {
  max-width: min(940px, 76vw);
  margin-bottom: clamp(28px, 5vw, 54px);
}

.ink-v2-section-head--row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  column-gap: var(--ink-grid-gap);
  row-gap: clamp(24px, 3vw, 42px);
  max-width: none;
}

.ink-v2-section-head--row > :first-child {
  grid-column: 1 / span 7;
  min-width: 0;
}

.ink-v2-section-head--row > :last-child {
  grid-column: 9 / -1;
  min-width: 0;
  align-self: start;
}

.ink-v2-section-head--row > :first-child h2 {
  max-width: none;
  text-wrap: balance;
}

.ink-v2-section-head--row > p {
  margin: 0;
  padding-left: clamp(18px, 2vw, 28px);
  border-left: 2px solid var(--ink-cyan);
}

.ink-v2-card-grid,
.ink-v2-plan-grid,
.ink-v2-project-grid {
  display: grid;
  gap: 18px;
}

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

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

.ink-v2-card,
.ink-v2-plan,
.ink-v2-project,
.ink-v2-form-card,
.ink-v2-estimator,
.ink-v2-estimate-total,
.ink-v2-team__cards article {
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--ink-text);
  box-shadow: 0 20px 60px rgba(5, 5, 5, 0.08);
}

.ink-v2-card {
  min-height: 100%;
  padding: clamp(22px, 2.6vw, 32px);
  text-decoration: none;
}

.ink-v2-card span,
.ink-v2-project span,
.ink-v2-plan__badge {
  display: inline-flex;
  margin-bottom: 18px;
  font-family: var(--ink-font-mono);
  font-size: 0.76rem;
  text-transform: uppercase;
  color: var(--ink-pink);
}

.ink-v2-card p,
.ink-v2-team__cards p,
.ink-v2-project p,
.ink-v2-plan p {
  margin-bottom: 0;
  color: inherit;
  opacity: 0.72;
}

.ink-v2-team__intro p {
  color: rgba(255, 255, 255, 0.78);
}

.ink-v2-team__cards {
  display: grid;
  gap: 18px;
}

.ink-v2-team__cards article,
.ink-v2-proof-quote,
.ink-v2-contact-panel,
.ink-v2-price-snapshot,
.ink-v2-work-proof,
.ink-v2-hosting-stack {
  padding: clamp(24px, 3vw, 38px);
}

.ink-v2-proof-quote {
  max-width: 980px;
}

.ink-v2-proof-quote blockquote {
  margin: 0 0 28px;
}

.ink-v2-proof-quote blockquote p {
  font-size: clamp(1.8rem, 3.8vw, 4.2rem);
  line-height: 1;
}

.ink-v2-proof-quote cite {
  display: block;
  font-style: normal;
  font-family: var(--ink-font-mono);
  color: var(--ink-pink);
}

.ink-v2-contact-panel,
.ink-v2-price-snapshot,
.ink-v2-work-proof,
.ink-v2-hosting-stack {
  background: #000;
  color: #fff;
}

.ink-v2-contact-panel a {
  display: block;
  width: fit-content;
  margin-top: 16px;
  color: #fff;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 800;
  text-decoration-color: var(--ink-cyan);
}

.ink-v2-check-list,
.ink-v2-hosting-stack ul,
.ink-v2-plan ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.ink-v2-check-list li,
.ink-v2-hosting-stack li,
.ink-v2-plan li {
  position: relative;
  padding: 10px 0 10px 26px;
  border-top: 1px solid rgba(127, 127, 127, 0.18);
}

.ink-v2-check-list li::before,
.ink-v2-hosting-stack li::before,
.ink-v2-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ink-cyan);
  box-shadow: 0 0 0 4px rgba(19, 234, 234, 0.14);
}

.ink-v2-form-card {
  padding: clamp(22px, 3vw, 36px);
}

.ink-v2-form-card :where(input, textarea, select) {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
}

.ink-v2-form-card textarea {
  min-height: 140px;
}

.ink-v2-form-card :where(input[type="submit"], button) {
  width: auto;
  border: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
}

.ink-v2-pricing-grid {
  align-items: start;
}

.ink-v2-estimate-total,
.ink-v2-estimator {
  padding: clamp(22px, 3vw, 32px);
}

.ink-v2-estimate-total {
  position: sticky;
  top: calc(var(--wi-header-height) + 18px);
  margin-top: 28px;
  background: #000;
  color: #fff;
}

.ink-v2-estimate-total span,
.ink-v2-estimate-total small {
  display: block;
  font-family: var(--ink-font-mono);
  text-transform: uppercase;
  color: var(--ink-cyan);
}

.ink-v2-estimate-total strong,
.ink-v2-price-snapshot strong,
.ink-v2-work-proof strong {
  display: block;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.9;
}

.ink-v2-option,
.ink-v2-stepper {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid rgba(5, 5, 5, 0.12);
}

.ink-v2-option:first-child {
  border-top: 0;
}

.ink-v2-option input {
  width: 22px;
  height: 22px;
  accent-color: var(--ink-pink);
}

.ink-v2-option small,
.ink-v2-stepper small {
  display: block;
  margin-top: 4px;
  color: var(--ink-muted);
}

.ink-v2-stepper {
  grid-template-columns: minmax(0, 1fr) 92px;
}

.ink-v2-stepper input {
  width: 92px;
  min-height: 46px;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 8px;
  padding: 8px 12px;
  font: inherit;
}

.ink-v2-toggle,
.ink-v2-filter {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(5, 5, 5, 0.13);
  border-radius: 8px;
  background: #fff;
}

.ink-v2-toggle button,
.ink-v2-filter button {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  padding: 0 16px;
  background: transparent;
  color: #000;
  font-family: var(--ink-font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  cursor: pointer;
}

.ink-v2-toggle button.is-active,
.ink-v2-filter button.is-active {
  background: #000;
  color: #fff;
}

.ink-v2-plan {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 30px);
}

.ink-v2-plan--featured {
  background: #000;
  color: #fff;
  border-color: var(--ink-pink);
}

.ink-v2-plan__price {
  margin: 18px 0;
}

.ink-v2-plan__price small {
  display: block;
  min-height: 20px;
  color: var(--ink-muted);
  text-decoration: line-through;
}

.ink-v2-plan__price small[hidden] {
  display: none !important;
}

.ink-v2-plan--featured .ink-v2-plan__price small {
  color: rgba(255, 255, 255, 0.58);
}

.ink-v2-plan__price strong {
  font-size: clamp(3rem, 5.2vw, 4.7rem);
  line-height: 0.9;
}

.ink-v2-plan__price em {
  font-style: normal;
  color: inherit;
  opacity: 0.7;
}

.ink-v2-plan__features {
  display: grid;
  gap: 0;
}

.ink-v2-plan__details {
  margin-top: 12px;
  border-top: 1px solid rgba(127, 127, 127, 0.2);
}

.ink-v2-plan__details summary {
  min-height: 42px;
  padding: 13px 0 10px;
  color: inherit;
  font-family: var(--ink-font-mono);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}

.ink-v2-plan__details ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
  margin-top: 0;
  padding-bottom: 4px;
}

.ink-v2-plan__details li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.9rem;
  line-height: 1.25;
}

.ink-v2-plan__details li::before {
  top: 14px;
  width: 7px;
  height: 7px;
}

.ink-v2-plan .ink-button {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

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

.ink-v2-project {
  overflow: hidden;
}

.ink-v2-project[hidden] {
  display: none;
}

.ink-v2-project figure {
  margin: 0;
  background: #000;
}

.ink-v2-project img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ink-v2-project:hover img {
  transform: scale(1.04);
}

.ink-v2-project div {
  padding: 22px;
}

.ink-v2-hosting-stack li {
  color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 1100px) {
  .ink-v2-card-grid--four,
  .ink-v2-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ink-v2-plan-grid,
  .ink-v2-card-grid--three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .ink-v2-hero__grid,
  .ink-v2-split,
  .ink-v2-contact-grid,
  .ink-v2-pricing-grid,
  .ink-v2-team {
    grid-template-columns: 1fr;
  }

  .ink-v2-core h1 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
    line-height: 0.98;
  }

  .ink-v2-core h2 {
    font-size: clamp(2rem, 12vw, 3.6rem);
  }

  .ink-v2-section-head--row {
    display: block;
  }

  .ink-v2-toggle,
  .ink-v2-filter {
    margin-top: 20px;
  }

  .ink-v2-card-grid--four,
  .ink-v2-project-grid {
    grid-template-columns: 1fr;
  }

  .ink-v2-estimate-total {
    position: static;
  }

  .ink-v2-option {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ink-v2-option strong {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ink-v2-project img {
    transition: none;
  }
}

/* Quality reset for focused Batch 2 rework: Pricing + Portfolio. */
.ink-v2-quality-reset {
  --ink-qr-cyan: #14eaea;
  --ink-qr-pink: #f813be;
  --ink-qr-lime: #b9ff33;
  --ink-qr-black: #000;
  --ink-qr-soft: #f4f5f1;
}

.ink-v2-quality-reset .ink-v2-hero {
  isolation: isolate;
  min-height: min(860px, calc(100svh - var(--wi-header-height)));
  display: grid;
  align-items: center;
  overflow: hidden;
}

.ink-v2-quality-reset .ink-v2-hero::before,
.ink-v2-quality-reset .ink-v2-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.ink-v2-quality-reset .ink-v2-hero::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 234, 234, 0.11), transparent 22%),
    radial-gradient(circle at 78% 32%, rgba(248, 19, 190, 0.2), transparent 28%),
    #000;
}

.ink-v2-quality-reset .ink-v2-hero::after {
  inset: 0;
  opacity: 0.22;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.ink-v2-quality-reset .ink-v2-hero__copy h1 {
  max-width: 8.2ch;
  text-transform: uppercase;
}

.ink-v2-quality-reset .ink-v2-hero__copy p {
  max-width: 620px;
}

.ink-v2-pricing-console,
.ink-v2-work-board {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 234, 234, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.62);
  color: #fff;
  box-shadow: 16px 16px 0 rgba(248, 19, 190, 0.82), 0 40px 110px rgba(0, 0, 0, 0.46);
}

.ink-v2-pricing-console {
  min-height: 520px;
  padding: clamp(22px, 3vw, 36px);
}

.ink-v2-pricing-console::before,
.ink-v2-work-board::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at var(--ink-card-x, 50%) var(--ink-card-y, 50%), rgba(20, 234, 234, 0.22), transparent 32%);
  opacity: 0.95;
  pointer-events: none;
}

.ink-v2-pricing-console__top,
.ink-v2-pricing-console__rows,
.ink-v2-pricing-orbit,
.ink-v2-work-board > * {
  position: relative;
  z-index: 1;
}

.ink-v2-pricing-console__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--ink-font-mono);
  text-transform: uppercase;
  color: var(--ink-qr-cyan);
}

.ink-v2-pricing-console__top b {
  color: #fff;
}

.ink-v2-pricing-orbit {
  display: grid;
  place-items: center;
  width: min(100%, 360px);
  aspect-ratio: 1;
  margin: 32px auto;
}

.ink-v2-pricing-orbit i {
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(20, 234, 234, 0.34);
  border-radius: 50%;
  animation: inkQrSpin 16s linear infinite;
}

.ink-v2-pricing-orbit i:nth-child(2) {
  inset: 21%;
  border-color: rgba(248, 19, 190, 0.42);
  animation-duration: 11s;
  animation-direction: reverse;
}

.ink-v2-pricing-orbit i:nth-child(3) {
  inset: 34%;
  border-color: rgba(185, 255, 51, 0.34);
  animation-duration: 8s;
}

.ink-v2-pricing-orbit i::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ink-qr-cyan);
  box-shadow: 0 0 24px var(--ink-qr-cyan);
}

.ink-v2-pricing-orbit strong {
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  line-height: 0.9;
}

.ink-v2-pricing-console__rows {
  display: grid;
  gap: 10px;
}

.ink-v2-pricing-console__rows span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ink-v2-pricing-console__rows em {
  color: rgba(255, 255, 255, 0.62);
  font-style: normal;
}

.ink-v2-pricing .ink-v2-band--white {
  background: #fff;
}

.ink-v2-quality-reset .ink-v2-estimator,
.ink-v2-quality-reset .ink-v2-estimate-total,
.ink-v2-quality-reset .ink-v2-plan,
.ink-v2-quality-reset .ink-v2-project--case {
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.12);
}

.ink-v2-estimate-total--premium {
  overflow: hidden;
  border-color: rgba(20, 234, 234, 0.42);
  background:
    radial-gradient(circle at 88% 18%, rgba(248, 19, 190, 0.26), transparent 28%),
    #000;
}

.ink-v2-estimate-total--premium strong {
  color: #fff;
  text-shadow: 0 0 28px rgba(20, 234, 234, 0.32);
}

.ink-v2-estimate-meter {
  height: 10px;
  margin: 22px 0 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.ink-v2-estimate-meter i {
  display: block;
  width: var(--ink-estimate-progress, 18%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ink-qr-cyan), var(--ink-qr-pink), var(--ink-qr-lime));
  transition: width 0.45s ease;
}

.ink-v2-estimate-breakdown {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ink-v2-estimate-breakdown span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  padding: 0 12px;
  background: #fff;
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.ink-v2-quality-reset .ink-v2-option,
.ink-v2-quality-reset .ink-v2-stepper {
  min-height: 74px;
  border-top-color: rgba(0, 0, 0, 0.1);
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.ink-v2-quality-reset .ink-v2-option:has(input:checked) {
  border-color: rgba(20, 234, 234, 0.42);
  background: linear-gradient(90deg, rgba(20, 234, 234, 0.1), transparent);
}

.ink-v2-quality-reset .ink-v2-option:hover,
.ink-v2-quality-reset .ink-v2-stepper:hover {
  transform: translateX(4px);
}

.ink-v2-quality-reset .ink-v2-stepper input:focus,
.ink-v2-quality-reset .ink-v2-option input:focus-visible {
  outline: 3px solid rgba(20, 234, 234, 0.28);
  outline-offset: 3px;
}

.ink-v2-quality-reset .ink-v2-toggle,
.ink-v2-quality-reset .ink-v2-filter {
  position: relative;
  background: #000;
  border-color: rgba(20, 234, 234, 0.28);
  box-shadow: 8px 8px 0 rgba(248, 19, 190, 0.78);
}

.ink-v2-quality-reset .ink-v2-toggle button,
.ink-v2-quality-reset .ink-v2-filter button {
  color: #fff;
}

.ink-v2-quality-reset .ink-v2-toggle button.is-active,
.ink-v2-quality-reset .ink-v2-filter button.is-active {
  background: var(--ink-qr-cyan);
  color: #000;
}

.ink-v2-quality-reset .ink-v2-plan {
  overflow: hidden;
}

.ink-v2-quality-reset .ink-v2-plan-grid {
  align-items: stretch;
  gap: clamp(16px, 2vw, 22px);
}

.ink-v2-quality-reset .ink-v2-plan h3 {
  max-width: 13ch;
  min-height: 2.32em;
  margin-bottom: 0;
}

.ink-v2-quality-reset .ink-v2-plan .ink-v2-plan__features {
  margin-top: 0;
}

.ink-v2-quality-reset .ink-v2-plan li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.95rem;
  line-height: 1.25;
}

.ink-v2-quality-reset .ink-v2-plan li::before {
  top: 14px;
}

.ink-v2-quality-reset .ink-v2-plan p {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(127, 127, 127, 0.2);
  font-size: 0.95rem;
  line-height: 1.35;
}

.ink-v2-quality-reset .ink-v2-plan--featured .ink-v2-plan__badge {
  color: var(--ink-qr-cyan);
}

.ink-v2-quality-reset .ink-v2-plan--featured .ink-button--gradient {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16), 0 18px 42px rgba(20, 234, 234, 0.2);
}

.ink-v2-quality-reset .ink-v2-plan::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--ink-qr-cyan), var(--ink-qr-pink));
}

.ink-v2-quality-reset .ink-v2-plan--featured {
  box-shadow: 14px 14px 0 var(--ink-qr-pink), 0 34px 90px rgba(0, 0, 0, 0.28);
}

.ink-v2-plan-compare {
  display: grid;
  grid-template-columns: 0.62fr repeat(3, 1fr);
  gap: 0;
  margin-top: 28px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.ink-v2-plan-compare > * {
  padding: 22px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.ink-v2-plan-compare > span {
  border-left: 0;
  background: #000;
  color: var(--ink-qr-cyan);
  font-family: var(--ink-font-mono);
  text-transform: uppercase;
}

.ink-v2-plan-compare b {
  display: block;
  margin-bottom: 6px;
}

.ink-v2-plan-compare p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.ink-v2-work-board {
  min-height: 420px;
  padding: clamp(28px, 3.5vw, 46px);
  align-self: stretch;
}

.ink-v2-work-board strong {
  display: block;
  margin: 28px 0 10px;
  font-size: clamp(5rem, 12vw, 10rem);
  line-height: 0.75;
}

.ink-v2-work-board > span {
  display: inline-flex;
  font-family: var(--ink-font-mono);
  text-transform: uppercase;
  color: var(--ink-qr-cyan);
}

.ink-v2-work-board__ticks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 34px;
}

.ink-v2-work-board__ticks i {
  height: 76px;
  background:
    linear-gradient(180deg, rgba(20, 234, 234, 0.75), rgba(20, 234, 234, 0.08)),
    rgba(255, 255, 255, 0.08);
  transform-origin: bottom;
  animation: inkQrBars 2.8s ease-in-out infinite;
}

.ink-v2-work-board__ticks i:nth-child(2) {
  animation-delay: 0.16s;
  background: linear-gradient(180deg, rgba(248, 19, 190, 0.78), rgba(248, 19, 190, 0.08));
}

.ink-v2-work-board__ticks i:nth-child(3) {
  animation-delay: 0.32s;
}

.ink-v2-work-board__ticks i:nth-child(4) {
  animation-delay: 0.48s;
  background: linear-gradient(180deg, rgba(185, 255, 51, 0.78), rgba(185, 255, 51, 0.08));
}

.ink-v2-work-status {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: -20px 0 24px;
  font-family: var(--ink-font-mono);
  text-transform: uppercase;
}

.ink-v2-work-status b {
  color: var(--ink-qr-pink);
  font-size: 1.2rem;
}

.ink-v2-project-grid--casework {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ink-v2-project--case {
  grid-column: span 2;
  display: grid;
  background: #fff;
  transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}

.ink-v2-project--featured {
  grid-column: span 3;
  grid-row: span 2;
}

.ink-v2-project--case.is-filtering-out {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  filter: blur(3px);
}

.ink-v2-project--case figure {
  position: relative;
  min-height: 260px;
  overflow: hidden;
}

.ink-v2-project--featured figure {
  min-height: 440px;
}

.ink-v2-project--case figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.7)),
    radial-gradient(circle at 82% 18%, rgba(20, 234, 234, 0.16), transparent 30%);
}

.ink-v2-project--case figcaption {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: #fff;
  font-family: var(--ink-font-mono);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.ink-v2-project--case div {
  display: grid;
  align-content: start;
  min-height: 260px;
  padding: clamp(22px, 3vw, 34px);
}

.ink-v2-project--case b {
  display: block;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  color: #000;
}

.ink-v2-proof-band {
  background:
    radial-gradient(circle at 78% 30%, rgba(248, 19, 190, 0.2), transparent 24%),
    linear-gradient(90deg, rgba(20, 234, 234, 0.08), transparent 30%),
    #000;
}

.ink-v2-portfolio-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: start;
}

.ink-v2-proof-stack {
  display: grid;
  gap: 12px;
}

.ink-v2-proof-stack article {
  display: grid;
  grid-template-columns: 56px minmax(0, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ink-v2-proof-stack span {
  color: var(--ink-qr-cyan);
  font-family: var(--ink-font-mono);
}

.ink-v2-proof-stack p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

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

@keyframes inkQrBars {
  0%,
  100% {
    transform: scaleY(0.36);
  }

  50% {
    transform: scaleY(1);
  }
}

@media (max-width: 1100px) {
  .ink-v2-project-grid--casework {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ink-v2-project--case,
  .ink-v2-project--featured {
    grid-column: auto;
    grid-row: auto;
  }

  .ink-v2-plan-compare,
  .ink-v2-portfolio-proof {
    grid-template-columns: 1fr;
  }

  .ink-v2-plan-compare > * {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .ink-v2-quality-reset .ink-v2-plan h3 {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .ink-v2-quality-reset .ink-v2-hero {
    min-height: 0;
  }

  .ink-v2-quality-reset .ink-v2-hero__copy h1 {
    max-width: 9ch;
  }

  .ink-v2-pricing-console,
  .ink-v2-work-board {
    min-height: 0;
    box-shadow: 8px 8px 0 rgba(248, 19, 190, 0.82), 0 30px 80px rgba(0, 0, 0, 0.32);
  }

  .ink-v2-pricing-orbit {
    width: min(100%, 280px);
    margin-block: 22px;
  }

  .ink-v2-work-board__ticks i {
    height: 54px;
  }

  .ink-v2-project-grid--casework {
    grid-template-columns: 1fr;
  }

  .ink-v2-project--case figure,
  .ink-v2-project--featured figure {
    min-height: 300px;
  }

  .ink-v2-proof-stack article {
    grid-template-columns: 42px 1fr;
  }

  .ink-v2-proof-stack p {
    grid-column: 2;
  }

  .ink-v2-plan__details ul {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ink-button--gradient,
  .ink-button--gradient::before {
    transition: none;
  }

  .ink-button--gradient:hover::before {
    transform: translateX(-120%);
  }

  .ink-v2-pricing-orbit i,
  .ink-v2-work-board__ticks i {
    animation: none;
  }

  .ink-v2-quality-reset .ink-v2-option,
  .ink-v2-quality-reset .ink-v2-stepper,
  .ink-v2-project--case,
  .ink-v2-estimate-meter i {
    transition: none;
  }
}

/* Scoped non-home motion system: pointer glow, depth cards, and atmospheric fields. */
.ink-v2-motion-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

[data-ink-pointer="glow"] {
  --ink-pointer-x: 50%;
  --ink-pointer-y: 50%;
  position: relative;
  isolation: isolate;
}

[data-ink-pointer="glow"]::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--ink-pointer-x) var(--ink-pointer-y), rgba(19, 234, 234, 0.18), transparent 28%),
    radial-gradient(circle at calc(var(--ink-pointer-x) + 15%) calc(var(--ink-pointer-y) + 12%), rgba(248, 19, 190, 0.12), transparent 31%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

[data-ink-pointer="glow"]:hover::before,
[data-ink-pointer="glow"]:focus-within::before {
  opacity: 1;
}

[data-ink-pointer="glow"] > * {
  position: relative;
  z-index: 1;
}

[data-ink-pointer="section"] {
  --ink-pointer-x: 50%;
  --ink-pointer-y: 50%;
  position: relative;
  isolation: isolate;
}

[data-ink-pointer="section"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at var(--ink-pointer-x) var(--ink-pointer-y), rgba(19, 234, 234, 0.09), transparent 24%),
    radial-gradient(circle at calc(var(--ink-pointer-x) + 12%) calc(var(--ink-pointer-y) + 8%), rgba(248, 19, 190, 0.07), transparent 27%);
  opacity: 0.78;
  pointer-events: none;
}

[data-ink-pointer="section"] > * {
  position: relative;
  z-index: 1;
}

.wi-v2-loop[data-ink-pointer="section"]::before,
.wi-v2-local[data-ink-pointer="section"]::before {
  mix-blend-mode: multiply;
}

.ink-v2-motion-section > .ink-shell,
.ink-v2-motion-section > :not(.ink-v2-motion-field) {
  position: relative;
  z-index: 2;
}

.ink-v2-motion-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at var(--ink-motion-x, 62%) var(--ink-motion-y, 38%), rgba(19, 234, 234, 0.16), transparent 24%),
    radial-gradient(circle at calc(var(--ink-motion-x, 62%) + 12%) calc(var(--ink-motion-y, 38%) + 10%), rgba(248, 19, 190, 0.12), transparent 22%);
  transition: opacity 0.28s ease;
}

.ink-v2-motion-section.is-motion-field-ready::before,
.ink-v2-motion-section.is-motion-clicked::before {
  opacity: 1;
}

.ink-v2-motion-section--light::before {
  background:
    radial-gradient(circle at var(--ink-motion-x, 68%) var(--ink-motion-y, 32%), rgba(19, 234, 234, 0.13), transparent 28%),
    radial-gradient(circle at calc(var(--ink-motion-x, 68%) - 16%) calc(var(--ink-motion-y, 32%) + 18%), rgba(248, 19, 190, 0.11), transparent 25%);
}

.ink-v2-motion-field {
  position: absolute;
  inset: -7%;
  z-index: 0;
  width: 114%;
  height: 114%;
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 0.7s ease;
}

.ink-v2-motion-section.is-motion-field-ready .ink-v2-motion-field {
  opacity: 0.68;
}

.ink-v2-motion-section.is-motion-field-ready .ink-v2-motion-field[data-field-style="pixel"] {
  opacity: 0.82;
}

.ink-v2-motion-section.is-motion-field-ready .ink-v2-motion-field[data-field-style="starfield"],
.ink-v2-motion-section.is-motion-field-ready .ink-v2-motion-field[data-field-style="particles"] {
  opacity: 0.78;
}

.ink-v2-motion-section.is-motion-field-ready .ink-v2-motion-field[data-field-style="wavegrid"],
.ink-v2-motion-section.is-motion-field-ready .ink-v2-motion-field[data-field-style="light"] {
  opacity: 0.54;
}

.ink-v2-motion-section--light .ink-v2-motion-field {
  mix-blend-mode: multiply;
}

.ink-v2-motion-section--light.is-motion-field-ready .ink-v2-motion-field {
  opacity: 0.48;
}

.ink-v2-motion-section--light.is-motion-field-ready .ink-v2-motion-field[data-field-style="wavegrid"],
.ink-v2-motion-section--light.is-motion-field-ready .ink-v2-motion-field[data-field-style="light"] {
  opacity: 0.52;
}

.ink-v2-motion-section--framed .ink-v2-motion-field {
  inset: 0;
  width: 100%;
  height: 100%;
}

.ink-v2-motion-card {
  position: relative;
  overflow: hidden;
  transform: perspective(1100px) rotateX(var(--ink-depth-tilt-x, 0deg)) rotateY(var(--ink-depth-tilt-y, 0deg)) translate3d(var(--ink-depth-shift-x, 0px), var(--ink-depth-shift-y, 0px), 0);
  transform-style: preserve-3d;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
  will-change: auto;
}

@media (hover: hover) and (pointer: fine) {
  .wi-home-v1 [data-wi-home-depth]:hover,
  .wi-home-v2 [data-wi-home-depth]:hover,
  .ink-v2-motion-card:hover,
  .ink-v2-motion-card:focus-within {
    will-change: transform;
  }
}

.ink-v2-motion-card > * {
  position: relative;
  z-index: 1;
}

.ink-v2-motion-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--ink-card-x, 50%) var(--ink-card-y, 50%), rgba(19, 234, 234, 0.2), transparent 28%),
    radial-gradient(circle at calc(var(--ink-card-x, 50%) + 18%) calc(var(--ink-card-y, 50%) + 14%), rgba(248, 19, 190, 0.14), transparent 30%);
  transition: opacity 0.24s ease;
}

.ink-v2-motion-card:hover,
.ink-v2-motion-card:focus-within {
  border-color: rgba(19, 234, 234, 0.45);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(19, 234, 234, 0.12);
}

.ink-v2-band--black .ink-v2-motion-card:hover,
.ink-v2-hero--dark .ink-v2-motion-card:hover,
.ink-v2-band--black .ink-v2-motion-card:focus-within,
.ink-v2-hero--dark .ink-v2-motion-card:focus-within {
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(19, 234, 234, 0.22);
}

.ink-v2-motion-card:hover::after,
.ink-v2-motion-card:focus-within::after,
.ink-v2-motion-card.is-ink-motion-pulse::after {
  opacity: 1;
}

.ink-v2-motion-card.is-ink-motion-pulse {
  filter: saturate(1.12);
}

@media (max-width: 899px), (pointer: coarse) {
  .ink-v2-motion-field {
    display: block;
  }

  .ink-v2-motion-card {
    transform: none;
    transition: border-color 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
    will-change: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ink-v2-motion-section::before,
  .ink-v2-motion-field,
  .ink-v2-motion-card::after {
    transition: none;
  }

  .ink-v2-motion-field {
    display: none;
  }

  .ink-v2-motion-card {
    transform: none !important;
    transition: none;
    will-change: auto;
  }
}

/* V2 Web Design service destination. */
.ink-v2-band--white {
  background: #fff;
  color: var(--ink-text);
}

.ink-v2-service-destination {
  --ink-web-cyan: #14eaea;
  --ink-web-pink: #f813be;
  --ink-web-lime: #b9ff33;
  --ink-web-black: #000;
  --ink-web-soft: #f4f5f1;
}

.ink-v2-service-destination .ink-v2-hero {
  isolation: isolate;
  display: grid;
  min-height: min(880px, calc(100svh - var(--wi-header-height)));
  align-items: center;
  overflow: hidden;
}

.ink-v2-service-destination .ink-v2-hero::before,
.ink-v2-service-destination .ink-v2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.ink-v2-service-destination .ink-v2-hero::before {
  background:
    linear-gradient(90deg, rgba(20, 234, 234, 0.12), transparent 26%),
    radial-gradient(circle at 78% 34%, rgba(248, 19, 190, 0.24), transparent 30%),
    radial-gradient(circle at 22% 78%, rgba(185, 255, 51, 0.1), transparent 24%),
    #000;
}

.ink-v2-service-destination .ink-v2-hero::after {
  opacity: 0.2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}

.ink-v2-web-hero .ink-v2-hero__copy h1 {
  max-width: 9ch;
  text-transform: uppercase;
}

.ink-v2-web-hero-board {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(20, 234, 234, 0.38);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--ink-card-x, 50%) var(--ink-card-y, 50%), rgba(20, 234, 234, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.7);
  box-shadow: 16px 16px 0 rgba(248, 19, 190, 0.82), 0 40px 110px rgba(0, 0, 0, 0.46);
}

.ink-v2-web-browser {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #050505;
}

.ink-v2-web-browser__top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.ink-v2-web-browser__top span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink-web-pink);
}

.ink-v2-web-browser__top span:nth-child(2) {
  background: var(--ink-web-cyan);
}

.ink-v2-web-browser__top span:nth-child(3) {
  background: var(--ink-web-lime);
}

.ink-v2-web-browser__top b {
  margin-left: auto;
}

.ink-v2-web-browser__stage {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 360px;
  align-content: end;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(20, 234, 234, 0.18), transparent 34%),
    radial-gradient(circle at 82% 22%, rgba(248, 19, 190, 0.28), transparent 30%),
    url("assets/images/approved-media/web-design-code-texture-1800x1000.jpg") center / cover no-repeat;
}

.ink-v2-web-browser__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82));
  pointer-events: none;
}

.ink-v2-web-browser__stage > * {
  position: relative;
  z-index: 1;
}

.ink-v2-web-browser__stage i {
  width: min(100%, 360px);
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ink-web-cyan), var(--ink-web-pink), var(--ink-web-lime));
  box-shadow: 0 0 34px rgba(20, 234, 234, 0.32);
}

.ink-v2-web-browser__stage strong {
  color: #fff;
  font-size: 2.2rem;
  line-height: 0.95;
}

.ink-v2-web-browser__stage p {
  max-width: 420px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.ink-v2-web-browser__stage div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ink-v2-web-browser__stage span,
.ink-v2-web-hero-board__signals span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 12px;
  color: #fff;
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.ink-v2-web-hero-board__signals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ink-v2-web-hero-board__signals span {
  min-height: 72px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  white-space: normal;
}

.ink-v2-web-hero-board__signals b {
  color: var(--ink-web-cyan);
}

.ink-v2-web-split,
.ink-v2-web-lab__grid,
.ink-v2-web-buying {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: start;
}

.ink-v2-web-system {
  background:
    radial-gradient(circle at 78% 28%, rgba(248, 19, 190, 0.2), transparent 24%),
    linear-gradient(90deg, rgba(20, 234, 234, 0.08), transparent 34%),
    #000;
}

.ink-v2-web-system__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ink-v2-web-system__grid article {
  min-height: 280px;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.ink-v2-web-scout {
  position: relative;
  isolation: isolate;
  margin: clamp(38px, 6vw, 74px) 0 0;
  overflow: visible;
}

.ink-v2-web-scout::before {
  position: absolute;
  z-index: 0;
  inset: 9% 2% 0;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 66% 52%, rgba(248, 19, 190, 0.2), transparent 46%),
    radial-gradient(ellipse at 36% 58%, rgba(20, 234, 234, 0.17), transparent 48%);
  content: "";
  filter: blur(38px);
  pointer-events: none;
}

.ink-v2-web-scout img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
  -webkit-mask-image: radial-gradient(ellipse 90% 86% at 52% 50%, #000 70%, rgba(0, 0, 0, 0.88) 82%, transparent 100%);
  mask-image: radial-gradient(ellipse 90% 86% at 52% 50%, #000 70%, rgba(0, 0, 0, 0.88) 82%, transparent 100%);
}

.ink-v2-web-scout figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(12px, 3vw, 40px);
  bottom: clamp(18px, 3vw, 40px);
  display: grid;
  max-width: 31rem;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 3px solid var(--ink-web-lime);
  border-radius: 0 8px 8px 0;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(12px);
}

.ink-v2-web-scout figcaption span {
  color: var(--ink-web-cyan);
  font: 800 0.7rem/1.3 var(--ink-font-mono);
  text-transform: uppercase;
}

.ink-v2-web-scout figcaption strong {
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  line-height: 1.4;
}

.ink-v2-web-system__grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--ink-web-cyan);
  font-family: var(--ink-font-mono);
  text-transform: uppercase;
}

.ink-v2-web-system__grid p {
  color: rgba(255, 255, 255, 0.72);
}

.ink-v2-web-lab__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  background: #000;
  box-shadow: 12px 12px 0 rgba(20, 234, 234, 0.82);
}

.ink-v2-web-lab__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ink-v2-web-lab__media figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  backdrop-filter: blur(12px);
}

.ink-v2-web-lab__media span {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-web-cyan);
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.ink-v2-web-routes .ink-v2-section-head--row > p,
.ink-v2-web-proof .ink-v2-section-head--row > p {
  max-width: 520px;
}

.ink-v2-web-proof {
  background: #000;
  color: #fff;
}

.ink-v2-web-design .ink-web-work-card {
  border-width: 1px;
  border-radius: 8px;
  box-shadow: 10px 10px 0 rgba(20, 234, 234, 0.82), 0 28px 80px rgba(0, 0, 0, 0.24);
}

.ink-v2-web-design .ink-web-work-card:nth-child(2n) {
  box-shadow: 10px 10px 0 rgba(248, 19, 190, 0.82), 0 28px 80px rgba(0, 0, 0, 0.24);
}

.ink-v2-web-design .ink-web-work-card:nth-child(3n) {
  box-shadow: 10px 10px 0 rgba(185, 255, 51, 0.78), 0 28px 80px rgba(0, 0, 0, 0.24);
}

.ink-v2-web-buying__panel {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 12px 12px 0 rgba(248, 19, 190, 0.78), 0 26px 70px rgba(0, 0, 0, 0.1);
}

.ink-v2-web-faq {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ink-v2-web-faq article {
  min-height: 100%;
  border-radius: 8px;
}

@media (max-width: 1100px) {
  .ink-v2-web-system__grid,
  .ink-v2-web-hero-board__signals,
  .ink-v2-web-faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .ink-v2-service-destination .ink-v2-hero {
    min-height: 0;
  }

  .ink-v2-web-split,
  .ink-v2-web-lab__grid,
  .ink-v2-web-buying {
    grid-template-columns: 1fr;
  }

  .ink-v2-web-hero .ink-v2-hero__copy h1 {
    max-width: 10ch;
  }

  .ink-v2-web-hero-board {
    box-shadow: 8px 8px 0 rgba(248, 19, 190, 0.82), 0 30px 80px rgba(0, 0, 0, 0.34);
  }

  .ink-v2-web-browser__stage {
    min-height: 260px;
  }

  .ink-v2-web-hero-board__signals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ink-v2-web-system__grid,
  .ink-v2-web-faq {
    grid-template-columns: 1fr;
  }

  .ink-v2-web-scout figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -6px 18px 0;
  }
}

/* Media-led reset for About + Contact. */
.ink-v2-media-led {
  --ink-media-cyan: #14eaea;
  --ink-media-pink: #f813be;
  --ink-media-lime: #b9ff33;
}

.ink-v2-media-led .ink-v2-hero {
  isolation: isolate;
  min-height: min(860px, calc(100svh - var(--wi-header-height)));
  display: grid;
  align-items: center;
  overflow: hidden;
}

.ink-v2-media-led .ink-v2-hero::before,
.ink-v2-media-led .ink-v2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.ink-v2-media-led .ink-v2-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.58) 52%, rgba(0, 0, 0, 0.9)),
    var(--ink-approved-bg, none) center / cover no-repeat,
    #000;
}

.ink-v2-media-led .ink-v2-hero::after {
  opacity: 0.28;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}

.ink-v2-media-led .ink-v2-hero__copy h1 {
  max-width: 12.5ch;
  text-transform: none;
  line-height: 0.96;
}

.ink-v2-contact .ink-v2-hero {
  min-height: 0;
  padding: clamp(82px, 10vw, 126px) 0 clamp(64px, 8vw, 104px);
}

.ink-v2-contact .ink-v2-hero::before {
  background:
    radial-gradient(circle at 86% 20%, rgba(20, 234, 234, 0.16), transparent 28%),
    radial-gradient(circle at 16% 76%, rgba(248, 19, 190, 0.18), transparent 30%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.86)),
    #000;
}

.ink-v2-contact .ink-v2-hero__grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.82fr);
  align-items: center;
}

.ink-v2-contact .ink-v2-hero__copy h1 {
  max-width: 10.5ch;
  font-size: clamp(3.6rem, 6.2vw, 6.2rem);
}

.ink-v2-contact .ink-v2-hero__copy p {
  max-width: 640px;
}

.ink-v2-contact .ink-v2-contact-portrait {
  align-self: center;
  max-width: 520px;
  margin-left: auto;
}

.ink-v2-contact .ink-v2-contact-portrait img {
  max-height: min(620px, calc(100svh - var(--wi-header-height) - 150px));
}

.ink-v2-media-led [data-ink-depth-card] {
  transform: perspective(1000px) rotateX(var(--ink-depth-tilt-x, 0deg)) rotateY(var(--ink-depth-tilt-y, 0deg)) translate3d(var(--ink-depth-shift-x, 0px), var(--ink-depth-shift-y, 0px), 0);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  will-change: transform;
}

.ink-v2-story-frame,
.ink-v2-contact-portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 234, 234, 0.36);
  border-radius: 8px;
  background: #000;
  box-shadow: 16px 16px 0 rgba(248, 19, 190, 0.82), 0 38px 110px rgba(0, 0, 0, 0.42);
}

.ink-v2-story-frame img,
.ink-v2-contact-portrait img,
.ink-v2-owner-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ink-v2-story-frame--hero img {
  aspect-ratio: 3 / 4;
}

.ink-v2-story-frame--wide img {
  aspect-ratio: 16 / 9;
}

.ink-v2-story-frame figcaption,
.ink-v2-contact-portrait figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: clamp(16px, 2.2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  backdrop-filter: blur(14px);
}

.ink-v2-story-frame figcaption span,
.ink-v2-contact-portrait figcaption span,
.ink-v2-owner-card span,
.ink-v2-principle-stack span,
.ink-v2-route-summary span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--ink-font-mono);
  font-size: 0.76rem;
  text-transform: uppercase;
  color: var(--ink-media-cyan);
}

.ink-v2-story-frame figcaption strong {
  display: block;
  line-height: 1.35;
}

.ink-v2-photo-rhythm__grid,
.ink-v2-owner-grid,
.ink-v2-route-stage {
  display: grid;
  gap: clamp(20px, 4vw, 44px);
}

.ink-v2-photo-rhythm__grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: stretch;
}

.ink-v2-principle-stack {
  display: grid;
  align-content: center;
  gap: 0;
  border-block: 1px solid rgba(0, 0, 0, 0.12);
}

.ink-v2-principle-stack article {
  display: grid;
  grid-template-columns: 54px minmax(0, 0.62fr) minmax(0, 1fr);
  gap: 18px;
  padding: clamp(20px, 3vw, 30px) 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.ink-v2-principle-stack article:first-child {
  border-top: 0;
}

.ink-v2-principle-stack b,
.ink-v2-route-summary strong {
  display: block;
  line-height: 1.24;
}

.ink-v2-principle-stack p {
  margin-bottom: 0;
  color: rgba(5, 5, 5, 0.66);
}

.ink-v2-team-story {
  background:
    radial-gradient(circle at 76% 20%, rgba(248, 19, 190, 0.24), transparent 26%),
    linear-gradient(90deg, rgba(20, 234, 234, 0.09), transparent 32%),
    #000;
}

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

.ink-v2-owner-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.46fr) minmax(0, 0.54fr);
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ink-v2-owner-card figure {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.ink-v2-owner-card div {
  display: grid;
  align-content: end;
  padding: clamp(24px, 3vw, 36px);
}

.ink-v2-owner-card h3 {
  color: #fff;
}

.ink-v2-owner-card p {
  color: rgba(255, 255, 255, 0.74);
}

.ink-v2-contact-portrait img {
  aspect-ratio: 4 / 5;
}

.ink-v2-contact-portrait figcaption a {
  display: block;
  width: fit-content;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(1.08rem, 2vw, 1.72rem);
  font-weight: 800;
  text-decoration-color: var(--ink-media-cyan);
}

.ink-v2-route-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 8px 8px 0 rgba(248, 19, 190, 0.18);
}

.ink-v2-route-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  padding: 0 15px;
  background: transparent;
  color: #000;
  font-family: var(--ink-font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  cursor: pointer;
}

.ink-v2-route-tabs button.is-active {
  background: #000;
  color: #fff;
}

.ink-v2-route-stage {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: stretch;
}

.ink-v2-contact-route-visual {
  min-height: 460px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 82% 18%, rgba(20, 234, 234, 0.22), transparent 30%),
    var(--ink-route-image) center / cover no-repeat,
    #000;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.18);
}

.ink-v2-route-summary {
  display: grid;
  align-content: center;
  min-height: 460px;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid rgba(20, 234, 234, 0.36);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 20%, rgba(248, 19, 190, 0.2), transparent 30%),
    #000;
  color: #fff;
}

.ink-v2-route-summary h3 {
  max-width: 14ch;
  color: #fff;
  font-size: clamp(2.1rem, 4.4vw, 4.6rem);
  line-height: 0.94;
}

.ink-v2-route-summary p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
}

.ink-v2-route-summary strong {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--ink-media-lime);
}

.ink-v2-route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ink-v2-route-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0 14px;
  color: #fff;
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .ink-v2-owner-card {
    grid-template-columns: 1fr;
  }

  .ink-v2-owner-card figure {
    min-height: 340px;
  }
}

@media (max-width: 820px) {
  .ink-v2-media-led .ink-v2-hero {
    min-height: 0;
  }

  .ink-v2-media-led .ink-v2-hero__copy h1 {
    max-width: 10.5ch;
  }

  .ink-v2-contact .ink-v2-hero {
    padding: 46px 0 52px;
  }

  .ink-v2-contact .ink-v2-hero__grid {
    grid-template-columns: 1fr;
  }

  .ink-v2-contact .ink-v2-hero__copy {
    width: auto;
    max-width: 100%;
  }

  .ink-v2-contact .ink-eyebrow {
    display: inline-flex;
    max-width: 100%;
    overflow-wrap: normal;
  }

  .ink-v2-contact .ink-eyebrow::before {
    display: inline-block;
    margin-bottom: 0;
  }

  .ink-v2-contact .ink-v2-hero__copy h1 {
    max-width: 9.6ch;
    font-size: clamp(3rem, 12vw, 4.05rem);
  }

  .ink-v2-contact .ink-v2-contact-portrait {
    max-width: none;
    margin-left: 0;
  }

  .ink-v2-contact .ink-v2-contact-portrait img {
    max-height: none;
  }

  .ink-v2-story-frame,
  .ink-v2-contact-portrait {
    box-shadow: 8px 8px 0 rgba(248, 19, 190, 0.82), 0 28px 80px rgba(0, 0, 0, 0.34);
  }

  .ink-v2-photo-rhythm__grid,
  .ink-v2-owner-grid,
  .ink-v2-route-stage {
    grid-template-columns: 1fr;
  }

  .ink-v2-principle-stack article {
    grid-template-columns: 42px 1fr;
  }

  .ink-v2-principle-stack p {
    grid-column: 2;
  }

  .ink-v2-route-tabs {
    margin-top: 20px;
  }

  .ink-v2-contact-route-visual,
  .ink-v2-route-summary {
    min-height: 0;
  }

  .ink-v2-contact-route-visual {
    aspect-ratio: 16 / 11;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ink-v2-media-led [data-ink-depth-card] {
    transform: none;
    transition: none;
  }
}

/* Visual remediation batch 2: About + Hosting/Care only. */
.ink-v2-about .ink-v2-hero {
  min-height: min(790px, calc(100svh - var(--wi-header-height)));
  padding: clamp(64px, 8vw, 108px) 0 clamp(48px, 6vw, 82px);
}

.ink-v2-about .ink-v2-hero__grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(32px, 5vw, 82px);
}

.ink-v2-about .ink-v2-hero__copy h1,
.ink-v2-hosting .ink-v2-hero__copy h1 {
  max-width: 12ch;
  font-size: clamp(3.4rem, 5.5vw, 5.65rem);
  line-height: 0.9;
}

.ink-v2-about .ink-v2-hero__copy p,
.ink-v2-hosting .ink-v2-hero__copy p {
  max-width: 640px;
  font-size: clamp(1.04rem, 1.3vw, 1.22rem);
  line-height: 1.58;
}

.ink-v2-about .ink-v2-hero .ink-button--primary,
.ink-v2-hosting .ink-v2-hero .ink-button--primary {
  border-color: var(--ink-pink);
  background: var(--ink-pink);
  color: #fff;
  box-shadow: 0 16px 44px rgba(248, 19, 190, 0.22);
}

.ink-v2-about .ink-v2-hero .ink-button--primary:hover,
.ink-v2-hosting .ink-v2-hero .ink-button--primary:hover {
  border-color: var(--ink-cyan);
  background: var(--ink-cyan);
  color: #000;
}

.ink-v2-about .ink-v2-hero .ink-button--secondary,
.ink-v2-hosting .ink-v2-hero .ink-button--secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.ink-v2-about .ink-v2-hero .ink-button--secondary:hover,
.ink-v2-hosting .ink-v2-hero .ink-button--secondary:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.ink-v2-about-hero-board {
  --ink-card-x: 50%;
  --ink-card-y: 50%;
  position: relative;
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(20, 234, 234, 0.3);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--ink-card-x) var(--ink-card-y), rgba(20, 234, 234, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 14px 14px 0 rgba(248, 19, 190, 0.82), 0 38px 100px rgba(0, 0, 0, 0.44);
}

.ink-v2-about-hero-board__photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.ink-v2-about-hero-board__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 42%, rgba(0, 0, 0, 0.32)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 54%);
  pointer-events: none;
}

.ink-v2-about-hero-board__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.94) contrast(1.04);
}

.ink-v2-about-hero-board__proof {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.74);
  color: #fff;
}

.ink-v2-about-hero-board__proof span,
.ink-v2-care-console__panel span {
  color: var(--ink-cyan);
  font: 800 0.68rem/1.25 var(--ink-font-mono);
  text-transform: uppercase;
}

.ink-v2-about-hero-board__proof strong,
.ink-v2-care-console__panel strong {
  font-size: clamp(1.05rem, 1.6vw, 1.38rem);
  line-height: 1.12;
}

.ink-v2-about-signal-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ink-v2-about-signal-list li,
.ink-v2-care-console__plans span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.78);
  color: #fff;
}

.ink-v2-about-signal-list b,
.ink-v2-care-console__plans b {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.08;
}

.ink-v2-about-signal-list small,
.ink-v2-care-console__plans small,
.ink-v2-care-console__panel small {
  color: rgba(255, 255, 255, 0.58);
  font: 700 0.62rem/1.2 var(--ink-font-mono);
  text-transform: uppercase;
}

.ink-v2-hosting .ink-v2-hero {
  isolation: isolate;
  min-height: min(790px, calc(100svh - var(--wi-header-height)));
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(64px, 8vw, 110px) 0 clamp(50px, 6vw, 84px);
  background: #000;
  color: #fff;
}

.ink-v2-hosting .ink-v2-hero::before,
.ink-v2-hosting .ink-v2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.ink-v2-hosting .ink-v2-hero::before {
  background:
    radial-gradient(ellipse at 78% 22%, rgba(20, 234, 234, 0.22), transparent 32%),
    radial-gradient(ellipse at 56% 74%, rgba(248, 19, 190, 0.18), transparent 36%),
    radial-gradient(ellipse at 14% 28%, rgba(185, 255, 51, 0.055), transparent 30%),
    #000;
}

.ink-v2-hosting .ink-v2-hero::after {
  opacity: 0.12;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 84%);
}

.ink-v2-hosting .ink-v2-hero__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  gap: clamp(34px, 6vw, 88px);
}

.ink-v2-hosting .ink-v2-hero__copy p {
  color: rgba(255, 255, 255, 0.72);
}

.ink-v2-care-console {
  --ink-card-x: 50%;
  --ink-card-y: 50%;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(20, 234, 234, 0.36);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--ink-card-x) var(--ink-card-y), rgba(20, 234, 234, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 14px 14px 0 rgba(248, 19, 190, 0.82), 0 38px 110px rgba(0, 0, 0, 0.46);
}

.ink-v2-care-console__media {
  grid-column: 1 / -1;
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #050505;
}

.ink-v2-care-console__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.68)),
    radial-gradient(circle at 78% 20%, rgba(20, 234, 234, 0.22), transparent 34%);
  pointer-events: none;
}

.ink-v2-care-console__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7.6;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.08);
}

.ink-v2-care-console__panel {
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.76);
}

.ink-v2-care-console__panel ul {
  display: grid;
  gap: 0;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.ink-v2-care-console__panel li {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ink-v2-care-console__panel li b {
  color: var(--ink-lime);
  font-size: 0.84rem;
  line-height: 1.2;
}

.ink-v2-care-console__plans {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.ink-v2-care-console__plans small {
  color: var(--ink-cyan);
}

.ink-v2-hosting-intro .ink-v2-split {
  align-items: start;
}

@media (prefers-reduced-motion: no-preference) {
  .ink-v2-care-console__plans span:first-child::before,
  .ink-v2-care-console__plans span:nth-child(2)::before,
  .ink-v2-care-console__plans span:nth-child(3)::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-bottom: 4px;
    border-radius: 50%;
    background: var(--ink-lime);
    box-shadow: 0 0 18px rgba(185, 255, 51, 0.42);
    animation: inkCarePulse 2.8s ease-in-out infinite;
  }

  .ink-v2-care-console__plans span:nth-child(2)::before {
    animation-delay: 0.35s;
  }

  .ink-v2-care-console__plans span:nth-child(3)::before {
    animation-delay: 0.7s;
  }
}

@keyframes inkCarePulse {
  0%,
  100% {
    opacity: 0.48;
    transform: scale(0.86);
  }

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

@media (max-width: 980px) {
  .ink-v2-about .ink-v2-hero,
  .ink-v2-hosting .ink-v2-hero {
    min-height: 0;
    padding: 54px 0 58px;
  }

  .ink-v2-about .ink-v2-hero__grid,
  .ink-v2-hosting .ink-v2-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ink-v2-about .ink-v2-hero__copy h1,
  .ink-v2-hosting .ink-v2-hero__copy h1 {
    max-width: 9.4ch;
    font-size: clamp(3.05rem, 12vw, 4.05rem);
    line-height: 0.94;
  }

  .ink-v2-about-hero-board,
  .ink-v2-care-console {
    box-shadow: 8px 8px 0 rgba(248, 19, 190, 0.82), 0 28px 80px rgba(0, 0, 0, 0.34);
  }

  .ink-v2-care-console {
    grid-template-columns: 1fr;
  }

  .ink-v2-care-console__media img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 640px) {
  .ink-v2-about .ink-v2-hero,
  .ink-v2-hosting .ink-v2-hero {
    padding-top: 46px;
  }

  .ink-v2-about .ink-v2-hero__copy h1,
  .ink-v2-hosting .ink-v2-hero__copy h1 {
    max-width: none;
    font-size: clamp(2.75rem, 12vw, 3.45rem);
    line-height: 0.96;
  }

  .ink-v2-about .ink-v2-hero__copy p,
  .ink-v2-hosting .ink-v2-hero__copy p {
    font-size: 1rem;
    line-height: 1.56;
  }

  .ink-v2-about-signal-list,
  .ink-v2-care-console__plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .ink-v2-about-signal-list li,
  .ink-v2-care-console__plans span {
    padding: 10px;
  }

  .ink-v2-about-signal-list b,
  .ink-v2-care-console__plans b {
    font-size: 0.78rem;
  }

  .ink-v2-about-signal-list small,
  .ink-v2-care-console__plans small {
    font-size: 0.52rem;
  }

  .ink-v2-about-hero-board__photo img {
    aspect-ratio: 1.18 / 1;
  }

  .ink-v2-care-console__panel {
    padding: 16px;
  }

  .ink-v2-care-console__panel li {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ink-v2-care-console__plans span::before {
    animation: none !important;
  }
}
/* WebInk 3.5 launch system: local destinations, AI methodology, commerce,
   accessibility, and performance-safe motion. */

.wi-site-footer address {
  color: inherit;
  font-style: normal;
}

.wi-skip-link {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #111;
  background: #d6ff45;
  font-weight: 800;
  transform: translateY(-160%);
}

.wi-skip-link:focus {
  transform: translateY(0);
}

.wi-destination-page {
  --wi-signal: #d6ff45;
  background: #f6f4ee;
}

.wi-destination-hero {
  min-height: min(860px, 88vh);
  overflow: hidden;
}

.wi-destination-hero .ink-v2-hero__grid {
  align-items: center;
}

.wi-destination-visual {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: #121212;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.36);
}

.wi-destination-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.88));
  pointer-events: none;
}

.wi-destination-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.08);
}

.wi-destination-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wi-destination-visual figcaption span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
  font: 600 0.72rem/1 "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  backdrop-filter: blur(12px);
}

.wi-capability-grid,
.wi-location-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

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

.wi-capability-grid > *,
.wi-location-cards > * {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 22px;
  color: #111;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.wi-capability-grid > *::before,
.wi-location-cards > *::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  content: "";
  background: linear-gradient(#d6ff45, #8bf6ff);
  transform: scaleY(0.18);
  transform-origin: bottom;
  transition: transform 280ms ease;
}

.wi-capability-grid > *:hover::before,
.wi-capability-grid > *:focus-visible::before,
.wi-location-cards > *:hover::before,
.wi-location-cards > *:focus-visible::before {
  transform: scaleY(1);
}

.wi-capability-grid span,
.wi-location-cards span,
.wi-signal-console > span {
  display: block;
  margin-bottom: 30px;
  color: #62625e;
  font: 700 0.73rem/1.2 "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wi-capability-grid h3,
.wi-location-cards h2 {
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.wi-capability-grid p,
.wi-location-cards p {
  margin: 0;
  color: #555550;
}

.wi-location-cards > * {
  min-height: 360px;
}

.wi-location-cards b {
  display: block;
  margin-top: 38px;
  color: #111;
}

.wi-market-section + .ink-v2-band--soft {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.wi-market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.wi-market-grid article,
.wi-area-panel,
.wi-faq-grid details {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  background: #fff;
}

.wi-market-grid article {
  padding: clamp(24px, 4vw, 40px);
}

.wi-market-grid h3,
.wi-area-panel h3 {
  margin-top: 0;
}

.wi-area-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(24px, 4vw, 42px);
}

.wi-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wi-area-list li {
  padding: 9px 13px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: #f7f7f4;
  font: 700 0.76rem/1.2 "IBM Plex Mono", monospace;
}

.wi-faq-grid {
  display: grid;
  gap: 12px;
}

.wi-faq-grid details {
  padding: 0 clamp(20px, 4vw, 34px);
}

.wi-faq-grid summary {
  padding: 22px 34px 22px 0;
  cursor: pointer;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  font-weight: 850;
}

.wi-faq-grid details p {
  max-width: 900px;
  margin: -4px 0 26px;
}

.wi-principle-grid,
.wi-ai-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.wi-principle-list,
.wi-ai-band__steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wi-principle-list article,
.wi-ai-band__steps li {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.wi-principle-list b,
.wi-ai-band__steps b {
  display: block;
  margin-bottom: 7px;
  font-size: 1.08rem;
}

.wi-principle-list p,
.wi-ai-band__steps p {
  margin: 0;
}

.wi-ai-band {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.wi-ai-band .ink-v2-motion-field {
  opacity: 0.44;
}

.wi-ai-band__grid {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
}

.wi-ai-band__grid h2 {
  max-width: 720px;
  color: #fff;
}

.wi-ai-band__intro,
.wi-ai-band__system {
  min-width: 0;
}

.wi-ai-band__intro {
  display: grid;
  align-content: start;
}

.wi-ai-band__copy {
  position: relative;
  z-index: 2;
}

.wi-ai-band__copy > p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
}

.wi-ai-band__system {
  display: block;
  align-self: center;
}

.wi-ai-band__visual {
  width: min(760px, calc(100% + 32px));
  min-width: 0;
  margin: clamp(28px, 3.5vw, 48px) 0 -24px -16px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.wi-ai-band__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 82%, transparent 100%);
}

.wi-ai-band__system .wi-ai-band__steps {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.wi-ai-band__steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.wi-ai-band__system .wi-ai-band__steps li {
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
}

.wi-ai-band__steps span {
  grid-row: 1 / 3;
  color: var(--wi-signal);
  font: 700 0.78rem/1.2 "IBM Plex Mono", monospace;
}

.wi-ai-band__steps p {
  color: rgba(255, 255, 255, 0.68);
}

.wi-signal-console {
  min-height: 480px;
  padding: clamp(30px, 5vw, 68px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 70% 20%, rgba(214, 255, 69, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02));
}

.wi-signal-console > span {
  color: rgba(255, 255, 255, 0.56);
}

.wi-signal-console strong {
  display: block;
  margin: 68px 0 40px;
  color: var(--wi-signal);
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.8;
  letter-spacing: -0.07em;
}

.wi-signal-console ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wi-signal-console li {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
}

/* Branded WooCommerce storefront. Native forms and purchase behavior stay intact. */
.wi-store {
  --wi-store-cyan: #13eaea;
  --wi-store-pink: #f813be;
  --wi-store-lime: #b9ff29;
  --wi-store-ink: #050505;
  --wi-store-paper: #f4f4ef;
  min-height: 70vh;
  background: var(--wi-store-paper);
  color: var(--wi-store-ink);
}

.wi-store-hero,
.wi-store-masthead,
.wi-woo-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 28%, rgba(19, 234, 234, 0.19), transparent 24%),
    radial-gradient(circle at 12% 88%, rgba(248, 19, 190, 0.14), transparent 30%),
    linear-gradient(135deg, #030303 0%, #0d1010 54%, #030303 100%);
}

.wi-store-hero::before,
.wi-store-masthead::before,
.wi-woo-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 76%);
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.wi-store-hero--archive {
  min-height: clamp(560px, 68vw, 760px);
  padding: clamp(82px, 9vw, 128px) 0 clamp(72px, 8vw, 118px);
}

.wi-store-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: center;
  min-height: clamp(400px, 48vw, 550px);
}

.wi-store-hero__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.wi-store-hero__copy .wi-kicker {
  color: var(--wi-store-cyan);
}

.wi-store-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(4.2rem, 10vw, 10rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.075em;
}

.wi-store-hero__copy > p {
  max-width: 650px;
  margin: clamp(26px, 3.5vw, 42px) 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.02rem, 1.45vw, 1.25rem);
}

.wi-store-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(30px, 4vw, 50px);
}

.wi-store-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.wi-store-category:hover,
.wi-store-category:focus-visible,
.wi-store-category.is-current {
  border-color: var(--wi-store-cyan);
  background: var(--wi-store-cyan);
  color: #050505;
  transform: translateY(-2px);
}

.wi-store-hero__art {
  position: relative;
  align-self: end;
  width: min(670px, 54vw);
  margin: 0 clamp(-80px, -5vw, -30px) clamp(-118px, -8vw, -70px) auto;
  pointer-events: none;
}

.wi-store-hero__art::before {
  position: absolute;
  z-index: -1;
  right: 12%;
  bottom: 8%;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(19, 234, 234, 0.34);
  border-radius: 50%;
  box-shadow:
    0 0 80px rgba(19, 234, 234, 0.14),
    inset 0 0 55px rgba(248, 19, 190, 0.08);
  content: "";
}

.wi-store-hero__art img {
  width: 100%;
  filter: saturate(1.06) contrast(1.03);
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 12%, #000 100%),
    linear-gradient(to bottom, #000 0%, #000 82%, transparent 100%);
  mask-image:
    linear-gradient(to right, transparent 0%, #000 12%, #000 100%),
    linear-gradient(to bottom, #000 0%, #000 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.wi-store__catalog,
.wi-store__product {
  position: relative;
  padding: clamp(54px, 8vw, 110px) 0 clamp(84px, 10vw, 144px);
  background:
    radial-gradient(circle at 100% 0, rgba(19, 234, 234, 0.08), transparent 28%),
    var(--wi-store-paper);
}

.wi-store__catalog::before {
  position: absolute;
  top: 0;
  left: max(20px, calc((100vw - 1180px) / 2));
  width: clamp(60px, 10vw, 140px);
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wi-store-pink), var(--wi-store-cyan), var(--wi-store-lime));
  content: "";
}

.wi-store .woocommerce {
  width: 100%;
}

.wi-store .woocommerce::after {
  display: block;
  clear: both;
  content: "";
}

.wi-store .woocommerce-products-header:empty,
.wi-store .woocommerce-products-header__title.page-title {
  display: none;
}

.wi-store .woocommerce-breadcrumb {
  margin: 0 0 clamp(28px, 4vw, 46px);
  color: #71716b;
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.wi-store .woocommerce-breadcrumb a {
  color: #151515;
  text-decoration-color: var(--wi-store-cyan);
  text-underline-offset: 4px;
}

.wi-store-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  margin-bottom: clamp(28px, 4vw, 48px);
  padding: 14px 16px 14px 24px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 22px 22px 40px 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 55px rgba(5, 5, 5, 0.07);
  backdrop-filter: blur(16px);
}

.wi-store-toolbar .woocommerce-result-count,
.wi-store-toolbar .woocommerce-ordering {
  float: none;
  margin: 0;
}

.wi-store-toolbar .woocommerce-result-count {
  color: #66665f;
  font-family: var(--ink-font-mono);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.wi-store-toolbar .woocommerce-ordering {
  position: relative;
}

.wi-store-toolbar .woocommerce-ordering::after {
  position: absolute;
  top: 50%;
  right: 19px;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  pointer-events: none;
  transform: translateY(-72%) rotate(45deg);
}

.wi-store-toolbar select.orderby {
  min-width: min(290px, 42vw);
  min-height: 50px;
  margin: 0;
  padding: 11px 48px 11px 20px;
  border: 1px solid #111;
  border-radius: 999px;
  outline: 0;
  background: #111;
  color: #fff;
  font: 800 0.85rem/1 var(--ink-font-body);
  appearance: none;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.wi-store-toolbar select.orderby:hover,
.wi-store-toolbar select.orderby:focus-visible {
  background: var(--wi-store-cyan);
  color: #050505;
  box-shadow: 0 0 0 4px rgba(19, 234, 234, 0.18);
}

.wi-store ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 30px);
  margin: 0;
}

.wi-store ul.products::before,
.wi-store ul.products::after {
  display: none;
}

.wi-store ul.products li.product {
  position: relative;
  display: flex;
  float: none;
  flex-direction: column;
  width: auto;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  padding: 14px 14px 18px;
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 22px 22px 58px 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(5, 5, 5, 0.075);
  transition: border-radius 360ms cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 240ms ease, transform 240ms ease;
}

.wi-store ul.products li.product:nth-child(3n + 2) {
  border-radius: 46px 22px 22px;
}

.wi-store ul.products li.product:nth-child(3n) {
  border-radius: 22px 56px 22px 22px;
}

.wi-store ul.products li.product::after {
  position: absolute;
  right: 18px;
  bottom: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wi-store-cyan);
  box-shadow: -13px 0 0 var(--wi-store-pink), -26px 0 0 var(--wi-store-lime);
  content: "";
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.wi-store ul.products li.product:hover {
  border-radius: 48px 22px 48px 22px;
  box-shadow: 0 26px 72px rgba(5, 5, 5, 0.14);
  transform: translateY(-8px);
}

.wi-store ul.products li.product:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.wi-store ul.products li.product .woocommerce-loop-product__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.wi-store ul.products li.product img {
  width: 100%;
  aspect-ratio: 1;
  margin: 0 0 20px;
  object-fit: contain;
  border: 1px solid rgba(5, 5, 5, 0.07);
  border-radius: 14px 14px 38px 14px;
  background:
    radial-gradient(circle at 78% 20%, rgba(19, 234, 234, 0.17), transparent 30%),
    linear-gradient(145deg, #f8f8f4, #ecece6);
  transition: border-radius 300ms ease, transform 420ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.wi-store ul.products li.product:hover img {
  border-radius: 36px 14px 36px 14px;
  transform: scale(1.025);
}

.wi-store ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
  padding: 0 6px;
  color: #0b0b0b;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.wi-store ul.products li.product .price {
  display: block;
  margin: 15px 6px 20px;
  color: #8f006e;
  font-family: var(--ink-font-mono);
  font-size: 0.84rem;
  font-weight: 800;
}

.wi-store ul.products li.product .price ins {
  color: #8f006e;
  text-decoration-color: var(--wi-store-pink);
}

.wi-store ul.products li.product .price del {
  color: #5d0048;
  opacity: 1;
}

.wi-store ul.products li.product .button {
  align-self: flex-start;
  margin: auto 6px 2px;
}

.wi-store ul.products li.product .onsale,
.wi-store span.onsale {
  z-index: 3;
  top: 26px;
  right: 26px;
  left: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--wi-store-pink);
  color: #050505;
  font-family: var(--ink-font-mono);
  font-size: 0.67rem;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(248, 19, 190, 0.24);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  min-height: 46px;
  padding: 0.86em 1.35em;
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: var(--ink-font-body);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  border-color: var(--wi-store-cyan, #13eaea);
  background: var(--wi-store-cyan, #13eaea);
  color: #050505;
  transform: translateY(-2px);
}

.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible,
.woocommerce #respond input#submit:focus-visible {
  outline: 3px solid var(--wi-store-pink, #f813be);
  outline-offset: 3px;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: clamp(42px, 6vw, 76px);
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 8px;
  padding: 7px;
  overflow: visible;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 999px;
  background: #fff;
}

.woocommerce nav.woocommerce-pagination ul li {
  overflow: hidden;
  border: 0;
  border-radius: 50%;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #111;
  color: #fff;
}

/* Single product */
.wi-store-masthead {
  padding: clamp(52px, 6vw, 78px) 0;
}

.wi-store-masthead::after {
  position: absolute;
  right: -4vw;
  bottom: -70px;
  width: clamp(180px, 23vw, 330px);
  aspect-ratio: 1;
  border: 1px solid rgba(19, 234, 234, 0.32);
  border-radius: 41% 59% 58% 42% / 43% 38% 62% 57%;
  box-shadow: inset 0 0 90px rgba(248, 19, 190, 0.08);
  content: "";
  transform: rotate(14deg);
}

.wi-store-masthead__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1.2fr);
  gap: 30px;
  align-items: end;
}

.wi-store-masthead__path,
.wi-store-masthead__inner > p {
  margin: 0;
}

.wi-store-masthead__path {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--wi-store-cyan);
  font-family: var(--ink-font-mono);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.wi-store-masthead__path a {
  text-decoration: none;
}

.wi-store-masthead__inner > p:last-child {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.wi-store__product .woocommerce-breadcrumb {
  margin-bottom: 34px;
}

.wi-store__product div.product {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  width: 100%;
  margin: 0;
}

.wi-store__product div.product::after {
  display: none;
}

.wi-store__product div.product div.woocommerce-product-gallery,
.wi-store__product div.product div.summary {
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  justify-self: stretch;
}

.wi-store__product div.product > span.onsale {
  top: 18px;
  right: 18px;
  left: auto;
}

.wi-store__product div.product .woocommerce-product-gallery {
  align-self: start;
  padding: clamp(18px, 2.2vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px 70px 24px 24px;
  background:
    radial-gradient(circle at 82% 16%, rgba(19, 234, 234, 0.16), transparent 30%),
    radial-gradient(circle at 15% 92%, rgba(248, 19, 190, 0.12), transparent 30%),
    #090909;
  box-shadow: 0 26px 80px rgba(5, 5, 5, 0.16);
}

.wi-store__product .woocommerce-product-gallery__image {
  overflow: hidden;
  border-radius: 14px 44px 14px 14px;
  background: #f4f4ef;
}

.wi-store__product .woocommerce-product-gallery__image img {
  width: 100%;
  object-fit: contain;
}

.wi-store__product .woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.wi-store__product .woocommerce-product-gallery .flex-control-thumbs li {
  float: none;
  width: auto;
  overflow: hidden;
  border-radius: 10px;
}

.wi-store__product div.product .summary {
  align-self: start;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 28px 28px 72px 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 72px rgba(5, 5, 5, 0.09);
}

.wi-store__product div.product .product_title {
  margin: 0;
  color: #080808;
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.wi-store__product div.product p.price,
.wi-store__product div.product span.price {
  margin: 24px 0;
  color: #111;
  font-family: var(--ink-font-mono);
  font-size: clamp(1.1rem, 1.8vw, 1.48rem);
  font-weight: 850;
}

.wi-store__product .woocommerce-product-details__short-description {
  color: #5d5d58;
  font-size: clamp(1rem, 1.32vw, 1.13rem);
}

.wi-store__product .woocommerce-product-details__short-description > :last-child {
  margin-bottom: 0;
}

.woocommerce div.product form.cart,
.woocommerce div.product form.variations_form {
  margin: clamp(26px, 4vw, 40px) 0 0;
  padding-top: clamp(24px, 3vw, 34px);
  border-top: 1px solid rgba(5, 5, 5, 0.1);
}

.woocommerce div.product form.cart::after {
  display: block;
  clear: both;
  content: "";
}

.woocommerce div.product form.cart .variations {
  margin: 0 0 24px;
}

.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  width: 100%;
}

.woocommerce div.product form.cart .variations tr + tr {
  margin-top: 18px;
}

.woocommerce div.product form.cart .variations th {
  padding: 0 0 8px;
  text-align: left;
}

.woocommerce div.product form.cart .variations label,
.woocommerce .wc-pao-addon-name {
  color: #171717;
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .variations td {
  position: relative;
  padding: 0;
}

.woocommerce div.product form.cart .variations select,
.woocommerce .wc-pao-addon select,
.woocommerce form .form-row select {
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 12px 48px 12px 18px;
  border: 1px solid rgba(5, 5, 5, 0.2);
  border-radius: 18px;
  outline: 0;
  background: #f6f6f2;
  color: #111;
  font: 750 0.96rem/1.2 var(--ink-font-body);
  appearance: none;
  cursor: pointer;
}

.woocommerce div.product form.cart .variations select:hover,
.woocommerce div.product form.cart .variations select:focus-visible,
.woocommerce .wc-pao-addon select:hover,
.woocommerce .wc-pao-addon select:focus-visible,
.woocommerce form .form-row select:focus-visible {
  border-color: var(--wi-store-cyan);
  box-shadow: 0 0 0 4px rgba(19, 234, 234, 0.14);
}

.woocommerce div.product form.cart .reset_variations {
  display: inline-flex;
  margin-top: 10px;
  color: #5e5e58;
  font-family: var(--ink-font-mono);
  font-size: 0.7rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin-right: 10px;
}

.woocommerce .quantity .qty {
  width: 72px;
  min-height: 50px;
  border: 1px solid rgba(5, 5, 5, 0.18);
  border-radius: 999px;
  background: #f6f6f2;
  color: #111;
  font-weight: 850;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  float: left;
  min-height: 50px;
  padding-inline: 24px;
}

.woocommerce .wc-pao-addons-container {
  margin-top: 22px;
}

.woocommerce .wc-pao-addon {
  margin: 0 0 18px;
}

.woocommerce .wc-pao-addon p.form-row {
  margin: 8px 0 0;
}

.woocommerce .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 24px;
  color: #73736d;
  font-size: 0.8rem;
}

.woocommerce .product_meta a {
  color: #111;
  text-decoration-color: var(--wi-store-cyan);
  text-underline-offset: 3px;
}

.wi-product-guide {
  position: relative;
  display: block;
  min-height: 0;
  margin-top: clamp(32px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px 22px 54px;
  background:
    radial-gradient(circle at 90% 20%, rgba(19, 234, 234, 0.16), transparent 34%),
    #080808;
  color: #fff;
}

.wi-product-guide__copy {
  position: relative;
  z-index: 2;
  max-width: 590px;
  padding: clamp(24px, 3.4vw, 38px);
}

.wi-product-guide .wi-kicker {
  color: var(--wi-store-cyan);
}

.wi-product-guide h2 {
  max-width: 330px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.7rem, 2.6vw, 2.45rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.wi-product-guide p {
  max-width: 360px;
  margin: 16px 0 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.wi-product-guide__link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--wi-store-lime);
  color: #050505;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
}

.wi-store__product div.product .woocommerce-tabs,
.wi-store__product div.product .related,
.wi-store__product div.product .upsells {
  grid-column: 1 / -1;
  width: 100%;
}

.wi-store__product div.product .woocommerce-tabs {
  margin-top: clamp(38px, 6vw, 72px);
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 24px 60px 24px 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 60px rgba(5, 5, 5, 0.065);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 30px;
  padding: 0;
  overflow: visible;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 11px 18px;
  border: 1px solid rgba(5, 5, 5, 0.13);
  border-radius: 999px;
  color: #5d5d58;
  font-size: 0.82rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-color: #111;
  background: #111;
  color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 900px;
  margin: 0;
  color: #555550;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  color: #111;
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.wi-store__product .related,
.wi-store__product .upsells {
  margin-top: clamp(54px, 8vw, 96px);
}

.wi-store__product .related > h2,
.wi-store__product .upsells > h2 {
  max-width: 780px;
  margin: 0 0 32px;
  color: #101010;
  font-size: clamp(2.4rem, 5.2vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

/* Cart, checkout, and account utility pages. */
.wi-woo-hero--quiet {
  padding: clamp(72px, 8vw, 112px) 0 clamp(60px, 7vw, 92px);
}

.wi-woo-hero--quiet h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 8vw, 7.6rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.065em;
}

.wi-woo-hero--quiet .wi-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.wi-woo-display-title {
  margin: 12px 0 18px;
  color: inherit;
  font-size: clamp(2.7rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.wi-commerce-content {
  min-height: 45vh;
  padding: clamp(54px, 8vw, 100px) 0;
  background:
    radial-gradient(circle at 100% 0, rgba(19, 234, 234, 0.08), transparent 26%),
    #f4f4ef;
}

.wi-commerce-content .woocommerce {
  width: 100%;
  margin: 0;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  margin: 0 0 28px;
  padding: 20px 24px 20px 58px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-top: 0;
  border-radius: 18px 18px 36px;
  background: #fff;
  color: #31312e;
  box-shadow: 0 16px 44px rgba(5, 5, 5, 0.065);
}

.woocommerce .woocommerce-message::before {
  color: #15a98d;
}

.woocommerce .woocommerce-info::before {
  color: #0aa8b2;
}

.woocommerce .woocommerce-error::before {
  color: var(--ink-pink);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid rgba(5, 5, 5, 0.17);
  border-radius: 16px;
  outline: 0;
  background: #fff;
  color: #111;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.woocommerce form .form-row textarea {
  min-height: 130px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: var(--ink-cyan);
  box-shadow: 0 0 0 4px rgba(19, 234, 234, 0.13);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 12px;
}

.woocommerce table.shop_table {
  overflow: hidden;
  border-collapse: separate;
  border: 1px solid rgba(5, 5, 5, 0.11);
  border-radius: 22px 22px 52px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(5, 5, 5, 0.065);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 18px;
  border-color: rgba(5, 5, 5, 0.08);
}

.woocommerce table.shop_table th {
  font-family: var(--ink-font-mono);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-account .woocommerce-MyAccount-content {
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 22px 22px 52px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(5, 5, 5, 0.065);
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account .woocommerce-MyAccount-content h2 {
  margin-top: 0;
  color: #111;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: auto;
}

.woocommerce-checkout #order_review_heading {
  margin-top: clamp(38px, 6vw, 70px);
}

.woocommerce-checkout #payment {
  border-radius: 18px 18px 36px;
  background: #f2f2ed;
}

.woocommerce-checkout #payment div.payment_box {
  border-radius: 14px;
  background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 20px 20px 44px;
  background: #111;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  margin-top: 4px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 11px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: var(--ink-cyan);
  color: #050505;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: calc(75% - 26px);
}

@media (max-width: 980px) {
  .wi-store-hero--archive {
    min-height: 0;
    padding-block: clamp(72px, 10vw, 100px);
  }

  .wi-store-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
    min-height: 0;
  }

  .wi-store-hero h1 {
    font-size: clamp(4rem, 11vw, 7rem);
  }

  .wi-store-hero__art {
    width: min(520px, 52vw);
    margin-bottom: -80px;
  }

  .wi-store ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wi-store ul.products li.product:nth-child(n) {
    border-radius: 22px 22px 48px;
  }

  .wi-store__product div.product {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 26px;
  }

  .wi-store__product div.product .summary {
    padding: clamp(24px, 3vw, 34px);
  }

}

@media (max-width: 760px) {
  .wi-store-hero--archive {
    padding-top: 62px;
    padding-bottom: 0;
  }

  .wi-store-hero__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .wi-store-hero h1 {
    font-size: clamp(4.3rem, 20vw, 7rem);
  }

  .wi-store-hero__copy > p {
    margin-top: 24px;
  }

  .wi-store-categories {
    margin-top: 28px;
  }

  .wi-store-category {
    min-height: 42px;
    padding-inline: 15px;
  }

  .wi-store-hero__art {
    justify-self: end;
    width: min(560px, 112vw);
    margin: -18px -28vw -9vw 0;
  }

  .wi-store-hero__art img {
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 80%, transparent 100%);
  }

  .wi-store__catalog,
  .wi-store__product {
    padding-block: 54px 88px;
  }

  .wi-store-toolbar {
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
    border-radius: 20px 20px 38px;
  }

  .wi-store-toolbar select.orderby {
    width: 100%;
    min-width: 0;
  }

  .wi-store ul.products {
    grid-template-columns: 1fr;
  }

  .wi-store ul.products li.product {
    padding: 12px 12px 18px;
  }

  .wi-store-masthead {
    padding-block: 50px;
  }

  .wi-store-masthead__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wi-store__product div.product {
    display: block;
  }

  .wi-store__product div.product .summary {
    margin-top: 22px;
    border-radius: 22px 22px 52px;
  }

  .wi-store__product div.product .product_title {
    font-size: clamp(2.7rem, 14vw, 4.5rem);
  }

  .wi-store__product div.product .woocommerce-tabs,
  .wi-store__product div.product .related,
  .wi-store__product div.product .upsells {
    margin-top: 48px;
  }

  .wi-product-guide {
    min-height: 0;
  }

  .wi-product-guide__copy {
    width: 100%;
    padding: 26px;
  }

  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .wi-store-hero h1 {
    font-size: clamp(3.75rem, 19vw, 5.2rem);
  }

  .wi-store-hero__art {
    width: 125vw;
    margin-right: -38vw;
  }

  .wi-product-guide__copy {
    width: 100%;
    padding: 22px;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    padding: 14px;
  }
}

.wi-journal,
.wi-article,
.wi-utility-page {
  background: #f7f7f4;
}

.wi-journal__hero,
.wi-article__header,
.wi-utility-page__hero {
  padding: clamp(150px, 17vw, 230px) 0 clamp(60px, 8vw, 110px);
  color: #fff;
  background:
    radial-gradient(circle at 75% 20%, rgba(139, 246, 255, 0.16), transparent 30%),
    #090909;
}

.wi-journal__hero h1,
.wi-article__header h1,
.wi-utility-page__hero h1 {
  max-width: 1050px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 6.4vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.wi-journal__hero > .wi-shell > p:last-child,
.wi-article__meta,
.wi-utility-page__hero p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.wi-utility-page__body {
  min-height: 42vh;
  padding: clamp(56px, 8vw, 110px) 0;
}

.wi-utility-page__body .wi-location-cards {
  margin-top: 36px;
}

.wi-onboarding-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: start;
}

.wi-onboarding-page__grid > aside {
  position: sticky;
  top: 112px;
}

.wi-onboarding-page__grid .ink-v2-form-card {
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.wi-legal-page .entry-content {
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  background: #fff;
}

.wi-estimator-page__frame {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.wi-site-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  max-width: 760px;
}

.wi-site-search label {
  min-width: 0;
}

.wi-site-search input[type="search"] {
  width: 100%;
  min-height: 54px;
  padding: 13px 16px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  background: #fff;
  font: inherit;
}

.wi-journal__feed {
  padding: clamp(60px, 8vw, 110px) 0;
}

.wi-journal__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.wi-journal-card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  background: #fff;
}

.wi-journal-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.wi-journal-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.wi-journal-card:hover .wi-journal-card__image img {
  transform: scale(1.035);
}

.wi-journal-card > div {
  padding: clamp(24px, 4vw, 42px);
}

.wi-journal-card h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
}

.wi-journal-card__meta,
.wi-journal-card__link {
  font: 700 0.74rem/1.3 "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.wi-article__hero {
  max-width: 1240px;
  margin: 60px auto -190px;
  padding: 0 24px;
}

.wi-article__hero img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  border-radius: 24px;
}

.wi-article__hero + .entry-content {
  padding-top: 260px;
}

.wi-article .entry-content {
  padding-bottom: 80px;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.75;
}

.wi-article .entry-content :where(h2, h3) {
  margin-top: 2.4em;
}

.wi-article__cta {
  margin-bottom: 100px;
  padding: clamp(32px, 6vw, 70px);
  border-radius: 24px;
  color: #fff;
  background: #111;
}

.wi-article__cta h2 {
  color: #fff;
}

.wi-case-study {
  background: #f7f7f4;
}

.wi-case-study__body {
  padding: clamp(52px, 8vw, 110px) 0;
}

.wi-case-study__visual {
  width: min(1240px, 100%);
  margin: 0 auto clamp(48px, 8vw, 100px);
}

.wi-case-study__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.13);
}

.wi-knowledgebase .entry-content img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 760px) {
  .wi-journal__grid {
    grid-template-columns: 1fr;
  }

  .wi-site-search {
    grid-template-columns: 1fr;
  }

  .wi-article__hero {
    margin-bottom: -100px;
  }

  .wi-article__hero + .entry-content {
    padding-top: 160px;
  }
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #8bf6ff;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .wi-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wi-principle-grid,
  .wi-ai-band__grid {
    grid-template-columns: 1fr;
  }

  .wi-ai-band__grid {
    gap: clamp(34px, 7vw, 56px);
  }

  .wi-ai-band__visual {
    width: min(100%, 760px);
    margin-inline: auto;
  }

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

  .wi-onboarding-page__grid {
    grid-template-columns: 1fr;
  }

  .wi-onboarding-page__grid > aside {
    position: static;
  }

  .wi-market-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .wi-ai-band__visual {
    margin-top: 24px;
    margin-bottom: -8px;
  }

  .wi-destination-hero {
    min-height: auto;
  }

  .wi-destination-visual,
  .wi-destination-visual img {
    min-height: 360px;
  }

  .wi-capability-grid,
  .wi-location-cards,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .wi-area-panel {
    grid-template-columns: 1fr;
  }

  .wi-capability-grid > *,
  .wi-location-cards > * {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .ink-v2-motion-field,
  canvas[data-ink-motion-field],
  canvas[data-wi-v2-field] {
    display: none !important;
  }
}

/* Final cascade guard for the progressive hero artwork. */
.ink-v2-core.ink-v2-contact .ink-v2-hero--contact-media {
  background:
    linear-gradient(96deg, rgba(0, 0, 0, 0.92) 0 38%, rgba(0, 0, 0, 0.46) 70%, rgba(0, 0, 0, 0.82)),
    radial-gradient(circle at 82% 18%, rgba(20, 234, 234, 0.32), transparent 30%),
    radial-gradient(circle at 42% 88%, rgba(248, 19, 190, 0.26), transparent 36%),
    var(--wi-hero-atmosphere, url("assets/images/approved-media/homepage-waves-atmosphere-2400x1060.jpg")) 64% center / cover no-repeat,
    #020307;
}

.ink-v2-core.ink-v2-contact .ink-v2-hero--contact-media::before {
  background:
    linear-gradient(96deg, rgba(0, 0, 0, 0.96) 0 38%, rgba(0, 0, 0, 0.68) 70%, rgba(0, 0, 0, 0.88)),
    radial-gradient(circle at 82% 18%, rgba(20, 234, 234, 0.3), transparent 30%),
    radial-gradient(circle at 42% 88%, rgba(248, 19, 190, 0.24), transparent 36%),
    var(--wi-hero-atmosphere, url("assets/images/approved-media/homepage-waves-atmosphere-2400x1060.jpg")) 64% center / cover no-repeat,
    #020307;
}

.ink-v2-core.ink-v2-contact .ink-v2-hero--contact-media::after {
  opacity: 0.42;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 76% 32%, rgba(20, 234, 234, 0.2), transparent 26%);
  background-size: 58px 58px, 58px 58px, auto;
}

.wi-home-v2 .wi-v2-hero {
  background:
    linear-gradient(104deg, rgba(0, 0, 0, 0.78) 0 36%, rgba(0, 0, 0, 0.28) 68%, rgba(0, 0, 0, 0.68)),
    radial-gradient(circle at 76% 18%, rgba(20, 234, 234, 0.34), transparent 32%),
    radial-gradient(circle at 52% 72%, rgba(248, 19, 190, 0.28), transparent 38%),
    var(--wi-hero-atmosphere, url("assets/images/approved-media/homepage-waves-atmosphere-2400x1060.jpg")) center / cover no-repeat,
    #020307;
}

.wi-home-v2 .wi-v2-hero::before {
  opacity: 0.5;
  background:
    radial-gradient(ellipse at 74% 28%, rgba(20, 234, 234, 0.2), transparent 30%),
    radial-gradient(ellipse at 46% 64%, rgba(248, 19, 190, 0.16), transparent 38%),
    radial-gradient(ellipse at 50% 44%, transparent 0 46%, rgba(0, 0, 0, 0.54) 100%);
  animation: wiHeroAtmosphereDrift 12s ease-in-out infinite alternate;
}

.wi-home-v2 .wi-v2-hero::after {
  opacity: 0.68;
}

.wi-home-v2 .wi-v2-hero__backdrop.is-compact-field-ready .wi-v2-hero__canvas {
  opacity: 0.72;
  filter: saturate(1.32) contrast(1.18) brightness(1.08);
}

.ink-v2-core .ink-v2-hero--dark.ink-v2-motion-section {
  background:
    linear-gradient(108deg, rgba(0, 0, 0, 0.88) 0 34%, rgba(0, 0, 0, 0.34) 72%, rgba(0, 0, 0, 0.74)),
    radial-gradient(circle at 76% 20%, rgba(20, 234, 234, 0.28), transparent 29%),
    radial-gradient(circle at 52% 86%, rgba(248, 19, 190, 0.24), transparent 36%),
    var(--ink-approved-bg, linear-gradient(132deg, #090c18 0%, #120717 48%, #020305 100%)) center / cover no-repeat;
}

.ink-v2-core .ink-v2-hero--dark.ink-v2-motion-section::before {
  opacity: 0.78;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at var(--ink-motion-x, 72%) var(--ink-motion-y, 28%), rgba(20, 234, 234, 0.2), transparent 25%),
    radial-gradient(circle at 44% 78%, rgba(248, 19, 190, 0.17), transparent 31%);
  background-size: 84px 84px, 84px 84px, auto, auto;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.35), #000 44%, rgba(0, 0, 0, 0.7));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.35), #000 44%, rgba(0, 0, 0, 0.7));
  animation: wiHeroAtmosphereDrift 14s ease-in-out infinite alternate;
}

@media (max-width: 900px) {
  .wi-home-v2 .wi-v2-hero,
  .ink-v2-core.ink-v2-contact .ink-v2-hero--contact-media {
    --wi-hero-atmosphere: url("assets/images/approved-media/homepage-waves-atmosphere-1100x486.jpg");
  }

  .wi-home-v2 .wi-v2-hero {
    background-position: center, center, center, 62% center, center;
  }

  .wi-home-v2 .wi-v2-hero::before {
    opacity: 0.72;
  }

  .wi-home-v2 .wi-v2-hero::after {
    opacity: 0.58;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 36%, rgba(0, 0, 0, 0.7) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 74%);
  }

  .wi-home-v2 .wi-v2-hero__backdrop.is-compact-field-ready .wi-v2-hero__canvas {
    opacity: 0.86;
  }

  .ink-v2-core .ink-v2-hero--dark.ink-v2-motion-section {
    background-position: center, center, center, 64% center;
  }

  .ink-v2-core .ink-v2-hero--dark.ink-v2-motion-section::before {
    opacity: 0.9;
    background-size: 56px 56px, 56px 56px, auto, auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wi-home-v2 .wi-v2-hero::before,
  .ink-v2-core .ink-v2-hero--dark.ink-v2-motion-section::before {
    animation: none;
    transform: none;
  }
}

/* 3.11 viewport-density guardrails: retain display scale without letting
   narrow copy columns and width-only type sizing overrun common laptop views. */
.ink-v2-section-head + :is(
  .wi-apps-capabilities,
  .wi-app-proof-grid,
  .wi-apps-process__rail,
  .ink-service-faq,
  .wi-capability-grid
) {
  margin-top: 0;
}

.ink-v2-core .ink-v2-section-head--row > p {
  display: block;
  align-self: start;
  max-width: 480px;
  margin: 0;
  padding: 2px 0 2px clamp(18px, 2vw, 28px);
  border-left: 2px solid var(--ink-cyan);
  color: rgba(5, 5, 5, 0.64);
}

.ink-v2-core .ink-v2-band--black .ink-v2-section-head--row > p {
  border-left-color: var(--ink-lime);
  color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 821px) {
  .ink-v2-core .ink-v2-hero {
    min-height: min(760px, calc(100svh - var(--wi-header-height)));
    padding: clamp(54px, min(7vw, 7.5svh), 96px) 0 clamp(50px, min(6vw, 6.8svh), 82px);
  }

  .ink-v2-core .ink-v2-hero__copy h1 {
    max-width: 12.5ch;
    font-size: clamp(3.25rem, min(5.7vw, 8.2svh), 5.9rem);
    line-height: 0.91;
  }

  .ink-v2-core .ink-v2-section-head h2 {
    max-width: 14ch;
    font-size: clamp(2.35rem, min(4.65vw, 6.4svh), 4.7rem);
    line-height: 0.96;
  }

  .ink-v2-core .ink-v2-section-head--row > div {
    min-width: 0;
  }

  .ink-v2-band {
    padding: clamp(54px, min(7vw, 7.6svh), 98px) 0;
  }

  .ink-v2-section-head {
    margin-bottom: clamp(26px, min(4vw, 4.5svh), 46px);
  }

  .ink-page-section,
  .ink-page-hero,
  .ink-page-band,
  .ink-page-proof,
  .ink-page-cta {
    padding-block: clamp(54px, min(7vw, 7.6svh), 98px);
  }

  .ink-services-pattern .ink-page-hero h1,
  .ink-service-detail-hero h1 {
    max-width: 13ch;
    font-size: clamp(3.15rem, min(5.4vw, 8.2svh), 5.6rem);
  }

  .ink-page-section h2,
  .ink-page-band h2 {
    max-width: 14ch;
    font-size: clamp(2.8rem, min(6vw, 7.2svh), 5.8rem);
    line-height: 0.95;
  }

  .wi-home-v2 .wi-v2-hero {
    min-height: min(790px, calc(100svh - var(--wi-header-height)));
  }

  .wi-home-v2 .wi-v2-hero__grid {
    min-height: 0;
    padding: clamp(58px, 7svh, 78px) 0 clamp(72px, 8svh, 98px);
  }

  .wi-home-v2 .wi-v2-hero__copy h1 {
    max-width: 11.5ch;
    font-size: clamp(3.8rem, min(6.25vw, 8.7svh), 6.45rem);
  }

  .wi-v2-loop__head h2,
  .wi-v2-entry__head h2,
  .wi-v2-work__head h2,
  .wi-v2-ops h2,
  .wi-v2-local h2,
  .wi-v2-final h2 {
    font-size: clamp(2.7rem, min(4.25vw, 6.2svh), 4.45rem);
  }

  .wi-apps-hero .ink-v2-hero__grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    gap: clamp(30px, 4vw, 62px);
  }

  .ink-v2-core .wi-apps-hero .ink-v2-hero__copy h1 {
    max-width: 12.5ch;
    font-size: clamp(3.35rem, min(5.15vw, 7.8svh), 5.35rem);
  }

  .wi-app-console {
    min-height: min(480px, 54svh);
  }

  .wi-app-console__body {
    min-height: min(430px, calc(54svh - 50px));
  }

  .wi-journal__hero,
  .wi-article__header,
  .wi-utility-page__hero {
    padding: clamp(70px, min(8vw, 8svh), 118px) 0 clamp(50px, min(6vw, 6svh), 82px);
  }

  .wi-journal__hero h1,
  .wi-article__header h1,
  .wi-utility-page__hero h1 {
    font-size: clamp(3rem, min(5.7vw, 8.2svh), 5.9rem);
  }
}

@media (max-width: 820px) {
  .ink-v2-core .ink-v2-hero {
    min-height: 0;
    padding: 52px 0 64px;
  }

  .ink-v2-core .ink-v2-hero__copy h1 {
    max-width: 11.5ch;
    font-size: clamp(3rem, 12.2vw, 4.15rem);
    line-height: 0.93;
  }

  .ink-v2-core .ink-v2-section-head h2 {
    max-width: 14ch;
    font-size: clamp(2.25rem, 10.5vw, 3.35rem);
    line-height: 0.98;
  }

  .ink-v2-band,
  .ink-page-section,
  .ink-page-hero,
  .ink-page-band,
  .ink-page-proof,
  .ink-page-cta {
    padding-block: clamp(48px, 13vw, 68px);
  }

  .wi-apps-hero .ink-v2-hero__grid {
    padding-top: 0;
  }

  .wi-apps-hero .ink-v2-hero__copy h1 {
    max-width: 11.5ch;
    font-size: clamp(3rem, 12.2vw, 4.15rem);
  }

  .wi-v2-loop__context,
  .wi-v2-work__proof {
    border-radius: 18px 18px 40px;
  }

  .ink-v2-section-head--row {
    grid-template-columns: 1fr;
  }

  .ink-v2-section-head--row > :first-child,
  .ink-v2-section-head--row > :last-child {
    grid-column: 1;
  }

  .ink-v2-core .ink-v2-section-head--row > p {
    max-width: 640px;
    margin-top: 0;
  }

  .wi-journal__hero,
  .wi-article__header,
  .wi-utility-page__hero {
    padding: 56px 0 64px;
  }
}

@media (max-width: 480px) {
  .wi-footer-grid > div:last-child > ul {
    columns: 1;
  }
}

/* 3.12 editorial composition system.
   Content relationships define the layout; motion never owns text geometry. */
.wi-home-v2 .wi-v2-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--ink-grid-gap);
  row-gap: clamp(24px, 3vw, 44px);
}

.wi-home-v2 .wi-v2-section {
  padding-block: clamp(64px, min(7vw, 8svh), 104px);
  scroll-margin-top: calc(var(--wi-header-height) + 24px);
}

.wi-v2-section-head {
  align-items: start;
}

.wi-v2-section-head__kicker {
  grid-column: 1 / -1;
  margin: 0;
}

.wi-v2-section-head__title {
  grid-column: 1 / span 7;
  min-width: 0;
}

.wi-v2-section-head__title h2,
.wi-v2-work__head h2,
.wi-v2-entry__head h2 {
  max-width: none;
  margin: 0;
  text-wrap: balance;
}

.wi-v2-section-head__lede {
  grid-column: 9 / -1;
  min-width: 0;
  align-self: start;
  padding: 2px 0 2px clamp(18px, 2vw, 28px);
  border-left: 2px solid currentColor;
}

.wi-v2-section-head__lede p {
  margin: 0;
}

.wi-v2-section-head__lede a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  margin-top: 18px;
  padding-block: 4px;
  font-size: 0.82rem;
  font-weight: 900;
  text-underline-offset: 5px;
}

/* Hero: two intentional columns with one attached visual system. */
.wi-home-v2 .wi-v2-hero {
  min-height: min(740px, calc(100svh - var(--wi-header-height)));
}

.wi-home-v2 .wi-v2-hero__layout {
  align-items: center;
  min-height: 0;
  padding: clamp(78px, 9svh, 106px) 0 clamp(88px, 10svh, 116px);
}

.wi-v2-hero__copy {
  grid-column: 1 / span 6;
  min-width: 0;
}

.wi-v2-hero__copy h1 {
  max-width: none;
  font-size: clamp(3.75rem, min(5.8vw, 8.2svh), 6.15rem);
  line-height: 0.9;
  text-wrap: balance;
}

.wi-v2-hero__copy h1 > span,
.wi-v2-hero__copy h1 > em {
  display: block;
}

.wi-v2-hero__visual {
  grid-column: 7 / -1;
  position: relative;
  display: grid;
  grid-template-rows: minmax(330px, 1fr) auto;
  width: auto;
  min-height: 0;
  aspect-ratio: auto;
  margin: 0;
  padding-top: 8px;
}

.wi-v2-hero__visual .wi-v2-ink-stage__wash {
  inset: -5% -5% 12%;
}

.wi-v2-hero__photo {
  position: relative;
  inset: auto;
  grid-row: 1;
  width: 100%;
  min-height: 330px;
  aspect-ratio: 16 / 10;
  border-radius: 26px 72px 26px 26px;
}

.wi-v2-hero__caption {
  left: clamp(16px, 3vw, 30px);
  bottom: 90px;
  max-width: min(300px, 54%);
}

.wi-v2-hero__loop {
  position: relative;
  right: auto;
  bottom: auto;
  grid-row: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  gap: 0;
  margin-top: 10px;
}

.wi-v2-hero__loop li {
  min-height: 82px;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
  padding: 13px 12px;
  background: rgba(5, 5, 5, 0.86);
}

.wi-v2-hero__loop li:first-child {
  border-left-width: 1px;
  border-radius: 14px 0 0 14px;
}

.wi-v2-hero__loop li:last-child {
  border-radius: 0 14px 14px 0;
}

.wi-v2-hero__logo {
  top: calc(var(--wi-header-height) + 48px);
  right: max(24px, calc((100vw - 1240px) / 2 + 28px));
  width: min(250px, 20vw);
  opacity: 0.78;
}

/* Journey: editorial lead plus four equal stages. */
.wi-v2-loop__head,
.wi-v2-entry__head,
.wi-v2-work__head {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(24px, 3vw, 44px) var(--ink-grid-gap);
}

.wi-v2-loop__lede {
  display: grid;
  gap: 12px;
  color: rgba(5, 5, 5, 0.58);
  border-left-color: #008f91;
}

.wi-v2-loop__lede .wi-v2-loop__context-label {
  color: #8f006e;
  font: 700 0.64rem/1.25 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-loop__lede strong {
  color: var(--wi-hv-black);
  font-size: clamp(1.08rem, 1.5vw, 1.38rem);
  line-height: 1.2;
}

.wi-v2-loop__lede strong i {
  color: #008f91;
  font-style: normal;
}

.wi-v2-loop__map {
  display: block;
  margin-top: clamp(38px, 4.5vw, 58px) !important;
  padding-top: 30px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.18);
}

.wi-v2-loop__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wi-v2-loop__steps > li {
  grid-column: span 3;
  min-width: 0;
  min-height: 230px;
  padding: 24px clamp(18px, 2vw, 28px) 28px;
  border-left: 1px solid rgba(5, 5, 5, 0.18);
}

.wi-v2-loop__steps > li:first-child {
  padding-left: 0;
  border-left: 0;
}

.wi-v2-loop__steps > li:last-child {
  padding-right: 0;
}

.wi-v2-loop__steps > li > span {
  color: #8f006e;
  font: 700 0.64rem/1.3 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-loop__steps h3 {
  margin-top: 26px;
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  font-weight: 900;
  line-height: 1;
  text-wrap: balance;
}

.wi-v2-loop__steps p {
  margin: 15px 0 0;
  color: rgba(5, 5, 5, 0.62);
  line-height: 1.55;
}

/* Services: a compact two-column ledger, not six viewport-sized rows. */
.wi-v2-services .wi-v2-section-head__lede {
  color: rgba(255, 255, 255, 0.62);
  border-left-color: var(--wi-hv-cyan);
}

.wi-v2-services__list {
  margin-top: clamp(36px, 4.5vw, 56px) !important;
  border-bottom: 0;
}

.wi-v2-entry__list > .wi-v2-services__item {
  grid-column: span 6;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  grid-template-areas:
    "number title action"
    "number copy action";
  align-items: start;
  gap: 10px 18px;
  min-height: 0;
  padding: clamp(24px, 2.6vw, 34px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--wi-hv-white);
}

.wi-v2-services__item .wi-v2-services__number {
  grid-area: number;
  padding-top: 5px;
}

.wi-v2-services__item h3 {
  grid-area: title;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  text-wrap: balance;
}

.wi-v2-services__item p {
  grid-area: copy;
  max-width: 430px;
  margin-top: 2px;
  font-size: 0.96rem;
}

.wi-v2-services__item b {
  grid-area: action;
  align-self: center;
  max-width: 120px;
}

.wi-v2-services__list > .wi-v2-services__item:hover,
.wi-v2-services__list > .wi-v2-services__item:nth-child(2n):hover,
.wi-v2-services__list > .wi-v2-services__item:nth-child(3n):hover {
  padding-inline: 18px;
  background: linear-gradient(90deg, rgba(20, 234, 234, 0.12), rgba(248, 19, 190, 0.05));
  color: #fff;
}

.wi-v2-services__list > .wi-v2-services__item:hover p {
  color: rgba(255, 255, 255, 0.74);
}

/* Work: immediate proof mosaic with a compact secondary index. */
.wi-v2-work__lede {
  display: grid;
  gap: 12px;
  color: rgba(255, 255, 255, 0.58);
  border-left-color: var(--wi-hv-lime);
}

.wi-v2-work__lede strong {
  color: #fff;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.12;
}

.wi-v2-work__mosaic {
  grid-template-rows: repeat(2, minmax(270px, auto));
  margin-top: clamp(38px, 4.5vw, 58px) !important;
}

.wi-v2-work__project {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0b0b0b;
  color: #fff;
  text-decoration: none;
}

.wi-v2-work__project--lead {
  grid-column: 1 / span 8;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-rows: minmax(430px, 1fr) auto;
  border-radius: 24px 72px 24px 24px;
}

.wi-v2-work__project--side {
  grid-column: 9 / -1;
  display: grid;
  grid-template-rows: minmax(170px, 1fr) auto;
  border-radius: 20px;
}

.wi-v2-work__project figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.wi-v2-work__project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 520ms ease, filter 300ms ease;
}

.wi-v2-work__project:hover img,
.wi-v2-work__project:focus-visible img {
  transform: scale(1.025);
  filter: saturate(1.08);
}

.wi-v2-work__project-copy {
  position: relative;
  display: grid;
  gap: 6px;
  padding: clamp(18px, 2.4vw, 28px);
}

.wi-v2-work__project-copy > span {
  color: var(--wi-hv-cyan);
  font: 700 0.62rem/1.25 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-work__project-copy h3 {
  padding-right: 32px;
  font-size: clamp(1.45rem, 2.5vw, 2.6rem);
  line-height: 1;
}

.wi-v2-work__project--side .wi-v2-work__project-copy h3 {
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
}

.wi-v2-work__project-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.wi-v2-work__project-copy > i {
  position: absolute;
  top: 50%;
  right: clamp(18px, 2vw, 26px);
  color: var(--wi-hv-lime);
  font-style: normal;
  transform: translateY(-50%);
}

.wi-v2-work__index {
  display: grid;
  grid-template-columns: 2fr 10fr;
  gap: var(--ink-grid-gap);
  margin-top: clamp(30px, 3.5vw, 44px) !important;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.wi-v2-work__index > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.44);
  font: 700 0.62rem/1.3 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-work__index nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wi-v2-work__index a {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 4px clamp(16px, 2vw, 26px) 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
}

.wi-v2-work__index a > span {
  color: var(--wi-hv-cyan);
  font: 700 0.6rem/1.2 var(--ink-font-mono);
}

.wi-v2-work__index a > strong {
  font-size: 1rem;
}

.wi-v2-work__index a > small {
  color: rgba(255, 255, 255, 0.5);
}

.wi-v2-work__index a > i {
  position: absolute;
  top: 5px;
  right: 16px;
  color: var(--wi-hv-lime);
  font-style: normal;
}

/* Operations: copy and console stay paired; capabilities become a full ledger. */
.wi-v2-ops__layout {
  align-items: start;
}

.wi-v2-ops__copy {
  grid-column: 1 / span 5;
  min-width: 0;
}

.wi-v2-ops__copy h2 {
  max-width: none;
  text-wrap: balance;
}

.wi-v2-ops__copy .wi-v2-button {
  margin-top: 28px;
}

.wi-v2-ops__layout > .wi-v2-console {
  grid-column: 6 / -1;
}

.wi-v2-ops__ledger {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(5, 5, 5, 0.22);
  list-style: none;
}

.wi-v2-ops__ledger > li {
  grid-column: span 3;
  display: grid;
  gap: 7px;
  min-width: 0;
  padding-right: clamp(16px, 2vw, 26px);
  border-right: 1px solid rgba(5, 5, 5, 0.18);
}

.wi-v2-ops__ledger > li:last-child {
  border-right: 0;
}

.wi-v2-ops__ledger span {
  color: rgba(5, 5, 5, 0.52);
  font: 700 0.62rem/1.2 var(--ink-font-mono);
}

.wi-v2-ops__ledger strong {
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  line-height: 1.08;
}

.wi-v2-ops__ledger small {
  color: rgba(5, 5, 5, 0.62);
  font-size: 0.86rem;
  line-height: 1.45;
}

/* AI: story and Scout remain one visual thought; steps form a ruled ledger. */
.wi-ai-band__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: var(--ink-grid-gap);
}

.wi-ai-band__intro {
  grid-column: 1 / span 7;
}

.wi-ai-band__system {
  grid-column: 8 / -1;
  align-self: stretch;
  padding-left: clamp(10px, 2vw, 28px);
}

.wi-ai-band__copy h2 {
  max-width: 14ch;
  font-size: clamp(2.7rem, min(4.25vw, 6.2svh), 4.45rem);
  line-height: 0.94;
  text-wrap: balance;
}

.wi-ai-band__visual {
  width: min(700px, 100%);
  max-height: 390px;
  margin: clamp(24px, 3vw, 38px) 0 -18px;
}

.wi-ai-band__visual img {
  max-height: 390px;
  object-position: left bottom;
}

.wi-ai-band__steps {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.wi-ai-band__steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px 16px;
  padding: clamp(22px, 3vw, 34px) 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
}

.wi-ai-band__steps li > span {
  grid-row: span 2;
  color: var(--ink-cyan);
  font: 700 0.64rem/1.3 var(--ink-font-mono);
}

.wi-ai-band__steps li > b {
  margin: 0;
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.wi-ai-band__steps li > p {
  color: rgba(255, 255, 255, 0.66);
}

/* Presence: one owner/local story instead of two competing sections. */
.wi-v2-presence {
  background:
    radial-gradient(circle at 76% 18%, rgba(20, 234, 234, 0.08), transparent 28%),
    #f4f5f1;
  color: var(--wi-hv-black);
}

.wi-v2-presence__layout {
  align-items: start;
}

.wi-v2-presence__story {
  grid-column: 1 / span 5;
  min-width: 0;
}

.wi-v2-presence .wi-v2-kicker {
  color: rgba(5, 5, 5, 0.5);
}

.wi-v2-presence__story h2 {
  max-width: none;
  font-size: clamp(2.7rem, min(4.25vw, 6.2svh), 4.45rem);
  font-weight: 900;
  line-height: 0.94;
  text-wrap: balance;
}

.wi-v2-presence__story > p:not(.wi-v2-kicker) {
  max-width: 580px;
  margin: 24px 0 0;
  color: rgba(5, 5, 5, 0.64);
  line-height: 1.62;
}

.wi-v2-presence__media {
  --wi-v2-presence-team: 1.18fr;
  --wi-v2-presence-place: 0.82fr;
  grid-column: 6 / -1;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns:
    minmax(0, var(--wi-v2-presence-team))
    minmax(220px, var(--wi-v2-presence-place));
  gap: 14px;
  min-height: 520px;
}

.wi-v2-presence__media figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.wi-v2-presence__team {
  border-radius: 24px 76px 24px 24px;
}

.wi-v2-presence__place {
  border-radius: 76px 24px 24px 24px;
}

.wi-v2-presence__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wi-v2-presence__team img {
  object-position: center 62%;
}

.wi-v2-presence__place img {
  object-position: center;
}

.wi-v2-presence__media figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(5, 5, 5, 0.76);
  color: #fff;
  backdrop-filter: blur(12px);
}

.wi-v2-presence__media figcaption span {
  color: var(--wi-hv-cyan);
  font: 700 0.58rem/1.2 var(--ink-font-mono);
  text-transform: uppercase;
}

.wi-v2-presence__locations {
  grid-column: 1 / span 5;
  display: grid;
  margin-top: 8px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.18);
}

.wi-v2-presence__locations a {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  border-top: 1px solid rgba(5, 5, 5, 0.18);
  color: var(--wi-hv-black);
  text-decoration: none;
}

.wi-v2-presence__locations span {
  color: #008f91;
  font: 700 0.62rem/1.2 var(--ink-font-mono);
}

.wi-v2-presence__locations i {
  color: var(--wi-hv-pink);
  font-style: normal;
}

.wi-v2-presence__locations a:hover strong,
.wi-v2-presence__locations a:focus-visible strong {
  color: #008f91;
}

/* Final action: a deliberate close, not another full-screen scene. */
.wi-home-v2 .wi-v2-final {
  padding-block: clamp(66px, min(7vw, 8svh), 96px);
}

.wi-v2-final__grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: var(--ink-grid-gap);
}

.wi-v2-final__title {
  grid-column: 1 / span 7;
}

.wi-v2-final__action {
  grid-column: 9 / -1;
  padding-left: clamp(18px, 2vw, 28px);
  border-left: 2px solid var(--wi-hv-lime);
}

.wi-v2-final h2 {
  max-width: none;
  text-wrap: balance;
}

.wi-v2-final__action .wi-hv-actions {
  align-items: flex-start;
  flex-direction: column;
}

/* Footer and shared layout safeguards. */
.wi-brand__art img {
  width: 100%;
  height: 100%;
}

@media (max-width: 980px) {
  .wi-apps-proof .ink-v2-section-head--row > div,
  .wi-apps-proof .ink-v2-section-head--row > aside {
    grid-column: 1;
  }
}

@media (max-width: 900px) {
  .wi-home-v2 .wi-v2-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wi-home-v2 .wi-v2-section {
    padding-block: clamp(56px, 10vw, 78px);
  }

  .wi-v2-section-head__kicker,
  .wi-v2-section-head__title,
  .wi-v2-section-head__lede,
  .wi-v2-hero__copy,
  .wi-v2-hero__visual,
  .wi-v2-ops__copy,
  .wi-v2-ops__layout > .wi-v2-console,
  .wi-v2-ops__ledger,
  .wi-v2-presence__story,
  .wi-v2-presence__media,
  .wi-v2-presence__locations,
  .wi-v2-final__title,
  .wi-v2-final__action {
    grid-column: 1 / -1;
  }

  .wi-home-v2 .wi-v2-hero {
    min-height: 0;
  }

  .wi-home-v2 .wi-v2-hero__layout {
    padding: 54px 0 112px;
  }

  .wi-v2-hero__copy h1 {
    max-width: 12ch;
    font-size: clamp(3.3rem, 10vw, 4.8rem);
  }

  .wi-v2-hero__visual {
    grid-template-rows: minmax(360px, 1fr) auto;
    width: 100%;
    margin-top: 8px;
  }

  .wi-v2-hero__photo {
    min-height: 360px;
  }

  .wi-v2-hero__caption {
    bottom: 92px;
  }

  .wi-v2-hero__logo {
    display: none;
  }

  .wi-v2-loop__steps > li {
    grid-column: span 2;
    min-height: 220px;
    padding: 24px;
    border-top: 1px solid rgba(5, 5, 5, 0.18);
  }

  .wi-v2-loop__steps > li:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .wi-v2-loop__steps > li:nth-child(even) {
    padding-right: 0;
  }

  .wi-v2-entry__list > .wi-v2-services__item {
    grid-column: span 2;
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-areas:
      "number title"
      "number copy"
      "number action";
  }

  .wi-v2-services__item b {
    align-self: start;
    max-width: none;
    margin-top: 8px;
    text-align: left;
  }

  .wi-v2-work__mosaic {
    grid-template-rows: auto;
  }

  .wi-v2-work__project--lead {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .wi-v2-work__project--side {
    grid-column: span 2;
    grid-template-rows: minmax(220px, 1fr) auto;
  }

  .wi-v2-work__index {
    grid-template-columns: 1fr;
  }

  .wi-v2-work__index nav {
    grid-template-columns: 1fr;
  }

  .wi-v2-work__index a {
    padding: 16px 38px 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .wi-v2-ops__layout {
    gap: 34px;
  }

  .wi-v2-ops__ledger > li {
    grid-column: span 2;
    padding: 18px;
    border-top: 1px solid rgba(5, 5, 5, 0.18);
    border-right: 0;
  }

  .wi-ai-band__grid {
    grid-template-columns: 1fr;
  }

  .wi-ai-band__intro,
  .wi-ai-band__system {
    grid-column: 1;
  }

  .wi-ai-band__system {
    padding-left: 0;
  }

  .wi-ai-band__copy h2 {
    max-width: 14ch;
  }

  .wi-v2-presence__media {
    grid-row: auto;
    min-height: 470px;
  }

  .wi-v2-final__action {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 720px) {
  :root {
    --ink-shell: min(100% - 32px, 1240px);
  }

  .wi-footer-grid,
  .wi-footer-cta {
    grid-template-columns: 1fr;
  }

  .wi-footer-intro,
  .wi-footer-grid > div:nth-child(2),
  .wi-footer-grid > div:nth-child(3),
  .wi-footer-cta > div,
  .wi-site-footer .wi-footer-cta a {
    grid-column: 1;
  }

  .wi-site-footer .wi-footer-cta a {
    justify-self: start;
    margin-top: 22px;
  }

  .wi-footer-grid > div:last-child > ul {
    columns: 1;
  }

  .ink-service-faq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wi-home-v2 .wi-v2-section {
    padding-block: 58px;
  }

  .wi-v2-section-head {
    row-gap: 22px !important;
  }

  .wi-v2-section-head__lede {
    padding-left: 16px;
  }

  .wi-home-v2 .wi-v2-hero__layout {
    padding-top: 44px;
  }

  .wi-v2-hero__copy h1 {
    max-width: none;
    font-size: clamp(2.85rem, 13vw, 3.75rem);
    line-height: 0.92;
  }

  .wi-v2-hero__visual {
    grid-template-rows: minmax(270px, 1fr) auto;
  }

  .wi-v2-hero__photo {
    min-height: 270px;
    border-radius: 20px 48px 20px 20px;
  }

  .wi-v2-hero__caption {
    bottom: 158px;
    max-width: calc(100% - 32px);
    padding: 13px 14px;
  }

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

  .wi-v2-hero__loop li,
  .wi-v2-hero__loop li:first-child,
  .wi-v2-hero__loop li:last-child {
    min-height: 74px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
  }

  .wi-v2-hero__loop li:first-child {
    border-radius: 12px 0 0 0;
  }

  .wi-v2-hero__loop li:nth-child(2) {
    border-radius: 0 12px 0 0;
  }

  .wi-v2-hero__loop li:nth-child(3) {
    border-radius: 0 0 0 12px;
  }

  .wi-v2-hero__loop li:last-child {
    border-radius: 0 0 12px 0;
  }

  .wi-v2-loop__steps > li,
  .wi-v2-entry__list > .wi-v2-services__item,
  .wi-v2-work__project--side,
  .wi-v2-ops__ledger > li {
    grid-column: 1 / -1;
  }

  .wi-v2-loop__steps > li,
  .wi-v2-loop__steps > li:nth-child(odd),
  .wi-v2-loop__steps > li:nth-child(even) {
    min-height: 0;
    padding: 24px 0;
    border-left: 0;
  }

  .wi-v2-entry__list > .wi-v2-services__item {
    padding: 24px 0;
  }

  .wi-v2-services__list > .wi-v2-services__item:hover,
  .wi-v2-services__list > .wi-v2-services__item:nth-child(2n):hover,
  .wi-v2-services__list > .wi-v2-services__item:nth-child(3n):hover {
    padding-inline: 12px;
  }

  .wi-v2-work__project--lead,
  .wi-v2-work__project--side {
    grid-template-rows: minmax(240px, 1fr) auto;
    border-radius: 18px;
  }

  .wi-v2-ops__ledger > li {
    padding: 18px 0;
  }

  .wi-ai-band__copy h2,
  .wi-v2-presence__story h2 {
    max-width: none;
    font-size: clamp(2.4rem, 11vw, 3.35rem);
  }

  .wi-v2-presence__media {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wi-v2-presence__media figure {
    min-height: 300px;
    border-radius: 18px;
  }

  .wi-v2-presence__place {
    min-height: 240px !important;
  }

  .wi-v2-final__scout {
    right: -8px;
    width: 84px;
  }
}

@media (min-width: 1025px) and (max-height: 820px) {
  .wi-home-v2 .wi-v2-hero {
    min-height: auto;
  }

  .wi-home-v2 .wi-v2-hero__layout {
    padding-top: 68px;
    padding-bottom: 92px;
  }

  .wi-v2-hero__copy h1 {
    font-size: clamp(3.5rem, min(5.4vw, 7.7svh), 5.35rem);
  }

  .wi-v2-hero__visual {
    grid-template-rows: minmax(300px, 48svh) auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wi-brand__signal,
  .wi-v2-hero__logo {
    animation: none !important;
  }
}

/* Shared service-page composition: keep headings and supporting copy on one
 * editorial grid so every service/local page follows the homepage rhythm. */
.ink-services-section-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px) var(--ink-grid-gap);
  align-items: start;
}

.ink-services-section-head > :first-child {
  grid-column: 1 / span 7;
  min-width: 0;
}

.ink-services-section-head > :last-child {
  grid-column: 9 / -1;
  min-width: 0;
  align-self: start;
}

.ink-services-section-head > :only-child {
  grid-column: 1 / span 8;
}

.ink-services-section-head > div h2 {
  max-width: none;
  text-wrap: balance;
}

.ink-services-section-head > p {
  margin: 0;
  padding: 2px 0 2px clamp(18px, 2vw, 28px);
  border-left: 2px solid var(--ink-cyan);
  color: #3f3f3f;
}

@media (max-width: 820px) {
  .ink-services-section-head {
    grid-template-columns: 1fr;
  }

  .ink-services-section-head > :first-child,
  .ink-services-section-head > :last-child {
    grid-column: 1;
  }
}

/* 3.13 internal editorial composition.
 * Carry the homepage's grid rhythm through service, location, work, journal,
 * utility, and commerce templates without forcing viewport-sized sections. */
.ink-v2-core .ink-v2-hero,
.ink-service-page .ink-page-hero,
.wi-project-story__hero {
  min-height: 0;
}

.ink-v2-core :is(.ink-v2-hero__copy h1, .ink-v2-section-head h2),
.ink-service-page :is(.ink-page-hero h1, .ink-services-section-head h2),
.wi-project-story :is(h1, h2),
.wi-journal :is(h1, h2),
.wi-article :is(h1, h2),
.wi-utility-page :is(h1, h2),
.wi-store :is(h1, h2, h3),
.woocommerce :is(.product_title, h1, h2, h3) {
  max-width: none;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.ink-v2-core .ink-v2-section-head,
.ink-v2-core .ink-v2-band .ink-v2-section-head {
  max-width: none;
}

.wi-content-narrow {
  width: min(860px, calc(100% - 64px));
  margin-inline: auto;
}

.wi-apps-capabilities article,
.wi-apps-process__rail li,
.wi-capability-grid > *,
.wi-location-cards > *,
.ink-v2-web-system__grid article,
.ink-v2-owner-card,
.wi-signal-console,
.ink-price-lane,
.ink-service-fit-grid .ink-offer-card,
.ink-services-proof__panel,
.ink-v2-project--case div {
  min-height: 0;
}

.wi-destination-visual {
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.wi-destination-visual img {
  min-height: 0;
}

.ink-service-media-panel--wide,
.ink-service-media-panel--portrait {
  min-height: 0;
  aspect-ratio: 4 / 5;
}

.ink-service-media-panel--wide {
  aspect-ratio: 5 / 4;
}

.wi-market-section + .ink-v2-band--soft {
  padding-top: clamp(24px, 3vw, 42px);
}

.ink-page-cta__box {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--ink-grid-gap);
}

.ink-page-cta__box > :first-child {
  grid-column: 1 / span 8;
  min-width: 0;
}

.ink-page-cta__box > :last-child {
  grid-column: 10 / -1;
  justify-self: end;
  min-width: 0;
}

.ink-page-cta__box > .ink-button:last-child {
  align-self: center;
}

@media (min-width: 1025px) {
  .ink-v2-core .ink-v2-hero,
  .ink-service-page .ink-page-hero,
  .wi-project-story__hero {
    padding-block: clamp(56px, min(6vw, 7svh), 88px);
  }

  .ink-v2-core .ink-v2-hero .ink-v2-hero__grid,
  .wi-project-story__hero .ink-v2-hero__grid,
  .ink-service-page .ink-page-hero__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--ink-grid-gap);
    row-gap: clamp(28px, 4vw, 54px);
    align-items: center;
  }

  .ink-v2-core .ink-v2-hero .ink-v2-hero__copy,
  .wi-project-story__hero .ink-v2-hero__copy,
  .ink-service-page .ink-page-hero__grid > :first-child {
    grid-column: 1 / span 7;
    min-width: 0;
  }

  .ink-v2-core .ink-v2-hero .ink-v2-hero__copy + *,
  .wi-project-story__hero .ink-v2-hero__copy + *,
  .ink-service-page .ink-page-hero__grid > :last-child:not(:first-child) {
    grid-column: 8 / -1;
    min-width: 0;
  }

  .ink-v2-core .ink-v2-hero .ink-v2-hero__copy h1,
  .wi-project-story__hero .ink-v2-hero__copy h1,
  .ink-service-page .ink-page-hero h1 {
    max-width: none;
    font-size: clamp(3.35rem, min(5.1vw, 7.3svh), 5.5rem);
    line-height: 0.92;
  }

  .ink-v2-core .ink-v2-band .ink-v2-section-head:not(.ink-v2-section-head--row) {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--ink-grid-gap);
    row-gap: 16px;
    align-items: start;
    max-width: none;
  }

  .ink-v2-core .ink-v2-band .ink-v2-section-head:not(.ink-v2-section-head--row) > .ink-eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 2px;
  }

  .ink-v2-core .ink-v2-band .ink-v2-section-head:not(.ink-v2-section-head--row) > h2 {
    grid-column: 1 / span 8;
    max-width: none;
    margin-bottom: 0;
  }

  .ink-v2-core .ink-v2-band .ink-v2-section-head:not(.ink-v2-section-head--row) > p:not(.ink-eyebrow) {
    grid-column: 9 / -1;
    align-self: start;
    margin: 0;
    padding: 2px 0 2px clamp(18px, 2vw, 28px);
    border-left: 2px solid var(--ink-cyan);
  }

  .ink-v2-core .ink-v2-band--black .ink-v2-section-head:not(.ink-v2-section-head--row) > p:not(.ink-eyebrow) {
    border-left-color: var(--ink-lime);
    color: rgba(255, 255, 255, 0.72);
  }

  .ink-v2-core .ink-v2-section-head--row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--ink-grid-gap);
    row-gap: 20px;
    align-items: start;
  }

  .ink-v2-core .ink-v2-section-head--row > :first-child {
    grid-column: 1 / span 8;
    min-width: 0;
  }

  .ink-v2-core .ink-v2-section-head--row > :last-child:not(:first-child) {
    grid-column: 9 / -1;
    min-width: 0;
    align-self: start;
  }

  .ink-v2-core .ink-v2-section-head h2 {
    max-width: none;
    font-size: clamp(2.55rem, min(4.2vw, 6svh), 4.45rem);
  }

  .ink-v2-split,
  .ink-v2-web-split,
  .ink-v2-web-buying,
  .ink-v2-pricing-grid,
  .ink-v2-contact-grid,
  .wi-principle-grid,
  .ink-page-split,
  .ink-seo-signal-grid,
  .ink-service-media-story__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--ink-grid-gap);
    row-gap: clamp(28px, 4vw, 54px);
    align-items: start;
  }

  :is(
    .ink-v2-split,
    .ink-v2-web-split,
    .ink-v2-web-buying,
    .ink-v2-pricing-grid,
    .ink-v2-contact-grid,
    .wi-principle-grid,
    .ink-page-split,
    .ink-seo-signal-grid,
    .ink-service-media-story__grid
  ) > :first-child {
    grid-column: 1 / span 5;
    min-width: 0;
  }

  :is(
    .ink-v2-split,
    .ink-v2-web-split,
    .ink-v2-web-buying,
    .ink-v2-pricing-grid,
    .ink-v2-contact-grid,
    .wi-principle-grid,
    .ink-page-split,
    .ink-seo-signal-grid,
    .ink-service-media-story__grid
  ) > :last-child:not(:first-child) {
    grid-column: 7 / -1;
    min-width: 0;
  }

  .ink-v2-web-lab__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--ink-grid-gap);
    align-items: center;
  }

  .ink-v2-web-lab__grid > :first-child {
    grid-column: 1 / span 7;
  }

  .ink-v2-web-lab__grid > :last-child {
    grid-column: 9 / -1;
  }

  :is(
    .wi-apps-fit,
    .wi-apps-process,
    .wi-apps-faq,
    .ink-v2-web-system,
    .ink-v2-web-faq-section,
    .ink-v2-photo-rhythm,
    .ink-v2-team-story,
    .ink-v2-about-services,
    .ink-v2-hosting-fit,
    .wi-ai-capabilities,
    .wi-growth-capabilities,
    .wi-local-capabilities,
    .wi-location-page #local-services,
    .wi-location-page .ink-v2-band[aria-labelledby="wi-location-faq-title"],
    .wi-local-service .ink-v2-band[aria-labelledby="wi-local-faq-title"]
  ) > .ink-shell {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--ink-grid-gap);
    row-gap: clamp(24px, 3vw, 42px);
    align-items: start;
  }

  :is(
    .wi-apps-fit,
    .wi-apps-process,
    .wi-apps-faq,
    .ink-v2-web-system,
    .ink-v2-web-faq-section,
    .ink-v2-photo-rhythm,
    .ink-v2-team-story,
    .ink-v2-about-services,
    .ink-v2-hosting-fit,
    .wi-ai-capabilities,
    .wi-growth-capabilities,
    .wi-local-capabilities,
    .wi-location-page #local-services,
    .wi-location-page .ink-v2-band[aria-labelledby="wi-location-faq-title"],
    .wi-local-service .ink-v2-band[aria-labelledby="wi-local-faq-title"]
  ) > .ink-shell > .ink-v2-section-head {
    display: block;
    grid-column: 1 / span 4;
    max-width: none;
    margin: 0;
  }

  :is(
    .wi-apps-fit,
    .wi-apps-process,
    .wi-apps-faq,
    .ink-v2-web-system,
    .ink-v2-web-faq-section,
    .ink-v2-photo-rhythm,
    .ink-v2-team-story,
    .ink-v2-about-services,
    .ink-v2-hosting-fit,
    .wi-ai-capabilities,
    .wi-growth-capabilities,
    .wi-local-capabilities,
    .wi-location-page #local-services,
    .wi-location-page .ink-v2-band[aria-labelledby="wi-location-faq-title"],
    .wi-local-service .ink-v2-band[aria-labelledby="wi-local-faq-title"]
  ) > .ink-shell > .ink-v2-section-head > * {
    grid-column: auto;
  }

  :is(
    .wi-apps-fit,
    .wi-apps-process,
    .wi-apps-faq,
    .ink-v2-web-system,
    .ink-v2-web-faq-section,
    .ink-v2-photo-rhythm,
    .ink-v2-team-story,
    .ink-v2-about-services,
    .ink-v2-hosting-fit,
    .wi-ai-capabilities,
    .wi-growth-capabilities,
    .wi-local-capabilities,
    .wi-location-page #local-services,
    .wi-location-page .ink-v2-band[aria-labelledby="wi-location-faq-title"],
    .wi-local-service .ink-v2-band[aria-labelledby="wi-local-faq-title"]
  ) > .ink-shell > :last-child:not(.ink-v2-section-head) {
    grid-column: 5 / -1;
    min-width: 0;
    margin-top: 0;
  }

  .wi-apps-capabilities,
  .wi-capability-grid,
  .ink-v2-about-services .ink-v2-card-grid--four,
  .ink-v2-web-system__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ink-v2-web-system > .ink-shell > .ink-v2-web-system__grid,
  .ink-v2-web-system > .ink-shell > .ink-v2-web-scout {
    grid-column: 5 / -1;
    min-width: 0;
  }

  .ink-v2-web-faq,
  .ink-service-faq {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ink-v2-hosting-fit .ink-v2-card-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wi-apps-process__rail,
  .wi-faq-grid,
  .ink-v2-owner-grid {
    grid-template-columns: 1fr;
  }

  .wi-apps-capabilities h3 {
    margin-top: 24px;
  }

  .wi-apps-process__rail li {
    padding-block: clamp(22px, 2.6vw, 34px);
  }

  .ink-v2-owner-card {
    grid-template-columns: minmax(190px, 0.44fr) minmax(0, 0.56fr);
  }

  .ink-v2-photo-rhythm__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  }
}

@media (min-width: 1280px) {
  .ink-v2-hosting-fit .ink-v2-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Service overview and legacy service-detail templates. */
.ink-services-map--rich {
  grid-auto-flow: dense;
}

.ink-services-map--rich .ink-service-route,
.ink-services-map--rich .ink-service-route--wide {
  min-height: 0;
}

.ink-services-map--rich .ink-service-route--wide {
  aspect-ratio: 16 / 10;
  padding-top: clamp(220px, 27vw, 320px);
}

.ink-services-map--rich > :nth-child(1) {
  grid-column: span 8;
}

.ink-services-map--rich > :nth-child(2) {
  grid-column: span 4;
}

.ink-services-map--rich > :nth-child(n + 3) {
  grid-column: span 3;
}

.ink-price-lanes {
  align-items: stretch;
}

.ink-price-lane {
  grid-template-rows: auto auto auto 1fr;
}

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

@media (min-width: 1025px) {
  .ink-services-flow__grid,
  .ink-services-next__grid,
  .ink-service-page .ink-page-split,
  .ink-service-page .ink-seo-signal-grid,
  .ink-service-page .ink-service-media-story__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--ink-grid-gap);
    row-gap: clamp(26px, 4vw, 52px);
    align-items: start;
  }

  :is(
    .ink-services-flow__grid,
    .ink-services-next__grid,
    .ink-service-page .ink-page-split,
    .ink-service-page .ink-seo-signal-grid,
    .ink-service-page .ink-service-media-story__grid
  ) > :first-child {
    grid-column: 1 / span 4;
    min-width: 0;
  }

  :is(
    .ink-services-flow__grid,
    .ink-services-next__grid,
    .ink-service-page .ink-page-split,
    .ink-service-page .ink-seo-signal-grid,
    .ink-service-page .ink-service-media-story__grid
  ) > :nth-child(2) {
    grid-column: 5 / -1;
    min-width: 0;
  }

  .ink-services-next__grid > .ink-services-next__links {
    grid-column: 1 / -1;
  }

  .ink-services-proof__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--ink-grid-gap);
  }

  .ink-services-proof__image--large {
    grid-column: 1 / span 8;
  }

  .ink-services-proof__panel,
  .ink-services-proof__image:not(.ink-services-proof__image--large) {
    grid-column: 9 / -1;
  }

  .ink-service-media-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Portfolio and individual project stories. */
.ink-v2-project-grid--casework {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  align-items: start;
}

.ink-v2-project--case,
.ink-v2-project--featured {
  grid-column: span 4;
  grid-row: auto;
}

.ink-v2-project--case:nth-child(1) {
  grid-column: span 7;
}

.ink-v2-project--case:nth-child(2) {
  grid-column: span 5;
}

.ink-v2-project--case:nth-child(6),
.ink-v2-project--case:nth-child(7) {
  grid-column: span 6;
}

.ink-v2-project--case figure,
.ink-v2-project--featured figure {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.ink-v2-project--case:nth-child(1) figure,
.ink-v2-project--case:nth-child(2) figure {
  aspect-ratio: 16 / 10;
}

.ink-v2-project--case figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media (min-width: 1025px) {
  .ink-v2-portfolio-proof,
  .wi-project-story__layout {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--ink-grid-gap);
    row-gap: clamp(26px, 4vw, 52px);
    align-items: start;
  }

  .ink-v2-portfolio-proof > :first-child {
    grid-column: 1 / span 4;
  }

  .ink-v2-portfolio-proof > :last-child {
    grid-column: 5 / -1;
  }

  .wi-project-story__hero .ink-v2-hero__copy {
    grid-column: 1 / span 5;
  }

  .wi-project-story__hero .wi-project-story__hero-visual {
    grid-column: 6 / -1;
  }

  .wi-project-story__content {
    grid-column: 1 / span 8;
  }

  .wi-project-story__evidence {
    grid-column: 9 / -1;
  }
}

.wi-project-story__hero-visual {
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.wi-project-story__hero-visual img {
  min-height: 0;
}

/* Journal, article, archive, legal, and small utility pages. */
.wi-journal__hero,
.wi-article__header,
.wi-utility-page__hero {
  padding: clamp(118px, 12vw, 168px) 0 clamp(52px, 6vw, 82px);
}

.wi-journal__hero > .wi-shell,
.wi-utility-page__hero > .wi-shell {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--ink-grid-gap);
  row-gap: 18px;
  align-items: start;
}

.wi-journal__hero > .wi-shell > .ink-eyebrow,
.wi-utility-page__hero > .wi-shell > .ink-eyebrow {
  grid-column: 1 / -1;
}

.wi-journal__hero > .wi-shell > h1,
.wi-utility-page__hero > .wi-shell > h1 {
  grid-column: 1 / span 8;
}

.wi-journal__hero > .wi-shell > p:last-child,
.wi-utility-page__hero > .wi-shell > p:last-child {
  grid-column: 9 / -1;
  margin: 4px 0 0;
  padding-left: clamp(18px, 2vw, 28px);
  border-left: 2px solid var(--ink-cyan);
}

.wi-journal__grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
}

.wi-journal-card {
  grid-column: span 4;
}

.wi-journal-card:nth-child(1) {
  grid-column: span 7;
}

.wi-journal-card:nth-child(2) {
  grid-column: span 5;
}

.wi-journal-card > div {
  padding: clamp(22px, 3vw, 34px);
}

.wi-journal-card h2 {
  overflow-wrap: anywhere;
}

.wi-journal .navigation.pagination {
  margin-top: clamp(34px, 5vw, 60px);
}

.wi-journal .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wi-journal .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-family: var(--ink-font-mono);
  font-size: 0.76rem;
  font-weight: 850;
  text-decoration: none;
}

.wi-journal .page-numbers.current,
.wi-journal .page-numbers:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

.wi-article__header > .wi-content-narrow {
  width: min(980px, calc(100% - 64px));
}

.wi-article__hero {
  width: min(1240px, calc(100% - 64px));
  max-width: none;
  margin: clamp(38px, 5vw, 64px) auto 0;
  padding: 0;
  aspect-ratio: 16 / 9;
}

.wi-article__hero img {
  width: 100%;
  height: 100%;
  max-height: none;
}

.wi-article__header + .entry-content {
  padding-top: clamp(54px, 7vw, 88px);
}

.wi-article .entry-content :is(table, .wp-block-table) {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.wi-utility-page__body {
  min-height: 0;
}

.wi-utility-page__body :is(.wi-location-cards, .wi-market-grid) > *,
.wi-onboarding-page__grid > *,
.wi-estimator-page__frame {
  min-height: 0;
}

/* WooCommerce transaction geometry. Native forms, hooks, and field behavior
 * remain untouched; this only gives the generated screens the site grid. */
.wi-woo-hero--quiet {
  padding-top: clamp(112px, 11vw, 148px);
}

.wi-woo-hero--quiet h1,
.wi-woo-display-title,
.wi-store__product div.product .product_title {
  max-width: none;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.wi-store__product div.product .woocommerce-tabs .panel :is(table, .shop_attributes) {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.woocommerce-account .woocommerce_account_subscriptions:not(table) {
  border: 1px solid rgba(5, 5, 5, 0.11);
  border-radius: 22px 22px 52px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(5, 5, 5, 0.065);
}

.woocommerce-account :is(
  table.woocommerce_account_subscriptions,
  table.shop_table.subscription_details,
  table.woocommerce-orders-table--subscriptions
) {
  max-width: 100%;
  border: 1px solid rgba(5, 5, 5, 0.11);
  background: #fff;
}

.woocommerce-account :is(.subscription_details, .woocommerce_account_subscriptions) a.button,
.woocommerce-account a.wcs-switch-link {
  border-radius: 999px;
}

@media (min-width: 901px) {
  .woocommerce-cart .wi-commerce-content .woocommerce,
  .woocommerce-checkout form.checkout,
  .woocommerce-account .wi-commerce-content .woocommerce {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--ink-grid-gap);
    row-gap: 24px;
    align-items: start;
  }

  .woocommerce-cart .wi-commerce-content .woocommerce > *,
  .woocommerce-checkout form.checkout > *,
  .woocommerce-account .wi-commerce-content .woocommerce > * {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .woocommerce-cart .wi-commerce-content .woocommerce::before,
  .woocommerce-cart .wi-commerce-content .woocommerce::after,
  .woocommerce-checkout form.checkout::before,
  .woocommerce-checkout form.checkout::after,
  .woocommerce-account .wi-commerce-content .woocommerce::before,
  .woocommerce-account .wi-commerce-content .woocommerce::after {
    display: none;
    content: none;
  }

  .woocommerce-cart .wi-commerce-content .woocommerce > :is(
    .woocommerce-notices-wrapper,
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message
  ),
  .woocommerce-account .wi-commerce-content .woocommerce > :is(
    .woocommerce-notices-wrapper,
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message
  ) {
    grid-column: 1 / -1;
  }

  .woocommerce-cart .wi-commerce-content .woocommerce > .woocommerce-cart-form {
    grid-column: 1 / span 8;
    float: none;
    width: auto;
  }

  .woocommerce-cart .wi-commerce-content .woocommerce > .cart-collaterals {
    grid-column: 9 / -1;
    float: none;
    width: auto;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    float: none;
    width: auto;
  }

  .woocommerce-checkout #customer_details {
    grid-column: 1 / span 7;
    grid-row: 1 / span 3;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 8 / -1;
    margin-top: 0;
  }

  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .wi-commerce-content .woocommerce > .woocommerce-MyAccount-navigation {
    grid-column: 1 / span 3;
    float: none;
    width: auto;
  }

  .woocommerce-account .wi-commerce-content .woocommerce > .woocommerce-MyAccount-content {
    grid-column: 4 / -1;
    float: none;
    width: auto;
  }
}

@media (max-width: 1024px) {
  .ink-v2-core .ink-v2-hero,
  .ink-service-page .ink-page-hero,
  .wi-project-story__hero {
    min-height: 0;
    padding-block: clamp(52px, 7vw, 78px);
  }

  .ink-v2-core .ink-v2-hero .ink-v2-hero__grid,
  .wi-project-story__hero .ink-v2-hero__grid,
  .ink-service-page .ink-page-hero__grid,
  .ink-v2-split,
  .ink-v2-web-split,
  .ink-v2-web-lab__grid,
  .ink-v2-web-buying,
  .ink-v2-pricing-grid,
  .ink-v2-contact-grid,
  .wi-principle-grid,
  .ink-page-split,
  .ink-seo-signal-grid,
  .ink-service-media-story__grid,
  .ink-services-flow__grid,
  .ink-services-next__grid,
  .ink-v2-portfolio-proof,
  .wi-project-story__layout {
    grid-template-columns: 1fr;
  }

  .ink-v2-core .ink-v2-hero .ink-v2-hero__grid > *,
  .wi-project-story__hero .ink-v2-hero__grid > *,
  .ink-service-page .ink-page-hero__grid > *,
  .ink-services-flow__grid > *,
  .ink-services-next__grid > *,
  .ink-v2-portfolio-proof > *,
  .wi-project-story__layout > * {
    grid-column: 1;
  }

  .ink-services-next__links {
    grid-column: 1;
  }

  .wi-project-story__hero-visual {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .ink-v2-project--case,
  .ink-v2-project--featured,
  .ink-v2-project--case:nth-child(n) {
    grid-column: span 6;
  }

  .ink-service-media-panel--wide,
  .ink-service-media-panel--portrait {
    aspect-ratio: 5 / 4;
  }

  .ink-service-faq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .ink-services-section-head,
  .ink-v2-core .ink-v2-section-head--row {
    grid-template-columns: 1fr;
  }

  .ink-services-section-head > :first-child,
  .ink-services-section-head > :last-child,
  .ink-v2-core .ink-v2-section-head--row > :first-child,
  .ink-v2-core .ink-v2-section-head--row > :last-child {
    grid-column: 1;
  }

  .ink-v2-core .ink-v2-section-head--row > :last-child {
    justify-self: start;
  }

  .ink-services-map--rich > :nth-child(n) {
    grid-column: span 6;
  }

  .ink-services-map--rich .ink-service-route--wide {
    aspect-ratio: auto;
    padding-top: clamp(200px, 35vw, 280px);
  }

  .ink-price-lanes {
    grid-template-columns: 1fr;
  }

  .ink-price-lane {
    grid-template-rows: auto;
  }
}

@media (max-width: 900px) {
  .ink-page-cta__box {
    grid-template-columns: 1fr;
  }

  .ink-page-cta__box > :first-child,
  .ink-page-cta__box > :last-child {
    grid-column: 1;
    justify-self: start;
  }

  .wi-journal__hero > .wi-shell,
  .wi-utility-page__hero > .wi-shell {
    grid-template-columns: 1fr;
  }

  .wi-journal__hero > .wi-shell > *,
  .wi-utility-page__hero > .wi-shell > * {
    grid-column: 1;
  }

  .wi-journal__hero > .wi-shell > p:last-child,
  .wi-utility-page__hero > .wi-shell > p:last-child {
    max-width: 720px;
  }

  .wi-journal-card,
  .wi-journal-card:nth-child(n) {
    grid-column: span 6;
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  .woocommerce-cart .cart-collaterals,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-top: 24px;
  }
}

@media (max-width: 720px) {
  .ink-services-map--rich,
  .ink-v2-project-grid--casework,
  .wi-journal__grid,
  .ink-service-faq,
  .ink-v2-web-faq,
  .wi-apps-capabilities,
  .wi-capability-grid,
  .ink-v2-about-services .ink-v2-card-grid--four,
  .ink-v2-hosting-fit .ink-v2-card-grid--three,
  .ink-v2-web-system__grid {
    grid-template-columns: 1fr;
  }

  .ink-services-map--rich > :nth-child(n),
  .ink-v2-project--case,
  .ink-v2-project--featured,
  .ink-v2-project--case:nth-child(n),
  .wi-journal-card,
  .wi-journal-card:nth-child(n) {
    grid-column: 1;
  }

  .ink-services-map--rich .ink-service-route--wide {
    padding-top: 220px;
  }

  .ink-service-media-stack,
  .ink-services-proof__grid {
    grid-template-columns: 1fr;
  }

  .ink-services-proof__image--large,
  .ink-services-proof__panel,
  .ink-services-proof__image:not(.ink-services-proof__image--large) {
    grid-column: 1;
  }

  .wi-content-narrow,
  .wi-article__header > .wi-content-narrow,
  .wi-article__hero {
    width: min(100% - 32px, 860px);
  }

  .wi-article__hero {
    aspect-ratio: 4 / 3;
  }

  .wi-store-hero--archive {
    padding-top: 104px;
  }

  .wi-woo-hero--quiet {
    padding-top: 108px;
  }
}

@media (min-width: 1025px) {
  .ink-v2-web-intro .ink-v2-section-head {
    display: block;
    max-width: none;
    margin: 0;
  }

  .ink-v2-web-intro .ink-v2-section-head > * {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .wi-journal__hero,
  .wi-article__header,
  .wi-utility-page__hero {
    padding: 56px 0 64px;
  }
}

@media (max-width: 760px) {
  .woocommerce-account :is(
    table.woocommerce_account_subscriptions,
    table.shop_table.subscription_details,
    table.woocommerce-orders-table--subscriptions
  ) {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .woocommerce-account :is(
    td.subscription-actions,
    td.order-actions
  ) {
    white-space: nowrap;
  }
}
