/* Axon custom homepage — intentionally scoped away from parent theme pages. */
.axon-home {
	--ah-bg: #121c24;
	--ah-band: #18232c;
	--ah-card: #1c2831;
	--ah-card-deep: #16212a;
	--ah-footer: #0e161d;
	--ah-hero: #083143;
	--ah-cyan: #5fc7f0;
	--ah-blue: #1f9ad1;
	--ah-on-cyan: #071f2b;
	--ah-ink: #eaf4fa;
	--ah-body: #aec4d2;
	--ah-muted: #8fa6b4;
	--ah-border: rgba(255, 255, 255, .1);
	background: var(--ah-bg);
	color: var(--ah-ink);
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

.axon-home *, .axon-home *::before, .axon-home *::after { box-sizing: border-box; }
.axon-home a { color: inherit; text-decoration: none; }
.axon-home button, .axon-home input { font: inherit; }
.axon-home :where(strong, b) { color: var(--ah-ink); }
.axon-home :where(.woosc-popup, .woosc-area) { display: none !important; }
.axon-home__shell { min-height: 100vh; overflow: clip; background: var(--ah-bg) !important; }
.axon-home__skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px; background: #fff; color: #071f2b; transform: translateY(-150%); }
.axon-home__skip-link:focus { transform: none; }

.axon-home__promo { position: relative; z-index: 50; display: flex; min-height: 36px; align-items: center; justify-content: center; gap: 12px; padding: 8px 48px; background: var(--ah-band); border-bottom: 1px solid var(--ah-border); color: var(--ah-muted); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.axon-home__promo strong { color: var(--ah-ink); }
.axon-home__promo-dot { color: var(--ah-cyan); }
.axon-home__promo-close { position: absolute; right: 14px; width: 30px; height: 30px; padding: 0; background: transparent; border: 0; color: var(--ah-muted); cursor: pointer; }

/* Preserve the parent announcement slider/content and update its appearance. */
body.axon-home .pls-promo-bar {
	display: block !important;
	min-height: 36px;
	border-bottom: 1px solid var(--ah-border) !important;
	background: var(--ah-band) !important;
	color: var(--ah-muted) !important;
}

body.axon-home .pls-promo-bar :where(.container, .promo-bar-wrapper) {
	min-height: 36px;
}

body.axon-home .pls-promo-bar .promo-bar-wrapper {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding-inline: 44px;
}

body.axon-home .pls-promo-bar :where(.promo-bar, .promo-slider, .promo-bar-msg, a) {
	color: var(--ah-muted) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.axon-home .pls-promo-bar .promo-bar-close {
	position: absolute;
	top: 50%;
	right: 0;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	transform: translateY(-50%);
}

body.axon-home .pls-promo-bar .promo-bar-close::before,
body.axon-home .pls-promo-bar .promo-bar-close::after {
	border-color: var(--ah-muted) !important;
	color: var(--ah-muted) !important;
}

.axon-home__hero { position: relative; overflow: hidden; background: linear-gradient(150deg, #0e4a66 0%, #083143 42%, #121c24 100%); border-radius: 0 0 44px 44px; }
.axon-home__hero::before { content: ""; position: absolute; top: -180px; right: -100px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(41, 166, 222, .28), transparent 66%); pointer-events: none; }
.axon-home__nav-wrap { position: relative; z-index: 5; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; width: min(100% - 48px, 1240px); min-height: 80px; margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,.08); }
.axon-home__logo { justify-self: start; line-height: 0; }
.axon-home__logo img { width: 128px; height: 44px; object-fit: contain; }
.axon-home__menu-list { display: flex; align-items: center; justify-content: center; gap: 32px; margin: 0; padding: 0; list-style: none; }
.axon-home__menu-list a { color: #b9d0dc; font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: color .18s ease; }
.axon-home__menu-list a:hover, .axon-home__menu-list a:focus-visible { color: var(--ah-cyan); }
.axon-home__nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.axon-home__icon-button { position: relative; display: inline-grid; width: 42px; height: 42px; place-items: center; color: var(--ah-ink); font-size: 19px; }
.axon-home__cart-count { position: absolute; top: 1px; right: 0; display: grid; min-width: 17px; height: 17px; padding: 0 4px; place-items: center; border-radius: 99px; background: var(--ah-blue); color: var(--ah-on-cyan); font-size: 9px; font-weight: 700; }
.axon-home__cart-count[hidden] { display: none; }
.axon-home__mobile-nav { display: none; position: relative; }
.axon-home__mobile-nav summary { display: grid; width: 44px; height: 44px; place-items: center; cursor: pointer; list-style: none; font-size: 22px; }
.axon-home__mobile-nav summary::-webkit-details-marker { display: none; }
.axon-home__mobile-nav nav { position: fixed; z-index: 100; top: 108px; right: 16px; left: 16px; padding: 18px; border: 1px solid rgba(95,199,240,.28); border-radius: 18px; background: rgba(14, 32, 42, .98); box-shadow: 0 22px 64px rgba(0,0,0,.42); }
body.axon-home.axon-promo-closed .axon-home__mobile-nav nav { top: 68px; }
.axon-home__mobile-nav .axon-home__menu-list { align-items: stretch; flex-direction: column; gap: 0; }
.axon-home__mobile-nav .axon-home__menu-list a { display: block; min-height: 48px; padding: 14px 12px; border-bottom: 1px solid var(--ah-border); }

.axon-home__hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 40px; width: min(100% - 48px, 1240px); margin: 0 auto; padding: 48px 0 58px; }
.axon-home__hero h1, .axon-home h2, .axon-home h3 { color: var(--ah-ink); font-family: Montserrat, system-ui, sans-serif; }
.axon-home__hero h1 { margin: 0; font-size: clamp(46px, 4.6vw, 62px); font-weight: 750; letter-spacing: .012em; line-height: 1.03; text-transform: uppercase; }
.axon-home__hero-title-line { display: block; white-space: nowrap; }
.axon-home__hero-title-line + .axon-home__hero-title-line { margin-top: 8px; }
.axon-home__hero-title-line em { color: var(--ah-cyan); font-style: normal; }
.axon-home__eyebrow { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 14px; color: var(--ah-cyan); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.axon-home__eyebrow::before, .axon-home__eyebrow::after { content: ""; width: 22px; height: 1px; background: var(--ah-blue); }
.axon-home__eyebrow--left { justify-content: flex-start; }
.axon-home__eyebrow--left::after { display: none; }
.axon-home__hero-intro { max-width: 520px; margin: 20px 0 0; color: var(--ah-body); font-size: 17px; }
.axon-home__button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 28px; }
.axon-home__button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 28px; border: 1px solid transparent; border-radius: 999px; background: var(--ah-blue); color: var(--ah-on-cyan) !important; font-size: 15px; font-weight: 650; line-height: 1.2; transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.axon-home__button:hover, .axon-home__button:focus-visible { background: #38b4e8; box-shadow: 0 12px 30px rgba(31,154,209,.28); transform: translateY(-1px); }
.axon-home__button--small { min-height: 42px; padding: 0 22px; font-size: 13.5px; }
.axon-home__button--ghost { border-color: rgba(255,255,255,.28); background: transparent; color: var(--ah-ink) !important; }
.axon-home__button--ghost:hover { border-color: var(--ah-cyan); background: rgba(95,199,240,.08); }
.axon-home__button--light { background: #fff; color: #0b3852 !important; }
.axon-home__hero-primary { min-width: 212px; }
.axon-home__hero-link { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 8px; color: var(--ah-body) !important; font-size: 14px; font-weight: 650; text-decoration: underline; text-decoration-color: rgba(95,199,240,.45); text-underline-offset: 5px; transition: color .18s ease, text-decoration-color .18s ease; }
.axon-home__hero-link:hover, .axon-home__hero-link:focus-visible { color: var(--ah-cyan) !important; text-decoration-color: currentColor; }
.axon-home__hero-art { position: relative; display: grid; min-height: 480px; place-items: center; }
.axon-home__hero-art::before { content: ""; position: absolute; width: 82%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(60,190,235,.32), transparent 67%); }
.axon-home__hero-art img { position: relative; z-index: 1; width: 104%; max-width: 540px; height: auto; object-fit: contain; filter: drop-shadow(0 34px 58px rgba(0,0,0,.48)); animation: axon-home-float 7s ease-in-out infinite; }

.axon-home__section { width: min(100% - 48px, 1240px); margin-inline: auto; padding-block: 96px; }
.axon-home__section-heading { margin-bottom: 48px; text-align: center; }
.axon-home__section-heading h2, .axon-home__proof h2, .axon-home__shipping h2, .axon-home__faq h2, .axon-home__cta h2 { margin: 0; font-size: clamp(34px, 4.4vw, 52px); font-weight: 600; line-height: 1.06; text-transform: uppercase; }
.axon-home__section-heading > p:last-child:not(.axon-home__eyebrow) { max-width: 620px; margin: 16px auto 0; color: var(--ah-muted); }
.axon-home__section-action { display: flex; justify-content: center; margin-top: 34px; }

.axon-home__product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.axon-home__product-card { display: flex; overflow: hidden; min-width: 0; flex-direction: column; border: 0; border-radius: 18px; background: var(--ah-card); box-shadow: 0 14px 34px rgba(0,0,0,.18); text-align: left; transition: box-shadow .25s ease, transform .25s ease; }
.axon-home__product-card:hover { box-shadow: 0 22px 48px rgba(0,0,0,.28); transform: translateY(-5px); }
.axon-home__product-image { position: relative; display: grid; overflow: hidden; aspect-ratio: 1 / 1; padding: 0; background: var(--ah-card-deep); place-items: center; }
.axon-home__product-image > span { position: absolute; z-index: 2; top: 22px; left: 22px; padding: 6px 12px; border: 1px solid rgba(142,220,247,.72); border-radius: 99px; background: #0d2633; color: #8edcf7; box-shadow: 0 8px 20px rgba(4,24,34,.32); font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.axon-home__product-image img { display: block; width: 100%; height: 100%; aspect-ratio: 1 / 1; border-radius: 0; object-fit: contain; object-position: center; }
.axon-home__product-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.axon-home__product-body h3 { min-height: 48px; margin: 0; font-size: 19px; font-weight: 600; line-height: 1.25; }
.axon-home__product-meta { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 18px; }
.axon-home__price { color: var(--ah-ink); font-size: 17px; font-weight: 700; }
.axon-home__price del { color: var(--ah-muted); font-size: .8em; }
.axon-home__price ins { text-decoration: none; }
.axon-home__product-meta small { color: #6e8794; font-size: 12px; }
.axon-home__product-meta > a { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--ah-blue); color: #fff; font-size: 18px; }
.axon-home__product-meta > a i { transition: transform .18s ease; }
.axon-home__product-card:hover .axon-home__product-meta > a i,
.axon-home__product-card:focus-within .axon-home__product-meta > a i { transform: translate(3px,-3px); }

.axon-home__credential-strip { border-block: 1px solid var(--ah-border); background: linear-gradient(90deg, #0c3f58, #072835); }
.axon-home__credential-track { width: min(100% - 48px, 1240px); margin: 0 auto; padding: 22px 0; }
.axon-home__credential-set { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; }
.axon-home__credential-set[aria-hidden="true"] { display: none; }
.axon-home__credential-strip span { display: inline-flex; align-items: center; gap: 10px; color: #c6dce6; font-size: 12.5px; font-weight: 650; letter-spacing: .055em; text-transform: uppercase; }
.axon-home__credential-strip i { color: var(--ah-cyan); font-size: 19px; }

.axon-home__proof { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.axon-home__proof-copy > p:not(.axon-home__eyebrow) { max-width: 500px; margin: 24px 0 0; color: var(--ah-muted); }
.axon-home__stats { display: flex; gap: 44px; margin: 36px 0 0; }
.axon-home__stats div { display: grid; }
.axon-home__stats strong { color: var(--ah-cyan); font-size: 38px; line-height: 1.1; }
.axon-home__stats span { margin-top: 5px; color: var(--ah-muted); font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.axon-home__proof-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
.axon-home__proof-art { position: relative; display: grid; min-height: 520px; place-items: center; }
.axon-home__orbit { position: relative; width: 100%; max-width: 520px; aspect-ratio: 1; margin: 0 auto; }
.axon-home__orbit-ring { position: absolute; inset: 8%; border: 1px solid rgba(90,200,235,.14); border-radius: 50%; }
.axon-home__orbit-ring--inner { inset: 20%; border-color: rgba(90,200,235,.1); }
.axon-home__orbit-spin { position: absolute; inset: 0; animation: axon-home-orbit-spin 46s linear infinite; }
.axon-home__orbit-glow { position: absolute; z-index: 1; top: 50%; left: 50%; width: 86%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,rgba(60,190,235,.5),rgba(60,190,235,.12) 46%,transparent 70%); filter: blur(8px); transform: translate(-50%,-50%); animation: axon-home-orbit-pulse 6s ease-in-out infinite; }
.axon-home__orbit-core { position: absolute; z-index: 4; top: 50%; left: 50%; width: 30%; aspect-ratio: 1 / 1.35; filter: drop-shadow(0 10px 26px rgba(0,0,0,.5)); transform: translate(-50%,-50%); animation: axon-home-orbit-breathe 6s ease-in-out infinite; }
.axon-home__orbit-core img, .axon-home__orbit-satellite img { display: block; width: 100%; height: 100%; object-fit: contain; }
.axon-home__orbit-satellite { position: absolute; z-index: 3; width: 33%; aspect-ratio: 1; filter: drop-shadow(0 0 16px rgba(60,190,235,.42)); transform: translate(-50%,-50%); }
.axon-home__orbit-satellite > div { position: absolute; inset: 0; animation: axon-home-orbit-counter 46s linear infinite; }
.axon-home__orbit-satellite--coa { top: 32.5%; left: 19.7%; }
.axon-home__orbit-satellite--lab { top: 32.5%; left: 80.3%; }
.axon-home__orbit-satellite--chart { top: 85%; left: 50%; }
.axon-home__orbit-beam { position: absolute; z-index: 2; top: 50%; left: 50%; width: 35%; height: 2px; background: linear-gradient(90deg,transparent,rgba(95,199,240,.85),rgba(95,199,240,0)); background-size: 200% 100%; transform-origin: left center; }
.axon-home__orbit-beam::after { position: absolute; inset: 0; border-radius: 2px; background: linear-gradient(90deg,transparent 40%,rgba(160,225,255,.95) 50%,transparent 60%); background-size: 220% 100%; content: ""; animation: axon-home-orbit-flow 2.6s linear infinite; }
.axon-home__orbit-beam--one { transform: rotate(210deg); }
.axon-home__orbit-beam--two { transform: rotate(330deg); }
.axon-home__orbit-beam--three { transform: rotate(90deg); }
.axon-home__orbit-beam--two::after { animation-delay: .9s; }
.axon-home__orbit-beam--three::after { animation-delay: 1.8s; }

.axon-home__band { border-top: 1px solid rgba(255,255,255,.07); background: var(--ah-band); }
.axon-home__category-grid, .axon-home__why-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.axon-home__category-grid a, .axon-home__why-grid article { padding: 24px; border: 1px solid var(--ah-border); border-radius: 16px; background: var(--ah-card); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.axon-home__category-grid a:hover, .axon-home__why-grid article:hover { border-color: rgba(95,199,240,.45); background: #26333d; transform: translateY(-3px); }
.axon-home__category-grid i, .axon-home__why-grid i { display: grid; width: 48px; height: 48px; margin-bottom: 20px; place-items: center; border: 1px solid rgba(95,199,240,.25); border-radius: 12px; background: rgba(31,154,209,.14); color: var(--ah-cyan); font-size: 22px; }
.axon-home__category-grid h3, .axon-home__why-grid h3 { margin: 0 0 6px; font-size: 20px; font-weight: 600; }
.axon-home__category-grid span { color: #6e8794; font-size: 12px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.axon-home__why-grid p { margin: 0; color: var(--ah-muted); font-size: 14.5px; }

.axon-home__steps { text-align: center; }
.axon-home__steps-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 46px; }
.axon-home__steps-grid > div { position: relative; }
.axon-home__steps-grid span { display: block; width: auto; height: auto; margin: 0 0 12px; border: 0; border-radius: 0; background: transparent; color: rgba(143,166,255,.16); font-size: 88px; font-weight: 700; line-height: 1; }
.axon-home__steps-grid h3 { margin: 0 0 10px; font-size: 24px; font-weight: 600; text-transform: uppercase; }
.axon-home__steps-grid p { max-width: 310px; margin: 0 auto; color: var(--ah-muted); font-size: 14.5px; }

.axon-home__testimonial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.axon-home__testimonial-grid figure { display: flex; margin: 0; padding: 28px; flex-direction: column; border: 1px solid var(--ah-border); border-radius: 18px; background: var(--ah-card); }
.axon-home__stars { margin-bottom: 18px; color: #f2c94c; font-size: 15px; letter-spacing: 2px; }
.axon-home__testimonial-grid blockquote { flex: 1; margin: 0 0 24px; padding: 0; border: 0; background: transparent; color: #c6dce6; font-size: 16px; font-style: normal; line-height: 1.55; box-shadow: none; }
.axon-home__testimonial-grid blockquote::before,
.axon-home__testimonial-grid blockquote::after { display: none; content: none; }
.axon-home__testimonial-grid figcaption { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid var(--ah-border); }
.axon-home__testimonial-grid figcaption > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--ah-blue); color: var(--ah-on-cyan); font-size: 13px; font-weight: 700; }
.axon-home__testimonial-grid figcaption div { display: grid; }
.axon-home__testimonial-grid figcaption small { color: #6e8794; font-size: 12px; }

.axon-home__shipping { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
.axon-home__shipping ul { display: grid; gap: 22px; margin: 34px 0; padding: 0; list-style: none; }
.axon-home__shipping li { display: flex; gap: 16px; }
.axon-home__shipping li > i { flex: 0 0 auto; color: var(--ah-cyan); font-size: 23px; }
.axon-home__shipping li span, .axon-home__shipping aside b { display: grid; }
.axon-home__shipping li small, .axon-home__shipping aside small { color: var(--ah-muted); font-size: 14px; font-weight: 400; }
.axon-home__shipping aside { padding: 36px; border: 1px solid rgba(95,199,240,.25); border-radius: 22px; background: linear-gradient(160deg,#0e4258,#062330); }
.axon-home__shipping aside > p:not(.axon-home__eyebrow) { margin: 0 0 26px; color: var(--ah-body); }
.axon-home__shipping aside > div { display: grid; gap: 12px; }
.axon-home__shipping aside span, .axon-home__shipping aside a { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--ah-border); border-radius: 14px; background: rgba(255,255,255,.05); }
.axon-home__shipping aside i { flex: 0 0 auto; color: var(--ah-cyan); font-size: 22px; }

.axon-home__faq { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; }
.axon-home__faq > div:first-child > p:not(.axon-home__eyebrow) { max-width: 360px; margin: 22px 0 28px; color: var(--ah-muted); }
.axon-home__faq-list details { border-top: 1px solid var(--ah-border); }
.axon-home__faq-list details:last-child { border-bottom: 1px solid var(--ah-border); }
.axon-home__faq-list summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; color: var(--ah-ink); cursor: pointer; list-style: none; font-size: 20px; font-weight: 600; }
.axon-home__faq-list summary::-webkit-details-marker { display: none; }
.axon-home__faq-list summary span { color: var(--ah-cyan); font-size: 26px; font-weight: 400; transition: transform .2s ease; }
.axon-home__faq-list details[open] summary span { transform: rotate(45deg); }
.axon-home__faq-list details p { max-width: 680px; margin: 0; padding: 0 0 24px; color: var(--ah-muted); }

.axon-home__cta { padding-top: 80px; padding-bottom: 100px; }
.axon-home__cta-inner { position: relative; display: grid; min-height: 380px; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; overflow: visible; padding: 0 0 0 56px; border-radius: 28px; background: linear-gradient(120deg,#0f4a66,#0b3852 45%,#093247); }
.axon-home__cta-art { position: relative; align-self: stretch; min-height: 380px; order: 2; overflow: visible; }
.axon-home__cta-art img { position: absolute; right: 0; bottom: -52px; left: auto; width: 116%; max-width: 520px; height: auto; filter: drop-shadow(0 26px 46px rgba(0,0,0,.4)); }
.axon-home__cta p { max-width: 460px; margin: 22px 0 0; color: #b7d0dc; }

.axon-home :where(a, button, summary, input):focus-visible {
	outline: 2px solid var(--ah-cyan);
	outline-offset: 3px;
}

@keyframes axon-home-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes axon-home-orbit-spin { to { transform: rotate(360deg); } }
@keyframes axon-home-orbit-counter { to { transform: rotate(-360deg); } }
@keyframes axon-home-orbit-breathe { 0%,100% { transform: translate(-50%,-50%) scale(1); } 50% { transform: translate(-50%,-50%) scale(1.025); } }
@keyframes axon-home-orbit-pulse { 0%,100% { opacity: .55; transform: translate(-50%,-50%) scale(1); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.12); } }
@keyframes axon-home-orbit-flow { 0% { background-position: 120% 0; opacity: 0; } 12%,88% { opacity: 1; } 100% { background-position: -40% 0; opacity: 0; } }

@media (max-width: 1100px) {
	.axon-home__desktop-nav { display: none; }
	.axon-home__mobile-nav { display: block; }
	.axon-home__nav-wrap { grid-template-columns: 1fr auto; }
	.axon-home__product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.axon-home__category-grid, .axon-home__why-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 860px) {
	.axon-home__hero-grid, .axon-home__proof, .axon-home__shipping, .axon-home__faq, .axon-home__cta-inner { grid-template-columns: 1fr; }
	.axon-home__hero-grid { gap: 0; padding-top: 40px; }
	.axon-home__hero-copy { position: relative; z-index: 2; }
	.axon-home__hero-art { min-height: 360px; margin-top: 10px; }
	.axon-home__hero-art img { width: auto; max-width: min(90vw, 440px); max-height: 390px; }
	.axon-home__credential-track { overflow-x: auto; scrollbar-width: none; }
	.axon-home__credential-strip span { flex: 0 0 auto; }
	.axon-home__proof { gap: 44px; }
	.axon-home__proof-art { min-height: 500px; }
	.axon-home__orbit { max-width: 420px; }
	.axon-home__steps-grid { gap: 24px; }
	.axon-home__testimonial-grid { grid-template-columns: 1fr; }
	.axon-home__cta-inner { padding: 40px; }
	.axon-home__cta-art { min-height: 330px; order: 2; }
	.axon-home__cta-art img { right: -40px; left: auto; width: 116%; transform: none; }
}

@media (max-width: 640px) {
	body.axon-home .pls-promo-bar,
	body.axon-home .pls-promo-bar :where(.container, .promo-bar-wrapper) { min-height: 44px; }
	body.axon-home .pls-promo-bar :where(.promo-bar, .promo-slider, .promo-bar-msg, a) { font-size: 10px !important; letter-spacing: .055em; }
	body.axon-home .pls-promo-bar .promo-bar-close { width: 44px; height: 44px; }
	body.axon-home header.axon-home__hero { padding: 0; }
	body.axon-home section.axon-home__band { padding: 0; }
	body.axon-home section.axon-home__section { width: 100%; margin: 0; padding: 70px 16px; }
	.axon-home__shell { width: 100%; }
	.axon-home__promo { min-height: 40px; gap: 5px; padding: 7px 42px 7px 12px; font-size: 9.5px; letter-spacing: .045em; }
	.axon-home__promo-dot { display: none; }
	.axon-home__promo strong { white-space: nowrap; }
	.axon-home__nav-wrap, .axon-home__hero-grid, .axon-home__section { width: 100%; }
	.axon-home__nav-wrap { min-height: 68px; padding: 0 16px; }
	.axon-home__logo img { width: 106px; height: 38px; }
	.axon-home__nav-actions { gap: 0; }
	.axon-home__nav-actions > .axon-home__button--small { display: none; }
	.axon-home__hero { border-radius: 0 0 28px 28px; }
	.axon-home__hero-grid { padding: 30px 16px 20px; }
	.axon-home__eyebrow { font-size: 10px; letter-spacing: .13em; }
	.axon-home__hero h1 { font-size: clamp(34px, 10.5vw, 42px); line-height: 1.04; }
	.axon-home__hero-title-line + .axon-home__hero-title-line { margin-top: 5px; }
	.axon-home__hero-intro { max-width: 36ch; margin-top: 16px; font-size: 14px; line-height: 1.55; }
	.axon-home__button-row { display: grid; grid-template-columns: 1fr; gap: 2px; margin-top: 22px; }
	.axon-home__proof-actions { display: flex; gap: 12px; }
	.axon-home__button { min-height: 50px; padding: 0 14px; font-size: 13px; }
	.axon-home__hero-primary { width: 100%; min-height: 52px; }
	.axon-home__hero-link { width: max-content; min-height: 44px; justify-self: center; padding-inline: 12px; font-size: 13px; }
	.axon-home__hero-art { min-height: 330px; margin: 2px 0 0; }
	.axon-home__hero-art img { width: auto; max-width: 100%; height: clamp(290px, 82vw, 330px); max-height: 330px; }
	.axon-home__section { padding: 70px 16px; }
	.axon-home__section-heading { margin-bottom: 30px; }
	.axon-home__section-heading h2, .axon-home__proof h2, .axon-home__shipping h2, .axon-home__faq h2, .axon-home__cta h2 { font-size: clamp(29px, 9.2vw, 40px); line-height: 1.05; }
	.axon-home__product-grid { grid-template-columns: 1fr; gap: 16px; }
	.axon-home__product-card { border-radius: 20px; }
	.axon-home__product-image { padding: 0; }
	.axon-home__product-image > span { top: 16px; left: 16px; }
	.axon-home__product-image img { border-radius: 0; }
	.axon-home__product-body { padding: 18px; }
	.axon-home__product-body h3 { min-height: 0; font-size: 20px; }
	.axon-home__credential-strip { overflow: hidden; }
	.axon-home__credential-track { display: flex; width: max-content; gap: 24px; overflow: visible; padding: 10px 0; animation: axon-home-credential-marquee 24s linear infinite; }
	.axon-home__credential-set { width: max-content; flex: 0 0 auto; justify-content: flex-start; gap: 24px; }
	.axon-home__credential-set[aria-hidden="true"] { display: flex; }
	.axon-home__credential-strip span { gap: 7px; font-size: 10px; letter-spacing: .045em; }
	.axon-home__credential-strip i { font-size: 16px; }
	.axon-home__proof { gap: 32px; }
	.axon-home__stats { justify-content: space-between; gap: 12px; }
	.axon-home__stats strong { font-size: 27px; }
	.axon-home__stats span { max-width: 80px; font-size: 9px; }
	.axon-home__proof-art { min-height: 360px; border-radius: 22px; }
	.axon-home__proof-badge { right: 14px; bottom: 14px; }
	.axon-home__category-grid, .axon-home__why-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
	.axon-home__category-grid a, .axon-home__why-grid article { min-width: 0; padding: 18px 14px; border-radius: 15px; }
	.axon-home__category-grid i, .axon-home__why-grid i { width: 42px; height: 42px; margin-bottom: 14px; }
	.axon-home__category-grid h3, .axon-home__why-grid h3 { font-size: 15px; }
	.axon-home__why-grid p { font-size: 12px; line-height: 1.5; }
	.axon-home__steps-grid { grid-template-columns: 1fr; gap: 34px; }
	.axon-home__testimonial-grid figure { padding: 22px; }
	.axon-home__shipping aside { padding: 22px 16px; }
	.axon-home__shipping aside span, .axon-home__shipping aside a { padding: 14px; }
	.axon-home__faq { gap: 38px; }
	.axon-home__faq-list summary { min-height: 68px; font-size: 16px; line-height: 1.35; }
	body.axon-home section.axon-home__cta { width: auto; margin: 0 12px; padding: 28px 0 70px; }
	.axon-home__cta-inner { min-height: 0; gap: 18px; overflow: hidden; padding: 30px 18px 18px; border-radius: 22px; }
	.axon-home__cta h2 { font-size: clamp(27px, 8vw, 32px); line-height: 1.04; }
	.axon-home__cta p { margin-top: 14px; font-size: 14px; line-height: 1.55; }
	.axon-home__cta .axon-home__button-row { grid-template-columns: 1fr 1fr; margin-top: 18px; padding-bottom: 0; }
	.axon-home__cta .axon-home__button { min-width: 0; padding-inline: 10px; font-size: 12px; }
	.axon-home__cta-art { display: grid; min-height: 0; justify-items: end; place-items: end; }
	.axon-home__cta-art img { position: static; width: min(74vw, 280px); max-width: 280px; margin: -4px -18px 0 auto; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
	.axon-home__hero-art img { animation: none; }
	.axon-home__credential-track { width: 100%; overflow-x: auto; padding-inline: 16px; animation: none; scrollbar-width: none; }
	.axon-home__credential-set[aria-hidden="true"] { display: none; }
	.axon-home__orbit-spin, .axon-home__orbit-satellite > div, .axon-home__orbit-core, .axon-home__orbit-glow, .axon-home__orbit-beam::after { animation: none; }
	.axon-home *, .axon-home *::before, .axon-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@keyframes axon-home-credential-marquee { to { transform: translateX(calc(-50% - 12px)); } }

/* Reference-matched hero hierarchy and quieter premium actions. */
.axon-home__hero .axon-home__button-row {
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
}

.axon-home__hero-primary {
	width: max-content;
	min-width: 250px;
	min-height: 54px;
	justify-content: space-between;
	padding: 0 12px 0 24px;
	border: 1px solid var(--axon-primary-button-border);
	background: var(--axon-primary-button);
	box-shadow: var(--axon-primary-button-shadow);
	letter-spacing: .015em;
}

.axon-home__hero-primary i {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid rgba(7, 31, 43, .2);
	border-radius: 50%;
	background: rgba(7, 31, 43, .16);
	transition: transform .18s ease, background .18s ease;
}

.axon-home__hero-primary:is(:hover, :focus-visible) {
	border-color: rgba(216, 247, 255, .86);
	background: var(--axon-primary-button-hover);
	box-shadow: var(--axon-primary-button-shadow-hover);
	transform: translateY(-2px);
}

.axon-home__hero-primary:is(:hover, :focus-visible) i {
	background: rgba(7, 31, 43, .2);
	transform: translateX(3px);
}

.axon-home__hero-primary:active {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .26), inset 0 -1px 0 rgba(7, 31, 43, .18), 0 5px 14px rgba(4, 24, 34, .22);
	transform: translateY(0);
}

.axon-home__hero-link.axon-home__hero-secondary {
	width: max-content;
	min-width: 172px;
	min-height: 46px;
	padding: 0 22px;
	border: 1px solid rgba(95, 199, 240, .68);
	border-radius: 999px;
	background: transparent;
	color: var(--ah-ink) !important;
	text-decoration: none;
}

.axon-home__hero-link.axon-home__hero-secondary:is(:hover, :focus-visible) {
	border-color: var(--ah-cyan);
	background: rgba(95, 199, 240, .08);
	color: var(--ah-cyan) !important;
}

@media (max-width: 640px) {
	.axon-home__hero .axon-home__button-row {
		display: flex;
		margin-top: 20px;
	}

	.axon-home__hero-primary {
		width: min(250px, 78vw);
		min-width: 0;
		min-height: 52px;
	}

	.axon-home__hero-link.axon-home__hero-secondary {
		width: 168px;
		min-width: 0;
		min-height: 44px;
		justify-self: auto;
	}

	.axon-home__credential-strip {
		height: 42px;
		min-height: 42px;
		padding: 0 !important;
	}

	.axon-home__credential-track {
		height: 40px;
		min-height: 40px;
		align-items: center;
		padding: 0 !important;
	}

	.axon-home__credential-set {
		min-height: 40px;
		align-items: center;
	}

	.axon-home__credential-strip span {
		font-size: 9px;
		line-height: 1;
	}

	.axon-home__credential-strip i {
		font-size: 14px;
	}
}
