/*
Theme Name: Showform Final
Theme URI: https://showform.de
Author: Showform Veranstaltungstechnik GmbH
Description: Maßgeschneidertes Showform-Theme für Veranstaltungstechnik, Broadcast und AV/IT.
Version: 1.4.8
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: showform-final
*/

@font-face {
  font-family: "IBM Plex Sans";
  src: url("assets/fonts/ibm-plex-sans-300.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("assets/fonts/ibm-plex-sans-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("assets/fonts/ibm-plex-sans-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("assets/fonts/ibm-plex-sans-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("assets/fonts/ibm-plex-sans-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --ink: #0e1113;
  --surface: #131719;
  --surface-2: #1a1f22;
  --line: rgba(255, 255, 255, 0.11);
  --muted: #a8b0ad;
  --paper: #f4f5f3;
  --emerald: #0f6b5b;
  --mint: #4dd7c2;
  --shell: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.generic-page {
  min-height: 70vh;
  padding: 150px 0 100px;
}

.generic-page h1 {
  margin: 0 0 30px;
  color: white;
  font-size: clamp(48px, 7vw, 86px);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.generic-page .entry-content {
  max-width: 820px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

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

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(14, 17, 19, 0.78);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}

.wordmark {
  justify-self: start;
  display: block;
  width: 128px;
  line-height: 0;
}

.wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #c4cac8;
  font-size: 14px;
  font-weight: 400;
}

.desktop-nav a {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: white;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 17px;
  border: 1px solid rgba(77, 215, 194, 0.46);
  border-radius: 999px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  transition: background 160ms ease, border-color 160ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  border-color: var(--mint);
  background: rgba(77, 215, 194, 0.1);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 820px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-image,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -4;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 58% 42%;
  filter: saturate(0.72) contrast(1.05);
}

.hero-shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(14, 17, 19, 0.98) 0%, rgba(14, 17, 19, 0.93) 36%, rgba(14, 17, 19, 0.55) 64%, rgba(14, 17, 19, 0.46) 100%),
    linear-gradient(0deg, rgba(14, 17, 19, 0.62) 0%, transparent 42%);
}

.hero-grid {
  z-index: -2;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black 0%, transparent 72%);
}

.hero-inner {
  min-height: 820px;
  padding-top: 155px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-copy {
  max-width: 790px;
}

.eyebrow {
  margin: 0 0 30px;
  color: #d1d6d4;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  margin-right: 13px;
  color: var(--mint);
}

.hero h1 {
  max-width: 840px;
  margin: 0;
  color: white;
  font-size: clamp(52px, 6.2vw, 92px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

.hero-lead {
  max-width: 680px;
  margin: 34px 0 0;
  color: #d3d8d6;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 40px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

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

.button-primary:hover,
.button-primary:focus-visible {
  background: #13806d;
}

.button-quiet {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(14, 17, 19, 0.4);
  color: white;
}

.button-quiet:hover,
.button-quiet:focus-visible {
  border-color: rgba(255, 255, 255, 0.55);
}

.hero-facts {
  width: min(840px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-facts > div {
  min-width: 0;
  padding: 22px 26px 2px 0;
}

.hero-facts > div + div {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.fact-label {
  display: block;
  margin-bottom: 6px;
  color: #8f9996;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-facts strong {
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.hero-cue {
  position: absolute;
  right: 34px;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.56);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.13em;
  writing-mode: vertical-rl;
}

.section {
  padding: 128px 0;
}

.services-section {
  background: var(--ink);
}

/* Scroll-controlled stage build replacing the former services card grid. */
.stage-services-section {
  position: relative;
  padding: 0;
  background:
    radial-gradient(circle at 31% 48%, rgba(15, 107, 91, 0.1), transparent 38%),
    var(--ink);
}

.showform-stage-story {
  --showform-stage-progress: 0;
  --showform-stage-network: 0;
  height: 650vh;
  position: relative;
}

.showform-stage-sticky {
  min-height: 100svh;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 112px 0 44px;
}

.showform-stage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(310px, 0.72fr);
  align-items: center;
  gap: clamp(38px, 5vw, 78px);
}

.showform-stage-visual {
  width: 100%;
  aspect-ratio: 1440 / 811;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(77, 215, 194, 0.2);
  background: #050708;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.44), inset 0 0 70px rgba(15, 107, 91, 0.06);
}

.showform-stage-visual::before,
.showform-stage-visual::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 8;
  pointer-events: none;
}

.showform-stage-visual::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--mint);
  border-left: 2px solid var(--mint);
}

.showform-stage-visual::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--mint);
  border-bottom: 2px solid var(--mint);
}

.showform-stage-poster,
.showform-stage-canvas,
.showform-stage-led,
.showform-stage-lights,
.showform-stage-signals,
.showform-stage-grade {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
}

.showform-stage-poster,
.showform-stage-canvas,
.showform-stage-lights {
  object-fit: cover;
}

.showform-stage-poster {
  z-index: 1;
  transition: opacity 180ms linear;
}

.showform-stage-canvas {
  z-index: 2;
  transform: translateZ(0);
  backface-visibility: hidden;
  filter: saturate(calc(0.96 + var(--showform-stage-progress) * 0.06)) contrast(1.025);
}

.showform-stage-visual.is-ready .showform-stage-poster {
  opacity: 0;
}

.showform-stage-led {
  z-index: 3;
  opacity: var(--showform-stage-network);
}

.showform-stage-lights {
  z-index: 4;
  opacity: 0;
  mix-blend-mode: screen;
}

.showform-stage-visual.is-live .showform-stage-lights {
  animation: showform-final-light-cue 3.8s ease-in-out infinite;
}

.showform-stage-signals {
  z-index: 5;
  overflow: visible;
  opacity: var(--showform-stage-network);
}

.showform-cable-guides path {
  fill: none;
  stroke: transparent;
  stroke-width: 1;
}

.showform-network-pulses circle:nth-child(odd) {
  fill: var(--mint);
}

.showform-network-pulses circle:nth-child(even) {
  fill: #d5fff8;
}

.showform-network-pulses .return-pulse {
  opacity: 0.78;
}

.showform-stage-grade {
  z-index: 6;
  background:
    linear-gradient(180deg, rgba(2, 5, 6, 0.17), transparent 20%, transparent 74%, rgba(2, 5, 6, 0.34)),
    radial-gradient(ellipse at center, transparent 56%, rgba(2, 5, 6, 0.48) 100%);
}

.showform-stage-loader {
  position: absolute;
  inset: 0;
  z-index: 7;
  display: grid;
  place-items: center;
  pointer-events: none;
  background: #080b0d;
  transition: opacity 280ms ease, visibility 280ms ease;
}

.showform-stage-loader span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 18px var(--mint);
  animation: showform-stage-load-pulse 1s infinite;
}

.showform-stage-visual.is-ready .showform-stage-loader {
  opacity: 0;
  visibility: hidden;
}

.showform-stage-copy {
  min-width: 0;
}

.showform-stage-copy .eyebrow {
  margin: 0 0 25px;
}

.showform-stage-copy > h2 {
  max-width: 510px;
  margin: 0;
  color: white;
  font-size: clamp(40px, 4.2vw, 65px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.01;
  text-wrap: balance;
}

.showform-stage-intro {
  max-width: 500px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.showform-stage-step-list {
  min-height: 174px;
  margin-top: 0;
  padding: 22px 0 0 23px;
  position: relative;
  border-left: 1px solid rgba(77, 215, 194, 0.45);
}

.showform-stage-step[hidden] {
  display: none;
}

.showform-stage-step.is-active {
  animation: showform-stage-copy-in 260ms ease both;
}

.showform-stage-step > p {
  margin: 0 0 11px;
  color: var(--mint);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.showform-stage-step h3 {
  margin: 0;
  color: white;
  font-size: clamp(24px, 2.25vw, 35px);
  font-weight: 500;
  letter-spacing: -0.032em;
  line-height: 1.08;
}

.showform-stage-step > div {
  max-width: 470px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.showform-stage-progress {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
  margin-top: 24px;
}

.showform-stage-progress span {
  height: 2px;
  background: rgba(255, 255, 255, 0.09);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.showform-stage-progress span.is-passed {
  background: rgba(15, 107, 91, 0.72);
}

.showform-stage-progress span.is-active {
  background: var(--mint);
  box-shadow: 0 0 13px rgba(77, 215, 194, 0.52);
}

.showform-stage-skip {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
  padding: 0 15px;
  border: 1px solid rgba(77, 215, 194, 0.28);
  border-radius: 999px;
  background: rgba(8, 12, 13, 0.52);
  color: #c8d3cf;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.showform-stage-skip:hover,
.showform-stage-skip:focus-visible {
  border-color: var(--mint);
  background: rgba(15, 107, 91, 0.52);
  color: white;
  transform: translateY(-1px);
}

.showform-stage-skip svg {
  flex: 0 0 auto;
  color: var(--mint);
}

.showform-stage-mobile {
  display: none;
}

.showform-stage-ai-note {
  margin-top: 0;
  padding: 10px 0 18px;
  color: #55615d;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.045em;
  line-height: 1.4;
}

.showform-stage-story.is-static {
  height: auto;
}

.showform-stage-story.is-static .showform-stage-sticky {
  min-height: auto;
  position: relative;
}

.showform-stage-story.is-static .showform-stage-canvas,
.showform-stage-story.is-static .showform-stage-led,
.showform-stage-story.is-static .showform-stage-lights,
.showform-stage-story.is-static .showform-stage-signals,
.showform-stage-story.is-static .showform-stage-loader {
  display: none;
}

.showform-stage-story.is-static .showform-stage-poster {
  opacity: 1;
}

@keyframes showform-stage-load-pulse {
  50% { opacity: 0.24; transform: scale(0.72); }
}

@keyframes showform-stage-copy-in {
  from { opacity: 0; transform: translateY(8px); }
}

@keyframes showform-final-light-cue {
  0%, 100% { opacity: calc(var(--showform-stage-network) * 0.14); }
  24% { opacity: calc(var(--showform-stage-network) * 0.46); }
  45% { opacity: calc(var(--showform-stage-network) * 0.2); }
  68% { opacity: calc(var(--showform-stage-network) * 0.58); }
  74% { opacity: calc(var(--showform-stage-network) * 0.24); }
  80% { opacity: calc(var(--showform-stage-network) * 0.52); }
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 62px;
}

.section-intro .eyebrow {
  margin-bottom: 20px;
}

.section-intro h2 {
  max-width: 780px;
  margin: 0;
  color: white;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.section-intro > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  position: relative;
  display: block;
  width: 100%;
  min-height: 330px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-top: 0;
  border-left: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008));
  color: inherit;
  font: inherit;
  text-align: left;
  transition: background 180ms ease;
}

.service-card:hover {
  background: linear-gradient(145deg, rgba(15, 107, 91, 0.18), rgba(255, 255, 255, 0.015));
}

.service-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(77, 215, 194, 0.3);
  border-radius: 50%;
  color: var(--mint);
  background: rgba(77, 215, 194, 0.05);
}

.service-number {
  color: #68716e;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.service-card-copy {
  display: block;
}

.service-card-copy > strong {
  display: block;
  margin: 58px 0 16px;
  color: white;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.service-card-copy > span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.service-card-gallery {
  cursor: pointer;
}

.service-card-gallery:focus-visible {
  z-index: 1;
  outline: 2px solid var(--mint);
  outline-offset: -2px;
}

.service-gallery-cue {
  position: absolute;
  right: 30px;
  bottom: 25px;
  color: var(--mint);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.service-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.service-gallery-modal[hidden] {
  display: none;
}

.service-gallery-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(5, 7, 8, 0.88);
  backdrop-filter: blur(12px);
}

.service-gallery-dialog {
  position: relative;
  width: min(1040px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0e1113;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.service-gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.service-gallery-header span {
  color: var(--mint);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-gallery-header h3 {
  margin: 5px 0 0;
  font-size: 25px;
  font-weight: 500;
}

.service-gallery-description {
  max-width: 850px;
  margin: 0;
  padding: 24px;
  color: #b6bfbc;
  font-size: 15px;
  line-height: 1.7;
  white-space: pre-line;
}

.service-gallery-header button,
.service-gallery-controls button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: white;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.service-gallery-dialog figure {
  margin: 0;
}

.service-gallery-dialog figure img {
  display: block;
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  background: #090c0d;
}

.service-gallery-dialog figcaption {
  padding: 14px 24px;
  color: var(--muted);
  font-size: 13px;
}

.service-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 24px;
  border-top: 1px solid var(--line);
}

.service-gallery-controls[hidden] {
  display: none;
}

.service-gallery-controls span {
  min-width: 52px;
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  text-align: center;
}

.workflow-section {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.workflow-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(440px, 1.2fr);
  gap: 100px;
}

.workflow-copy {
  position: sticky;
  top: 130px;
  align-self: start;
}

.workflow-copy .eyebrow {
  margin-bottom: 20px;
}

.workflow-copy h2,
.contact-copy h2 {
  margin: 0;
  color: white;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.03;
  text-wrap: balance;
}

.workflow-copy > p,
.contact-copy > p {
  max-width: 610px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(77, 215, 194, 0.46);
  color: white;
  font-size: 15px;
  font-weight: 500;
}

.workflow-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.workflow-steps li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.workflow-steps > li > span {
  padding-top: 5px;
  color: var(--mint);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.workflow-steps h3 {
  margin: 0 0 10px;
  color: white;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.workflow-steps p {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.partners {
  padding: 62px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #101416;
}

.partners-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: 70px;
}

.partners-copy .eyebrow {
  margin-bottom: 13px;
}

.partners-copy h2 {
  margin: 0;
  color: white;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  min-width: 0;
}

.logo-tile {
  height: 112px;
  display: grid;
  place-items: center;
  padding: 22px 30px;
  border-left: 1px solid var(--line);
}

.logo-tile img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
}

.team-section {
  background: #0c0f11;
}

.team-intro {
  margin-bottom: 54px;
}

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

.team-card {
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  perspective: 1200px;
}

.team-card:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 4px;
}

.team-card-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  will-change: transform;
  transition: transform 760ms cubic-bezier(.2, .72, .22, 1);
}

.team-card:hover .team-card-inner,
.team-card:focus-visible .team-card-inner,
.team-card[aria-pressed="true"] .team-card-inner {
  transform: rotateY(180deg);
}

.team-face {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 2px;
  background-color: var(--surface-2);
  background-position: center;
  background-size: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.team-front {
  transform: rotateY(0deg) translateZ(1px);
  -webkit-transform: rotateY(0deg) translateZ(1px);
}

.team-front::after {
  content: "";
  position: absolute;
  inset: -2px;
  display: block;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 34%, rgba(5, 7, 8, 0.28) 58%, rgba(5, 7, 8, 0.94) 100%);
}

.team-card-cue {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 17px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(14, 17, 19, 0.72);
  color: #d6dbd9;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: opacity 180ms ease;
}

.team-nameplate {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: block;
  padding: 24px 22px 22px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.62);
  transition: opacity 180ms ease;
}

.team-nameplate::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -52px -2px -2px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 12, 13, 0), rgba(8, 12, 13, 0.36) 34%, rgba(8, 12, 13, 0.8) 100%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.58) 28%, #000 54%);
  mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.58) 28%, #000 54%);
}

.team-card:hover .team-card-cue,
.team-card:focus-visible .team-card-cue,
.team-card[aria-pressed="true"] .team-card-cue,
.team-card:hover .team-nameplate,
.team-card:focus-visible .team-nameplate,
.team-card[aria-pressed="true"] .team-nameplate {
  opacity: 0;
}

.team-nameplate strong,
.team-profile > strong {
  display: block;
  color: white;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.team-nameplate small,
.team-profile > small {
  display: block;
  margin-top: 8px;
  color: #c6cdca;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}

.team-front-personal {
  display: block;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #e4ebe8;
  font-size: 11px;
  line-height: 1.46;
}

.team-front-personal > span {
  display: block;
  margin-bottom: 6px;
  color: #9ee5d9;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.team-back {
  border: 0;
  transform: rotateY(180deg) translateZ(1px);
  -webkit-transform: rotateY(180deg) translateZ(1px);
}

.team-back-shade {
  position: absolute;
  inset: -2px;
  display: block;
  z-index: 0;
  background: linear-gradient(180deg, rgba(14, 17, 19, 0.04), rgba(14, 17, 19, 0.08) 32%, rgba(15, 107, 91, 0.18) 100%);
}

.team-back::after {
  content: "";
  position: absolute;
  inset: 32% -2px -2px;
  z-index: 1;
  display: block;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(15, 107, 91, 0.02), rgba(12, 75, 64, 0.52) 34%, rgba(7, 41, 35, 0.94) 100%);
  -webkit-backdrop-filter: blur(12px) saturate(0.82);
  backdrop-filter: blur(12px) saturate(0.82);
  -webkit-mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72) 16%, #000 32%);
  mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72) 16%, #000 32%);
}

.team-profile {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 24px 24px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.62);
}

.team-profile-label {
  display: block;
  margin-bottom: 12px;
  color: #b7fff3;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-focus-list {
  display: grid;
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
}

.team-focus-list span {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #edf3f1;
  font-size: 11.5px;
  line-height: 1.35;
}

.team-hint {
  margin: 22px 0 0;
  color: #727c78;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.team-hint span {
  margin-right: 8px;
  color: var(--mint);
}

.contact-section {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: 96px;
}

.contact-copy .eyebrow {
  margin-bottom: 20px;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.contact-actions > a {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 160ms ease, background 160ms ease;
}

.contact-actions > a:hover,
.contact-actions > a:focus-visible {
  border-color: rgba(77, 215, 194, 0.5);
  background: rgba(77, 215, 194, 0.05);
}

.contact-actions svg {
  flex: 0 0 auto;
  color: var(--mint);
}

.contact-actions span {
  min-width: 0;
}

.contact-actions small,
.contact-actions strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-actions small {
  margin-bottom: 4px;
  color: #75807c;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-actions strong {
  color: white;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.location-card {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  border: 1px solid rgba(77, 215, 194, 0.22);
  background: linear-gradient(145deg, #112b27, #0f1516 68%);
}

.location-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(77, 215, 194, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 215, 194, 0.32) 1px, transparent 1px);
  background-size: 38px 38px;
  transform: perspective(450px) rotateX(58deg) scale(1.4) translateY(-28px);
}

.location-pin {
  position: absolute;
  top: 95px;
  left: 50%;
  color: var(--mint);
  filter: drop-shadow(0 0 18px rgba(77, 215, 194, 0.4));
}

.location-address {
  display: block;
  margin-bottom: 26px;
}

.location-address span {
  display: block;
  margin-bottom: 10px;
  color: var(--mint);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.location-address strong {
  color: white;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.35;
}

.location-card > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.location-card > p {
  margin: 12px 0 0;
  color: #70807b;
  font-size: 10px;
}

.why-section {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.why-section > video,
.why-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.why-section > video {
  z-index: -3;
  object-fit: cover;
}

.why-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(14, 17, 19, 0.95), rgba(14, 17, 19, 0.67) 60%, rgba(14, 17, 19, 0.5)),
    linear-gradient(0deg, rgba(14, 17, 19, 0.85), transparent 55%);
}

.why-content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  align-items: end;
  gap: 90px;
}

.why-content .eyebrow {
  margin-bottom: 20px;
}

.why-content h2 {
  margin: 0;
  color: white;
  font-size: clamp(50px, 6vw, 82px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.why-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.why-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  color: #e7ecea;
  font-size: 14px;
}

.why-list svg {
  color: var(--mint);
}

.why-content > .button {
  grid-column: 2;
  width: fit-content;
  margin-top: -52px;
}

.site-footer {
  padding: 76px 0 30px;
  border-top: 1px solid var(--line);
  background: #090c0d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 70px;
}

.footer-brand p {
  margin: 24px 0 0;
  color: #707a77;
  font-size: 13px;
  line-height: 1.6;
}

.footer-brand .wordmark {
  width: 154px;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  color: #929b98;
  font-size: 13px;
  line-height: 1.5;
}

.footer-grid a {
  transition: color 150ms ease;
}

.footer-consent-link,
.legal-consent-link {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 150ms ease;
}

.footer-grid a:hover,
.footer-grid a:focus-visible,
.footer-consent-link:hover,
.footer-consent-link:focus-visible,
.legal-consent-link:hover,
.legal-consent-link:focus-visible {
  color: white;
}

.footer-label {
  margin-bottom: 7px;
  color: #59625f;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 68px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: #4f5754;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.07em;
}

.legal-page {
  min-height: 100vh;
  background: var(--ink);
}

.legal-header {
  min-height: 76px;
  width: var(--shell);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}

.legal-header > a:first-child {
  width: 128px;
  line-height: 0;
}

.legal-header img {
  width: 100%;
  height: auto;
}

.legal-header > a:last-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #aab2af;
  font-size: 13px;
}

.legal-hero {
  padding: 110px 0 86px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #0e1113 20%, #103b34 100%);
}

.legal-hero .eyebrow {
  margin-bottom: 20px;
}

.legal-hero h1 {
  margin: 0;
  color: white;
  font-size: clamp(60px, 9vw, 106px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.legal-hero > .shell > p:last-child {
  max-width: 700px;
  margin: 32px 0 0;
  color: #c2c9c6;
  font-size: 19px;
  line-height: 1.6;
}

.legal-content {
  display: grid;
  gap: 18px;
  padding-top: 82px;
  padding-bottom: 100px;
}

.legal-content section {
  padding: 31px 34px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.legal-content h2 {
  margin: 0 0 18px;
  color: white;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.legal-content p {
  margin: 0;
  color: #aeb6b3;
  font-size: 15px;
  line-height: 1.75;
}

.legal-content p + p {
  margin-top: 15px;
}

.legal-content strong {
  color: #edf2f0;
  font-weight: 500;
}

.legal-content a {
  color: var(--mint);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

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

.legal-date {
  padding-top: 18px;
  color: #66706d !important;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-footer {
  padding: 26px 0;
  border-top: 1px solid var(--line);
  background: #090c0d;
}

.legal-footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #66706d;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.05em;
}

.legal-footer nav {
  display: flex;
  gap: 24px;
}

.legal-footer a:hover,
.legal-footer a:focus-visible {
  color: white;
}

body.consent-open {
  overflow: hidden;
}

.consent-banner {
  position: fixed;
  z-index: 250;
  right: 22px;
  bottom: 22px;
  left: 22px;
  width: min(1120px, calc(100% - 44px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 34px;
  padding: 28px;
  border: 1px solid rgba(77, 215, 194, 0.28);
  background: rgba(14, 17, 19, 0.97);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
}

.consent-banner[hidden],
.consent-modal[hidden] {
  display: none;
}

.consent-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--mint);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.consent-banner h2,
.consent-dialog h2 {
  margin: 0;
  color: white;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.consent-banner p {
  max-width: 700px;
  margin: 12px 0 0;
  color: #aeb7b4;
  font-size: 13px;
  line-height: 1.6;
}

.consent-banner-copy > a {
  display: inline-block;
  margin-top: 10px;
  color: #dce3e0;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent-actions,
.consent-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.consent-button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: transparent;
  color: #e7ecea;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.consent-button:hover,
.consent-button:focus-visible {
  border-color: var(--mint);
}

.consent-accept,
.consent-save {
  border-color: var(--emerald);
  background: var(--emerald);
  color: white;
}

.consent-modal {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
}

.consent-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(5, 7, 8, 0.86);
  backdrop-filter: blur(12px);
}

.consent-dialog {
  position: relative;
  width: min(680px, 100%);
  max-height: calc(100vh - 44px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0e1113;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.consent-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.consent-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: white;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.consent-options {
  padding: 0 24px;
}

.consent-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}

.consent-option strong,
.consent-option small {
  display: block;
}

.consent-option strong {
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.consent-option small {
  margin-top: 6px;
  color: #8f9996;
  font-size: 12px;
  line-height: 1.5;
}

.consent-option input {
  width: 21px;
  height: 21px;
  accent-color: var(--emerald);
}

.consent-option-required {
  cursor: default;
}

.consent-dialog-actions {
  padding: 22px 24px 24px;
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-intro > p {
    max-width: 640px;
  }

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

  .workflow-layout,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .workflow-copy {
    position: static;
  }

  .partners-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .contact-copy {
    max-width: 720px;
  }

  .why-content {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 50px;
  }

  .why-content > .button {
    grid-column: 1;
    margin-top: -22px;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  :root {
    --shell: min(100% - 30px, 1180px);
  }

  .site-header {
    position: absolute;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .header-inner {
    min-height: 68px;
  }

  .header-cta {
    min-height: 36px;
    padding: 0 13px;
    font-size: 12px;
  }

  .header-cta svg {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: 780px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(14, 17, 19, 0.96) 0%, rgba(14, 17, 19, 0.76) 100%);
  }

  .hero-inner {
    padding-top: 128px;
    padding-bottom: 42px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .eyebrow {
    margin-bottom: 22px;
    font-size: 10px;
  }

  .hero h1 {
    font-size: clamp(34px, 10.6vw, 54px);
    line-height: 0.98;
  }

  .hero-lead {
    margin-top: 26px;
    font-size: 17px;
  }

  .hero-actions {
    margin-top: 30px;
  }

  .button {
    min-height: 48px;
    padding-inline: 18px;
    font-size: 14px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-facts > div {
    padding: 13px 0;
  }

  .hero-facts > div + div {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .hero-cue {
    display: none;
  }

  .section {
    padding: 86px 0;
  }

  .section-intro {
    margin-bottom: 42px;
  }

  .section-intro h2 {
    font-size: clamp(39px, 11vw, 52px);
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 280px;
    padding: 25px;
  }

  .service-card-copy > strong {
    margin-top: 42px;
  }

  .workflow-layout {
    gap: 46px;
  }

  .workflow-steps li {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 28px 0;
  }

  .partners {
    padding: 50px 0;
  }

  .logo-row {
    grid-template-columns: 1fr;
  }

  .logo-tile {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .team-card {
    height: 530px;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }

  .location-card {
    min-height: 390px;
    padding: 27px;
  }

  .why-section {
    min-height: 760px;
    padding: 92px 0;
  }

  .why-content {
    gap: 38px;
  }

  .why-content h2 {
    font-size: clamp(46px, 13vw, 64px);
  }

  .why-content > .button {
    margin-top: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 30px;
  }

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

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    margin-top: 54px;
  }

  .legal-header {
    min-height: 68px;
  }

  .legal-header > a:first-child {
    width: 98px;
  }

  .legal-hero {
    padding: 82px 0 68px;
  }

  .legal-hero > .shell > p:last-child {
    font-size: 16px;
  }

  .legal-content {
    padding-top: 54px;
    padding-bottom: 70px;
  }

  .legal-content section {
    padding: 24px 22px;
  }

  .legal-columns {
    grid-template-columns: 1fr;
  }

  .legal-footer > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-footer nav {
    flex-wrap: wrap;
    gap: 13px 20px;
  }

  .consent-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
  }

  .consent-actions,
  .consent-dialog-actions {
    justify-content: stretch;
  }

  .consent-button {
    flex: 1 1 140px;
  }

  .consent-dialog-header,
  .consent-options {
    padding-right: 19px;
    padding-left: 19px;
  }

  .consent-dialog-actions {
    padding: 19px;
  }
}

@media (max-width: 1060px) {
  .showform-stage-sticky {
    padding-top: 104px;
  }

  .showform-stage-layout {
    grid-template-columns: minmax(0, 1.42fr) minmax(290px, 0.76fr);
    gap: 34px;
  }

  .showform-stage-copy > h2 {
    font-size: clamp(36px, 4.8vw, 50px);
  }

  .showform-stage-intro {
    font-size: 14px;
  }
}

@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  .stage-services-section {
    padding: 64px 0 56px;
  }

  .showform-stage-story {
    display: none;
  }

  .showform-stage-mobile {
    display: block;
  }

  .showform-stage-mobile > .eyebrow {
    margin: 0 0 18px;
  }

  .showform-stage-mobile-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 390px);
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 16px;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    touch-action: auto;
    scrollbar-color: var(--mint) rgba(255, 255, 255, 0.08);
    scrollbar-width: thin;
  }

  .showform-stage-mobile-rail::-webkit-scrollbar {
    height: 3px;
  }

  .showform-stage-mobile-rail::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
  }

  .showform-stage-mobile-rail::-webkit-scrollbar-thumb {
    background: var(--mint);
  }

  .showform-stage-mobile-card {
    min-width: 0;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border: 1px solid rgba(77, 215, 194, 0.2);
    background: #090c0e;
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.3);
  }

  .showform-stage-mobile-rail .showform-stage-mobile-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: auto;
    object-fit: contain;
    background: #050708;
  }

  .showform-stage-mobile-card > div {
    min-height: 170px;
    padding: 18px 18px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .showform-stage-mobile-card p {
    margin: 0 0 9px;
    color: var(--mint);
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .showform-stage-mobile-card h3 {
    margin: 0;
    color: white;
    font-size: clamp(22px, 6vw, 29px);
    font-weight: 500;
    letter-spacing: -0.032em;
    line-height: 1.08;
  }

  .showform-stage-mobile-card span {
    display: block;
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
  }

  .showform-stage-mobile-hint {
    margin: 12px 0 0;
    color: #7e8985;
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .showform-stage-mobile-hint span {
    display: inline;
    margin-left: 7px;
    color: var(--mint);
    font-size: 16px;
  }

  .showform-stage-ai-note {
    padding-top: 9px;
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .showform-stage-mobile-rail {
    grid-auto-columns: 84vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

  .showform-stage-visual.is-live .showform-stage-lights,
  .showform-stage-loader span,
  .showform-stage-step.is-active {
    animation: none !important;
  }
}
