:root {
  --ink: #11110f;
  --ink-soft: #1a1a17;
  --paper: #f4f1e9;
  --paper-deep: #e8e2d5;
  --white: #fffef9;
  --acid: #d8ff38;
  --acid-hover: #e2ff6b;
  --line: rgba(17, 17, 15, 0.16);
  --line-dark: rgba(255, 255, 255, 0.15);
  --muted: #77766f;
  --container: 1240px;
  --radius: 18px;
  --font-display: "Arial Black", "Segoe UI", sans-serif;
  --font-body: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

button {
  color: inherit;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(244, 241, 233, 0.88);
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(17, 17, 15, 0.06);
  backdrop-filter: blur(16px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-mark {
  position: relative;
  width: 27px;
  height: 22px;
}

.brand-mark > span {
  position: absolute;
  width: 19px;
  height: 8px;
  background: currentColor;
  border-radius: 1px;
  transform: skewX(-24deg);
}

.brand-mark > span:first-child {
  top: 1px;
  left: 0;
}

.brand-mark > span:last-child {
  right: 0;
  bottom: 1px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  color: #484741;
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a {
  position: relative;
  padding: 8px 0;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease,
    transform 180ms ease;
}

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

.button:active {
  transform: translateY(0);
}

.button-small {
  min-height: 43px;
  padding: 8px 17px;
  gap: 12px;
}

.button-dark {
  color: var(--paper);
  background: var(--ink);
}

.button-dark:hover {
  background: #36362f;
}

.button-accent {
  color: var(--ink);
  background: var(--acid);
}

.button-accent:hover {
  background: var(--acid-hover);
}

.button-ghost {
  color: var(--white);
  background: transparent;
  border-color: var(--line-dark);
}

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

.button-full {
  width: 100%;
}

:focus-visible {
  outline: 3px solid #5b8cff;
  outline-offset: 3px;
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 152px 0 48px;
  background: var(--paper);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 90px;
  right: -240px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(216, 255, 56, 0.42), transparent 63%);
  filter: blur(15px);
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 82px 0 0;
  opacity: 0.45;
  background-image: linear-gradient(to right, rgba(17, 17, 15, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(17, 17, 15, 0.05) 1px, transparent 1px);
  background-size: calc((100vw - max(48px, (100vw - var(--container)) / 2 * 2)) / 6) 100%,
    100% 96px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  margin-bottom: 64px;
  padding: 7px 12px;
  border: 1px solid rgba(17, 17, 15, 0.17);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  background: #52a435;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(82, 164, 53, 0.15);
}

.hero-title-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
  align-items: start;
  gap: 55px;
}

.hero-title {
  max-width: 980px;
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(54px, 6.5vw, 92px);
  line-height: 1.01;
  font-weight: 600;
  letter-spacing: -0.065em;
}

.title-accent {
  position: relative;
  display: inline-block;
}

.title-accent span {
  position: relative;
  z-index: 1;
}

.title-accent svg {
  position: absolute;
  z-index: 0;
  right: -2%;
  bottom: -6px;
  width: 104%;
  height: 29px;
  overflow: visible;
}

.title-accent path {
  fill: none;
  stroke: var(--acid);
  stroke-width: 17px;
  stroke-linecap: square;
}

.title-shift {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.title-shift i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.78em;
  height: 0.78em;
  color: var(--ink);
  background: var(--acid);
  font-family: var(--font-body);
  font-size: 0.58em;
  font-style: normal;
  letter-spacing: 0;
  border-radius: 50%;
  transform: translateY(2px);
}

.hero-aside {
  position: relative;
  padding-bottom: 10px;
}

.hero-aside p {
  margin-bottom: 26px;
  color: #4d4c46;
  font-size: 16px;
  line-height: 1.65;
}

.hero-aside .button {
  width: 100%;
}

.hero-visual {
  position: relative;
  width: min(100%, 410px);
  margin-top: 32px;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% 2% 2% 12%;
  background: rgba(216, 255, 56, 0.35);
  filter: blur(34px);
}

.hero-visual img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 28px rgba(17, 17, 15, 0.18));
  animation: visual-float 8s ease-in-out infinite;
}

.visual-chip {
  position: absolute;
  z-index: 2;
  padding: 7px 9px;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 24px rgba(17, 17, 15, 0.16);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.visual-chip-top {
  top: 14%;
  right: -2%;
  transform: rotate(2deg);
}

.visual-chip-bottom {
  bottom: 7%;
  left: 0;
  color: var(--ink);
  background: var(--acid);
  border-color: var(--ink);
  transform: rotate(-2deg);
}

@keyframes visual-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

.hero-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
  color: #696861;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-footer p {
  margin: 0;
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.scroll-cue span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 50%;
}

.section-dark {
  color: var(--white);
  background: var(--ink);
}

.section-light {
  background: var(--paper);
}

.section-sand {
  background: var(--paper-deep);
}

.section-accent {
  color: var(--ink);
  background: var(--acid);
}

.statement {
  padding: 136px 0 125px;
}

.statement-grid {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 72px;
}

.statement-content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.85fr);
  align-items: center;
  gap: 36px 55px;
}

.statement-visual {
  position: relative;
  padding: 18px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.025);
  overflow: hidden;
}

.statement-visual::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 100px;
  height: 100px;
  background: var(--acid);
  border-radius: 50%;
  opacity: 0.13;
  filter: blur(24px);
}

.statement-visual img {
  width: 100%;
  height: auto;
}

.eyebrow {
  margin-bottom: 24px;
  color: #6c6a63;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  margin: 0 11px 4px 0;
  background: currentColor;
}

.eyebrow.light {
  color: #aaa9a1;
}

.section-title {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.2vw, 63px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.055em;
}

.section-title.large {
  max-width: 930px;
  font-size: clamp(38px, 4.6vw, 69px);
  line-height: 1.13;
}

.section-title.light {
  color: var(--white);
}

.muted {
  color: #64645e;
}

.outcomes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid var(--line-dark);
}

.outcome {
  min-height: 213px;
  padding: 23px 32px 0 0;
  border-right: 1px solid var(--line-dark);
}

.outcome + .outcome {
  padding-left: 32px;
}

.outcome:last-child {
  border-right: 0;
}

.outcome-number {
  color: #7d7d75;
  font-size: 11px;
}

.outcome h3 {
  margin: 54px 0 11px;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.outcome p {
  max-width: 240px;
  margin-bottom: 0;
  color: #aaa9a1;
  font-size: 13px;
  line-height: 1.65;
}

.services,
.solutions,
.faq {
  padding: 126px 0 134px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 350px;
  align-items: end;
  gap: 80px;
  margin-bottom: 72px;
}

.section-intro {
  margin: 0 0 5px;
  color: #686761;
  font-size: 15px;
  line-height: 1.7;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1.15fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 16px 25px;
  min-height: 340px;
  padding: 33px 36px 30px 0;
  border-bottom: 1px solid var(--line);
}

.service-card:nth-child(even) {
  padding-left: 36px;
  border-left: 1px solid var(--line);
}

.service-card-accent::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 92px;
  height: 92px;
  background: var(--acid);
  border-radius: 50%;
  opacity: 0.36;
  filter: blur(26px);
  pointer-events: none;
}

.service-illustration {
  position: absolute;
  top: 22px;
  right: 26px;
  width: min(31%, 184px);
  pointer-events: none;
}

.service-illustration img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 13px 16px rgba(17, 17, 15, 0.12));
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:hover .service-illustration img {
  transform: translateY(-5px) rotate(-1deg);
}

.service-illustration-wide {
  width: min(24%, 240px);
  right: 48px;
}

.service-card-wide {
  grid-column: 1 / -1;
  grid-template-columns: 60px 1fr 1.1fr;
  min-height: 273px;
  padding-right: 36px;
  border-left: 0 !important;
}

.service-index {
  color: #7f7e77;
  font-size: 11px;
}

.service-main {
  grid-column: 1 / span 2;
  align-self: start;
}

.service-main h3 {
  margin: 35px 0 0;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.service-card > p {
  align-self: end;
  max-width: 245px;
  margin: 0 0 46px;
  color: #66655f;
  font-size: 13px;
  line-height: 1.7;
}

.service-card-wide > p {
  max-width: 390px;
}

.service-icon {
  position: relative;
  width: 57px;
  height: 49px;
}

.icon-window {
  border: 2px solid var(--ink);
}

.icon-window::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  border-top: 2px solid var(--ink);
}

.icon-window span,
.icon-window i {
  position: absolute;
  top: 2px;
  width: 3px;
  height: 3px;
  background: var(--ink);
  border-radius: 50%;
}

.icon-window span {
  left: 4px;
}

.icon-window i {
  left: 10px;
}

.icon-chat {
  width: 59px;
  height: 46px;
}

.icon-chat span,
.icon-chat i {
  position: absolute;
  width: 42px;
  height: 28px;
  border: 2px solid var(--ink);
  border-radius: 2px;
}

.icon-chat span {
  top: 0;
  left: 0;
}

.icon-chat i {
  right: 0;
  bottom: 0;
  background: var(--paper);
}

.icon-chat i::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -7px;
  border-width: 6px 0 0 7px;
  border-style: solid;
  border-color: transparent transparent transparent var(--ink);
}

.icon-flow span,
.icon-flow i,
.icon-flow b {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.icon-flow span {
  top: 17px;
  left: 0;
}

.icon-flow i {
  top: 0;
  right: 0;
}

.icon-flow b {
  right: 0;
  bottom: 0;
}

.icon-flow::before,
.icon-flow::after {
  content: "";
  position: absolute;
  left: 13px;
  width: 31px;
  height: 17px;
  border-right: 2px solid var(--ink);
}

.icon-flow::before {
  top: 8px;
  border-top: 2px solid var(--ink);
}

.icon-flow::after {
  bottom: 8px;
  border-bottom: 2px solid var(--ink);
}

.icon-code {
  display: grid;
  place-items: center;
  width: 62px;
  border: 2px solid var(--ink);
  font-family: monospace;
  font-size: 18px;
  font-weight: 700;
}

.icon-ai {
  display: grid;
  place-items: center;
  width: 53px;
  height: 53px;
  background: var(--ink);
  color: var(--acid);
  border-radius: 50%;
  font-size: 28px;
}

.tag-list {
  grid-column: 2 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  padding: 6px 11px;
  border: 1px solid var(--line);
  border-radius: 100px;
  color: #686761;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.new-label {
  position: absolute;
  right: 36px;
  bottom: 33px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--acid);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.catalog-heading {
  display: grid;
  grid-template-columns: 1fr 350px;
  align-items: end;
  gap: 80px;
  margin: 128px 0 65px;
  padding-top: 35px;
  border-top: 1px solid var(--line);
}

.catalog-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.catalog-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -8px;
  right: -8px;
  width: 15px;
  height: 15px;
  background: var(--acid);
  border: 2px solid var(--ink);
  border-radius: 50%;
  pointer-events: none;
}

.catalog-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  min-width: 0;
  padding: 12px 14px;
  color: #4f4e49;
  background: transparent;
  border: 1px solid var(--line);
  text-align: center;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, box-shadow 160ms ease,
    transform 160ms ease;
}

.catalog-tab:hover {
  color: var(--ink);
  border-color: rgba(17, 17, 15, 0.42);
  transform: translateY(-2px);
}

.catalog-tab.is-active {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
  box-shadow: inset 0 -4px 0 var(--acid);
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.detail-card {
  display: grid;
  grid-template-columns: minmax(155px, 0.72fr) minmax(0, 1.28fr);
  grid-template-rows: auto repeat(6, auto);
  column-gap: 28px;
  width: 100%;
  min-height: 590px;
  padding: 29px 31px 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.23);
}

.detail-card[hidden] {
  display: none !important;
}

.detail-card-highlight {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.detail-top {
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.detail-number {
  color: #7f7e77;
  font-size: 11px;
}

.detail-card-highlight .detail-number,
.detail-card-highlight .detail-label {
  color: #9e9e96;
}

.detail-label {
  color: #77766f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.detail-card h3 {
  grid-column: 1;
  grid-row: 2 / 8;
  margin: 0;
  padding-right: 25px;
  border-right: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.22;
  letter-spacing: -0.05em;
}

.detail-card-highlight h3 {
  border-right-color: var(--line-dark);
}

.detail-caption {
  grid-column: 2;
  grid-row: 2;
  display: inline-flex;
  width: max-content;
  margin-bottom: 9px;
  padding: 5px 8px;
  color: var(--white);
  background: var(--ink);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-card-highlight .detail-caption {
  color: var(--ink);
  background: var(--acid);
}

.detail-card > p {
  grid-column: 2;
  max-width: none;
  margin: 0 0 19px;
  color: #686761;
  font-size: 12px;
  line-height: 1.65;
}

.detail-caption + p {
  grid-row: 3;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--ink);
  background: rgba(255, 255, 255, 0.62);
}

.detail-card-highlight .detail-caption + p {
  border-color: var(--line-dark);
  border-left-color: var(--acid);
  background: rgba(255, 255, 255, 0.05);
}

.detail-example {
  grid-row: 4;
  padding: 14px 15px;
  margin-bottom: 22px !important;
  color: #595852 !important;
  background: rgba(216, 255, 56, 0.24);
  border-left: 3px solid var(--acid);
  font-size: 11px !important;
  line-height: 1.55 !important;
}

.detail-example strong {
  color: var(--ink);
}

.detail-card-highlight > p {
  color: #aaa9a1;
}

.detail-card-highlight .detail-example {
  color: #d1d0c8 !important;
  background: rgba(216, 255, 56, 0.08);
}

.detail-card-highlight .detail-example strong {
  color: var(--acid);
}

.detail-card h4 {
  grid-column: 2;
  grid-row: 5;
  width: max-content;
  margin: 0 0 9px;
  padding: 5px 8px;
  color: var(--white);
  background: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-card-highlight h4 {
  color: var(--ink);
  background: var(--acid);
}

.detail-list {
  grid-column: 2;
  grid-row: 6;
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 14px 15px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.35);
  list-style: none;
}

.detail-card-highlight .detail-list {
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, 0.04);
}

.detail-list li {
  position: relative;
  padding-left: 15px;
  color: #595852;
  font-size: 11px;
  line-height: 1.5;
}

.detail-card-highlight .detail-list li {
  color: #c0bfb7;
}

.detail-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--acid);
  border-radius: 50%;
}

.detail-result {
  grid-column: 2;
  grid-row: 7;
  margin: 17px 0 0 !important;
  padding: 13px 14px;
  color: var(--ink) !important;
  background: var(--acid);
  border: 1px solid rgba(17, 17, 15, 0.18);
  font-size: 11px !important;
  line-height: 1.55 !important;
}

.detail-result strong {
  color: var(--ink);
}

.detail-card-highlight .detail-result {
  color: var(--ink) !important;
  background: var(--acid);
}

.detail-card-highlight .detail-result strong {
  color: var(--ink);
}

.catalog-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-top: 42px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}

.catalog-cta p {
  margin: 0;
  color: #686761;
  font-size: 13px;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--ink);
  background: var(--acid);
  border: 1px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(17, 17, 15, 0.2);
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.back-to-top[hidden] {
  display: none;
}

.back-to-top:hover {
  background: var(--acid-hover);
  transform: translateY(-3px);
}

.solution-showcase {
  display: grid;
  grid-template-columns: 330px 1fr;
  min-height: 520px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.solution-tabs {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.solution-tab {
  flex: 1;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 92px;
  padding: 20px 25px;
  color: #6d6c66;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.solution-tab:last-child {
  border-bottom: 0;
}

.solution-tab span {
  font-size: 10px;
  font-weight: 600;
}

.solution-tab:hover {
  color: var(--ink);
  background: rgba(17, 17, 15, 0.03);
}

.solution-tab.is-active {
  color: var(--ink);
  background: var(--acid);
}

.solution-panel {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-width: 0;
}

.solution-copy {
  display: flex;
  flex-direction: column;
  padding: 57px 30px 43px 48px;
}

.solution-label {
  margin-bottom: 54px;
  color: #77766f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solution-copy h3 {
  margin-bottom: 23px;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.4vw, 36px);
  line-height: 1.25;
  letter-spacing: -0.045em;
}

.solution-copy > p:not(.solution-label) {
  margin-bottom: 34px;
  color: #66655f;
  font-size: 14px;
  line-height: 1.75;
}

.solution-result {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.solution-result span {
  display: block;
  margin-bottom: 7px;
  color: #77766f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.solution-result strong {
  font-size: 13px;
  line-height: 1.5;
}

.solution-visual {
  display: grid;
  align-items: center;
  padding: 45px;
  background: #d9d4c8;
  overflow: hidden;
}

.visual-window {
  min-height: 340px;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 28px 65px rgba(17, 17, 15, 0.24);
}

.visual-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 42px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.visual-bar > span {
  width: 6px;
  height: 6px;
  background: #55554f;
  border-radius: 50%;
}

.visual-bar i {
  margin-left: auto;
  color: #77776f;
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pipeline {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 297px;
  padding: 25px;
}

.pipeline-source {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pipeline-source span {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  color: #d2d2ca;
  border: 1px solid #4b4b46;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 800;
}

.pipeline-line {
  position: relative;
  width: 66px;
  height: 1px;
  margin: 0 8px;
  background: #4b4b46;
}

.pipeline-line::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -1px;
  width: 7px;
  height: 7px;
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 14px var(--acid);
}

.pipeline-card {
  display: flex;
  flex-direction: column;
  min-width: 147px;
  padding: 17px;
  color: var(--white);
  border: 1px solid #4a4a45;
  background: #20201d;
}

.pipeline-card small {
  margin-bottom: 18px;
  color: #87877f;
  font-size: 8px;
  text-transform: uppercase;
}

.pipeline-card strong {
  margin-bottom: 8px;
  font-size: 12px;
}

.pipeline-card span {
  width: max-content;
  padding: 5px 7px;
  color: var(--ink);
  background: var(--acid);
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}

.process {
  padding: 127px 0 140px;
}

.process-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 55px;
  margin-bottom: 78px;
}

.process-heading > div:first-child {
  flex: 1 1 auto;
}

.process-visual {
  flex: 0 1 390px;
  max-width: 390px;
  padding: 12px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.025);
}

.process-visual img {
  width: 100%;
  height: auto;
}

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

.process-item {
  border-bottom: 1px solid var(--line-dark);
  transition: background-color 180ms ease;
}

.process-item:hover,
.process-item.is-open {
  background: rgba(255, 255, 255, 0.025);
}

.process-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px 44px;
  align-items: center;
  gap: 36px;
  width: 100%;
  min-height: 140px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.process-number {
  align-self: start;
  padding-top: 34px;
  color: #72726b;
  font-size: 11px;
}

.process-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.process-summary strong {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.process-summary > span {
  max-width: 600px;
  color: #9b9a93;
  font-size: 13px;
  line-height: 1.65;
}

.process-output {
  padding: 10px 13px;
  color: #b4b3ab;
  border: 1px solid var(--line-dark);
  border-radius: 100px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.process-plus {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  transition: background-color 180ms ease, transform 180ms ease;
}

.process-plus::before,
.process-plus::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: var(--white);
}

.process-plus::after {
  transform: rotate(90deg);
}

.process-toggle:hover .process-plus,
.process-toggle[aria-expanded="true"] .process-plus {
  color: var(--ink);
  background: var(--acid);
  border-color: var(--acid);
}

.process-toggle:hover .process-plus::before,
.process-toggle:hover .process-plus::after,
.process-toggle[aria-expanded="true"] .process-plus::before,
.process-toggle[aria-expanded="true"] .process-plus::after {
  background: var(--ink);
}

.process-toggle[aria-expanded="true"] .process-plus {
  transform: rotate(45deg);
}

.process-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0 80px 32px 0;
}

.process-details[hidden] {
  display: none;
}

.process-details > div {
  padding: 21px 23px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line-dark);
}

.process-details span {
  display: block;
  margin-bottom: 9px;
  color: var(--acid);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.process-details p {
  margin: 0;
  color: #aaa9a1;
  font-size: 12px;
  line-height: 1.65;
}

.principles {
  padding: 122px 0 130px;
}

.principles-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 100px;
}

.principles-title h2 {
  margin: 50px 0 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 57px);
  line-height: 1.1;
  letter-spacing: -0.06em;
}

.principles-visual {
  max-width: 390px;
  margin-top: 52px;
  padding: 12px;
  border: 1px solid rgba(17, 17, 15, 0.28);
  background: rgba(255, 254, 249, 0.18);
}

.principles-visual img {
  width: 100%;
  height: auto;
}

.principle-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(17, 17, 15, 0.32);
  border-left: 1px solid rgba(17, 17, 15, 0.32);
}

.principle-card {
  min-height: 225px;
  padding: 25px 30px 27px;
  border-right: 1px solid rgba(17, 17, 15, 0.32);
  border-bottom: 1px solid rgba(17, 17, 15, 0.32);
}

.principle-card h3 {
  margin: 28px 0 12px;
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: -0.04em;
}

.principle-card p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.6;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 100px;
}

.faq-heading {
  position: sticky;
  top: 122px;
  align-self: start;
}

.faq-heading > p:last-child {
  max-width: 300px;
  margin-top: 35px;
  color: #74736c;
  font-size: 13px;
  line-height: 1.7;
}

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

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  display: grid;
  grid-template-columns: 1fr 42px;
  align-items: center;
  gap: 25px;
  width: 100%;
  min-height: 101px;
  padding: 20px 4px;
  background: transparent;
  border: 0;
  text-align: left;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.035em;
  cursor: pointer;
}

.faq-item button i {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-item button i::before,
.faq-item button i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: var(--ink);
  transition: transform 180ms ease;
}

.faq-item button i::after {
  transform: rotate(90deg);
}

.faq-item button[aria-expanded="true"] i {
  background: var(--ink);
}

.faq-item button[aria-expanded="true"] i::before,
.faq-item button[aria-expanded="true"] i::after {
  background: var(--paper);
}

.faq-item button[aria-expanded="true"] i::after {
  transform: rotate(0);
}

.faq-answer {
  overflow: hidden;
}

.faq-answer p {
  max-width: 620px;
  margin: 0;
  padding: 0 70px 31px 4px;
  color: #66655f;
  font-size: 14px;
  line-height: 1.8;
}

.contact {
  position: relative;
  padding: 128px 0 135px;
  overflow: hidden;
}

.contact-orbit {
  position: absolute;
  top: -280px;
  left: -250px;
  width: 800px;
  height: 800px;
  border: 1px solid rgba(216, 255, 56, 0.13);
  border-radius: 50%;
}

.contact-orbit::before,
.contact-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(216, 255, 56, 0.09);
  border-radius: inherit;
}

.contact-orbit::before {
  inset: 110px;
}

.contact-orbit::after {
  inset: 230px;
  background: radial-gradient(circle, rgba(216, 255, 56, 0.12), transparent 70%);
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.87fr 1.13fr;
  gap: 100px;
}

.contact-copy {
  position: relative;
  min-height: 660px;
}

.contact-copy h2 {
  max-width: 570px;
  margin: 55px 0 33px;
  font-family: var(--font-display);
  font-size: clamp(45px, 5.4vw, 77px);
  line-height: 1.03;
  letter-spacing: -0.065em;
}

.contact-copy h2 span {
  display: inline-block;
  color: var(--acid);
}

.contact-copy > p {
  max-width: 440px;
  color: #aaa9a1;
  font-size: 14px;
  line-height: 1.75;
}

.contact-channels {
  margin-top: 74px;
}

.contact-channels > p {
  margin-bottom: 17px;
  color: #73736c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-channels ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-channels li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #aaa9a1;
  font-size: 11px;
  font-weight: 600;
}

.contact-channels li span {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  color: var(--ink);
  background: #6e6e68;
  border-radius: 50%;
  font-size: 7px;
  font-weight: 800;
}

.contact-visual {
  position: absolute;
  right: -25px;
  bottom: -72px;
  width: min(110%, 500px);
  opacity: 0.82;
  pointer-events: none;
}

.contact-visual img {
  width: 100%;
  height: auto;
}

.brief-card {
  min-height: 660px;
  padding: 37px 42px 42px;
  color: var(--white);
  background: var(--ink-soft);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.brief-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 43px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line-dark);
}

.brief-head > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brief-head span {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
}

.brief-head small {
  color: #74746d;
  font-size: 10px;
}

.brief-head .brief-step {
  color: #8d8d86;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.08em;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.project-types,
.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.project-types legend,
.contact-methods legend {
  width: 100%;
  margin-bottom: 11px;
  color: #a3a29b;
  font-size: 11px;
  font-weight: 600;
}

.project-types label,
.contact-methods label {
  cursor: pointer;
}

.project-types input,
.contact-methods input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.project-types label span,
.contact-methods label span {
  display: block;
  min-height: 37px;
  padding: 9px 13px;
  color: #aaa9a1;
  border: 1px solid var(--line-dark);
  border-radius: 100px;
  font-size: 10px;
  font-weight: 700;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.project-types input:checked + span,
.contact-methods input:checked + span {
  color: var(--ink);
  background: var(--acid);
  border-color: var(--acid);
}

.project-types input:focus-visible + span,
.contact-methods input:focus-visible + span {
  outline: 3px solid #5b8cff;
  outline-offset: 3px;
}

.field {
  margin-bottom: 23px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.field label {
  display: block;
  margin-bottom: 9px;
  color: #a3a29b;
  font-size: 11px;
  font-weight: 600;
}

.field label span {
  color: var(--acid);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  color: var(--white);
  background: #23231f;
  border: 1px solid #393933;
  border-radius: 3px;
  outline: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.field input,
.field select {
  height: 49px;
  padding: 0 14px;
}

.field textarea {
  min-height: 119px;
  padding: 13px 14px;
  line-height: 1.55;
  resize: vertical;
}

.field select {
  color-scheme: dark;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #66665f;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  background: #292925;
  border-color: #8b8b80;
}

.field [aria-invalid="true"] {
  border-color: #ff806f;
}

.field-error {
  min-height: 16px;
  margin: 5px 0 -16px;
  color: #ff9a8d;
  font-size: 10px;
}

.form-step {
  animation: form-in 260ms ease both;
}

@keyframes form-in {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.contact-methods {
  margin-bottom: 24px;
}

.form-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 24px;
  color: #85857e;
  font-size: 10px;
  line-height: 1.55;
}

.form-note > span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 1px solid #5b5b55;
  border-radius: 50%;
  font-size: 9px;
}

.form-actions,
.result-actions {
  display: flex;
  gap: 10px;
}

.form-actions .button:last-child {
  flex: 1;
}

.brief-result {
  text-align: center;
  animation: form-in 260ms ease both;
}

.result-check {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 10px auto 22px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  font-size: 24px;
}

.brief-result h3 {
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 23px;
  letter-spacing: -0.04em;
}

.brief-result > p {
  max-width: 430px;
  margin: 0 auto 24px;
  color: #91918a;
  font-size: 11px;
  line-height: 1.65;
}

.brief-result pre {
  max-height: 230px;
  margin: 0 0 21px;
  padding: 17px;
  color: #d0cfc6;
  background: #11110f;
  border: 1px solid #34342f;
  font-family: var(--font-body);
  font-size: 10px;
  line-height: 1.55;
  text-align: left;
  white-space: pre-wrap;
  overflow: auto;
}

.result-actions .button {
  flex: 1;
}

.text-button {
  margin-top: 19px;
  padding: 7px;
  color: #92928b;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #55554f;
  font-size: 10px;
  cursor: pointer;
}

.site-footer {
  padding: 66px 0 22px;
  background: var(--paper);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding-bottom: 63px;
}

.brand-footer {
  margin-bottom: 19px;
}

.footer-top > div > p {
  margin-bottom: 0;
  color: #686761;
  font-size: 12px;
  line-height: 1.65;
}

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

.footer-nav > div {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-start;
}

.footer-nav p {
  margin-bottom: 8px;
  color: #85847c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-nav a,
.footer-nav span {
  color: #4f4e49;
  font-size: 11px;
  font-weight: 600;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 19px;
  color: #77766f;
  border-top: 1px solid var(--line);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

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

  .desktop-nav {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 45px;
    height: 45px;
    padding: 10px;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 100%;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

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

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

  .mobile-menu {
    position: fixed;
    inset: 82px 0 0;
    display: flex;
    flex-direction: column;
    padding: 35px 24px;
    color: var(--ink);
    background: var(--paper);
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 600;
  }

  .hero-title-wrap {
    grid-template-columns: 1fr;
  }

  .hero-aside {
    display: grid;
    grid-template-columns: 1fr 260px;
    align-items: center;
    gap: 45px;
    max-width: 740px;
  }

  .hero-aside p {
    margin: 0;
  }

  .hero-visual {
    grid-column: 1 / -1;
    width: min(100%, 570px);
    margin: 2px auto 0;
  }

  .statement-grid {
    grid-template-columns: 150px 1fr;
    gap: 40px;
  }

  .statement-content {
    grid-template-columns: 1fr;
  }

  .statement-visual {
    width: min(100%, 620px);
  }

  .service-card {
    grid-template-columns: 48px 1fr;
  }

  .service-card > p {
    grid-column: 2;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tag-list {
    margin-top: 10px;
  }

  .service-card-wide {
    grid-template-columns: 48px 1fr 1fr;
  }

  .service-card-wide > p {
    grid-column: 3;
  }

  .catalog-tabs {
    grid-template-columns: repeat(4, 1fr);
  }

  .solution-showcase {
    grid-template-columns: 255px 1fr;
  }

  .solution-panel {
    grid-template-columns: 1fr;
  }

  .solution-visual {
    display: none;
  }

  .principles-grid,
  .faq-grid,
  .contact-grid {
    gap: 55px;
  }
}

@media (max-width: 780px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

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

  .mobile-menu {
    inset-block-start: 70px;
  }

  .hero {
    min-height: 700px;
    padding: 122px 0 34px;
  }

  .hero-kicker {
    margin-bottom: 48px;
  }

  .hero-title {
    font-size: clamp(43px, 11vw, 72px);
  }

  .hero-aside {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 42px;
  }

  .hero-aside .button {
    width: max-content;
  }

  .hero-footer {
    margin-top: 45px;
  }

  .hero-footer > p {
    display: none;
  }

  .hero-footer {
    justify-content: flex-end;
  }

  .statement,
  .services,
  .solutions,
  .process,
  .principles,
  .faq,
  .contact {
    padding-block: 88px;
  }

  .statement-grid,
  .section-heading,
  .principles-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .statement-grid {
    gap: 25px;
  }

  .statement-visual {
    justify-self: stretch;
    width: 100%;
  }

  .section-heading {
    gap: 28px;
    margin-bottom: 48px;
  }

  .section-intro {
    max-width: 510px;
  }

  .outcomes {
    margin-top: 62px;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:nth-child(even),
  .service-card-wide {
    grid-column: auto;
    grid-template-columns: 50px 1fr 1fr;
    padding: 27px 0;
    border-left: 0;
  }

  .service-card > p,
  .service-card-wide > p {
    grid-column: 3;
    align-self: end;
  }

  .service-card .tag-list {
    grid-column: 2 / -1;
  }

  .service-illustration {
    top: 20px;
    right: 0;
    width: 150px;
  }

  .service-illustration-wide {
    width: 180px;
  }

  .new-label {
    right: 0;
  }

  .catalog-heading {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 95px;
  }

  .catalog-tabs {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
  }

  .catalog-tab {
    flex: 0 0 150px;
    scroll-snap-align: start;
  }

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

  .detail-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .detail-top {
    margin-bottom: 25px;
  }

  .detail-card h3 {
    margin-bottom: 23px;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .detail-card-highlight h3 {
    border-bottom-color: var(--line-dark);
  }

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

  .solution-tabs {
    flex-direction: row;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .solution-tab {
    flex: 0 0 180px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .solution-copy {
    min-height: 420px;
  }

  .process-toggle {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 20px;
    padding: 28px 0;
  }

  .process-heading {
    flex-direction: column;
    align-items: stretch;
  }

  .process-visual {
    flex-basis: auto;
    width: min(100%, 520px);
    max-width: none;
  }

  .process-number {
    grid-column: 1;
    grid-row: 1 / span 2;
    padding-top: 0;
  }

  .process-summary {
    grid-column: 1;
  }

  .process-output {
    grid-column: 1;
    width: max-content;
  }

  .process-plus {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .process-details {
    grid-template-columns: 1fr;
    padding: 0 0 28px;
  }

  .principles-grid {
    gap: 55px;
  }

  .principles-title h2 {
    margin-top: 25px;
  }

  .faq-grid {
    gap: 55px;
  }

  .faq-heading {
    position: static;
  }

  .contact-grid {
    gap: 60px;
  }

  .contact-copy h2 {
    margin-top: 35px;
  }

  .contact-copy {
    min-height: auto;
  }

  .contact-channels {
    margin-top: 42px;
  }

  .contact-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 500px);
    margin: 30px auto -30px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 550px) {
  .hero {
    min-height: auto;
  }

  .hero-title {
    font-size: clamp(38px, 11.5vw, 56px);
    line-height: 1.06;
  }

  .title-shift {
    gap: 10px;
  }

  .title-accent svg {
    bottom: -2px;
    height: 20px;
  }

  .title-accent path {
    stroke-width: 14px;
  }

  .hero-aside {
    margin-top: 34px;
  }

  .hero-aside .button {
    width: 100%;
  }

  .section-title,
  .section-title.large {
    font-size: clamp(32px, 9vw, 45px);
  }

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

  .outcome,
  .outcome + .outcome {
    min-height: auto;
    padding: 22px 0 27px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .outcome h3 {
    margin-top: 26px;
  }

  .service-card,
  .service-card:nth-child(even),
  .service-card-wide {
    grid-template-columns: 42px 1fr;
    min-height: auto;
  }

  .service-card > p,
  .service-card-wide > p {
    grid-column: 2;
    margin: 15px 0 10px;
  }

  .service-main h3 {
    font-size: 21px;
  }

  .service-illustration,
  .service-illustration-wide {
    position: relative;
    grid-column: 2;
    top: auto;
    right: auto;
    width: min(100%, 240px);
    margin-top: 17px;
  }

  .tag-list {
    grid-column: 2 !important;
  }

  .new-label {
    position: static;
    grid-column: 2;
    width: max-content;
    margin-top: 8px;
  }

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

  .detail-card {
    min-height: 370px;
  }

  .catalog-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .solution-copy {
    min-height: 460px;
    padding: 38px 25px 30px;
  }

  .solution-label {
    margin-bottom: 36px;
  }

  .process-heading {
    margin-bottom: 48px;
  }

  .process-toggle {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 14px;
  }

  .process-output {
    grid-column: 1;
    white-space: normal;
    text-align: left;
  }

  .process-details {
    padding-left: 0;
  }

  .principle-cards {
    grid-template-columns: 1fr;
  }

  .principle-card {
    min-height: 190px;
  }

  .principle-card h3 {
    margin-top: 38px;
  }

  .faq-item button {
    min-height: 88px;
    font-size: 15px;
  }

  .faq-answer p {
    padding-right: 10px;
  }

  .contact-copy h2 {
    font-size: clamp(39px, 12vw, 58px);
  }

  .brief-card {
    min-height: 600px;
    padding: 27px 20px 29px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .project-types label span,
  .contact-methods label span {
    min-height: 42px;
    padding: 12px 14px;
  }

  .form-actions {
    flex-direction: column-reverse;
  }

  .result-actions {
    flex-direction: column;
  }

  .footer-nav {
    gap: 25px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    gap: 13px 25px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }
}

.pricing {
  padding: 126px 0 134px;
  border-block: 8px solid var(--signal);
}

.pricing-heading {
  display: grid;
  grid-template-columns: 1fr 390px;
  align-items: end;
  gap: 80px;
  margin-bottom: 64px;
}

.pricing-heading > p {
  margin: 0;
  color: #aaa79d;
  line-height: 1.7;
}

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

.price-card {
  position: relative;
  min-height: 330px;
  padding: 28px;
  border: 2px solid rgba(255, 255, 255, 0.24);
}

.price-card.is-featured {
  color: var(--ink);
  background: var(--acid);
  border-color: var(--acid);
}

.price-card > span,
.price-card small {
  display: block;
  color: #8f8c82;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-card.is-featured > span,
.price-card.is-featured small {
  color: #4e571c;
}

.price-card h3 {
  min-height: 60px;
  margin: 34px 0 18px;
  font-family: var(--font-display);
  font-size: 23px;
  line-height: 1.2;
}

.price-card strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-display);
  font-size: 27px;
}

.price-card p {
  margin: 30px 0 0;
  color: #aaa79d;
  font-size: 13px;
  line-height: 1.65;
}

.price-card.is-featured p {
  color: #34371d;
}

.pricing-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-foot p {
  max-width: 650px;
  margin: 0;
  color: #aaa79d;
}

.legal-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  margin: 0 0 4px;
  color: #aaa79d;
  font-size: 11px;
  line-height: 1.55;
}

.legal-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--acid);
}

.legal-consent a,
.legal-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent-error {
  margin-bottom: 18px;
}

.submit-error {
  min-height: 18px;
  margin: 0 0 10px;
  color: #ff9a8d;
  font-size: 11px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  padding-top: 22px;
  color: #aaa79d;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 11px;
}

@media (max-width: 900px) {
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-heading { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 620px) {
  .pricing { padding: 88px 0; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 280px; }
  .pricing-foot { align-items: stretch; flex-direction: column; }
  .pricing-foot .button { width: 100%; }
}

html {
  background: var(--ink);
}

body {
  position: relative;
  isolation: isolate;
  background: transparent;
}

.site-backdrop {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-color: var(--ink);
  background-image: url("assets/backgrounds/site-monument-v1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.site-header,
.site-header.is-scrolled {
  background: rgba(8, 8, 6, 0.9);
}

.hero {
  background: rgba(8, 8, 6, 0.78);
  backdrop-filter: blur(2px);
}

.section-dark {
  background: rgba(8, 8, 6, 0.84);
  backdrop-filter: blur(2px);
}

.section-light {
  background: rgba(242, 239, 229, 0.9);
  backdrop-filter: blur(7px);
}

.section-sand {
  background: rgba(220, 213, 199, 0.92);
  backdrop-filter: blur(7px);
}

.section-accent {
  background: rgba(215, 255, 33, 0.88);
  backdrop-filter: blur(5px);
}

.site-footer {
  background: rgba(8, 8, 6, 0.92);
  backdrop-filter: blur(5px);
}

.service-card,
.detail-card,
.price-card,
.brief-card,
.principle-card {
  backdrop-filter: blur(4px);
}

@media (max-width: 780px) {
  .site-backdrop {
    background-position: 58% center;
  }

  .hero,
  .section-dark {
    background: rgba(8, 8, 6, 0.9);
  }

  .section-light,
  .section-sand {
    background: rgba(242, 239, 229, 0.95);
  }

  .section-accent {
    background: rgba(215, 255, 33, 0.94);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html.js .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Provocative prestige theme */
:root {
  --ink: #080806;
  --ink-soft: #11110d;
  --paper: #f2efe5;
  --paper-deep: #dcd5c7;
  --acid: #d7ff21;
  --acid-hover: #e5ff71;
  --signal: #ff4d00;
  --electric: #35d7ff;
  --radius: 2px;
}

::selection {
  color: var(--ink);
  background: var(--acid);
}

.hero-title,
.section-title,
.service-main h3,
.detail-card h3,
.solution-panel h3,
.process-summary strong,
.principles-title h2,
.principle-card h3,
.faq-item button,
.contact-copy h2,
.brief-result h3 {
  letter-spacing: 0;
}

.site-header {
  color: var(--paper);
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.site-header.is-scrolled {
  color: var(--paper);
  background: rgba(8, 8, 6, 0.94);
  border-color: rgba(215, 255, 33, 0.5);
  box-shadow: 0 10px 0 rgba(255, 77, 0, 0.18);
}

.brand-mark > span:last-child {
  color: var(--acid);
}

.desktop-nav {
  color: #d7d4c9;
}

.header-cta.button-dark {
  color: var(--ink);
  background: var(--acid);
  border-color: var(--acid);
}

.header-cta.button-dark:hover {
  background: var(--paper);
}

.hero {
  min-height: 890px;
  color: var(--paper);
  background: var(--ink);
  border-bottom: 8px solid var(--acid);
}

.hero::before {
  top: 135px;
  right: -35px;
  width: 82px;
  height: 330px;
  background: var(--signal);
  filter: none;
  transform: skewY(-13deg);
}

.hero-grid {
  opacity: 0.18;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
}

.hero-kicker {
  color: var(--paper);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
}

.status-dot {
  background: var(--signal);
  border-radius: 0;
  box-shadow: 0 0 0 4px rgba(255, 77, 0, 0.2);
}

.hero-title {
  max-width: 930px;
  font-size: clamp(49px, 6vw, 86px);
  line-height: 1.04;
}

.title-accent span {
  color: var(--acid);
}

.title-accent path {
  stroke: var(--signal);
  stroke-width: 13px;
}

.title-shift i {
  color: var(--paper);
  background: var(--signal);
  border-radius: 2px;
  transform: rotate(-4deg);
}

.hero-aside p {
  color: #c6c3b8;
  font-weight: 600;
}

.button-accent {
  border-color: var(--ink);
  box-shadow: 6px 6px 0 var(--signal);
}

.button-accent:hover {
  box-shadow: 2px 2px 0 var(--signal);
}

.hero-visual {
  padding: 12px;
  background: var(--paper);
  border: 2px solid var(--paper);
  box-shadow: 14px 14px 0 var(--signal);
}

.hero-visual::before {
  display: none;
}

.visual-chip {
  border: 0;
  border-radius: 0;
}

.visual-chip-top {
  color: var(--paper);
  background: var(--signal);
}

.visual-chip-bottom {
  background: var(--acid);
}

.hero-footer {
  color: #a7a49a;
  border-color: rgba(255, 255, 255, 0.22);
}

.scroll-cue span {
  color: var(--ink);
  background: var(--acid);
  border-color: var(--acid);
  border-radius: 0;
}

.statement,
.process,
.contact {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.statement-visual,
.process-visual {
  border: 2px solid rgba(255, 255, 255, 0.28);
  box-shadow: 10px 10px 0 var(--signal);
}

.statement-visual::after,
.service-card-accent::after {
  display: none;
}

.eyebrow::before {
  width: 34px;
  height: 4px;
  margin-bottom: 2px;
  background: var(--signal);
}

.eyebrow.light::before {
  background: var(--acid);
}

.section-title {
  font-weight: 700;
}

.outcome h3 {
  color: var(--acid);
  letter-spacing: 0;
}

.service-list {
  gap: 12px;
  border-top: 0;
}

.service-card,
.service-card:nth-child(even),
.service-card-wide {
  padding: 34px;
  border: 2px solid var(--ink) !important;
  background: rgba(255, 255, 255, 0.16);
}

.service-card-accent {
  background: var(--acid);
}

.service-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 72px;
  height: 7px;
  background: var(--signal);
}

.service-card-wide::before {
  width: 160px;
  background: var(--electric);
}

.service-main h3 {
  font-weight: 700;
}

.new-label {
  color: var(--paper);
  background: var(--signal);
  border-color: var(--signal);
  border-radius: 0;
}

.catalog-heading {
  border-top: 5px solid var(--ink);
}

.catalog-visual::before {
  background: var(--signal);
  border-radius: 0;
  transform: rotate(45deg);
}

.catalog-tab {
  font-weight: 800;
}

.catalog-tab.is-active {
  box-shadow: inset 0 -6px 0 var(--signal);
}

.detail-card {
  border: 2px solid var(--ink);
  background: transparent;
}

.detail-card-highlight {
  box-shadow: 10px 10px 0 var(--signal);
}

.detail-caption,
.detail-card h4 {
  background: var(--signal);
}

.detail-card-highlight .detail-caption,
.detail-card-highlight h4 {
  background: var(--acid);
}

.detail-result {
  border-left: 5px solid var(--signal);
}

.process-item:hover,
.process-item.is-open {
  background: rgba(215, 255, 33, 0.055);
}

.process-output {
  border-radius: 0;
}

.process-item.is-open .process-output {
  color: var(--ink);
  background: var(--acid);
  border-color: var(--acid);
}

.process-plus {
  border-radius: 0;
}

.principles {
  border-top: 8px solid var(--signal);
  border-bottom: 8px solid var(--ink);
}

.principles-visual {
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--signal);
}

.principle-cards {
  border-width: 2px 0 0 2px;
  border-color: var(--ink);
}

.principle-card {
  border-width: 0 2px 2px 0;
  border-color: var(--ink);
}

.principle-card:nth-child(2),
.principle-card:nth-child(3) {
  background: rgba(255, 254, 249, 0.25);
}

.faq-item button {
  padding-inline: 16px;
}

.faq-item button:hover,
.faq-item button[aria-expanded="true"] {
  background: var(--acid);
}

.faq-item button i {
  border-radius: 0;
}

.contact-orbit,
.contact-orbit::before,
.contact-orbit::after {
  border-radius: 0;
}

.contact-orbit {
  top: -170px;
  left: -180px;
  width: 650px;
  height: 650px;
  border: 2px solid rgba(255, 77, 0, 0.42);
  transform: rotate(14deg);
}

.contact-orbit::after {
  background: none;
}

.contact-copy h2 span {
  color: var(--signal);
}

.contact-copy h2 {
  line-height: 1.1;
  padding-bottom: 0.08em;
}

.contact-channels li span,
.result-check {
  background: var(--acid);
  border-radius: 0;
}

.brief-card {
  border: 2px solid var(--acid);
  box-shadow: 14px 14px 0 var(--signal);
}

.project-types label span,
.contact-methods label span {
  border-radius: 0;
}

.site-footer {
  color: var(--paper);
  background: var(--ink);
  border-top: 8px solid var(--signal);
}

.footer-top > div > p,
.footer-nav a,
.footer-nav span,
.footer-bottom {
  color: #aaa79d;
}

.footer-bottom {
  border-color: rgba(255, 255, 255, 0.18);
}

.back-to-top {
  color: var(--paper);
  background: var(--signal);
  border-color: var(--paper);
  border-radius: 0;
}

@media (max-width: 1050px) {
  .menu-toggle {
    border-color: rgba(255, 255, 255, 0.35);
    border-radius: 0;
  }

  .menu-toggle span {
    background: var(--paper);
  }

  .mobile-menu {
    color: var(--paper);
    background: var(--ink);
  }

  .mobile-menu a {
    border-color: rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 780px) {
  .hero {
    min-height: 780px;
  }

  .hero-aside .button {
    width: 100%;
  }

  .hero-visual {
    box-shadow: 8px 8px 0 var(--signal);
  }

  .service-card,
  .service-card:nth-child(even),
  .service-card-wide {
    padding: 28px 20px !important;
  }

  .detail-card-highlight,
  .brief-card {
    box-shadow: 7px 7px 0 var(--signal);
  }
}

@media (max-width: 550px) {
  .hero-title {
    font-size: 39px;
  }

  .hero-title-wrap,
  .hero-title,
  .hero-aside,
  .section-title,
  .principles-title {
    min-width: 0;
  }

  .hero-title,
  .section-title,
  .principles-title h2,
  .contact-copy h2 {
    overflow-wrap: break-word;
  }

  .visual-chip-top {
    right: 0;
  }

  .service-card::before {
    width: 54px;
  }
}

/* The generated scene remains visible beneath every scrolling section. */
.site-header,
.site-header.is-scrolled {
  background: rgba(8, 8, 6, 0.9);
}

.hero {
  background: rgba(8, 8, 6, 0.72);
  backdrop-filter: blur(1px);
}

.section-dark {
  background: rgba(8, 8, 6, 0.8);
  backdrop-filter: blur(2px);
}

.section-light {
  background: rgba(242, 239, 229, 0.88);
  backdrop-filter: blur(6px);
}

.section-sand {
  background: rgba(220, 213, 199, 0.9);
  backdrop-filter: blur(6px);
}

.section-accent {
  background: rgba(215, 255, 33, 0.88);
  backdrop-filter: blur(4px);
}

.site-footer {
  background: rgba(8, 8, 6, 0.9);
  backdrop-filter: blur(4px);
}

@media (max-width: 780px) {
  .hero,
  .section-dark {
    background: rgba(8, 8, 6, 0.88);
  }

  .section-light,
  .section-sand {
    background: rgba(242, 239, 229, 0.94);
  }

  .section-accent {
    background: rgba(215, 255, 33, 0.93);
  }
}
