/*
Theme Name: Blunith
Theme URI: https://blunith.com/
Author: Blunith
Description: Classic WordPress theme shell for Blunith global header.
Version: 0.1.0
Text Domain: blunith
*/

:root {
  --brand-blue: #0040d0;
  --brand-blue-hover: #0040d8;
  --surface-dark: #071b2f;
  --surface-dark-2: #0b2238;
  --surface-soft: #f5f8fb;
  --line: #d8e0e8;
  --text-main: #102033;
  --text-muted: #667386;
  --white: #ffffff;
  --content-width: 1440px;
  --font-eyebrow: 12px;
  --font-small: 13px;
  --font-body: 15px;
  --font-body-large: 16px;
  --font-h1: clamp(36px, 3.2vw, 52px);
  --font-h2: clamp(26px, 2.2vw, 34px);
  --font-h3: clamp(20px, 1.55vw, 25px);
  --font-card-title: clamp(19px, 1.45vw, 24px);
  --font-card-title-large: clamp(24px, 2.2vw, 34px);
}

* {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-top: 48px;
  min-height: 100vh;
  color: var(--text-main);
  background: var(--white);
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: var(--white);
  background: var(--brand-blue);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  color: var(--white);
  background: rgba(7, 27, 47, 0.98);
  border-bottom: 1px solid rgba(216, 224, 232, 0.16);
  backdrop-filter: blur(16px);
}

body.admin-bar .site-header {
  top: 32px;
}

.site-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(var(--content-width), calc(100% - 48px));
  min-height: 48px;
  margin: 0 auto;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.site-brand img {
  display: block;
  width: auto;
  height: 30px;
}

.primary-menu,
.primary-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation {
  justify-self: end;
}

.primary-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: #e8eef5;
  border-bottom: 2px solid transparent;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
  color: var(--white);
  border-bottom-color: var(--brand-blue);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  color: var(--white);
  border-radius: 6px;
  background: var(--brand-blue);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.header-cta:hover {
  background: var(--brand-blue-hover);
}

.menu-toggle {
  display: none;
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: transparent;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 17px;
  height: 2px;
  margin: 4px auto;
  content: "";
  background: currentColor;
}

.site-main {
  flex: 1 0 auto;
  min-height: 64vh;
}

.container {
  width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
}

.content-layout {
  padding: 48px 0;
}

.entry-content {
  font-size: var(--font-body-large);
  line-height: 1.72;
}

.entry-content a {
  color: var(--brand-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* About page */
.about-page-eyebrow {
  margin: 0;
  color: var(--brand-blue);
  font-size: var(--font-eyebrow);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  color: var(--white);
  background: linear-gradient(118deg, #071b2f 0%, #0b2c4a 62%, #0d3b5e 100%);
}

.about-page-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(157, 203, 231, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 203, 231, 0.18) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 36%, #000 100%);
}

.about-page-hero__inner {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 520px;
  padding: 74px 0;
}

.about-page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.about-page-hero .about-page-eyebrow,
.about-page-custom .about-page-eyebrow {
  color: #9db8ff;
}

.about-page-hero h1 {
  max-width: 700px;
  margin: 16px 0 0;
  font-size: clamp(38px, 3.7vw, 58px);
  font-weight: 760;
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.about-page-hero__content > p:last-child {
  max-width: 630px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--font-body-large);
  line-height: 1.7;
}

.about-page-hero__signal {
  position: absolute;
  right: clamp(-80px, 6vw, 120px);
  bottom: -190px;
  width: 490px;
  aspect-ratio: 1;
  border: 1px solid rgba(133, 210, 234, 0.38);
  border-radius: 50%;
}

.about-page-hero__signal::before,
.about-page-hero__signal::after,
.about-page-hero__signal span {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(133, 210, 234, 0.27);
  border-radius: 50%;
  content: "";
}

.about-page-hero__signal::after {
  inset: 30%;
}

.about-page-hero__signal span:first-child {
  inset: 45%;
  background: var(--brand-blue);
}

.about-page-hero__signal span:nth-child(2),
.about-page-hero__signal span:nth-child(3) {
  inset: 50% -8% auto;
  height: 1px;
  border: 0;
  border-radius: 0;
  background: rgba(133, 210, 234, 0.28);
}

.about-page-hero__signal span:nth-child(3) {
  inset: -8% auto -8% 50%;
  width: 1px;
  height: auto;
}

.about-page-intro,
.about-page-principles {
  padding: clamp(60px, 7vw, 100px) 0;
}

.about-page-intro__grid,
.about-page-principles__grid {
  display: grid;
  grid-template-columns: minmax(200px, 0.65fr) minmax(360px, 1.35fr);
  gap: clamp(48px, 8vw, 120px);
}

.about-page-section-label > span {
  display: block;
  margin-top: 16px;
  color: var(--text-muted);
  font-size: var(--font-small);
  font-weight: 600;
}

.about-page-intro__copy {
  max-width: 760px;
}

.about-page-intro h2,
.about-page-principles h2,
.about-page-contact h2 {
  margin: 0;
  font-size: clamp(29px, 2.5vw, 42px);
  font-weight: 720;
  letter-spacing: -0.018em;
  line-height: 1.12;
}

.about-page-intro__copy p {
  margin: 24px 0 0;
  color: var(--text-muted);
  font-size: var(--font-body-large);
  line-height: 1.72;
}

.about-page-portfolio {
  padding: clamp(60px, 7vw, 96px) 0;
  background: var(--surface-soft);
}

.about-page-heading {
  display: grid;
  grid-template-columns: minmax(360px, 1.25fr) minmax(260px, 0.75fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 38px;
}

.about-page-heading h2 {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: var(--font-h2);
  line-height: 1.15;
}

.about-page-heading > p {
  margin: 0;
  color: var(--text-muted);
  font-size: var(--font-body);
  line-height: 1.65;
}

.about-page-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-page-portfolio__grid article {
  min-height: 270px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.about-page-portfolio__grid article:first-child {
  color: var(--white);
  border-color: #153b5c;
  background: linear-gradient(145deg, #071b2f, #124467);
}

.about-page-portfolio__grid span {
  color: var(--brand-blue);
  font-size: var(--font-small);
  font-weight: 800;
}

.about-page-portfolio__grid article:first-child span {
  color: #9db8ff;
}

.about-page-portfolio__grid h3 {
  margin: 54px 0 0;
  font-size: var(--font-card-title);
  line-height: 1.18;
}

.about-page-portfolio__grid p {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: var(--font-small);
  line-height: 1.62;
}

.about-page-portfolio__grid article:first-child p {
  color: rgba(255, 255, 255, 0.72);
}

.about-page-custom {
  padding: clamp(64px, 8vw, 108px) 0;
  color: var(--white);
  background:
    linear-gradient(112deg, rgba(7, 27, 47, 0.99), rgba(12, 48, 75, 0.98)),
    repeating-linear-gradient(90deg, transparent 0 94px, rgba(255, 255, 255, 0.05) 95px 96px);
}

.about-page-custom__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(390px, 1fr);
  gap: clamp(56px, 8vw, 130px);
  align-items: center;
}

.about-page-custom h2 {
  margin: 14px 0 0;
  font-size: clamp(30px, 2.7vw, 44px);
  font-weight: 720;
  letter-spacing: -0.018em;
  line-height: 1.12;
}

.about-page-custom__copy > p:last-of-type {
  max-width: 600px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: var(--font-body-large);
  line-height: 1.7;
}

.about-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 30px;
  padding: 0 18px;
  color: var(--white);
  border-radius: 6px;
  background: var(--brand-blue);
  font-size: var(--font-small);
  font-weight: 700;
}

.about-page-button:hover,
.about-page-button:focus-visible {
  background: var(--brand-blue-hover);
}

.about-page-custom__steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about-page-custom__steps li {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about-page-custom__steps strong {
  color: #9db8ff;
  font-size: var(--font-body);
}

.about-page-custom__steps span {
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--font-body);
  line-height: 1.58;
}

.about-page-principles__list {
  display: grid;
  border-top: 1px solid var(--line);
}

.about-page-principles__list article {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.about-page-principles__list strong {
  color: var(--text-main);
  font-size: var(--font-body-large);
}

.about-page-principles__list p {
  margin: 0;
  color: var(--text-muted);
  font-size: var(--font-body);
  line-height: 1.62;
}

.about-page-contact {
  padding-bottom: 72px;
}

.about-page-contact__inner {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding: clamp(30px, 4vw, 52px);
  border-radius: 8px;
  background: linear-gradient(102deg, #edf4f9, #ffffff 72%);
}

.about-page-contact h2 {
  margin-top: 14px;
}

.about-page-contact p:last-child {
  max-width: 780px;
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: var(--font-body-large);
  line-height: 1.65;
}

.about-page-contact .about-page-button {
  margin-top: 0;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .about-page-portfolio__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page-intro__grid,
  .about-page-principles__grid,
  .about-page-custom__grid {
    grid-template-columns: 1fr;
  }

  .about-page-intro__grid,
  .about-page-principles__grid {
    gap: 34px;
  }

  .about-page-custom__grid {
    gap: 56px;
  }
}

@media (max-width: 680px) {
  .about-page-hero,
  .about-page-hero__inner {
    min-height: 570px;
  }

  .about-page-hero__inner {
    padding: 56px 0 72px;
  }

  .about-page-hero h1 {
    font-size: 38px;
  }

  .about-page-hero__signal {
    right: -122px;
    bottom: -90px;
    width: 330px;
  }

  .about-page-heading,
  .about-page-portfolio__grid,
  .about-page-contact__inner {
    grid-template-columns: 1fr;
  }

  .about-page-heading {
    gap: 22px;
  }

  .about-page-portfolio__grid article {
    min-height: 218px;
  }

  .about-page-portfolio__grid h3 {
    margin-top: 34px;
  }

  .about-page-custom__steps li,
  .about-page-principles__list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-page-contact__inner {
    gap: 24px;
  }

  .about-page-contact .about-page-button {
    width: 100%;
  }
}

.thermal-product-detail {
  background:
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 46%, #eef3f8 100%);
}

.thermal-product-hero {
  padding: clamp(34px, 5vw, 74px) 0 clamp(52px, 6vw, 92px);
  overflow: hidden;
}

.thermal-product-hero__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  column-gap: clamp(36px, 5vw, 72px);
  row-gap: 18px;
  align-items: stretch;
}

.thermal-product-hero__media {
  display: flex;
  min-width: 0;
  min-height: 0;
}

.thermal-product-breadcrumb {
  display: inline-flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.thermal-product-breadcrumb span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--brand-blue);
  font-weight: 900;
}

.thermal-product-breadcrumb span::after {
  display: block;
  flex: 0 0 42px;
  width: 42px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: currentColor;
}

.thermal-product-carousel {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 16px;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(16, 32, 51, 0.09);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 46%),
    linear-gradient(145deg, #ffffff 0%, #eef3f8 100%);
  box-shadow: 0 24px 70px rgba(7, 27, 47, 0.08);
}

.thermal-product-carousel__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
}

.thermal-product-carousel__stage > img {
  display: block;
  width: min(78%, 500px);
  max-height: min(100%, 300px);
  object-fit: contain;
  filter: drop-shadow(0 22px 32px rgba(7, 27, 47, 0.14));
}

.thermal-product-carousel__controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 1px;
}

.thermal-product-carousel__controls button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 40px;
  color: var(--white);
  border: 0;
  background: var(--surface-dark);
  cursor: pointer;
}

.thermal-product-carousel__controls button:hover,
.thermal-product-carousel__controls button:focus-visible {
  background: var(--brand-blue);
}

.thermal-product-carousel__thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.thermal-product-carousel__thumbs::-webkit-scrollbar {
  display: none;
}

.thermal-product-carousel__thumbs button {
  flex: 0 0 96px;
  height: 76px;
  padding: 7px;
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.thermal-product-carousel__thumbs button[aria-current="true"] {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 1px rgba(0, 64, 208, 0.22);
}

.thermal-product-carousel__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thermal-product-hero__content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
  min-height: 0;
}

.thermal-product-back {
  display: inline-flex;
  flex: 0 0 auto;
  color: var(--text-muted);
  text-decoration: none;
}

.thermal-product-kicker,
.thermal-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.thermal-product-kicker::after,
.thermal-section-eyebrow::after {
  display: block;
  width: 46px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: currentColor;
}

.thermal-product-hero h1 {
  display: -webkit-box;
  max-width: 690px;
  margin: 0;
  overflow: hidden;
  color: var(--text-main);
  font-size: var(--font-h1);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.thermal-product-intro {
  display: -webkit-box;
  max-width: 640px;
  margin: clamp(16px, 2vw, 24px) 0 0;
  overflow: hidden;
  color: var(--text-muted);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.thermal-product-spec-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 690px;
  margin-top: clamp(22px, 2.8vw, 36px);
}

.thermal-product-spec-card {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(16, 32, 51, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.thermal-product-spec-card span,
.thermal-product-spec-card strong,
.thermal-key-grid span,
.thermal-key-grid strong {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.thermal-product-spec-card span,
.thermal-key-grid span {
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.thermal-product-spec-card strong,
.thermal-key-grid strong {
  margin-top: 6px;
  color: var(--text-main);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.36;
  text-transform: uppercase;
}

.thermal-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: clamp(24px, 3vw, 38px);
}

.thermal-product-cta,
.thermal-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.thermal-product-cta {
  color: var(--white);
  background: var(--brand-blue);
}

.thermal-product-link {
  color: var(--brand-blue);
  border: 1px solid rgba(0, 64, 208, 0.28);
  background: rgba(255, 255, 255, 0.58);
}

.thermal-product-band {
  padding: clamp(38px, 4.6vw, 64px) 0;
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 64, 208, 0.34), transparent 34%),
    linear-gradient(135deg, #061727 0%, #071b2f 58%, #03070a 100%);
}

.thermal-product-band__grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.thermal-product-band h2,
.thermal-section-heading h2 {
  margin: 14px 0 0;
  font-size: var(--font-h2);
  line-height: 1.12;
  text-transform: uppercase;
}

.thermal-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(216, 224, 232, 0.12);
  list-style: none;
  background: rgba(216, 224, 232, 0.12);
}

.thermal-feature-list li {
  position: relative;
  min-width: 0;
  padding: 18px 18px 18px 38px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.56;
}

.thermal-feature-list li::before {
  position: absolute;
  top: 24px;
  left: 18px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #7da3ff;
}

.thermal-feature-list li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.thermal-product-manual {
  padding: clamp(46px, 5.4vw, 78px) 0;
  background: #ffffff;
}

.thermal-product-manual__content {
  max-width: 1080px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.72;
}

.thermal-product-manual-block + .thermal-product-manual-block {
  margin-top: clamp(28px, 4vw, 48px);
}

.thermal-product-manual-block--text {
  max-width: 820px;
}

.thermal-product-manual-block--image {
  margin-right: 0;
  margin-left: 0;
}

.thermal-product-manual-block--image-text {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
}

.thermal-product-manual-block--image-right .thermal-product-manual-block__media {
  order: 2;
}

.thermal-product-manual-block__media {
  min-width: 0;
}

.thermal-product-manual-block__copy {
  min-width: 0;
}

.thermal-product-manual__content > *:first-child {
  margin-top: 0;
}

.thermal-product-manual__content > *:last-child {
  margin-bottom: 0;
}

.thermal-product-manual__content h2,
.thermal-product-manual__content h3,
.thermal-product-manual__content h4 {
  margin: 0 0 18px;
  color: var(--text-main);
  line-height: 1.14;
  text-transform: uppercase;
}

.thermal-product-manual__content h2 {
  font-size: var(--font-h2);
}

.thermal-product-manual__content h3 {
  font-size: var(--font-h3);
}

.thermal-product-manual__content p,
.thermal-product-manual__content ul,
.thermal-product-manual__content ol {
  margin: 0 0 18px;
}

.thermal-product-manual__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
  border-radius: 10px;
}

.thermal-product-manual__image {
  width: auto;
  max-height: 520px;
  object-fit: contain;
}

.thermal-product-manual-block--image-text .thermal-product-manual__image {
  width: 100%;
  max-height: 420px;
}

.thermal-product-manual-block figcaption {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.thermal-product-manual-table {
  overflow-x: auto;
  border: 1px solid rgba(16, 32, 51, 0.09);
  border-radius: 10px;
  background: var(--white);
}

.thermal-product-manual-table table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.thermal-product-manual-table th,
.thermal-product-manual-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(16, 32, 51, 0.08);
  text-align: left;
  vertical-align: top;
}

.thermal-product-manual-table th {
  width: 34%;
  color: var(--text-main);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.thermal-product-manual-table tr:last-child th,
.thermal-product-manual-table tr:last-child td {
  border-bottom: 0;
}

.thermal-product-manual__content .alignleft {
  float: left;
  margin: 6px 24px 18px 0;
}

.thermal-product-manual__content .alignright {
  float: right;
  margin: 6px 0 18px 24px;
}

.thermal-product-manual__content .aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.thermal-product-manual__content::after {
  display: table;
  clear: both;
  content: "";
}

.thermal-key-panel {
  min-width: 0;
}

.thermal-key-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  border: 1px solid rgba(216, 224, 232, 0.12);
  background: rgba(216, 224, 232, 0.12);
}

.thermal-key-grid div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.thermal-key-grid strong {
  color: var(--white);
}

.thermal-product-section {
  padding: clamp(48px, 6vw, 86px) 0;
}

.thermal-section-heading {
  margin-bottom: 24px;
}

.thermal-parameter-table {
  overflow-x: auto;
  border: 1px solid rgba(16, 32, 51, 0.09);
  border-radius: 10px;
  background: var(--white);
}

.thermal-parameter-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.thermal-parameter-table th,
.thermal-parameter-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(16, 32, 51, 0.08);
  text-align: left;
  vertical-align: top;
}

.thermal-parameter-table tr:last-child th,
.thermal-parameter-table tr:last-child td {
  border-bottom: 0;
}

.thermal-parameter-table th {
  width: 260px;
  color: var(--text-main);
  background: #f2f6fb;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.thermal-parameter-table td {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.52;
}

.thermal-product-related-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(300px, 0.36fr);
  gap: clamp(24px, 4vw, 52px);
}

.thermal-video-frame {
  height: clamp(280px, 31vw, 430px);
  overflow: hidden;
  border-radius: 10px;
  background: #03070a;
}

.thermal-video-frame iframe,
.thermal-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

.thermal-related-list {
  display: grid;
  gap: 10px;
}

.thermal-related-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(16, 32, 51, 0.09);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.7);
}

.thermal-related-card span {
  display: grid;
  place-items: center;
  width: 76px;
  aspect-ratio: 1;
  border-radius: 7px;
  background: #f2f6fb;
}

.thermal-related-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thermal-related-card strong {
  color: var(--text-main);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 48px));
  overflow: hidden;
  color: var(--white);
  background: var(--surface-dark);
}

.home-hero__video,
.home-hero__shade,
.home-hero__grid {
  position: absolute;
  inset: 0;
}

.home-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home-hero__shade {
  background:
    radial-gradient(circle at 50% 40%, rgba(0, 64, 208, 0.1) 0%, rgba(7, 27, 47, 0.34) 44%, rgba(7, 27, 47, 0.82) 100%),
    linear-gradient(180deg, rgba(7, 27, 47, 0.62) 0%, rgba(7, 27, 47, 0.18) 34%, rgba(7, 27, 47, 0.88) 100%),
    linear-gradient(90deg, rgba(7, 27, 47, 0.54) 0%, rgba(7, 27, 47, 0.08) 50%, rgba(7, 27, 47, 0.58) 100%);
}

.home-hero__grid {
  opacity: 0.18;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, transparent 0%, rgba(132, 166, 255, 0.12) 50%, transparent 100%);
  background-size: 96px 96px, 96px 96px, 100% 1px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto minmax(86px, 0.28fr);
  align-items: end;
  min-height: inherit;
  padding: 96px 0 0;
}

.home-hero__content {
  position: relative;
  grid-row: 2;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 30px 42px 32px;
  text-align: center;
  background:
    linear-gradient(90deg, transparent 0%, rgba(3, 7, 10, 0.38) 18%, rgba(3, 7, 10, 0.4) 82%, transparent 100%);
  border-top: 1px solid rgba(216, 224, 232, 0.18);
  border-bottom: 1px solid rgba(216, 224, 232, 0.14);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.18);
}

.home-hero__content::before,
.home-hero__content::after {
  position: absolute;
  top: -1px;
  width: 72px;
  height: 1px;
  content: "";
  background: var(--brand-blue);
  opacity: 0.75;
}

.home-hero__content::before {
  left: 0;
}

.home-hero__content::after {
  right: 0;
}

.home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: #9db8ff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-hero__eyebrow::before,
.home-hero__eyebrow::after {
  display: block;
  width: 42px;
  height: 1px;
  content: "";
  background: rgba(157, 184, 255, 0.46);
}

.home-hero h1 {
  margin: 0;
  font-size: var(--font-h1);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-hero__copy {
  max-width: 900px;
  margin: 20px 0 0;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.66;
  text-wrap: balance;
}

.home-capability {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid rgba(16, 32, 51, 0.08);
}

.home-capability::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 64, 208, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(16, 32, 51, 0.035) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.55;
  pointer-events: none;
}

.home-capability__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 0.78fr);
  min-height: 190px;
}

.home-capability__copy,
.home-capability__mark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 46px) 0;
}

.home-capability__copy {
  position: relative;
  max-width: 720px;
  padding-right: clamp(32px, 5vw, 78px);
  padding-left: 24px;
}

.home-capability__copy::before,
.home-customization__intro::before,
.home-products__eyebrow::before,
.thermal-modes__eyebrow::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 72px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(157, 184, 255, 0.38) 0%, rgba(63, 120, 255, 0.9) 50%, rgba(157, 184, 255, 0.38) 100%);
  box-shadow: 0 0 10px rgba(63, 120, 255, 0.18);
  transform: translateY(-50%);
}

.home-capability__eyebrow {
  margin: 0 0 9px;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-capability h2 {
  max-width: 660px;
  margin: 0;
  color: #3f4b5b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.62;
}

.home-capability__copy p:not(.home-capability__eyebrow) {
  max-width: 660px;
  margin: 8px 0 0;
  color: #4d5b6b;
  font-size: 15px;
  line-height: 1.62;
}

.home-capability__mark {
  position: relative;
  min-width: 0;
  padding-left: clamp(34px, 5vw, 72px);
}

.home-capability__mark::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 0;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(16, 32, 51, 0.15), transparent);
}

.home-capability__mark-top {
  margin: 0 0 6px;
  color: #4b5563;
  font-size: clamp(18px, 1.8vw, 28px);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.home-capability__mark-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(20px, 2.4vw, 34px);
  align-items: center;
}

.home-capability__mark-main span {
  color: var(--brand-blue);
  font-size: clamp(64px, 6vw, 88px);
  font-weight: 900;
  line-height: 0.78;
}

.home-capability__mark-main div {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.home-capability__mark-main div::before,
.home-capability__mark-main div::after {
  display: block;
  width: min(100%, 430px);
  height: 4px;
  content: "";
  background: var(--brand-blue);
  border-radius: 999px;
}

.home-capability__mark-main strong {
  color: #404955;
  font-size: var(--font-h2);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.home-capability__mark-main em {
  color: #4d5b6b;
  font-size: clamp(13px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.home-customization {
  position: relative;
  overflow: hidden;
  padding: 28px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 64, 208, 0.36), transparent 34%),
    radial-gradient(circle at 82% 56%, rgba(96, 147, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #061727 0%, #071b2f 48%, #03070a 100%);
}

.home-customization::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, transparent, rgba(96, 147, 255, 0.12), transparent);
  background-size: 88px 88px, 88px 88px, 100% 1px;
  opacity: 0.24;
  pointer-events: none;
}

.home-customization::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -38%;
  width: 42%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(96, 147, 255, 0.28), transparent);
  transform: skewX(-18deg);
  animation: blunith-scan 4.8s linear infinite;
  pointer-events: none;
}

.home-customization__rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(210px, 0.28fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  padding: 0;
}

.home-customization__intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 18px 18px 24px;
}

.home-customization__eyebrow {
  margin: 0 0 12px;
  color: #9db8ff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-customization h2 {
  max-width: 250px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.36;
}

.home-customization__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-customization__item {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 16px 10px 14px;
  border: 1px solid rgba(216, 224, 232, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(3, 7, 10, 0.18);
  text-align: center;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.home-customization__item::before {
  position: absolute;
  top: 64px;
  width: 9px;
  height: 9px;
  content: "";
  border: 2px solid rgba(157, 184, 255, 0.9);
  border-radius: 50%;
  background: var(--brand-blue);
  box-shadow: 0 0 18px rgba(96, 147, 255, 0.68);
}

.home-customization__item:hover,
.home-customization__item:focus-within {
  border-color: rgba(96, 147, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 38px rgba(0, 64, 208, 0.18);
  transform: translateY(-3px);
}

.home-customization__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 14px;
  border: 1px solid rgba(157, 184, 255, 0.22);
  border-radius: 8px;
  background: radial-gradient(circle at 50% 38%, rgba(0, 64, 208, 0.28), rgba(255, 255, 255, 0.05));
}

.home-customization__icon img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: invert(1) brightness(1.18) drop-shadow(0 0 10px rgba(96, 147, 255, 0.46));
  opacity: 0.94;
}

.home-customization__item strong,
.home-customization__item em {
  display: block;
  min-width: 0;
}

.home-customization__item strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.home-customization__item em {
  margin-top: 5px;
  color: rgba(199, 211, 223, 0.68);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-products {
  padding: clamp(38px, 4.8vw, 64px) 0 clamp(46px, 5.4vw, 72px);
  background: #f6f8fa;
}

.home-products__heading {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 26px;
}

.home-products__heading::after {
  display: block;
  flex: 1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(0, 64, 208, 0.42), rgba(16, 32, 51, 0.06), transparent);
}

.home-products__eyebrow {
  position: relative;
  margin: 0;
  padding-left: 14px;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-products__eyebrow::before,
.thermal-modes__eyebrow::before {
  height: 28px;
}

.product-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.product-showcase-card {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(330px, 1fr);
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.06);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0) 48%),
    #e8eaed;
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.08);
}

.product-showcase-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.26) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: 0.28;
  pointer-events: none;
}

.product-showcase-card__copy,
.product-showcase-card__media {
  position: relative;
  z-index: 1;
}

.product-showcase-card__copy {
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 58px) 42px 14px;
  text-align: center;
}

.product-showcase-card__kicker {
  margin: 0 0 10px;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-showcase-card h3 {
  margin: 0;
  color: #1b2636;
  font-size: var(--font-card-title-large);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  display: -webkit-box;
  height: 2.16em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-wrap: balance;
}

.product-showcase-card__copy p:not(.product-showcase-card__kicker) {
  max-width: 520px;
  margin: 18px auto 0;
  color: #3f4957;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.48;
  display: -webkit-box;
  height: 3.08em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-wrap: balance;
}

.product-showcase-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 20px;
}

.product-showcase-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.product-showcase-card__button:hover,
.product-showcase-card__button:focus-visible {
  transform: translateY(-1px);
}

.product-showcase-card__button--secondary {
  color: #1e2937;
  border: 1px solid rgba(16, 32, 51, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 22px rgba(16, 32, 51, 0.07);
}

.product-showcase-card__button--primary {
  color: var(--white);
  border: 1px solid var(--brand-blue);
  background: var(--brand-blue);
  box-shadow: 0 10px 24px rgba(0, 64, 208, 0.22);
}

.product-showcase-card__button--primary:hover,
.product-showcase-card__button--primary:focus-visible {
  background: var(--brand-blue-hover);
}

.product-showcase-card__media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 0;
  padding: 8px 44px 48px;
}

.product-showcase-card__media::after {
  position: absolute;
  right: 14%;
  bottom: 34px;
  left: 14%;
  height: 74px;
  content: "";
  background: radial-gradient(ellipse at center, rgba(20, 25, 31, 0.24) 0%, rgba(20, 25, 31, 0.13) 38%, rgba(20, 25, 31, 0) 72%);
  filter: blur(4px);
}

.product-showcase-card__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 650px);
  max-height: 360px;
  object-fit: contain;
}

.thermal-modes {
  padding: clamp(34px, 4.8vw, 64px) 0 clamp(64px, 7vw, 104px);
  color: var(--white);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(0, 64, 208, 0.3), transparent 32%),
    radial-gradient(circle at 82% 28%, rgba(96, 147, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #071b2f 0%, #03070a 72%);
}

.thermal-modes::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(ellipse at center, transparent 0%, rgba(3, 7, 10, 0.42) 72%);
  background-size: 74px 74px, 74px 74px, 100% 100%;
  opacity: 0.42;
  pointer-events: none;
}

.thermal-modes .container {
  position: relative;
  z-index: 1;
}

.thermal-modes__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px;
}

.thermal-modes__heading > div {
  max-width: 720px;
}

.thermal-modes__eyebrow {
  position: relative;
  margin: 0 0 12px;
  padding-left: 14px;
  color: #9db8ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.thermal-mode-console {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.28fr);
  gap: 18px;
  align-items: stretch;
}

.thermal-mode-screen {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(157, 184, 255, 0.24);
  border-radius: 8px;
  background: #03070a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 26px 70px rgba(0, 0, 0, 0.28);
  aspect-ratio: 3 / 2;
}

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

.thermal-mode-screen::before {
  background:
    radial-gradient(ellipse at center, transparent 0 54%, rgba(3, 7, 10, 0.46) 100%),
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 100% 100%, 62px 62px, 62px 62px;
  opacity: 0.48;
}

.thermal-mode-screen::after {
  background:
    linear-gradient(90deg, transparent 0 49.8%, rgba(157, 184, 255, 0.34) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 0 49.8%, rgba(157, 184, 255, 0.24) 50%, transparent 50.2%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 5px);
  opacity: 0.44;
  mix-blend-mode: screen;
}

.thermal-mode-screen__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition:
    filter 360ms ease,
    opacity 240ms ease;
}

.thermal-mode-console[data-mode="red"] .thermal-mode-screen__image {
  filter: saturate(1.18) contrast(1.04) brightness(1.02);
}

.thermal-mode-console[data-mode="white"] .thermal-mode-screen__image {
  filter: grayscale(1) invert(1) contrast(1.12) brightness(1.08);
}

.thermal-mode-console[data-mode="black"] .thermal-mode-screen__image {
  filter: grayscale(1) contrast(1.18) brightness(0.92);
}

.thermal-mode-console[data-mode="rainbow"] .thermal-mode-screen__image {
  filter: hue-rotate(150deg) saturate(1.9) contrast(1.08) brightness(1.05);
}

.thermal-mode-console[data-mode="highlight"] .thermal-mode-screen__image {
  filter: saturate(0.68) contrast(1.08) brightness(0.9);
}

.thermal-mode-console[data-mode="outline"] .thermal-mode-screen__image {
  filter: grayscale(1) contrast(1.55) brightness(0.74);
}

.thermal-mode-console[data-mode="highlight"] .thermal-mode-screen::before {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 211, 102, 0.24), transparent 0 18%, transparent 19%),
    radial-gradient(ellipse at center, transparent 0 54%, rgba(3, 7, 10, 0.46) 100%),
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 62px 62px, 62px 62px;
}

.thermal-mode-console[data-mode="outline"] .thermal-mode-screen::after {
  background:
    radial-gradient(ellipse at 50% 54%, transparent 0 29%, rgba(125, 211, 252, 0.72) 30% 31%, transparent 32%),
    linear-gradient(90deg, transparent 0 49.8%, rgba(125, 211, 252, 0.52) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 0 49.8%, rgba(125, 211, 252, 0.34) 50%, transparent 50.2%),
    repeating-linear-gradient(180deg, rgba(125, 211, 252, 0.06) 0 1px, transparent 1px 5px);
  opacity: 0.64;
}

.thermal-mode-screen__hud {
  position: absolute;
  inset: 20px;
  z-index: 3;
  pointer-events: none;
}

.thermal-mode-screen__corner {
  position: absolute;
  width: 76px;
  height: 52px;
  border-color: rgba(157, 184, 255, 0.64);
  border-style: solid;
}

.thermal-mode-screen__corner--tl {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

.thermal-mode-screen__corner--tr {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}

.thermal-mode-screen__corner--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}

.thermal-mode-screen__corner--br {
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0;
}

.thermal-mode-screen__caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 4;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 82px;
  padding: 12px 16px;
  border: 1px solid rgba(157, 184, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 12, 22, 0.9), rgba(9, 18, 32, 0.72)),
    rgba(2, 6, 12, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 46px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.thermal-mode-screen__status,
.thermal-mode-screen__label,
.thermal-mode-screen__signal,
.thermal-mode-screen__metrics,
.thermal-mode-screen__metrics span,
.thermal-mode-screen__detail {
  display: block;
  min-width: 0;
}

.thermal-mode-screen__status {
  display: grid;
  gap: 8px;
}

.thermal-mode-screen__label {
  color: rgba(255, 255, 255, 0.94);
  font-size: var(--font-h2);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.thermal-mode-screen__signal {
  position: relative;
  padding-left: 17px;
  color: rgba(125, 211, 252, 0.86);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.thermal-mode-screen__signal::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 14px rgba(34, 197, 94, 0.82);
  transform: translateY(-50%);
}

.thermal-mode-screen__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.thermal-mode-screen__metrics span {
  display: grid;
  place-items: center;
  min-height: 34px;
  padding: 0 10px;
  color: rgba(226, 232, 240, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.thermal-mode-screen__detail {
  max-width: none;
  color: rgba(199, 211, 223, 0.76);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
}

.thermal-mode-controls {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 12px;
  border: 1px solid rgba(157, 184, 255, 0.2);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.74), rgba(2, 6, 12, 0.58)),
    rgba(2, 6, 12, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.thermal-mode-controls__header,
.thermal-mode-controls__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 34px;
  padding: 0 2px;
  color: rgba(226, 232, 240, 0.68);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.thermal-mode-controls__header em {
  position: relative;
  padding-left: 15px;
  color: rgba(34, 197, 94, 0.9);
  font-style: normal;
}

.thermal-mode-controls__header em::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.76);
  transform: translateY(-50%);
}

.thermal-mode-controls__footer {
  min-height: 42px;
  margin-top: 2px;
  padding: 0 12px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 8px;
  background: rgba(2, 6, 12, 0.32);
}

.thermal-mode-controls__footer strong {
  color: rgba(248, 250, 252, 0.86);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.thermal-mode-control {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 0;
  align-items: center;
  min-height: 60px;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(110deg, rgba(30, 41, 59, 0.62), rgba(15, 23, 42, 0.28)),
    rgba(3, 7, 10, 0.38);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.thermal-mode-control::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: #60a5fa;
  opacity: 0;
  transition: opacity 180ms ease;
}

.thermal-mode-control::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(96, 165, 250, 0.18), transparent 58%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.thermal-mode-control i,
.thermal-mode-control span,
.thermal-mode-control em {
  position: relative;
  z-index: 1;
}

.thermal-mode-control i {
  grid-row: auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: rgba(125, 211, 252, 0.72);
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 6px;
  background: rgba(2, 6, 12, 0.42);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.thermal-mode-control span {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}

.thermal-mode-control em {
  color: rgba(199, 211, 223, 0.62);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.thermal-mode-control:hover,
.thermal-mode-control:focus-visible,
.thermal-mode-control.is-active {
  border-color: rgba(157, 184, 255, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 14px 34px rgba(0, 64, 208, 0.16);
  transform: translateY(-1px);
}

.thermal-mode-control.is-active::before,
.thermal-mode-control.is-active::after {
  opacity: 0.72;
}

.thermal-mode-control.is-active i {
  color: #e0f2fe;
  border-color: rgba(125, 211, 252, 0.44);
  background: rgba(37, 99, 235, 0.32);
}

.module-entryways {
  padding: clamp(42px, 5vw, 72px) 0 clamp(30px, 4vw, 58px);
  color: #162233;
  background:
    linear-gradient(90deg, rgba(0, 64, 208, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 64, 208, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 14% 0%, rgba(0, 64, 208, 0.08), transparent 30%),
    linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
  background-size: 118px 118px, 118px 118px, auto, auto;
}

.module-entryways__heading {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.module-entryways__heading::after {
  display: block;
  flex: 1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(0, 64, 208, 0.34), rgba(0, 64, 208, 0.08), transparent);
}

.module-entryways__eyebrow {
  position: relative;
  margin: 0;
  padding-left: 14px;
  color: #9db8ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.module-entryways__eyebrow::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 28px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(157, 184, 255, 0.38) 0%, rgba(63, 120, 255, 0.9) 50%, rgba(157, 184, 255, 0.38) 100%);
  box-shadow: 0 0 10px rgba(63, 120, 255, 0.18);
  transform: translateY(-50%);
}

.module-entryways__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.module-entry-card {
  position: relative;
  --entry-image-origin: 16% 24%;
  --entry-image-zoom: 1.02;
  --entry-image-zoom-hover: 1.06;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(30, 46, 64, 0.12);
  border-radius: 8px;
  color: #162233;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92)),
    #ffffff;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 42px rgba(17, 31, 48, 0.08);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.module-entry-card::before,
.module-entry-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.module-entry-card::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 64, 208, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(0, 64, 208, 0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.12;
}

.module-entry-card::after {
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(255, 255, 255, 0.18) 100%),
    linear-gradient(110deg, rgba(0, 64, 208, 0.075), transparent 48%);
  opacity: 0.72;
  transform-origin: center;
}

.module-entry-card:hover,
.module-entry-card:focus-visible {
  border-color: rgba(0, 64, 208, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 22px 54px rgba(0, 64, 208, 0.14);
  transform: translateY(-2px);
}

.module-entry-card__media,
.module-entry-card__copy {
  position: relative;
  z-index: 1;
}

.module-entry-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  min-width: 0;
  overflow: hidden;
  background: rgba(11, 20, 30, 0.08);
}

.module-entry-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(var(--entry-image-zoom));
  transform-origin: var(--entry-image-origin);
  filter: saturate(0.86) contrast(1.03) brightness(0.86);
  opacity: 0.9;
  transition:
    filter 220ms ease,
    transform 220ms ease;
}

.module-entry-card:nth-child(2) .module-entry-card__media img {
  transform-origin: 50% 24%;
}

.module-entry-card:nth-child(3) .module-entry-card__media img {
  transform-origin: 18% 76%;
}

.module-entry-card:nth-child(4) .module-entry-card__media img {
  transform-origin: 84% 76%;
}

.module-entry-card:nth-child(5) .module-entry-card__media img {
  transform-origin: 42% 38%;
}

.module-entry-card:nth-child(6) .module-entry-card__media img {
  transform-origin: 54% 52%;
}

.module-entry-card:hover .module-entry-card__media img,
.module-entry-card:focus-visible .module-entry-card__media img {
  filter: saturate(1) contrast(1.06) brightness(0.96);
  transform: scale(var(--entry-image-zoom-hover));
}

.module-entry-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: 17px 18px 18px;
}

.module-entry-card__copy strong,
.module-entry-card__copy em,
.module-entry-card__copy span {
  display: block;
}

.module-entry-card__copy strong {
  color: #162233;
  font-size: var(--font-card-title);
  font-weight: 800;
  line-height: 1.08;
}

.module-entry-card__copy em {
  order: -1;
  margin-bottom: 9px;
  color: #9db8ff;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.module-entry-card__copy span {
  margin-top: 20px;
  color: rgba(22, 34, 51, 0.66);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand-updates {
  padding: clamp(28px, 3.6vw, 56px) 0 clamp(58px, 6.4vw, 96px);
  color: #162233;
  background:
    linear-gradient(90deg, rgba(0, 64, 208, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 64, 208, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 88% 0%, rgba(0, 64, 208, 0.08), transparent 30%),
    linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
  background-size: 118px 118px, 118px 118px, auto, auto;
}

.brand-updates__heading {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.brand-updates__heading::after {
  display: block;
  flex: 1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(0, 64, 208, 0.34), rgba(0, 64, 208, 0.08), transparent);
}

.brand-updates__eyebrow {
  position: relative;
  margin: 0;
  padding-left: 14px;
  color: #9db8ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.brand-updates__eyebrow::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 28px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(157, 184, 255, 0.38) 0%, rgba(63, 120, 255, 0.9) 50%, rgba(157, 184, 255, 0.38) 100%);
  box-shadow: 0 0 10px rgba(63, 120, 255, 0.18);
  transform: translateY(-50%);
}

.brand-updates__view-all {
  order: 2;
  color: rgba(22, 34, 51, 0.62);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.brand-updates__view-all:hover,
.brand-updates__view-all:focus-visible {
  color: var(--brand-blue);
}

.brand-updates__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.7fr);
  grid-template-rows: repeat(2, minmax(176px, auto));
  gap: 20px;
  align-items: stretch;
}

.brand-update-card {
  min-width: 0;
}

.brand-update-card a {
  position: relative;
  display: grid;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(30, 46, 64, 0.12);
  border-radius: 8px;
  color: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94)),
    #ffffff;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 42px rgba(17, 31, 48, 0.075);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.brand-update-card a::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, transparent 42%, rgba(255, 255, 255, 0.18) 100%),
    linear-gradient(110deg, rgba(0, 64, 208, 0.075), transparent 48%);
  pointer-events: none;
}

.brand-update-card a::after {
  position: absolute;
  z-index: 3;
  content: "";
  pointer-events: none;
}

.brand-update-card--featured a::after {
  top: 32px;
  bottom: 32px;
  left: 42%;
  width: 2px;
  background: linear-gradient(180deg, rgba(157, 184, 255, 0.22), rgba(0, 64, 208, 0.72), rgba(157, 184, 255, 0.22));
  transform: translateX(-1px);
}

.brand-update-card--compact a::after {
  top: 18px;
  right: 20px;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: rgba(0, 64, 208, 0.24);
}

.brand-update-card a:hover,
.brand-update-card a:focus-visible {
  border-color: rgba(0, 64, 208, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 22px 54px rgba(0, 64, 208, 0.14);
  transform: translateY(-2px);
}

.brand-update-card__media,
.brand-update-card__body {
  position: relative;
  z-index: 2;
}

.brand-update-card__media {
  display: block;
  overflow: hidden;
  background: rgba(11, 20, 30, 0.08);
}

.brand-update-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.03) brightness(0.86);
  transform: scale(1.02);
  transition:
    filter 220ms ease,
    transform 220ms ease;
}

.brand-update-card a:hover .brand-update-card__media img,
.brand-update-card a:focus-visible .brand-update-card__media img {
  filter: saturate(1) contrast(1.06) brightness(0.96);
  transform: scale(1.055);
}

.brand-update-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 22px 24px;
}

.brand-update-card__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 14px;
  margin-bottom: 12px;
  color: rgba(75, 88, 105, 0.66);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand-update-card__meta em {
  color: #9db8ff;
  font-style: normal;
}

.brand-update-card__meta time {
  color: rgba(75, 88, 105, 0.58);
}

.brand-update-card strong {
  color: #162233;
  font-weight: 800;
  line-height: 1.08;
}

.brand-update-card__excerpt {
  margin-top: 12px;
  color: rgba(61, 75, 92, 0.78);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.48;
}

.brand-update-card__action {
  margin-top: auto;
  padding-top: 24px;
  color: rgba(22, 34, 51, 0.66);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand-update-card--featured {
  grid-row: span 2;
}

.brand-update-card--featured a {
  grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
  grid-template-rows: none;
}

.brand-update-card--featured .brand-update-card__media {
  aspect-ratio: auto;
  height: 100%;
}

.brand-update-card--featured .brand-update-card__body {
  min-height: 0;
  padding: clamp(32px, 3.1vw, 48px);
}

.brand-update-card--featured strong {
  max-width: 620px;
  font-size: var(--font-card-title-large);
  line-height: 1.08;
}

.brand-update-card--featured .brand-update-card__excerpt {
  max-width: 520px;
  font-size: 15px;
}

.brand-update-card--compact a {
  grid-template-columns: minmax(128px, 28%) minmax(0, 1fr);
}

.brand-update-card--compact .brand-update-card__media {
  height: 100%;
  min-height: 0;
}

.brand-update-card--compact .brand-update-card__body {
  min-height: 0;
  padding: 24px 28px;
}

.brand-update-card--compact strong {
  font-size: var(--font-card-title);
  line-height: 1.07;
}

.brand-update-card--compact .brand-update-card__excerpt {
  max-width: 320px;
  font-size: 13px;
}

.site-footer {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(180deg, rgba(18, 21, 30, 0.58) 0%, rgba(12, 16, 24, 0.66) 42%, rgba(3, 7, 10, 0.74) 100%),
    linear-gradient(90deg, rgba(16, 20, 30, 0.68), rgba(16, 20, 30, 0.38)),
    url("assets/images/applications/hunting-outdoor.jpg") center 54% / cover no-repeat;
}

.product-archive-hero {
  position: relative;
  min-height: clamp(210px, 24vw, 340px);
  overflow: hidden;
  color: var(--white);
  background: var(--surface-dark);
}

.product-archive-hero__image,
.product-archive-hero__shade {
  position: absolute;
  inset: 0;
}

.product-archive-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.product-archive-hero__shade {
  background:
    linear-gradient(90deg, rgba(3, 7, 10, 0.76) 0%, rgba(3, 7, 10, 0.44) 48%, rgba(3, 7, 10, 0.2) 100%),
    linear-gradient(180deg, rgba(3, 7, 10, 0.14) 0%, rgba(3, 7, 10, 0.56) 100%);
}

.product-archive-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
  padding: clamp(44px, 6vw, 72px) 0 clamp(30px, 4vw, 48px);
}

.product-archive-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 0 0 14px;
  color: #9db8ff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-archive-hero__eyebrow::after {
  display: block;
  width: 46px;
  height: 1px;
  content: "";
  background: currentColor;
}

.product-archive-hero h1 {
  max-width: none;
  margin: 0;
  font-size: var(--font-h1);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
  white-space: nowrap;
  text-wrap: nowrap;
}

.product-archive-hero p:not(.product-archive-hero__eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.62;
}

.product-archive {
  padding: clamp(38px, 5vw, 72px) 0 clamp(58px, 7vw, 96px);
  background:
    linear-gradient(180deg, #f5f8fb 0%, #ffffff 46%, #eef3f8 100%);
}

.product-archive__layout {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.product-archive__sidebar {
  position: sticky;
  top: 72px;
  min-width: 0;
}

.product-category-nav {
  padding: 18px;
  border: 1px solid rgba(16, 32, 51, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(7, 27, 47, 0.06);
}

.product-category-nav h2 {
  margin: 0 0 14px;
  color: var(--text-main);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-category-nav nav {
  display: grid;
  gap: 6px;
}

.product-category-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  color: var(--text-muted);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.product-category-nav a:hover,
.product-category-nav a:focus-visible,
.product-category-nav a.is-active {
  color: var(--white);
  background: var(--brand-blue);
}

.product-category-nav span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.product-category-nav em {
  flex: 0 0 auto;
  color: inherit;
  font-size: 11px;
  font-style: normal;
  opacity: 0.72;
}

.product-archive__content {
  min-width: 0;
}

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

.product-list-card {
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 56px rgba(7, 27, 47, 0.07);
}

.product-list-card[hidden],
.product-archive__empty[hidden] {
  display: none;
}

.product-list-card__link {
  display: grid;
  min-width: 0;
}

.product-list-card__category {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 22px;
  color: var(--text-main);
  border-bottom: 1px solid rgba(16, 32, 51, 0.07);
  background: #f8fafc;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-list-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 7;
  min-height: 178px;
  overflow: hidden;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 52%),
    linear-gradient(145deg, #eef3f8 0%, #ffffff 100%);
}

.product-list-card__media img {
  display: block;
  width: 68%;
  height: 68%;
  max-width: 360px;
  max-height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(7, 27, 47, 0.13));
}

.product-list-card__body {
  display: grid;
  gap: 6px;
  min-height: 0;
  padding: 18px 22px 14px;
}

.product-list-card__body strong,
.product-list-card__body em,
.product-list-card__body span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.product-list-card__body strong {
  color: var(--text-main);
  font-size: var(--font-card-title);
  font-weight: 900;
  line-height: 1.16;
  text-transform: uppercase;
}

.product-list-card__body em {
  color: var(--brand-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.product-list-card__body span {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.58;
}

.product-list-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 22px 20px;
}

.product-list-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-list-card__button--primary {
  color: var(--white);
  background: var(--brand-blue);
}

.product-list-card__button--secondary {
  color: var(--brand-blue);
  border: 1px solid rgba(0, 64, 208, 0.26);
  background: var(--white);
}

.product-list-card__button:hover,
.product-list-card__button:focus-visible {
  transform: translateY(-1px);
}

.product-archive__empty {
  padding: 40px;
  border: 1px solid rgba(16, 32, 51, 0.09);
  border-radius: 8px;
  background: var(--white);
}

.product-archive__empty h2 {
  margin: 0;
  font-size: 26px;
}

.product-archive__empty p {
  margin: 12px 0 0;
  color: var(--text-muted);
}

.product-archive .navigation.pagination {
  margin-top: 34px;
}

.product-archive .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-archive .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-radius: 6px;
  background: var(--white);
  color: var(--text-main);
  font-size: 13px;
  font-weight: 850;
}

.product-archive .page-numbers.current,
.product-archive .page-numbers:hover,
.product-archive .page-numbers:focus-visible {
  color: var(--white);
  border-color: var(--brand-blue);
  background: var(--brand-blue);
}

.footer-subscribe {
  position: relative;
  z-index: 1;
  min-height: 184px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
}

.footer-subscribe__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(26px, 6vw, 110px);
  align-items: center;
  width: min(1020px, calc(100% - 48px));
  min-height: 184px;
  padding: 28px 0;
}

.footer-subscribe h2,
.footer-contact h2,
.footer-column h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.footer-subscribe p {
  max-width: 720px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.58;
}

.footer-subscribe__button,
.footer-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 6px;
  color: #fff;
  background: var(--brand-blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    background 160ms ease,
    transform 160ms ease;
  white-space: nowrap;
}

.footer-subscribe__button:hover,
.footer-subscribe__button:focus-visible,
.footer-contact__button:hover,
.footer-contact__button:focus-visible {
  color: #fff;
  background: var(--brand-blue-hover);
  transform: translateY(-1px);
}

.footer-main {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.footer-main::before {
  display: none;
  content: none;
}

.footer-main__grid,
.footer-legal {
  position: relative;
  z-index: 1;
}

.footer-main__grid {
  display: grid;
  grid-template-columns: minmax(180px, 1.18fr) minmax(160px, 0.98fr) minmax(160px, 0.82fr) minmax(170px, 0.92fr) minmax(270px, 1.34fr);
  gap: clamp(24px, 4vw, 68px);
  align-items: start;
  min-height: 470px;
  padding: clamp(48px, 6vw, 70px) 0 46px;
}

.footer-column ul {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.footer-column a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.36;
  text-decoration: none;
  transition:
    color 160ms ease,
    opacity 160ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: rgba(255, 255, 255, 0.9);
}

.footer-contact {
  display: grid;
  justify-items: start;
  gap: 16px;
}

.footer-contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.footer-contact p span {
  color: rgba(255, 255, 255, 0.92);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-social .dashicons {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 1;
}

.footer-legal {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 24px;
}

.footer-legal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  line-height: 1.5;
}

.applications-magazine {
  overflow: hidden;
  padding: clamp(42px, 5vw, 70px) 0 clamp(64px, 6vw, 92px);
  background:
    linear-gradient(90deg, rgba(16, 32, 51, 0.028) 1px, transparent 1px),
    linear-gradient(rgba(16, 32, 51, 0.024) 1px, transparent 1px),
    #f7f9fb;
  background-size: 104px 104px;
}

.applications-magazine__masthead {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(16, 32, 51, 0.12);
}

.applications-magazine__eyebrow,
.application-card__kicker {
  margin: 0;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.applications-magazine__masthead h1 {
  max-width: 820px;
  margin: 12px 0 0;
  color: #122034;
  font-size: var(--font-h1);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.04;
}

.applications-magazine__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(250px, 0.32fr);
  gap: 24px;
  align-items: start;
  padding-top: 24px;
}

.application-feature-card {
  grid-row: span 2;
  min-width: 0;
}

.application-feature-card a,
.application-collage-card a {
  position: relative;
  display: grid;
  min-height: 100%;
  overflow: hidden;
  color: inherit;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.055);
}

.application-feature-card a {
  grid-template-rows: minmax(330px, 0.82fr) auto;
}

.application-feature-card__media,
.application-collage-card__media {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #dfe5ec;
}

.application-feature-card__media::after,
.application-collage-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 52%, rgba(7, 27, 47, 0.28)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 100% 100%, 72px 72px, 72px 72px;
  pointer-events: none;
}

.application-feature-card img,
.application-collage-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.application-feature-card a:hover img,
.application-feature-card a:focus-visible img,
.application-collage-card a:hover img,
.application-collage-card a:focus-visible img {
  transform: scale(1.035);
}

.application-feature-card__body,
.application-collage-card__body {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.application-feature-card__body strong,
.application-collage-card__body strong {
  color: #162235;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.12;
}

.application-feature-card__body strong {
  max-width: 720px;
  font-size: var(--font-card-title-large);
}

.application-feature-card__body span:not(.application-card__kicker),
.application-collage-card__body span:not(.application-card__kicker) {
  color: #465468;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.application-feature-card em {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  padding: 8px 10px;
  color: var(--white);
  border-radius: 999px;
  background: rgba(0, 64, 208, 0.88);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.applications-magazine__index {
  position: sticky;
  top: 72px;
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.16);
  border-radius: 8px;
  background: #071b2f;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.09);
}

.applications-magazine__index strong,
.applications-magazine__index a {
  display: block;
  padding: 16px 18px;
}

.applications-magazine__index strong {
  color: #9db8ff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.applications-magazine__index a {
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.applications-magazine__index a:hover,
.applications-magazine__index a:focus-visible {
  color: var(--white);
  background: rgba(0, 64, 208, 0.34);
}

.application-collage-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.application-collage-card {
  min-width: 0;
  min-height: 0;
}

.application-collage-card--tall {
  min-height: 0;
}

.application-collage-card--wide {
  grid-column: auto;
}

.application-collage-card a {
  grid-template-rows: 220px 1fr;
}

.application-collage-card--tall a,
.application-collage-card--wide a {
  grid-template-columns: 1fr;
  grid-template-rows: 220px 1fr;
}

.application-collage-card__body strong {
  font-size: var(--font-card-title);
}

.application-collage-card__body em {
  color: var(--brand-blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.applications-index .applications-magazine__masthead {
  margin-bottom: 24px;
}

.applications-media-band {
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: #e7edf3;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.055);
  aspect-ratio: 16 / 5;
}

.applications-media-band img,
.applications-media-band video,
.applications-media-band iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.applications-media-band__content,
.applications-media-band__content > * {
  width: 100%;
  height: 100%;
  margin: 0;
}

.applications-media-band__content .wp-block-video,
.applications-media-band__content .wp-block-image,
.applications-media-band__content .wp-block-embed,
.applications-media-band__content .wp-block-gallery {
  height: 100%;
}

.applications-feature-grid,
.applications-card-grid {
  display: grid;
  align-items: stretch;
}

.applications-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.applications-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.application-list-card {
  min-width: 0;
}

.application-list-card a {
  display: grid;
  grid-template-rows: 172px 1fr;
  height: 100%;
  overflow: hidden;
  color: inherit;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.052);
}

.application-list-card--featured a {
  grid-template-rows: 260px 1fr;
}

.application-list-card__media {
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #dfe5ec;
}

.application-list-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.application-list-card a:hover img,
.application-list-card a:focus-visible img {
  transform: scale(1.025);
}

.application-list-card__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 9px;
  padding: 18px;
}

.application-list-card__body strong {
  display: -webkit-box;
  overflow: hidden;
  color: #162235;
  font-size: var(--font-card-title);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.16;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.application-list-card--featured .application-list-card__body {
  padding: 22px;
}

.application-list-card--featured .application-list-card__body strong {
  font-size: var(--font-card-title-large);
}

.application-list-card__body span:not(.application-card__kicker) {
  display: -webkit-box;
  overflow: hidden;
  color: #465468;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.application-list-card__body em {
  align-self: end;
  color: var(--brand-blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.applications-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 28px;
}

.applications-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  color: #162235;
  border: 1px solid rgba(16, 32, 51, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
}

.applications-pagination .page-numbers.current {
  color: var(--white);
  border-color: var(--brand-blue);
  background: var(--brand-blue);
}

.applications-hub,
.application-category {
  color: #162233;
  background: #f4f7fb;
}

.applications-hub__hero {
  padding: clamp(72px, 8vw, 118px) 0 clamp(58px, 7vw, 92px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(3, 12, 23, 0.9) 0%, rgba(7, 28, 51, 0.78) 58%, rgba(7, 28, 51, 0.64) 100%),
    url("assets/images/applications/security-surveillance-generated.webp") center 48% / cover no-repeat;
}

.applications-hub__hero-inner {
  max-width: 920px;
}

.applications-hub__eyebrow,
.application-category__eyebrow {
  margin: 0;
  color: #9db8ff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.applications-hub__hero h1 {
  max-width: 920px;
  margin: 14px 0 20px;
  font-size: var(--font-h1);
  font-weight: 880;
  line-height: 1.02;
}

.applications-hub__hero-inner > p:last-child {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 620;
  line-height: 1.65;
}

.applications-hub__categories {
  padding: clamp(58px, 6vw, 88px) 0;
  background:
    linear-gradient(90deg, rgba(0, 64, 208, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 64, 208, 0.026) 1px, transparent 1px),
    #f4f7fb;
  background-size: 118px 118px;
}

.applications-hub__section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.48fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 30px;
}

.applications-hub__section-heading h2,
.applications-hub__method h2,
.applications-hub__cta h2,
.application-category h2 {
  margin: 10px 0 0;
  color: #122034;
  font-size: var(--font-section-title);
  font-weight: 840;
  line-height: 1.08;
}

.applications-hub__section-heading > p {
  margin: 0;
  color: #536175;
  font-size: 15px;
  font-weight: 620;
  line-height: 1.65;
}

.applications-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.applications-category-card,
.applications-category-card a {
  min-width: 0;
}

.applications-category-card a {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
  color: inherit;
  border: 1px solid rgba(30, 46, 64, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(17, 31, 48, 0.075);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.applications-category-card a:hover,
.applications-category-card a:focus-visible {
  border-color: rgba(0, 64, 208, 0.25);
  box-shadow: 0 24px 56px rgba(0, 64, 208, 0.14);
  transform: translateY(-3px);
}

.applications-category-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0b1725;
}

.applications-category-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04) brightness(0.9);
  transition: filter 220ms ease, transform 260ms ease;
}

.applications-category-card a:hover img,
.applications-category-card a:focus-visible img {
  filter: saturate(1) contrast(1.05) brightness(0.98);
  transform: scale(1.035);
}

.applications-category-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px;
}

.applications-category-card__body em {
  margin-bottom: 9px;
  color: var(--brand-blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.applications-category-card__body strong {
  color: #162235;
  font-size: var(--font-card-title);
  font-weight: 800;
  line-height: 1.12;
}

.applications-category-card__body > span {
  margin-top: 12px;
  color: #536175;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.55;
}

.applications-category-card__body b {
  margin-top: auto;
  padding-top: 22px;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.applications-hub__method {
  padding: clamp(54px, 6vw, 88px) 0;
  color: var(--white);
  background: #071b2f;
}

.applications-hub__method-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 86px);
  align-items: start;
}

.applications-hub__method h2,
.applications-hub__cta h2 {
  color: var(--white);
}

.applications-hub__method ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: rgba(157, 184, 255, 0.16);
}

.applications-hub__method li {
  padding: 24px;
  background: #0b223a;
}

.applications-hub__method li span {
  color: #7dd3fc;
  font-size: 12px;
  font-weight: 900;
}

.applications-hub__method li strong {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 800;
}

.applications-hub__method li p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.applications-hub__cta,
.application-category__cta {
  padding: clamp(52px, 6vw, 82px) 0;
  color: var(--white);
  background: linear-gradient(120deg, #0040d0 0%, #102d69 55%, #071b2f 100%);
}

.applications-hub__cta-inner,
.application-category__cta-inner {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.applications-hub__cta p:not(.applications-hub__eyebrow),
.application-category__cta p:not(.application-category__eyebrow) {
  max-width: 740px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.6;
}

.applications-hub__cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.applications-hub__button,
.application-category__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.applications-hub__button--primary,
.application-category__cta a {
  color: #10203a;
  border-color: var(--white);
  background: var(--white);
}

.application-category__hero {
  position: relative;
  min-height: clamp(480px, 54vw, 680px);
  overflow: hidden;
  color: var(--white);
  background: #071b2f;
}

.application-category__hero-image,
.application-category__hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.application-category__hero-image {
  object-fit: cover;
}

.application-category__hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 10, 20, 0.92) 0%, rgba(4, 18, 34, 0.72) 52%, rgba(4, 18, 34, 0.3) 100%),
    linear-gradient(180deg, rgba(3, 10, 20, 0.2) 0%, rgba(3, 10, 20, 0.64) 100%);
}

.application-category__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
  padding: 120px 0 clamp(56px, 7vw, 88px);
}

.application-category__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 750;
}

.application-category__breadcrumb a {
  color: rgba(255, 255, 255, 0.76);
}

.application-category__breadcrumb strong {
  color: #9db8ff;
}

.application-category__hero h1 {
  max-width: 960px;
  margin: 14px 0 18px;
  font-size: var(--font-h1);
  font-weight: 880;
  line-height: 1.02;
}

.application-category__summary {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 620;
  line-height: 1.65;
}

.application-category__overview,
.application-category__faq {
  padding: clamp(56px, 6vw, 88px) 0;
  background: #f7f9fc;
}

.application-category__overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: clamp(40px, 6vw, 84px);
  align-items: start;
}

.application-category__intro > p:last-child {
  max-width: 820px;
  margin: 22px 0 0;
  color: #536175;
  font-size: 16px;
  font-weight: 620;
  line-height: 1.75;
}

.application-category__product-links {
  padding: 26px;
  border: 1px solid rgba(30, 46, 64, 0.14);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(17, 31, 48, 0.07);
}

.application-category__product-links h2 {
  margin: 0 0 16px;
  font-size: 18px;
}

.application-category__product-links ul {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(30, 46, 64, 0.12);
}

.application-category__product-links a {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px;
  color: #162233;
  background: var(--white);
  font-size: 14px;
  font-weight: 780;
}

.application-category__product-links a span {
  color: var(--brand-blue);
}

.application-category__details {
  padding: clamp(56px, 6vw, 88px) 0;
  background:
    linear-gradient(90deg, rgba(0, 64, 208, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(0, 64, 208, 0.025) 1px, transparent 1px),
    #eef3f8;
  background-size: 112px 112px;
}

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

.application-category__panel {
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(30, 46, 64, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(17, 31, 48, 0.065);
}

.application-category__panel ul,
.application-category__panel ol {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.application-category__panel ul li {
  position: relative;
  padding: 15px 0 15px 24px;
  color: #465468;
  border-top: 1px solid rgba(30, 46, 64, 0.11);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.application-category__panel ul li::before {
  position: absolute;
  top: 22px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-blue);
  content: "";
}

.application-category__panel--dark {
  color: var(--white);
  border-color: rgba(157, 184, 255, 0.22);
  background: #071b2f;
}

.application-category__panel--dark h2 {
  color: var(--white);
}

.application-category__panel ol li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  color: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 15px;
  font-weight: 680;
}

.application-category__panel ol span {
  color: #7dd3fc;
  font-size: 12px;
  font-weight: 900;
}

.application-category__articles {
  padding: clamp(56px, 6vw, 88px) 0;
  background: var(--white);
}

.application-category__section-heading {
  margin-bottom: 24px;
}

.application-category__article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.application-category__article-card a {
  display: grid;
  height: 100%;
  overflow: hidden;
  color: inherit;
  border: 1px solid rgba(30, 46, 64, 0.12);
  border-radius: 8px;
}

.application-category__article-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.application-category__article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-category__article-body {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.application-category__article-body time,
.application-category__article-body b {
  color: var(--brand-blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.application-category__article-body strong {
  margin-top: 10px;
  color: #162233;
  font-size: var(--font-card-title);
  line-height: 1.15;
}

.application-category__article-body > span {
  margin-top: 10px;
  color: #536175;
  font-size: 14px;
  line-height: 1.55;
}

.application-category__article-body b {
  margin-top: auto;
  padding-top: 18px;
}

.application-category__faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.4fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}

.application-category__faq-list {
  display: grid;
  gap: 10px;
}

.application-category__faq details {
  overflow: hidden;
  border: 1px solid rgba(30, 46, 64, 0.13);
  border-radius: 7px;
  background: var(--white);
}

.application-category__faq summary {
  padding: 18px 22px;
  color: #162233;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.application-category__faq details p {
  margin: 0;
  padding: 0 22px 20px;
  color: #536175;
  font-size: 14px;
  line-height: 1.65;
}

.oem-page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--brand-blue);
  font-size: var(--font-eyebrow);
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.oem-page-eyebrow::before {
  width: 2px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(157, 184, 255, 0.38), rgba(63, 120, 255, 0.9), rgba(157, 184, 255, 0.38));
  box-shadow: 0 0 10px rgba(63, 120, 255, 0.18);
  content: "";
}

.oem-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.oem-button--primary {
  color: var(--white);
  background: var(--brand-blue);
}

.oem-button--primary:hover,
.oem-button--primary:focus-visible {
  background: var(--brand-blue-hover);
}

.oem-button--secondary {
  color: var(--white);
  border: 1px solid rgba(216, 224, 232, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.oem-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  color: var(--white);
  background: var(--surface-dark);
}

.oem-hero__media {
  position: absolute;
  inset: 0;
}

.oem-hero__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 27, 47, 0.96) 0%, rgba(7, 27, 47, 0.82) 45%, rgba(7, 27, 47, 0.4) 78%, rgba(7, 27, 47, 0.72) 100%),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 100% 100%, 82px 82px, 82px 82px;
  content: "";
}

.oem-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.oem-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  min-height: 520px;
  padding: 70px 0;
}

.oem-hero__content {
  max-width: 650px;
}

.oem-hero .oem-page-eyebrow {
  color: #9db8ff;
}

.oem-hero h1 {
  max-width: 640px;
  margin: 16px 0 0;
  font-size: clamp(34px, 2.8vw, 44px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.08;
}

.oem-hero p:not(.oem-page-eyebrow) {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--font-body-large);
  font-weight: 500;
  line-height: 1.62;
}

.oem-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.oem-audience,
.oem-platforms,
.oem-edge,
.oem-applications,
.oem-product-platforms,
.oem-process,
.oem-final-cta {
  padding: clamp(52px, 6vw, 82px) 0;
}

.oem-audience,
.oem-edge,
.oem-product-platforms,
.oem-final-cta {
  background: #f7f9fb;
}

.oem-platforms,
.oem-applications,
.oem-process {
  background: var(--white);
}

.oem-audience__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 42px;
  align-items: start;
}

.oem-section-heading {
  max-width: 760px;
}

.oem-section-heading--center {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.oem-section-heading--center .oem-page-eyebrow {
  justify-content: center;
}

.oem-section-heading h2,
.oem-final-cta h2 {
  margin: 14px 0 0;
  color: #122034;
  font-size: var(--font-h2);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.16;
}

.oem-audience__list,
.oem-scope-grid {
  display: grid;
  gap: 12px;
}

.oem-audience__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oem-audience__list span,
.oem-scope-grid span {
  min-width: 0;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  color: #27384c;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.35;
}

.oem-audience__list span {
  min-height: 64px;
  padding: 20px;
}

.oem-scope-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1040px;
  margin: 32px auto 0;
}

.oem-scope-grid span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 16px 18px;
  background: var(--surface-soft);
}

.oem-edge__grid,
.oem-application-grid,
.oem-product-grid,
.oem-process__steps {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.oem-edge__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.oem-edge-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  min-height: 260px;
  padding: 22px;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.04);
}

.oem-edge-card span {
  color: var(--brand-blue);
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
}

.oem-edge-card h3 {
  margin: 0;
  color: #122034;
  font-size: var(--font-card-title);
  font-weight: 760;
  line-height: 1.18;
}

.oem-edge-card p {
  margin: 0;
  color: #536073;
  font-size: 14px;
  line-height: 1.6;
}

.oem-edge-card a,
.oem-application-card__body a,
.oem-product-card__body a {
  justify-self: start;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

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

.oem-application-card {
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: #f7f9fb;
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.045);
}

.oem-application-card__media {
  display: block;
  height: 230px;
  overflow: hidden;
  background: #dfe5ec;
}

.oem-application-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oem-application-card__body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  min-height: 210px;
  padding: 22px;
}

.oem-application-card__body strong {
  color: #122034;
  font-size: var(--font-card-title);
  font-weight: 760;
  line-height: 1.16;
}

.oem-application-card__body span:not(.oem-application-card__media) {
  color: #536073;
  font-size: 14px;
  line-height: 1.6;
}

.oem-product-grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-padding: 1px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.oem-product-grid::-webkit-scrollbar {
  display: none;
}

.oem-product-carousel {
  min-width: 0;
}

.oem-product-carousel__controls {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.oem-product-carousel__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #122034;
  border: 1px solid rgba(16, 32, 51, 0.16);
  border-radius: 6px;
  background: var(--white);
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    opacity 180ms ease;
}

.oem-product-carousel__button:hover,
.oem-product-carousel__button:focus-visible {
  color: var(--white);
  border-color: var(--brand-blue);
  background: var(--brand-blue);
}

.oem-product-carousel__button:disabled {
  opacity: 0.34;
  cursor: default;
}

.oem-product-carousel__button:disabled:hover,
.oem-product-carousel__button:disabled:focus-visible {
  color: #122034;
  border-color: rgba(16, 32, 51, 0.16);
  background: var(--white);
}

.oem-product-card {
  display: grid;
  flex: 0 0 calc((100% - 18px) / 2);
  grid-template-rows: 210px 1fr;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.04);
  scroll-snap-align: start;
}

.oem-product-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 20px;
  background: linear-gradient(180deg, #f8fafc, #edf2f7);
}

.oem-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.oem-product-card__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 9px;
  padding: 18px;
}

.oem-product-card__body em {
  color: var(--brand-blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.oem-product-card__body strong {
  color: #122034;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.2;
}

.oem-product-card__body span {
  color: #536073;
  font-size: 13px;
  line-height: 1.55;
}

.oem-process__steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.oem-process-step {
  position: relative;
  min-height: 220px;
  padding: 22px 18px;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: #f7f9fb;
}

.oem-process-step span {
  display: block;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.oem-process-step strong {
  display: block;
  margin-top: 26px;
  color: #122034;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.2;
}

.oem-process-step p {
  margin: 12px 0 0;
  color: #536073;
  font-size: 13px;
  line-height: 1.58;
}

.oem-final-cta {
  border-top: 1px solid rgba(16, 32, 51, 0.1);
}

.oem-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.oem-layout-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.36fr) minmax(0, 1fr);
  gap: clamp(34px, 4.4vw, 64px);
  align-items: start;
}

.oem-section-heading {
  position: sticky;
  top: 78px;
}

.oem-section-heading p:not(.oem-page-eyebrow) {
  max-width: 380px;
  margin: 15px 0 0;
  color: #536073;
  font-size: 14px;
  font-weight: 560;
  line-height: 1.62;
}

.oem-section-heading--center {
  margin: 0;
  text-align: left;
}

.oem-section-heading--center .oem-page-eyebrow {
  justify-content: flex-start;
}

.oem-icon-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

.oem-icon-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.oem-icon-card,
.oem-edge-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  min-width: 0;
  min-height: 284px;
  padding: 24px;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.04);
}

.oem-icon-card--compact {
  min-height: 260px;
}

.oem-icon-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(0, 64, 208, 0.12);
  border-radius: 8px;
  background: #f4f7fb;
}

.oem-icon-card__icon img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.oem-icon-card strong,
.oem-edge-card h3 {
  margin: 0;
  color: #122034;
  font-size: var(--font-card-title);
  font-weight: 760;
  line-height: 1.16;
}

.oem-icon-card p,
.oem-edge-card p {
  margin: 0;
  color: #536073;
  font-size: 14px;
  line-height: 1.62;
}

.oem-icon-card a,
.oem-edge-card a {
  justify-self: start;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.oem-edge__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oem-edge-card {
  min-height: 280px;
}

.oem-edge-card .oem-icon-card__icon {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.oem-edge-card em {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  color: var(--brand-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

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

.oem-application-card {
  display: grid;
  grid-template-rows: 180px 1fr;
}

.oem-application-card__body {
  min-height: 230px;
}

.oem-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oem-process__steps {
  grid-template-columns: 1fr;
  gap: 12px;
}

.oem-process-step {
  display: grid;
  grid-template-columns: 52px minmax(130px, 0.28fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 0;
  padding: 18px;
}

.oem-process-step strong {
  margin-top: 0;
}

.oem-process-step p {
  margin-top: 0;
  font-size: 14px;
}

.application-article {
  background:
    linear-gradient(90deg, rgba(16, 32, 51, 0.028) 1px, transparent 1px),
    linear-gradient(rgba(16, 32, 51, 0.024) 1px, transparent 1px),
    #f7f9fb;
  background-size: 104px 104px;
}

.application-article-hero {
  padding: clamp(42px, 5vw, 72px) 0 26px;
}

.application-article-hero__inner {
  display: grid;
  gap: 12px;
  width: min(1120px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
}

.application-article-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

.application-article-back {
  color: inherit;
}

.application-article-breadcrumb span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.application-article-breadcrumb span::before {
  content: "/";
  margin-right: 12px;
  opacity: 0.45;
}

.application-article-hero__eyebrow {
  margin: 0;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.application-article-hero h1 {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #122034;
  font-size: var(--font-h1);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.06;
}

.application-article-hero__summary {
  max-width: 760px;
  margin: 4px 0 0;
  color: #465468;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.58;
}

.application-article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.application-article-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: #425066;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
}

.application-article-media {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: #dfe5ec;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.055);
  aspect-ratio: 16 / 7;
}

.application-article-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-article-body {
  padding: 34px 0 clamp(64px, 6vw, 96px);
}

.application-article-body__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.application-article-content {
  max-width: none;
  width: 100%;
  padding: clamp(34px, 4vw, 56px);
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.052);
}

.application-article-content h2,
.application-article-content h3 {
  color: #122034;
  letter-spacing: 0;
}

.application-article-content h2 {
  margin: 34px 0 12px;
  font-size: var(--font-h2);
  line-height: 1.18;
}

.application-article-content h2:first-child {
  margin-top: 0;
}

.application-article-content h3 {
  margin: 28px 0 10px;
  font-size: var(--font-h3);
  line-height: 1.24;
}

.application-article-content p,
.application-article-content li {
  color: #465468;
  font-size: 16px;
  line-height: 1.72;
}

.application-article-content ul,
.application-article-content ol {
  padding-left: 1.25em;
}

.application-article-sidebar {
  position: sticky;
  top: 84px;
  display: grid;
  gap: 16px;
}

body.admin-bar .application-article-sidebar {
  top: 116px;
}

.application-article-note,
.application-article-cta {
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.052);
}

.application-article-note {
  padding: 20px;
}

.application-article-note h2,
.application-article-cta h2 {
  margin: 0 0 12px;
  color: #122034;
  font-size: 18px;
  font-weight: 820;
  line-height: 1.2;
}

.application-article-note p,
.application-article-note li,
.application-article-cta p {
  color: #465468;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.58;
}

.application-article-note ul {
  margin-bottom: 0;
  padding-left: 1.2em;
}

.application-article-cta {
  padding: 20px;
  color: var(--white);
  background: #071b2f;
}

.application-article-cta h2 {
  color: var(--white);
}

.application-article-cta p {
  color: rgba(255, 255, 255, 0.76);
}

.application-article-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 8px;
  padding: 0 16px;
  color: var(--white);
  border-radius: 6px;
  background: var(--brand-blue);
  font-size: 13px;
  font-weight: 850;
}

@keyframes blunith-scan {
  0% {
    transform: translateX(0) skewX(-18deg);
  }

  100% {
    transform: translateX(390%) skewX(-18deg);
  }
}

@media (max-width: 980px) {
  .product-archive__layout {
    grid-template-columns: 1fr;
  }

  .product-archive__sidebar {
    position: static;
  }

  .product-category-nav nav {
    display: flex;
    overflow-x: auto;
    padding-bottom: 3px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .product-category-nav nav::-webkit-scrollbar {
    display: none;
  }

  .product-category-nav a {
    flex: 0 0 auto;
    min-width: 152px;
    scroll-snap-align: start;
  }

  .thermal-product-hero__inner,
  .thermal-product-band__grid,
  .thermal-product-related-grid {
    grid-template-columns: 1fr;
  }

  .thermal-product-hero__content {
    max-width: 760px;
  }

  .thermal-product-carousel__stage {
    min-height: 420px;
  }

  .thermal-feature-list,
  .thermal-key-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-capability__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-capability__copy {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .home-capability__mark {
    padding-top: 0;
    padding-left: 0;
  }

  .home-capability__mark::before {
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(16, 32, 51, 0.15), transparent);
  }

  .home-customization__rail {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-customization__intro {
    padding: 14px 16px;
    border-right: 0;
  }

  .home-customization h2 {
    max-width: none;
  }

  .home-customization__items {
    grid-template-columns: repeat(5, minmax(118px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  .home-customization__item {
    scroll-snap-align: start;
  }

  .home-products__heading,
  .product-showcase-grid {
    grid-template-columns: 1fr;
  }

  .home-products__heading {
    gap: 10px;
  }

  .product-showcase-card {
    min-height: 590px;
  }

  .product-showcase-card__media img {
    max-height: 330px;
  }

  .thermal-mode-console {
    grid-template-columns: 1fr;
  }

  .thermal-mode-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .thermal-mode-controls__header,
  .thermal-mode-controls__footer {
    grid-column: 1 / -1;
  }

  .module-entryways__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .module-entry-card,
  .module-entry-card:nth-child(4),
  .module-entry-card:nth-child(5) {
    grid-column: auto;
  }

  .module-entry-card {
    min-height: 0;
  }

  .brand-updates__grid {
    grid-template-columns: 1fr;
  }

  .brand-update-card--featured {
    grid-row: auto;
  }

  .brand-update-card--compact a {
    grid-template-columns: minmax(220px, 36%) minmax(0, 1fr);
  }

  .applications-magazine__masthead,
  .applications-magazine__layout {
    grid-template-columns: 1fr;
  }

  .applications-magazine__index {
    position: static;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .applications-magazine__index::-webkit-scrollbar {
    display: none;
  }

  .applications-magazine__index strong,
  .applications-magazine__index a {
    flex: 0 0 auto;
    min-width: 190px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .application-collage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .application-collage-card,
  .application-collage-card--tall,
  .application-collage-card--wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  .application-collage-card--wide a {
    grid-template-columns: 1fr;
    grid-template-rows: 220px 1fr;
  }

  .applications-media-band {
    aspect-ratio: 16 / 7;
  }

  .applications-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .applications-hub__section-heading,
  .applications-hub__method-grid,
  .application-category__overview-grid,
  .application-category__faq-grid {
    grid-template-columns: 1fr;
  }

  .applications-category-grid,
  .application-category__article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .applications-hub__section-heading {
    gap: 18px;
  }

  .applications-hub__method-grid,
  .application-category__overview-grid,
  .application-category__faq-grid {
    gap: 32px;
  }

  .applications-hub__cta-inner,
  .application-category__cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .oem-layout-section,
  .oem-audience__grid,
  .oem-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .oem-icon-card-grid,
  .oem-icon-card-grid--three,
  .oem-edge__grid,
  .oem-application-grid,
  .oem-product-grid,
  .oem-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oem-section-heading {
    position: static;
  }

  .oem-section-heading p:not(.oem-page-eyebrow) {
    max-width: 720px;
  }

  .oem-process-step {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .oem-process-step p {
    grid-column: 2;
  }

  .oem-final-cta__inner {
    justify-items: start;
  }

  .application-article-body__grid {
    grid-template-columns: 1fr;
    width: min(1120px, calc(100% - 48px));
    gap: 24px;
  }

  .application-article-content {
    max-width: none;
  }

  .application-article-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-subscribe__inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-main__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }

  .site-nav {
    grid-template-columns: auto auto;
    min-height: 48px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .primary-navigation {
    grid-column: 1 / -1;
    grid-row: 2;
    display: none;
    padding-bottom: 16px;
  }

  .primary-navigation.is-open {
    display: block;
  }

  .primary-menu,
  .primary-menu ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .primary-menu a {
    min-height: 42px;
    border-bottom: 1px solid rgba(216, 224, 232, 0.12);
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 680px) {
  .product-archive-hero {
    min-height: 260px;
  }

  .product-archive-hero__inner {
    padding-top: 38px;
  }

  .product-archive-hero h1 {
    font-size: 30px;
  }

  .product-archive {
    padding-top: 28px;
  }

  .product-category-nav {
    padding: 14px 18px;
    border-radius: 8px;
  }

  .product-archive__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-list-card__media {
    min-height: 156px;
  }

  .product-list-card__body {
    min-height: 0;
    padding: 18px;
  }

  .product-list-card__actions {
    padding: 0 18px 18px;
  }

  .product-list-card__button {
    flex: 1 1 136px;
  }

  .thermal-product-hero {
    padding: 28px 0 46px;
  }

  .thermal-product-carousel {
    padding: 16px;
  }

  .thermal-product-carousel__stage {
    min-height: 300px;
  }

  .thermal-product-carousel__stage > img {
    width: 92%;
    max-height: 280px;
  }

  .thermal-product-carousel__thumbs button {
    flex-basis: 78px;
    height: 64px;
  }

  .thermal-product-hero h1 {
    font-size: 30px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .thermal-feature-list,
  .thermal-product-spec-cards,
  .thermal-key-grid {
    grid-template-columns: 1fr;
  }

  .thermal-product-manual {
    padding: 38px 0;
  }

  .thermal-product-manual__content {
    font-size: 15px;
  }

  .thermal-product-manual-block--image-text {
    grid-template-columns: 1fr;
  }

  .thermal-product-manual-block--image-right .thermal-product-manual-block__media {
    order: 0;
  }

  .thermal-product-manual__content .alignleft,
  .thermal-product-manual__content .alignright {
    float: none;
    margin: 20px auto;
  }

  .thermal-product-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .thermal-product-cta,
  .thermal-product-link {
    width: 100%;
  }

  .thermal-product-band,
  .thermal-product-section {
    padding: 38px 0;
  }

  .thermal-video-frame {
    height: 230px;
  }

  .thermal-related-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .thermal-related-card span {
    width: 64px;
  }

  .container {
    width: min(100% - 32px, var(--content-width));
  }

  .applications-hub__hero {
    padding: 72px 0 52px;
  }

  .applications-hub__hero h1,
  .application-category__hero h1 {
    font-size: 34px;
    line-height: 1.06;
  }

  .applications-category-grid,
  .application-category__detail-grid,
  .application-category__article-grid,
  .applications-hub__method ol {
    grid-template-columns: 1fr;
  }

  .applications-category-card__body {
    padding: 18px;
  }

  .applications-hub__cta-actions {
    display: grid;
    width: 100%;
  }

  .applications-hub__button,
  .application-category__cta a {
    width: 100%;
  }

  .application-category__hero {
    min-height: 570px;
  }

  .application-category__hero-inner {
    padding: 96px 0 46px;
  }

  .application-category__product-links,
  .application-category__panel {
    padding: 22px;
  }

  .oem-hero,
  .oem-hero__inner {
    min-height: 520px;
  }

  .oem-hero__inner {
    padding: 56px 0;
  }

  .oem-hero h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  .oem-hero p:not(.oem-page-eyebrow) {
    font-size: 15px;
  }

  .oem-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  .oem-button {
    width: 100%;
    min-height: 42px;
  }

  .oem-audience,
  .oem-platforms,
  .oem-edge,
  .oem-applications,
  .oem-product-platforms,
  .oem-process,
  .oem-final-cta {
    padding: 38px 0;
  }

  .oem-section-heading h2,
  .oem-final-cta h2 {
    font-size: 25px;
    line-height: 1.18;
  }

  .oem-layout-section {
    gap: 24px;
  }

  .oem-icon-card-grid,
  .oem-icon-card-grid--three,
  .oem-edge__grid,
  .oem-application-grid,
  .oem-product-grid,
  .oem-process__steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .oem-icon-card,
  .oem-edge-card,
  .oem-application-card__body,
  .oem-process-step {
    min-height: 0;
    padding: 18px;
  }

  .oem-icon-card__icon {
    width: 50px;
    height: 50px;
  }

  .oem-application-card__media {
    height: 190px;
  }

  .oem-product-card {
    flex-basis: calc((100% - 18px) / 2);
    grid-template-rows: 190px 1fr;
  }

  .oem-process-step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .oem-product-carousel__controls {
    justify-content: flex-start;
  }

  .oem-product-card {
    flex-basis: 100%;
  }

  .site-brand img {
    height: 26px;
  }

  .site-nav {
    padding: 0 16px;
  }

  .home-hero {
    min-height: 640px;
  }

  .home-hero__video {
    object-position: 58% center;
  }

  .home-hero__shade {
    background:
      linear-gradient(180deg, rgba(7, 27, 47, 0.94) 0%, rgba(7, 27, 47, 0.62) 45%, rgba(7, 27, 47, 0.9) 100%),
      linear-gradient(90deg, rgba(7, 27, 47, 0.52), rgba(7, 27, 47, 0.36));
  }

  .home-hero__inner {
    grid-template-rows: minmax(0, 1fr) auto minmax(44px, 0.2fr);
    padding: 58px 0 0;
  }

  .home-hero__content {
    padding: 22px 0 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: left;
  }

  .home-hero__content::before,
  .home-hero__content::after,
  .home-hero__eyebrow::before,
  .home-hero__eyebrow::after {
    display: none;
  }

  .home-hero h1 {
    font-size: 30px;
  }

  .home-hero__copy {
    font-size: 15px;
  }

  .home-capability__copy,
  .home-capability__mark {
    padding: 28px 0;
  }

  .home-capability__copy {
    padding-bottom: 18px;
  }

  .home-capability__mark {
    padding-top: 22px;
  }

  .home-capability h2 {
    font-size: 15px;
    line-height: 1.64;
  }

  .home-capability__copy p:not(.home-capability__eyebrow) {
    font-size: 15px;
    line-height: 1.64;
  }

  .home-capability__mark-main {
    gap: 18px;
  }

  .home-capability__mark-main span {
    font-size: 64px;
  }

  .home-capability__mark-main strong {
    font-size: 24px;
  }

  .home-capability__mark-main em {
    font-size: 12px;
  }

  .home-capability__mark-main div::before,
  .home-capability__mark-main div::after {
    height: 4px;
  }

  .home-customization {
    padding: 20px 0;
  }

  .home-customization__rail {
    padding: 0;
  }

  .home-customization__items {
    grid-template-columns: repeat(5, 126px);
    scrollbar-width: none;
  }

  .home-customization__items::-webkit-scrollbar {
    display: none;
  }

  .home-customization__item {
    padding: 14px 8px 12px;
  }

  .home-customization__item::before {
    top: 58px;
  }

  .home-customization__icon {
    width: 66px;
    height: 66px;
  }

  .home-customization__icon img {
    width: 42px;
    height: 42px;
  }

  .home-products {
    padding: 34px 0 54px;
  }

  .home-products__heading {
    margin-bottom: 18px;
  }

  .home-products__heading::after {
    min-width: 54px;
  }

  .product-showcase-grid {
    gap: 18px;
  }

  .product-showcase-card {
    grid-template-rows: auto minmax(240px, 1fr);
    min-height: 520px;
  }

  .product-showcase-card__copy {
    padding: 30px 22px 4px;
  }

  .product-showcase-card h3 {
    font-size: 28px;
  }

  .product-showcase-card__copy p:not(.product-showcase-card__kicker) {
    font-size: 14px;
  }

  .product-showcase-card__actions {
    gap: 10px;
  }

  .product-showcase-card__button {
    min-width: 122px;
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }

  .product-showcase-card__media {
    padding: 4px 18px 34px;
  }

  .product-showcase-card__media img {
    max-height: 250px;
  }

  .thermal-modes {
    padding: 34px 0 54px;
  }

  .thermal-modes__heading {
    margin-bottom: 18px;
  }

  .thermal-mode-controls {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .thermal-mode-controls__header,
  .thermal-mode-controls__footer {
    display: none;
  }

  .thermal-mode-controls::-webkit-scrollbar {
    display: none;
  }

  .thermal-mode-control {
    flex: 0 0 170px;
    min-height: 64px;
    padding: 12px 14px;
    scroll-snap-align: start;
  }

  .thermal-mode-screen__caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    min-height: 0;
    padding: 12px;
  }

  .thermal-mode-screen__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .thermal-mode-screen__metrics span {
    min-height: 28px;
    padding: 0 7px;
    font-size: 9px;
  }

  .thermal-mode-screen__detail {
    margin-top: 6px;
    text-align: left;
  }

  .thermal-mode-screen__label {
    font-size: clamp(20px, 6.4vw, 26px);
  }

  .thermal-mode-screen__hud {
    inset: 14px;
  }

  .thermal-mode-screen__corner {
    width: 48px;
    height: 34px;
  }

  .module-entryways {
    padding: 34px 0 28px;
  }

  .module-entryways__heading {
    margin-bottom: 18px;
  }

  .module-entryways__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    overflow: visible;
    padding-bottom: 0;
  }

  .module-entryways__grid::-webkit-scrollbar {
    display: none;
  }

  .module-entry-card {
    flex: none;
    grid-template-columns: none;
    grid-template-rows: auto 1fr;
    min-height: 0;
  }

  .module-entry-card__media img {
    width: 100%;
    height: 100%;
  }

  .module-entry-card__copy {
    padding: 15px 16px 17px;
  }

  .module-entry-card__copy strong {
    font-size: 22px;
  }

  .brand-updates {
    padding: 30px 0 58px;
  }

  .brand-updates__heading {
    gap: 12px;
    margin-bottom: 18px;
  }

  .brand-updates__view-all {
    font-size: 11px;
  }

  .brand-update-card--featured .brand-update-card__media {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .brand-update-card--featured .brand-update-card__body {
    min-height: 0;
    padding: 19px 18px 20px;
  }

  .brand-update-card--featured strong {
    font-size: 24px;
  }

  .brand-update-card--featured a {
    grid-template-columns: none;
    grid-template-rows: auto 1fr;
  }

  .brand-update-card--compact a {
    grid-template-columns: none;
    grid-template-rows: auto 1fr;
  }

  .brand-update-card--featured a::after,
  .brand-update-card--compact a::after {
    display: none;
  }

  .brand-update-card--compact .brand-update-card__media {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .brand-update-card--compact .brand-update-card__body {
    min-height: 0;
    padding: 17px 18px 20px;
  }

  .brand-update-card__excerpt {
    font-size: 13px;
  }

  .applications-magazine {
    padding: 32px 0 56px;
  }

  .applications-magazine__masthead {
    gap: 16px;
    padding-bottom: 20px;
  }

  .applications-magazine__masthead h1 {
    font-size: 28px;
    line-height: 1.08;
  }

  .applications-magazine__layout {
    gap: 18px;
    padding-top: 18px;
  }

  .application-feature-card a {
    grid-template-rows: minmax(220px, 1fr) auto;
  }

  .application-feature-card__body,
  .application-collage-card__body {
    padding: 18px;
  }

  .application-feature-card__body strong {
    font-size: 24px;
    line-height: 1.12;
  }

  .application-collage-grid {
    grid-template-columns: 1fr;
  }

  .application-collage-card a,
  .application-collage-card--tall a,
  .application-collage-card--wide a {
    grid-template-rows: 190px 1fr;
  }

  .application-collage-card__body strong {
    font-size: 22px;
  }

  .applications-media-band {
    margin-bottom: 18px;
    aspect-ratio: 16 / 10;
  }

  .applications-feature-grid,
  .applications-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .application-list-card a,
  .application-list-card--featured a {
    grid-template-rows: 190px 1fr;
  }

  .application-list-card__body,
  .application-list-card--featured .application-list-card__body {
    padding: 18px;
  }

  .application-list-card__body strong,
  .application-list-card--featured .application-list-card__body strong {
    font-size: 22px;
  }

  .application-article-hero {
    padding: 34px 0 22px;
  }

  .application-article-hero h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .application-article-hero__summary {
    font-size: 15px;
  }

  .application-article-media {
    width: min(1120px, calc(100% - 32px));
    aspect-ratio: 16 / 10;
  }

  .application-article-hero__inner,
  .application-article-body__grid {
    width: min(1120px, calc(100% - 32px));
  }

  .application-article-body {
    padding: 22px 0 54px;
  }

  .application-article-content {
    padding: 22px;
  }

  .application-article-content h2 {
    font-size: 24px;
  }

  .application-article-content p,
  .application-article-content li {
    font-size: 15px;
  }

  .application-article-sidebar {
    grid-template-columns: 1fr;
  }

  .footer-subscribe {
    min-height: 0;
  }

  .footer-subscribe__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: start;
    min-height: 0;
    padding: 34px 0;
  }

  .footer-subscribe h2,
  .footer-contact h2,
  .footer-column h2 {
    font-size: 17px;
  }

  .footer-subscribe p {
    font-size: 14px;
  }

  .footer-subscribe__button,
  .footer-contact__button {
    min-height: 34px;
    padding: 0 14px;
    font-size: 13px;
  }

  .footer-main__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 34px 0 30px;
  }

  .footer-column ul {
    gap: 11px;
    margin-top: 15px;
  }

  .footer-column a,
  .footer-contact a,
  .footer-contact p {
    font-size: 14px;
  }

  .footer-contact {
    gap: 14px;
  }

  .footer-social {
    margin-top: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-customization::after {
    animation: none;
  }

  .home-customization__item {
    transition: none;
  }

  .thermal-mode-screen__image,
  .thermal-mode-control {
    transition: none;
  }
}

/* Engineering inquiry page */
.contact-page {
  background: #f7f9fb;
}

.contact-page__hero {
  color: var(--white);
  background: var(--surface-dark);
  border-bottom: 1px solid rgba(216, 224, 232, 0.14);
}

.contact-page__hero-inner {
  padding: clamp(56px, 7vw, 94px) 0 clamp(54px, 6.4vw, 82px);
}

.contact-page__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--brand-blue);
  font-size: var(--font-eyebrow);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-page__eyebrow::before {
  width: 2px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(157, 184, 255, 0.38), rgba(63, 120, 255, 0.94), rgba(157, 184, 255, 0.38));
  box-shadow: 0 0 10px rgba(63, 120, 255, 0.18);
  content: "";
}

.contact-page__hero .contact-page__eyebrow {
  color: rgba(185, 204, 255, 0.92);
}

.contact-page__hero h1 {
  max-width: 720px;
  margin: 16px 0 0;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.08;
}

.contact-page__hero p:not(.contact-page__eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: var(--font-body-large);
  font-weight: 500;
  line-height: 1.62;
}

.contact-page__body {
  padding: clamp(42px, 6vw, 82px) 0 clamp(58px, 7vw, 96px);
}

.contact-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.62fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: start;
}

.contact-form-panel {
  padding: clamp(24px, 3.4vw, 46px);
  border: 1px solid rgba(16, 32, 51, 0.13);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 32px rgba(16, 32, 51, 0.045);
}

.contact-form-panel__header {
  max-width: 640px;
  margin-bottom: 30px;
}

.contact-form-panel__header h2,
.contact-process h2 {
  margin: 0;
  color: #122034;
  font-size: var(--font-h2);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.16;
}

.contact-form-panel__header p {
  margin: 12px 0 0;
  color: #58667a;
  font-size: 15px;
  line-height: 1.6;
}

.contact-form-panel__notice {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(16, 32, 51, 0.14);
  border-radius: 6px;
  color: #536073;
  background: var(--surface-soft);
}

.contact-form-panel .wpforms-container-full {
  margin: 0;
}

.contact-form-panel .wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0;
  margin-bottom: 21px;
}

.contact-form-panel .wpforms-container-full .wpforms-form .wpforms-field-label,
.contact-form-panel .wpforms-container-full .wpforms-form legend.wpforms-field-label {
  margin-bottom: 8px;
  color: #243449;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}

.contact-form-panel .wpforms-container-full .wpforms-form .wpforms-required-label {
  color: var(--brand-blue);
}

.contact-form-panel .wpforms-container-full .wpforms-form input[type="text"],
.contact-form-panel .wpforms-container-full .wpforms-form input[type="email"],
.contact-form-panel .wpforms-container-full .wpforms-form select,
.contact-form-panel .wpforms-container-full .wpforms-form textarea {
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #cbd5e0;
  border-radius: 6px;
  color: var(--text-main);
  background: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form-panel .wpforms-container-full .wpforms-form textarea {
  min-height: 154px;
  resize: vertical;
}

.contact-form-panel .wpforms-container-full .wpforms-form input:focus,
.contact-form-panel .wpforms-container-full .wpforms-form select:focus,
.contact-form-panel .wpforms-container-full .wpforms-form textarea:focus {
  border-color: var(--brand-blue);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 64, 208, 0.12);
}

.contact-form-panel .wpforms-container-full .wpforms-form input::placeholder,
.contact-form-panel .wpforms-container-full .wpforms-form textarea::placeholder {
  color: #8290a1;
}

.contact-form-panel .wpforms-container-full .wpforms-form ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 0;
}

.contact-form-panel .wpforms-container-full .wpforms-form ul li {
  display: flex;
  align-items: flex-start;
  margin: 0;
}

.contact-form-panel .wpforms-container-full .wpforms-form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 2px 8px 0 0;
  accent-color: var(--brand-blue);
}

.contact-form-panel .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  color: #536073;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}

.contact-form-panel .wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding-top: 8px;
}

.contact-form-panel .wpforms-container-full .wpforms-form button[type="submit"] {
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--brand-blue);
  border-radius: 6px;
  color: var(--white);
  background: var(--brand-blue);
  font-family: inherit;
  font-size: 14px;
  font-weight: 760;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.contact-form-panel .wpforms-container-full .wpforms-form button[type="submit"]:hover,
.contact-form-panel .wpforms-container-full .wpforms-form button[type="submit"]:focus-visible {
  border-color: var(--brand-blue-hover);
  background: var(--brand-blue-hover);
  transform: translateY(-1px);
}

.contact-form-panel .wpforms-container-full .wpforms-form label.wpforms-error,
.contact-form-panel .wpforms-container-full .wpforms-form em.wpforms-error {
  margin-top: 6px;
  color: #b42318;
  font-size: 13px;
}

.contact-form-panel .wpforms-container-full .wpforms-confirmation-container-full {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(0, 64, 208, 0.24);
  border-radius: 6px;
  color: #173b72;
  background: #eef4ff;
}

.contact-process {
  position: sticky;
  top: 78px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(216, 224, 232, 0.16);
  border-radius: 8px;
  color: var(--white);
  background: var(--surface-dark-2);
}

.contact-process h2 {
  margin-top: 16px;
  color: var(--white);
  font-size: clamp(23px, 2vw, 30px);
}

.contact-process ol {
  display: grid;
  gap: 20px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.contact-process li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
}

.contact-process li > span {
  padding-top: 2px;
  color: #92b1ff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.contact-process li strong {
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 740;
  line-height: 1.3;
}

.contact-process li p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.58;
}

.contact-process__email {
  display: grid;
  gap: 6px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(216, 224, 232, 0.16);
}

.contact-process__email span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-process__email a {
  color: var(--white);
  font-size: 15px;
  font-weight: 680;
}

.contact-process__email a:hover,
.contact-process__email a:focus-visible {
  color: #b8ccff;
}

@media (max-width: 980px) {
  .contact-page__layout {
    grid-template-columns: 1fr;
  }

  .contact-process {
    position: static;
  }
}

@media (max-width: 680px) {
  .contact-page__hero-inner {
    padding: 42px 0 46px;
  }

  .contact-page__hero h1 {
    font-size: 32px;
  }

  .contact-page__hero p:not(.contact-page__eyebrow) {
    font-size: 15px;
  }

  .contact-page__body {
    padding: 28px 0 54px;
  }

  .contact-form-panel,
  .contact-process {
    padding: 22px 18px;
  }

  .contact-form-panel__header {
    margin-bottom: 24px;
  }

  .contact-form-panel .wpforms-container-full .wpforms-form ul {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .contact-form-panel .wpforms-container-full .wpforms-form button[type="submit"] {
    width: 100%;
  }
}

body.inquiry-modal-is-open {
  overflow: hidden;
}

.inquiry-float-button {
  position: fixed;
  right: 24px;
  bottom: 96px;
  z-index: 48;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  color: var(--white);
  background: var(--brand-blue);
  box-shadow: 0 14px 28px rgba(7, 27, 47, 0.24);
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.inquiry-float-button .dashicons {
  width: 23px;
  height: 23px;
  font-size: 23px;
  line-height: 23px;
}

.inquiry-float-button:hover,
.inquiry-float-button:focus-visible {
  background: var(--brand-blue-hover);
  box-shadow: 0 17px 32px rgba(7, 27, 47, 0.3);
  transform: translateY(-2px);
}

.inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.inquiry-modal[hidden] {
  display: none;
}

.inquiry-modal.is-open {
  opacity: 1;
}

.inquiry-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 14, 27, 0.76);
  backdrop-filter: blur(5px);
}

.inquiry-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(860px, calc(100vh - 48px));
  overflow: auto;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(216, 224, 232, 0.2);
  border-radius: 8px;
  color: var(--text-main);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  transform: translateY(10px);
  transition: transform 180ms ease;
}

.inquiry-modal.is-open .inquiry-modal__dialog {
  transform: translateY(0);
}

.inquiry-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(16, 32, 51, 0.14);
  border-radius: 6px;
  color: #223348;
  background: #f7f9fb;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.inquiry-modal__close:hover,
.inquiry-modal__close:focus-visible {
  border-color: var(--brand-blue);
  color: var(--brand-blue);
  background: #eef4ff;
}

.inquiry-modal__header {
  max-width: 590px;
  padding-right: 42px;
  margin-bottom: 30px;
}

.inquiry-modal__header h2 {
  margin: 15px 0 0;
  color: #122034;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.12;
}

.inquiry-modal__header p:not(.contact-page__eyebrow) {
  margin: 13px 0 0;
  color: #58667a;
  font-size: 15px;
  line-height: 1.6;
}

.inquiry-modal__form .wpforms-container-full {
  margin: 0;
}

.inquiry-modal__form .wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}

.inquiry-modal__form .wpforms-container-full .wpforms-form .wpforms-field-label,
.inquiry-modal__form .wpforms-container-full .wpforms-form legend.wpforms-field-label {
  margin-bottom: 8px;
  color: #243449;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}

.inquiry-modal__form .wpforms-container-full .wpforms-form .wpforms-required-label {
  color: var(--brand-blue);
}

.inquiry-modal__form .wpforms-container-full .wpforms-form input[type="text"],
.inquiry-modal__form .wpforms-container-full .wpforms-form input[type="email"],
.inquiry-modal__form .wpforms-container-full .wpforms-form select,
.inquiry-modal__form .wpforms-container-full .wpforms-form textarea {
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #cbd5e0;
  border-radius: 6px;
  color: var(--text-main);
  background: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
}

.inquiry-modal__form .wpforms-container-full .wpforms-form textarea {
  min-height: 150px;
  resize: vertical;
}

.inquiry-modal__form .wpforms-container-full .wpforms-form input:focus,
.inquiry-modal__form .wpforms-container-full .wpforms-form select:focus,
.inquiry-modal__form .wpforms-container-full .wpforms-form textarea:focus {
  border-color: var(--brand-blue);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 64, 208, 0.12);
}

.inquiry-modal__form .wpforms-container-full .wpforms-form ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px 16px;
  margin: 0;
}

.inquiry-modal__form .wpforms-container-full .wpforms-form ul li {
  display: flex;
  align-items: flex-start;
  margin: 0;
  width: auto !important;
}

.inquiry-modal__form .wpforms-container-full .wpforms-form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 2px 8px 0 0;
  accent-color: var(--brand-blue);
}

.inquiry-modal__form .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  color: #536073;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}

.inquiry-modal__form .wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding-top: 8px;
}

.inquiry-modal__form .wpforms-container-full .wpforms-form button[type="submit"] {
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--brand-blue);
  border-radius: 6px;
  color: var(--white);
  background: var(--brand-blue);
  font-family: inherit;
  font-size: 14px;
  font-weight: 760;
  cursor: pointer;
}

.inquiry-modal__form .wpforms-container-full .wpforms-form button[type="submit"]:hover,
.inquiry-modal__form .wpforms-container-full .wpforms-form button[type="submit"]:focus-visible {
  border-color: var(--brand-blue-hover);
  background: var(--brand-blue-hover);
}

.inquiry-modal__form .wpforms-container-full .wpforms-confirmation-container-full {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(0, 64, 208, 0.24);
  border-radius: 6px;
  color: #173b72;
  background: #eef4ff;
}

@media (max-width: 680px) {
  .inquiry-float-button {
    right: 16px;
    bottom: 80px;
    width: 48px;
    height: 48px;
  }

  .inquiry-modal {
    padding: 12px;
  }

  .inquiry-modal__dialog {
    max-height: calc(100vh - 24px);
    padding: 28px 18px 22px;
  }

  .inquiry-modal__header {
    margin-bottom: 24px;
  }

  .inquiry-modal__header h2 {
    font-size: 28px;
  }

  .inquiry-modal__form .wpforms-container-full .wpforms-form ul {
    grid-template-columns: 1fr !important;
    gap: 9px;
  }

  .inquiry-modal__form .wpforms-container-full .wpforms-form button[type="submit"] {
    width: 100%;
  }
}
