@font-face {
  font-family: "Px Grotesk XLOW";
  src: url("https://retool.com/_next/static/media/Px_Grotesk_Regular-s.p.3z6sz93ftjdg1.woff2?dpl=dpl_HCsa7qWf7QqyqheduZiyDtuExZX1") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Px Grotesk XLOW";
  src: url("https://retool.com/_next/static/media/PxGrotesk_Bold-s.p.0g7njzmmmctt5.woff2?dpl=dpl_HCsa7qWf7QqyqheduZiyDtuExZX1") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

@font-face {
  font-family: "Saans XLOW";
  src: url("https://retool.com/_next/static/media/SaansVF-s.p.2xs2i_hsh5u_h.woff2?dpl=dpl_HCsa7qWf7QqyqheduZiyDtuExZX1") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --font-ui: "Px Grotesk XLOW", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Saans XLOW", "Px Grotesk XLOW", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bg: #0d0d0b;
  --bg-soft: #141311;
  --bg-panel: rgba(22, 21, 18, 0.78);
  --surface: #191815;
  --surface-2: #22201c;
  --line: rgba(246, 241, 229, 0.14);
  --line-strong: rgba(246, 241, 229, 0.28);
  --text: #f4f0e7;
  --muted: #a9a49a;
  --muted-2: #7d776f;
  --gold: #f1af39;
  --gold-soft: #c98a25;
  --copper: #c78554;
  --teal: #e8b85a;
  --steel: #d8aa62;
  --olive: #c98a25;
  --danger: #d98a6a;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --max: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 8%, rgba(199, 133, 84, 0.16), transparent 28rem),
    radial-gradient(circle at 83% 12%, rgba(241, 175, 57, 0.12), transparent 34rem),
    var(--bg);
  color: var(--text);
  font-family: var(--font-ui);
  line-height: 1.45;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body.is-loading {
  overflow: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

button {
  color: inherit;
}

::selection {
  background: rgba(241, 175, 57, 0.28);
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 62% 38%, rgba(241, 175, 57, 0.18), transparent 24rem),
    radial-gradient(circle at 42% 70%, rgba(199, 133, 84, 0.12), transparent 28rem),
    #070807;
  color: var(--text);
  transition:
    opacity 520ms ease,
    visibility 520ms ease;
}

.site-loader::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(246, 241, 229, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 241, 229, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  opacity: 0.42;
}

.site-loader::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(7, 8, 7, 0.86));
  content: "";
}

body.experience-ready .site-loader {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.loader-shell {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(680px, calc(100% - 36px));
  gap: 26px;
  justify-items: center;
}

.loader-logo {
  width: min(220px, 52vw);
  height: auto;
  opacity: 0;
  transform: translateY(8px);
  animation: loaderLogoIn 560ms ease forwards;
}

.logo-handoff {
  position: fixed;
  z-index: 130;
  height: auto;
  pointer-events: none;
  transform-origin: top left;
  will-change: transform, opacity;
}

body.logo-handoff-active .brand-logo {
  opacity: 0;
}

.loader-network {
  position: relative;
  width: min(560px, 100%);
  height: 190px;
}

.loader-node {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 66px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(246, 241, 229, 0.14);
  border-radius: var(--radius);
  background: rgba(16, 18, 18, 0.76);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 900;
  opacity: 0;
  box-shadow: 0 0 28px rgba(241, 175, 57, 0.08);
  transform: translateY(10px);
  animation: loaderNodeIn 520ms ease forwards;
}

.node-e1 {
  top: 72px;
  left: calc(50% - 78px);
  width: 156px;
  border-color: rgba(241, 175, 57, 0.44);
  color: var(--teal);
  animation-delay: 220ms;
}

.node-sap {
  top: 18px;
  right: 58px;
  color: var(--copper);
  animation-delay: 420ms;
}

.node-vtex {
  top: 18px;
  left: 58px;
  color: var(--steel);
  animation-delay: 520ms;
}

.node-wms {
  right: 84px;
  bottom: 18px;
  color: var(--teal);
  animation-delay: 620ms;
}

.node-audit {
  bottom: 18px;
  left: 84px;
  color: var(--copper);
  animation-delay: 720ms;
}

.loader-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 175, 57, 0.9), transparent);
  opacity: 0;
  transform-origin: left center;
  animation: loaderLineIn 760ms ease forwards;
}

.loader-line::after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
  box-shadow: 0 0 18px rgba(241, 175, 57, 0.8);
}

.line-1 {
  top: 52px;
  left: 166px;
  width: 206px;
  rotate: 18deg;
  animation-delay: 680ms;
}

.line-2 {
  top: 120px;
  left: 168px;
  width: 206px;
  rotate: -18deg;
  animation-delay: 760ms;
}

.line-3 {
  top: 96px;
  left: 298px;
  width: 160px;
  rotate: 37deg;
  animation-delay: 840ms;
}

.line-4 {
  top: 96px;
  right: 298px;
  width: 160px;
  rotate: 143deg;
  animation-delay: 920ms;
}

.loader-status {
  display: flex;
  width: min(420px, 100%);
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  animation: loaderLogoIn 520ms ease 840ms forwards;
}

.loader-status strong {
  color: var(--teal);
  font-size: inherit;
  text-align: right;
}

.loader-track {
  width: min(420px, 100%);
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(246, 241, 229, 0.12);
}

.loader-track span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--teal), var(--copper), var(--steel));
  transform: translateX(-100%);
  animation: loaderProgress 1350ms cubic-bezier(0.76, 0, 0.24, 1) 260ms forwards;
}

.site-header,
.hero-copy,
.framework-panel {
  transition:
    opacity 720ms ease,
    transform 720ms ease,
    filter 720ms ease;
}

body.is-loading .site-header,
body.is-loading .hero-copy,
body.is-loading .framework-panel {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(18px);
}

body.experience-ready .hero-copy {
  transition-delay: 120ms;
}

body.experience-ready .framework-panel {
  transition-delay: 260ms;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 680ms ease,
    transform 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

.reveal-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger.is-visible > *:nth-child(2) {
  transition-delay: 80ms;
}

.reveal-stagger.is-visible > *:nth-child(3) {
  transition-delay: 160ms;
}

.reveal-stagger.is-visible > *:nth-child(4) {
  transition-delay: 240ms;
}

.reveal-stagger.is-visible > *:nth-child(5) {
  transition-delay: 320ms;
}

.reveal-stagger.is-visible > *:nth-child(6) {
  transition-delay: 400ms;
}

@keyframes loaderLogoIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loaderNodeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loaderLineIn {
  from {
    opacity: 0;
    transform: scaleX(0);
  }

  to {
    opacity: 0.78;
    transform: scaleX(1);
  }
}

@keyframes loaderProgress {
  to {
    transform: translateX(0);
  }
}

@keyframes brandCellIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 0 36px;
  border-bottom: 1px solid transparent;
  background: rgba(13, 13, 11, 0.64);
  backdrop-filter: blur(18px);
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(13, 13, 11, 0.86);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 118px;
}

.brand-logo {
  width: 94px;
  height: auto;
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: rgba(244, 240, 231, 0.84);
  font-family: var(--font-ui);
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0;
}

@media (min-width: 1121px) {
  .site-header {
    gap: 32px;
  }

  .brand {
    min-width: 150px;
  }

  .site-nav {
    justify-content: flex-start;
  }
}

.site-nav a {
  position: relative;
  padding: 9px 0;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--teal);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fffdf6;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

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

.lang-switch,
.menu-toggle {
  border: 1px solid var(--line);
  background: rgba(246, 241, 229, 0.04);
}

.lang-switch {
  display: inline-flex;
  min-width: 142px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 999px;
  color: rgba(244, 240, 231, 0.72);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
}

.lang-switch button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-grid;
  width: 28px;
  height: 24px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent !important;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  opacity: 0.72;
  transition:
    background 160ms ease,
    color 160ms ease,
    opacity 160ms ease;
}

.lang-switch [data-lang-option="zh"] {
  width: 34px;
}

.lang-switch button:hover,
.lang-switch button:focus-visible {
  opacity: 1;
}

.menu-toggle {
  cursor: pointer;
}

.lang-switch[data-active-lang="pt"] [data-lang-option="pt"],
.lang-switch[data-active-lang="en"] [data-lang-option="en"],
.lang-switch[data-active-lang="es"] [data-lang-option="es"],
.lang-switch[data-active-lang="zh"] [data-lang-option="zh"] {
  background: var(--text) !important;
  color: var(--bg);
  opacity: 1;
}

.header-cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 241, 229, 0.22);
  border-radius: 999px;
  padding: 0 16px;
  background: var(--text);
  color: var(--bg);
  font-family: var(--font-ui);
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
}

.menu-toggle span {
  display: block;
  width: 16px;
  height: 1px;
  margin: 3px 0;
  background: var(--text);
  transition:
    transform 160ms ease,
    opacity 160ms ease;
}

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

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

.hero {
  position: relative;
  isolation: isolate;
  min-height: 86svh;
  padding: 96px 36px 64px;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
  content: "";
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 76% 22%, rgba(241, 175, 57, 0.16), transparent 24rem),
    radial-gradient(circle at 58% 72%, rgba(199, 138, 37, 0.14), transparent 30rem),
    linear-gradient(120deg, #080908, #11100d 55%, #090d0c);
}

.hero-media::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(241, 175, 57, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 175, 57, 0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, black 36%, black 90%, transparent);
  opacity: 0.42;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.62;
}

.hero-media-mask {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 13, 11, 0.98) 0%, rgba(13, 13, 11, 0.78) 31%, rgba(13, 13, 11, 0.12) 54%, rgba(13, 13, 11, 0.38) 100%),
    linear-gradient(180deg, rgba(13, 13, 11, 0.12), rgba(13, 13, 11, 0.9));
}

.hero-inner,
.section,
.final-cta,
.site-footer {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.hero-inner {
  display: grid;
  width: min(100%, 1480px);
  grid-template-columns: minmax(540px, 0.9fr) minmax(520px, 1fr);
  gap: clamp(18px, 2vw, 44px);
  align-items: center;
  min-height: 660px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  container-type: inline-size;
  max-width: 620px;
  padding-bottom: 24px;
}

.hero .eyebrow {
  color: var(--gold);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0;
}

h1 {
  display: grid;
  gap: 2px;
  max-width: 860px;
  font-size: clamp(3.75rem, 14.1cqw, 5.7rem);
  font-weight: 300;
  line-height: 0.96;
}

.hero h1 span {
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

h1 span:first-child {
  color: var(--text);
  font-weight: 300;
}

.hero h1 span:last-child {
  position: relative;
  width: fit-content;
}

.hero h1 span:last-child::after {
  position: absolute;
  right: auto;
  bottom: -0.05em;
  left: 0.02em;
  width: min(290px, 58%);
  height: 0.04em;
  background: linear-gradient(90deg, var(--gold), rgba(241, 175, 57, 0.18), transparent);
  content: "";
}

.hero-lede {
  max-width: 720px;
  margin: 28px 0 0;
  color: #d1ccc2;
  font-size: 1.22rem;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 0.94rem;
  font-weight: 800;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.button::after,
.header-cta::after {
  margin-left: 10px;
  content: "->";
}

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

.button.primary {
  border: 1px solid rgba(246, 241, 229, 0.86);
  background: var(--text);
  color: #11100e;
}

.button.secondary {
  border: 1px solid rgba(246, 241, 229, 0.22);
  background: rgba(246, 241, 229, 0.04);
  color: var(--text);
}

.text-link {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(246, 241, 229, 0.28);
  padding-bottom: 6px;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 800;
  white-space: nowrap;
}

.text-link::after {
  margin-left: 14px;
  color: var(--teal);
  content: "->";
}

.hero .text-link::after {
  color: var(--gold);
}

.hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-signals span {
  display: inline-flex;
  min-width: 124px;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(246, 241, 229, 0.09);
  border-radius: 999px;
  padding: 0 13px;
  background: linear-gradient(180deg, rgba(246, 241, 229, 0.055), rgba(246, 241, 229, 0.025));
  box-shadow: inset 0 1px 0 rgba(246, 241, 229, 0.06);
}

.hero-signals strong {
  color: var(--gold);
  font-size: 0.63rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-signals em {
  color: rgba(246, 241, 229, 0.48);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
}

.hero-control-tower {
  position: relative;
  min-height: 610px;
  justify-self: end;
  width: min(100%, 760px);
  pointer-events: none;
}

.hero-control-tower::before,
.hero-control-tower::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-control-tower::before {
  inset: 18px -28px 8px -56px;
  background-image:
    linear-gradient(rgba(241, 175, 57, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 175, 57, 0.045) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: radial-gradient(ellipse at 55% 50%, black 0%, black 52%, transparent 78%);
  opacity: 0.8;
}

.hero-control-tower::after {
  inset: 90px 120px 74px 70px;
  border: 1px solid rgba(241, 175, 57, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 82px rgba(241, 175, 57, 0.035),
    0 0 0 168px rgba(241, 175, 57, 0.025),
    0 0 70px rgba(241, 175, 57, 0.14);
  transform: rotate(-8deg);
}

.tower-console {
  position: absolute;
  top: 50%;
  left: 51%;
  z-index: 3;
  width: min(520px, 74%);
  min-height: 314px;
  border: 1px solid rgba(241, 175, 57, 0.46);
  border-radius: 18px;
  padding: 72px 24px 24px;
  background:
    radial-gradient(circle at 24% 18%, rgba(241, 175, 57, 0.18), transparent 18rem),
    linear-gradient(145deg, rgba(37, 25, 7, 0.9), rgba(13, 13, 11, 0.8));
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.48),
    0 0 70px rgba(241, 175, 57, 0.13);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(12px);
}

.tower-topline {
  position: absolute;
  top: 26px;
  left: 24px;
  display: grid;
  width: 270px;
  gap: 12px;
}

.tower-topline i {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: rgba(241, 175, 57, 0.34);
}

.tower-topline i:nth-child(1) {
  width: 72px;
}

.tower-topline i:nth-child(2) {
  width: 210px;
}

.tower-topline i:nth-child(3) {
  width: 282px;
  background: linear-gradient(90deg, rgba(241, 175, 57, 0.38), rgba(246, 241, 229, 0.12));
}

.tower-live {
  position: absolute;
  top: 25px;
  right: 24px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  margin: 0;
  border: 1px solid rgba(241, 175, 57, 0.48);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(241, 175, 57, 0.12);
  color: var(--text);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.tower-live span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 22px rgba(241, 175, 57, 0.82);
}

.tower-console h2 {
  max-width: 270px;
  color: var(--text);
  font-family: var(--font-ui);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
}

.tower-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.tower-metrics span {
  min-height: 62px;
  border: 1px solid rgba(241, 175, 57, 0.13);
  border-radius: var(--radius);
  padding: 10px 12px;
  background: linear-gradient(145deg, rgba(241, 175, 57, 0.22), rgba(246, 241, 229, 0.06));
}

.tower-metrics strong {
  display: block;
  color: var(--text);
  font-size: 1.48rem;
  font-weight: 900;
  line-height: 1;
}

.tower-metrics em {
  display: block;
  margin-top: 4px;
  color: rgba(246, 241, 229, 0.58);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
}

.tower-pipeline {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.4fr 0.08fr;
  gap: 6px;
  align-items: center;
  margin-top: 18px;
}

.tower-pipeline span {
  display: block;
  height: 22px;
  border-radius: 999px;
  background: rgba(246, 241, 229, 0.1);
}

.tower-pipeline span:nth-child(1) {
  background: linear-gradient(90deg, rgba(241, 175, 57, 0.16), rgba(241, 175, 57, 0.52));
}

.tower-pipeline span:nth-child(2) {
  background: rgba(246, 241, 229, 0.22);
}

.tower-pipeline span:nth-child(3) {
  background: var(--gold);
}

.tower-pipeline span:nth-child(4) {
  background: #cf6547;
}

.tower-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 16px;
  padding-top: 16px;
  color: rgba(246, 241, 229, 0.58);
  font-size: 0.68rem;
  text-align: center;
}

.tower-flow::before {
  position: absolute;
  top: 4px;
  right: 24px;
  left: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  content: "";
}

.tower-flow span,
.tower-flow strong {
  position: relative;
  font-weight: 700;
}

.tower-flow span::before,
.tower-flow strong::before {
  position: absolute;
  top: -18px;
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
  box-shadow: 0 0 20px rgba(241, 175, 57, 0.7);
}

.tower-flow strong {
  border: 1px solid rgba(241, 175, 57, 0.2);
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(246, 241, 229, 0.06);
  color: rgba(246, 241, 229, 0.72);
}

.tower-node,
.tower-visibility {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(241, 175, 57, 0.25);
  border-radius: var(--radius);
  background: rgba(16, 16, 13, 0.58);
  color: rgba(246, 241, 229, 0.62);
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.tower-node {
  display: grid;
  min-width: 78px;
  min-height: 42px;
  place-items: center;
  padding: 0 12px;
  font-size: 0.92rem;
  font-weight: 900;
}

.tower-node::before {
  position: absolute;
  top: 10px;
  left: 14px;
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: rgba(241, 175, 57, 0.24);
  content: "";
}

.tower-sap {
  top: 122px;
  left: 50px;
}

.tower-salesforce {
  top: 64px;
  left: 300px;
}

.tower-oracle {
  top: 142px;
  right: 124px;
}

.tower-totvs {
  top: 198px;
  right: 0;
}

.tower-oms {
  top: 292px;
  left: 50px;
}

.tower-datalake {
  top: 420px;
  left: 46px;
}

.tower-wms {
  bottom: 86px;
  left: 152px;
}

.tower-tms {
  right: 222px;
  bottom: 72px;
}

.tower-erp {
  right: 26px;
  bottom: 64px;
}

.tower-market {
  right: 162px;
  bottom: -6px;
  min-width: 112px;
}

.tower-visibility {
  right: 4px;
  top: 302px;
  width: 206px;
  padding: 20px;
}

.tower-visibility strong,
.tower-visibility span {
  display: block;
}

.tower-visibility strong {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 900;
}

.tower-visibility span {
  margin-top: 4px;
  color: rgba(246, 241, 229, 0.5);
  font-size: 0.76rem;
  font-weight: 700;
}

.tower-visibility i {
  display: block;
  height: 5px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(241, 175, 57, 0.34);
}

.tower-visibility i:nth-of-type(2) {
  width: 72%;
}

.tower-visibility i:nth-of-type(3) {
  width: 84%;
}

.framework-panel {
  width: 100%;
  max-width: 390px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(20, 16, 11, 0.74), rgba(11, 12, 11, 0.56)),
    rgba(19, 18, 16, 0.64);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.panel-badge {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(241, 175, 57, 0.14);
  color: var(--teal);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-badge::before {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
  box-shadow: 0 0 16px rgba(241, 175, 57, 0.62);
}

.framework-panel h2 {
  margin-top: 22px;
  font-size: 1.36rem;
  font-weight: 360;
  line-height: 1.24;
}

.panel-lede {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.framework-flow {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding-left: 26px;
}

.flow-rail {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 8px;
  width: 1px;
  background: linear-gradient(180deg, var(--teal), var(--copper), var(--teal));
  content: "";
  opacity: 0.74;
}

.framework-flow article {
  position: relative;
  display: block;
}

.framework-flow article > span {
  position: absolute;
  top: 13px;
  left: -24px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 14px rgba(241, 175, 57, 0.48);
}

.framework-flow article::before {
  display: none;
}

.framework-flow article:nth-of-type(2) > span {
  background: var(--copper);
  box-shadow: 0 0 14px rgba(199, 133, 84, 0.48);
}

.framework-flow article div {
  border: 1px solid rgba(246, 241, 229, 0.12);
  border-radius: var(--radius);
  padding: 10px 12px;
  background: rgba(246, 241, 229, 0.035);
}

.framework-flow strong {
  display: block;
  color: var(--teal);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.framework-flow article:nth-of-type(2) strong {
  color: var(--copper);
}

.framework-flow p {
  margin: 4px 0 0;
  color: #c4beb4;
  font-size: 0.78rem;
  line-height: 1.35;
}

.panel-proof {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  border: 1px solid rgba(246, 241, 229, 0.16);
  border-radius: 999px;
  padding: 8px 10px 8px 13px;
  color: #d3cec5;
  font-size: 0.74rem;
  font-weight: 800;
}

.panel-proof i {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 18px rgba(241, 175, 57, 0.7);
}

.positioning-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 54px;
  align-items: start;
  margin-top: 44px;
}

.positioning-layout .split-content {
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 0;
}

.positioning-video-shell {
  position: relative;
  isolation: isolate;
  aspect-ratio: 16 / 9;
  width: min(100%, 760px);
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(246, 241, 229, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(241, 175, 57, 0.06), transparent 38%),
    #050605;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
  contain: layout paint;
}

.positioning-video-shell::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(246, 241, 229, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 241, 229, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  opacity: 0.7;
}

.positioning-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 460ms ease;
}

.positioning-video-shell.is-loaded .positioning-video {
  opacity: 1;
}

.brand-cloud {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(246, 241, 229, 0.08);
  padding: 34px 36px;
  background:
    radial-gradient(circle at 50% 20%, rgba(246, 241, 229, 0.035), transparent 32rem),
    #151513;
}

.brand-cloud-title {
  position: absolute;
  top: -30px;
  left: 50%;
  width: min(100%, var(--max));
  margin: 0;
  color: rgba(246, 241, 229, 0.48);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  transform: translateX(-50%);
  text-transform: uppercase;
}

.brand-cloud-grid {
  position: relative;
  display: grid;
  width: min(100%, var(--max));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 44px;
  gap: 50px 76px;
  align-items: center;
  margin: 0 auto;
  min-height: 116px;
}

.brand-cloud-grid::before,
.brand-cloud-grid::after {
  position: absolute;
  top: calc(50% - 8px);
  z-index: 2;
  width: 16px;
  height: 16px;
  background:
    linear-gradient(rgba(246, 241, 229, 0.14), rgba(246, 241, 229, 0.14)) center / 1px 100% no-repeat,
    linear-gradient(90deg, rgba(246, 241, 229, 0.14), rgba(246, 241, 229, 0.14)) center / 100% 1px no-repeat;
  content: "";
  pointer-events: none;
}

.brand-cloud-grid::before {
  left: 31.5%;
}

.brand-cloud-grid::after {
  right: 31.5%;
}

.brand-cell {
  display: flex;
  height: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  color: rgba(246, 241, 229, 0.9);
  font-size: clamp(1.08rem, 1.65vw, 1.72rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition:
    opacity 1500ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1500ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1500ms cubic-bezier(0.16, 1, 0.3, 1);
  animation: brandCellIn 760ms cubic-bezier(0.76, 0, 0.24, 1) backwards;
}

.brand-cell.is-swapping {
  opacity: 0;
  transform: scale(0.985);
  filter: blur(8px);
  transition-duration: 220ms;
}

.brand-cell img {
  display: block;
  width: min(100%, 150px);
  max-height: 30px;
  object-fit: contain;
}

.brand-cell:nth-child(2) {
  animation-delay: 80ms;
}

.brand-cell:nth-child(3) {
  animation-delay: 160ms;
}

.brand-cell:nth-child(4) {
  animation-delay: 240ms;
}

.brand-cell:nth-child(5) {
  animation-delay: 320ms;
}

.brand-cell:nth-child(6) {
  animation-delay: 400ms;
}

.brand-cell:nth-child(7) {
  animation-delay: 480ms;
}

.brand-cell:nth-child(8) {
  animation-delay: 560ms;
}

.scroll-story {
  width: 100%;
  padding: 112px 36px 130px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 74% 14%, rgba(241, 175, 57, 0.12), transparent 28rem),
    radial-gradient(circle at 78% 68%, rgba(199, 133, 84, 0.1), transparent 28rem),
    linear-gradient(180deg, #10100e 0%, #151411 42%, #0d0d0b 100%);
}

.scroll-story-inner {
  display: grid;
  width: min(100%, 1640px);
  grid-template-columns: minmax(320px, 0.62fr) minmax(620px, 1.38fr);
  gap: 72px;
  align-items: start;
  margin: 0 auto;
}

.story-copy {
  position: sticky;
  top: 112px;
  min-height: calc(100svh - 132px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0;
}

.story-copy h2 {
  max-width: 590px;
  color: var(--text);
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.02;
}

.story-steps {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}

.story-step {
  position: relative;
  max-width: 500px;
  padding-left: 28px;
  color: rgba(246, 241, 229, 0.28);
  opacity: 0.42;
  transform: translateY(6px);
  transition:
    color 260ms ease,
    opacity 260ms ease,
    transform 260ms ease;
}

.story-step::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 12px;
  height: 1px;
  background: currentColor;
  content: "";
}

.story-step span {
  display: block;
  margin-bottom: 7px;
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 900;
  opacity: 0;
  transition: opacity 260ms ease;
}

.story-step h3 {
  color: inherit;
  font-size: 1.32rem;
  font-weight: 420;
  line-height: 1.2;
}

.story-step p {
  max-width: 430px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.54;
}

.story-step a {
  display: inline-flex;
  margin-top: 18px;
  border-bottom: 1px solid rgba(246, 241, 229, 0.36);
  padding-bottom: 5px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 760;
}

.story-step a::after {
  margin-left: 10px;
  color: var(--teal);
  content: "->";
}

.story-step:not(.is-active) p,
.story-step:not(.is-active) a {
  display: none;
}

.story-step.is-active {
  color: var(--text);
  opacity: 1;
  transform: translateY(0);
}

.story-step.is-active span {
  opacity: 1;
}

.story-visuals {
  display: grid;
  gap: 72px;
  padding: 4svh 0 42svh;
}

.story-visual {
  min-height: 92svh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0.28;
  transform: scale(0.965);
  transition:
    opacity 320ms ease,
    transform 320ms ease,
    filter 320ms ease;
  filter: saturate(0.72);
}

.story-visual.is-active {
  opacity: 1;
  transform: scale(1);
  filter: saturate(1);
}

.story-window {
  position: relative;
  width: min(100%, 760px);
  min-height: 600px;
  overflow: hidden;
  border: 1px solid rgba(246, 241, 229, 0.18);
  border-radius: 18px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.48);
}

.story-image-frame {
  width: min(100%, 980px);
  min-height: 720px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 241, 229, 0.18);
  border-radius: 18px;
  background: #141412;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.5);
}

.story-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  object-position: center;
}

.story-window-dark {
  background:
    radial-gradient(circle at 32% 24%, rgba(241, 175, 57, 0.16), transparent 22rem),
    linear-gradient(145deg, #17130c, #080908);
}

.story-window-bar {
  display: flex;
  height: 48px;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(246, 241, 229, 0.1);
  background: rgba(246, 241, 229, 0.04);
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.story-window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(246, 241, 229, 0.22);
}

.story-window-bar strong {
  margin-left: 8px;
  color: var(--text);
  font-size: inherit;
}

.story-orbit {
  position: relative;
  min-height: 430px;
  margin: 54px;
  border: 1px solid rgba(241, 175, 57, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(rgba(246, 241, 229, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 241, 229, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
}

.story-hub,
.story-orbit span {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(241, 175, 57, 0.3);
  background: rgba(31, 22, 10, 0.88);
  color: var(--text);
  box-shadow: 0 0 32px rgba(241, 175, 57, 0.08);
}

.story-hub {
  top: 50%;
  left: 50%;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  color: var(--teal);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.story-orbit span {
  min-width: 92px;
  height: 42px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}

.story-orbit span:nth-of-type(1) {
  top: 34px;
  left: 64px;
}

.story-orbit span:nth-of-type(2) {
  top: 84px;
  right: 58px;
}

.story-orbit span:nth-of-type(3) {
  right: 92px;
  bottom: 72px;
}

.story-orbit span:nth-of-type(4) {
  bottom: 42px;
  left: 78px;
}

.story-orbit span:nth-of-type(5) {
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.story-orbit i {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 310px;
  height: 1px;
  background: linear-gradient(90deg, rgba(241, 175, 57, 0.68), transparent);
  transform-origin: left center;
}

.story-orbit i:nth-of-type(1) {
  rotate: -26deg;
}

.story-orbit i:nth-of-type(2) {
  rotate: 28deg;
}

.story-orbit i:nth-of-type(3) {
  rotate: 145deg;
}

.story-status-row {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(246, 241, 229, 0.12);
  border-radius: 999px;
  padding: 14px 18px;
  background: rgba(246, 241, 229, 0.05);
}

.story-status-row b,
.story-status-row em {
  color: var(--text);
  font-style: normal;
}

.story-status-row small {
  color: var(--teal);
  font-weight: 800;
}

.story-window-light {
  padding: 42px;
  background:
    radial-gradient(circle at 92% 88%, rgba(199, 133, 84, 0.22), transparent 24rem),
    linear-gradient(145deg, #f7f4ed, #eadfca);
  color: #13130f;
}

.story-app-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(19, 19, 15, 0.12);
  padding-bottom: 18px;
  font-weight: 850;
}

.story-app-head b {
  border-radius: 999px;
  padding: 6px 10px;
  background: #143b34;
  color: #bff5e6;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.voucher-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.voucher-grid div {
  min-height: 132px;
  border: 1px solid rgba(19, 19, 15, 0.1);
  border-radius: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 16px 44px rgba(31, 41, 39, 0.08);
}

.voucher-grid small,
.governance-card small {
  display: block;
  color: #65706c;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.voucher-grid strong {
  display: block;
  margin-top: 20px;
  font-size: 1.28rem;
}

.voucher-grid span {
  display: inline-flex;
  margin-top: 14px;
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(25, 124, 99, 0.12);
  color: #1f765f;
  font-size: 0.72rem;
  font-weight: 900;
}

.story-table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(19, 19, 15, 0.1);
  border-radius: 14px;
  background: rgba(19, 19, 15, 0.08);
}

.story-table span {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.7);
  color: #2b302d;
  font-size: 0.82rem;
  font-weight: 780;
}

.story-window-compliance {
  background:
    radial-gradient(circle at 76% 18%, rgba(246, 241, 229, 0.18), transparent 22rem),
    linear-gradient(145deg, #eadfca, #f4eadc);
}

.governance-arc {
  position: absolute;
  inset: 58px 58px auto;
  height: 390px;
  border: 1px solid rgba(201, 138, 37, 0.34);
  border-bottom: 0;
  border-radius: 380px 380px 0 0;
}

.governance-arc::before,
.governance-arc::after {
  position: absolute;
  right: 34px;
  left: 34px;
  border-top: 1px solid rgba(201, 138, 37, 0.28);
  border-radius: 320px 320px 0 0;
  content: "";
}

.governance-arc::before {
  top: 92px;
  height: 280px;
}

.governance-arc::after {
  top: 182px;
  height: 190px;
}

.governance-arc span {
  position: absolute;
  border: 1px solid rgba(201, 138, 37, 0.24);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.5);
  color: #77521e;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.governance-arc span:nth-child(1) {
  top: 94px;
  left: 58px;
}

.governance-arc span:nth-child(2) {
  top: 188px;
  right: 88px;
}

.governance-arc span:nth-child(3) {
  top: 268px;
  left: 210px;
}

.governance-arc span:nth-child(4) {
  right: 210px;
  bottom: -19px;
}

.governance-card {
  position: absolute;
  right: 72px;
  bottom: 70px;
  width: 300px;
  border: 1px solid rgba(18, 70, 55, 0.18);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.68);
  color: #17221e;
  box-shadow: 0 24px 70px rgba(24, 68, 54, 0.16);
}

.governance-card strong {
  display: block;
  margin-top: 12px;
  color: #143b34;
  font-size: 3rem;
  font-weight: 420;
}

.governance-card p {
  margin: 12px 0 0;
  color: #4b5652;
  line-height: 1.45;
}

.governance-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 210px;
  background: linear-gradient(180deg, rgba(201, 138, 37, 0.34), transparent);
}

.section {
  padding: 112px 0;
}

.section-heading {
  max-width: 790px;
}

.section-heading.wide {
  max-width: 960px;
}

.intro-section .section-heading h2 {
  white-space: pre-line;
}

.section-heading h2,
.final-cta h2 {
  color: var(--text);
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.03;
}

.split-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  margin-top: 44px;
  color: #cac4b9;
  font-size: 1.18rem;
}

.split-content p,
.event-layout p {
  margin: 0;
}

.intro-section {
  border-bottom: 1px solid var(--line);
}

.work-section {
  width: 100%;
  max-width: none;
  padding-right: max(36px, calc((100% - var(--max)) / 2));
  padding-left: max(36px, calc((100% - var(--max)) / 2));
  background:
    linear-gradient(180deg, rgba(22, 21, 18, 0.78), rgba(13, 13, 11, 0.9)),
    radial-gradient(circle at 24% 52%, rgba(216, 170, 98, 0.14), transparent 28rem);
}

.team-showcase {
  display: grid;
  grid-template-columns: 150px minmax(460px, 1fr) 360px;
  gap: 28px;
  align-items: center;
  margin-top: 54px;
}

.team-system-map {
  grid-column: 1 / span 2;
  width: 100%;
  aspect-ratio: 1120 / 860;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 241, 229, 0.16);
  border-radius: var(--radius);
  background: #0c0d0b;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.team-system-map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.system-column {
  display: grid;
  gap: 12px;
  justify-self: end;
}

.system-column span {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(216, 170, 98, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 0, rgba(241, 175, 57, 0.2), transparent 60%),
    #19130b;
  color: #f4d9a8;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 0 32px rgba(216, 170, 98, 0.12);
}

.product-window {
  min-height: 620px;
  border: 1px solid rgba(246, 241, 229, 0.2);
  border-radius: var(--radius);
  overflow: hidden;
  background: #f6f4ee;
  color: #121212;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.window-bar {
  display: flex;
  gap: 8px;
  height: 38px;
  align-items: center;
  padding: 0 16px;
  background: #1d1c1a;
}

.window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #767067;
}

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

.metric,
.flow-table {
  border: 1px solid rgba(17, 16, 14, 0.1);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.04);
}

.metric {
  min-height: 138px;
  padding: 18px;
}

.metric small,
.metric span {
  display: block;
  color: #6b665f;
  font-size: 0.78rem;
}

.metric strong {
  display: block;
  margin: 12px 0 4px;
  color: #141414;
  font-size: 1.9rem;
}

.metric.accent {
  background: #10100e;
  color: var(--text);
}

.metric.accent strong {
  color: var(--teal);
}

.metric.accent small,
.metric.accent span {
  color: #b7b0a5;
}

.flow-table {
  grid-column: 1 / -1;
  margin-top: 8px;
  overflow: hidden;
}

.flow-table div {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
  align-items: center;
  min-height: 60px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(17, 16, 14, 0.08);
  font-size: 0.9rem;
}

.flow-table div:first-child {
  min-height: 48px;
  background: #f0eee8;
  color: #6d675f;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.flow-table div:last-child {
  border-bottom: 0;
}

.ok,
.warn {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 0.76rem;
  font-weight: 800;
}

.ok {
  background: rgba(241, 175, 57, 0.16);
  color: #9a681d;
}

.warn {
  background: rgba(199, 133, 84, 0.16);
  color: #8d4f25;
}

.team-panels {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.team-panels article {
  min-height: 194px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(216, 170, 98, 0.09), transparent 58%),
    var(--bg-soft);
}

.team-panels h3 {
  font-size: 1.7rem;
  font-weight: 330;
}

.team-panels p {
  margin: 16px 0 22px;
  color: var(--muted);
}

.team-panels a {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.team-panels a::after {
  margin-left: 8px;
  content: "->";
}

.commerce-section {
  width: 100%;
  max-width: none;
  padding-right: max(36px, calc((100% - var(--max)) / 2));
  padding-left: max(36px, calc((100% - var(--max)) / 2));
  background:
    radial-gradient(circle at 18% 18%, rgba(241, 175, 57, 0.12), transparent 28rem),
    radial-gradient(circle at 82% 64%, rgba(199, 133, 84, 0.1), transparent 30rem),
    #10110f;
}

.commerce-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1fr);
  gap: 72px;
  align-items: start;
}

.commerce-copy {
  position: sticky;
  top: 116px;
  container-type: inline-size;
}

.commerce-copy h2 {
  max-width: 720px;
  margin-top: 18px;
  font-size: clamp(2.6rem, 16cqw, 5.65rem);
  font-weight: 310;
  letter-spacing: 0;
  line-height: 0.96;
  overflow-wrap: normal;
  word-break: normal;
}

.commerce-copy p:last-child {
  max-width: 580px;
  margin-top: 26px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.65vw, 1.45rem);
  line-height: 1.35;
}

.commerce-stack {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.commerce-stack article {
  position: relative;
  min-height: 220px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(246, 241, 229, 0.05), transparent 62%),
    rgba(22, 23, 20, 0.94);
}

.commerce-stack article::after {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 26px rgba(241, 175, 57, 0.7);
  content: "";
}

.commerce-stack span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(241, 175, 57, 0.26);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.commerce-stack h3 {
  max-width: 640px;
  margin-top: 34px;
  font-size: clamp(1.7rem, 3.2vw, 3.2rem);
  font-weight: 330;
  letter-spacing: 0;
  line-height: 1.03;
}

.commerce-stack p {
  max-width: 640px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.03rem;
}

.commerce-video-shell {
  position: relative;
  isolation: isolate;
  aspect-ratio: 16 / 9;
  width: 100%;
  margin: 24px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 22% 16%, rgba(241, 175, 57, 0.1), transparent 24rem),
    linear-gradient(135deg, rgba(246, 241, 229, 0.045), transparent 48%),
    #050605;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  contain: layout paint;
}

.commerce-video-shell::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(246, 241, 229, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 241, 229, 0.025) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  opacity: 0.6;
}

.commerce-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 460ms ease;
}

.commerce-video-shell.is-loaded .commerce-video {
  opacity: 1;
}

.commerce-proof {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.commerce-proof span,
.commerce-proof strong {
  min-height: 76px;
  padding: 20px;
  background: rgba(20, 21, 18, 0.94);
}

.commerce-proof span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.commerce-proof strong {
  color: rgba(246, 241, 229, 0.86);
  font-size: 0.94rem;
  font-weight: 740;
}

.framework-grid,
.apps-grid,
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.feature-card,
.app-card,
.case-card {
  background:
    linear-gradient(140deg, rgba(246, 241, 229, 0.04), transparent 64%),
    var(--surface);
}

.feature-card,
.app-card {
  min-height: 270px;
  padding: 30px;
}

.framework-compliance-card {
  grid-column: 1 / -1;
  min-height: 190px;
  background:
    linear-gradient(120deg, rgba(241, 175, 57, 0.12), transparent 42%),
    linear-gradient(140deg, rgba(246, 241, 229, 0.04), transparent 64%),
    var(--surface);
}

.framework-compliance-card p {
  max-width: 780px;
}

.feature-card > span {
  display: block;
  margin-bottom: 48px;
  color: var(--copper);
  font-size: 0.84rem;
  font-weight: 900;
}

.feature-card h3,
.app-card h3,
.service-list h3 {
  font-size: 1.48rem;
  font-weight: 380;
  line-height: 1.18;
}

.feature-card p,
.app-card p,
.service-list p {
  margin: 16px 0 0;
  color: var(--muted);
}

.apps-section {
  width: 100%;
  max-width: none;
  padding-right: max(36px, calc((100% - var(--max)) / 2));
  padding-left: max(36px, calc((100% - var(--max)) / 2));
  background:
    linear-gradient(180deg, rgba(13, 13, 11, 0.96), rgba(25, 24, 21, 0.9)),
    radial-gradient(circle at 78% 20%, rgba(201, 138, 37, 0.1), transparent 28rem);
}

.app-card {
  position: relative;
}

.app-card::after {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(246, 241, 229, 0.14);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(241, 175, 57, 0.25), transparent),
    rgba(246, 241, 229, 0.03);
  content: "";
}

.app-card > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(246, 241, 229, 0.15);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.app-card.live {
  background:
    linear-gradient(140deg, rgba(241, 175, 57, 0.14), transparent 60%),
    var(--surface);
}

.app-card h3 {
  margin-top: 44px;
}

.service-list {
  display: grid;
  gap: 1px;
  margin-top: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.service-list article {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 34px;
  background: var(--surface);
}

.service-list article:hover {
  background:
    linear-gradient(90deg, rgba(199, 133, 84, 0.08), transparent 44%),
    var(--surface-2);
}

.service-list span {
  display: block;
  margin-bottom: 12px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
}

.service-list p {
  max-width: 620px;
  margin: 0;
  font-size: 1.02rem;
}

.proof-section {
  width: 100%;
  max-width: none;
  padding-right: max(36px, calc((100% - var(--max)) / 2));
  padding-left: max(36px, calc((100% - var(--max)) / 2));
  background:
    linear-gradient(180deg, rgba(25, 24, 21, 0.9), rgba(13, 13, 11, 0.98)),
    radial-gradient(circle at 20% 0, rgba(199, 133, 84, 0.12), transparent 30rem);
}

.proof-panel {
  width: min(100%, var(--max));
  margin: 0 auto;
}

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

.case-card {
  position: relative;
  min-height: 318px;
  padding: 26px;
  overflow: hidden;
}

.case-card::before {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(246, 241, 229, 0.1);
  border-radius: 50%;
  background:
    conic-gradient(from 110deg, rgba(241, 175, 57, 0.22), transparent, rgba(199, 133, 84, 0.2), transparent),
    rgba(246, 241, 229, 0.025);
  content: "";
  opacity: 0.78;
}

.case-card.highlight {
  background:
    linear-gradient(140deg, rgba(241, 175, 57, 0.15), transparent 58%),
    linear-gradient(320deg, rgba(199, 133, 84, 0.1), transparent 50%),
    var(--surface);
}

.case-card a {
  display: inline-flex;
  max-width: 100%;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case-card a::after {
  margin-left: 7px;
  content: "->";
}

.case-logo {
  display: flex;
  width: 100%;
  height: 38px;
  align-items: center;
  margin-top: 40px;
}

.case-logo img {
  display: block;
  width: min(100%, 148px);
  max-height: 36px;
  object-fit: contain;
  object-position: left center;
}

.case-card h3 {
  margin-top: 28px;
  color: var(--text);
  font-size: 1.55rem;
  font-weight: 360;
  line-height: 1.2;
}

.case-card p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: var(--muted);
}

.event-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: 60px;
  margin-top: 44px;
}

.event-copy {
  display: grid;
  align-content: start;
  gap: 28px;
}

.event-copy p {
  color: #cac4b9;
  font-size: 1.18rem;
}

.event-photo {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 241, 229, 0.12);
  border-radius: var(--radius);
  aspect-ratio: 16 / 9;
  background: #080807;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.3);
}

.event-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 7, 0.08), rgba(8, 8, 7, 0.32)),
    radial-gradient(circle at 18% 0%, rgba(241, 175, 57, 0.18), transparent 42%);
  content: "";
  pointer-events: none;
}

.event-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-photo figcaption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 1;
  border: 1px solid rgba(246, 241, 229, 0.14);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(8, 8, 7, 0.58);
  color: rgba(246, 241, 229, 0.74);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0;
  backdrop-filter: blur(10px);
}

.event-layout ul {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
  list-style: none;
}

.event-layout li {
  position: relative;
  display: flex;
  min-height: 72px;
  align-items: center;
  padding: 24px 30px 24px 64px;
  background:
    linear-gradient(90deg, rgba(241, 175, 57, 0.075), transparent 42%),
    var(--surface);
  color: rgba(246, 241, 229, 0.74);
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 1.45vw, 1.56rem);
  font-weight: 360;
  line-height: 1.2;
}

.event-layout li::before {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
  box-shadow: 0 0 22px rgba(241, 175, 57, 0.42);
  transform: translateY(-50%);
}

.event-layout li::after {
  position: absolute;
  top: 30%;
  bottom: 30%;
  left: 34px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(241, 175, 57, 0.5), transparent);
  content: "";
  opacity: 0.72;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: end;
  padding: 86px 0;
  border-top: 1px solid var(--line);
}

.final-cta h2 {
  max-width: 860px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 32px 0 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-logo {
  width: 82px;
  height: auto;
  object-fit: contain;
}

.footer-copy {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.site-footer p,
.site-footer small {
  margin: 0;
  text-align: right;
}

.site-footer small {
  color: rgba(246, 241, 229, 0.42);
  font-size: 0.78rem;
  font-weight: 700;
}

body.contact-flow-open,
body.contact-curtain-active {
  overflow: hidden;
}

.contact-curtains {
  position: fixed;
  inset: 0;
  z-index: 170;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}

body.contact-curtain-active .contact-curtains {
  visibility: visible;
}

.contact-curtains span {
  position: absolute;
  inset: 0;
  transform: translateX(110%);
  background:
    radial-gradient(circle at 74% 38%, rgba(241, 175, 57, 0.24), transparent 26rem),
    linear-gradient(100deg, #070706 0%, #12100b 48%, #070706 100%);
  border-left: 1px solid rgba(241, 175, 57, 0.18);
  box-shadow: -34px 0 90px rgba(0, 0, 0, 0.52);
}

.contact-curtains span:nth-child(2) {
  background:
    radial-gradient(circle at 78% 52%, rgba(241, 175, 57, 0.18), transparent 24rem),
    linear-gradient(100deg, #0b0905 0%, #1a1308 56%, #0a0907 100%);
}

.contact-curtains span:nth-child(3) {
  background:
    radial-gradient(circle at 64% 45%, rgba(241, 175, 57, 0.26), transparent 22rem),
    linear-gradient(100deg, #050505 0%, #100d08 52%, #050505 100%);
}

body.contact-curtain-active .contact-curtains span:nth-child(1) {
  animation: contactCurtainIn 620ms cubic-bezier(0.78, 0, 0.2, 1) forwards;
}

body.contact-curtain-active .contact-curtains span:nth-child(2) {
  animation: contactCurtainIn 620ms 90ms cubic-bezier(0.78, 0, 0.2, 1) forwards;
}

body.contact-curtain-active .contact-curtains span:nth-child(3) {
  animation: contactCurtainIn 620ms 180ms cubic-bezier(0.78, 0, 0.2, 1) forwards;
}

body.contact-curtain-clear .contact-curtains span {
  transform: translateX(-112%);
  animation: none !important;
  transition: transform 540ms cubic-bezier(0.78, 0, 0.2, 1);
}

body.contact-curtain-clear .contact-curtains span:nth-child(2) {
  transition-delay: 65ms;
}

body.contact-curtain-clear .contact-curtains span:nth-child(3) {
  transition-delay: 130ms;
}

.contact-flow {
  position: fixed;
  inset: 0;
  z-index: 160;
  visibility: hidden;
  min-height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 78% 24%, rgba(241, 175, 57, 0.13), transparent 27rem),
    radial-gradient(circle at 18% 72%, rgba(201, 138, 37, 0.12), transparent 30rem),
    #070706;
  color: var(--text);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 360ms ease,
    visibility 360ms ease;
}

body.contact-flow-open .contact-flow {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.contact-flow-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(241, 175, 57, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 175, 57, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 58% 48%, black 0%, transparent 72%);
  opacity: 0.58;
}

.contact-flow::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.92), rgba(7, 7, 6, 0.48) 52%, rgba(7, 7, 6, 0.86)),
    linear-gradient(180deg, rgba(7, 7, 6, 0.24), rgba(7, 7, 6, 0.92));
  content: "";
  pointer-events: none;
}

.contact-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 3px;
  background: rgba(246, 241, 229, 0.12);
}

.contact-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), #f7d492);
  transition: width 360ms ease;
}

.contact-close {
  position: fixed;
  top: 28px;
  right: 32px;
  z-index: 3;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(246, 241, 229, 0.18);
  border-radius: 999px;
  background: rgba(17, 16, 13, 0.76);
  color: var(--text);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.contact-close:hover,
.contact-close:focus-visible {
  border-color: rgba(246, 241, 229, 0.4);
  background: rgba(246, 241, 229, 0.1);
  transform: scale(1.03);
}

.contact-close span {
  position: absolute;
  width: 16px;
  height: 1px;
  background: currentColor;
}

.contact-close span:first-child {
  transform: rotate(45deg);
}

.contact-close span:last-child {
  transform: rotate(-45deg);
}

.contact-shell {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100svh;
  align-items: center;
  padding: clamp(84px, 10vw, 132px) clamp(22px, 8vw, 138px) clamp(58px, 7vw, 96px);
}

.contact-logo {
  position: fixed;
  top: 28px;
  left: 36px;
  z-index: 3;
  width: 110px;
  height: auto;
  object-fit: contain;
}

.contact-form {
  display: grid;
  width: min(100%, 830px);
  gap: 22px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 360ms ease,
    transform 360ms ease;
}

body.contact-flow-open .contact-form {
  opacity: 1;
  transform: translateY(0);
}

.contact-step-count {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid rgba(241, 175, 57, 0.26);
  border-radius: 999px;
  background: rgba(241, 175, 57, 0.09);
  color: #f6d79b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.contact-question {
  display: grid;
  min-height: 320px;
  align-content: center;
  gap: 22px;
}

.contact-label {
  max-width: min(100%, 760px);
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(2.55rem, 5.1vw, 4.95rem);
  font-weight: 330;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.contact-required {
  display: inline-block;
  margin-left: 0.16em;
  color: var(--gold);
}

.contact-hint {
  max-width: 580px;
  margin: 0;
  color: rgba(246, 241, 229, 0.58);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.contact-optional {
  color: rgba(241, 175, 57, 0.72);
}

.contact-question input,
.contact-question textarea {
  width: min(100%, 680px);
  height: 78px;
  border: 0;
  border-bottom: 2px solid rgba(246, 241, 229, 0.26);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 340;
  caret-color: var(--gold);
  resize: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.contact-question textarea {
  min-height: 120px;
  padding-top: 22px;
  line-height: 1.25;
}

.contact-question .contact-other-input {
  width: min(100%, 660px);
  margin-top: 18px;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
}

.contact-question input::placeholder,
.contact-question textarea::placeholder {
  color: rgba(246, 241, 229, 0.22);
}

.contact-question input:focus,
.contact-question textarea:focus {
  border-bottom-color: var(--gold);
  box-shadow: 0 18px 48px rgba(241, 175, 57, 0.06);
}

.contact-choice-group {
  display: grid;
  width: min(100%, 660px);
  gap: 10px;
  margin-top: 6px;
}

.contact-choice {
  display: grid;
  min-height: 58px;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(246, 241, 229, 0.16);
  border-radius: var(--radius);
  padding: 12px 16px;
  background: rgba(246, 241, 229, 0.045);
  color: rgba(246, 241, 229, 0.82);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease,
    color 180ms ease;
}

.contact-choice:hover,
.contact-choice:focus-visible,
.contact-choice.is-selected {
  border-color: rgba(241, 175, 57, 0.62);
  background: rgba(241, 175, 57, 0.12);
  color: var(--text);
  transform: translateX(6px);
}

.contact-choice span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(241, 175, 57, 0.36);
  border-radius: 6px;
  color: #f5c56b;
  font-size: 0.8rem;
  font-weight: 900;
}

.contact-choice strong {
  overflow-wrap: anywhere;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  font-weight: 640;
}

.contact-summary {
  display: grid;
  width: min(100%, 760px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(246, 241, 229, 0.14);
  border-radius: var(--radius);
  background: rgba(246, 241, 229, 0.1);
}

.contact-summary span {
  display: grid;
  min-height: 74px;
  align-content: center;
  gap: 4px;
  padding: 16px;
  background: rgba(16, 15, 12, 0.92);
}

.contact-summary strong {
  color: rgba(241, 175, 57, 0.78);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.contact-summary em {
  overflow-wrap: anywhere;
  color: rgba(246, 241, 229, 0.84);
  font-style: normal;
}

.contact-error {
  min-height: 24px;
  margin: 0;
  color: #f7c06b;
  font-size: 0.94rem;
  font-weight: 650;
}

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

.contact-ok {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  background: var(--text);
  color: var(--bg);
  font-weight: 800;
  cursor: pointer;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.contact-ok:hover,
.contact-ok:focus-visible {
  background: #fff9ec;
  transform: translateY(-1px);
}

.contact-ok span {
  margin-left: 10px;
  color: rgba(13, 13, 11, 0.62);
  font-size: 0.76rem;
  font-weight: 720;
}

.contact-nav {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 3;
  display: grid;
  gap: 8px;
}

.contact-nav button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(246, 241, 229, 0.18);
  border-radius: 999px;
  background: rgba(17, 16, 13, 0.76);
  color: var(--text);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    opacity 160ms ease;
}

.contact-nav button:hover,
.contact-nav button:focus-visible {
  border-color: rgba(241, 175, 57, 0.5);
  background: rgba(241, 175, 57, 0.12);
}

.contact-nav button:disabled {
  opacity: 0.28;
  cursor: not-allowed;
}

@keyframes contactCurtainIn {
  from {
    transform: translateX(110%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 760px) {
  .contact-logo {
    top: 24px;
    left: 22px;
    width: 92px;
  }

  .contact-close {
    top: 20px;
    right: 20px;
  }

  .contact-shell {
    padding: 92px 22px 86px;
  }

  .contact-question {
    min-height: 360px;
  }

  .contact-label {
    font-size: clamp(2.45rem, 13vw, 4.4rem);
  }

  .contact-question input {
    width: 100%;
  }

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

  .contact-ok {
    width: 100%;
  }

  .contact-nav {
    right: 20px;
    bottom: 20px;
    grid-template-columns: repeat(2, 44px);
  }
}

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

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    top: 76px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 10px;
    background: rgba(13, 13, 11, 0.96);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    min-height: 48px;
    padding: 14px;
  }

  .site-nav a::after {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .hero-control-tower {
    justify-self: center;
    width: min(100%, 820px);
    margin-top: 18px;
  }

  .scroll-story-inner {
    grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1fr);
    gap: 38px;
  }

  .story-copy h2 {
    font-size: 3.1rem;
  }

  .story-window,
  .story-image-frame {
    min-height: 540px;
  }

  .story-orbit {
    margin: 36px;
  }

  .framework-panel {
    max-width: none;
  }

  h1 {
    font-size: 4.3rem;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: 3.2rem;
  }

  .team-showcase {
    grid-template-columns: 1fr;
  }

  .team-system-map {
    grid-column: auto;
  }

  .system-column {
    display: flex;
    flex-wrap: wrap;
    justify-self: start;
  }

  .system-column span {
    width: 70px;
    height: 70px;
  }

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

  .team-panels article {
    min-height: 250px;
  }

  .commerce-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .commerce-copy {
    position: static;
  }

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

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

@media (max-width: 820px) {
  .site-header {
    min-height: 68px;
    padding: 0 18px;
    gap: 12px;
  }

  .brand {
    min-width: auto;
  }

  .brand-logo {
    width: 82px;
  }

  .site-nav {
    top: 68px;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .brand-cloud,
  .scroll-story,
  .work-section,
  .commerce-section,
  .apps-section,
  .proof-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero {
    min-height: auto;
    padding-top: 80px;
  }

  .hero-inner {
    min-height: 0;
  }

  .hero-control-tower {
    min-height: 460px;
    margin-top: 26px;
  }

  .hero-control-tower::before {
    inset: 0 -20px;
  }

  .hero-control-tower::after {
    inset: 76px 96px 60px 48px;
  }

  .tower-console {
    width: min(560px, 86%);
    min-height: 284px;
    padding: 66px 18px 20px;
  }

  .tower-topline {
    width: 220px;
  }

  .tower-topline i:nth-child(2) {
    width: 160px;
  }

  .tower-topline i:nth-child(3) {
    width: 210px;
  }

  .tower-node {
    min-width: 64px;
    min-height: 34px;
    font-size: 0.72rem;
  }

  .tower-visibility,
  .tower-totvs,
  .tower-datalake,
  .tower-market {
    display: none;
  }

  .tower-sap {
    top: 90px;
    left: 8px;
  }

  .tower-salesforce {
    top: 46px;
    left: 32%;
  }

  .tower-oracle {
    top: 94px;
    right: 20px;
  }

  .tower-oms {
    top: 246px;
    left: 0;
  }

  .tower-wms {
    bottom: 70px;
    left: 10%;
  }

  .tower-tms {
    right: 28%;
    bottom: 54px;
  }

  .tower-erp {
    right: 4%;
    bottom: 68px;
  }

  h1 {
    font-size: 3.2rem;
  }

  .hero-lede {
    font-size: 1.05rem;
  }

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

  .brand-cloud {
    padding: 38px 22px 42px;
  }

  .brand-cloud-title {
    top: -26px;
    right: 24px;
    left: 24px;
    width: auto;
    font-size: 0.68rem;
    line-height: 1.25;
    transform: none;
  }

  .brand-cloud-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 44px;
    gap: 34px 28px;
    min-height: 278px;
    padding: 4px 8px;
  }

  .brand-cloud-grid::before,
  .brand-cloud-grid::after {
    display: none;
  }

  .brand-cell {
    height: 44px;
    min-height: 44px;
    padding: 4px 10px;
    font-size: 1.05rem;
  }

  .brand-cell img {
    width: min(100%, 138px);
    max-height: 28px;
  }

  .framework-panel {
    max-width: none;
    padding: 20px;
  }

  .framework-panel h2 {
    margin-top: 20px;
    font-size: 1.3rem;
  }

  .scroll-story {
    padding-top: 82px;
    padding-bottom: 86px;
  }

  .scroll-story-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .story-copy {
    position: static;
    min-height: auto;
    padding: 0;
  }

  .story-copy h2 {
    font-size: 2.65rem;
  }

  .story-steps {
    gap: 18px;
  }

  .story-step:not(.is-active) p,
  .story-step:not(.is-active) a {
    display: block;
  }

  .story-step {
    color: var(--text);
    opacity: 1;
    transform: none;
  }

  .story-step span {
    opacity: 1;
  }

  .story-visuals {
    gap: 22px;
    padding: 0;
  }

  .story-visual {
    min-height: auto;
    opacity: 1;
    transform: none;
    filter: none;
  }

  .story-window,
  .story-image-frame {
    min-height: 460px;
    border-radius: var(--radius);
  }

  .story-orbit {
    min-height: 330px;
    margin: 22px;
  }

  .story-hub {
    width: 122px;
    height: 122px;
    font-size: 0.72rem;
  }

  .story-orbit span {
    min-width: 74px;
    height: 36px;
    font-size: 0.64rem;
  }

  .story-orbit i {
    width: 210px;
  }

  .story-window-light {
    padding: 24px;
  }

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

  .story-table {
    grid-template-columns: 1fr 1fr;
  }

  .governance-card {
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: auto;
  }

  .governance-arc {
    inset: 34px 24px auto;
  }

  .positioning-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .framework-flow {
    padding-left: 26px;
  }

  .flow-rail {
    left: 8px;
  }

  .framework-flow article > span {
    left: -24px;
  }

  .split-content,
  .positioning-layout,
  .window-grid,
  .event-layout,
  .final-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 78px 18px;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: 2.6rem;
  }

  .split-content,
  .event-layout {
    gap: 24px;
  }

  .product-window {
    min-height: auto;
  }

  .flow-table div {
    grid-template-columns: 1fr;
    gap: 4px;
    align-items: start;
    padding: 14px 16px;
  }

  .flow-table div:first-child {
    display: none;
  }

  .team-panels,
  .commerce-proof,
  .framework-grid,
  .apps-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .commerce-copy h2 {
    font-size: 3rem;
  }

  .commerce-stack article {
    min-height: auto;
    padding: 26px;
  }

  .commerce-stack h3 {
    margin-top: 28px;
    font-size: 2rem;
  }

  .team-panels article,
  .feature-card,
  .app-card,
  .case-card {
    min-height: auto;
  }

  .service-list article {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }

  .final-cta {
    align-items: start;
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .footer-copy {
    justify-items: start;
  }

  .site-footer p,
  .site-footer small {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .loader-shell {
    gap: 20px;
  }

  .loader-network {
    height: 164px;
    overflow: hidden;
  }

  .loader-node {
    min-width: 58px;
    height: 38px;
    font-size: 0.66rem;
  }

  .node-e1 {
    left: calc(50% - 68px);
    width: 136px;
  }

  .node-vtex {
    left: 12px;
  }

  .node-sap {
    right: 12px;
  }

  .node-wms {
    right: 30px;
  }

  .node-audit {
    left: 30px;
  }

  .line-1 {
    left: 88px;
    width: 172px;
  }

  .line-2 {
    left: 88px;
    width: 172px;
  }

  .line-3,
  .line-4 {
    display: none;
  }

  .loader-status {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .loader-status strong {
    text-align: center;
  }

  .lang-switch {
    min-width: 142px;
  }

  h1 {
    font-size: 2.75rem;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: 2.1rem;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-signals {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 280px;
  }

  .hero-control-tower {
    min-height: 360px;
  }

  .tower-console {
    width: min(100%, 340px);
    min-height: 270px;
    padding: 58px 14px 18px;
  }

  .tower-live {
    top: 18px;
    right: 14px;
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.64rem;
  }

  .tower-topline {
    top: 20px;
    left: 14px;
    width: 138px;
    gap: 8px;
  }

  .tower-topline i:nth-child(1) {
    width: 44px;
  }

  .tower-topline i:nth-child(2) {
    width: 92px;
  }

  .tower-topline i:nth-child(3) {
    width: 128px;
  }

  .tower-console h2 {
    max-width: 170px;
    font-size: 1.35rem;
  }

  .tower-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .tower-metrics span {
    min-height: 54px;
    padding: 8px;
  }

  .tower-metrics strong {
    font-size: 1.05rem;
  }

  .tower-metrics em {
    font-size: 0.52rem;
  }

  .tower-flow {
    font-size: 0.56rem;
  }

  .tower-node {
    display: none;
  }

  .button {
    width: 100%;
  }

  .text-link {
    width: fit-content;
  }

  .button {
    padding-right: 14px;
    padding-left: 14px;
  }

  .brand-cloud {
    padding-right: 18px;
    padding-left: 18px;
  }

  .brand-cloud-title {
    right: 18px;
    left: 18px;
  }

  .brand-cloud-grid {
    grid-auto-rows: 42px;
    gap: 30px 20px;
    min-height: 258px;
    padding: 2px 4px;
  }

  .brand-cell {
    height: 42px;
    min-height: 42px;
    padding: 4px 8px;
  }

  .brand-cell img {
    width: min(100%, 128px);
    max-height: 26px;
  }

  .story-copy h2 {
    font-size: 2.25rem;
  }

  .story-window,
  .story-image-frame {
    min-height: 420px;
  }

  .story-orbit span:nth-of-type(4) {
    left: 22px;
  }

  .story-orbit span:nth-of-type(5) {
    right: -2px;
  }

  .story-table {
    grid-template-columns: 1fr;
  }

  .governance-arc span:nth-child(3),
  .governance-arc span:nth-child(4) {
    display: none;
  }

  .metric strong {
    font-size: 1.55rem;
  }
}

@media (max-width: 760px) {
  h1 span {
    white-space: normal;
  }

  body.is-loading .hero-copy {
    opacity: 1;
    filter: none;
    transform: none;
  }

  body.experience-ready .hero-copy {
    transition-delay: 0ms;
  }

  body.is-loading .hero-lede {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .hero-copy,
  .hero-lede {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal,
  .reveal-stagger > * {
    transform: none;
  }

  .brand-cell {
    animation: none;
    transition: none;
  }
}
