/* CLADSMAN Axon service page. All rules are page-scoped. */
.axon-page {
  --axon-rule: rgba(19, 20, 21, 0.18);
  --axon-rule-light: rgba(255, 255, 255, 0.2);
  background: var(--paper);
}

.axon-page .axon-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 160;
  height: 2px;
  pointer-events: none;
}

.axon-page .axon-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--timber);
  transform: scaleX(0);
  transform-origin: left;
}

.axon-page .axon-header.site-header--overlay { color: var(--white); }
.axon-page .axon-header.site-header--overlay .btn { background: var(--white); color: var(--ink); border-color: var(--white); }
.axon-page .axon-header.site-header--overlay.is-solid { color: var(--ink); }
.axon-page .axon-header.site-header--overlay.is-solid .btn { background: var(--ink); color: var(--white); border-color: var(--ink); }

.axon-kicker {
  display: block;
  color: var(--timber-deep);
  margin-bottom: 20px;
}

.axon-hero {
  position: relative;
  display: block;
  height: 210svh;
  min-height: 1280px;
  background: var(--ink);
  color: var(--white);
  overflow: clip;
  isolation: isolate;
}

.axon-hero__stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  display: grid;
  grid-template-columns: minmax(390px, 42%) minmax(0, 58%);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.axon-hero__copy {
  position: relative;
  z-index: 5;
  display: grid;
  align-items: center;
  min-width: 0;
  background: linear-gradient(90deg, #111213 0%, #111213 84%, rgba(17, 18, 19, 0.86) 100%);
}

.axon-hero__copy::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.axon-hero__copy-inner {
  width: min(100%, 700px);
  padding: 126px clamp(28px, 4vw, 72px) 54px;
}

.axon-breadcrumb {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.47);
  margin-bottom: clamp(52px, 8vh, 96px);
}

.axon-breadcrumb a { color: inherit; text-decoration: none; }
.axon-breadcrumb a:hover { color: var(--white); }

.axon-hero__eyebrow {
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 22px;
}

.axon-hero__eyebrow::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 1px;
  background: var(--timber);
  margin: 0 14px 4px 0;
}

.axon-hero__title {
  font-size: clamp(44px, 4.15vw, 76px);
  max-width: 10.6ch;
}

.axon-hero__title span { display: block; }

.axon-hero__lead {
  max-width: 43ch;
  color: rgba(255, 255, 255, 0.76);
  margin-top: 28px;
  font-size: clamp(16px, 1.28vw, 20px);
  line-height: 1.55;
}

.axon-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.axon-hero__actions .btn { min-width: 210px; }

.axon-scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: clamp(42px, 7vh, 82px);
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.axon-scroll-cue span {
  position: relative;
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.3);
}

.axon-scroll-cue span::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--timber);
  border-bottom: 1px solid var(--timber);
  transform: rotate(45deg);
}

.axon-hero__media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  --panel-count: 8;
  --axon-glass-x: 42%;
  --axon-glass-y: 28%;
}

.axon-hero__media-inner,
.axon-hero__media-inner picture,
.axon-hero__media-inner img {
  width: 100%;
  height: 100%;
}

.axon-hero__media-inner {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  filter: brightness(0.72) saturate(0.84) contrast(1.04);
  transform: none;
  transform-origin: 52% 48%;
  transition: opacity 360ms ease, filter 360ms ease;
  will-change: opacity, filter;
}

.axon-hero__media-inner picture {
  position: absolute;
  inset: 0;
  display: block;
}

.axon-hero__media-inner img {
  object-fit: cover;
  object-position: 62% 46%;
}

.axon-hero__panel-reveal {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(var(--panel-count), minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  opacity: 1;
  transition: opacity 320ms ease;
  pointer-events: none;
  perspective: 1200px;
}

.axon-hero__panel-reveal.is-ready { opacity: 1; }

.axon-hero__panel {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  border-radius: var(--panel-radius, 4px);
  background: #151719;
  box-shadow:
    0 30px 62px rgba(4, 5, 6, calc(var(--panel-edge-opacity, 1) * 0.56)),
    0 1px 0 rgba(255, 255, 255, calc(var(--panel-edge-opacity, 1) * 0.2)) inset,
    0 0 0 1px rgba(255, 255, 255, calc(var(--panel-edge-opacity, 1) * 0.14)) inset;
  transform-origin: center;
  will-change: transform, opacity;
}

.axon-hero__panel::before,
.axon-hero__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.axon-hero__panel::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(2, 6, 10, 0.16));
  opacity: calc(0.16 + var(--panel-edge-opacity, 1) * 0.42);
}

.axon-hero__panel::after {
  z-index: 3;
  background: radial-gradient(circle at var(--axon-glass-x) var(--axon-glass-y), rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.06) 30%, transparent 62%);
  opacity: calc(var(--panel-edge-opacity, 1) * 0.34);
  mix-blend-mode: screen;
}

.axon-hero__panel img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(var(--panel-index) * -100%);
  width: calc(var(--panel-count) * 100%);
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 62% 46%;
  filter: none;
}

.axon-hero.is-assembled .axon-hero__media-inner { opacity: 1 !important; filter: none !important; }
.axon-hero.is-assembled .axon-hero__media-inner img { filter: none; }
.axon-hero.is-assembled .axon-hero__panel-reveal { opacity: 0; }

.axon-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(17, 18, 19, 0.72), transparent 30%, transparent 74%, rgba(17, 18, 19, 0.12));
  transition: opacity 420ms ease;
  pointer-events: none;
}

.axon-hero.is-assembled .axon-hero__shade { opacity: 0.18; }

.axon-hero__grooves {
  display: none;
}

.axon-hero__grooves i {
  display: block;
  width: 1px;
  height: 100%;
  margin-left: auto;
  background: linear-gradient(180deg, transparent 7%, rgba(255, 255, 255, 0.22) 32%, rgba(168, 124, 82, 0.5) 77%, transparent 96%);
  transform-origin: top;
}

.axon-hero__light {
  position: absolute;
  z-index: 5;
  inset: -30% auto -30% -35%;
  width: 42%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 236, 209, 0.02) 28%, rgba(255, 226, 190, 0.23) 49%, rgba(255, 242, 222, 0.05) 64%, transparent 100%);
  transform: skewX(-10deg);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
}

.axon-hero__caption {
  position: absolute;
  z-index: 6;
  right: clamp(20px, 3vw, 48px);
  bottom: 26px;
  color: rgba(255, 255, 255, 0.58);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.axon-intro {
  position: relative;
  padding: clamp(84px, 10vw, 156px) 0 0;
  background-color: var(--paper);
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent 47px, rgba(19, 20, 21, 0.035) 48px);
}

.axon-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(44px, 8vw, 140px);
  padding-bottom: clamp(74px, 8vw, 128px);
}

.axon-intro__copy h2,
.axon-applications__copy h2 {
  font-family: var(--font-display);
  font-variation-settings: "wdth" 112;
  font-size: clamp(42px, 5.1vw, 78px);
  line-height: 1;
  letter-spacing: 0;
  max-width: 9ch;
}

.axon-intro__body {
  max-width: 760px;
  padding-top: 42px;
}

.axon-intro__body > p { color: var(--ink-soft); max-width: 64ch; }
.axon-intro__lead { font-size: clamp(19px, 1.7vw, 26px); line-height: 1.48; color: var(--ink) !important; margin-bottom: 24px; }

.axon-text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
  color: var(--ink);
  text-underline-offset: 5px;
}
.axon-text-link span { color: var(--timber-deep); font-size: 18px; }

.axon-material-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.axon-material-strip article {
  min-height: 300px;
  padding: 38px clamp(24px, 2.5vw, 42px) 42px;
  border-left: 1px solid var(--axon-rule);
}

.axon-material-strip article:first-child { border-left: 0; }
.axon-material-strip .mono { color: var(--grey); margin: 26px 0 10px; }
.axon-material-strip h3 { font-size: clamp(19px, 1.55vw, 25px); line-height: 1.15; margin-bottom: 16px; }
.axon-material-strip article > span:last-child { display: block; color: var(--ink-soft); font-size: 15px; line-height: 1.55; }

.axon-material-strip__mark { display: block; width: 70px; height: 62px; }
.axon-material-strip__mark--lines,
.axon-material-strip__mark--narrow { background: repeating-linear-gradient(90deg, var(--ink) 0 1px, transparent 1px 12px); opacity: 0.6; }
.axon-material-strip__mark--wide { background: repeating-linear-gradient(90deg, var(--ink) 0 1px, transparent 1px 30px); opacity: 0.6; }
.axon-material-strip__mark--grain { border-radius: 50%; border: 1px solid var(--line-strong); background: repeating-linear-gradient(4deg, rgba(19,20,21,.22) 0 1px, transparent 1px 5px); width: 62px; }

.axon-proof {
  padding: clamp(92px, 10vw, 160px) 0;
  background: var(--charcoal);
  color: var(--white);
}

.axon-proof__heading {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(290px, 4fr);
  gap: 50px;
  align-items: end;
  margin-bottom: clamp(52px, 7vw, 100px);
}

.axon-proof__heading .axon-kicker { grid-column: 1 / -1; color: #c49365; margin-bottom: -22px; }
.axon-proof__heading h2 { font-size: clamp(46px, 6.5vw, 100px); line-height: 0.92; }
.axon-proof__heading p { color: rgba(255, 255, 255, 0.62); max-width: 46ch; padding-bottom: 7px; }

.axon-proof__gallery {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 4fr);
  gap: clamp(14px, 2vw, 28px);
  align-items: stretch;
}

.axon-proof__primary { min-height: 760px; }
.axon-proof__side { display: grid; grid-template-rows: minmax(470px, 1fr) auto; gap: clamp(14px, 2vw, 28px); }

.axon-image-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--ink);
}

.axon-image-frame picture,
.axon-image-frame img { width: 100%; height: 100%; }
.axon-image-frame picture { display: block; position: absolute; inset: 0; }
.axon-image-frame img { object-fit: cover; transition: transform 1.1s var(--ease); }
.axon-image-frame:hover img { transform: scale(1.025); }

.axon-image-frame figcaption {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(220px, 1fr);
  gap: 24px;
  padding: 24px 28px;
  background: linear-gradient(180deg, transparent, rgba(12, 13, 14, 0.88));
  color: var(--white);
  font-size: 14px;
}

.axon-image-frame figcaption strong { font-size: 16px; }
.axon-image-frame figcaption span { color: rgba(255, 255, 255, 0.68); }

.axon-image-frame__mask {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: var(--timber);
  pointer-events: none;
}

.axon-proof__statement {
  margin: 0;
  padding: clamp(30px, 4vw, 56px);
  border: 1px solid var(--axon-rule-light);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.axon-proof__statement .mono { color: #c49365; }
.axon-proof__statement p { font-size: clamp(22px, 2.1vw, 32px); line-height: 1.25; max-width: 22ch; }

.axon-details {
  padding: clamp(92px, 10vw, 156px) 0;
  background: #111314;
  color: var(--white);
  border-top: 1px solid var(--axon-rule-light);
}

.axon-details__head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: clamp(62px, 8vw, 110px);
}
.axon-details__head .axon-kicker { grid-column: 1 / -1; color: #c49365; margin-bottom: -38px; }
.axon-details__head h2 { font-size: clamp(48px, 7vw, 104px); line-height: .9; }
.axon-details__head p { color: rgba(255,255,255,.62); max-width: 48ch; }

.axon-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--axon-rule-light);
  border-bottom: 1px solid var(--axon-rule-light);
}
.axon-detail-grid article { position: relative; min-height: 400px; padding: 34px clamp(22px, 2.3vw, 40px) 42px; border-left: 1px solid var(--axon-rule-light); }
.axon-detail-grid article:first-child { border-left: 0; }
.axon-detail-grid__index { color: rgba(255,255,255,.35); }
.axon-detail-grid h3 { font-size: clamp(20px, 1.7vw, 26px); line-height: 1.15; color: #d5a579; margin: 34px 0 18px; max-width: 13ch; }
.axon-detail-grid p { color: rgba(255,255,255,.62); font-size: 15.5px; }

.axon-detail-grid__glyph { display: block; width: 78px; height: 84px; margin-top: 40px; opacity: .7; }
.axon-detail-grid__glyph--setout { background: repeating-linear-gradient(90deg, #d5a579 0 1px, transparent 1px 14px); }
.axon-detail-grid__glyph--opening { border: 1px solid rgba(255,255,255,.52); box-shadow: inset 0 0 0 9px #111314, inset 0 0 0 10px #d5a579; }
.axon-detail-grid__glyph--corner { width: 60px; border-left: 1px solid #d5a579; border-bottom: 1px solid rgba(255,255,255,.4); transform: skewY(-28deg); }
.axon-detail-grid__glyph--finish { width: 48px; border: 1px solid rgba(255,255,255,.45); background: linear-gradient(90deg, transparent 46%, #d5a579 47% 53%, transparent 54%); }

.axon-applications { padding: clamp(92px, 11vw, 170px) 0; background: var(--paper); }
.axon-applications .wrap { display: grid; grid-template-columns: minmax(320px, 5fr) minmax(0, 7fr); gap: clamp(48px, 8vw, 128px); align-items: center; }
.axon-applications__copy h2 { max-width: 11ch; font-size: clamp(40px, 4.8vw, 72px); }
.axon-applications__copy > p { margin-top: 30px; color: var(--ink-soft); max-width: 53ch; }
.axon-applications__copy ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-strong); }
.axon-applications__copy li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.axon-applications__image { min-height: 700px; }
.axon-applications__image img { object-position: 42% center; }

.axon-perspectives {
  padding: clamp(96px, 11vw, 174px) 0;
  background: var(--paper-2);
  border-top: 1px solid var(--line);
}

.axon-perspectives__head {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 4fr);
  gap: clamp(42px, 8vw, 126px);
  align-items: end;
  margin-bottom: clamp(56px, 8vw, 112px);
}

.axon-perspectives__head .axon-kicker { grid-column: 1 / -1; margin-bottom: -24px; }
.axon-perspectives__head h2 { font-size: clamp(50px, 7vw, 106px); line-height: .9; max-width: 8ch; }
.axon-perspectives__head p { color: var(--ink-soft); max-width: 48ch; padding-bottom: 7px; }

.axon-perspectives__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 4fr);
  gap: clamp(26px, 4vw, 68px);
  align-items: start;
}

.axon-perspectives__side { display: grid; gap: clamp(46px, 6vw, 86px); padding-top: clamp(80px, 8vw, 124px); }
.axon-perspectives__figure { margin: 0; min-width: 0; }

.axon-perspectives__media {
  --axon-gallery-drift: 0px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--ink);
}

.axon-perspectives__figure--lead .axon-perspectives__media { aspect-ratio: 4 / 5; }
.axon-perspectives__media picture,
.axon-perspectives__media img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.axon-perspectives__media img {
  object-fit: cover;
  transform: translate3d(0, var(--axon-gallery-drift), 0) scale(1.07);
  transition: transform .9s var(--ease);
  will-change: transform;
}

.axon-perspectives__figure:hover .axon-perspectives__media img { transform: translate3d(0, var(--axon-gallery-drift), 0) scale(1.095); }
.axon-perspectives__figure--lead img { object-position: 55% center; }
.axon-perspectives__media--elevation img { object-position: 38% center; }
.axon-perspectives__media--junction img { object-position: 50% 52%; }

.axon-perspectives__figure figcaption {
  display: grid;
  grid-template-columns: minmax(125px, 0.35fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 48px);
  padding-top: 24px;
  border-top: 1px solid var(--line-strong);
}

.axon-perspectives__index { color: var(--timber-deep); padding-top: 5px; }
.axon-perspectives__figure h3 { font-size: clamp(22px, 2vw, 31px); line-height: 1.08; margin-bottom: 12px; }
.axon-perspectives__figure p { color: var(--ink-soft); font-size: 15px; line-height: 1.6; max-width: 46ch; }

.axon-faq { padding: clamp(86px, 10vw, 150px) 0; background: var(--paper-2); border-top: 1px solid var(--line); }
.axon-faq .wrap { display: grid; grid-template-columns: minmax(280px, 4fr) minmax(0, 7fr); gap: clamp(50px, 9vw, 140px); }
.axon-faq h2 { font-size: clamp(40px, 5vw, 72px); line-height: .95; }
.axon-faq__list { border-top: 1px solid var(--line-strong); }
.axon-faq details { border-bottom: 1px solid var(--line-strong); }
.axon-faq summary { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 25px 0; cursor: pointer; list-style: none; font-size: clamp(17px, 1.4vw, 21px); font-weight: 580; }
.axon-faq summary::-webkit-details-marker { display: none; }
.axon-faq summary span { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.axon-faq summary span::before,
.axon-faq summary span::after { content: ""; position: absolute; left: 0; top: 8px; width: 18px; height: 1px; background: var(--timber-deep); transition: transform .3s var(--ease); }
.axon-faq summary span::after { transform: rotate(90deg); }
.axon-faq details[open] summary span::after { transform: rotate(0); }
.axon-faq details p { color: var(--ink-soft); max-width: 64ch; padding: 0 42px 27px 0; }

.axon-quote { padding: clamp(90px, 10vw, 150px) 0; }
.axon-quote .quote-rail h2 { max-width: 9ch; font-size: clamp(42px, 5vw, 72px); }
.axon-quote .axon-kicker { margin-bottom: 0; }

@media (max-width: 1100px) {
  .axon-hero { grid-template-columns: minmax(360px, 46%) minmax(0, 54%); }
  .axon-hero__title { font-size: clamp(40px, 4.7vw, 58px); }
  .axon-material-strip { grid-template-columns: repeat(2, 1fr); }
  .axon-material-strip article:nth-child(3) { border-left: 0; border-top: 1px solid var(--axon-rule); }
  .axon-material-strip article:nth-child(4) { border-top: 1px solid var(--axon-rule); }
  .axon-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .axon-detail-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--axon-rule-light); }
  .axon-detail-grid article:nth-child(4) { border-top: 1px solid var(--axon-rule-light); }
}

@media (max-width: 860px) {
  .axon-page .axon-header .site-nav .nav-link { display: none; }
  .axon-hero { height: 205svh; min-height: 1480px; }
  .axon-hero__stage {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 0.96fr) minmax(0, 1.04fr);
    height: 100svh;
    padding-top: 64px;
  }
  .axon-hero__copy { min-height: 0; align-items: center; background: #111213; }
  .axon-hero__copy-inner { padding: 26px var(--gutter) 20px; width: 100%; }
  .axon-breadcrumb { display: none; }
  .axon-hero__eyebrow { margin-bottom: 14px; }
  .axon-hero__title { font-size: clamp(36px, 7.6vw, 56px); max-width: 11ch; }
  .axon-hero__lead { max-width: 42ch; margin-top: 16px; font-size: 15px; line-height: 1.4; }
  .axon-hero__actions { margin-top: 18px; }
  .axon-scroll-cue { display: none; }
  .axon-hero__media { min-height: 0; height: 100%; }
  .axon-hero__media { --panel-count: 5; }
  .axon-hero__media-inner img { object-position: 60% 48%; }
  .axon-hero__panel img { object-position: 60% 48%; }
  .axon-hero__panel::after { display: none; }
  .axon-hero__panel::before { opacity: calc(0.14 + var(--panel-edge-opacity, 1) * 0.28); }
  .axon-hero__grooves { opacity: .45; }
  .axon-hero__light { display: none; }
  .axon-hero__caption { left: var(--gutter); right: auto; }
  .axon-intro__grid,
  .axon-proof__heading,
  .axon-details__head,
  .axon-applications .wrap,
  .axon-perspectives__head,
  .axon-perspectives__grid,
  .axon-faq .wrap { grid-template-columns: 1fr; }
  .axon-intro__grid { gap: 24px; }
  .axon-intro__body { padding-top: 0; }
  .axon-proof__heading { gap: 28px; }
  .axon-proof__heading .axon-kicker,
  .axon-details__head .axon-kicker { grid-column: auto; margin-bottom: 0; }
  .axon-proof__gallery { grid-template-columns: 1fr; }
  .axon-proof__primary { min-height: 72svh; }
  .axon-proof__side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .axon-proof__side .axon-image-frame { min-height: 460px; }
  .axon-proof__statement { min-height: 460px; }
  .axon-details__head { gap: 28px; }
  .axon-applications__copy h2 { max-width: 12ch; }
  .axon-applications__image { min-height: 70svh; }
  .axon-perspectives__head { gap: 28px; }
  .axon-perspectives__head .axon-kicker { grid-column: auto; margin-bottom: 0; }
  .axon-perspectives__head h2 { max-width: 10ch; }
  .axon-perspectives__side { padding-top: 0; gap: 56px; }
  .axon-perspectives__figure--lead .axon-perspectives__media,
  .axon-perspectives__media { aspect-ratio: 4 / 3; }
  .axon-faq .wrap { gap: 46px; }
}

@media (max-width: 640px) {
  .axon-page .axon-header .nav-phone { display: none; }
  .axon-page .axon-header .site-nav .btn { height: 40px; padding-inline: 14px; font-size: 10.5px; }
  .axon-hero { min-height: 1380px; }
  .axon-hero__stage { grid-template-rows: minmax(0, 0.94fr) minmax(0, 1.06fr); }
  .axon-hero__copy-inner { padding: 18px 20px 14px; }
  .axon-hero__eyebrow { font-size: 9.5px; line-height: 1.5; }
  .axon-hero__eyebrow::before { width: 24px; margin-right: 9px; }
  .axon-hero__title { font-size: clamp(33px, 9.4vw, 42px); }
  .axon-hero__lead { font-size: 14px; margin-top: 12px; }
  .axon-hero__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; }
  .axon-hero__actions .btn { width: 100%; min-width: 0; }
  .axon-hero__actions .btn { height: 44px; padding-inline: 9px; font-size: 9px; letter-spacing: 0.08em; }
  .axon-hero__media { min-height: 0; }
  .axon-hero__media-inner img { object-position: 61% 48%; }
  .axon-hero__panel img { object-position: 61% 48%; }
  .axon-hero__caption { bottom: 18px; font-size: 9px; max-width: 70%; }
  .axon-intro { padding-top: 76px; }
  .axon-intro__copy h2,
  .axon-applications__copy h2 { font-size: 40px; }
  .axon-intro__lead { font-size: 19px; }
  .axon-material-strip { grid-template-columns: 1fr; margin-inline: calc(var(--gutter) * -1); }
  .axon-material-strip article { min-height: 0; padding: 30px var(--gutter); border-left: 0; border-top: 1px solid var(--axon-rule); display: grid; grid-template-columns: 68px 1fr; gap: 0 20px; }
  .axon-material-strip article:first-child { border-top: 0; }
  .axon-material-strip article:nth-child(2) { border-top: 1px solid var(--axon-rule); }
  .axon-material-strip__mark { grid-row: 1 / 4; }
  .axon-material-strip .mono { margin: 0 0 7px; }
  .axon-material-strip h3 { margin-bottom: 8px; }
  .axon-proof { padding-block: 80px; }
  .axon-proof__heading h2 { font-size: 47px; }
  .axon-proof__primary { min-height: 64svh; }
  .axon-proof__side { grid-template-columns: 1fr; }
  .axon-proof__side .axon-image-frame { min-height: 62svh; }
  .axon-proof__statement { min-height: 330px; }
  .axon-image-frame figcaption { grid-template-columns: 1fr; gap: 5px; padding: 46px 20px 20px; }
  .axon-detail-grid { grid-template-columns: 1fr; }
  .axon-detail-grid article { min-height: 330px; border-left: 0; border-top: 1px solid var(--axon-rule-light); }
  .axon-detail-grid article:first-child { border-top: 0; }
  .axon-details__head h2 { font-size: 48px; }
  .axon-applications__image { min-height: 58svh; }
  .axon-perspectives { padding-block: 80px; }
  .axon-perspectives__head h2 { font-size: 48px; }
  .axon-perspectives__grid { gap: 54px; }
  .axon-perspectives__side { gap: 54px; }
  .axon-perspectives__figure figcaption { grid-template-columns: 1fr; gap: 7px; padding-top: 18px; }
  .axon-perspectives__index { padding-top: 0; }
  .axon-faq h2 { font-size: 43px; }
  .axon-faq summary { font-size: 17px; }
  .axon-quote .quote-rail h2 { font-size: 42px; }
  .axon-page .footer-base { padding-bottom: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  .axon-page .axon-hero { height: auto; min-height: 0; }
  .axon-page .axon-hero__stage { position: relative; min-height: 100svh; height: auto; }
  .axon-page .axon-hero__media { min-height: 52svh; }
  .axon-page .axon-hero__media-inner { opacity: 1 !important; filter: none !important; }
  .axon-page .axon-progress { display: none; }
  .axon-page .axon-hero__media,
  .axon-page .axon-hero__media-inner,
  .axon-page .axon-image-frame img,
  .axon-page .axon-perspectives__media img { transform: none !important; transition: none !important; }
  .axon-page .axon-hero__light { display: none; }
  .axon-page .axon-hero__panel-reveal { display: none; }
  .axon-page .axon-image-frame__mask { display: none; }
}

html:not(.js) .axon-hero { height: auto; min-height: 0; }
html:not(.js) .axon-hero__stage { position: relative; min-height: 100svh; height: auto; }
html:not(.js) .axon-hero__media { min-height: 52svh; }
html:not(.js) .axon-hero__media-inner { opacity: 1; filter: none; }
