/* AX支援専用LP。選択されたデザイン案の視覚言語を ax-* 内へ局所化する。 */

.ax-page {
  --ax-ink: #0d3b42;
  --ax-deep: #082f35;
  --ax-accent: #dda13d;
  --ax-accent-deep: #b9771d;
  --ax-blue: #eef5f8;
  --ax-blue-strong: #dfeef3;
  --ax-cream: #fbf8f0;
  --ax-mint: #eaf2ef;
  --ax-line: #d7e2e3;
  --ax-radius-sm: 1rem;
  --ax-radius-md: 1.55rem;
  --ax-radius-lg: 2.4rem;
  --ax-shadow-soft: 0 22px 60px rgba(18, 59, 64, 0.09);
  overflow-x: hidden;
  background: #fff;
  color: #17373b;
}

.ax-page .container {
  width: min(100% - 3rem, 1280px);
}

.ax-page .section {
  padding: clamp(5.5rem, 9vw, 8.5rem) 0;
}

.ax-page h1,
.ax-page h2,
.ax-page h3 {
  color: var(--ax-ink);
  font-family: var(--font-sans);
  text-wrap: pretty;
  line-break: strict;
}

.ax-page h2 {
  font-size: clamp(2.35rem, 4.4vw, 4.35rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.055em;
}

.ax-page h3 {
  font-size: clamp(1.12rem, 1.7vw, 1.42rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.ax-page p {
  line-height: 1.85;
}

#examples,
#why-now,
#approach,
#analysis-example,
#facility-example,
#method,
#fit,
#pilot,
#faq {
  scroll-margin-top: 6rem;
}

/* Header */

.ax-page .site-header {
  border-bottom: 1px solid rgba(18, 59, 64, 0.08);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.ax-page .header-inner {
  min-height: 5.15rem;
}

.ax-page .brand {
  gap: 0.75rem;
  color: var(--ax-ink);
  font-size: 1.28rem;
  letter-spacing: 0.02em;
}

.ax-page .brand-logo {
  width: 2.6rem;
  height: 2.6rem;
}

.ax-page .nav-links {
  gap: 0.15rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.9rem;
}

.ax-page .nav-links li + li {
  border-left: 0;
}

.ax-page .nav-links a {
  min-height: 2.7rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  color: var(--ax-ink);
  font-weight: 800;
  text-decoration: none;
}

.ax-page .nav-links a:hover {
  background: var(--ax-blue);
}

.ax-page .nav-links .ax-nav-cta {
  margin-left: 0.5rem;
  padding-inline: 1.35rem;
  background: var(--ax-accent);
  box-shadow: 0 10px 24px rgba(221, 161, 61, 0.24);
  color: #18363a !important;
}

.ax-page .nav-links .ax-nav-cta:hover {
  background: #e7ae50 !important;
  color: #18363a !important;
  transform: translateY(-1px);
}

/* Shared CTA */

.ax-page .button {
  min-height: 3.75rem;
  padding: 0.9rem 1.45rem;
  border-width: 1px;
  border-radius: 1rem;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

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

.ax-button-accent {
  border-color: var(--ax-accent);
  background: var(--ax-accent);
  box-shadow: 0 14px 30px rgba(221, 161, 61, 0.25);
  color: #17373b;
}

.ax-button-accent:hover {
  border-color: #e8b458;
  background: #e8b458;
}

.ax-button-secondary {
  border-color: rgba(13, 59, 66, 0.72);
  background: rgba(255, 255, 255, 0.65);
  color: var(--ax-ink);
}

.ax-button-secondary:hover {
  background: #fff;
  box-shadow: 0 14px 30px rgba(18, 59, 64, 0.08);
}

.ax-button-light {
  flex: 0 0 auto;
  border-color: var(--ax-accent);
  background: var(--ax-accent);
  box-shadow: 0 14px 32px rgba(221, 161, 61, 0.24);
  color: #17373b;
}

.ax-button-light:hover {
  background: #e8b458;
}

/* Hero */

.ax-hero {
  position: relative;
  min-height: min(890px, calc(100svh - 5.15rem));
  overflow: hidden;
  padding: clamp(3.2rem, 4.5vw, 5rem) 0 clamp(6rem, 8vw, 8rem);
  background: #f6f9f8;
}

.ax-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
}

.ax-hero-copy {
  min-width: 0;
  animation: none;
}

.ax-service-mark {
  display: inline-block;
  margin: 0 0 2rem;
}

.ax-service-copy {
  display: flex;
  gap: 1.15rem;
  align-items: baseline;
  padding-left: 1.15rem;
  border-left: 3px solid var(--ax-accent);
  line-height: 1;
}

.ax-service-copy strong {
  color: var(--ax-ink);
  font-family: var(--font-sans);
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ax-service-copy small {
  color: #566d71;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ax-hero h1 {
  max-width: 54rem;
  margin: 0 0 1.8rem;
  color: var(--ax-ink);
  font-family: var(--font-sans);
  font-size: clamp(3.1rem, 4.5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.075em;
}

.ax-hero-line {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
}

.ax-hero-type-unit {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.ax-hero-type-ink {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
}

.ax-hero-type-unit-1 .ax-hero-type-ink {
  animation: ax-type-reveal 260ms 160ms steps(2, end) both;
}

.ax-hero-type-unit-2 .ax-hero-type-ink {
  animation: ax-type-reveal 420ms 540ms steps(5, end) both;
}

.ax-hero-type-unit-3 .ax-hero-type-ink {
  animation: ax-type-reveal 520ms 1.34s steps(6, end) both;
}

.ax-hero-type-unit-4 .ax-hero-type-ink {
  animation: ax-type-reveal 540ms 2.02s steps(6, end) both;
}

.ax-hero-type-unit::after {
  position: absolute;
  top: 0.08em;
  left: 0;
  width: 0.045em;
  height: 0.84em;
  background: var(--ax-accent);
  box-shadow: 0 0 0.18em rgba(221, 161, 61, 0.32);
  content: "";
  opacity: 0;
}

.ax-hero-type-unit-1::after {
  animation: ax-caret-travel 260ms 160ms steps(2, end) forwards;
}

.ax-hero-type-unit-2::after {
  animation: ax-caret-travel 420ms 540ms steps(5, end) forwards;
}

.ax-hero-type-unit-3::after {
  animation: ax-caret-travel 520ms 1.34s steps(6, end) forwards;
}

.ax-hero-type-unit-4::after {
  animation:
    ax-caret-travel 540ms 2.02s steps(6, end) forwards,
    ax-type-caret 900ms 2.56s linear forwards;
}

.ax-hero-type-unit.is-hero-type-unit-complete .ax-hero-type-ink {
  clip-path: none;
  animation: none;
  will-change: auto;
}

.ax-hero-type-unit.is-hero-type-unit-complete::after {
  display: none;
}

.ax-hero-type-unit-4.is-hero-type-unit-complete::after {
  display: block;
}

.ax-hero h1.is-hero-type-complete .ax-hero-type-ink {
  clip-path: none;
  animation: none;
  will-change: auto;
}

.ax-hero h1.is-hero-type-complete .ax-hero-type-unit::after {
  display: none;
}

.ax-hero h1 wbr {
  display: none;
}

.ax-rsvp-visual {
  display: inline;
}

.ax-rsvp-chunk {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.ax-rsvp-ink {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
}

.ax-rsvp-caret {
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 0.045em;
  height: 0.82em;
  border-radius: 999px;
  background: var(--ax-accent);
  box-shadow: 0 0 0.18em rgba(221, 161, 61, 0.3);
  opacity: 0;
  pointer-events: none;
}

.ax-rsvp-chunk.is-rsvp-chunk-complete .ax-rsvp-ink {
  clip-path: none;
  animation: none !important;
  will-change: auto;
}

.ax-rsvp-chunk.is-rsvp-chunk-complete:not(:last-child) .ax-rsvp-caret {
  display: none;
}

.is-rsvp-complete .ax-rsvp-ink {
  clip-path: none;
  animation: none !important;
  will-change: auto;
}

.is-rsvp-complete .ax-rsvp-caret {
  display: none;
}

.ax-hero-nowrap {
  white-space: nowrap;
}

.ax-hero-bridge {
  width: fit-content;
  margin: -0.35rem 0 1rem;
  padding: 0.4rem 0.75rem;
  border-left: 3px solid var(--ax-accent);
  color: var(--ax-ink);
  font-size: clamp(0.88rem, 1.15vw, 1rem);
  font-weight: 850;
  letter-spacing: 0.015em;
}

.ax-hero-lede {
  max-width: 44rem;
  margin: 0;
  color: #425b5f;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 500;
}

.ax-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2.25rem 0 1.25rem;
}

.ax-hero-note {
  max-width: 46rem;
  margin: 0;
  color: #63777a;
  font-size: 0.82rem;
}

.ax-hero-visual {
  position: relative;
  margin: 0 -1.4rem 0 0;
}

.ax-hero-art {
  position: relative;
  isolation: isolate;
}

.ax-hero-art-image {
  display: block;
  width: 100%;
  height: auto;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0, #000 9%, #000 91%, transparent 100%),
    linear-gradient(to bottom, transparent 0, #000 9%, #000 91%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0, #000 9%, #000 91%, transparent 100%),
    linear-gradient(to bottom, transparent 0, #000 9%, #000 91%, transparent 100%);
  mask-composite: intersect;
}

.ax-hero-role-list {
  position: absolute;
  z-index: 3;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.ax-hero-role {
  position: absolute;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  width: clamp(8.3rem, 14.5vw, 10.8rem);
  min-height: 3.5rem;
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(18, 59, 64, 0.11);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 12px 24px rgba(18, 59, 64, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: var(--ax-ink);
  backdrop-filter: blur(12px);
}

.ax-hero-role-start {
  top: 61%;
  left: 8%;
}

.ax-hero-role-ai {
  top: 65%;
  left: 50%;
  border-color: rgba(39, 117, 154, 0.2);
  background: rgba(241, 250, 252, 0.9);
  transform: translateX(-50%);
}

.ax-hero-role-decision {
  top: 64%;
  right: 6%;
  border-color: rgba(214, 147, 45, 0.22);
  background: rgba(255, 250, 240, 0.9);
}

.ax-hero-role-order {
  display: grid;
  width: 1.65rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #e7f0f2;
  color: #456b70;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.ax-hero-role-ai .ax-hero-role-order {
  background: #d8edf3;
  color: #1a6373;
}

.ax-hero-role-decision .ax-hero-role-order {
  background: #f8e7c8;
  color: #9a621d;
}

.ax-hero-role-copy {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
}

.ax-hero-role-copy small {
  color: #60777a;
  font-size: 0.62rem;
  font-weight: 850;
  line-height: 1.25;
}

.ax-hero-role-copy strong {
  font-size: clamp(0.72rem, 1vw, 0.86rem);
  font-weight: 900;
  line-height: 1.35;
}

.ax-hero-art.is-motion-ready .ax-hero-role {
  opacity: 0;
}

.ax-hero-art.is-motion-ready.is-sequencing .ax-hero-role-start {
  animation: ax-hero-role-reveal 560ms 3.68s cubic-bezier(0.2, 0.78, 0.22, 1) both;
}

.ax-hero-art.is-motion-ready.is-sequencing .ax-hero-role-ai {
  animation: ax-hero-role-reveal-center 560ms 3.98s cubic-bezier(0.2, 0.78, 0.22, 1) both;
}

.ax-hero-art.is-motion-ready.is-sequencing .ax-hero-role-decision {
  animation: ax-hero-role-reveal 560ms 4.28s cubic-bezier(0.2, 0.78, 0.22, 1) both;
}

.ax-hero-stage {
  position: absolute;
  z-index: 2;
  width: clamp(5rem, 9vw, 7rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.45) 0 30%,
    rgba(221, 161, 61, 0.2) 45%,
    rgba(221, 161, 61, 0) 72%
  );
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.72);
}

.ax-hero-stage-start {
  top: 49%;
  left: 27%;
}

.ax-hero-art.is-sequencing .ax-hero-stage-start {
  animation: ax-stage-focus 640ms 3.7s ease-out both;
}

.ax-hero-stage-ai {
  top: 49%;
  left: 51%;
}

.ax-hero-art.is-sequencing .ax-hero-stage-ai {
  animation: ax-stage-focus 640ms 4s ease-out both;
}

.ax-hero-stage-decision {
  top: 51%;
  left: 77%;
}

.ax-hero-art.is-sequencing .ax-hero-stage-decision {
  animation: ax-stage-focus 640ms 4.3s ease-out both;
}

.ax-hero-visual figcaption {
  width: fit-content;
  max-width: calc(100% - 3rem);
  margin: -0.5rem auto 0;
  padding: 0.72rem 1.05rem;
  border: 1px solid rgba(18, 59, 64, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(18, 59, 64, 0.08);
  color: #536d70;
  font-size: 0.74rem;
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(12px);
}

@keyframes ax-hero-role-reveal {
  from {
    opacity: 0;
    transform: translateY(0.75rem) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ax-hero-role-reveal-center {
  from {
    opacity: 0;
    transform: translate(-50%, 0.75rem) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

/* Why now */

.ax-why-section {
  position: relative;
  z-index: 2;
  margin-top: clamp(-5.8rem, -6vw, -3.8rem);
  padding-top: clamp(8rem, 11vw, 11rem) !important;
  border-radius: 50% 50% 0 0 / 5rem 5rem 0 0;
  background: #fff;
}

.ax-why-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.56fr);
  column-gap: clamp(2.5rem, 7vw, 7rem);
  align-items: end;
}

.ax-why-intro .ax-section-kicker,
.ax-why-intro h2 {
  grid-column: 1 / -1;
}

.ax-why-intro h2 {
  max-width: 74rem;
  margin: 0;
}

.ax-why-intro > p:last-child {
  grid-column: 2;
  margin: 1.6rem 0 0;
  color: #586d70;
  font-size: 1rem;
}

.ax-forecast-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(15rem, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  padding: clamp(1.5rem, 3.5vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(18, 59, 64, 0.08);
  border-radius: var(--ax-radius-lg);
  background:
    radial-gradient(circle at 92% 12%, rgba(131, 188, 218, 0.2), transparent 32%),
    radial-gradient(circle at 8% 92%, rgba(221, 161, 61, 0.15), transparent 27%),
    linear-gradient(135deg, #f8fbfb 0%, #eef6f8 58%, #f8f4ea 100%);
  box-shadow: var(--ax-shadow-soft);
}

.ax-forecast-intro {
  position: relative;
  z-index: 1;
  align-self: center;
}

.ax-forecast-intro > span {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--ax-accent-deep);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ax-forecast-intro h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.7vw, 2.35rem);
  line-height: 1.3;
  letter-spacing: -0.045em;
}

.ax-forecast-intro p {
  margin: 1rem 0 0;
  color: #566b6e;
  font-size: 0.95rem;
}

.ax-forecast-chart {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ax-forecast-metric {
  min-width: 0;
  padding: clamp(1.15rem, 2.3vw, 1.75rem);
  border: 1px solid rgba(18, 59, 64, 0.09);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 34px rgba(18, 59, 64, 0.06);
  backdrop-filter: blur(10px);
}

.ax-forecast-metric header {
  display: flex;
  gap: 0.9rem;
  align-items: start;
  justify-content: space-between;
}

.ax-forecast-metric header div > span,
.ax-forecast-metric header small {
  display: block;
}

.ax-forecast-metric header div > span {
  color: var(--ax-ink);
  font-size: 0.86rem;
  font-weight: 850;
}

.ax-forecast-metric header small {
  margin-top: 0.2rem;
  color: #728386;
  font-size: 0.68rem;
  font-weight: 700;
}

.ax-forecast-metric header > strong {
  color: var(--ax-accent-deep);
  font-family: var(--font-sans);
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  line-height: 1;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.ax-forecast-bars {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.55rem;
}

.ax-forecast-bar {
  display: flex;
  width: var(--ax-bar-size);
  min-width: 11.5rem;
  min-height: 2.65rem;
  padding: 0.55rem 0.7rem;
  border-radius: 0.7rem;
  align-items: center;
  justify-content: space-between;
  transition: width 400ms ease;
}

.ax-forecast-bar span {
  font-size: 0.66rem;
  font-weight: 850;
}

.ax-forecast-bar strong {
  font-size: 0.76rem;
  white-space: nowrap;
}

.ax-forecast-bar-base {
  background: #dcebf0;
  color: #34575c;
}

.ax-forecast-bar-future {
  background: linear-gradient(90deg, #d99d38, #e7b55e);
  box-shadow: 0 8px 18px rgba(185, 119, 29, 0.16);
  color: #18383c;
}

.ax-forecast-note {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  margin: -0.35rem 0 0;
  color: #697b7e;
  font-size: 0.7rem;
  line-height: 1.7 !important;
}

.ax-forecast-note a {
  color: #41646a;
  text-decoration-color: rgba(65, 100, 106, 0.35);
  text-underline-offset: 0.18em;
}

.ax-forecast-note a:hover {
  color: var(--ax-accent-deep);
}

.ax-pressure-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin: clamp(3rem, 6vw, 5rem) 0 0;
  padding: 0;
  list-style: none;
}

.ax-pressure-flow li {
  position: relative;
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(18, 59, 64, 0.08);
  border-radius: var(--ax-radius-md);
  background: var(--ax-blue);
  box-shadow: 0 16px 38px rgba(18, 59, 64, 0.055);
}

.ax-pressure-flow li:nth-child(2) {
  background: #f2f7f3;
}

.ax-pressure-flow li:nth-child(3) {
  background: #fff7e8;
}

.ax-pressure-flow li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -1.45rem;
  display: grid;
  width: 1.44rem;
  height: 1.44rem;
  border: 1px solid rgba(18, 59, 64, 0.12);
  border-radius: 50%;
  background: #fff;
  color: var(--ax-accent-deep);
  content: "→";
  font-size: 0.78rem;
  font-weight: 900;
  place-items: center;
  transform: translateY(-50%);
}

.ax-pressure-flow li > span {
  display: block;
  margin-bottom: 1.25rem;
  color: var(--ax-accent-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.ax-pressure-flow h3 {
  margin: 0 0 0.55rem;
}

.ax-pressure-flow p {
  margin: 0;
  color: #5b7073;
  font-size: 0.9rem;
}

.ax-why-conclusion {
  display: grid;
  grid-template-columns: minmax(8rem, 0.25fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid rgba(185, 119, 29, 0.16);
  border-radius: var(--ax-radius-md);
  background: linear-gradient(115deg, #fffaf0 0%, #fff 58%, #f1f7f5 100%);
}

.ax-why-conclusion > span {
  color: var(--ax-accent-deep);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ax-why-conclusion strong {
  display: block;
  color: var(--ax-ink);
  font-family: var(--font-sans);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.45;
}

.ax-why-conclusion p {
  margin: 0.65rem 0 0;
  color: #5a6e71;
}

/* AX principle */

.ax-principle-section {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(18, 59, 64, 0.06);
  background: linear-gradient(180deg, #f8fbfa 0%, #fff 42%);
}

.ax-principle-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(3rem, 8vw, 7.5rem);
  align-items: start;
}

.ax-principle-copy {
  position: sticky;
  top: 7.5rem;
}

.ax-section-kicker {
  margin: 0 0 1rem;
  color: var(--ax-accent-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ax-principle-copy h2 {
  margin-bottom: 1.4rem;
}

.ax-principle-copy > p:last-child {
  max-width: 39rem;
  margin: 0;
  color: #55696c;
  font-size: 1.02rem;
}

.ax-principle-content {
  display: grid;
  gap: 1.5rem;
}

.ax-interface-panel {
  padding: clamp(1.45rem, 3vw, 2.4rem);
  border-radius: var(--ax-radius-lg);
  background:
    radial-gradient(circle at 88% 8%, rgba(130, 196, 216, 0.2), transparent 31%),
    linear-gradient(145deg, #0c3a41 0%, #164e55 100%);
  box-shadow: 0 24px 58px rgba(7, 47, 53, 0.18);
  color: #e8f1f1;
}

.ax-interface-panel > header > span {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #efbd68;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ax-interface-panel > header h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 2.7vw, 2.25rem);
  line-height: 1.3;
  letter-spacing: -0.045em;
}

.ax-interface-panel > header p {
  margin: 0.9rem 0 0;
  color: #c8d9da;
  font-size: 0.94rem;
}

.ax-interface-comparison {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.ax-interface-comparison article {
  min-width: 0;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.07);
}

.ax-interface-comparison article > span {
  display: inline-grid;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #bcd2d4;
  font-size: 0.62rem;
  font-weight: 900;
  place-items: center;
}

.ax-interface-comparison h4 {
  margin: 0.8rem 0 0.45rem;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.96rem;
  font-weight: 850;
}

.ax-interface-comparison p {
  margin: 0;
  color: #bfd1d2;
  font-size: 0.78rem;
  line-height: 1.72;
}

.ax-interface-comparison .ax-interface-ai {
  border-color: rgba(239, 189, 104, 0.42);
  background: linear-gradient(150deg, rgba(239, 189, 104, 0.22), rgba(255, 255, 255, 0.09));
}

.ax-interface-ai > span {
  border-color: rgba(239, 189, 104, 0.55) !important;
  background: rgba(239, 189, 104, 0.16);
  color: #ffd99b !important;
}

.ax-interface-takeaway {
  margin: 1.4rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 0.9rem;
}

.ax-interface-takeaway strong {
  font-weight: 850;
}

.ax-layer-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ax-layer-list li {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.7rem 1.8rem;
  border: 1px solid rgba(18, 59, 64, 0.08);
  border-radius: var(--ax-radius-md);
  background: var(--ax-blue);
  box-shadow: 0 14px 35px rgba(18, 59, 64, 0.055);
}

.ax-layer-list li:nth-child(2) {
  background: #f4f7f3;
}

.ax-layer-list li:nth-child(3) {
  background: #fff8ec;
}

.ax-layer-list li > span {
  color: var(--ax-accent-deep);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ax-layer-list h3 {
  margin: 0 0 0.35rem;
}

.ax-layer-list p {
  margin: 0;
  color: #586b6e;
}

/* Analysis example */

.ax-analysis-pattern {
  margin-top: clamp(4rem, 8vw, 7.5rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(18, 59, 64, 0.07);
  border-radius: var(--ax-radius-lg);
  background:
    linear-gradient(115deg, rgba(238, 245, 248, 0.96) 0%, rgba(244, 248, 246, 0.94) 62%, rgba(255, 248, 236, 0.92) 100%),
    url("assets/ax/ax-ambient-system.webp") center / cover no-repeat;
  box-shadow: var(--ax-shadow-soft);
}

.ax-analysis-pattern h3 {
  max-width: 56rem;
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(2rem, 3.6vw, 3.45rem);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.ax-analysis-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 0.7fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
}

.ax-analysis-heading .ax-section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -0.65rem;
}

.ax-analysis-lede {
  max-width: 32rem;
  margin: 0 0 0.35rem;
  color: #586f72;
  font-size: 0.98rem;
  line-height: 1.85;
}

.ax-analysis-visual {
  margin: clamp(2rem, 4vw, 3.4rem) 0 0;
}

.ax-analysis-model {
  --ax-model-blue: #eaf3f7;
  --ax-model-blue-line: #bdd6e2;
  --ax-model-gold: #c6811e;
  --ax-model-gold-soft: #fff6e8;
  position: relative;
  display: grid;
  grid-template-columns: minmax(9rem, 0.46fr) minmax(0, 3.54fr);
  gap: clamp(0.75rem, 1.4vw, 1.15rem);
  color: var(--ax-ink);
  isolation: isolate;
}

.ax-model-legacy,
.ax-model-human,
.ax-model-ai,
.ax-model-facts {
  position: relative;
  border: 1px solid rgba(13, 59, 66, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(18, 59, 64, 0.08);
  backdrop-filter: blur(8px);
}

.ax-model-legacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-width: 0;
  padding: clamp(1.1rem, 2vw, 1.65rem) 0.75rem;
  border-radius: 1.35rem;
  background: rgba(248, 250, 250, 0.92);
  text-align: center;
}

.ax-model-label {
  margin: 0 0 0.35rem;
  color: #405e63;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ax-legacy-node {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  width: 100%;
  color: #47646a;
}

.ax-legacy-node svg {
  width: clamp(2.65rem, 4vw, 3.8rem);
  color: #7f959a;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ax-legacy-node strong {
  font-size: clamp(0.76rem, 1vw, 0.92rem);
  line-height: 1.4;
}

.ax-flow-arrow {
  width: 1.4rem;
  color: #9aa9ac;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ax-flow-arrow-down {
  height: 2.25rem;
}

.ax-legacy-loop {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  margin-top: 0.2rem;
  color: #667d81;
}

.ax-legacy-loop svg {
  width: 2.4rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ax-legacy-loop span {
  max-width: 6.5rem;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.45;
}

.ax-model-system {
  position: relative;
  display: grid;
  grid-template-areas:
    "human"
    "ai"
    "facts";
  gap: clamp(0.75rem, 1.4vw, 1.15rem);
  min-width: 0;
}

.ax-model-human {
  grid-area: human;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-width: 0;
  min-height: 7rem;
  padding: clamp(1.05rem, 2vw, 1.45rem) clamp(8.5rem, 15vw, 12rem) clamp(1.05rem, 2vw, 1.45rem) clamp(1.15rem, 2.2vw, 1.75rem);
  border-color: rgba(221, 161, 61, 0.34);
  border-radius: 1.35rem;
  background:
    linear-gradient(100deg, rgba(255, 250, 241, 0.98), rgba(255, 255, 255, 0.94)),
    url("assets/ax/ax-ambient-system.webp") center / cover no-repeat;
}

.ax-model-role {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.7vw, 1.2rem);
  min-width: 0;
}

.ax-model-role p {
  margin: 0 0 0.2rem;
  color: #647c80;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ax-model-role h4 {
  margin: 0;
  color: var(--ax-ink);
  font-size: clamp(1rem, 1.65vw, 1.4rem);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.ax-role-mark {
  display: grid;
  flex: 0 0 auto;
  width: clamp(2.7rem, 4.7vw, 3.8rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(13, 59, 66, 0.11);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 22px rgba(18, 59, 64, 0.09);
  font-size: clamp(0.74rem, 1.2vw, 0.95rem);
  font-weight: 950;
  letter-spacing: -0.02em;
}

.ax-role-mark-human {
  border-color: rgba(221, 161, 61, 0.28);
  background: #fff7e8;
  color: var(--ax-model-gold);
}

.ax-role-mark-ai,
.ax-role-mark-data {
  border-color: rgba(63, 126, 166, 0.2);
  background: #f4f9fc;
  color: #2f6688;
}

.ax-human-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ax-human-actions li {
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(185, 119, 29, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #8d5d1a;
  font-size: 0.68rem;
  font-weight: 850;
  white-space: nowrap;
}

.ax-model-ai {
  grid-area: ai;
  display: grid;
  grid-template-columns: minmax(14rem, 0.78fr) minmax(0, 1.72fr);
  min-width: 0;
  overflow: hidden;
  border-color: var(--ax-model-blue-line);
  border-radius: 1.5rem;
  background:
    linear-gradient(125deg, rgba(239, 247, 250, 0.97), rgba(250, 252, 252, 0.96)),
    url("assets/ax/ax-ambient-system.webp") center / cover no-repeat;
}

.ax-ai-conversation {
  display: grid;
  align-content: center;
  gap: 1.15rem;
  min-width: 0;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  border-right: 1px solid rgba(66, 119, 145, 0.13);
}

.ax-chat-stack {
  display: grid;
  gap: 0.55rem;
}

.ax-chat {
  width: fit-content;
  max-width: 92%;
  margin: 0;
  padding: 0.62rem 0.78rem;
  border: 1px solid rgba(13, 59, 66, 0.08);
  border-radius: 0.9rem;
  box-shadow: 0 8px 20px rgba(18, 59, 64, 0.07);
  font-size: clamp(0.68rem, 0.9vw, 0.78rem);
  font-weight: 780;
  line-height: 1.5 !important;
}

.ax-chat-user {
  background: rgba(255, 255, 255, 0.95);
  color: #25494f;
}

.ax-chat-ai {
  justify-self: end;
  background: #dfeef6;
  color: #1d5270;
}

.ax-analysis-views {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.1vw, 0.9rem);
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.55rem);
}

.ax-analysis-view {
  display: grid;
  align-content: start;
  gap: clamp(0.75rem, 1.2vw, 1rem);
  min-width: 0;
  padding: clamp(0.85rem, 1.5vw, 1.1rem);
  border: 1px solid rgba(13, 59, 66, 0.09);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 13px 28px rgba(18, 59, 64, 0.08);
}

.ax-view-heading {
  display: grid;
  gap: 0.28rem;
}

.ax-view-heading span {
  width: fit-content;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: #e4eef7;
  color: #295d7c;
  font-size: 0.64rem;
  font-weight: 900;
}

.ax-view-heading strong {
  color: #24494f;
  font-size: clamp(0.73rem, 0.96vw, 0.86rem);
  line-height: 1.45;
}

.ax-mini-chart {
  width: 100%;
  min-height: 5.8rem;
  overflow: visible;
}

.ax-chart-axis {
  fill: none;
  stroke: #b3c7d1;
  stroke-width: 2;
  stroke-linecap: round;
}

.ax-chart-line,
.ax-chart-trend {
  fill: none;
  stroke: #4f7fa4;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ax-chart-trend {
  stroke-dasharray: 5 6;
}

.ax-chart-points,
.ax-chart-scatter {
  fill: #4f7fa4;
}

.ax-chart-scatter circle:nth-child(even) {
  fill: #91b5cf;
}

.ax-chart-bars {
  fill: #7fa5bd;
}

.ax-action-options {
  display: grid;
  gap: 0.72rem;
  margin: 0.1rem 0 0;
  padding: 0;
  list-style: none;
}

.ax-action-options li {
  display: grid;
  grid-template-columns: 0.9rem minmax(0, 1fr);
  gap: 0.5rem;
  align-items: center;
}

.ax-action-options span {
  width: 0.72rem;
  height: 0.72rem;
  border: 2px solid #d29331;
  border-radius: 50%;
  background: #fff6e7;
}

.ax-action-options b {
  color: #476166;
  font-size: clamp(0.67rem, 0.86vw, 0.76rem);
  line-height: 1.4;
}

.ax-model-facts {
  grid-area: facts;
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2vw, 1.8rem);
  min-width: 0;
  padding: clamp(1rem, 1.9vw, 1.35rem) clamp(1.15rem, 2.2vw, 1.75rem);
  border-color: var(--ax-model-blue-line);
  border-radius: 1.35rem;
  background: rgba(237, 246, 250, 0.94);
}

.ax-fact-list {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(63, 126, 166, 0.14);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.82);
  list-style: none;
}

.ax-fact-list li {
  display: grid;
  min-height: 3.5rem;
  padding: 0.65rem 0.4rem;
  place-items: center;
  color: #3f5d63;
  font-size: clamp(0.63rem, 0.83vw, 0.74rem);
  font-weight: 820;
  line-height: 1.35;
  text-align: center;
}

.ax-fact-list li + li {
  border-left: 1px solid rgba(63, 126, 166, 0.12);
}

.ax-next-question {
  position: absolute;
  z-index: 2;
  top: 0.62rem;
  right: 1rem;
  display: grid;
  width: clamp(6.2rem, 9vw, 8rem);
  justify-items: end;
  color: var(--ax-model-gold);
  pointer-events: none;
}

.ax-next-question svg {
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ax-next-question-label {
  margin-top: 0;
  padding-right: 1.05rem;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1.2;
}

.ax-next-question-label--mobile {
  display: none;
}

.ax-analysis-model.is-motion-ready [data-ax-stage] {
  opacity: 0;
  transform: translate(var(--ax-stage-x, 0), var(--ax-stage-y, 0.8rem)) scale(var(--ax-stage-scale, 1));
}

.ax-analysis-model [data-ax-stage="legacy"] {
  --ax-stage-x: -0.8rem;
  --ax-stage-y: 0;
  --ax-stage-delay: 0ms;
}

.ax-analysis-model [data-ax-stage="facts"] {
  --ax-stage-y: 0.9rem;
  --ax-stage-delay: 520ms;
}

.ax-analysis-model [data-ax-stage="ai-intro"] {
  --ax-stage-x: -0.55rem;
  --ax-stage-y: 0;
  --ax-stage-delay: 1080ms;
}

.ax-analysis-model [data-ax-stage="dialog-1"] {
  --ax-stage-x: -0.45rem;
  --ax-stage-y: 0;
  --ax-stage-delay: 1480ms;
}

.ax-analysis-model [data-ax-stage="dialog-2"] {
  --ax-stage-x: 0.45rem;
  --ax-stage-y: 0;
  --ax-stage-delay: 1740ms;
}

.ax-analysis-model [data-ax-stage="dialog-3"] {
  --ax-stage-x: -0.45rem;
  --ax-stage-y: 0;
  --ax-stage-delay: 2020ms;
}

.ax-analysis-model [data-ax-stage="view-1"] {
  --ax-stage-y: 0.7rem;
  --ax-stage-delay: 2320ms;
}

.ax-analysis-model [data-ax-stage="view-2"] {
  --ax-stage-y: 0.7rem;
  --ax-stage-delay: 2560ms;
}

.ax-analysis-model [data-ax-stage="view-3"] {
  --ax-stage-y: 0.7rem;
  --ax-stage-delay: 2800ms;
}

.ax-analysis-model [data-ax-stage="human"] {
  --ax-stage-y: -0.7rem;
  --ax-stage-delay: 3220ms;
}

.ax-analysis-model [data-ax-stage="loop"] {
  --ax-stage-x: 0.55rem;
  --ax-stage-y: 0;
  --ax-stage-delay: 3560ms;
}

.ax-analysis-model.is-motion-ready.is-sequencing [data-ax-stage] {
  animation: ax-analysis-stage-reveal 560ms var(--ax-stage-delay) cubic-bezier(0.2, 0.78, 0.22, 1) both;
}

.ax-analysis-model.is-motion-ready .ax-next-question path {
  stroke-dasharray: 190;
  stroke-dashoffset: 190;
}

.ax-analysis-model.is-motion-ready.is-sequencing .ax-next-question path {
  animation: ax-analysis-flow-draw 680ms 3640ms ease-out forwards;
}

@keyframes ax-analysis-stage-reveal {
  from {
    opacity: 0;
    transform: translate(var(--ax-stage-x, 0), var(--ax-stage-y, 0.8rem)) scale(var(--ax-stage-scale, 1));
  }

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

@keyframes ax-analysis-flow-draw {
  to {
    stroke-dashoffset: 0;
  }
}

.ax-analysis-visual figcaption {
  max-width: 58rem;
  margin: 1.25rem auto 0;
  color: #526a6d;
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: center;
}

/* Facility operations example */

.ax-facility-pattern {
  margin-top: clamp(2.5rem, 5.5vw, 5rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(18, 59, 64, 0.08);
  border-radius: var(--ax-radius-lg);
  background:
    linear-gradient(118deg, rgba(239, 247, 245, 0.97) 0%, rgba(244, 248, 247, 0.94) 57%, rgba(255, 247, 232, 0.93) 100%),
    url("assets/ax/ax-ambient-system.webp") center / cover no-repeat;
  box-shadow: var(--ax-shadow-soft);
}

.ax-facility-pattern h3 {
  max-width: 58rem;
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(2rem, 3.6vw, 3.45rem);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.ax-facility-visual {
  margin: clamp(2rem, 4vw, 3.4rem) 0 0;
}

.ax-facility-model {
  --ax-facility-green: #2f746b;
  --ax-facility-line: rgba(47, 116, 107, 0.2);
  position: relative;
  display: grid;
  grid-template-columns: minmax(9.5rem, 0.52fr) minmax(0, 3.48fr);
  gap: clamp(0.75rem, 1.4vw, 1.15rem);
  color: var(--ax-ink);
  isolation: isolate;
}

.ax-facility-before,
.ax-facility-incident,
.ax-facility-knowledge,
.ax-facility-assist,
.ax-facility-human,
.ax-facility-learning {
  position: relative;
  border: 1px solid rgba(13, 59, 66, 0.1);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 16px 38px rgba(18, 59, 64, 0.08);
  backdrop-filter: blur(8px);
}

.ax-facility-before {
  display: grid;
  align-content: center;
  gap: 1rem;
  min-width: 0;
  padding: clamp(1.1rem, 2vw, 1.6rem) 0.85rem;
  border-radius: 1.35rem;
  background: rgba(248, 250, 250, 0.94);
  text-align: center;
}

.ax-facility-before .ax-model-label {
  margin: 0;
}

.ax-facility-before ul {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ax-facility-before li {
  display: grid;
  grid-template-columns: 2.15rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  padding: 0.62rem;
  border: 1px solid rgba(13, 59, 66, 0.08);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.88);
  color: #526d72;
  text-align: left;
}

.ax-facility-before li svg {
  width: 2.05rem;
  fill: none;
  stroke: #82979b;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ax-facility-before li span {
  font-size: clamp(0.68rem, 0.9vw, 0.78rem);
  font-weight: 820;
  line-height: 1.35;
}

.ax-facility-before > strong {
  color: #60777b;
  font-size: 0.72rem;
  line-height: 1.45;
}

.ax-facility-system {
  display: grid;
  gap: clamp(0.75rem, 1.4vw, 1.15rem);
  min-width: 0;
}

.ax-facility-incident {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-width: 0;
  padding: clamp(1rem, 1.9vw, 1.4rem) clamp(1.15rem, 2.2vw, 1.75rem);
  border-color: var(--ax-facility-line);
  border-radius: 1.35rem;
  background:
    linear-gradient(100deg, rgba(238, 248, 245, 0.98), rgba(255, 255, 255, 0.95)),
    url("assets/ax/ax-ambient-system.webp") center / cover no-repeat;
}

.ax-facility-voice-mark {
  display: grid;
  flex: 0 0 auto;
  width: clamp(2.7rem, 4.7vw, 3.8rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(47, 116, 107, 0.2);
  border-radius: 50%;
  background: #f4fbf8;
  box-shadow: 0 10px 22px rgba(18, 59, 64, 0.09);
  color: var(--ax-facility-green);
}

.ax-facility-voice-mark svg {
  width: 55%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ax-facility-incident blockquote {
  max-width: 27rem;
  margin: 0;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(47, 116, 107, 0.14);
  border-radius: 1rem 1rem 0.3rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(18, 59, 64, 0.07);
  color: #315d5b;
  font-size: clamp(0.76rem, 1vw, 0.88rem);
  font-weight: 780;
  line-height: 1.65;
}

.ax-facility-workbench {
  display: grid;
  grid-template-columns: minmax(12rem, 0.72fr) minmax(0, 1.78fr);
  gap: clamp(0.75rem, 1.4vw, 1.15rem);
  min-width: 0;
}

.ax-facility-knowledge,
.ax-facility-assist {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-width: 0;
  padding: clamp(1rem, 1.8vw, 1.35rem);
  border-color: var(--ax-facility-line);
  border-radius: 1.35rem;
}

.ax-facility-knowledge {
  background: rgba(232, 244, 240, 0.95);
}

.ax-facility-knowledge ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 116, 107, 0.14);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.84);
  list-style: none;
}

.ax-facility-knowledge li {
  display: grid;
  min-height: 3rem;
  padding: 0.58rem 0.42rem;
  place-items: center;
  color: #41635f;
  font-size: clamp(0.63rem, 0.82vw, 0.73rem);
  font-weight: 820;
  line-height: 1.35;
  text-align: center;
}

.ax-facility-knowledge li:nth-child(even) {
  border-left: 1px solid rgba(47, 116, 107, 0.12);
}

.ax-facility-knowledge li:nth-child(n + 3) {
  border-top: 1px solid rgba(47, 116, 107, 0.12);
}

.ax-facility-knowledge li:last-child {
  grid-column: 1 / -1;
}

.ax-facility-assist {
  background:
    linear-gradient(125deg, rgba(239, 247, 250, 0.97), rgba(250, 252, 252, 0.96)),
    url("assets/ax/ax-ambient-system.webp") center / cover no-repeat;
}

.ax-facility-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.ax-facility-answer-grid article {
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid rgba(63, 126, 166, 0.12);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(18, 59, 64, 0.06);
}

.ax-facility-answer-grid span {
  display: inline-flex;
  margin-bottom: 0.45rem;
  padding: 0.28rem 0.52rem;
  border-radius: 999px;
  background: #e4eef7;
  color: #295d7c;
  font-size: 0.63rem;
  font-weight: 900;
}

.ax-facility-answer-grid p {
  margin: 0;
  color: #4b656a;
  font-size: clamp(0.67rem, 0.84vw, 0.75rem);
  font-weight: 720;
  line-height: 1.6;
}

.ax-facility-answer-grid .ax-facility-stop-card {
  border-color: rgba(198, 129, 30, 0.2);
  background: rgba(255, 249, 238, 0.96);
}

.ax-facility-stop-card span {
  background: #fff0d7;
  color: #8d5d1a;
}

.ax-facility-human {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-width: 0;
  padding: clamp(1rem, 1.9vw, 1.35rem) clamp(1.15rem, 2.2vw, 1.75rem);
  border-color: rgba(221, 161, 61, 0.34);
  border-radius: 1.35rem;
  background:
    linear-gradient(100deg, rgba(255, 250, 241, 0.98), rgba(255, 255, 255, 0.94)),
    url("assets/ax/ax-ambient-system.webp") center / cover no-repeat;
}

.ax-facility-learning {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(0.85rem, 1.8vw, 1.35rem);
  align-items: center;
  padding: 0.8rem 1rem;
  border-color: var(--ax-facility-line);
  border-radius: 1.15rem;
  background: rgba(238, 247, 244, 0.95);
}

.ax-facility-learning > p {
  margin: 0;
  color: var(--ax-facility-green);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ax-facility-learning ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ax-facility-learning li {
  position: relative;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  min-width: 0;
  color: #41635f;
  font-size: clamp(0.65rem, 0.84vw, 0.75rem);
  font-weight: 820;
  line-height: 1.4;
}

.ax-facility-learning li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -1rem;
  color: #71a39b;
  content: "→";
  transform: translateY(-50%);
}

.ax-facility-learning li span {
  display: grid;
  flex: 0 0 auto;
  width: 1.6rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--ax-facility-green);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
}

.ax-facility-model.is-motion-ready [data-ax-facility-stage] {
  opacity: 0;
  transform: translate(var(--ax-facility-x, 0), var(--ax-facility-y, 0.8rem));
}

.ax-facility-model [data-ax-facility-stage="before"] {
  --ax-facility-x: -0.8rem;
  --ax-facility-y: 0;
  --ax-facility-delay: 0ms;
}

.ax-facility-model [data-ax-facility-stage="incident"] {
  --ax-facility-y: -0.7rem;
  --ax-facility-delay: 480ms;
}

.ax-facility-model [data-ax-facility-stage="knowledge"] {
  --ax-facility-x: -0.55rem;
  --ax-facility-y: 0;
  --ax-facility-delay: 1040ms;
}

.ax-facility-model [data-ax-facility-stage="assist"] {
  --ax-facility-x: 0.55rem;
  --ax-facility-y: 0;
  --ax-facility-delay: 1580ms;
}

.ax-facility-model [data-ax-facility-stage="human"] {
  --ax-facility-y: 0.7rem;
  --ax-facility-delay: 2160ms;
}

.ax-facility-model [data-ax-facility-stage="learning"] {
  --ax-facility-y: 0.7rem;
  --ax-facility-delay: 2700ms;
}

.ax-facility-model.is-motion-ready.is-sequencing [data-ax-facility-stage] {
  animation: ax-analysis-stage-reveal 560ms var(--ax-facility-delay) cubic-bezier(0.2, 0.78, 0.22, 1) both;
}

.ax-facility-visual figcaption {
  max-width: 60rem;
  margin: 1.25rem auto 0;
  color: #526a6d;
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: center;
}

/* Examples */

.ax-examples-section {
  background: var(--ax-cream);
}

.ax-section-heading {
  max-width: 64rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.ax-section-heading h2 {
  margin-bottom: 1.2rem;
}

.ax-section-heading > p {
  max-width: 54rem;
  margin: 0;
  color: #596e71;
  font-size: 1.04rem;
}

.ax-use-case-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.ax-use-case-list article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid rgba(18, 59, 64, 0.08);
  border-radius: var(--ax-radius-md);
  background: #fff;
  box-shadow: 0 16px 40px rgba(18, 59, 64, 0.065);
}

.ax-use-case-list h3 {
  min-height: 3.1rem;
  margin: 0;
}

.ax-use-case-list article > div {
  padding: 1rem;
  border-radius: 1rem;
  background: #f4f6f3;
}

.ax-use-case-list .ax-use-case-after {
  flex: 1 1 auto;
  border: 0;
  background: #fff3dd;
}

.ax-use-case-list span {
  color: #657579;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ax-use-case-list .ax-use-case-after span {
  color: var(--ax-accent-deep);
}

.ax-use-case-list p {
  margin: 0.4rem 0 0;
  color: #586b6e;
  font-size: 0.9rem;
}

.ax-use-case-note {
  max-width: 62rem;
  margin: 2rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid var(--ax-accent);
  color: #596e71;
  font-size: 0.9rem;
}

/* Method */

.ax-method-section {
  background: #fff;
}

.ax-method-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.ax-method-list article {
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  gap: 1.2rem;
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(18, 59, 64, 0.08);
  border-radius: var(--ax-radius-md);
  background: var(--ax-blue);
}

.ax-method-list article:nth-child(2),
.ax-method-list article:nth-child(4) {
  background: #f6f7f2;
}

.ax-method-list article > span {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 59, 64, 0.08);
  color: var(--ax-accent-deep);
  font-size: 0.78rem;
  font-weight: 900;
}

.ax-method-list h3 {
  margin: 0 0 0.45rem;
}

.ax-method-list p {
  margin: 0;
  color: #596e71;
}

/* Provider */

.ax-provider-section {
  margin: 0 clamp(0.65rem, 2vw, 1.6rem);
  border-radius: clamp(2.2rem, 5vw, 4.8rem);
  background:
    radial-gradient(circle at 88% 12%, rgba(221, 161, 61, 0.15), transparent 24%),
    linear-gradient(135deg, #082f35 0%, #0c4047 100%);
  color: #fff;
}

.ax-provider-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.ax-provider-section h2 {
  margin: 0;
  color: #fff;
}

.ax-provider-copy > p {
  color: #d5e4e2;
}

.ax-provider-copy > p:first-child {
  margin-top: 0;
  color: #fff;
  font-size: 1.08rem;
}

.ax-provider-points {
  display: grid;
  gap: 0.75rem;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.ax-provider-points li {
  display: grid;
  grid-template-columns: 9.5rem minmax(0, 1fr);
  gap: 1.2rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.055);
}

.ax-provider-points strong {
  color: #f0bd6d;
  font-size: 0.84rem;
}

.ax-provider-points span {
  color: #d5e4e2;
}

.ax-provider-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #f4c67e;
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}

.ax-provider-link:hover {
  color: #ffe0aa;
}

.ax-provider-note {
  margin: 0.55rem 0 0;
  color: #a9bfbc !important;
  font-size: 0.78rem;
}

/* Fit */

.ax-fit-section {
  background: var(--ax-blue);
}

.ax-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.ax-fit-grid > section {
  padding: clamp(1.7rem, 3.5vw, 2.7rem);
  border: 1px solid rgba(18, 59, 64, 0.08);
  border-radius: var(--ax-radius-md);
  background: #fff;
  box-shadow: 0 16px 40px rgba(18, 59, 64, 0.055);
}

.ax-fit-grid .ax-non-fit {
  background: #f8f4eb;
}

.ax-fit-grid h3 {
  margin-bottom: 1.3rem;
  font-size: 1.45rem;
}

.ax-fit-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ax-fit-grid li {
  position: relative;
  padding: 0.72rem 0 0.72rem 1.6rem;
  border-top: 1px solid rgba(18, 59, 64, 0.1);
}

.ax-fit-grid li::before {
  position: absolute;
  left: 0;
  color: #3f827d;
  content: "○";
  font-weight: 900;
}

.ax-non-fit li::before {
  color: #9b7550;
  content: "―";
}

/* Offer */

.ax-offer-section {
  background: #fff;
}

.ax-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.ax-offer-grid article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.8rem, 4vw, 3.2rem);
  border: 1px solid rgba(18, 59, 64, 0.08);
  border-radius: var(--ax-radius-lg);
  background: var(--ax-cream);
  box-shadow: var(--ax-shadow-soft);
}

.ax-offer-grid .ax-offer-paid {
  border-color: rgba(221, 161, 61, 0.22);
  background:
    radial-gradient(circle at 85% 8%, rgba(221, 161, 61, 0.17), transparent 24%),
    var(--ax-deep);
  color: #fff;
}

.ax-offer-type {
  margin: 0 0 0.85rem;
  color: var(--ax-accent-deep);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.ax-offer-paid .ax-offer-type {
  color: #f0bd6d;
}

.ax-offer-grid h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.4vw, 3.15rem);
}

.ax-offer-grid article > div > p:last-child {
  color: #596e71;
}

.ax-offer-paid h2 {
  color: #fff;
}

.ax-offer-paid > div > p:last-child {
  color: #d5e4e2;
}

.ax-offer-grid dl {
  margin: 2rem 0 0;
}

.ax-offer-grid dl div {
  display: grid;
  grid-template-columns: 6.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(18, 59, 64, 0.12);
}

.ax-offer-paid dl div {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.ax-offer-grid dt {
  font-size: 0.8rem;
  font-weight: 900;
}

.ax-offer-grid dd {
  margin: 0;
}

.ax-paid-note {
  margin-top: 1.7rem;
}

.ax-paid-note p {
  margin: 0;
  padding-left: 1rem;
  border-left: 3px solid var(--ax-accent);
  color: #5c7073;
  font-size: 0.88rem;
}

.ax-consultation-flow {
  margin-top: clamp(2.4rem, 5vw, 4.5rem);
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid rgba(18, 59, 64, 0.12);
  border-radius: var(--ax-radius-lg);
  background:
    linear-gradient(135deg, rgba(232, 245, 241, 0.84), rgba(255, 250, 239, 0.92));
  box-shadow: var(--ax-shadow-soft);
}

.ax-consultation-flow-heading {
  display: grid;
  max-width: 58rem;
}

.ax-consultation-flow-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
}

.ax-consultation-flow-heading > p:last-child {
  margin: 0.85rem 0 0;
  color: #526a6d;
}

.ax-consultation-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.ax-consultation-steps li {
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid rgba(18, 59, 64, 0.09);
  border-radius: var(--ax-radius-md);
  background: rgba(255, 255, 255, 0.78);
}

.ax-consultation-steps span {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.9rem;
  place-items: center;
  border-radius: 50%;
  background: var(--ax-deep);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ax-consultation-steps strong {
  display: block;
  color: var(--ax-deep);
  font-size: 0.98rem;
}

.ax-consultation-steps p {
  margin: 0.55rem 0 0;
  color: #607477;
  font-size: 0.84rem;
  line-height: 1.65;
}

/* Safety */

.ax-safety-section {
  background: #fff5df;
}

.ax-safety-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.ax-safety-grid > div:first-child p {
  color: #5e7073;
}

.ax-safety-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.ax-safety-list > div {
  display: grid;
  gap: 0.25rem;
  padding: 1.2rem;
  border: 1px solid rgba(185, 119, 29, 0.13);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
}

.ax-safety-list strong {
  color: var(--ax-accent-deep);
  font-size: 0.78rem;
}

.ax-safety-list span {
  color: #5e7073;
}

/* FAQ */

.ax-faq-section {
  background: #fff;
}

.ax-faq-section .faq-list {
  max-width: 64rem;
  gap: 0.85rem;
}

.ax-faq-section .faq-list details {
  padding: 1.15rem 1.4rem;
  border-color: rgba(18, 59, 64, 0.08);
  border-radius: 1.15rem;
  box-shadow: none;
}

.ax-faq-section .faq-list details[open] {
  background: var(--ax-blue);
}

.ax-faq-section .faq-list summary {
  color: var(--ax-ink);
  font-weight: 800;
}

/* Final CTA */

.ax-contact-strip {
  position: relative;
  overflow: hidden;
  margin: 0 clamp(0.65rem, 2vw, 1.6rem) 1.25rem;
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-radius: clamp(2.2rem, 5vw, 4.8rem);
  background:
    radial-gradient(circle at 82% 30%, rgba(221, 161, 61, 0.2), transparent 24%),
    linear-gradient(128deg, #0b353b 0%, #124e55 100%);
  color: #fff;
}

.ax-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2.5rem;
  align-items: center;
}

.ax-contact-inner h2 {
  margin-bottom: 0.9rem;
  color: #fff;
}

.ax-contact-inner p {
  max-width: 51rem;
  margin: 0;
  color: #d6e5e3;
}

.ax-page .site-footer {
  border-top: 0;
  background: #fff;
}

@keyframes ax-type-reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes ax-caret-travel {
  0% {
    left: 0;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes ax-type-caret {
  0%,
  18%,
  36%,
  54% {
    opacity: 1;
  }
  9%,
  27%,
  45%,
  100% {
    opacity: 0;
  }
}

@keyframes ax-stage-focus {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.22);
  }
}

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

  .ax-hero-grid {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .ax-hero-copy {
    max-width: 48rem;
  }

  .ax-hero-visual {
    width: min(100%, 43rem);
    margin: 0 auto;
  }

  .ax-hero h1 {
    font-size: clamp(3.1rem, 5.2vw, 3.45rem);
  }

  .ax-interface-comparison {
    grid-template-columns: 1fr;
  }

  .ax-analysis-heading {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .ax-model-human {
    padding-right: 9.5rem;
  }

  .ax-model-ai {
    grid-template-columns: minmax(12.5rem, 0.72fr) minmax(0, 1.78fr);
  }
}

@media (min-width: 901px) and (max-width: 960px) {
  .ax-service-copy {
    display: grid;
    gap: 0.45rem;
    align-items: start;
  }

  .ax-service-copy strong,
  .ax-service-copy small {
    white-space: nowrap;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .ax-hero-role {
    grid-template-columns: 1fr;
    gap: 0;
    width: 7.4rem;
    padding-inline: 0.68rem;
  }

  .ax-hero-role-start {
    left: 4%;
  }

  .ax-hero-role-decision {
    right: 2%;
  }

  .ax-hero-role-order {
    display: none;
  }
}

@media (max-width: 900px) {
  .ax-page .container {
    width: min(100% - 2rem, 1280px);
  }

  .ax-page .header-inner {
    min-height: 4.5rem;
  }

  .ax-page .nav-links {
    display: grid;
    gap: 0.25rem;
  }

  .ax-page .nav-links a {
    display: block;
  }

  .ax-page .nav-links .ax-nav-cta {
    margin: 0.25rem 0 0;
    text-align: center;
  }

  .ax-hero {
    padding-top: 4rem;
  }

  .ax-hero-grid,
  .ax-why-intro,
  .ax-principle-grid,
  .ax-provider-grid,
  .ax-safety-grid {
    grid-template-columns: 1fr;
  }

  .ax-hero-grid {
    gap: 3.2rem;
  }

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

  .ax-why-intro > p:last-child {
    grid-column: 1;
    max-width: 44rem;
  }

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

  .ax-pressure-flow {
    grid-template-columns: 1fr;
  }

  .ax-pressure-flow li:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -1.45rem;
    content: "↓";
    transform: translateX(50%);
  }

  .ax-hero-copy {
    max-width: 48rem;
  }

  .ax-hero-visual {
    width: min(100%, 43rem);
    margin: 0 auto;
  }

  .ax-hero-role {
    width: clamp(9rem, 24vw, 11rem);
  }

  .ax-hero-art.is-sequencing .ax-hero-stage-start {
    animation-delay: 120ms;
  }

  .ax-hero-art.is-sequencing .ax-hero-stage-ai {
    animation-delay: 420ms;
  }

  .ax-hero-art.is-sequencing .ax-hero-stage-decision {
    animation-delay: 720ms;
  }

  .ax-hero-art.is-motion-ready.is-sequencing .ax-hero-role-start {
    animation-delay: 120ms;
  }

  .ax-hero-art.is-motion-ready.is-sequencing .ax-hero-role-ai {
    animation-delay: 420ms;
  }

  .ax-hero-art.is-motion-ready.is-sequencing .ax-hero-role-decision {
    animation-delay: 720ms;
  }

  .ax-principle-copy {
    position: static;
  }

  .ax-use-case-list {
    grid-template-columns: 1fr;
  }

  .ax-use-case-list h3 {
    min-height: 0;
  }

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

  .ax-analysis-model {
    grid-template-columns: 1fr;
  }

  .ax-facility-model {
    grid-template-columns: 1fr;
  }

  .ax-facility-before {
    text-align: left;
  }

  .ax-facility-before ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ax-facility-before > strong {
    text-align: center;
  }

  .ax-model-legacy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 2.5rem minmax(0, 1fr) auto;
    gap: 0.75rem;
    padding: 0.9rem 1.1rem;
    text-align: left;
  }

  .ax-model-label {
    margin: 0;
  }

  .ax-legacy-node,
  .ax-legacy-loop {
    display: flex;
    justify-content: flex-start;
    gap: 0.65rem;
  }

  .ax-legacy-node svg {
    width: 2.45rem;
  }

  .ax-flow-arrow-down {
    height: 2rem;
    transform: rotate(-90deg);
  }

  .ax-legacy-loop {
    align-items: center;
    margin: 0;
  }

  .ax-legacy-loop svg {
    flex: 0 0 auto;
    width: 2rem;
  }

  .ax-legacy-loop span {
    max-width: 8rem;
  }
}

@media (max-width: 700px) {
  .ax-page .container {
    width: min(100% - 1.5rem, 1280px);
  }

  .ax-page .section {
    padding: 4.75rem 0;
  }

  .ax-page h2 {
    font-size: clamp(2rem, 9.5vw, 3.1rem);
  }

  .ax-service-copy {
    display: grid;
    gap: 0.5rem;
  }

  .ax-hero {
    padding: 3.5rem 0 7rem;
  }

  .ax-hero h1 {
    font-size: clamp(2.55rem, 12.2vw, 4rem);
    line-height: 1.08;
    letter-spacing: -0.065em;
  }

  .ax-hero-line {
    white-space: normal;
  }

  .ax-hero h1 wbr {
    display: inline;
  }

  .ax-actions,
  .ax-actions .button {
    width: 100%;
  }

  .ax-actions .button {
    justify-content: center;
  }

  .ax-hero-visual {
    width: calc(100% + 1.5rem);
    margin-inline: -0.75rem;
  }

  .ax-hero-role-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
    margin: -3.15rem 0.5rem 0;
  }

  .ax-hero-role {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    gap: 0.3rem;
    width: auto;
    min-height: 5.1rem;
    padding: 0.55rem;
    transform: none;
  }

  .ax-hero-role-ai {
    transform: none;
  }

  .ax-hero-role-copy strong {
    font-size: clamp(0.69rem, 3vw, 0.8rem);
  }

  .ax-hero-art.is-motion-ready.is-sequencing .ax-hero-role-ai {
    animation-name: ax-hero-role-reveal;
  }

  .ax-hero-stage {
    display: none;
  }

  .ax-hero-visual figcaption {
    max-width: calc(100% - 2rem);
    margin-top: 0.65rem;
    border-radius: 1rem;
  }

  .ax-why-section {
    border-radius: 50% 50% 0 0 / 3rem 3rem 0 0;
  }

  .ax-forecast-panel {
    margin-inline: -0.15rem;
    padding: 1.25rem;
    border-radius: 1.65rem;
  }

  .ax-forecast-chart,
  .ax-interface-comparison {
    grid-template-columns: 1fr;
  }

  .ax-forecast-metric {
    padding: 1.15rem;
  }

  .ax-forecast-bar {
    min-width: 9.5rem;
  }

  .ax-interface-panel {
    padding: 1.35rem;
    border-radius: 1.65rem;
  }

  .ax-why-conclusion {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .ax-layer-list li,
  .ax-method-list article,
  .ax-provider-points li {
    grid-template-columns: 1fr;
  }

  .ax-analysis-pattern,
  .ax-facility-pattern {
    margin-inline: -0.15rem;
    padding: 1.3rem;
    border-radius: 1.5rem;
  }

  .ax-analysis-pattern h3,
  .ax-facility-pattern h3 {
    font-size: clamp(1.75rem, 8.2vw, 2.55rem);
    letter-spacing: -0.045em;
  }

  .ax-analysis-lede {
    font-size: 0.92rem;
  }

  .ax-analysis-visual,
  .ax-facility-visual {
    margin-top: 1.6rem;
    margin-inline: -0.75rem;
  }

  .ax-analysis-model {
    gap: 0.7rem;
  }

  .ax-model-legacy {
    grid-template-columns: minmax(0, 1fr) 2.25rem minmax(0, 1fr);
    gap: 0.55rem;
    padding: 1rem;
    border-radius: 1.15rem;
    text-align: center;
  }

  .ax-model-label {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .ax-legacy-node {
    display: grid;
    justify-items: center;
    gap: 0.45rem;
  }

  .ax-legacy-node svg {
    width: 2.65rem;
  }

  .ax-legacy-loop {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .ax-model-system {
    grid-template-areas:
      "facts"
      "ai"
      "human";
    gap: 0.7rem;
  }

  .ax-model-human,
  .ax-model-facts {
    padding: 1.1rem;
    border-radius: 1.15rem;
  }

  .ax-model-human {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding-bottom: 4.35rem;
  }

  .ax-human-actions {
    justify-content: flex-start;
  }

  .ax-model-ai {
    grid-template-columns: 1fr;
    border-radius: 1.2rem;
  }

  .ax-ai-conversation {
    padding: 1.15rem;
    border-right: 0;
    border-bottom: 1px solid rgba(66, 119, 145, 0.13);
  }

  .ax-analysis-views {
    grid-template-columns: 1fr;
    padding: 0.8rem;
  }

  .ax-analysis-view {
    grid-template-columns: minmax(7.5rem, 0.65fr) minmax(0, 1fr);
    align-items: center;
    padding: 0.9rem;
  }

  .ax-mini-chart {
    min-height: 6.8rem;
  }

  .ax-action-options {
    margin: 0;
  }

  .ax-model-facts {
    align-items: stretch;
    flex-direction: column;
  }

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

  .ax-fact-list li {
    min-height: 3rem;
  }

  .ax-fact-list li + li {
    border-left: 0;
  }

  .ax-fact-list li:nth-child(even) {
    border-left: 1px solid rgba(63, 126, 166, 0.12);
  }

  .ax-fact-list li:nth-child(n + 3) {
    border-top: 1px solid rgba(63, 126, 166, 0.12);
  }

  .ax-fact-list li:last-child {
    grid-column: 1 / -1;
  }

  .ax-next-question {
    position: relative;
    grid-area: human;
    align-self: end;
    justify-self: end;
    width: auto;
    margin: 0 1rem 1rem 0;
  }

  .ax-next-question svg,
  .ax-next-question-label--desktop {
    display: none;
  }

  .ax-next-question-label--mobile {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    margin: 0;
    padding: 0.52rem 0.72rem;
    border: 1px solid rgba(198, 129, 30, 0.3);
    border-radius: 999px;
    background: rgba(255, 246, 232, 0.96);
    box-shadow: 0 8px 18px rgba(77, 55, 22, 0.08);
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .ax-next-question-label--mobile::before {
    content: "↶";
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .ax-analysis-visual figcaption {
    margin-top: 1rem;
    padding-inline: 0.75rem;
    font-size: 0.82rem;
    text-align: left;
  }

  .ax-facility-before {
    gap: 0.8rem;
    padding: 1rem;
    border-radius: 1.15rem;
  }

  .ax-facility-before ul {
    gap: 0.45rem;
  }

  .ax-facility-before li {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0.65rem 0.35rem;
    text-align: center;
  }

  .ax-facility-before li svg {
    width: 1.85rem;
  }

  .ax-facility-incident,
  .ax-facility-human {
    align-items: flex-start;
    flex-direction: column;
    padding: 1.1rem;
    border-radius: 1.15rem;
  }

  .ax-facility-incident blockquote {
    max-width: none;
  }

  .ax-facility-workbench {
    grid-template-columns: 1fr;
  }

  .ax-facility-knowledge,
  .ax-facility-assist {
    padding: 1.05rem;
    border-radius: 1.15rem;
  }

  .ax-facility-answer-grid {
    grid-template-columns: 1fr;
  }

  .ax-facility-learning {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding: 1rem;
  }

  .ax-facility-learning ol {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .ax-facility-learning li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -0.58rem;
    left: 0.62rem;
    content: "↓";
    transform: none;
  }

  .ax-facility-visual figcaption {
    margin-top: 1rem;
    padding-inline: 0.75rem;
    font-size: 0.82rem;
    text-align: left;
  }

  .ax-method-list,
  .ax-fit-grid,
  .ax-offer-grid,
  .ax-safety-list {
    grid-template-columns: 1fr;
  }

  .ax-provider-section,
  .ax-contact-strip {
    margin-inline: 0.4rem;
    border-radius: 2rem;
  }

  .ax-offer-grid dl div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .ax-consultation-flow {
    padding: 1.35rem;
  }

  .ax-consultation-flow-heading h2 {
    font-size: clamp(1.55rem, 7vw, 2.1rem);
  }

  .ax-consultation-steps {
    grid-template-columns: 1fr;
  }

  .ax-button-light {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 360px) {
  .ax-page .brand {
    gap: 0.45rem;
    font-size: 1.05rem;
    letter-spacing: 0;
  }

  .ax-page .brand-logo {
    width: 2.2rem;
    height: 2.2rem;
  }

  .ax-page .nav-toggle {
    min-height: 2.75rem;
    padding: 0.35rem 0.55rem;
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ax-hero-type-ink,
  .ax-hero-stage {
    animation: none !important;
  }

  .ax-hero-art.is-motion-ready .ax-hero-role {
    opacity: 1;
    animation: none !important;
  }

  .ax-hero-art.is-motion-ready .ax-hero-role-ai {
    transform: translateX(-50%);
  }

  .ax-hero-type-ink {
    clip-path: none;
    will-change: auto;
  }

  .ax-rsvp-ink {
    clip-path: none;
    animation: none !important;
  }

  .ax-rsvp-caret {
    display: none;
  }

  .ax-hero-type-unit::after {
    display: none;
  }

  .ax-page .button {
    transition: none;
  }

  .ax-analysis-model [data-ax-stage],
  .ax-analysis-model .ax-next-question path,
  .ax-facility-model [data-ax-facility-stage] {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    stroke-dashoffset: 0 !important;
  }
}
