/* V2 reference design adapted to Vespera's WordPress content. Compile to assets/css/dark.css. */
@import url("fonts.css");
#servicios .service-card {
  position: relative;
}

#servicios .service-card > .service-electric {
  opacity: 0;
  transition: opacity 280ms ease-out;
  position: absolute;
  inset: -9px;
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  max-width: none;
  pointer-events: none;
  user-select: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 18px 18px, 18px calc(100% - 18px), calc(100% - 18px) calc(100% - 18px), calc(100% - 18px) 18px, 18px 18px);
}

:root {
  --ink:#edf2f4;
  --muted:#99a9b2;
  --body:#a6b6c0;
  --steel:#9db1d4;
  --ice:#c3d1e8;
  --cyan:var(--steel);
  --blue:var(--steel);
  --line:#25333b;
  --pale:#10191f;
  --bg:#080e12;
  --navy:#16213a;
  --mid:#a6b6c0;
  --mono:'IBM Plex Mono',monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.7 "Space Grotesk", "Segoe UI", sans-serif;
}

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

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

button {
  cursor: pointer;
}

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

button, a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--steel);
  outline-offset: 5px;
}

::selection {
  background: var(--steel);
  color: var(--bg);
}

[hidden] {
  display: none !important;
}

.skip {
  position: fixed;
  left: 20px;
  top: -100px;
  padding: 12px;
  background: var(--steel);
  color: var(--bg);
  z-index: 100;
}

.skip:focus {
  top: 12px;
}

main, .vrd-inner {
  width: min(1320px, 100% - 80px);
  margin: auto;
  border-inline: 1px solid var(--line);
}

.shell {
  padding-inline: 56px;
  width: 100%;
  margin: auto;
}

.section {
  padding-block: 100px;
}

main > section {
  border-bottom: 1px solid var(--line);
}

h1, h2, h3, h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
}

h2 {
  font-size: clamp(34px, 3.7vw, 50px);
  letter-spacing: -0.045em;
  line-height: 1.12;
  margin: 0;
}

h3 {
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.025em;
  margin: 0 0 15px;
}

h1 em, h2 em, h3 em {
  font-style: normal;
  color: var(--steel);
}

p {
  color: var(--body);
}

.eyebrow {
  font: 11px/1.6 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel);
  margin: 0 0 25px;
}

.eyebrow:before {
  content: "//";
  margin-right: 12px;
  color: #68838b;
}

.tiny-cross {
  display: none;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 40px;
}

.section-heading > div {
  min-width: 0;
}

.section-heading p {
  max-width: 630px;
}

.heading-note {
  font-size: 14px;
  max-width: 280px;
}

.header {
  height: 80px;
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}

.nav-row {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  width: min(1320px, 100% - 80px);
  padding-inline: 28px;
  border-inline: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-logo-only {
  justify-self: start;
  min-height: 44px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 24px;
}

.brand-logo-only img {
  width: 50px;
  height: 30px;
  object-fit: contain;
  filter: invert(1);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font: 11px var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.desktop-nav a {
  padding-block: 16px;
}

.desktop-nav a:hover, .vrd-languages a:hover {
  color: var(--steel);
}

.nav-contact {
  margin-left: auto;
  color: var(--steel);
  font: 11px var(--mono);
  white-space: nowrap;
}

.vrd-languages {
  display: flex;
  gap: 10px;
  font: 11px var(--mono);
}

.vrd-languages a {
  padding-block: 16px;
}

.vrd-languages [aria-current] {
  color: var(--steel);
  text-decoration: underline;
  text-underline-offset: 6px;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  width: 44px;
  height: 44px;
  padding: 12px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  margin: 5px 0;
}

.mobile-nav {
  position: absolute;
  top: 100%;
  left: 16px;
  right: 16px;
  padding: 18px;
  background: #101c24;
  border: 1px solid #466067;
}

.mobile-nav a {
  display: block;
  padding: 15px;
  min-height: 44px;
  font: 12px var(--mono);
  text-transform: uppercase;
}

.button, .booking-panel-btn, .cases-cta-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  min-height: 48px;
  padding: 12px 20px;
  background: var(--steel);
  color: #080e12;
  border: 1px solid var(--steel);
  border-radius: 0;
  font: 500 12px/1.5 var(--mono);
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.button:hover {
  background: var(--ice);
  transform: translateY(-2px);
}

.button.light {
  background: transparent;
  color: var(--ink);
  border-color: #47555e;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--steel);
  min-height: 44px;
  font: 12px/1.5 var(--mono);
}

.text-link:hover {
  color: white;
}

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

.actions .text-link {
  border: 1px solid #47555e;
  min-height: 48px;
  padding: 12px 20px;
  color: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-layout {
  min-height: 740px;
  padding-top: 65px;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  column-gap: 10px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 20px 0 65px;
  min-width: 0;
}

.hero h1 {
  font-size: clamp(65px, 6.2vw, 90px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  margin: 0 0 30px;
}

.hero h1 em, .hero h1 strong {
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1.3px #c2d4dd;
}

.hero-copy > p {
  font-size: 17px;
  max-width: 430px;
  line-height: 1.75;
  margin: 0 0 30px;
}

.hero-origin {
  font: 11px/1.8 var(--mono);
  color: #94aab4;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.origin-dot {
  height: 5px;
  width: 5px;
  background: var(--steel);
}

.origin-line {
  height: 1px;
  width: 22px;
  background: var(--line);
}

.hero-foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 18px;
  border-top: 1px solid var(--line);
  font: 11px/1.6 var(--mono);
  letter-spacing: 0.1em;
  color: #93a5b0;
}

.hero-foot a {
  color: var(--steel);
}

.artwork {
  position: relative;
  align-self: stretch;
  min-width: 0;
  min-height: 470px;
  margin-left: -65px;
  background: radial-gradient(ellipse at center, rgba(22, 33, 58, 0.5333333333), transparent 66%);
}

.artwork:before {
  content: "";
  position: absolute;
  inset: 60px 10px 105px;
  pointer-events: none;
}

.artwork canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.capabilities-strip {
  background: #0c1318;
}

.strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 30px;
  font: 11px/1.8 var(--mono);
  color: var(--muted);
}

.strip-plus {
  color: var(--steel);
}

.services-grid, .cases-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  border: 1px solid var(--line);
  background: #0c141a;
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: border-color 0.2s;
}

.service-card:hover, .case-study:hover {
  border-color: #60718b;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.card-top .eyebrow {
  margin: 0;
}

.round-link {
  border: 1px solid var(--line);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--steel);
}

.service-card h3 {
  font-size: 25px;
}

.service-card > p {
  font-size: 15px;
  margin: 0 0 25px;
}

.card-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 24px;
}

.card-tags span {
  font: 10px/1.6 var(--mono);
  border: 1px solid var(--line);
  color: #a2b4be;
  padding: 5px 8px;
}

.web-art, .ai-art, .stack-art, .mobile-art {
  margin-top: auto;
  width: 100%;
  height: 275px;
  object-fit: contain;
  overflow: hidden;
  background: #080f14;
  border: 1px solid var(--line);
}

.ai-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.35);
}

.browser-bar {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  font: 10px var(--mono);
  color: var(--muted);
}

.project-code {
  font: 11px/2 var(--mono);
  padding: 18px;
  margin: 0;
  overflow: auto;
  color: #aebfce;
}

.code-comment {
  color: #8ca2b0;
}

.code-keyword {
  color: #aac4ff;
}

.code-string {
  color: var(--steel);
}

.mobile-art {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px;
  background-image: linear-gradient(rgba(53, 81, 90, 0.1490196078) 1px, transparent 1px), linear-gradient(90deg, rgba(53, 81, 90, 0.1490196078) 1px, transparent 1px);
  background-size: 24px 24px;
}

.phone {
  height: 220px;
  width: 120px;
  border: 1px solid #52657c;
  background: #14202b;
  padding: 18px;
  transform: rotate(-7deg);
  font-size: 17px;
  line-height: 1.3;
}

.phone-front {
  transform: rotate(7deg);
}

.phone img {
  width: 34px;
  height: 34px;
  margin: 10px 0;
}

.phone i {
  color: var(--steel);
  font-style: normal;
}

.phone-notch {
  display: block;
  background: #53647a;
  width: 35px;
  height: 3px;
  margin: auto;
}

.phone-pill {
  font: 7px/1.5 var(--mono);
  margin-top: 20px;
  color: var(--steel);
}

.wire-row, .phone-wire {
  border: 1px solid #3b4d62;
  height: 35px;
  margin-top: 16px;
}

.phone-wire {
  height: 65px;
}

.flow, .consulting-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: auto;
  font: 10px var(--mono);
  color: var(--steel);
}

.flow i {
  height: 1px;
  flex: 1;
  background: var(--line);
  align-self: center;
}

.cases {
  background: #101a22;
}

.cases-intro, .cases-note {
  font-size: 14px;
}

.case-study {
  border: 1px solid #33424b;
  background: #0c141a;
  padding: 30px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.case-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font: 10px/1.6 var(--mono);
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 24px;
}

.case-client {
  font: 11px/1.8 var(--mono);
  color: var(--muted);
  margin-bottom: 12px;
}

.case-study h3 {
  font-size: 27px;
}

.case-study p {
  font-size: 14px;
  margin: 0 0 25px;
}

.case-study > .text-link {
  margin-top: auto;
}

.case-art {
  display: none;
}

.cases-note {
  margin: 30px 0 0;
  max-width: 850px;
}

.case-study > div:not(.case-meta):not(.case-client) {
  display: none;
}

.about {
  padding-block: 100px;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.about-copy > p {
  font-size: 15px;
}

.about-copy .button {
  margin-top: 16px;
}

.about-visual {
  min-width: 0;
}

.coordinate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-block: 0 16px;
  border-bottom: 1px solid var(--line);
  font: 10px/1.6 var(--mono);
  color: var(--steel);
}

.about-wave {
  width: 100%;
  height: auto;
  aspect-ratio: 8/3;
  object-fit: contain;
  margin-block: 32px 24px;
}

.experience {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 0 24px;
  line-height: 1.3;
}

.experience > p:has(.acerca-stat-number) {
  display: flex;
  align-items: center;
  gap: 24px;
}

.experience p {
  margin: 0;
}

.experience strong, .experience .acerca-stat-number {
  display: block;
  flex-shrink: 0;
  font-size: clamp(80px, 7vw, 104px);
  line-height: 1;
  color: var(--steel);
  font-weight: 500;
  letter-spacing: -0.06em;
}

.experience .acerca-stat-label, .experience > p:not(:has(.acerca-stat-number)) {
  max-width: 190px;
  font-size: 24px;
  line-height: 1.25;
  color: var(--ink);
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  border-block: 1px solid var(--line);
  padding-block: 20px;
}

.about-metrics > div {
  min-width: 0;
}

.about-metrics strong {
  font-size: 25px;
  line-height: 1.3;
  color: var(--steel);
  display: block;
  margin-bottom: 8px;
}

.about-metrics span {
  font: 10px/1.6 var(--mono);
  display: block;
  color: var(--muted);
}

.stack-line {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 24px;
  font: 11px/1.8 var(--mono);
  color: var(--muted);
  position: relative;
}

.stack-line:before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline: 56px;
  height: 1px;
  background: var(--line);
}

.stack-line i {
  font-style: normal;
  color: var(--steel);
  margin: 0 8px;
}

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

.person {
  min-width: 0;
  margin: 0;
}

.person img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  filter: none;
}

.person figcaption {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 16px;
}

.person figcaption > span {
  font: 10px var(--mono);
  color: var(--steel);
}

.person h3 {
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 1100px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .stack-line:before {
    inset-inline: 32px;
  }
}
@media (max-width: 760px) {
  .stack-line:before {
    inset-inline: 22px;
  }
}
@media (max-width: 480px) {
  .experience, .experience > p:has(.acerca-stat-number) {
    gap: 20px;
  }
  .experience .acerca-stat-label {
    font-size: 22px;
  }
}
.contact {
  padding-block: 100px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  align-items: center;
}

.contact h2 {
  font-size: 64px;
  max-width: 650px;
}

.contact p {
  max-width: 530px;
}

.contact-note {
  font: 10px var(--mono);
  color: var(--muted);
  margin-top: 20px;
}

.contact-art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-art img {
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: contain;
}

body > footer {
  background: #080e12;
  border-top: 1px solid var(--line);
  font: 11px/1.8 var(--mono);
  color: #8ca2af;
}

body > footer .shell {
  width: min(1320px, 100% - 80px);
  border-inline: 1px solid var(--line);
}

.footer-top, .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 25px;
}

.footer-bottom {
  border-top: 1px solid var(--line);
}

.brand small {
  display: block;
  font: 8px var(--mono);
  letter-spacing: 0.08em;
}

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

.motion-toggle, #motion-toggle {
  background: transparent;
  border: 1px solid #3b4b5c;
  color: #c2d4d9;
  min-height: 48px;
  font: 11px var(--mono);
  padding: 8px 12px;
}

#motion-toggle:hover {
  border-color: var(--steel);
}

.motion-paused *, .motion-paused *:before, .motion-paused *:after {
  animation-play-state: paused !important;
}

.motion-ready .reveal {
  transition: opacity 0.5s, transform 0.5s;
}

.motion-ready .reveal:not(.visible) {
  opacity: 0;
  transform: translateY(15px);
}

.motion-paused .reveal {
  opacity: 1 !important;
  transform: none !important;
}

.art-label {
  position: absolute;
  top: 48px;
  left: 24px;
  z-index: 1;
  font: 11px/1.6 var(--mono);
  letter-spacing: 0.1em;
  color: #94a4b8;
  pointer-events: none;
}

.art-foot {
  position: absolute;
  bottom: 62px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #94a4b8;
  font: 10px/1.6 var(--mono);
  pointer-events: none;
}

.touch-hint {
  display: none;
}

.hero-foot {
  align-items: center;
}

.artwork:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(52, 74, 82, 0.1450980392) 1px, transparent 1px), linear-gradient(90deg, rgba(52, 74, 82, 0.1450980392) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse, #000, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.artwork canvas {
  z-index: 1;
}

.art-label, .art-foot {
  z-index: 2;
}

.logo-fallback {
  position: absolute;
  width: 78.4%;
  height: auto;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  pointer-events: none;
}

.logo-ready .logo-fallback {
  visibility: hidden;
}

@media (pointer: coarse) {
  .pointer-hint {
    display: none;
  }
  .touch-hint {
    display: inline;
  }
}
@media (max-width: 760px) {
  .art-label {
    top: 12px;
    left: 16px;
    font-size: 9px;
    letter-spacing: 0.03em;
  }
  .art-foot {
    bottom: 5px;
    left: 16px;
    right: 16px;
    font-size: 9px;
  }
  .hero-foot > span {
    display: none;
  }
}
@media (min-width: 1600px) {
  .hero h1 {
    font-size: 94px;
  }
}
@media (max-width: 1100px) {
  main, .vrd-inner, .nav-row, body > footer .shell {
    width: calc(100% - 48px);
  }
  .shell {
    padding-inline: 32px;
  }
  .nav-row {
    gap: 18px;
    padding-inline: 20px;
  }
  .desktop-nav {
    gap: 14px;
    font-size: 10px;
  }
  .hero-layout {
    min-height: 680px;
  }
  .hero h1 {
    font-size: 70px;
  }
  .hero-copy > p {
    font-size: 15px;
  }
  .artwork {
    margin-left: -20px;
  }
  .about-layout, .contact-layout {
    gap: 38px;
  }
  .contact h2 {
    font-size: 48px;
  }
  .nav-contact {
    display: none;
  }
}
@media (max-width: 850px) {
  .nav-row {
    grid-template-columns: 1fr auto;
  }
  .header-actions {
    gap: 18px;
  }
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .vrd-languages {
    margin-left: auto;
  }
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 86px;
  }
  main, .vrd-inner, .nav-row, body > footer .shell {
    width: calc(100% - 32px);
  }
  .shell {
    padding-inline: 22px;
  }
  .header {
    height: 72px;
  }
  .nav-row {
    padding-inline: 16px;
  }
  .brand-logo-only img {
    width: 44px;
    height: 26px;
  }
  .hero-layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 35px;
  }
  .hero-copy {
    align-self: stretch;
    padding: 12px 0 0;
  }
  .hero .eyebrow {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.055em;
    max-width: 300px;
    margin-bottom: 26px;
  }
  .hero h1 {
    font-size: clamp(48px, 13.5vw, 86px);
    letter-spacing: -0.065em;
    margin-bottom: 23px;
  }
  .hero-copy > p {
    font-size: 15px;
    max-width: 460px;
  }
  .button {
    font-size: 11px;
    gap: 14px;
    padding-inline: 15px;
  }
  .hero-origin {
    font-size: 10px;
  }
  .artwork {
    height: 340px;
    min-height: 340px;
    margin: 0 -16px;
    align-self: auto;
  }
  .artwork:before {
    inset: 37px 10px 55px;
  }
  .hero-foot {
    font-size: 10px;
    padding-bottom: 24px;
    flex-wrap: wrap;
  }
  .section, .about, .contact {
    padding-block: 64px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > .text-link {
    margin-top: 20px;
  }
  h2 {
    font-size: 35px;
  }
  .services-grid, .cases-grid, .about-layout, .contact-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .service-card, .case-study {
    padding: 25px;
  }
  .service-card h3 {
    font-size: 22px;
  }
  .strip-inner {
    justify-content: flex-start;
    font-size: 10px;
    padding-block: 22px;
  }
  .strip-plus {
    display: none;
  }
  .team-grid {
    gap: 30px 18px;
  }
  .contact h2 {
    font-size: 48px;
  }
  .contact-art {
    display: none;
  }
  .footer-top, .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .about-metrics strong {
    font-size: 24px;
  }
  .project-code {
    font-size: 10px;
  }
  .browser-bar {
    font-size: 9px;
  }
}
.mobile-render {
  width: 100%;
  margin-top: 24px;
}

.mobile-render img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 380px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 44px;
  }
  .contact h2 {
    font-size: 40px;
  }
  .hero .eyebrow {
    font-size: 10px;
  }
  .nav-row {
    gap: 12px;
  }
  .service-card, .case-study {
    padding: 20px;
  }
  .phone {
    width: 100px;
    padding: 12px;
  }
  .mobile-art {
    gap: 10px;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
.motion-ready .reveal {
  transition: opacity 440ms cubic-bezier(0.23, 1, 0.32, 1), transform 440ms cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready .reveal:not(.visible) {
  transform: translateY(12px);
}

.motion-ready .reveal.reveal-instant,
.motion-ready .reveal:focus-within {
  opacity: 1;
  transform: none;
  transition: none;
}

.button, .round-link, .news-buttons button {
  transition: background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: none;
}

.button span, .text-link span {
  display: inline-block;
}

@media (hover: hover) and (pointer: fine) {
  html:not(.motion-paused) .button, html:not(.motion-paused) .round-link, html:not(.motion-paused) .news-buttons button {
    transition: background 180ms ease, border-color 180ms ease, translate 180ms cubic-bezier(0.23, 1, 0.32, 1), scale 120ms ease-out;
  }
  html:not(.motion-paused) .button span, html:not(.motion-paused) .text-link span {
    transition: translate 180ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  html:not(.motion-paused) .button:hover {
    translate: 0 -2px;
  }
  html:not(.motion-paused) .button:hover span, html:not(.motion-paused) .text-link:hover span {
    translate: 3px 0;
  }
  html:not(.motion-paused) .round-link:hover, html:not(.motion-paused) .news-buttons button:not(:disabled):hover {
    background: #1b2935;
    border-color: var(--steel);
  }
  html:not(.motion-paused) .button:active, html:not(.motion-paused) .round-link:active, html:not(.motion-paused) .news-buttons button:not(:disabled):active {
    scale: 0.97;
  }
  html:not(.motion-paused) .button:focus-visible, html:not(.motion-paused) .round-link:focus-visible, html:not(.motion-paused) .news-buttons button:focus-visible,
  html:not(.motion-paused) .button:focus-visible span, html:not(.motion-paused) .text-link:focus-visible span {
    transition: none;
    translate: none;
    scale: none;
  }
}
html.motion-paused {
  scroll-behavior: auto;
}

.motion-paused *, .motion-paused *:before, .motion-paused *:after {
  transition: none !important;
}

@media (max-width: 850px) {
  .motion-ready .reveal {
    transition-duration: 260ms;
    transition-delay: 0ms;
  }
  .motion-ready .reveal:not(.visible) {
    transform: none;
  }
}
.journal {
  background: #0c141a;
}

.journal .section-heading {
  display: block;
  margin-bottom: 0;
  padding-right: 116px;
}

.journal .section-heading > .text-link {
  display: inline-flex;
  margin-top: 20px;
}

.journal .news-controls {
  display: flex;
  justify-content: flex-end;
  margin: -48px 0 32px;
}

.journal .news-controls[hidden] {
  display: none;
}

.journal .news-buttons {
  display: flex;
  gap: 8px;
}

.journal .news-buttons button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--bg);
  color: var(--steel);
  cursor: pointer;
}

.journal .news-buttons button:hover {
  border-color: var(--steel);
}

.journal .news-track {
  position: relative;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--steel) var(--bg);
  margin-top: 32px;
}

.journal .news-controls:not([hidden]) + .news-track {
  margin-top: 0;
}

.journal .news-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
}

.journal .article-feature {
  display: block;
  border: 0;
  padding: 0;
}

.journal .article-visual {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.journal .article-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 672/700;
  object-fit: cover;
}

.journal .article-copy {
  display: grid;
  gap: 24px;
  padding-top: 32px;
}

.journal .article-copy .eyebrow {
  margin-bottom: 12px;
}

.journal .article-copy h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
}

.journal .article-copy p {
  font-size: 16px;
  line-height: 1.65;
  margin: 12px 0 0;
}

.journal .article-copy > .text-link {
  align-self: start;
  justify-self: start;
}

.journal .news-preview {
  position: absolute;
  top: 0;
  border: 0;
  padding: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}

.journal .news-preview:hover {
  box-shadow: inset 0 0 0 2px var(--steel);
}

.journal .news-preview[hidden] {
  display: none;
}

.journal .news-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.journal .news-accordion {
  --news-height: clamp(250px, 32vw, 460px);
  display: grid;
  overflow-x: clip;
  overflow-y: visible;
  scroll-snap-type: none;
}

.journal .news-accordion .news-slide {
  grid-area: 1/1;
  position: static;
  padding-top: var(--news-height);
  pointer-events: none;
}

.journal .news-accordion .article-feature, .journal .news-accordion .news-preview {
  position: absolute;
  top: 0;
  left: var(--news-x);
  width: var(--news-width);
  height: var(--news-height);
  transition: none;
}

.journal .news-accordion {
  isolation: isolate;
}

.journal .news-accordion .article-feature {
  pointer-events: auto;
  z-index: 0;
}

.journal .news-accordion .article-feature:focus-visible {
  outline-offset: -3px;
}

.journal .news-accordion .article-visual, .journal .news-accordion .article-visual img {
  height: 100%;
}

.journal .news-accordion .article-visual img {
  aspect-ratio: auto;
}

.journal .news-accordion .news-preview {
  pointer-events: auto;
  z-index: 1;
}

.journal .news-accordion.is-moving .news-preview {
  pointer-events: none;
}

.journal .news-accordion .article-copy {
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 120ms;
}

.journal .news-accordion .article-copy > .text-link {
  justify-self: end;
}

.journal .news-accordion .is-active .article-copy {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.journal .news-accordion.is-moving .article-copy {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.journal .news-accordion .is-outside .article-feature {
  visibility: hidden;
}

.journal .news-accordion .is-preview .article-feature {
  pointer-events: none;
}

@media (max-width: 760px) {
  .journal .section-heading {
    padding-right: 0;
  }
  .journal .news-controls {
    margin: 24px 0;
  }
  .journal .news-accordion .article-copy {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .journal .news-accordion .article-copy > .text-link {
    justify-self: start;
  }
}
.motion-paused .journal *, .motion-paused .journal *::before {
  transition: none !important;
  scroll-behavior: auto !important;
}

@media (prefers-reduced-motion: reduce) {
  .journal * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
#casos {
  background: var(--bg);
}

#casos .section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  margin-bottom: 32px;
}

#casos .section-heading > .text-link {
  margin-top: 0;
}

#casos .cases-intro {
  max-width: 560px;
  margin: 24px auto 0;
  color: var(--body);
}

#casos .cases-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  isolation: isolate;
}

#casos .case-study {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1.25fr) minmax(0, 0.8fr);
  grid-template-rows: auto auto auto auto 1fr;
  column-gap: 32px;
  padding: 32px 40px 40px;
  min-height: 340px;
  border-color: #354550;
  background: #111c24;
  opacity: 1;
  transform: none;
  transition: none;
  scroll-margin-block: 104px 24px;
}

#casos .case-meta {
  grid-column: 1/-1;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  margin-bottom: 28px;
}

#casos .case-meta > span:last-child {
  order: -1;
  min-width: 56px;
  font-size: 16px;
  color: var(--ice);
}

#casos .case-client {
  grid-column: 2;
  margin-bottom: 12px;
}

#casos .case-study h3 {
  grid-column: 2;
  grid-row: 3;
  font-size: clamp(26px, 2.3vw, 34px);
  line-height: 1.18;
  margin: 0;
  text-wrap: pretty;
}

#casos .case-summary-media {
  display: block;
  grid-column: 3;
  grid-row: 3/6;
  min-width: 0;
  align-self: start;
}

#casos .case-featured {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 24px;
}

#casos .case-study p {
  grid-column: 2;
  grid-row: 4;
  color: var(--body);
  margin: 24px 0;
  align-self: start;
}

#casos .case-study > .text-link {
  grid-column: 2;
  grid-row: 5;
  justify-self: start;
  align-self: end;
  margin-top: 0;
  min-height: 44px;
  border-bottom: 1px solid #60718b;
}

#casos .cases-note {
  max-width: 720px;
  margin: 32px auto 0;
  color: var(--muted);
  text-align: center;
}

#casos .cases-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}

#casos .cases-controls[hidden] {
  display: none;
}

#casos .cases-controls button {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--steel);
  background: transparent;
  color: var(--ice);
  font-size: 24px;
  cursor: pointer;
}

#casos .cases-controls button:active {
  transform: scale(0.97);
}

#casos .cases-controls button:hover {
  background: var(--steel);
  color: var(--bg);
}

#casos .cases-controls button:focus-visible {
  outline: 2px solid var(--ice);
  outline-offset: 4px;
}

#casos .cases-count {
  font-family: var(--mono);
  color: var(--steel);
  font-size: 13px;
  min-width: 64px;
  text-align: center;
}

#casos .cases-grid.cases-deck {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  position: relative;
  overflow: clip;
}

#casos .cases-deck .case-study {
  grid-area: 1/1;
  width: 100%;
  transform-origin: top center;
}

#casos .cases-deck .case-study:not(.is-active):not(.is-leaving) > * {
  visibility: hidden;
}

#casos .cases-deck .case-study.is-active, #casos .cases-deck .case-study.is-leaving {
  background: var(--steel);
  border-color: var(--steel);
  color: var(--bg);
}

#casos .cases-deck .case-study.is-active h3, #casos .cases-deck .case-study.is-active p, #casos .cases-deck .case-study.is-active .case-client, #casos .cases-deck .case-study.is-active .case-meta, #casos .cases-deck .case-study.is-active .case-meta > span, #casos .cases-deck .case-study.is-active .text-link, #casos .cases-deck .case-study.is-active .text-link span, #casos .cases-deck .case-study.is-leaving h3, #casos .cases-deck .case-study.is-leaving p, #casos .cases-deck .case-study.is-leaving .case-client, #casos .cases-deck .case-study.is-leaving .case-meta, #casos .cases-deck .case-study.is-leaving .case-meta > span, #casos .cases-deck .case-study.is-leaving .text-link, #casos .cases-deck .case-study.is-leaving .text-link span {
  color: var(--bg);
}

#casos .cases-deck .case-study.is-active .text-link, #casos .cases-deck .case-study.is-leaving .text-link {
  border-color: var(--bg);
}

#casos .cases-deck .case-study.is-active .text-link:focus-visible, #casos .cases-deck .case-study.is-leaving .text-link:focus-visible {
  outline: 2px solid var(--bg);
  outline-offset: 4px;
}

@media (max-width: 1100px) and (min-width: 851px) {
  #casos .case-study {
    padding: 28px;
    column-gap: 24px;
    grid-template-columns: 40px minmax(0, 1.25fr) minmax(0, 0.8fr);
  }
  #casos .case-meta {
    gap: 24px;
  }
  #casos .case-meta > span:last-child {
    min-width: 40px;
  }
}
@media (max-width: 850px) {
  #casos .case-study {
    display: flex;
    min-height: 0;
    padding: 28px;
  }
  #casos .case-study h3 {
    font-size: 28px;
    margin-bottom: 0;
  }
  #casos .case-summary-media {
    width: 100%;
    margin-top: 24px;
    order: 1;
  }
  #casos .case-study p {
    margin-bottom: 24px;
  }
  #casos .case-study > .text-link {
    align-self: flex-start;
  }
}
@media (max-width: 480px) {
  #casos .case-study {
    padding: 24px;
  }
  #casos .case-study h3 {
    font-size: 25px;
  }
  #casos .case-meta {
    gap: 16px;
    align-items: flex-start;
  }
  #casos .case-meta > span:last-child {
    min-width: 44px;
    font-size: 14px;
  }
}
#acerca .client-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px 48px;
  list-style: none;
  margin: 0;
  padding: 64px 0 0px;
}

#acerca .client-logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

#acerca .client-logos img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: 64px;
  object-fit: contain;
}

@media (max-width: 850px) {
  #acerca .client-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
@media (max-width: 480px) {
  #acerca .client-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-bottom: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *:before, *:after {
    animation: none !important;
    transition: none !important;
  }
  .motion-ready .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
.vrd-inner .booking-panel {
  position: relative;
  overflow: visible;
  outline: 1px solid rgba(157, 177, 212, 0.3);
  outline-offset: 0;
}

.booking-panel-media {
  overflow: hidden;
}

.booking-quantum {
  position: absolute;
  inset: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  pointer-events: none;
  user-select: none;
  z-index: 2;
}


