@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/archivo-variable-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/archivo-variable-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #171816;
  --ink-2: #0b2928;
  --paper: #eee5d6;
  --paper-2: #d9d0c2;
  --white: #f7f1e7;
  --muted: #77786f;
  --line-dark: rgba(238, 229, 214, 0.19);
  --line-light: rgba(23, 24, 22, 0.18);
  --signal: #d16f49;
  --signal-soft: #e4a286;
  --violet: #8eb9ad;
  --danger: #e64e3b;
  --display: "Archivo", "Segoe UI", Arial, sans-serif;
  --sans: "Archivo", "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "Cascadia Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shell: min(1520px, calc(100% - 80px));
  --radius: 2px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

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

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

ul,
ol {
  margin-top: 0;
}

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

:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 4px;
}

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--signal);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

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

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--paper);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}

.site-header.is-scrolled,
.site-header.menu-visible {
  background: rgba(7, 11, 12, .9);
  border-color: rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand {
  display: grid;
  grid-template-columns: 28px auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
  width: max-content;
}

.brand-mark {
  position: relative;
  grid-row: 1 / 3;
  width: 28px;
  height: 31px;
  transform: skewX(-10deg);
}

.brand-mark::before,
.brand-mark::after,
.brand-mark i:first-child {
  content: "";
  position: absolute;
  background: var(--signal);
}

.brand-mark::before {
  left: 4px;
  top: 0;
  width: 7px;
  height: 31px;
  transform: skewX(-16deg);
}

.brand-mark::after {
  right: 4px;
  top: 0;
  width: 7px;
  height: 31px;
  transform: skewX(16deg);
}

.brand-mark i:first-child {
  left: 8px;
  top: 18px;
  width: 14px;
  height: 5px;
}

.brand-mark i:last-child {
  display: none;
}

.brand-word {
  color: var(--paper);
  font-family: var(--sans);
  font-size: 1.16rem;
  font-weight: 760;
  letter-spacing: .22em;
  line-height: 1;
}

.brand small {
  margin-top: 5px;
  color: rgba(242, 239, 232, .52);
  font-family: var(--mono);
  font-size: .59rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 33px;
  font-size: .79rem;
  font-weight: 660;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.main-navigation > a:not(.nav-cta) {
  color: rgba(242, 239, 232, .72);
  transition: color .2s ease;
}

.main-navigation > a:not(.nav-cta):hover {
  color: var(--signal);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  min-height: 48px;
  padding: 0 19px;
  color: var(--ink);
  background: var(--signal);
  border: 1px solid var(--signal);
  transition: color .2s ease, background .2s ease;
}

.nav-cta:hover,
.nav-cta.is-active {
  color: var(--paper);
  background: transparent;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--line-dark);
}

.menu-toggle i {
  display: block;
  width: 22px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
  transition: transform .25s ease;
}

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

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

/* Shared editorial primitives */
.ax-section-index,
.ax-kicker {
  margin-bottom: 0;
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ax-section-index {
  color: rgba(9, 13, 14, .54);
}

.ax-section-head {
  display: grid;
  grid-template-columns: minmax(190px, .65fr) minmax(0, 1.65fr);
  gap: clamp(40px, 7vw, 150px);
  align-items: start;
  margin-bottom: clamp(54px, 7vw, 105px);
}

.ax-section-head h2,
.ax-loop-copy h2,
.ax-faq-intro h2,
.ax-contact-copy h2,
.ax-trust-card h2 {
  margin-bottom: 25px;
  font-family: var(--display);
  font-size: clamp(3.2rem, 6vw, 6.8rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .91;
  text-transform: uppercase;
}

.ax-section-head > div > p,
.ax-loop-copy > p,
.ax-faq-intro > p,
.ax-contact-copy > p {
  max-width: 730px;
  margin-bottom: 0;
  color: rgba(9, 13, 14, .68);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}

.ax-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: .78rem;
  font-weight: 760;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

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

.ax-button-primary {
  color: var(--ink);
  background: var(--signal);
  border-color: var(--signal);
}

.ax-button-primary:hover {
  color: var(--paper);
  background: transparent;
}

.ax-button-light {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.ax-button-light:hover {
  color: var(--signal);
  background: transparent;
  border-color: var(--signal);
}

.ax-text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  padding-block: 9px;
  color: inherit;
  border-bottom: 1px solid currentColor;
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Hero — follows the approved technical art direction */
.ax-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 34%, rgba(222, 255, 63, .06), transparent 23%),
    radial-gradient(circle at 13% 22%, rgba(121, 87, 255, .04), transparent 20%),
    var(--ink);
  border-bottom: 1px solid var(--line-dark);
}

.ax-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(8.333% - 1px), rgba(255, 255, 255, .12) calc(8.333% - 1px), rgba(255, 255, 255, .12) 8.333%),
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: auto, 100% 8px;
}

.ax-hero::after {
  content: "01     02     03     04     05     06     07     08     09     10     11     12";
  position: absolute;
  top: 111px;
  left: max(40px, calc((100vw - 1520px) / 2));
  width: min(58vw, 930px);
  color: rgba(242, 239, 232, .35);
  font-family: var(--mono);
  font-size: .65rem;
  letter-spacing: clamp(1.25em, 2.15vw, 3.1em);
  white-space: nowrap;
  overflow: hidden;
}

.ax-hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .06) 50%, rgba(255, 255, 255, .06) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(transparent 74%, rgba(255, 255, 255, .05) 74%, rgba(255, 255, 255, .05) calc(74% + 1px), transparent calc(74% + 1px));
}

.ax-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(540px, 1.05fr);
  gap: clamp(30px, 4vw, 75px);
  align-items: center;
  min-height: calc(100vh - 128px);
  padding-top: 145px;
  padding-bottom: 80px;
}

.ax-hero-copy {
  position: relative;
  z-index: 4;
  padding-top: 10px;
}

.ax-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 47px;
  color: rgba(242, 239, 232, .62);
}

.ax-kicker span {
  width: 8px;
  height: 8px;
  background: var(--signal);
  box-shadow: 0 0 18px rgba(222, 255, 63, .75);
}

.ax-hero h1 {
  max-width: 900px;
  margin-bottom: 38px;
  font-family: var(--display);
  font-size: clamp(5.1rem, 7.55vw, 9.2rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .85;
  text-transform: uppercase;
}

.ax-hero h1 span,
.ax-hero h1 em {
  display: block;
  font-style: normal;
}

.ax-hero h1 em {
  color: var(--paper);
}

.ax-hero h1 span::first-letter {
  color: var(--signal);
}

.ax-hero-lede {
  max-width: 665px;
  margin-bottom: 32px;
  color: rgba(242, 239, 232, .72);
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  line-height: 1.72;
}

.ax-hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}

.ax-hero .ax-text-link {
  color: rgba(242, 239, 232, .78);
}

.ax-hero-assurance {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 600px;
  margin-bottom: 0;
  color: rgba(242, 239, 232, .46);
  font-family: var(--mono);
  font-size: .69rem;
  line-height: 1.6;
}

.ax-hero-assurance span {
  color: var(--signal);
}

.ax-hero-stage {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
}

.ax-stage-halo {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222, 255, 63, .13), rgba(222, 255, 63, .025) 55%, transparent 70%);
  filter: blur(10px);
}

.ax-commerce-orbit {
  position: relative;
  width: min(42vw, 650px);
  aspect-ratio: 1;
  border: 1px solid rgba(222, 255, 63, .75);
  border-radius: 50%;
}

.ax-commerce-orbit::before,
.ax-commerce-orbit::after {
  content: "";
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

.ax-commerce-orbit::before {
  inset: 4.3%;
  border: 1px solid rgba(242, 239, 232, .11);
  border-radius: 50%;
}

.ax-commerce-orbit::after {
  top: -8%;
  bottom: -8%;
  left: 50%;
  width: 1px;
  background: rgba(242, 239, 232, .45);
}

.ax-split-shop {
  position: absolute;
  inset: 12.8%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(242, 239, 232, .45);
  border-radius: 4px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .45);
}

.ax-shop-wireframe {
  position: relative;
  padding: 9% 8%;
  color: rgba(242, 239, 232, .45);
  background: rgba(9, 13, 14, .98);
  border-right: 1px solid rgba(242, 239, 232, .35);
}

.ax-wire-nav,
.ax-live-nav {
  height: 12%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid currentColor;
}

.ax-wire-nav i {
  width: 22px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.ax-wire-nav span {
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.ax-wire-hero {
  height: 39%;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 8%;
  padding-block: 10%;
  border-bottom: 1px dashed rgba(242, 239, 232, .34);
}

.ax-wire-hero > b {
  position: relative;
  border: 1px solid currentColor;
}

.ax-wire-hero > b::before,
.ax-wire-hero > b::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -13%;
  width: 126%;
  height: 1px;
  background: currentColor;
}

.ax-wire-hero > b::before { transform: rotate(38deg); }
.ax-wire-hero > b::after { transform: rotate(-38deg); }

.ax-wire-hero > div {
  padding-top: 10%;
}

.ax-wire-hero i,
.ax-wire-hero span,
.ax-wire-copy span {
  display: block;
  height: 1px;
  margin-bottom: 12px;
  background: currentColor;
}

.ax-wire-hero i:nth-child(2),
.ax-wire-copy span:nth-child(2) { width: 75%; }
.ax-wire-hero i:nth-child(3),
.ax-wire-copy span:nth-child(3) { width: 48%; }
.ax-wire-hero span { width: 70%; height: 24px; margin-top: 25%; border: 1px solid currentColor; background: transparent; }

.ax-wire-cards {
  height: 25%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5%;
  padding-block: 9%;
  border-bottom: 1px solid rgba(242, 239, 232, .25);
}

.ax-wire-cards i {
  position: relative;
  border: 1px solid currentColor;
}

.ax-wire-cards i::before,
.ax-wire-cards i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -11%;
  width: 122%;
  height: 1px;
  background: currentColor;
}

.ax-wire-cards i::before { transform: rotate(45deg); }
.ax-wire-cards i::after { transform: rotate(-45deg); }

.ax-wire-copy {
  padding-top: 12%;
}

.ax-shop-live {
  position: relative;
  padding: 9% 7%;
  color: #222728;
  background:
    radial-gradient(circle at 80% 35%, rgba(222, 255, 63, .42), transparent 26%),
    linear-gradient(135deg, #faf8f1, #e9e5dc);
}

.ax-live-nav {
  font-family: var(--mono);
  font-size: clamp(.42rem, .5vw, .62rem);
}

.ax-live-nav b {
  letter-spacing: .08em;
}

.ax-live-product {
  position: relative;
  height: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(9, 13, 14, .16);
}

.ax-live-product > span {
  position: absolute;
  top: 7%;
  left: 0;
  color: rgba(9, 13, 14, .5);
  font-family: var(--mono);
  font-size: .52rem;
}

.ax-live-object {
  position: relative;
  width: 57%;
  aspect-ratio: 1.24;
  margin-top: 12%;
  background: linear-gradient(145deg, #7c7a66, #383b32 60%, #9a967a);
  border-radius: 46% 46% 34% 34% / 35% 35% 48% 48%;
  box-shadow: 0 28px 32px rgba(21, 24, 18, .24), inset 10px 12px 20px rgba(255, 255, 255, .12);
  transform: perspective(300px) rotateY(-9deg);
}

.ax-live-object::before {
  content: "";
  position: absolute;
  left: -9%;
  right: -9%;
  bottom: 5%;
  height: 42%;
  background: linear-gradient(160deg, #5d5d50, #30332c);
  border-radius: 28% 28% 16% 16%;
  box-shadow: inset 0 10px 20px rgba(255, 255, 255, .08);
}

.ax-live-object::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -29%;
  height: 31%;
  border-left: 4px solid #282b27;
  border-right: 4px solid #282b27;
  transform: perspective(100px) rotateX(-12deg);
}

.ax-live-object i,
.ax-live-object b {
  position: absolute;
  z-index: 2;
  bottom: -22%;
  width: 3px;
  height: 28%;
  background: #282b27;
}

.ax-live-object i { left: 26%; transform: rotate(10deg); }
.ax-live-object b { right: 26%; transform: rotate(-10deg); }

.ax-live-thumbs {
  height: 24%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6%;
  padding-block: 7%;
}

.ax-live-thumbs i {
  background: rgba(9, 13, 14, .07);
  border: 1px solid rgba(9, 13, 14, .08);
  border-radius: 7px;
}

.ax-live-options {
  height: 15%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9%;
  align-items: center;
}

.ax-live-options span {
  height: 9px;
  border-top: 1px solid rgba(9, 13, 14, .45);
  border-bottom: 1px solid rgba(9, 13, 14, .25);
}

.ax-orbit-point {
  position: absolute;
  z-index: 8;
  width: 19px;
  height: 19px;
  background: var(--ink);
  border: 2px solid var(--signal);
  border-radius: 50%;
}

.ax-orbit-point::before,
.ax-orbit-point::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(222, 255, 63, .65);
  transform: translate(-50%, -50%);
}

.ax-orbit-point::before { width: 42px; height: 1px; }
.ax-orbit-point::after { width: 1px; height: 42px; }
.ax-orbit-point-a { top: -10px; left: calc(50% - 10px); }
.ax-orbit-point-b { top: calc(50% - 10px); right: -10px; }
.ax-orbit-point-c { bottom: -10px; left: calc(50% - 10px); }

.ax-orbit-cross {
  position: absolute;
  width: 17px;
  height: 17px;
}

.ax-orbit-cross::before,
.ax-orbit-cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(242, 239, 232, .62);
  transform: translate(-50%, -50%);
}

.ax-orbit-cross::before { width: 17px; height: 1px; }
.ax-orbit-cross::after { width: 1px; height: 17px; }
.ax-orbit-cross-a { left: -13%; top: 23%; }
.ax-orbit-cross-b { right: -10%; bottom: 14%; }

.ax-orbit-path {
  position: absolute;
  z-index: -1;
  border: 1px dashed rgba(242, 239, 232, .35);
}

.ax-orbit-path-a {
  top: -7%;
  right: -21%;
  width: 24%;
  height: 31%;
  border-left: 0;
  border-radius: 0 25px 0 0;
}

.ax-orbit-path-b {
  right: -19%;
  bottom: 0;
  width: 27%;
  height: 22%;
  border-left: 0;
  border-radius: 0 0 25px 0;
}

.ax-growth-panel {
  position: absolute;
  z-index: 12;
  right: -1%;
  bottom: 2%;
  width: min(330px, 47%);
  padding: 17px;
  color: var(--paper);
  background: rgba(9, 13, 14, .94);
  border: 1px solid rgba(222, 255, 63, .55);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
  backdrop-filter: blur(14px);
}

.ax-growth-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--mono);
  font-size: .56rem;
  letter-spacing: .08em;
}

.ax-growth-head i {
  width: 7px;
  height: 7px;
  background: var(--signal);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--signal);
}

.ax-growth-title {
  padding-block: 16px 13px;
}

.ax-growth-title small,
.ax-growth-title strong {
  display: block;
}

.ax-growth-title small {
  margin-bottom: 4px;
  color: rgba(242, 239, 232, .45);
  font-family: var(--mono);
  font-size: .54rem;
  text-transform: uppercase;
}

.ax-growth-title strong {
  font-size: .83rem;
  line-height: 1.4;
}

.ax-growth-lines > div {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-top: 1px solid rgba(242, 239, 232, .09);
  font-family: var(--mono);
  font-size: .55rem;
}

.ax-growth-lines b {
  color: var(--signal);
  font-weight: 500;
}

.ax-stage-note {
  position: absolute;
  left: 2%;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: rgba(242, 239, 232, .42);
  font-family: var(--mono);
  font-size: .6rem;
  text-transform: uppercase;
}

.ax-stage-note span {
  width: 30px;
  height: 1px;
  background: var(--violet);
}

.ax-proof-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.ax-proof-strip > div {
  position: relative;
  min-height: 128px;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 2px 15px;
  padding: 24px;
  border-right: 1px solid var(--line-dark);
}

.ax-proof-strip > div::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 7px;
  height: 7px;
  background: var(--violet);
}

.ax-proof-strip span {
  grid-row: 1 / 3;
  color: var(--signal);
  font-family: var(--mono);
  font-size: .68rem;
}

.ax-proof-strip strong {
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ax-proof-strip small {
  color: rgba(242, 239, 232, .45);
  font-size: .69rem;
}

/* Intro and problem framing */
.ax-intro {
  padding: clamp(105px, 11vw, 190px) 0;
  background:
    linear-gradient(90deg, transparent calc(25% - 1px), rgba(9, 13, 14, .07) 25%, transparent calc(25% + 1px)),
    var(--paper);
}

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

.ax-problem-card {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 3vw, 48px);
  background: var(--white);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.ax-problem-card > p:first-child,
.ax-service-code,
.ax-process-grid small {
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ax-problem-card h3 {
  margin: auto 0 28px;
  font-family: var(--display);
  font-size: clamp(2.6rem, 3.6vw, 4.7rem);
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: .92;
  text-transform: uppercase;
}

.ax-problem-copy {
  margin-bottom: 28px;
  color: rgba(9, 13, 14, .62);
  line-height: 1.7;
}

.ax-problem-card > span {
  padding-top: 18px;
  border-top: 1px solid currentColor;
  font-family: var(--mono);
  font-size: .63rem;
  text-transform: uppercase;
}

.ax-problem-card-dark {
  color: var(--paper);
  background: var(--ink-2);
}

.ax-problem-card-dark .ax-problem-copy {
  color: rgba(242, 239, 232, .58);
}

.ax-problem-card-accent {
  color: var(--ink);
  background: var(--signal);
}

.ax-problem-card-accent .ax-problem-copy {
  color: rgba(9, 13, 14, .68);
}

/* Services */
.ax-services {
  padding: clamp(105px, 11vw, 190px) 0;
  color: var(--paper);
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), rgba(255, 255, 255, .045) calc(12.5% - 1px), rgba(255, 255, 255, .045) 12.5%),
    var(--ink);
}

.ax-section-head-light .ax-section-index,
.ax-services .ax-section-index {
  color: rgba(242, 239, 232, .47);
}

.ax-section-head-light > div > p {
  color: rgba(242, 239, 232, .58);
}

.ax-service-stack {
  border-top: 1px solid var(--line-dark);
}

.ax-service {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 190px;
  gap: clamp(25px, 4vw, 70px);
  align-items: center;
  min-height: 320px;
  padding: 45px 28px;
  border-bottom: 1px solid var(--line-dark);
  transition: background .35s ease;
}

.ax-service:hover {
  background: rgba(222, 255, 63, .035);
}

.ax-service-code span,
.ax-service-code small {
  display: block;
}

.ax-service-code span {
  margin-bottom: 55px;
  color: var(--signal);
  font-size: 1.05rem;
}

.ax-service-code small {
  color: rgba(242, 239, 232, .45);
}

.ax-service-body h3 {
  margin-bottom: 21px;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5vw, 6.1rem);
  font-weight: 850;
  letter-spacing: -.03em;
  line-height: .9;
  text-transform: uppercase;
}

.ax-service-body > p {
  max-width: 760px;
  margin-bottom: 24px;
  color: rgba(242, 239, 232, .6);
}

.ax-service-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.ax-service-body li {
  padding: 6px 10px;
  color: rgba(242, 239, 232, .62);
  border: 1px solid rgba(242, 239, 232, .16);
  font-family: var(--mono);
  font-size: .58rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ax-service > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(242, 239, 232, .32);
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ax-service > a span {
  color: var(--signal);
  font-size: 1rem;
}

/* Growth loop */
.ax-loop {
  padding: clamp(105px, 11vw, 180px) 0;
  background: var(--signal);
}

.ax-loop-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
  gap: clamp(70px, 10vw, 170px);
}

.ax-loop-copy {
  align-self: start;
  position: sticky;
  top: 150px;
}

.ax-loop-copy > p {
  color: rgba(9, 13, 14, .7);
}

.ax-loop-copy .ax-section-index {
  margin-bottom: 40px;
}

.ax-loop-copy .ax-text-link {
  margin-top: 34px;
}

.ax-loop-steps {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(9, 13, 14, .35);
}

.ax-loop-steps li {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 30px;
  align-items: center;
  min-height: 150px;
  border-bottom: 1px solid rgba(9, 13, 14, .35);
}

.ax-loop-steps > li > span {
  color: rgba(9, 13, 14, .5);
  font-family: var(--mono);
  font-size: .72rem;
}

.ax-loop-steps strong,
.ax-loop-steps small {
  display: block;
}

.ax-loop-steps strong {
  margin-bottom: 9px;
  font-family: var(--display);
  font-size: clamp(2.1rem, 3.2vw, 3.9rem);
  line-height: 1;
  text-transform: uppercase;
}

.ax-loop-steps small {
  font-family: var(--mono);
  font-size: .61rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

/* Metrics */
.ax-metrics {
  padding: clamp(105px, 11vw, 185px) 0;
  background: var(--paper);
}

.ax-metric-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.ax-metric-board > div {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.ax-metric-board span {
  color: var(--violet);
  font-family: var(--mono);
  font-size: .67rem;
}

.ax-metric-board p {
  margin: auto 0 28px;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.6rem);
  font-weight: 800;
  line-height: .94;
  text-transform: uppercase;
}

.ax-metric-board small {
  padding-top: 14px;
  border-top: 1px solid var(--line-light);
  font-family: var(--mono);
  font-size: .58rem;
  letter-spacing: .08em;
}

/* Process */
.ax-process {
  padding: clamp(105px, 11vw, 185px) 0;
  background: var(--white);
  border-top: 1px solid var(--line-light);
}

.ax-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.ax-process-grid li {
  min-height: 405px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.ax-process-grid > li > span {
  margin-bottom: 9px;
  color: var(--violet);
  font-family: var(--mono);
  font-size: .7rem;
}

.ax-process-grid small {
  color: rgba(9, 13, 14, .45);
}

.ax-process-grid h3 {
  margin: auto 0 22px;
  font-family: var(--display);
  font-size: clamp(2.2rem, 3.2vw, 3.9rem);
  font-weight: 800;
  line-height: .93;
  text-transform: uppercase;
}

.ax-process-grid p {
  margin-bottom: 0;
  color: rgba(9, 13, 14, .62);
  font-size: .9rem;
  line-height: 1.7;
}

/* Trust */
.ax-trust {
  padding: 65px 0;
  color: var(--paper);
  background: var(--ink);
}

.ax-trust-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(55px, 9vw, 160px);
  align-items: end;
  padding: clamp(55px, 7vw, 110px);
  overflow: hidden;
  border: 1px solid rgba(222, 255, 63, .45);
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), rgba(255, 255, 255, .05) calc(12.5% - 1px), rgba(255, 255, 255, .05) 12.5%),
    rgba(255, 255, 255, .018);
}

.ax-trust-card::after {
  content: "";
  position: absolute;
  right: -9%;
  top: -42%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(222, 255, 63, .35);
  border-radius: 50%;
}

.ax-trust-card .ax-section-index {
  margin-bottom: 40px;
  color: rgba(242, 239, 232, .47);
}

.ax-trust-card h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.ax-trust-card ul {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.ax-trust-card li {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 14px;
  padding: 16px 0;
  color: rgba(242, 239, 232, .7);
  border-bottom: 1px solid var(--line-dark);
  font-size: .88rem;
}

.ax-trust-card li span {
  color: var(--signal);
}

.ax-trust-card .ax-button {
  grid-column: 2;
  position: relative;
  z-index: 2;
  width: max-content;
  margin-top: -85px;
}

/* FAQ */
.ax-faq {
  padding: clamp(105px, 11vw, 185px) 0;
  background: var(--paper);
}

.ax-faq-layout {
  display: grid;
  grid-template-columns: minmax(310px, .74fr) minmax(0, 1.26fr);
  gap: clamp(70px, 10vw, 165px);
  align-items: start;
}

.ax-faq-intro {
  position: sticky;
  top: 145px;
}

.ax-faq-intro .ax-section-index {
  margin-bottom: 40px;
}

.ax-faq-list {
  border-top: 1px solid var(--line-light);
}

.ax-faq-list details {
  border-bottom: 1px solid var(--line-light);
}

.ax-faq-list summary {
  min-height: 102px;
  display: grid;
  grid-template-columns: 42px 1fr 34px;
  gap: 20px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 700;
}

.ax-faq-list summary::-webkit-details-marker {
  display: none;
}

.ax-faq-list summary span {
  color: var(--violet);
  font-family: var(--mono);
  font-size: .64rem;
  font-weight: 500;
}

.ax-faq-list summary i {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
}

.ax-faq-list summary i::before,
.ax-faq-list summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.ax-faq-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .25s ease;
}

.ax-faq-list details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.ax-faq-list details > p {
  max-width: 760px;
  padding: 0 40px 34px 62px;
  margin: 0;
  color: rgba(9, 13, 14, .65);
  line-height: 1.75;
}

/* Contact */
.ax-contact {
  position: relative;
  padding: clamp(105px, 11vw, 175px) 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 20% 80%, rgba(121, 87, 255, .09), transparent 27%),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(8.333% - 1px), rgba(255, 255, 255, .045) calc(8.333% - 1px), rgba(255, 255, 255, .045) 8.333%),
    var(--ink);
}

.ax-contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(560px, 1.25fr);
  gap: clamp(70px, 10vw, 165px);
  align-items: start;
}

.ax-contact-copy .ax-section-index {
  margin-bottom: 40px;
  color: rgba(242, 239, 232, .48);
}

.ax-contact-copy > p {
  color: rgba(242, 239, 232, .62);
}

.ax-contact-points {
  margin-top: 55px;
  border-top: 1px solid var(--line-dark);
}

.ax-contact-points p {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  padding: 14px 0;
  margin: 0;
  color: rgba(242, 239, 232, .7);
  border-bottom: 1px solid var(--line-dark);
  font-size: .82rem;
}

.ax-contact-points span {
  color: var(--signal);
  font-family: var(--mono);
  font-size: .62rem;
}

.ax-contact-form,
.contact-page__form {
  padding: clamp(30px, 4vw, 60px);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(242, 239, 232, .2);
  box-shadow: 25px 25px 0 rgba(222, 255, 63, .9);
}

.ax-form-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--line-light);
}

.ax-form-head span {
  color: var(--violet);
  font-family: var(--mono);
  font-size: .64rem;
  letter-spacing: .1em;
}

.ax-form-head p {
  margin: 0;
  font-size: .85rem;
  font-weight: 700;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 22px;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
}

.contact-form__field--message {
  margin-top: 20px;
}

.contact-form__field label,
.contact-form__consent label {
  margin-bottom: 7px;
  font-family: var(--mono);
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, .45);
  border: 1px solid rgba(9, 13, 14, .25);
  border-radius: 0;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form__field textarea {
  min-height: 145px;
  resize: vertical;
}

.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 3px rgba(121, 87, 255, .13);
}

.contact-form__consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 4px 10px;
  align-items: start;
  margin: 24px 0;
}

.contact-form__consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--violet);
}

.contact-form__consent label {
  margin: 0;
  font-family: var(--sans);
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.contact-form__consent a {
  grid-column: 2;
  width: max-content;
  color: var(--violet);
  font-size: .71rem;
  text-decoration: underline;
}

.contact-form__consent span {
  grid-column: 2;
}

.contact-form__submit {
  width: 100%;
  min-height: 58px;
  padding: 0 22px;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}

.contact-form__submit:hover {
  color: var(--ink);
  background: var(--signal);
}

.contact-form__submit:disabled {
  opacity: .7;
  cursor: wait;
}

.field-validation-error,
.validation-summary-errors {
  color: #a92717;
  font-size: .72rem;
}

.validation-summary-errors ul {
  padding-left: 18px;
}

/* Footer */
.site-footer {
  color: var(--paper);
  background: #06090a;
  border-top: 1px solid var(--line-dark);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.15fr .8fr .7fr 1fr;
  gap: 55px;
  padding: 78px 0 65px;
}

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

.footer-brand-block > p {
  max-width: 390px;
  color: rgba(242, 239, 232, .48);
  font-size: .86rem;
}

.footer-identity {
  display: grid;
  width: max-content;
  max-width: 100%;
  gap: 4px;
  padding-top: 18px;
  margin-top: 20px;
  border-top: 1px solid var(--line-dark);
  font-family: var(--mono);
  font-size: .62rem;
  font-style: normal;
  letter-spacing: .045em;
  line-height: 1.55;
  text-transform: uppercase;
}

.footer-identity > span,
.footer-identity > small {
  color: rgba(242, 239, 232, .42);
  font-size: inherit;
}

.footer-identity__owner {
  color: rgba(242, 239, 232, .84);
}

.footer-identity__contact {
  width: max-content;
  max-width: 100%;
  color: rgba(242, 239, 232, .64);
  letter-spacing: 0;
  text-transform: none;
}

.footer-identity > a:last-child {
  width: max-content;
  margin-top: 5px;
  color: var(--signal);
}

.footer-identity a:hover {
  color: var(--violet);
}

.footer-column h2 {
  margin-bottom: 22px;
  color: rgba(242, 239, 232, .4);
  font-family: var(--mono);
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-bottom: 11px;
  color: rgba(242, 239, 232, .74);
  font-size: .8rem;
}

.footer-column a:hover {
  color: var(--signal);
}

.footer-cta-block {
  align-self: start;
  padding: 25px;
  border: 1px solid rgba(222, 255, 63, .4);
}

.footer-cta-block p {
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.footer-cta-block a {
  display: flex;
  justify-content: space-between;
  padding-top: 13px;
  color: var(--signal);
  border-top: 1px solid rgba(222, 255, 63, .35);
  font-family: var(--mono);
  font-size: .65rem;
  text-transform: uppercase;
}

.footer-bottom {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 35px;
  align-items: center;
  border-top: 1px solid var(--line-dark);
  color: rgba(242, 239, 232, .36);
  font-family: var(--mono);
  font-size: .58rem;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom > div {
  display: flex;
  gap: 24px;
}

.footer-signature {
  text-align: right;
}

.mobile-contact-bar {
  display: none;
}

/* Internal service and legal pages */
.service-page,
.legal-page,
.contact-page {
  min-height: 75vh;
  padding-top: 92px;
  background: var(--paper);
}

.service-page > .breadcrumbs,
.contact-page > .breadcrumbs,
.legal-page > .breadcrumbs {
  width: var(--shell);
  margin-inline: auto;
  padding: 30px 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgba(9, 13, 14, .5);
  font-family: var(--mono);
  font-size: .62rem;
  text-transform: uppercase;
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 12px;
  color: var(--violet);
}

.breadcrumbs a:hover {
  color: var(--violet);
}

.service-page > .hero,
.legal-page > .page-header,
.contact-page__header {
  position: relative;
  padding: clamp(68px, 6vw, 100px) max(40px, calc((100vw - 1520px) / 2));
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 80% 30%, rgba(222, 255, 63, .07), transparent 22%),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(8.333% - 1px), rgba(255, 255, 255, .055) calc(8.333% - 1px), rgba(255, 255, 255, .055) 8.333%),
    var(--ink);
}

.service-page .hero-content,
.legal-page > .page-header > *,
.contact-page__header > * {
  position: relative;
  z-index: 2;
  max-width: 1450px;
}

.service-page .eyebrow,
.legal-page .eyebrow,
.contact-page__eyebrow,
.section-header .eyebrow,
.cta-content .eyebrow {
  margin-bottom: 28px;
  color: var(--signal);
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.service-page .hero h1,
.legal-page > .page-header h1,
.contact-page__header h1 {
  max-width: 1450px;
  margin-bottom: 30px;
  font-family: var(--display);
  font-size: clamp(3.6rem, 5vw, 6rem);
  font-weight: 820;
  font-stretch: 100%;
  letter-spacing: -.055em;
  line-height: .86;
  text-transform: uppercase;
}

.service-page .hero .lead,
.legal-page > .page-header .lead,
.contact-page__header > p:last-child {
  max-width: 780px;
  margin-bottom: 36px;
  color: rgba(242, 239, 232, .65);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.75;
}

.service-page .actions {
  display: flex;
  gap: 15px;
}

.button {
  display: inline-flex;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.button-primary {
  color: var(--ink);
  background: var(--signal);
  border-color: var(--signal);
}

.service-page > .section,
.legal-page > .section {
  padding: clamp(75px, 8vw, 125px) max(40px, calc((100vw - 1520px) / 2));
  border-bottom: 1px solid var(--line-light);
}

.service-page > .section:nth-of-type(even),
.legal-page > .section:nth-of-type(even) {
  background: var(--white);
}

.section-header {
  display: grid;
  grid-template-columns: minmax(180px, .55fr) 1.45fr;
  gap: 60px;
  margin-bottom: 48px;
}

.section-header .eyebrow {
  color: var(--violet);
}

.section-header h2,
.legal-page > .section > h2,
.contact-page__form > h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(3.45rem, 4.9vw, 6rem);
  font-weight: 760;
  font-stretch: 100%;
  letter-spacing: -.045em;
  line-height: .94;
  text-transform: uppercase;
}

.service-page > .section > p,
.legal-page > .section > p {
  max-width: 980px;
  color: rgba(9, 13, 14, .68);
  line-height: 1.8;
}

.feature-list {
  max-width: 1100px;
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}

.feature-list li {
  position: relative;
  padding: 18px 20px 18px 42px;
  border-bottom: 1px solid var(--line-light);
}

.feature-list li::before {
  content: "+";
  position: absolute;
  left: 8px;
  color: var(--violet);
  font-family: var(--mono);
}

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

.card {
  min-height: 245px;
  padding: 30px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.card::before {
  content: "+";
  display: block;
  margin-bottom: 45px;
  color: var(--violet);
  font-family: var(--mono);
}

.card h3,
.benefit-list h3,
.process-list h3 {
  margin-bottom: 15px;
  font-size: 1.15rem;
  line-height: 1.3;
}

.card p,
.benefit-list p,
.process-list p {
  margin-bottom: 0;
  color: rgba(9, 13, 14, .63);
  font-size: .9rem;
  line-height: 1.7;
}

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

.process-list li {
  counter-increment: process;
  display: grid;
  grid-template-columns: 90px 1fr 1.3fr;
  gap: 35px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-light);
}

.process-list li::before {
  content: "0" counter(process);
  color: var(--violet);
  font-family: var(--mono);
  font-size: .67rem;
}

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

.benefit-list article {
  min-height: 220px;
  padding: 30px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.benefit-list article::before {
  content: "✓";
  display: block;
  margin-bottom: 38px;
  color: var(--violet);
}

.service-page .faq-list,
.legal-page .faq-list {
  max-width: 1100px;
  border-top: 1px solid var(--line-light);
}

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

.faq-item summary {
  position: relative;
  padding: 25px 55px 25px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 750;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 12px;
  color: var(--violet);
  font-family: var(--mono);
}
.faq-item[open] summary::after { content: "−"; }
.faq-item > p { max-width: 880px; padding: 0 55px 25px 0; color: rgba(9, 13, 14, .65); }

.cta-section {
  padding: clamp(75px, 8vw, 125px) max(40px, calc((100vw - 1520px) / 2));
  color: var(--paper);
  background: var(--ink);
}

.cta-content {
  max-width: 1100px;
  padding: clamp(45px, 6vw, 80px);
  border: 1px solid rgba(222, 255, 63, .4);
}

.cta-content h2 {
  margin-bottom: 22px;
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 7rem);
  line-height: .9;
  text-transform: uppercase;
}

.cta-content > p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(242, 239, 232, .62);
}

.cta-content .button {
  margin-top: 20px;
}

.legal-page > .section a:not(.button) {
  color: var(--violet);
  text-decoration: underline;
}

/* Standalone contact page */
.contact-page {
  padding-bottom: 110px;
}

.contact-page__header {
  margin-bottom: 80px;
}

.contact-page__form,
.contact-success {
  width: min(900px, calc(100vw - 80px));
  margin-inline: auto;
}

.contact-page__form {
  box-shadow: 20px 20px 0 var(--signal);
}

.contact-page__form > h2 {
  margin-bottom: 45px;
}

.contact-success {
  padding: 55px;
  background: var(--white);
  border: 1px solid var(--line-light);
}

.contact-success__eyebrow {
  color: var(--violet);
  font-family: var(--mono);
  font-size: .67rem;
  text-transform: uppercase;
}

.contact-success h2 {
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: .9;
  text-transform: uppercase;
}

.contact-success a {
  color: var(--violet);
  text-decoration: underline;
}

.contact-owner {
  position: relative;
  width: min(900px, calc(100vw - 80px));
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(320px, 1.2fr);
  gap: clamp(45px, 7vw, 90px);
  padding: clamp(32px, 5vw, 60px);
  margin: clamp(70px, 9vw, 120px) auto 0;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 12.5% 100%,
    var(--ink-2);
  border: 1px solid rgba(238, 229, 214, .19);
  scroll-margin-top: 120px;
}

.contact-owner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--signal), var(--violet) 72%, transparent);
}

.contact-owner__intro {
  align-self: start;
}

.contact-owner__intro > p {
  margin-bottom: 24px;
  color: var(--signal);
  font-family: var(--mono);
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-owner__intro h2 {
  margin-bottom: 16px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  font-weight: 760;
  letter-spacing: -.025em;
  line-height: 1.02;
}

.contact-owner__intro > span {
  display: block;
  max-width: 260px;
  color: rgba(238, 229, 214, .52);
  font-size: .82rem;
  line-height: 1.6;
}

.contact-owner__details {
  position: relative;
  z-index: 1;
}

.contact-owner__details address {
  display: grid;
  gap: 3px;
  padding-bottom: 26px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--line-dark);
  font-style: normal;
}

.contact-owner__details address strong {
  margin-bottom: 8px;
  color: var(--paper);
  font-size: 1.2rem;
}

.contact-owner__details address span {
  color: rgba(238, 229, 214, .66);
  font-size: .86rem;
}

.contact-owner__contact {
  width: max-content;
  max-width: 100%;
  margin-top: 5px;
  color: var(--signal);
  font-family: var(--mono);
  font-size: .76rem;
}

.contact-owner__contact:hover,
.legal-identity a:hover {
  color: var(--violet);
}

.contact-owner__details dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-bottom: 1px solid var(--line-dark);
}

.contact-owner__details dl > div {
  padding: 19px 18px 19px 0;
}

.contact-owner__details dl > div + div {
  padding-left: 22px;
  border-left: 1px solid var(--line-dark);
}

.contact-owner__details dt {
  color: var(--violet);
  font-family: var(--mono);
  font-size: .58rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.contact-owner__details dd {
  margin: 5px 0 0;
  color: rgba(238, 229, 214, .9);
  font-family: var(--mono);
  font-size: .78rem;
}

.contact-owner__details > a {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 20px;
  color: var(--signal);
  font-family: var(--mono);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-owner__details > a:hover {
  color: var(--paper);
}

.legal-identity {
  display: grid;
  width: min(760px, 100%);
  gap: 6px;
  padding: 24px 26px;
  margin: 26px 0;
  color: var(--paper);
  background: var(--ink-2);
  border-left: 3px solid var(--signal);
  font-style: normal;
}

.legal-identity > span {
  color: rgba(238, 229, 214, .62);
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.legal-identity a {
  color: var(--signal);
  text-transform: none;
}

.legal-identity > strong {
  margin-bottom: 7px;
  color: var(--paper);
  font-size: .95rem;
}

/* Reveal */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}

.js [data-reveal-delay="1"] { transition-delay: .11s; }
.js [data-reveal-delay="2"] { transition-delay: .2s; }
.js [data-reveal-delay="3"] { transition-delay: .29s; }
.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1260px) {
  :root { --shell: calc(100% - 56px); }
  .ax-hero-layout { grid-template-columns: minmax(0, 1fr) minmax(470px, .9fr); }
  .ax-hero h1 { font-size: clamp(4.8rem, 7.5vw, 7.2rem); }
  .ax-hero-stage { min-height: 590px; }
  .ax-commerce-orbit { width: min(45vw, 555px); }
  .ax-service { grid-template-columns: 105px 1fr 155px; gap: 30px; }
  .footer-top { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-cta-block { grid-column: 1 / -1; }
}

@media (max-width: 1020px) {
  :root { --shell: calc(100% - 42px); }
  .menu-toggle { display: block; }
  .main-navigation {
    position: fixed;
    inset: 92px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 22px;
    background: rgba(7, 11, 12, .98);
    border-bottom: 1px solid var(--line-dark);
  }
  .main-navigation.is-open { display: flex; }
  .main-navigation > a:not(.nav-cta) { padding: 17px 0; border-bottom: 1px solid var(--line-dark); }
  .nav-cta { margin-top: 18px; justify-content: space-between; }
  .ax-hero-layout { grid-template-columns: 1fr; padding-top: 165px; }
  .ax-hero-copy { max-width: 850px; }
  .ax-hero h1 { font-size: clamp(5.2rem, 12vw, 8rem); }
  .ax-hero-stage { min-height: 720px; }
  .ax-commerce-orbit { width: min(76vw, 650px); }
  .ax-proof-strip { grid-template-columns: 1fr 1fr; }
  .ax-section-head { grid-template-columns: 1fr; gap: 30px; }
  .ax-problem-grid { grid-template-columns: 1fr; }
  .ax-problem-card { min-height: 350px; }
  .ax-service { grid-template-columns: 70px 1fr; }
  .ax-service > a { grid-column: 2; width: 180px; }
  .ax-loop-layout,
  .ax-faq-layout,
  .ax-contact-layout { grid-template-columns: 1fr; }
  .ax-loop-copy,
  .ax-faq-intro { position: static; }
  .ax-loop-steps { margin-top: 30px; }
  .ax-metric-board,
  .ax-process-grid { grid-template-columns: 1fr 1fr; }
  .ax-trust-card { grid-template-columns: 1fr; }
  .ax-trust-card .ax-button { grid-column: 1; margin-top: 0; }
  .ax-contact-copy { max-width: 760px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 14px; padding: 24px 0; }
  .footer-signature { text-align: left; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .benefit-list { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 60px 1fr; }
  .process-list li p { grid-column: 2; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 30px); }
  body { font-size: 15px; }
  .header-inner { min-height: 76px; }
  .site-header .brand small { display: none; }
  .brand { grid-template-rows: auto; }
  .brand-mark { grid-row: 1; }
  .brand-word { font-size: .95rem; }
  .main-navigation { inset: 76px 0 auto; }
  .ax-hero::after { top: 95px; left: 18px; font-size: .52rem; }
  .ax-hero-layout { padding-top: 130px; padding-bottom: 45px; }
  .ax-kicker { margin-bottom: 31px; font-size: .59rem; }
  .ax-hero h1 { font-size: clamp(4rem, 19vw, 6.3rem); margin-bottom: 28px; }
  .ax-hero-lede { font-size: .94rem; }
  .ax-hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .ax-button { width: 100%; }
  .ax-hero-stage { min-height: 445px; margin-top: 18px; }
  .ax-stage-halo { width: 390px; height: 390px; }
  .ax-commerce-orbit { width: min(94vw, 405px); }
  .ax-split-shop { inset: 11%; }
  .ax-growth-panel { right: 0; bottom: -5%; width: 52%; padding: 10px; }
  .ax-growth-title { padding-block: 9px; }
  .ax-growth-title strong { font-size: .62rem; }
  .ax-growth-lines > div { font-size: .42rem; }
  .ax-stage-note { display: none; }
  .ax-proof-strip { width: 100%; grid-template-columns: 1fr; border-left: 0; }
  .ax-proof-strip > div { min-height: 95px; border-right: 0; }
  .ax-section-head h2,
  .ax-loop-copy h2,
  .ax-faq-intro h2,
  .ax-contact-copy h2,
  .ax-trust-card h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .ax-problem-card { min-height: 315px; padding: 27px; }
  .ax-problem-card h3 { font-size: 3rem; }
  .ax-service { grid-template-columns: 1fr; min-height: auto; padding: 38px 4px; }
  .ax-service-code span { margin-bottom: 10px; }
  .ax-service-body h3 { font-size: 3.5rem; }
  .ax-service > a { grid-column: 1; }
  .ax-loop-layout { display: block; }
  .ax-loop-steps li { grid-template-columns: 48px 1fr; min-height: 128px; }
  .ax-loop-steps strong { font-size: 2.35rem; }
  .ax-metric-board,
  .ax-process-grid { grid-template-columns: 1fr; }
  .ax-metric-board > div { min-height: 220px; }
  .ax-process-grid li { min-height: 300px; }
  .ax-trust { padding: 16px 0; }
  .ax-trust-card { width: calc(100vw - 30px); padding: 35px 25px; }
  .ax-faq-list summary { grid-template-columns: 28px 1fr 30px; gap: 10px; min-height: 88px; }
  .ax-faq-list details > p { padding: 0 15px 25px 38px; }
  .ax-contact-form,
  .contact-page__form { padding: 25px 18px; box-shadow: 9px 9px 0 var(--signal); }
  .contact-owner {
    width: calc(100vw - 30px);
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 28px 22px;
    margin-top: 62px;
    background-size: 25% 100%, auto;
  }
  .contact-owner__intro > span { max-width: none; }
  .contact-owner__details dl > div { padding-right: 10px; }
  .contact-owner__details dl > div + div { padding-left: 14px; }
  .legal-identity { padding: 22px 18px; }
  .ax-form-head { display: block; }
  .ax-form-head p { margin-top: 10px; }
  .contact-form__grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 38px; padding-block: 55px; }
  .footer-brand-block,
  .footer-cta-block { grid-column: 1; }
  .footer-bottom > div { flex-direction: column; gap: 7px; }
  .mobile-contact-bar {
    position: fixed;
    z-index: 90;
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 19px;
    color: var(--ink);
    background: var(--signal);
    border: 1px solid var(--ink);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .25s ease;
  }
  .mobile-contact-bar.is-hidden { transform: translateY(140%); }
  .service-page,
  .legal-page,
  .contact-page { padding-top: 76px; }
  .service-page > .breadcrumbs,
  .legal-page > .breadcrumbs { padding: 22px 0; }
  .service-page > .hero,
  .legal-page > .page-header,
  .contact-page__header { padding: 70px 15px; }
  .service-page .hero h1,
  .legal-page > .page-header h1,
  .contact-page__header h1 { font-size: clamp(2.6rem, 13.5vw, 5.6rem); }
  .service-page > .section,
  .legal-page > .section,
  .cta-section { padding: 70px 15px; }
  .section-header { grid-template-columns: 1fr; gap: 18px; }
  .section-header h2,
  .legal-page > .section > h2,
  .contact-page__form > h2 { font-size: clamp(2.4rem, 10vw, 3.4rem); }
  .card-grid { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 38px 1fr; gap: 18px; }
  .cta-content { padding: 35px 22px; }
  .contact-page__form,
  .contact-success { width: calc(100vw - 30px); }
  .contact-page__header { margin-bottom: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .js [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header,
  .site-footer,
  .mobile-contact-bar,
  .menu-toggle { display: none !important; }
  body { color: #000; background: #fff; }
  main { padding-top: 0; }
}

/* Podstránky mají nad obsahem světlý pruh, takže průhledná lišta se světlým
   textem byla nečitelná. Homepage si tmavý podklad řeší vlastním pravidlem. */
.site-header {
  background: rgba(7, 11, 12, .94);
  border-bottom-color: rgba(255, 255, 255, .1);
}

/* Kontakt drží stejnou mřížku jako zbytek webu. Dřív byl nadpis u okraje
   mřížky, ale formulář i blok provozovatele tvořily vycentrovaný sloupec,
   takže se spolu nelícovaly. */
.contact-page__body {
  padding-inline: max(40px, calc((100vw - 1520px) / 2));
}

.contact-page__body > .contact-page__form,
.contact-page__body > .contact-success {
  width: auto;
  max-width: 980px;
  margin-inline: 0;
}

.contact-page__body > .contact-owner {
  width: auto;
  margin: clamp(70px, 9vw, 120px) 0 0;
}

@media (max-width: 680px) {
  .contact-page__body {
    padding-inline: 15px;
  }
}

.contact-form {
  display: block;
}

/* Souhrn chyb formuláře dosud neměl žádný styl. */
.contact-form__errors:not(:empty) {
  margin-bottom: 28px;
  padding: 16px 20px;
  color: var(--ink);
  background: rgba(230, 106, 60, .1);
  border-left: 3px solid var(--signal);
  font-size: .88rem;
  line-height: 1.6;
}

.contact-form__errors ul {
  margin: 0;
  padding-left: 18px;
}

/* Dlouhá česká slova nesmí rozjet stránku do stran, ale dělit velký
   verzálkový nadpis pomlčkou je horší než nechat ho zlomit na slovech.
   Vyvážené řádky navíc srovnají rozdílné délky. */
h1, h2, h3, h4 {
  overflow-wrap: break-word;
  text-wrap: balance;
}

/* Položky menu se nikdy nesmí lámat uvnitř sebe — „Probrat e-shop“ se jinak
   rozpadlo na „PROBRAT E-“ a „SHOP“, tedy přesně na pomlčce. */
.main-navigation > a {
  white-space: nowrap;
}

/* S doplněnými položkami potřebuje vodorovné menu asi 1375 px. V užším okně
   se proto sbalí do tlačítka místo toho, aby se lámalo do dvou řádků. */
@media (max-width: 1240px) {
  .menu-toggle { display: block; }
  .main-navigation {
    position: fixed;
    inset: 92px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 22px;
    background: rgba(7, 11, 12, .98);
    border-bottom: 1px solid var(--line-dark);
  }
  .main-navigation.is-open { display: flex; }
  .main-navigation > a:not(.nav-cta) { padding: 17px 0; border-bottom: 1px solid var(--line-dark); }
  .nav-cta { margin-top: 18px; justify-content: space-between; }
}

/* Mezi sbalením a plnou šířkou je menu utaženější, aby se vešlo na řádek. */
@media (min-width: 1241px) and (max-width: 1440px) {
  .main-navigation { gap: 20px; font-size: .72rem; }
  .nav-cta { gap: 16px; padding: 0 15px; }
}
