/* Spatial language shared by the React homepage and every static document. */
:root {
  --depth-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --reading-progress: 0;
}
[data-depth-scene] {
  perspective: 1200px;
  position: relative;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --depth-scroll: 0;
  --depth-y: 0px;
  --depth-turn: 0deg;
}
[data-depth-rig] {
  transform-style: preserve-3d;
}
html[data-motion="off"] {
  scroll-behavior: auto !important;
}
html[data-motion="off"] *,
html[data-motion="off"] *::before,
html[data-motion="off"] *::after {
  animation: none !important;
  transition: none !important;
}
html[data-motion="off"] [data-parallax] {
  --parallax: 0px !important;
}
html[data-motion="off"] [data-depth-rig] {
  --tilt-x: 0deg !important;
  --tilt-y: 0deg !important;
  --depth-scroll: 0 !important;
  --depth-y: 0px !important;
  --depth-turn: 0deg !important;
}
.motion-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 0;
  background: none;
  border: 0;
  color: #b0b3bd;
  font: inherit;
  font-size: 11px;
  cursor: pointer;
  white-space: nowrap;
}
.motion-toggle:hover {
  color: #fff;
}
.motion-toggle::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  background: #5b8cff;
  border-radius: 50%;
}
.motion-toggle[aria-pressed="false"]::before {
  background: #747a86;
}
.studio-nav::after,
.studio-page-nav::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #5b8cff;
  transform: scaleX(var(--reading-progress));
  transform-origin: left;
  pointer-events: none;
}
/* The physical bow scene progressively replaces the original line drawing. */
.studio .hero-composition {
  min-height: 780px;
  grid-template-columns: 1.05fr 1fr;
  padding-top: 90px;
  padding-bottom: 80px;
}
.studio .hero-copy {
  z-index: 2;
}
.studio .hero-copy h1 {
  font-size: clamp(66px, 6.8vw, 102px);
}
.studio .arc-object {
  margin-left: -65px;
  margin-right: -80px;
  min-height: 570px;
  isolation: isolate;
  perspective: 1200px;
}
.arc-webgl {
  position: absolute;
  inset: -65px -55px -20px;
  z-index: 1;
  touch-action: pan-y;
}
.arc-webgl canvas {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
.studio .has-webgl > .arc-sculpture {
  opacity: 0;
  visibility: hidden;
}
.studio .arc-object .object-caption {
  position: absolute;
  bottom: -10px;
  left: 40px;
  right: 40px;
  padding-inline: 0;
  z-index: 3;
  pointer-events: none;
}
.arc-floor {
  position: absolute;
  width: 62%;
  height: 55px;
  left: 23%;
  bottom: 15px;
  background: radial-gradient(ellipse, #0008, #0000 70%);
  transform: rotate(-8deg);
  pointer-events: none;
}
/* Every reference gets a dimensional model of its own verified system. */
.case-stage {
  --case-accent: #91b0ef;
  position: relative;
  min-height: 560px;
  margin: 64px -60px 80px;
  perspective: 1400px;
  isolation: isolate;
  border-block: 1px solid #323944;
  background: #141920;
  overflow: clip;
}
.case-stage-designrush {
  --case-accent: #b6adeb;
  background: #191923;
}
.case-stage-rvm {
  --case-accent: #a7becd;
  background: #171d22;
}
.case-stage-virdzinija {
  --case-accent: #d8a6a6;
  background: #221a1e;
}
.case-stage-zarmance {
  --case-accent: #ceba9d;
  background: #211e19;
}
.case-stage-korali {
  --case-accent: #bdd1b9;
  background: #1a211e;
}
.case-depth-floor {
  position: absolute;
  width: 900px;
  height: 650px;
  left: 50%;
  top: 45%;
  transform: translateX(-50%) rotateX(72deg) rotateZ(-24deg);
  border: 1px solid #76869a25;
  background-image:
    linear-gradient(#76869a18 1px, transparent 1px),
    linear-gradient(90deg, #76869a18 1px, transparent 1px);
  background-size: 65px 65px;
  pointer-events: none;
  z-index: -1;
}
.case-depth-rig {
  position: absolute;
  width: 720px;
  height: 340px;
  left: 50%;
  top: 47%;
  margin-left: -360px;
  margin-top: -170px;
  transform-style: preserve-3d;
  transform: translate3d(0, calc(var(--depth-y) * 0.35), 0)
    rotateX(calc(13deg + var(--tilt-x) - var(--depth-turn) * 0.35))
    rotateY(calc(-18deg + var(--tilt-y) + var(--depth-turn))) rotateZ(-4deg);
}
.depth-plane {
  position: absolute;
  transform: translate3d(
    0,
    calc(var(--depth-y) * var(--plane-shift, 0)),
    calc(var(--plane-z, 0px) + var(--depth-scroll) * 55px)
  );
  backface-visibility: hidden;
}
.system-plane {
  width: 310px;
  height: 280px;
  border: 1px solid #6f7f9366;
  background: #1c2430;
  box-shadow: 18px 30px 48px #0006;
  border-radius: 5px;
  padding: 24px;
  left: 0;
  top: 0;
  color: #e5eaf2;
  text-align: left;
}
.system-plane::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid var(--case-accent);
  border-radius: 5px;
  pointer-events: none;
}
.system-plane.plane-0 {
  left: 0;
  top: 0;
  background: #1a2029;
}
.system-plane.plane-1 {
  left: 205px;
  top: 28px;
  background: #232e3e;
}
.system-plane.plane-2 {
  left: 410px;
  top: 57px;
  background: #2d3b4f;
}
.case-stage-designrush .system-plane {
  background: #282635;
}
.case-stage-designrush .plane-1 {
  background: #333144;
}
.case-stage-designrush .plane-2 {
  background: #3c394e;
}
.case-stage-virdzinija .system-plane {
  background: #30242b;
}
.case-stage-virdzinija .plane-1 {
  background: #392a31;
}
.case-stage-virdzinija .plane-2 {
  background: #44313b;
}
.case-stage-rvm .system-plane {
  background: #25313b;
}
.case-stage-rvm .plane-1 {
  background: #2b3944;
}
.case-stage-rvm .plane-2 {
  background: #344452;
}
.case-stage-zarmance .system-plane {
  background: #2b2822;
}
.case-stage-zarmance .plane-1 {
  background: #37312a;
}
.case-stage-zarmance .plane-2 {
  background: #433b30;
}
.system-plane-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 11px;
  color: #c3cede;
}
.system-plane-bar i {
  width: 7px;
  height: 7px;
  border: 1px solid var(--case-accent);
  border-radius: 50%;
}
.system-plane h3,
.studio .system-plane h3 {
  font:
    500 26px/1.15 Switzer,
    sans-serif;
  letter-spacing: -0.035em;
  margin: 27px 0 22px;
  color: #edf1fa;
}
.system-path {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}
.system-path i {
  height: 3px;
  background: var(--case-accent);
  flex: 1;
  opacity: 0.6;
}
.system-path i:nth-child(2) {
  opacity: 0.4;
}
.system-path i:nth-child(3) {
  opacity: 0.2;
}
.system-plane-items {
  display: grid;
  gap: 7px;
  font-size: 12px;
  color: #c5cddd;
}
.system-plane-items span + span {
  font-size: 11px;
  color: #b1bed0;
}
.system-plane-bottom {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  border-top: 1px solid #e4eaff25;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #c5cddd;
}
.case-scene-caption,
.studio .case-scene-caption {
  position: absolute;
  bottom: 22px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #b0bac9;
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
  pointer-events: none;
}
.case-browser {
  width: 610px;
  height: 350px;
  left: 45px;
  top: 0;
  overflow: hidden;
  background: #e9ece7;
  border: 1px solid #b0bdad66;
  box-shadow: 20px 35px 60px #0006;
  border-radius: 5px;
}
.browser-bar {
  height: 28px;
  background: #e3e7e1;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  color: #465046;
  font-size: 9px;
}
.browser-bar i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #899287;
}
.browser-bar span {
  margin-left: auto;
}
.case-browser img {
  display: block;
  width: 100%;
  height: auto;
}
.case-floating-name {
  font:
    500 90px/1 Switzer,
    sans-serif;
  letter-spacing: -0.055em;
  left: 10px;
  bottom: -35px;
  color: #ecf1e9;
  text-shadow: 0 8px 24px #0004;
}
.case-floating-label {
  right: -40px;
  top: 90px;
  width: 195px;
  padding: 25px;
  background: #35483a;
  border: 1px solid #adc4ac66;
  box-shadow: 14px 20px 40px #0005;
  font-size: 19px;
  line-height: 1.2;
  color: #eef4ee;
}
.case-floating-label span {
  display: block;
  font-size: 10px;
  color: #c2d4c4;
  margin-top: 16px;
}
.case-stage.is-compact {
  min-height: 370px;
  height: 370px;
  margin: 0;
  border-radius: 3px;
}
.is-compact .case-depth-rig {
  scale: 0.61;
  top: 47%;
}
.is-compact .case-scene-caption {
  left: 22px;
  right: 22px;
  bottom: 17px;
  font-size: 9px;
}
.is-compact .case-depth-floor {
  scale: 0.8;
}
/* Homepage scenes: the content exists on separate, deliberate planes. */
.studio .project-feature {
  perspective: 1200px;
}
.studio .project-image-link {
  transform-style: preserve-3d;
}
.studio .project-feature .project-description {
  position: relative;
  z-index: 1;
}
.studio .project-visual.korali-visual {
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
}
.studio .project-description h3 a {
  transition: transform 0.35s var(--depth-ease);
}
.studio .project-feature:hover .project-description h3 a {
  transform: translateX(7px);
}
.studio .product-film {
  perspective: 1400px;
  transform: translate3d(0, var(--parallax, 0px), 0);
}
.studio .product-film-rig {
  transform: rotateX(calc(5deg + var(--tilt-x)))
    rotateY(calc(-7deg + var(--tilt-y) + var(--depth-turn) * 0.3));
  box-shadow: 16px 20px 45px #0004;
  transform-origin: center;
  transform-style: preserve-3d;
}
.studio .product-film-rig {
  position: relative;
}
.studio .product-film .film-title-cover {
  top: 0;
  left: 0;
  right: 0;
  transform: translateZ(1px);
}
.studio .concepts-gallery {
  perspective: 1400px;
  transform-style: preserve-3d;
}
.studio .concepts-gallery img:first-child {
  transform: translate3d(-8px, var(--parallax, 0px), -40px) rotateY(-13deg)
    rotateZ(-9deg);
}
.studio .concepts-gallery img:nth-child(2) {
  transform: translate3d(10px, calc(var(--parallax, 0px) * -1), 60px)
    rotateY(10deg) rotateZ(7deg);
}
.studio .studio-testimonial {
  position: relative;
  padding-block: 45px;
  margin-top: 85px;
}
.studio-testimonial::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -25px;
  font-size: 220px;
  line-height: 1;
  color: #c7d5f214;
  font-family: inherit;
  transform: translateY(calc(var(--parallax, 0px) * -1));
  pointer-events: none;
}
.studio .service-row {
  position: relative;
  overflow: clip;
}
.studio .service-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #c9d6ed06;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.65s var(--depth-ease);
  pointer-events: none;
}
.studio .service-row:hover::before {
  transform: scaleX(1);
}
.studio #contact {
  position: relative;
  isolation: isolate;
  overflow: clip;
}
.studio #contact::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  left: -310px;
  top: 28%;
  border: 1px solid #5f749b33;
  border-radius: 50%;
  box-shadow:
    0 0 0 65px #6678990b,
    0 0 0 130px #66789908;
  z-index: -1;
  transform: rotateY(45deg);
}
/* Interior-page sculpture: light architectural framing around real content. */
.immersive-document {
  position: relative;
}
.document-sculpture {
  position: absolute;
  right: 0;
  top: 145px;
  width: min(42vw, 600px);
  height: 530px;
  overflow: clip;
  pointer-events: none;
  z-index: -1;
  opacity: 0.7;
}
.document-orbits {
  position: absolute;
  inset: 30px;
  transform-style: preserve-3d;
  transform: translate3d(0, var(--depth-y), 0)
    rotateX(calc(48deg + var(--depth-turn))) rotateY(-22deg) rotateZ(-28deg);
}
.depth-orbit {
  position: absolute;
  inset: 0;
  border: 1px solid #6681bb45;
  border-radius: 50%;
  transform: translateZ(0);
}
.orbit-two {
  inset: 36px;
  transform: translateZ(65px);
  border-color: #829aca66;
}
.orbit-three {
  inset: 72px;
  transform: translateZ(135px);
  border-color: #a7bde155;
}
.orbit-axis {
  position: absolute;
  left: 50%;
  top: -40px;
  bottom: -40px;
  width: 1px;
  background: #7f99cc40;
  transform: translateZ(60px);
}
.depth-page-title {
  position: relative;
  transform: translate3d(0, var(--parallax, 0px), 0);
  transform-origin: left;
  max-width: 20ch;
}
.depth-card-rig {
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y))
    translate3d(0, calc(var(--depth-y) * 0.2), 0);
  transform-style: preserve-3d;
  transform-origin: center;
  backface-visibility: hidden;
}
.work-builds > .entry {
  perspective: 1300px;
}
.work-builds .work-preview {
  box-shadow: 14px 24px 45px #0004;
  transform: translateZ(24px);
  transition: filter 0.3s;
}
.work-builds a:hover .work-preview {
  filter: brightness(1.08);
}
body .reference-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px 30px;
  list-style: none;
  padding: 0;
  margin-top: 55px;
}
.reference-card > a {
  display: block;
}
.reference-card h3 {
  font-size: 27px;
  margin-top: 20px;
}
.reference-card .case-stage {
  margin: 0;
  height: 320px;
  min-height: 320px;
}
.reference-card .case-depth-rig {
  scale: 0.5;
}
.reference-card .case-scene-caption span {
  display: none;
}
.reference-card .label {
  margin-top: 12px;
}
.reference-card a:hover h3 {
  color: #91b0ef;
}
body .tiers {
  perspective: 1400px;
  gap: 20px;
  align-items: stretch;
}
body .tier.depth-card-rig {
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y))
    translateY(calc(var(--depth-y) * 0.15));
  box-shadow: 12px 22px 45px #0003;
}
body .tier {
  transition: border-color 0.3s;
}
body .tier:hover {
  border-color: #839bc7;
}
.depth-editorial-image {
  perspective: 1400px;
  overflow: clip;
  isolation: isolate;
}
.depth-editorial-image img {
  transform: translateY(calc(var(--depth-y) * 0.4)) scale(1.08)
    rotateX(calc(var(--depth-turn) * 0.25));
  transform-origin: center;
}
.depth-editorial-image figcaption {
  position: relative;
  background: #101113;
  padding-top: 15px;
  margin-top: 0;
}
body .qa {
  transition:
    background-color 0.25s,
    padding-left 0.35s var(--depth-ease);
}
body .qa:hover {
  background: #181c23;
  padding-left: 20px !important;
}
body .qa:focus-within {
  background: #181c23;
}
body .page-signature {
  transform: perspective(1200px) translate3d(var(--parallax, 0px), 0, 0)
    rotateY(-5deg);
  transform-origin: center;
  color: #c9d3e5;
}
.page-bottom {
  align-items: center;
}
.page-bottom .motion-toggle {
  margin-left: auto;
}
.page-bottom > a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
@media (min-width: 1700px) {
  .studio .hero-composition {
    min-height: 850px;
  }
  .studio .arc-object {
    margin-right: -100px;
  }
}
@media (max-width: 1099px) {
  .studio .hero-composition {
    min-height: 690px;
    padding-top: 65px;
  }
  .studio .hero-copy h1 {
    font-size: 72px;
  }
  .studio .arc-object {
    margin-left: -70px;
    margin-right: -60px;
    min-height: 510px;
  }
  .arc-webgl {
    inset: -20px -20px 0;
  }
  .case-stage {
    margin-inline: -24px;
  }
  .case-depth-rig {
    scale: 0.9;
  }
  .document-sculpture {
    width: 45vw;
    opacity: 0.4;
  }
  .case-stage.is-compact .case-depth-rig {
    scale: 0.49;
  }
}
@media (max-width: 767px) {
  .studio .hero-composition {
    display: flex;
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 0;
  }
  .studio .hero-copy h1 {
    font-size: clamp(48px, 10.5vw, 76px);
  }
  .studio .arc-object {
    margin: 24px -12px 0;
    min-height: 360px;
    height: 360px;
  }
  .arc-webgl {
    inset: -30px 0 -10px;
  }
  .studio .arc-object > .arc-sculpture {
    height: 330px;
  }
  .arc-floor {
    width: 65%;
    height: 35px;
    bottom: 0;
  }
  .studio .arc-object .object-caption {
    display: none;
  }
  .case-stage {
    min-height: 390px;
    margin: 40px -24px 50px;
  }
  .case-depth-rig {
    scale: 0.48;
    top: 47%;
    transform: translate3d(0, calc(var(--depth-y) * 0.25), 0) rotateX(12deg)
      rotateY(calc(-16deg + var(--depth-turn) * 0.4)) rotateZ(-4deg);
  }
  .case-scene-caption {
    left: 24px;
    right: 24px;
    font-size: 9px;
  }
  .case-scene-caption > span {
    max-width: 110px;
    text-align: right;
  }
  .case-depth-floor {
    width: 600px;
    height: 450px;
    background-size: 45px 45px;
  }
  .case-stage.is-compact {
    min-height: 310px;
    height: 310px;
  }
  .case-stage.is-compact .case-depth-rig {
    scale: 0.44;
  }
  .is-compact .case-scene-caption {
    font-size: 8px;
  }
  body .reference-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 35px;
  }
  .reference-card .case-depth-rig {
    scale: 0.43;
  }
  .reference-card .case-stage {
    height: 310px;
    min-height: 310px;
  }
  .reference-card h3 {
    font-size: 25px;
  }
  .document-sculpture {
    width: 75vw;
    height: 380px;
    top: 180px;
    opacity: 0.3;
  }
  .document-orbits {
    inset: 25px;
  }
  .orbit-two {
    inset: 23px;
  }
  .orbit-three {
    inset: 46px;
  }
  .depth-orbit {
    border-color: #879fce55;
  }
  .studio .product-film-rig {
    transform: rotateX(3deg) rotateY(-3deg);
  }
  .studio .concepts-gallery img:first-child {
    transform: translate3d(0, var(--parallax, 0px), -15px) rotateY(-5deg)
      rotateZ(-7deg);
  }
  .studio .concepts-gallery img:nth-child(2) {
    transform: translate3d(0, calc(var(--parallax, 0px) * -1), 15px)
      rotateY(5deg) rotateZ(7deg);
  }
  .studio .studio-testimonial {
    padding-block: 20px;
  }
  .studio-testimonial::before {
    font-size: 150px;
    top: -10px;
  }
  .page-bottom {
    flex-wrap: wrap;
    gap: 4px 18px;
  }
  .page-bottom .motion-toggle {
    order: 3;
    flex-basis: 100%;
    margin: 0;
    font-size: 10px;
  }
  .motion-toggle {
    font-size: 10px;
  }
  .depth-card-rig {
    transform: translateY(calc(var(--depth-y) * 0.12));
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
  .depth-page-title,
  .depth-card-rig,
  .depth-editorial-image img,
  .page-signature {
    transform: none !important;
  }
  [data-depth-rig] {
    --tilt-x: 0deg !important;
    --tilt-y: 0deg !important;
    --depth-scroll: 0 !important;
    --depth-y: 0px !important;
    --depth-turn: 0deg !important;
  }
  .studio .project-description h3 a,
  .studio .service-row::before,
  body .qa {
    transition: none !important;
  }
}

/* Confine projected decorative geometry without clipping the reading column. */
.immersive-document {
  overflow-x: clip;
}

.signature-frame {
  overflow: clip;
}
.depth-card-anchor {
  min-width: 0;
  display: flex;
  perspective: 1400px;
}
.depth-card-anchor > .tier {
  width: 100%;
}

/* Keep the architecture readable outside its deliberately overlapping planes. */
.case-stage .case-layer-legend {
  position: absolute;
  bottom: 56px;
  left: 30px;
  right: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #e5eaf2;
  font-size: 13px;
  line-height: 1.4;
}
.case-layer-legend li {
  margin: 0;
  padding: 0;
}
.case-layer-legend li > span {
  display: block;
  color: #a8b5cc;
  font-size: 10px;
  margin-bottom: 5px;
}
.is-compact .case-depth-rig {
  top: 42%;
}
.case-stage.is-compact .case-layer-legend {
  left: 22px;
  right: 22px;
  bottom: 45px;
  font-size: 11px;
  gap: 10px;
}
@media (max-width: 767px) {
  .case-depth-rig {
    top: 43%;
  }
  .case-stage .case-layer-legend {
    left: 24px;
    right: 24px;
    bottom: 57px;
    font-size: 12px;
    gap: 10px;
  }
}

/* Capability stage: specialist agents appear around a working core. */
.capability-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 70px;
  margin-top: 65px;
  align-items: center;
}
.capability-tabs {
  display: flex;
  flex-direction: column;
}
.capability-tab {
  text-align: left;
  padding: 30px 0;
  border: 0;
  border-top: 1px solid #40434c;
  background: none;
  color: #a0a6b2;
  cursor: pointer;
}
.capability-tab:last-child {
  border-bottom: 1px solid #40434c;
}
.capability-tab-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 32px;
  letter-spacing: -0.035em;
}
.capability-tab-title svg {
  width: 22px;
  opacity: 0.4;
  transition: transform 0.35s;
}
.capability-tab-copy {
  display: block;
  font-size: 14px;
  line-height: 1.65;
  max-width: 350px;
  margin-top: 15px;
}
.capability-tab[aria-selected="true"] {
  color: #edf0f7;
}
.capability-tab[aria-selected="true"] .capability-tab-title svg {
  opacity: 1;
  color: #91b0ff;
  transform: rotate(45deg);
}
.capability-tab[aria-selected="true"] .capability-tab-copy {
  color: #bec6d6;
}
.capability-panel {
  min-width: 0;
}
.capability-rig {
  transform: rotateX(calc(var(--tilt-x) * 0.45))
    rotateY(calc(var(--tilt-y) * 0.45));
}
.capability-scene {
  position: relative;
  height: 430px;
  color: #dce6fa;
  isolation: isolate;
}
.capability-field {
  position: absolute;
  inset: 15px 0 35px;
  background: radial-gradient(ellipse at 50% 45%, #406fd21f, transparent 65%);
  pointer-events: none;
}
.agent-connections {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 380px;
  overflow: visible;
}
.agent-connections > path {
  stroke: #64799b66;
  stroke-width: 1;
}
.agent-connections .agent-signal {
  stroke: #a1bbff;
  stroke-width: 2;
  stroke-dasharray: 12 300;
  stroke-dashoffset: 310;
  animation: agent-travel 3.4s linear infinite;
}
.agent-signal.signal-two {
  animation-delay: 0.7s;
}
.agent-signal.signal-three {
  animation-delay: 1.4s;
}
.agent-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  display: grid;
  justify-items: center;
  gap: 14px;
  font-size: 12px;
  color: #c9d5ec;
}
.core-mark {
  display: grid;
  grid-template-columns: repeat(2, 18px);
  gap: 5px;
  padding: 18px;
  border: 1px solid #697fa555;
  border-radius: 22px;
  background: #1c2537;
  box-shadow: 10px 20px 40px #0003;
  transform: rotate(-10deg);
}
.core-mark i {
  display: block;
  width: 18px;
  height: 18px;
  background: #b6ccff;
  border-radius: 4px;
}
.core-mark i:nth-child(2) {
  opacity: 0.45;
}
.core-mark i:nth-child(3) {
  opacity: 0.7;
}
.agent-node {
  position: absolute;
  width: 190px;
  padding: 17px 15px;
  background: #252e3c;
  border: 1px solid #62708b88;
  box-shadow: 12px 22px 38px #0003;
  border-radius: 10px;
  transform-origin: center;
}
.agent-node-0 {
  left: 1%;
  top: 20px;
  transform: rotate(-5deg);
}
.agent-node-1 {
  right: -2%;
  top: 45px;
  transform: rotate(5deg);
}
.agent-node-2 {
  left: 44%;
  top: 259px;
  transform: rotate(-3deg);
}
.agent-avatar {
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  position: relative;
  color: #bfd0f8;
}
.agent-avatar svg {
  width: 32px;
  height: 32px;
}
.agent-avatar i {
  position: absolute;
  right: -4px;
  top: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9fbaff;
}
.agent-node strong {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.agent-node > span {
  display: block;
  font-size: 11px;
  color: #b9c3d6;
  margin-top: 5px;
}
.capability-scene.is-visible .agent-node {
  animation: agent-arrive 0.8s var(--depth-ease) both;
  animation-delay: var(--agent-delay);
}
.capability-scene:not(.is-visible) * {
  animation-play-state: paused !important;
}
.capability-caption {
  position: absolute;
  bottom: -16px;
  width: 100%;
  text-align: center;
  font-size: 12px !important;
  color: #c1cde3 !important;
}
.capability-caption > span {
  display: block;
  font-size: 10px;
  margin-top: 7px;
  color: #9faec7;
}
.capability-link {
  margin-top: 47px;
  font-size: 12px;
}
.capability-soft .core-mark {
  background: #283731;
}
.capability-soft .core-mark i {
  background: #bddbce;
}
.capability-web .core-mark {
  background: #352e40;
}
.capability-web .core-mark i {
  background: #d1bfef;
}
@keyframes agent-arrive {
  from {
    opacity: 0;
    translate: 0 28px;
    scale: 0.8;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    translate: 0 0;
    scale: 1;
    filter: blur(0);
  }
}
@keyframes agent-travel {
  to {
    stroke-dashoffset: -310;
  }
}
@media (max-width: 1099px) {
  .capability-layout {
    gap: 30px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .agent-node {
    width: 155px;
    padding: 14px 12px;
  }
  .capability-tab-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .capability-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 35px;
  }
  .capability-tab {
    padding: 22px 0;
  }
  .capability-tab-title {
    font-size: 27px;
  }
  .capability-tab-copy {
    font-size: 13px;
    margin-top: 10px;
    max-width: none;
  }
  .capability-tab:not([aria-selected="true"]) .capability-tab-copy {
    display: none;
  }
  .capability-scene {
    height: 380px;
  }
  .agent-node {
    width: 141px;
    padding: 13px 10px;
  }
  .agent-node-0 {
    top: 10px;
    left: 0;
  }
  .agent-node-1 {
    right: 0;
    top: 45px;
  }
  .agent-node-2 {
    left: 35%;
    top: 238px;
  }
  .agent-node strong {
    font-size: 12px;
  }
  .agent-node > span {
    font-size: 10px;
  }
  .agent-core {
    top: 47%;
  }
  .core-mark {
    padding: 13px;
    gap: 4px;
    grid-template-columns: repeat(2, 15px);
  }
  .core-mark i {
    width: 15px;
    height: 15px;
  }
  .capability-caption {
    bottom: -37px;
    font-size: 11px !important;
  }
  .capability-link {
    margin-top: 65px;
  }
  .agent-connections {
    height: 345px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .capability-scene * {
    animation: none !important;
  }
  .capability-rig {
    transform: none;
  }
}

/* A browsable wall of eleven real concept builds, each with its own destination. */
.concepts-intro {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 110px;
  align-items: start;
}
.concepts-intro h2 {
  max-width: 550px;
}
.concepts-intro .studio-text-link {
  margin-top: 30px;
}
.concepts-intro .concepts-copy > p:first-child {
  margin-top: 8px;
}
.concept-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 90px;
  perspective: 1600px;
  align-items: start;
}
.concept-column {
  display: grid;
  gap: 32px;
  min-width: 0;
  transform: translate3d(0, var(--parallax, 0px), 0);
}
.concept-column-1 {
  padding-top: 80px;
}
.concept-column-2 {
  padding-top: 25px;
}
.concept-window {
  display: block;
  min-width: 0;
  background: #202329;
  border: 1px solid #444b57;
  box-shadow: 10px 20px 40px #0003;
  transform: rotateY(-3deg) rotateX(2deg);
  transition:
    transform 0.45s var(--depth-ease),
    border-color 0.3s;
}
.concept-window:hover,
.concept-window:focus-visible {
  transform: translateY(-8px) rotateY(0) rotateX(0);
  border-color: #94ade3;
}
.concept-column-1 .concept-window {
  transform: rotateY(2deg) rotateX(-1deg);
}
.concept-column-1 .concept-window:hover,
.concept-column-1 .concept-window:focus-visible {
  transform: translateY(-8px);
}
.concept-window-bar {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 27px;
  padding: 0 10px;
  color: #a5adbd;
}
.concept-window-bar > span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #697282;
}
.concept-window-bar > small {
  margin-left: 8px;
  font-size: 8px;
  flex: 1;
}
.concept-window-bar > svg {
  width: 11px;
  height: 11px;
}
.concept-window img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.concept-window-caption {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.concept-window-caption strong {
  font-size: 15px;
  font-weight: 400;
}
.concept-window-caption > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #aab3c5;
  font-size: 10px;
}
.concept-window-caption svg {
  width: 15px;
  height: 15px;
}
.concept-register-link {
  padding: 32px 8px;
}
.concept-register-link > span:first-child {
  display: block;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #b7c8eb;
}
.concept-register-link > p {
  font-size: 17px;
  white-space: pre-line;
  line-height: 1.5;
  margin: 20px 0;
}
.concept-register-link .studio-text-link {
  font-size: 13px;
}
.concept-wall-note {
  margin-top: 60px;
  color: #aab3c5 !important;
  font-size: 11px !important;
}
@media (max-width: 1099px) {
  .concepts-intro {
    gap: 50px;
  }
  .concept-wall {
    gap: 18px;
  }
  .concept-column {
    gap: 24px;
  }
  .concept-window-caption {
    padding: 12px;
  }
  .concept-window-caption strong {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .concepts-intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .concepts-intro .concepts-copy > p {
    max-width: none;
  }
  .concept-wall {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 45px;
  }
  .concept-column,
  .concept-column-1,
  .concept-column-2 {
    padding-top: 0;
    gap: 26px;
    transform: none;
  }
  .concept-window,
  .concept-column-1 .concept-window {
    transform: none;
  }
  .concept-window-caption {
    padding: 16px;
  }
  .concept-window-caption strong {
    font-size: 16px;
  }
  .concept-window-caption > span {
    font-size: 11px;
  }
  .concept-register-link {
    padding: 20px 0;
  }
  .concept-wall-note {
    margin-top: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .concept-window {
    transition: none;
  }
  .concept-column {
    transform: none;
  }
}

/* The real company agent is the centerpiece, with a reactive spatial presence. */
.studio .ai-workbench {
  display: block;
  margin-top: 100px;
  padding-top: 100px;
}
.company-agent-header {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: end;
}
.studio .company-agent-header h3 {
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.company-agent-header h3 span {
  color: #a9bce0;
}
.company-agent-header > p {
  font-size: 15px;
  max-width: 430px;
}
.company-agent-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr;
  gap: 70px;
  align-items: center;
  margin-top: 65px;
}
.company-agent-identity {
  min-width: 0;
}
.company-agent-presence {
  height: 380px;
  position: relative;
}
.agent-presence-rig {
  position: absolute;
  inset: 0 0 30px;
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  perspective: 900px;
}
.agent-sphere {
  width: 210px;
  height: 210px;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate3d(-50%, -50%, 45px);
  transform-style: preserve-3d;
}
.agent-sphere-core {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 24%,
    #b0c9ef 0%,
    #3d5b83 15%,
    #182736 43%,
    #0d141e 70%,
    #263b57 96%
  );
  box-shadow: inset -10px -12px 22px #0008;
}
.agent-sphere-latitudes {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: presence-orbit 22s linear infinite;
}
.agent-sphere-latitudes > i {
  position: absolute;
  inset: 0;
  border: 2px solid #a5bde7;
  border-top-color: #d2e2ff;
  border-bottom-color: #4e6a9a;
  border-radius: 50%;
  transform: rotateY(var(--ring-rotation));
  backface-visibility: visible;
}
.sphere-spark {
  width: 7px;
  height: 7px;
  background: #e2ecff;
  border-radius: 50%;
  position: absolute;
  top: 24%;
  left: 20%;
  transform: translateZ(100px);
  box-shadow: 0 0 18px #b3d0ff88;
}
.presence-orbit {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 46%;
  left: 50%;
  border: 1px solid #6e8ec466;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(65deg) rotateY(-20deg);
}
.presence-orbit.orbit-b {
  width: 340px;
  height: 340px;
  transform: translate(-50%, -50%) rotateX(65deg) rotateY(50deg);
  border-color: #6e8ec433;
}
.agent-presence-shadow {
  position: absolute;
  width: 65%;
  height: 45px;
  left: 20%;
  bottom: 20px;
  background: radial-gradient(ellipse, #0007, transparent 70%);
}
.context-chip {
  position: absolute;
  font-size: 11px;
  color: #c4d3ee;
  background: #263044;
  border: 1px solid #758aab55;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 8px 14px 24px #0003;
}
.context-company {
  top: 22%;
  left: 0;
  transform: translateZ(75px) rotate(-8deg);
}
.context-work {
  right: 0;
  top: 14%;
  transform: translateZ(10px) rotate(6deg);
}
.context-expertise {
  right: 8%;
  bottom: 20%;
  transform: translateZ(100px) rotate(-4deg);
}
.agent-presence-status {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  color: #c7d5ed;
  font-size: 11px;
}
.agent-presence-status > i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a4bdf7;
}
.studio .company-agent-context {
  max-width: 310px;
  margin: 25px auto 0;
  text-align: center;
  font-size: 13px;
  color: #aebbd0;
}
.company-agent-console {
  min-width: 0;
  border: 1px solid #65768f66;
  background: #14191f;
  box-shadow: 15px 28px 60px #0002;
}
.agent-console-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 20px 25px;
  border-bottom: 1px solid #3d4a5e66;
  font-size: 11px;
  color: #c1cfe6;
}
.agent-console-top > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.agent-console-top i {
  display: block;
  width: 6px;
  height: 6px;
  background: #9cb9ff;
  border-radius: 50%;
}
.agent-console-top > span:last-child {
  font-size: 10px;
  color: #9baac2;
}
.agent-transcript {
  min-height: 200px;
}
.agent-transcript.has-messages {
  height: 340px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.agent-welcome {
  padding: 35px 30px 30px;
}
.studio .agent-welcome > p {
  font-size: 26px;
  color: #edf1f9;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.agent-welcome > span {
  display: block;
  color: #adbbd2;
  font-size: 14px;
  line-height: 1.6;
  max-width: 420px;
  margin-top: 16px;
}
.agent-composer {
  padding: 0 20px 20px;
}
.agent-input-row {
  display: flex;
  align-items: center;
  border: 1px solid #708ab799;
  background: #202938;
  gap: 8px;
  padding: 10px;
}
.studio #ask-ai .agent-input-row textarea {
  background: none;
  border: 0;
  resize: vertical;
  min-height: 58px;
  max-height: 150px;
  padding: 10px;
  color: #eff3fb;
  font-size: 14px;
}
.studio #ask-ai .agent-input-row textarea::placeholder {
  color: #acbad1;
}
.agent-send {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: #b0c7fb;
  color: #101b2c;
  cursor: pointer;
}
.agent-send svg {
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}
.agent-send:disabled {
  opacity: 0.35;
  cursor: default;
}
.agent-send:not(:disabled):hover {
  background: #d4e1ff;
}
.agent-composer-meta {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 12px;
  font-size: 10px;
  color: #a3b3cb;
}
.agent-composer-meta button {
  min-height: 24px;
  background: none;
  border: 0;
  color: #d6e3fb;
  cursor: pointer;
}
.agent-prompts {
  padding: 0 20px 25px;
}
.agent-prompts > span {
  font-size: 10px;
  color: #aab9d0;
}
.agent-prompts > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.agent-prompts button {
  font: inherit;
  font-size: 11px;
  line-height: 1.4;
  color: #c0cfe8;
  border: 1px solid #576a8855;
  background: #1d2633;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 40px;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
}
.agent-prompts button svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.agent-prompts button:hover {
  border-color: #96aed9;
  background: #29364b;
}
.agent-error {
  color: #ffc2bd !important;
  font-size: 13px !important;
  margin-bottom: 15px;
}
.agent-production-details {
  border-top: 1px solid #404c6066;
  padding-top: 25px;
  margin-top: 50px;
  color: #aebbd0;
  font-size: 13px;
  max-width: 750px;
}
.agent-production-details summary {
  cursor: pointer;
  color: #d0ddf2;
  min-height: 30px;
}
.agent-production-details > p {
  margin: 20px 0;
  font-size: 13px !important;
}
.agent-production-details li {
  font-size: 13px;
  line-height: 1.7;
  margin-block: 10px;
}
.presence-thinking .agent-sphere-latitudes,
.presence-answering .agent-sphere-latitudes {
  animation-duration: 6s;
}
.presence-thinking .agent-sphere-core,
.presence-answering .agent-sphere-core {
  filter: brightness(1.3);
}
.company-agent-presence:not(.is-visible) * {
  animation-play-state: paused !important;
}
@keyframes presence-orbit {
  from {
    transform: rotateZ(-18deg) rotateY(0);
  }
  to {
    transform: rotateZ(-18deg) rotateY(360deg);
  }
}
@media (max-width: 1099px) {
  .company-agent-header {
    gap: 40px;
  }
  .company-agent-layout {
    gap: 35px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .agent-sphere {
    width: 180px;
    height: 180px;
  }
  .presence-orbit {
    width: 245px;
    height: 245px;
  }
  .presence-orbit.orbit-b {
    width: 270px;
    height: 270px;
  }
  .context-chip {
    font-size: 10px;
    padding: 8px 10px;
  }
  .agent-console-top {
    padding: 17px;
  }
  .agent-welcome {
    padding: 27px 22px;
  }
}
@media (max-width: 767px) {
  .studio .ai-workbench {
    margin-top: 65px;
    padding-top: 65px;
  }
  .company-agent-header {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .studio .company-agent-header h3 {
    font-size: 38px;
  }
  .company-agent-header > p {
    font-size: 14px;
  }
  .company-agent-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 30px;
  }
  .company-agent-presence {
    height: 290px;
  }
  .agent-presence-rig {
    inset: 0 0 15px;
  }
  .context-company {
    left: 3%;
    top: 18%;
  }
  .context-work {
    right: 3%;
    top: 10%;
  }
  .context-expertise {
    bottom: 15%;
  }
  .studio .company-agent-context {
    margin-top: 15px;
    font-size: 12px;
  }
  .agent-transcript {
    min-height: 175px;
  }
  .studio .agent-welcome > p {
    font-size: 24px;
  }
  .agent-welcome > span {
    font-size: 13px;
  }
  .agent-composer {
    padding: 0 13px 17px;
  }
  .agent-prompts {
    padding: 0 13px 20px;
  }
  .agent-prompts button {
    font-size: 10px;
    min-height: 44px;
  }
  .agent-console-top {
    font-size: 10px;
  }
  .agent-composer-meta {
    font-size: 9px;
    align-items: center;
  }
  .agent-production-details {
    margin-top: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .company-agent-presence * {
    animation: none !important;
  }
  .agent-presence-rig {
    transform: none;
  }
}

.studio #ask-ai .company-agent-header h3 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.digital-experiences {
  margin-top: 55px;
}
.nightlife-feature {
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  gap: 40px;
  background: #241d30;
  border: 1px solid #76617c55;
  padding: 55px 45px;
  isolation: isolate;
  overflow: clip;
  min-height: 560px;
  align-items: center;
}
.experience-status {
  color: #d8bdd8;
  font-size: 11px;
  line-height: 1.5;
  display: block;
  margin-bottom: 28px;
}
.nightlife-copy h3 {
  font-size: clamp(36px, 4.5vw, 66px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.nightlife-copy h3 > span {
  display: block;
  color: #f19c96;
}
.nightlife-copy > p {
  font-size: 14px;
  color: #cbbfd2;
  margin-top: 25px;
  max-width: 330px;
}
.nightlife-copy .studio-text-link {
  margin-top: 30px;
  font-size: 13px;
}
.experience-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
  font-size: 10px;
  color: #c9b2cd;
}
.nightlife-stage {
  height: 420px;
  position: relative;
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
}
.nightlife-stage img {
  position: absolute;
  display: block;
  width: 95%;
  border: 3px solid #6d5577;
  box-shadow: 18px 30px 45px #08040b77;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.nightlife-screen-main {
  top: 0;
  left: 0;
  transform: translateZ(-25px) rotateY(-10deg) rotateZ(-7deg);
}
.nightlife-screen-detail {
  top: 150px;
  left: 15%;
  transform: translateZ(60px) rotateY(-8deg) rotateZ(5deg);
}
.experience-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 45px;
}
.experience-project {
  min-width: 0;
}
.experience-project-visual {
  display: block;
  position: relative;
  padding: 24px;
  background: #d4b458;
  transform: rotateX(calc(var(--tilt-x) * 0.6))
    rotateY(calc(var(--tilt-y) * 0.6));
}
.experience-enari .experience-project-visual {
  background: #b0ada0;
}
.experience-project-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: top;
  box-shadow: 8px 14px 25px #0003;
}
.experience-project-visual > span {
  display: block;
  color: #272822;
  font-size: 10px;
  margin-top: 20px;
}
.experience-project-copy {
  margin-top: 25px;
}
.experience-project-copy h3 {
  font-size: 28px;
}
.experience-project-copy h3 a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.experience-project-copy > p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 490px;
  margin-top: 15px;
}
.experience-project-copy > span {
  display: block;
  color: #9caabe;
  font-size: 11px;
  margin-top: 20px;
}
.client-work-divider {
  margin-top: 70px;
  padding-top: 28px;
  border-top: 1px solid #40434c;
  color: #bec9da;
  font-size: 13px;
}
.client-work-divider + .featured-work {
  margin-top: 30px;
}
@media (max-width: 1099px) {
  .nightlife-feature {
    padding: 35px 30px;
    gap: 25px;
    min-height: 490px;
  }
  .nightlife-stage {
    height: 350px;
  }
  .nightlife-screen-detail {
    top: 120px;
  }
  .experience-project-visual {
    padding: 16px;
  }
  .experience-project-copy h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .studio #ask-ai .company-agent-header h3 {
    font-size: 38px;
  }
  .nightlife-feature {
    grid-template-columns: 1fr;
    padding: 30px 22px;
    gap: 30px;
    min-height: auto;
  }
  .nightlife-copy h3 {
    font-size: 48px;
  }
  .experience-status {
    margin-bottom: 20px;
  }
  .nightlife-copy > p {
    max-width: none;
  }
  .experience-capabilities {
    margin-top: 26px;
  }
  .nightlife-stage {
    height: 290px;
    margin: 0 -8px;
  }
  .nightlife-screen-detail {
    top: 100px;
    left: 8%;
  }
  .experience-pair {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 35px;
  }
  .experience-project-copy h3 {
    font-size: 27px;
  }
  .experience-project-copy > p {
    font-size: 13px;
  }
  .client-work-divider {
    margin-top: 45px;
  }
  .digital-experiences {
    margin-top: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nightlife-stage,
  .experience-project-visual {
    transform: none;
  }
}

/* An open, quiet footer. Navigation and company particulars are progressively disclosed. */
.studio .clean-footer {
  padding: 65px 0 25px;
  background: #101113;
  overflow: clip;
}
.footer-signature-stage {
  perspective: 1400px;
  padding: 20px 0 45px;
}
.footer-signature-rig {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  font-size: clamp(64px, 12.2vw, 190px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.055em;
  transform-style: preserve-3d;
  transform: rotateX(calc(5deg + var(--tilt-x) * 0.4))
    rotateY(calc(var(--tilt-y) * 0.4)) translateY(calc(var(--depth-y) * 0.2));
}
.footer-signature-face {
  position: relative;
  display: block;
  color: #dbe2ee;
  transform: translateZ(15px);
}
.footer-signature-dot {
  color: #7c9ee8;
}
.footer-signature-echo {
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 1px #62749388;
  transform: translate3d(6px, calc(6px + var(--depth-y) * 0.15), -25px);
  pointer-events: none;
}
.footer-contact-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding: 35px 0;
  border-top: 1px solid #3b424f;
}
.footer-email {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0;
  font-size: clamp(15px, 1.7vw, 24px);
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.footer-email svg {
  margin-left: 16px;
  width: 19px;
  height: 19px;
}
.footer-contact-line > span {
  color: #c2cad9;
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
}
.footer-contact-line > span > span {
  display: block;
  color: #9aa6ba;
  font-size: 11px;
}
.footer-navigation-line {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 50px;
  padding: 18px 0 36px;
  align-items: start;
}
.footer-primary-links {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.footer-primary-links a {
  font-size: 13px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.footer-disclosures {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px 30px;
}
.footer-disclosures details {
  font-size: 12px;
  color: #bbc5d7;
}
.footer-disclosures summary {
  cursor: pointer;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
}
.footer-disclosures summary::-webkit-details-marker {
  display: none;
}
.footer-disclosures summary::after {
  content: "+";
  font-size: 18px;
  color: #a6b9de;
}
.footer-disclosures details[open] summary::after {
  content: "−";
}
.footer-company-details > div {
  max-width: 340px;
  padding-block: 12px 20px;
}
.footer-company-details p {
  font-size: 12px !important;
  line-height: 1.7;
}
.footer-company-details > div > a {
  display: inline-block;
  font-size: 13px;
  margin-top: 18px;
}
.footer-company-details dl {
  display: flex;
  gap: 45px;
  margin-top: 20px;
  font-size: 11px;
}
.footer-company-details dd {
  margin-top: 8px;
  color: #d2dcea;
}
.footer-sitemap[open] {
  flex-basis: 100%;
}
.footer-sitemap > nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 15px 0 25px;
}
.footer-sitemap h2 {
  font-size: 11px !important;
  font-weight: 400;
  color: #97a5bc;
  letter-spacing: 0;
}
.footer-sitemap ul {
  margin-top: 14px;
  list-style: none;
  padding: 0;
}
.footer-sitemap li > a {
  display: inline-block;
  padding: 8px 0;
  font-size: 12px;
}
.footer-final-line {
  display: flex;
  align-items: center;
  gap: 25px;
  border-top: 1px solid #343d4b;
  padding-top: 20px;
  color: #a5b0c3;
  font-size: 10px;
}
.footer-final-line > span {
  margin-right: auto;
}
.footer-final-line > a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.footer-top-link {
  gap: 10px;
}
.footer-top-link svg {
  width: 14px;
  height: 14px;
}
.footer-final-line .motion-toggle {
  font-size: 10px;
}
@media (max-width: 767px) {
  .studio .clean-footer {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .footer-signature-stage {
    padding: 10px 0 30px;
  }
  .footer-signature-rig {
    font-size: clamp(58px, 14vw, 106px);
    letter-spacing: -0.06em;
  }
  .footer-signature-echo {
    transform: translate3d(3px, 4px, -15px);
  }
  .footer-contact-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 0;
  }
  .footer-email {
    display: block;
    font-size: 15px;
  }
  .footer-email svg {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin-left: 8px;
  }
  .footer-contact-line > span {
    text-align: left;
    font-size: 11px;
  }
  .footer-contact-line > span > span {
    display: inline;
    margin-left: 12px;
    font-size: 10px;
  }
  .footer-navigation-line {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 20px;
  }
  .footer-primary-links {
    justify-content: space-between;
    gap: 12px;
  }
  .footer-primary-links a {
    font-size: 12px;
  }
  .footer-disclosures {
    justify-content: flex-start;
    gap: 10px 25px;
  }
  .footer-disclosures details {
    font-size: 11px;
  }
  .footer-company-details[open] {
    flex-basis: 100%;
  }
  .footer-sitemap > nav {
    gap: 15px;
  }
  .footer-final-line {
    gap: 5px 18px;
    flex-wrap: wrap;
    padding-top: 15px;
  }
  .footer-final-line > span {
    flex-basis: 100%;
    font-size: 9px;
  }
  .footer-final-line .footer-top-link {
    margin-left: auto;
  }
  .footer-final-line > a,
  .footer-final-line .motion-toggle {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer-signature-rig {
    transform: none;
  }
}

.footer-signature-face {
  text-shadow:
    1px 2px 0 #46536b,
    2px 4px 0 #263044;
}
@media (max-width: 767px) {
  .company-agent-presence .context-company {
    left: 8%;
    transform: translateZ(10px) rotate(-6deg);
  }
  .company-agent-presence .context-work {
    right: 8%;
    transform: translateZ(0) rotate(5deg);
  }
  .company-agent-presence .context-expertise {
    right: 12%;
    transform: translateZ(15px) rotate(-3deg);
  }
}

/* Contact is a bold invitation and a compact writing surface, followed by the real brand. */
.studio #contact.contact-finale {
  background: #15191f;
  color: #eef2fa;
  padding: 110px 0;
  --studio-ink: #eef2fa;
  --studio-muted: #b0bdcf;
  --studio-faint: #a6b3c7;
  --studio-line: #3d4858;
}
.studio #contact.contact-finale::after {
  content: none;
}
.contact-finale-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 100px;
  align-items: center;
}
.studio #contact .contact-invitation h2 {
  font-size: clamp(62px, 6.3vw, 92px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
  color: #f0f3f9;
  transform: translateY(var(--parallax, 0px));
}
.contact-invitation h2 span {
  color: #90b0fa;
}
.studio #contact .contact-invitation-lead {
  font-size: 14px;
  color: #b9c5d8;
  max-width: 360px;
  line-height: 1.7;
  margin-top: 30px;
}
.contact-book-button {
  display: inline-flex;
  align-items: center;
  gap: 45px;
  background: #a7c1fa;
  color: #142035;
  padding: 17px 22px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  transition: background 0.25s;
}
.contact-book-button:hover {
  background: #d0e0ff;
}
.contact-book-button svg {
  width: 19px;
  height: 19px;
}
.studio #contact .contact-book-note {
  font-size: 11px;
  color: #99abc4;
  margin-top: 13px;
}
.contact-direct {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 40px;
  font-size: 12px;
  color: #c2cfe3;
}
.contact-direct a:first-child {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-direct svg {
  width: 13px;
  height: 13px;
}
.contact-form-sheet {
  background: #f1f3f5;
  padding: 40px;
  border-radius: 16px;
  color: #18212f;
  box-shadow: 20px 28px 65px #0002;
}
.contact-sheet-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.studio #contact .contact-sheet-heading h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #152132;
}
.contact-sheet-heading svg {
  width: 25px;
  height: 25px;
  color: #4a648d;
}
.contact-form-sheet form {
  margin-top: 0;
  gap: 22px 18px;
}
.studio #contact .contact-form-sheet .label {
  font-size: 11px;
  line-height: 1.4;
  color: #40506a;
  letter-spacing: 0;
  text-transform: none;
  font-family: inherit;
  font-weight: 500;
}
.studio #contact .contact-form-sheet .field {
  border: 1px solid #d4dbe5;
  background: #e6eaf0;
  color: #19273a;
  padding: 13px 14px;
  border-radius: 6px;
  min-height: 48px;
  margin-top: 8px;
  font-size: 13px;
}
.studio #contact .contact-form-sheet textarea.field {
  min-height: 125px;
  resize: vertical;
}
.studio #contact .contact-form-sheet .field::placeholder {
  color: #53627b;
}
.studio #contact .contact-form-sheet .field:focus {
  border-color: #527bcc;
  outline: 2px solid #789adc44;
  outline-offset: 2px;
}
.studio #contact .contact-form-sheet .field-invalid {
  border-color: #b33338;
}
.studio #contact .contact-form-sheet .btn-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  border-radius: 6px;
  background: #1a2535;
  color: #f4f7fd;
  font-size: 13px;
  min-height: 52px;
}
.contact-form-sheet .btn-primary svg {
  width: 18px;
  height: 18px;
}
.studio #contact .contact-form-sheet .text-ink {
  color: #223654;
}
.studio #contact .contact-form-sheet .text-critical {
  color: #a02a30;
}
.studio #contact .contact-form-sheet .text-positive {
  color: #196344;
}
.studio .brand-footer {
  background: #87a9f4;
  color: #16243d;
  padding: 35px 0 15px;
}
.footer-brand-stage {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
  padding: 20px 0 40px;
}
.footer-brand-lockup {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  max-width: 100%;
  transform: rotateY(calc(var(--tilt-y) * 0.5))
    translateY(calc(var(--depth-y) * 0.12));
}
.footer-real-logo {
  width: 115px;
  height: 115px;
  color: #142644;
  flex-shrink: 0;
  filter: drop-shadow(1px 2px 0 #e0eaff55);
}
.footer-brand-lockup > span {
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #142644;
  font-weight: 500;
}
.footer-brand-lockup small {
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 10px;
}
.footer-brand-note {
  justify-self: end;
}
.footer-brand-note > p {
  font-size: 21px !important;
  line-height: 1.4;
  color: #172f55 !important;
  white-space: pre-line;
  letter-spacing: -0.02em;
}
.footer-brand-note > span {
  display: block;
  font-size: 11px;
  margin-top: 18px;
  color: #203c64;
}
.brand-footer .footer-navigation-line {
  border-top: 1px solid #385e983f;
  padding-top: 20px;
  gap: 45px;
  padding-bottom: 22px;
}
.brand-footer .footer-primary-links a {
  color: #172e51;
  font-size: 13px;
}
.brand-footer .footer-disclosures details,
.brand-footer .footer-disclosures summary {
  color: #203c64;
}
.brand-footer .footer-disclosures summary::after {
  color: #284872;
}
.brand-footer .footer-company-details p {
  color: #233e66 !important;
}
.brand-footer .footer-company-details dd {
  color: #213b63;
}
.brand-footer .footer-sitemap h2 {
  color: #203c64;
}
.brand-footer .footer-sitemap a {
  color: #162f54;
}
.brand-footer .footer-final-line {
  border-top: 1px solid #385e983f;
  color: #203c64;
  padding-top: 10px;
}
.brand-footer .footer-final-line .motion-toggle {
  color: #203c64;
}
.brand-footer .motion-toggle::before {
  background: #223d6b;
}
.brand-footer .motion-toggle[aria-pressed="false"]::before {
  background: #6281b5;
}
@media (max-width: 1099px) {
  .contact-finale-layout {
    gap: 50px;
  }
  .contact-form-sheet {
    padding: 30px;
  }
  .footer-brand-lockup > span {
    font-size: 40px;
  }
  .footer-real-logo {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .studio #contact.contact-finale {
    padding: 65px 0;
  }
  .contact-finale-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .studio #contact .contact-invitation h2 {
    font-size: 62px;
  }
  .studio #contact .contact-invitation-lead {
    font-size: 13px;
    margin-top: 22px;
  }
  .contact-direct {
    margin-top: 25px;
    gap: 12px;
  }
  .contact-form-sheet {
    padding: 25px 20px;
    border-radius: 12px;
  }
  .studio #contact .contact-sheet-heading h3 {
    font-size: 27px;
  }
  .contact-form-sheet form {
    gap: 19px;
  }
  .contact-sheet-heading {
    margin-bottom: 25px;
  }
  .studio .brand-footer {
    padding: 22px 0 12px;
  }
  .footer-brand-stage {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-bottom: 28px;
  }
  .footer-brand-lockup {
    gap: 10px;
  }
  .footer-real-logo {
    width: 78px;
    height: 78px;
  }
  .footer-brand-lockup > span {
    font-size: 36px;
  }
  .footer-brand-lockup small {
    font-size: 16px;
    margin-top: 7px;
  }
  .footer-brand-note {
    justify-self: start;
    padding-left: 13px;
  }
  .footer-brand-note > p {
    font-size: 17px !important;
  }
  .footer-brand-note > span {
    font-size: 10px;
    margin-top: 12px;
  }
  .brand-footer .footer-navigation-line {
    gap: 4px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .brand-footer .footer-primary-links a {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer-brand-lockup,
  .studio #contact .contact-invitation h2 {
    transform: none;
  }
}

.studio .brand-footer :focus-visible { outline-color: #16243d; }
@media (max-width: 767px) {
  .studio #contact .contact-form-sheet .field { font-size: 16px; }
}

/* ======================================================== work page film ==
   The /work/ hero carries a film from the same shoot as the homepage. The
   still is composed dark-left, lit-right, so the copy sits on the shadow and
   the scrim only has to finish the job rather than flatten the frame. */
.page-hero {
  position: relative;
  /* full bleed out of the 1120px wrap, content pulled back to the same rhythm */
  margin-inline: calc(50% - 50vw);
  padding-inline: max(48px, calc(50vw - 560px + 48px));
  padding-block: clamp(90px, 12vw, 190px) clamp(70px, 8vw, 120px);
  margin-bottom: 40px;
  isolation: isolate;
  overflow: clip;
}
.page-film {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--studio-bg, #101113);
}
.page-film__clip {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 50%;
  opacity: 0.72;
  display: block;
}
.page-film__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      100deg,
      var(--studio-bg, #101113) 0%,
      color-mix(in oklab, var(--studio-bg, #101113) 86%, transparent) 38%,
      color-mix(in oklab, var(--studio-bg, #101113) 34%, transparent) 66%,
      transparent 88%
    ),
    linear-gradient(to top, var(--studio-bg, #101113) 0%, transparent 38%),
    /* The hero box starts below the nav, so without this the film has a hard
       horizontal seam along its top edge. It should emerge from the ground. */
    linear-gradient(to bottom, var(--studio-bg, #101113) 0%, transparent 22%);
}
.page-hero__copy {
  position: relative;
  z-index: 1;
}

/* The layers added to this page. Graded rates live in the markup; this is the
   only thing that turns a written rate into visible travel. Motion-off is
   already covered globally by html[data-motion="off"] [data-parallax]. */
#page-content .page-hero__copy .label,
#page-content .page-hero__copy .lead,
#page-content > h2[data-parallax],
#page-content > p[data-parallax],
#page-content .reg-group,
#page-content .cta[data-parallax] {
  transform: translate3d(0, var(--parallax, 0px), 0);
  will-change: transform;
}

/* Six cards on one depth device were moving as one plane. Grading the gain
   separates them without stacking a second device on a node that already
   carries a rig, which would nest two transforms on the same element. */
.work-builds > .entry:nth-child(1) .depth-card-rig { --depth-gain: 0.34; }
.work-builds > .entry:nth-child(2) .depth-card-rig { --depth-gain: 0.28; }
.work-builds > .entry:nth-child(3) .depth-card-rig { --depth-gain: 0.23; }
.work-builds > .entry:nth-child(4) .depth-card-rig { --depth-gain: 0.18; }
.work-builds > .entry:nth-child(5) .depth-card-rig { --depth-gain: 0.14; }
.work-builds > .entry:nth-child(6) .depth-card-rig { --depth-gain: 0.10; }
.work-builds .depth-card-rig {
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y))
    translate3d(0, calc(var(--depth-y) * var(--depth-gain, 0.2)), 0);
}

@media (max-width: 767px) {
  .page-hero {
    padding-inline: 24px;
    padding-block: 70px 50px;
  }
  /* The copy goes full width on a phone, so a left-weighted scrim darkens the
     side the copy just left. Point the density at the copy instead. */
  .page-film__clip { object-position: 72% 50%; opacity: 0.5; }
  .page-film__scrim {
    background: linear-gradient(
      to top,
      var(--studio-bg, #101113) 0%,
      color-mix(in oklab, var(--studio-bg, #101113) 84%, transparent) 32%,
      color-mix(in oklab, var(--studio-bg, #101113) 42%, transparent) 60%,
      transparent 88%
    );
  }
}

@media (prefers-reduced-motion: reduce) {
  #page-content .page-hero__copy .label,
  #page-content .page-hero__copy .lead,
  #page-content > h2[data-parallax],
  #page-content > p[data-parallax],
  #page-content .reg-group,
  #page-content .cta[data-parallax] {
    transform: none;
  }
  .page-film__clip { opacity: 0.42; }
}

/* Pre-existing horizontal overflow on the generated pages, fixed at the cause
   rather than masked. Measured identical on live and local at 390 and 360:
   scrollWidth 403 against a 390 viewport.

   The cause is min-width: auto, twice over. `.reg` is a grid and `.reg a` is a
   flex row; the default minimum size of both an item and a flex child is its
   content, so a long company name refuses to shrink and pushes the whole row
   wider than its column. `.nm` already carries an ellipsis and could never use
   it because the box around it never got small enough to trigger one.

   NOT fixed with `overflow-x: clip` on body: that makes the scrollWidth
   assertion pass while the content stays cropped, which hides the next one of
   these instead of surfacing it. (`.document-sculpture` already clips its own
   decorative orbit; a transformed child still reports its pre-clip box to
   getBoundingClientRect, so it reads as an overflow source and is not one.) */
.reg li,
.reg a {
  min-width: 0;
}
/* The sector label used to carry an inline margin-top; wrapping each group in
   its own parallax layer moved that responsibility here. Without it the next
   sector's label lands on the previous group's last row. */
.reg-group + .reg-group {
  margin-top: 34px;
}
.reg .sec {
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* =================================================== register, by domain ==
   Each work domain is a band; each column inside it is its own layer moving at
   its own rate, and the band reverses direction group to group so the columns
   weave rather than slide as one sheet. The group itself carries NO parallax:
   a layer inside a transformed layer reads a rect that already includes its
   ancestor's transform, and drifts. */
.reg-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 44px;
  align-items: start;
}
body .reg-col {
  display: block;
  margin: 0;
  transform: translate3d(0, var(--parallax, 0px), 0);
  will-change: transform;
}
/* The runtime clamps travel at +/-110px, so the band needs that much air at
   both ends or a fast column lands on the next domain's label. */
.reg-group {
  /* Symmetric, because the travel is symmetric. Asymmetric padding put the
     whole void below each band and made the groups read as disconnected. */
  padding-block: 84px;
}
.reg-group + .reg-group {
  margin-top: 0;
}
.reg-group > .label {
  margin-bottom: 18px;
}

/* Truncating a company name is the one thing a register of company names must
   not do. The rows were only overflowing because a flex child's min-width
   defaults to its content; with that fixed the name can wrap instead. */
.reg-col .nm {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
.reg-col a {
  align-items: baseline;
  gap: 10px;
}
.reg-col .dot {
  transform: translateY(-2px);
}
.reg-col .sec {
  text-align: right;
}

@media (max-width: 900px) {
  .reg-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
}
@media (max-width: 767px) {
  .reg-cols { grid-template-columns: minmax(0, 1fr); gap: 0; }
  /* One column on a phone means the layers would drift against nothing, and
     the runtime already scales strength to 0.35 here. Hold them still. */
  body .reg-col { transform: none; }
  .reg-group { padding-block: 20px 44px; }
}
@media (prefers-reduced-motion: reduce) {
  body .reg-col { transform: none; }
  .reg-group { padding-block: 20px 40px; }
}
