body[data-page="ai-systems"] {
  --ai-cyan: #00aeef;
  --ai-cyan-soft: rgba(0, 174, 239, .42);
  --ai-cyan-faint: rgba(0, 174, 239, .16);
  --ai-orange: #f39b22;
  --ai-green: #24a878;
  --ai-rose: #e95169;
  --ai-indigo: #4d67ba;
  overflow-x: clip;
  background: #f7f7f4;
  color: #050505;
}

body[data-page="ai-systems"] main {
  max-width: none;
  padding: 0;
}

.ai-page {
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(5, 5, 5, .03) 1px, transparent 1px),
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, .88), transparent 26%),
    radial-gradient(circle at 72% 24%, rgba(5, 5, 5, .025), transparent 24%),
    repeating-linear-gradient(115deg, rgba(5, 5, 5, .018) 0 1px, transparent 1px 8px),
    #f7f7f4;
  background-size: 12.5vw 100%, 100% 24vh, auto, auto, auto, auto;
}

.ai-hero,
.ai-section,
.ai-closing {
  padding-inline: clamp(22px, 4vw, 72px);
}

.ai-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 34vw);
  gap: clamp(26px, 5vw, 78px);
  align-items: end;
  min-height: 100svh;
  padding-top: calc(var(--site-header-h) + clamp(54px, 8vw, 118px));
  padding-bottom: clamp(34px, 4.8vw, 78px);
}

.ai-hero__meta,
.ai-marker,
.agency-marker,
.ai-status,
.ai-jump,
.ai-hero__actions,
.ai-proof-band small,
.ai-proof-band span,
.ai-proof-band a,
.ai-platform span,
.ai-production-card em {
  font-family: var(--font-heading);
}

.ai-hero__meta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px clamp(16px, 2vw, 30px);
  color: rgba(0, 0, 0, .56);
  font-size: clamp(12px, .95vw, 16px);
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ai-hero__meta p,
.ai-hero__title p,
.ai-section p,
.ai-closing p,
.ai-section h2,
.ai-section h3,
.ai-hero h1 {
  margin: 0;
}

.ai-hero__title {
  align-self: start;
}

.ai-hero__title p:first-child {
  font: 100 clamp(72px, 12vw, 210px)/.84 var(--font-heading);
  letter-spacing: -.055em;
}

.ai-hero__title p:last-child {
  max-width: 640px;
  margin-top: clamp(18px, 2vw, 34px);
  color: rgba(0, 0, 0, .66);
  font: 200 clamp(24px, 2.4vw, 42px)/1.1 var(--font-body);
}

.ai-hero h1,
.ai-section h2,
.ai-closing h2 {
  font: 100 clamp(56px, 8.2vw, 142px)/.88 var(--font-heading);
  letter-spacing: -.055em;
}

.ai-hero h1 {
  grid-column: 1 / -1;
  max-width: 1500px;
}

.ai-hero-visual {
  align-self: stretch;
}

.ai-hero__copy {
  display: grid;
  gap: 18px;
  max-width: 760px;
  color: rgba(0, 0, 0, .7);
  font: 200 clamp(22px, 2.05vw, 36px)/1.18 var(--font-body);
}

.ai-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-self: end;
}

.ai-hero__actions a,
.ai-hero__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px;
  border: 1px solid rgba(0, 0, 0, .24);
  border-radius: 999px;
  color: #050505;
  background: rgba(255, 255, 255, .28);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .13em;
  font: 600 12px/1 var(--font-heading);
  cursor: pointer;
}

.ai-hero__actions a:first-child {
  border-color: var(--ai-cyan-soft);
  box-shadow: inset 0 -2px 0 var(--ai-cyan-faint);
}

.ai-jump {
  position: sticky;
  top: 64px;
  z-index: 80;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  width: min(1680px, calc(100% - clamp(44px, 8vw, 144px)));
  max-width: 1680px;
  margin: 42px auto 0;
  overflow-x: auto;
  padding: 0;
  border: 1px solid rgba(0, 174, 239, .34);
  border-top: 3px solid var(--ai-cyan);
  background:
    linear-gradient(90deg, rgba(0, 174, 239, .14), rgba(255, 255, 255, .76) 48%, rgba(0, 174, 239, .08)),
    rgba(247, 247, 244, .9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.site-header-is-hidden .ai-jump {
  top: 0;
}

.ai-jump span,
.ai-jump a {
  color: rgba(0, 67, 96, .76);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: clamp(11px, .82vw, 13px);
  line-height: 1;
}

.ai-jump span {
  display: none;
}

.ai-jump a {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: clamp(44px, 3.6vw, 56px);
  padding: 13px clamp(8px, .9vw, 14px);
  border: 0;
  border-left: 1px solid rgba(0, 174, 239, .22);
  background: rgba(255, 255, 255, .34);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transition: color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.ai-jump a:first-of-type {
  border-left: 0;
}

.ai-jump a.is-active,
.ai-jump a:hover,
.ai-jump a:focus-visible {
  background: rgba(0, 174, 239, .14);
  color: rgba(0, 67, 96, .96);
}

.ai-jump a.is-active {
  box-shadow: inset 0 -3px 0 var(--ai-cyan);
}

.ai-proof-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 16px);
  margin: clamp(34px, 4.6vw, 72px) clamp(22px, 4vw, 72px) 0;
  background: transparent;
  border: 0;
}

.ai-proof-band > a,
.ai-proof-band > span {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: stretch;
  min-height: clamp(224px, 17vw, 292px);
  padding: clamp(18px, 2vw, 30px);
  color: #050505;
  border: 1px solid rgba(0, 0, 0, .12);
  border-top: 5px solid var(--ai-cyan);
  background: rgba(255, 255, 255, .34);
  text-decoration: none;
}

.ai-proof-band > :nth-child(1) { border-top-color: var(--ai-orange); }
.ai-proof-band > :nth-child(2) { border-top-color: var(--ai-cyan); }
.ai-proof-band > :nth-child(3) { border-top-color: var(--ai-green); }
.ai-proof-band > :nth-child(4) { border-top-color: var(--ai-rose); }

.ai-proof-band small {
  color: rgba(0, 0, 0, .5);
  font-size: clamp(10px, .75vw, 12px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ai-proof-band strong {
  display: block;
  margin-top: clamp(28px, 3.6vw, 56px);
  font: 200 clamp(42px, 4.7vw, 86px)/.88 var(--font-heading);
  letter-spacing: -.035em;
}

.ai-proof-band > a > span,
.ai-proof-band em {
  display: block;
  margin-top: 12px;
  color: rgba(0, 0, 0, .58);
  font-style: normal;
  font-size: clamp(17px, 1.18vw, 22px);
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: none;
}

.ai-section {
  display: grid;
  gap: clamp(26px, 4vw, 66px);
  padding-top: clamp(92px, 9vw, 148px);
  padding-bottom: clamp(70px, 9vw, 140px);
  scroll-margin-top: calc(var(--site-header-h) + 44px);
}

.ai-section--primary {
  padding-top: clamp(104px, 9.8vw, 164px);
}

.ai-marker,
.agency-marker,
.ai-status {
  color: rgba(0, 0, 0, .54);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.15;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ai-marker,
.agency-marker {
  scroll-margin-top: calc(var(--site-header-h) + 102px);
}

.ai-marker::before,
.agency-marker::before {
  content: "";
  display: inline-block;
  width: .55em;
  height: .55em;
  margin-right: .7em;
  border-radius: 50%;
  background: var(--ai-cyan);
  opacity: .58;
  vertical-align: .06em;
}

.ai-section__intro {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(24px, 5vw, 86px);
  align-items: start;
}

.ai-section__intro p,
.ai-split p,
.ai-platform p,
.ai-production-card p,
.ai-notice p,
.ai-disclaimer,
.ai-closing p,
.ai-example-field p {
  color: rgba(0, 0, 0, .68);
  font: 200 clamp(20px, 1.65vw, 30px)/1.2 var(--font-body);
}

.ai-section__intro div {
  display: grid;
  gap: 18px;
  max-width: none;
}

.ai-section blockquote {
  max-width: 1120px;
  margin: 0;
  padding: clamp(22px, 3vw, 42px);
  border-left: 4px solid var(--ai-cyan-soft);
  background:
    linear-gradient(90deg, rgba(0, 174, 239, .1), rgba(255, 255, 255, .42)),
    rgba(255, 255, 255, .28);
  font: 200 clamp(32px, 4.4vw, 74px)/.98 var(--font-heading);
  letter-spacing: -.035em;
}

.ai-source-evidence {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(12px, 1.4vw, 22px);
  align-items: stretch;
}

.ai-source-evidence figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .12);
  background: rgba(255, 255, 255, .24);
}

.ai-source-evidence img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(.78) contrast(.94);
}

.ai-source-evidence__main {
  min-height: clamp(420px, 45vw, 720px);
}

.ai-source-evidence__main img {
  object-position: center center;
}

.ai-source-evidence__stack {
  display: grid;
  gap: clamp(12px, 1.4vw, 22px);
}

.ai-source-evidence__stack figure {
  min-height: clamp(200px, 21vw, 349px);
}

.ai-source-evidence__stack figure:first-child img {
  object-position: center center;
}

.ai-source-evidence__stack figure:last-child img {
  object-position: center center;
}

.ai-hero-visual,
.ai-system-visual,
.ai-agent-wall article {
  border: 1px solid rgba(0, 0, 0, .14);
  background: rgba(255, 255, 255, .26);
}

.ai-hero-visual,
.ai-system-visual {
  overflow: hidden;
}

.ai-window-bar {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(0, 0, 0, .11);
  background: rgba(255, 255, 255, .3);
}

.ai-window-bar span {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 50%;
}

.ai-command-line {
  display: grid;
  gap: 8px;
  padding: clamp(20px, 2.4vw, 34px);
  border-bottom: 1px solid rgba(0, 0, 0, .11);
}

.ai-command-line strong,
.ai-card-label,
.ai-agent-wall span {
  color: rgba(0, 0, 0, .58);
  font: 700 12px/1 var(--font-heading);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ai-command-line span {
  color: rgba(0, 0, 0, .72);
  font: 200 clamp(18px, 1.45vw, 25px)/1.15 var(--font-body);
}

.ai-visual-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(0, 0, 0, .11);
}

.ai-visual-stack article {
  display: grid;
  gap: 18px;
  align-content: space-between;
  min-height: clamp(132px, 12vw, 190px);
  padding: clamp(18px, 2vw, 30px);
  background: rgba(255, 255, 255, .42);
}

.ai-visual-stack span {
  color: rgba(0, 0, 0, .35);
  font: 300 clamp(36px, 4vw, 72px)/.9 var(--font-heading);
  letter-spacing: -.04em;
}

.ai-visual-stack p,
.ai-approval-strip span {
  margin: 0;
  color: rgba(0, 0, 0, .66);
  font: 500 clamp(14px, 1vw, 18px)/1.15 var(--font-heading);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ai-approval-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(0, 0, 0, .11);
}

.ai-approval-strip span {
  padding: 16px;
  background: rgba(255, 255, 255, .55);
  font-size: 11px;
}

.ai-hero-visual {
  position: relative;
  isolation: isolate;
}

.ai-hero-visual::after,
.ai-system-visual--copy::after,
.ai-agent-wall::after,
.ai-architecture::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .32) 48%, transparent 58%);
  opacity: 0;
  transform: translateX(-120%);
}

.ai-hero-visual.is-visible::after,
.ai-system-visual--copy.is-visible::after,
.ai-agent-wall.is-visible::after,
.ai-architecture.is-visible::after {
  animation: aiPanelSweep 6.8s ease-in-out .45s infinite;
}

.ai-command-line span {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.ai-command-line span::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 1em;
  margin-left: 5px;
  background: rgba(0, 0, 0, .54);
  vertical-align: -.12em;
  opacity: 0;
}

.ai-hero-visual.is-visible .ai-command-line span::after {
  animation: aiCaret 1.05s steps(1) infinite;
}

.ai-hero-visual .ai-visual-stack article,
.ai-hero-visual .ai-approval-strip span,
.ai-proof-band > a,
.ai-proof-band > span,
.ai-board article,
.ai-module-grid article,
.ai-split article,
.ai-agent-wall article,
.ai-example-groups article,
.ai-architecture article,
.ai-flow li,
.ai-ladder span {
  opacity: .42;
  transform: translateY(18px);
}

.ai-hero-visual.is-visible .ai-visual-stack article,
.ai-hero-visual.is-visible .ai-approval-strip span,
.ai-proof-band.is-visible > a,
.ai-proof-band.is-visible > span,
.ai-system-visual--copy.is-visible .ai-board article,
.ai-module-grid.is-visible article,
.ai-split.is-visible article,
.ai-agent-wall.is-visible article,
.ai-example-field.is-visible .ai-example-groups article,
.ai-architecture.is-visible article,
.ai-flow.is-visible li,
.ai-ladder.is-visible span {
  animation: aiItemIn .75s cubic-bezier(.16, 1, .3, 1) both;
  animation-delay: calc(var(--ai-index, 0) * 70ms);
}

.ai-hero-visual.is-visible .ai-visual-stack article {
  animation-name: aiStepIn;
}

.ai-hero-visual.is-visible .ai-visual-stack article span {
  animation: aiStepNumber 5.6s ease-in-out infinite;
  animation-delay: calc(var(--ai-index, 0) * .55s);
}

.ai-hero-visual.is-visible .ai-approval-strip span {
  animation-name: aiItemIn, aiApprovalPulse;
  animation-duration: .75s, 6s;
  animation-delay: calc(var(--ai-index, 0) * 70ms), calc(.7s + var(--ai-index, 0) * .75s);
  animation-fill-mode: both, none;
  animation-iteration-count: 1, infinite;
}

.ai-proof-band.is-visible > a,
.ai-proof-band.is-visible > span {
  animation-name: aiItemIn, aiProofPulse;
  animation-duration: .75s, 8s;
  animation-delay: calc(var(--ai-index, 0) * 70ms), calc(1s + var(--ai-index, 0) * .9s);
  animation-fill-mode: both, none;
  animation-iteration-count: 1, infinite;
}

.ai-system-visual--copy {
  position: relative;
  isolation: isolate;
}

.ai-system-visual--copy.is-visible .ai-draft-lines span {
  transform-origin: left;
  animation: aiDraftLine 4.8s ease-in-out infinite;
  animation-delay: calc(var(--ai-index, 0) * .24s);
}

.ai-system-visual--copy.is-visible .ai-board article:last-child li {
  animation: aiReviewFlag 5.6s ease-in-out infinite;
  animation-delay: calc(var(--ai-index, 0) * .45s);
}

.ai-flow li {
  position: relative;
  overflow: hidden;
}

.ai-flow.is-visible li::after {
  content: "";
  position: absolute;
  inset: auto 16px 16px;
  height: 2px;
  background: var(--ai-cyan);
  transform: scaleX(0);
  transform-origin: left;
  animation: aiFlowLine 8.4s ease-in-out infinite;
  animation-delay: calc(var(--ai-index, 0) * .5s);
}

.ai-agent-wall,
.ai-architecture {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.ai-agent-wall.is-visible article strong,
.ai-architecture.is-visible article h3 {
  animation: aiTextPulse 7s ease-in-out infinite;
  animation-delay: calc(var(--ai-index, 0) * .45s);
}

.ai-ladder.is-visible span {
  animation-name: aiItemIn, aiLadderStep;
  animation-duration: .75s, 7s;
  animation-delay: calc(var(--ai-index, 0) * 70ms), calc(.8s + var(--ai-index, 0) * .55s);
  animation-fill-mode: both, none;
  animation-iteration-count: 1, infinite;
}

.ai-system-visual--copy,
.ai-system-visual--seo {
  max-width: none;
}

.ai-system-visual--seo {
  position: relative;
  isolation: isolate;
}

.ai-system-visual--seo::after {
  content: "";
  position: absolute;
  inset: 42px 0 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, .48) 50%, transparent 100%);
  opacity: 0;
  transform: translateY(-100%);
}

.ai-system-visual--seo.is-active::after {
  animation: aiSeoScan 8.6s ease-in-out .8s infinite;
}

.ai-board {
  display: grid;
  grid-template-columns: .9fr 1.2fr .9fr;
  gap: 1px;
  background: rgba(0, 0, 0, .12);
}

.ai-board article,
.ai-seo-dashboard article {
  min-height: clamp(250px, 24vw, 420px);
  padding: clamp(20px, 2.5vw, 42px);
  background: rgba(255, 255, 255, .44);
}

.ai-board h3,
.ai-seo-dashboard h3,
.ai-agent-wall strong {
  margin: 16px 0 0;
  color: #050505;
  font: 300 clamp(28px, 3vw, 52px)/.96 var(--font-heading);
  letter-spacing: -.035em;
}

.ai-board ul {
  display: grid;
  gap: 10px;
  margin: clamp(26px, 4vw, 70px) 0 0;
  padding: 0;
  list-style: none;
}

.ai-board li {
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, .13);
  color: rgba(0, 0, 0, .62);
  font: 200 clamp(17px, 1.2vw, 22px)/1.2 var(--font-body);
}

.ai-draft-lines {
  display: grid;
  gap: 18px;
  margin-top: clamp(40px, 6vw, 110px);
}

.ai-draft-lines span {
  display: block;
  height: clamp(22px, 2vw, 38px);
  background: linear-gradient(90deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .04));
}

.ai-draft-lines span:nth-child(2) {
  width: 78%;
}

.ai-draft-lines span:nth-child(3) {
  width: 58%;
}

.ai-draft-lines span:nth-child(4) {
  width: 88%;
}

.ai-seo-dashboard {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.35fr repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "managed signals queue"
    "timeline timeline timeline";
  gap: 1px;
  background: rgba(0, 0, 0, .12);
}

.ai-seo-card--managed {
  grid-area: managed;
}

.ai-seo-card--signals {
  grid-area: signals;
}

.ai-seo-card--queue {
  grid-area: queue;
}

.ai-seo-card--restore {
  display: none;
}

.ai-seo-card--wide {
  grid-row: auto;
}

.ai-seo-card--timeline {
  grid-area: timeline;
}

.ai-seo-dashboard article {
  min-height: 0;
}

.ai-seo-card--wide h3 {
  max-width: 580px;
  font-size: clamp(44px, 5.4vw, 92px);
}

.ai-meter {
  height: 10px;
  margin-top: clamp(28px, 4vw, 58px);
  background: rgba(0, 0, 0, .12);
  overflow: hidden;
}

.ai-meter span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, .66), var(--ai-cyan));
}

.ai-system-visual--seo.is-active .ai-meter span {
  animation: aiMeterFill 1.35s cubic-bezier(.16, 1, .3, 1) .28s both;
}

.ai-card-status {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: clamp(22px, 2vw, 32px);
  color: rgba(0, 0, 0, .56);
  font: 600 12px/1.2 var(--font-heading);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ai-card-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ai-cyan);
  box-shadow: 0 0 0 0 var(--ai-cyan-faint);
}

.ai-system-visual--seo.is-active .ai-card-status span {
  animation: aiStatusPulse 2.8s ease-in-out infinite;
}

.ai-watch-list {
  display: grid;
  gap: 1px;
  margin-top: clamp(26px, 3.4vw, 52px);
  background: rgba(0, 0, 0, .1);
}

.ai-watch-list span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 13px 0;
  background: rgba(255, 255, 255, .2);
  opacity: .72;
}

.ai-watch-list strong,
.ai-watch-list em {
  color: rgba(0, 0, 0, .58);
  font-family: var(--font-heading);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ai-watch-list em {
  color: rgba(0, 0, 0, .42);
  text-align: right;
}

.ai-system-visual--seo.is-active .ai-watch-list span {
  animation: aiWatchList 6.4s ease-in-out infinite;
}

.ai-system-visual--seo.is-active .ai-watch-list span:nth-child(2) {
  animation-delay: .28s;
}

.ai-system-visual--seo.is-active .ai-watch-list span:nth-child(3) {
  animation-delay: .56s;
}

.ai-system-visual--seo.is-active .ai-watch-list span:nth-child(4) {
  animation-delay: .84s;
}

.ai-seo-card--timeline ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(20px, 2.4vw, 34px) 0 0;
  padding: 0;
  list-style: none;
  background: rgba(0, 0, 0, .12);
}

.ai-seo-card--timeline li {
  position: relative;
  overflow: hidden;
  min-height: 72px;
  padding: 14px;
  background: rgba(255, 255, 255, .42);
  color: rgba(0, 0, 0, .64);
  font: 600 12px/1.1 var(--font-heading);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ai-seo-card--timeline li::after {
  content: "";
  position: absolute;
  inset: auto 12px 12px;
  height: 2px;
  background: #050505;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
}

.ai-system-visual--seo.is-active .ai-seo-card--timeline li {
  animation: aiLoopStep 7.5s ease-in-out infinite;
}

.ai-system-visual--seo.is-active .ai-seo-card--timeline li::after {
  animation: aiLoopLine 7.5s ease-in-out infinite;
}

.ai-seo-card--timeline li:nth-child(2),
.ai-seo-card--timeline li:nth-child(2)::after {
  animation-delay: 1.5s;
}

.ai-seo-card--timeline li:nth-child(3),
.ai-seo-card--timeline li:nth-child(3)::after {
  animation-delay: 3s;
}

.ai-seo-card--timeline li:nth-child(4),
.ai-seo-card--timeline li:nth-child(4)::after {
  animation-delay: 4.5s;
}

.ai-seo-card--timeline li:nth-child(5),
.ai-seo-card--timeline li:nth-child(5)::after {
  animation-delay: 6s;
}

.ai-mini-signal,
.ai-proposal-rows,
.ai-restore-stack {
  margin-top: clamp(24px, 2.8vw, 42px);
}

.ai-mini-signal {
  display: grid;
  gap: 10px;
}

.ai-mini-signal span {
  display: block;
  height: 14px;
  background: linear-gradient(90deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .06));
  transform-origin: left;
}

.ai-mini-signal span:nth-child(2) {
  width: 74%;
}

.ai-mini-signal span:nth-child(3) {
  width: 52%;
}

.ai-system-visual--seo.is-active .ai-mini-signal span {
  animation: aiSignalBars 5.2s ease-in-out infinite;
}

.ai-system-visual--seo.is-active .ai-mini-signal span:nth-child(2) {
  animation-delay: .34s;
}

.ai-system-visual--seo.is-active .ai-mini-signal span:nth-child(3) {
  animation-delay: .68s;
}

.ai-proposal-rows {
  display: grid;
  gap: 8px;
}

.ai-proposal-rows span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid rgba(0, 0, 0, .13);
  opacity: .68;
  transform: translateY(10px);
}

.ai-proposal-rows strong,
.ai-proposal-rows em {
  font-family: var(--font-heading);
  font-style: normal;
  line-height: 1.1;
}

.ai-proposal-rows strong {
  color: rgba(0, 0, 0, .68);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ai-proposal-rows em {
  padding: 5px 7px;
  border: 1px solid var(--ai-cyan-faint);
  color: rgba(0, 0, 0, .54);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ai-system-visual--seo.is-active .ai-proposal-rows span {
  animation: aiQueueIn .7s cubic-bezier(.16, 1, .3, 1) both;
}

.ai-system-visual--seo.is-active .ai-proposal-rows span:nth-child(2) {
  animation-delay: .2s;
}

.ai-system-visual--seo.is-active .ai-proposal-rows span:nth-child(3) {
  animation-delay: .4s;
}

.ai-meta-flip {
  position: relative;
  min-height: 112px;
  margin-top: clamp(24px, 3vw, 46px);
  perspective: 900px;
}

.ai-meta-flip div {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: space-between;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, .12);
  background: rgba(255, 255, 255, .24);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.ai-meta-flip div:last-child {
  transform: rotateX(180deg);
}

.ai-meta-flip p {
  color: rgba(0, 0, 0, .42);
  font: 700 10px/1.1 var(--font-heading);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ai-meta-flip strong {
  color: rgba(0, 0, 0, .72);
  font: 300 clamp(20px, 1.7vw, 30px)/1 var(--font-heading);
  letter-spacing: -.02em;
}

.ai-system-visual--seo.is-active .ai-meta-flip div:first-child {
  animation: aiMetaFlipFront 7.8s ease-in-out infinite;
}

.ai-system-visual--seo.is-active .ai-meta-flip div:last-child {
  animation: aiMetaFlipBack 7.8s ease-in-out infinite;
}

.ai-restore-stack {
  display: grid;
  gap: 8px;
  max-width: 180px;
}

.ai-restore-stack span {
  display: block;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, .12);
  background: rgba(255, 255, 255, .28);
  transform: translateY(0);
}

.ai-system-visual--seo.is-active .ai-restore-stack span {
  animation: aiRestoreStack 4.8s ease-in-out infinite;
}

.ai-system-visual--seo.is-active .ai-restore-stack span:nth-child(2) {
  animation-delay: .18s;
}

.ai-system-visual--seo.is-active .ai-restore-stack span:nth-child(3) {
  animation-delay: .36s;
}

.ai-seo-radar,
.ai-signal-map {
  position: absolute;
  inset: 42px 0 0;
  z-index: 1;
  pointer-events: none;
}

.ai-seo-radar {
  opacity: .36;
  background:
    linear-gradient(rgba(0, 0, 0, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, .045) 1px, transparent 1px);
  background-size: 96px 96px;
}

.ai-seo-radar span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 8px;
  height: 8px;
  border: 1px solid var(--ai-cyan-soft);
  border-radius: 50%;
  opacity: 0;
}

.ai-system-visual--seo.is-active .ai-seo-radar span {
  animation: aiRadarPoint 4.8s ease-in-out var(--delay) infinite;
}

.ai-signal-line,
.ai-signal-pulse {
  position: absolute;
  display: block;
}

.ai-signal-line {
  --line-rotate: 0deg;
  height: 1px;
  background: var(--ai-cyan-soft);
  transform-origin: left;
  opacity: 0;
}

.ai-signal-line--one {
  left: 42%;
  top: 26%;
  width: 24%;
}

.ai-signal-line--two {
  left: 65%;
  top: 51%;
  width: 20%;
  --line-rotate: 90deg;
}

.ai-signal-line--three {
  left: 43%;
  top: 73%;
  width: 38%;
}

.ai-signal-pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ai-cyan);
  opacity: 0;
}

.ai-signal-pulse--one {
  left: 42%;
  top: calc(26% - 4px);
}

.ai-signal-pulse--two {
  left: 65%;
  top: calc(51% - 4px);
}

.ai-signal-pulse--three {
  left: 43%;
  top: calc(73% - 4px);
}

.ai-system-visual--seo.is-active .ai-signal-line {
  animation: aiSignalLine 6s ease-in-out infinite;
}

.ai-system-visual--seo.is-active .ai-signal-pulse--one {
  animation: aiPulseOne 6s linear infinite;
}

.ai-system-visual--seo.is-active .ai-signal-pulse--two {
  animation: aiPulseTwo 6s linear .9s infinite;
}

.ai-system-visual--seo.is-active .ai-signal-pulse--three {
  animation: aiPulseThree 6s linear 1.8s infinite;
}

.ai-agent-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(0, 0, 0, .14);
}

.ai-agent-wall article {
  display: grid;
  align-content: space-between;
  min-height: clamp(250px, 22vw, 390px);
  padding: clamp(20px, 2.4vw, 40px);
}

.ai-agent-wall p {
  margin: clamp(40px, 6vw, 86px) 0 0;
  color: rgba(0, 0, 0, .62);
  font: 200 clamp(18px, 1.3vw, 24px)/1.2 var(--font-body);
}

.ai-module-grid,
.ai-example-groups,
.ai-architecture {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 22px);
}

.ai-module-grid--four,
.ai-architecture {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ai-module-grid article,
.ai-split article,
.ai-platform,
.ai-production-card,
.ai-notice,
.ai-example-field,
.ai-architecture article,
.ai-flow,
.ai-two-surface,
.ai-closing form {
  border: 1px solid rgba(0, 0, 0, .12);
  background: rgba(255, 255, 255, .24);
}

.ai-module-grid article,
.ai-split article,
.ai-architecture article,
.ai-platform,
.ai-production-card,
.ai-notice,
.ai-example-field,
.ai-flow,
.ai-closing form {
  padding: clamp(20px, 2.5vw, 42px);
}

.ai-module-grid article,
.ai-split article,
.ai-architecture article,
.ai-example-groups article,
.ai-flow,
.ai-platform {
  position: relative;
}

.ai-module-grid article::before,
.ai-split article::before,
.ai-architecture article::before,
.ai-example-groups article::before,
.ai-flow::before,
.ai-platform::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--ai-cyan);
}

.ai-module-grid article:nth-child(4n+1)::before,
.ai-split article:nth-child(4n+1)::before,
.ai-architecture article:nth-child(4n+1)::before,
.ai-example-groups article:nth-child(4n+1)::before { background: var(--ai-orange); }

.ai-module-grid article:nth-child(4n+2)::before,
.ai-split article:nth-child(4n+2)::before,
.ai-architecture article:nth-child(4n+2)::before,
.ai-example-groups article:nth-child(4n+2)::before { background: var(--ai-cyan); }

.ai-module-grid article:nth-child(4n+3)::before,
.ai-split article:nth-child(4n+3)::before,
.ai-architecture article:nth-child(4n+3)::before,
.ai-example-groups article:nth-child(4n+3)::before { background: var(--ai-green); }

.ai-module-grid article:nth-child(4n+4)::before,
.ai-split article:nth-child(4n+4)::before,
.ai-architecture article:nth-child(4n+4)::before,
.ai-example-groups article:nth-child(4n+4)::before { background: var(--ai-rose); }

.ai-module-grid--icons article {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: clamp(18px, 2vw, 30px);
  align-items: start;
}

.ai-module-grid--icons article h3,
.ai-module-grid--icons article p {
  grid-column: 2;
}

.ai-module-icon {
  position: relative;
  display: block;
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(0, 0, 0, .24);
  background:
    linear-gradient(rgba(0, 0, 0, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, .06) 1px, transparent 1px),
    rgba(255, 255, 255, .22);
  background-size: 14px 14px;
  overflow: hidden;
}

.ai-module-icon::before,
.ai-module-icon::after,
.ai-module-icon i {
  content: "";
  position: absolute;
  display: block;
  border-color: rgba(0, 0, 0, .58);
}

.ai-module-icon::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ai-cyan);
  border: 0;
  opacity: .78;
}

.ai-module-grid--icons.is-visible .ai-module-icon {
  animation: aiIconWake .9s cubic-bezier(.16, 1, .3, 1) both;
  animation-delay: calc(.12s + var(--ai-index, 0) * 70ms);
}

.ai-module-grid--icons.is-visible .ai-module-icon::after {
  animation: aiIconPulse 4.8s ease-in-out infinite;
  animation-delay: calc(.55s + var(--ai-index, 0) * .28s);
}

.ai-module-icon--source i {
  left: 14px;
  width: 28px;
  height: 7px;
  border: 1px solid rgba(0, 0, 0, .46);
  background: rgba(255, 255, 255, .18);
}

.ai-module-icon--source i:nth-child(1) {
  top: 15px;
}

.ai-module-icon--source i:nth-child(2) {
  top: 24px;
  left: 18px;
}

.ai-module-icon--source i:nth-child(3) {
  top: 33px;
  left: 22px;
}

.ai-module-icon--source::after {
  right: 10px;
  top: 10px;
}

.ai-module-icon--voice i {
  bottom: 14px;
  width: 3px;
  background: rgba(0, 0, 0, .48);
}

.ai-module-icon--voice i:nth-child(1) {
  left: 15px;
  height: 16px;
}

.ai-module-icon--voice i:nth-child(2) {
  left: 23px;
  height: 28px;
}

.ai-module-icon--voice i:nth-child(3) {
  left: 31px;
  height: 22px;
}

.ai-module-icon--voice i:nth-child(4) {
  left: 39px;
  height: 34px;
}

.ai-module-icon--voice::after {
  right: 10px;
  top: 13px;
}

.ai-module-icon--audience::before {
  left: 18px;
  top: 17px;
  width: 21px;
  height: 21px;
  border: 1px solid rgba(0, 0, 0, .36);
  border-radius: 50%;
}

.ai-module-icon--audience i {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
}

.ai-module-icon--audience i:nth-child(1) {
  left: 12px;
  top: 22px;
}

.ai-module-icon--audience i:nth-child(2) {
  left: 25px;
  top: 12px;
}

.ai-module-icon--audience i:nth-child(3) {
  right: 12px;
  bottom: 14px;
}

.ai-module-icon--audience::after {
  left: 24px;
  top: 24px;
}

.ai-module-icon--claims::before {
  left: 14px;
  top: 13px;
  width: 28px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, .46);
}

.ai-module-icon--claims i:nth-child(1) {
  left: 20px;
  top: 23px;
  width: 15px;
  height: 8px;
  border-left: 2px solid rgba(0, 0, 0, .58);
  border-bottom: 2px solid rgba(0, 0, 0, .58);
  transform: rotate(-45deg);
}

.ai-module-icon--claims i:nth-child(2) {
  right: 11px;
  top: 9px;
  width: 12px;
  height: 1px;
  background: rgba(0, 0, 0, .5);
}

.ai-module-icon--claims::after {
  right: 10px;
  bottom: 10px;
}

.ai-module-icon--channel i {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, .42);
}

.ai-module-icon--channel i:nth-child(1) {
  left: 13px;
  top: 13px;
}

.ai-module-icon--channel i:nth-child(2) {
  right: 13px;
  top: 13px;
}

.ai-module-icon--channel i:nth-child(3) {
  left: 13px;
  bottom: 13px;
}

.ai-module-icon--channel i:nth-child(4) {
  right: 13px;
  bottom: 13px;
}

.ai-module-icon--channel::after {
  left: 24px;
  top: 24px;
}

.ai-module-icon--draft i {
  left: 14px;
  height: 2px;
  background: rgba(0, 0, 0, .5);
}

.ai-module-icon--draft i:nth-child(1) {
  top: 18px;
  width: 30px;
}

.ai-module-icon--draft i:nth-child(2) {
  top: 28px;
  width: 22px;
}

.ai-module-icon--draft i:nth-child(3) {
  top: 38px;
  width: 34px;
}

.ai-module-icon--draft::after {
  right: 10px;
  top: 25px;
}

.ai-module-icon--review::before {
  left: 12px;
  top: 22px;
  width: 32px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, .46);
  border-radius: 50%;
}

.ai-module-icon--review i:nth-child(1) {
  left: 25px;
  top: 27px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .48);
}

.ai-module-icon--review i:nth-child(2) {
  left: 10px;
  top: 13px;
  width: 36px;
  height: 1px;
  background: rgba(0, 0, 0, .28);
}

.ai-module-icon--review::after {
  right: 11px;
  bottom: 11px;
}

.ai-module-icon--approval i {
  left: 14px;
  width: 27px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, .42);
  background: rgba(255, 255, 255, .14);
}

.ai-module-icon--approval i:nth-child(1) {
  top: 14px;
}

.ai-module-icon--approval i:nth-child(2) {
  top: 21px;
  left: 19px;
}

.ai-module-icon--approval i:nth-child(3) {
  top: 28px;
  left: 24px;
}

.ai-module-icon--approval::after {
  left: 17px;
  bottom: 10px;
}

.ai-module-grid h3,
.ai-split h3,
.ai-production-card h3,
.ai-notice h3,
.ai-example-field h3,
.ai-flow h3,
.ai-platform strong,
.ai-architecture h3 {
  font: 300 clamp(24px, 2.1vw, 38px)/1 var(--font-heading);
  letter-spacing: -.025em;
}

.ai-module-grid p,
.ai-architecture p {
  margin-top: 16px;
  color: rgba(0, 0, 0, .62);
  font: 200 clamp(17px, 1.2vw, 22px)/1.25 var(--font-body);
}

.ai-flow {
  overflow: hidden;
}

.ai-flow ol {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  background: rgba(0, 0, 0, .14);
  overflow-x: auto;
}

.ai-flow li {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 230px;
  padding: 18px;
  background: rgba(255, 255, 255, .52);
}

.ai-flow strong {
  font: 600 13px/1.1 var(--font-heading);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ai-flow span {
  color: rgba(0, 0, 0, .64);
  font: 200 17px/1.25 var(--font-body);
}

.ai-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
}

.ai-split article {
  display: grid;
  gap: 18px;
}

.ai-production-card {
  display: grid;
  gap: 20px;
  background: rgba(5, 5, 5, .88);
  color: #fff;
}

.ai-production-card .ai-status,
.ai-production-card p {
  color: rgba(255, 255, 255, .72);
}

.ai-production-card h3 {
  max-width: 1200px;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 92px);
}

.ai-proof-band--contained {
  margin: clamp(16px, 2vw, 30px) 0 0;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .16);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, .16);
}

.ai-proof-band--contained > span {
  grid-template-rows: auto 1fr;
  min-height: clamp(150px, 12vw, 210px);
  border: 0;
  border-top: 0;
  background: rgba(255, 255, 255, .08);
}

.ai-proof-band--contained strong {
  margin-top: 0;
  font-size: clamp(30px, 3vw, 54px);
  line-height: .94;
}

.ai-proof-band--contained em {
  margin-top: 12px;
  font-size: clamp(12px, .92vw, 15px);
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ai-production-card .ai-proof-band--contained strong,
.ai-production-card .ai-proof-band--contained em {
  color: #fff;
}

.agency-faq {
  display: grid;
  gap: 1px;
  padding: clamp(102px, 9.6vw, 166px) clamp(22px, 4vw, 72px) clamp(76px, 8vw, 132px);
  background: rgba(255, 255, 255, .12);
  scroll-margin-top: calc(var(--site-header-h) + 44px);
}

.agency-faq .agency-marker {
  margin-bottom: clamp(18px, 2vw, 30px);
}

.agency-faq details {
  border-top: 1px solid rgba(0, 0, 0, .14);
  background: rgba(255, 255, 255, .22);
}

.agency-faq details:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .14);
}

.agency-faq summary {
  cursor: pointer;
  padding: clamp(18px, 2vw, 28px) 0;
  color: #050505;
  font: 300 clamp(24px, 2.1vw, 38px)/1 var(--font-heading);
  letter-spacing: -.025em;
}

.agency-faq p {
  max-width: 1120px;
  padding-bottom: clamp(22px, 2.8vw, 38px);
  color: rgba(0, 0, 0, .66);
  font: 200 clamp(18px, 1.3vw, 24px)/1.26 var(--font-body);
}

.ai-two-surface {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(14px, 2vw, 30px);
  align-items: stretch;
  padding: clamp(18px, 2vw, 30px);
}

.ai-two-surface div {
  display: grid;
  align-content: center;
  min-height: 300px;
  padding: clamp(22px, 3vw, 42px);
  background: rgba(255, 255, 255, .48);
}

.ai-two-surface ol {
  display: grid;
  gap: 10px;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-two-surface li,
.ai-ladder span {
  padding: 12px 14px;
  border-left: 2px solid var(--ai-cyan-faint);
  background: rgba(5, 5, 5, .88);
  color: #fff;
  font: 600 12px/1 var(--font-heading);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ai-two-surface p {
  margin-top: 18px;
  color: rgba(0, 0, 0, .62);
  font: 200 clamp(18px, 1.4vw, 24px)/1.2 var(--font-body);
}

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

.ai-platform div {
  display: grid;
  gap: 12px;
  padding: 22px;
  background: rgba(255, 255, 255, .38);
}

.ai-notice {
  border-color: rgba(0, 0, 0, .28);
}

.ai-example-field {
  display: grid;
  gap: 26px;
}

.ai-example-groups article {
  display: grid;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, .16);
}

.ai-example-groups p {
  font-size: clamp(16px, 1.1vw, 20px);
}

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

.ai-disclaimer {
  max-width: 1120px;
}

.ai-section--governance {
  background: rgba(5, 5, 5, .88);
  color: #fff;
}

.ai-section--governance .ai-marker,
.ai-section--governance p,
.ai-section--governance .ai-section__intro p,
.ai-section--governance .ai-module-grid p {
  color: rgba(255, 255, 255, .7);
}

.ai-section--governance .ai-module-grid article {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
}

.ai-ladder {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .2);
  overflow-x: auto;
}

.ai-ladder span {
  min-width: 170px;
  border-left-color: var(--ai-cyan-soft);
  background: rgba(255, 255, 255, .12);
}

.ai-closing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 36vw);
  gap: clamp(24px, 5vw, 86px);
  padding-top: clamp(72px, 10vw, 150px);
  padding-bottom: clamp(74px, 10vw, 150px);
}

.ai-closing h2 {
  margin: 0 0 24px;
}

.ai-closing label {
  display: block;
  color: rgba(0, 0, 0, .7);
  font: 200 clamp(20px, 1.5vw, 28px)/1.2 var(--font-body);
}

.ai-closing textarea {
  width: 100%;
  min-height: 180px;
  margin: 18px 0;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, .18);
  background: rgba(255, 255, 255, .48);
  color: #050505;
  font: 200 18px/1.35 var(--font-body);
  resize: vertical;
}

@keyframes aiSeoScan {
  0%, 34% {
    opacity: 0;
    transform: translateY(-100%);
  }

  45%, 56% {
    opacity: .42;
  }

  72%, 100% {
    opacity: 0;
    transform: translateY(110%);
  }
}

@keyframes aiPanelSweep {
  0%, 38% {
    opacity: 0;
    transform: translateX(-120%);
  }

  50%, 58% {
    opacity: .56;
  }

  78%, 100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes aiCaret {
  0%, 48% {
    opacity: 0;
  }

  49%, 100% {
    opacity: .7;
  }
}

@keyframes aiItemIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

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

@keyframes aiStepIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(.985);
  }

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

@keyframes aiStepNumber {
  0%, 100% {
    color: rgba(0, 0, 0, .35);
  }

  42%, 56% {
    color: rgba(0, 0, 0, .72);
  }
}

@keyframes aiApprovalPulse {
  0%, 100% {
    background: rgba(255, 255, 255, .55);
  }

  46%, 58% {
    background: rgba(255, 255, 255, .82);
  }
}

@keyframes aiProofPulse {
  0%, 100% {
    background: rgba(255, 255, 255, .36);
  }

  48%, 58% {
    background: rgba(255, 255, 255, .62);
  }
}

@keyframes aiDraftLine {
  0%, 100% {
    opacity: .55;
    transform: scaleX(.74);
  }

  48%, 60% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes aiReviewFlag {
  0%, 100% {
    color: rgba(0, 0, 0, .62);
    background: transparent;
  }

  45%, 56% {
    color: #050505;
    background: rgba(255, 255, 255, .34);
  }
}

@keyframes aiFlowLine {
  0%, 20%, 100% {
    opacity: 0;
    transform: scaleX(0);
  }

  8%, 14% {
    opacity: .74;
    transform: scaleX(1);
  }
}

@keyframes aiTextPulse {
  0%, 100% {
    color: #050505;
  }

  46%, 56% {
    color: rgba(0, 0, 0, .54);
  }
}

@keyframes aiLadderStep {
  0%, 100% {
    background: rgba(255, 255, 255, .12);
  }

  44%, 56% {
    background: rgba(255, 255, 255, .32);
  }
}

@keyframes aiMeterFill {
  from {
    width: 0;
  }

  to {
    width: var(--meter-target, 72%);
  }
}

@keyframes aiStatusPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 var(--ai-cyan-faint);
  }

  48% {
    box-shadow: 0 0 0 10px rgba(0, 174, 239, 0);
  }
}

@keyframes aiLoopStep {
  0%, 19%, 100% {
    background: rgba(255, 255, 255, .42);
    color: rgba(0, 0, 0, .64);
  }

  7%, 13% {
    background: rgba(255, 255, 255, .72);
    color: #050505;
  }
}

@keyframes aiLoopLine {
  0%, 19%, 100% {
    opacity: 0;
    transform: scaleX(0);
  }

  7%, 13% {
    opacity: .76;
    transform: scaleX(1);
  }
}

@keyframes aiSignalBars {
  0%, 100% {
    opacity: .44;
    transform: scaleX(.68);
  }

  50% {
    opacity: .95;
    transform: scaleX(1);
  }
}

@keyframes aiQueueIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: .86;
    transform: translateY(0);
  }
}

@keyframes aiRestoreStack {
  0%, 100% {
    opacity: .48;
    transform: translateY(0);
  }

  50% {
    opacity: .9;
    transform: translateY(-5px);
  }
}

@keyframes aiWatchList {
  0%, 100% {
    opacity: .58;
  }

  42%, 58% {
    opacity: .92;
  }
}

@keyframes aiMetaFlipFront {
  0%, 44%, 100% {
    opacity: 1;
    transform: rotateX(0deg);
  }

  52%, 92% {
    opacity: 0;
    transform: rotateX(-180deg);
  }
}

@keyframes aiMetaFlipBack {
  0%, 44%, 100% {
    opacity: 0;
    transform: rotateX(180deg);
  }

  52%, 92% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

@keyframes aiRadarPoint {
  0%, 100% {
    opacity: 0;
    transform: scale(.4);
    box-shadow: 0 0 0 0 var(--ai-cyan-faint);
  }

  35%, 54% {
    opacity: .72;
    transform: scale(1);
    box-shadow: 0 0 0 14px rgba(0, 174, 239, 0);
  }
}

@keyframes aiSignalLine {
  0%, 100% {
    opacity: 0;
    transform: rotate(var(--line-rotate)) scaleX(.2);
  }

  18%, 72% {
    opacity: .62;
    transform: rotate(var(--line-rotate)) scaleX(1);
  }
}

@keyframes aiPulseOne {
  0% {
    opacity: 0;
    transform: translateX(0);
  }

  14%, 34% {
    opacity: .72;
  }

  46%, 100% {
    opacity: 0;
    transform: translateX(24vw);
  }
}

@keyframes aiPulseTwo {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  14%, 34% {
    opacity: .72;
  }

  46%, 100% {
    opacity: 0;
    transform: translateY(16vw);
  }
}

@keyframes aiPulseThree {
  0% {
    opacity: 0;
    transform: translateX(0);
  }

  14%, 34% {
    opacity: .72;
  }

  46%, 100% {
    opacity: 0;
    transform: translateX(38vw);
  }
}

@keyframes aiIconWake {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(.92);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes aiIconPulse {
  0%, 100% {
    opacity: .42;
    transform: scale(.8);
  }

  44%, 56% {
    opacity: .95;
    transform: scale(1.15);
  }
}

@media (max-width: 1180px) {
  .ai-hero,
  .ai-section__intro,
  .ai-closing,
  .ai-two-surface,
  .ai-platform {
    grid-template-columns: 1fr;
  }

  .ai-proof-band,
  .ai-module-grid,
  .ai-module-grid--four,
  .ai-example-groups,
  .ai-architecture,
  .ai-agent-wall,
  .ai-source-evidence {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-board,
  .ai-seo-dashboard {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .ai-seo-card--managed,
  .ai-seo-card--signals,
  .ai-seo-card--queue,
  .ai-seo-card--restore,
  .ai-seo-card--wide,
  .ai-seo-card--timeline {
    grid-area: auto;
    grid-column: auto;
    grid-row: auto;
  }

  .ai-signal-map {
    display: none;
  }
}

@media (max-width: 720px) {
  .ai-page {
    background-size: 50vw 240px, 50vw 240px, auto;
  }

  .ai-hero {
    min-height: auto;
  }

  .ai-hero__meta {
    display: grid;
  }

  .ai-proof-band,
  .ai-module-grid,
  .ai-module-grid--four,
  .ai-split,
  .ai-example-groups,
  .ai-architecture,
  .ai-visual-stack,
  .ai-approval-strip,
  .ai-agent-wall,
  .ai-source-evidence,
  .ai-seo-card--timeline ol {
    grid-template-columns: 1fr;
  }

  .ai-source-evidence__main,
  .ai-source-evidence__stack figure {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .ai-proof-band a,
  .ai-proof-band span {
    min-height: 130px;
  }

  .ai-flow ol {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .ai-seo-radar {
    background-size: 64px 64px;
  }

  .ai-flow li {
    min-height: auto;
  }

  .ai-module-grid--icons article {
    grid-template-columns: 1fr;
  }

  .ai-module-grid--icons article h3,
  .ai-module-grid--icons article p,
  .ai-module-icon {
    grid-column: auto;
    grid-row: auto;
  }

  .ai-module-icon {
    margin-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-hero-visual::after,
  .ai-system-visual--copy::after,
  .ai-agent-wall::after,
  .ai-architecture::after,
  .ai-hero-visual.is-visible::after,
  .ai-system-visual--copy.is-visible::after,
  .ai-agent-wall.is-visible::after,
  .ai-architecture.is-visible::after,
  .ai-hero-visual.is-visible .ai-command-line span::after,
  .ai-hero-visual.is-visible .ai-visual-stack article,
  .ai-hero-visual.is-visible .ai-visual-stack article span,
  .ai-hero-visual.is-visible .ai-approval-strip span,
  .ai-proof-band.is-visible > a,
  .ai-proof-band.is-visible > span,
  .ai-system-visual--copy.is-visible .ai-board article,
  .ai-system-visual--copy.is-visible .ai-draft-lines span,
  .ai-system-visual--copy.is-visible .ai-board article:last-child li,
  .ai-module-grid.is-visible article,
  .ai-split.is-visible article,
  .ai-agent-wall.is-visible article,
  .ai-agent-wall.is-visible article strong,
  .ai-example-field.is-visible .ai-example-groups article,
  .ai-architecture.is-visible article,
  .ai-architecture.is-visible article h3,
  .ai-flow.is-visible li,
  .ai-flow.is-visible li::after,
  .ai-ladder.is-visible span,
  .ai-system-visual--seo::after,
  .ai-system-visual--seo.is-active::after,
  .ai-system-visual--seo.is-active .ai-meter span,
  .ai-system-visual--seo.is-active .ai-card-status span,
  .ai-system-visual--seo.is-active .ai-seo-card--timeline li,
  .ai-system-visual--seo.is-active .ai-seo-card--timeline li::after,
  .ai-system-visual--seo.is-active .ai-mini-signal span,
  .ai-system-visual--seo.is-active .ai-proposal-rows span,
  .ai-system-visual--seo.is-active .ai-watch-list span,
  .ai-system-visual--seo.is-active .ai-meta-flip div,
  .ai-system-visual--seo.is-active .ai-restore-stack span,
  .ai-system-visual--seo.is-active .ai-seo-radar span,
  .ai-system-visual--seo.is-active .ai-signal-line,
  .ai-system-visual--seo.is-active .ai-signal-pulse,
  .ai-module-grid--icons.is-visible .ai-module-icon,
  .ai-module-grid--icons.is-visible .ai-module-icon::after {
    animation: none;
  }

  .ai-hero-visual .ai-visual-stack article,
  .ai-hero-visual .ai-approval-strip span,
  .ai-proof-band > a,
  .ai-proof-band > span,
  .ai-board article,
  .ai-module-grid article,
  .ai-split article,
  .ai-agent-wall article,
  .ai-example-groups article,
  .ai-architecture article,
  .ai-flow li,
  .ai-ladder span,
  .ai-module-icon {
    opacity: 1;
    transform: none;
  }

  .ai-meter span {
    width: var(--meter-target, 72%);
  }

  .ai-proposal-rows span {
    opacity: .86;
    transform: none;
  }

  .ai-meta-flip div,
  .ai-meta-flip div:last-child {
    opacity: 1;
    position: static;
    transform: none;
  }

  .ai-meta-flip {
    display: grid;
    gap: 8px;
  }
}
