:root {
  color-scheme: light;
  --navy: #071f58;
  --deep: #0a1834;
  --blue: #0f63bd;
  --sky: #dcecfb;
  --red: #a90f22;
  --orange: #f5823a;
  --ink: #172235;
  --muted: #5e6d7f;
  --soft: #eef3f8;
  --paper: #f7f9fc;
  --line: #d8e1ec;
  --white: #ffffff;
  --shadow: 0 20px 54px rgba(7, 31, 88, 0.13);
  --font-sans: "Helvetica Neue", Arial, sans-serif;
  font-family: var(--font-sans);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  text-rendering: optimizeLegibility;
}

body * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

img {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 44px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(216, 225, 236, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 180px;
  height: 38px;
  object-fit: contain;
  object-position: left center;
}

.header-whatsapp {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #27354a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.site-nav a {
  position: relative;
  padding: 29px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.site-nav .nav-whatsapp,
.site-nav .nav-quote {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 8px;
}

.site-nav .nav-whatsapp {
  flex-direction: column;
  gap: 1px;
  color: var(--white);
  background: linear-gradient(135deg, #0f63bd, #073f82);
  border: 1px solid rgba(18, 102, 195, 0.35);
  box-shadow: 0 10px 24px rgba(18, 102, 195, 0.18);
}

.site-nav .nav-whatsapp span {
  font-size: 10px;
  line-height: 1;
  opacity: 0.82;
  text-transform: uppercase;
}

.site-nav .nav-whatsapp strong {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
}

.site-nav .nav-quote {
  color: var(--white);
  background: var(--red);
}

.site-nav .nav-whatsapp::after,
.site-nav .nav-quote::after,
.site-nav .nav-mobile-product::after {
  display: none;
}

.site-nav .nav-mobile-product {
  display: none;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--navy);
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle.is-open {
  border-color: rgba(15, 99, 189, 0.35);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(7, 31, 88, 0.14);
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--deep);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/waterjet-view-front-16x9.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 58%;
  transform: scale(1.01);
  z-index: -2;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 15, 32, 0.82), rgba(6, 15, 32, 0.62) 43%, rgba(6, 15, 32, 0.10)),
    linear-gradient(180deg, rgba(6, 15, 32, 0.01), rgba(6, 15, 32, 0.34));
  z-index: -1;
}

.hero-content {
  width: min(760px, calc(100% - 48px));
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  padding: 64px 0 56px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero .eyebrow,
.section-capabilities .eyebrow,
.contact-section .eyebrow {
  color: #9fc4ff;
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1.02;
  font-weight: 900;
}

.hero-lead {
  margin: 18px 0 0;
  max-width: 650px;
  color: #e6eef8;
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  overflow-wrap: anywhere;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 14px 34px rgba(169, 15, 34, 0.24);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.44);
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.metric-strip div {
  min-height: 96px;
  padding: 22px 44px;
  background: var(--white);
}

.metric-strip strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.metric-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.section {
  padding: 66px 44px;
}

.section-header {
  width: min(1120px, 100%);
  margin: 0 auto 28px;
}

.section-header h2,
.company-panel h2,
.contact-copy h2 {
  margin: 0;
  max-width: 780px;
  color: inherit;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.14;
  font-weight: 900;
}

.section-header p:not(.eyebrow),
.company-panel p,
.contact-copy p {
  margin: 12px 0 0;
  max-width: 700px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.76;
}

.section-products {
  background: var(--paper);
}

.product-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  --product-accent-rgb: 18, 102, 195;
  --product-accent: #0f63bd;
  --product-accent-deep: #071f58;
  position: relative;
  display: grid;
  grid-template-rows: 300px 1fr;
  min-height: 600px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  cursor: pointer;
  opacity: 0.9;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.product-card[data-product-card="waterjet"] {
  --product-accent-rgb: 169, 15, 34;
  --product-accent: #a90f22;
  --product-accent-deep: #700817;
}

.product-card-text-only {
  grid-template-rows: 1fr;
  min-height: auto;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.product-card::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 3;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  color: transparent;
  background: transparent;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.product-card:hover,
.product-card:focus-visible {
  border-color: rgba(var(--product-accent-rgb), 0.5);
  box-shadow:
    0 24px 62px rgba(7, 31, 88, 0.16),
    0 10px 28px rgba(var(--product-accent-rgb), 0.12);
  outline: none;
  transform: translateY(-3px);
  opacity: 1;
}

.product-card.is-selected {
  border-color: rgba(var(--product-accent-rgb), 0.92);
  opacity: 1;
  transform: translateY(-8px);
  box-shadow:
    0 34px 80px rgba(7, 31, 88, 0.24),
    0 16px 34px rgba(var(--product-accent-rgb), 0.24),
    inset 0 0 0 2px rgba(var(--product-accent-rgb), 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.product-card.is-selected::before {
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.95),
    inset 0 0 0 6px rgba(var(--product-accent-rgb), 0.22);
}

.product-card.is-selected::after {
  content: "Selected Product";
  color: var(--white);
  background: linear-gradient(135deg, var(--product-accent), var(--product-accent-deep));
  box-shadow: 0 12px 28px rgba(var(--product-accent-rgb), 0.28);
}

.product-card.is-selected .product-photo {
  box-shadow: inset 0 -10px 26px rgba(var(--product-accent-rgb), 0.12);
}

.product-card.is-selected .product-copy {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(var(--product-accent-rgb), 0.08));
}

.product-photo {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #eaf1f8);
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-photo-air img {
  object-position: center;
}

.product-photo-water img {
  object-position: center 58%;
}

.product-copy {
  padding: 26px;
}

.product-label {
  width: fit-content;
  margin: 0;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: var(--blue);
  background: #edf6ff;
  border: 1px solid rgba(15, 99, 189, 0.14);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.product-copy h3 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.24;
  font-weight: 900;
}

.product-copy p:not(.product-label) {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.76;
}

.product-copy ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.product-copy li {
  position: relative;
  padding-left: 18px;
  color: #344257;
  font-size: 14px;
  line-height: 1.6;
}

.product-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.product-detail-panels {
  width: min(1120px, 100%);
  margin: 22px auto 0;
}

.product-detail-panel {
  --panel-accent-rgb: 18, 102, 195;
  --panel-accent: #0f63bd;
  --panel-accent-deep: #071f58;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(248, 251, 255, 0.98)),
    repeating-linear-gradient(90deg, rgba(var(--panel-accent-rgb), 0.025) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(7, 31, 88, 0.02) 0 1px, transparent 1px 18px);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.22);
  border-radius: 8px;
  box-shadow:
    0 24px 62px rgba(7, 31, 88, 0.14),
    0 10px 26px rgba(var(--panel-accent-rgb), 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.product-detail-panel[data-product-panel="waterjet"] {
  --panel-accent-rgb: 169, 15, 34;
  --panel-accent: #a90f22;
  --panel-accent-deep: #700817;
}

.product-detail-panel .detail-header .eyebrow {
  color: var(--panel-accent);
}

.product-detail-panel[hidden] {
  display: none;
}

.product-detail-panel .button-primary {
  background: linear-gradient(135deg, var(--panel-accent), var(--panel-accent-deep));
  box-shadow: 0 14px 34px rgba(var(--panel-accent-rgb), 0.24);
}

.detail-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.detail-header h3 {
  margin: 0;
  color: var(--navy);
  font-size: 32px;
  line-height: 1.18;
  font-weight: 900;
}

.detail-header p:not(.eyebrow) {
  margin: 10px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

.detail-intro-points {
  max-width: 780px;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}

.detail-intro-points li {
  position: relative;
  padding-left: 18px;
  color: #53647a;
  font-size: 14.5px;
  line-height: 1.62;
}

.detail-intro-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.detail-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.detail-summary div {
  min-height: 88px;
  padding: 15px;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.16);
  border-radius: 8px;
  box-shadow:
    0 12px 26px rgba(var(--panel-accent-rgb), 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.detail-summary span {
  display: block;
  color: var(--panel-accent);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.detail-summary strong {
  display: block;
  margin-top: 7px;
  color: #24334a;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 800;
}

.detail-section-title {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 22px;
}

.detail-section-title > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--panel-accent), var(--panel-accent-deep));
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.detail-section-title h4 {
  margin: 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.detail-section-title p {
  margin: 6px 0 0;
  max-width: 820px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.spec-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.spec-highlight-grid div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: var(--white);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.17);
  border-radius: 8px;
  box-shadow:
    0 14px 30px rgba(var(--panel-accent-rgb), 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.spec-highlight-grid span,
.spec-note span {
  display: block;
  color: var(--panel-accent);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.spec-highlight-grid strong {
  display: block;
  margin-top: 7px;
  color: var(--navy);
  max-width: 100%;
  font-size: clamp(20px, 1.85vw, 26px);
  line-height: 1.12;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: normal;
}

.spec-highlight-grid p {
  margin: auto 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.spec-note p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.spec-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
}

.spec-block {
  padding: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.15);
  border-radius: 8px;
  box-shadow:
    0 14px 30px rgba(var(--panel-accent-rgb), 0.052),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.spec-block h4,
.quality-strip h4 {
  margin: 0;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.28;
  font-weight: 900;
}

.spec-table {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.spec-table div {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.13);
  border-left: 3px solid rgba(var(--panel-accent-rgb), 0.34);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.spec-table span {
  color: var(--panel-accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.36;
}

.spec-table p {
  margin: 0;
  color: #38485f;
  font-size: 14px;
  line-height: 1.58;
}

.quality-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  margin-top: 16px;
}

.quality-strip-single {
  grid-template-columns: 1fr;
}

.quality-strip > div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.15);
  border-radius: 8px;
  box-shadow:
    0 14px 30px rgba(var(--panel-accent-rgb), 0.052),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.quality-strip ul {
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.quality-strip-single ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
}

.quality-strip-single li:last-child {
  grid-column: 1 / -1;
}

.quality-strip li {
  position: relative;
  padding-left: 18px;
  color: #344257;
  font-size: 14px;
  line-height: 1.58;
}

.quality-strip li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.spec-note {
  align-self: start;
  background: linear-gradient(180deg, #ffffff, rgba(var(--panel-accent-rgb), 0.08)) !important;
}

.visual-config-section {
  margin-top: 12px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.96)),
    repeating-linear-gradient(90deg, rgba(var(--panel-accent-rgb), 0.035) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(7, 31, 88, 0.025) 0 1px, transparent 1px 18px);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.18);
  border-radius: 8px;
  box-shadow:
    0 14px 34px rgba(var(--panel-accent-rgb), 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.visual-config-heading {
  max-width: 900px;
}

.visual-config-heading h4 {
  margin: 0;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.22;
  font-weight: 900;
}

.visual-config-heading p:not(.eyebrow) {
  margin: 9px 0 0;
  max-width: 820px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.visual-config-subheading {
  margin-top: 26px;
}

.visual-card-grid {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

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

.visual-card-grid-removed-product {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.visual-card-grid-removed-product .visual-card img {
  padding: 0;
  object-fit: contain;
  background: #eef3f8;
}

.visual-card-grid-config {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.visual-card-grid-removed-product-components {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.visual-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.15);
  border-radius: 8px;
  box-shadow:
    0 12px 28px rgba(var(--panel-accent-rgb), 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.visual-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eef3f8;
}

.visual-card-grid-views .visual-card {
  background: #ffffff;
  box-shadow:
    0 16px 34px rgba(var(--panel-accent-rgb), 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.visual-card-grid-views .visual-card img {
  padding: 10px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background:
    linear-gradient(180deg, #f7faff, #eef3f8),
    repeating-linear-gradient(90deg, rgba(var(--panel-accent-rgb), 0.035) 0 1px, transparent 1px 18px);
}

.visual-card-grid-config .visual-card img {
  aspect-ratio: 4 / 3;
}

.visual-card-grid-config .visual-card img.angle-sensor-image {
  object-position: center 62%;
}

.visual-card-grid-config .visual-card img.removed-product-main-nozzle-image {
  object-fit: contain;
  object-position: left center;
  padding: 8px;
  background:
    linear-gradient(180deg, #f7faff, #eef3f8),
    repeating-linear-gradient(90deg, rgba(var(--panel-accent-rgb), 0.035) 0 1px, transparent 1px 18px);
}

.image-zoom-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: zoom-in;
  text-align: left;
}

.image-zoom-trigger img {
  display: block;
  transition: transform 180ms ease, filter 180ms ease;
}

.image-zoom-trigger > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  color: #ffffff;
  background: rgba(7, 31, 88, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(7, 31, 88, 0.22);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.image-zoom-trigger:hover img,
.image-zoom-trigger:focus-visible img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.015);
}

.image-zoom-trigger:hover > span,
.image-zoom-trigger:focus-visible > span {
  opacity: 1;
  transform: translateY(0);
}

.image-zoom-trigger:focus-visible {
  outline: 3px solid rgba(var(--panel-accent-rgb), 0.38);
  outline-offset: -3px;
}

.visual-card > div {
  padding: 14px;
}

.visual-card-grid-views .visual-card > div {
  padding: 16px 18px 18px;
}

.visual-card span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  color: var(--panel-accent);
  background: rgba(var(--panel-accent-rgb), 0.08);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.visual-card h5 {
  margin: 11px 0 0;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.28;
  font-weight: 900;
}

.visual-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.56;
}

.visual-card-grid-views .visual-card h5 {
  font-size: 18px;
  line-height: 1.24;
}

.visual-card-grid-views .visual-card p {
  margin-top: 8px;
  color: #536377;
  font-size: 14px;
  line-height: 1.62;
}

.visual-card .image-zoom-trigger > span {
  right: 12px;
  bottom: 12px;
  min-height: 28px;
  padding: 0 10px;
  color: #ffffff;
  background: rgba(7, 31, 88, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 8px 22px rgba(7, 31, 88, 0.22);
  font-size: 11px;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  background: rgba(3, 10, 24, 0.94);
  border: 0;
  cursor: zoom-out;
}

.image-lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 58px minmax(0, 1fr);
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #030a18;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.image-lightbox-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 0 22px;
  background: rgba(3, 10, 24, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.image-lightbox-bar h2 {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.image-lightbox-close {
  width: 38px;
  height: 38px;
  padding: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.image-lightbox img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  background: #030a18;
}

body.has-lightbox-open {
  overflow: hidden;
}

.shaft-tech {
  margin-top: 14px;
  padding: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.96)),
    repeating-linear-gradient(90deg, rgba(18, 102, 195, 0.045) 0 1px, transparent 1px 16px),
    repeating-linear-gradient(0deg, rgba(7, 31, 88, 0.035) 0 1px, transparent 1px 16px);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.shaft-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  align-items: stretch;
}

.shaft-intro h4 {
  margin: 0;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.shaft-intro p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.patent-card {
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #eef6ff);
  border: 1px solid #cddbea;
  border-radius: 8px;
}

.patent-card span {
  display: block;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.patent-card strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.patent-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.shaft-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 18px;
  margin: 18px 0 0;
  align-items: start;
}

.shaft-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #dfe8f3;
  border-radius: 8px;
  backdrop-filter: blur(2px);
}

.shaft-banner img {
  width: 100%;
  border-radius: 6px;
}

.shaft-media-stack {
  display: grid;
  gap: 14px;
}

.shaft-real-photo-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(390px, 470px);
  align-items: stretch;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(242, 247, 253, 0.88));
  border: 1px solid #d8e4f2;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(7, 31, 88, 0.08);
}

.shaft-real-photo-card .image-zoom-trigger {
  height: 100%;
  min-height: 250px;
  border-radius: 8px 0 0 8px;
  background:
    linear-gradient(180deg, #f6f9fd, #e9f1f8),
    repeating-linear-gradient(90deg, rgba(18, 102, 195, 0.035) 0 1px, transparent 1px 18px);
}

.shaft-real-photo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 61%;
  background: #eef4fa;
}

.shaft-real-photo-card figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  border-left: 1px solid #dfe8f3;
}

.shaft-real-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  color: var(--blue);
  background: rgba(18, 102, 195, 0.08);
  border: 1px solid rgba(18, 102, 195, 0.16);
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shaft-real-photo-card strong {
  display: block;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
}

.shaft-real-photo-card p {
  margin: 10px 0 0;
  color: #4f5f73;
  font-size: 14px;
  line-height: 1.52;
}

.shaft-real-photo-card ul {
  display: grid;
  gap: 6px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.shaft-real-photo-card li {
  position: relative;
  padding-left: 17px;
  color: #405068;
  font-size: 12.8px;
  line-height: 1.42;
}

.shaft-real-photo-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(18, 102, 195, 0.1);
}

.shaft-banner figcaption {
  width: 100%;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #dfe8f3;
}

.shaft-banner figcaption strong {
  display: block;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.32;
  font-weight: 900;
}

.shaft-banner figcaption p {
  margin: 10px 0 0;
  color: #4f5f73;
  font-size: 14px;
  line-height: 1.68;
}

.shaft-banner dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 0;
}

.shaft-banner dl div {
  padding: 12px;
  background: #f7faff;
  border: 1px solid #e3ebf5;
  border-radius: 8px;
}

.shaft-banner dt {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
}

.shaft-banner dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.shaft-benefits {
  display: grid;
  gap: 10px;
}

.shaft-benefits article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 14px;
  padding: 14px;
  background: #fbfcfe;
  border: 1px solid #dfe8f3;
  border-radius: 8px;
}

.shaft-benefits span {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  background: #fff5ed;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.shaft-benefits h5 {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.32;
  font-weight: 900;
}

.shaft-benefits p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.section-capabilities {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 26, 59, 0.96), rgba(6, 16, 35, 0.98)),
    var(--deep);
}

.section-capabilities .section-header p:not(.eyebrow) {
  color: #b8c8dd;
}

.capability-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.capability-grid article {
  min-height: 212px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.capability-grid span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.capability-grid h3 {
  margin: 24px 0 0;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 900;
}

.capability-grid p {
  margin: 14px 0 0;
  color: #b8c8dd;
  font-size: 15px;
  line-height: 1.72;
}

.section-company {
  background:
    linear-gradient(180deg, #f7f9fc, #eef3f8);
}

.section-company-applications {
  position: relative;
  scroll-margin-top: 92px;
}

.section-anchor {
  position: absolute;
  top: -88px;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.company-panel {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.52fr) minmax(0, 1.48fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.company-panel-unified {
  grid-template-columns: minmax(320px, 0.48fr) minmax(0, 1.52fr);
  gap: 34px;
  padding: 32px;
}

.company-brand-card {
  min-height: 246px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 255, 0.96)),
    repeating-linear-gradient(90deg, rgba(18, 102, 195, 0.045) 0 1px, transparent 1px 16px),
    repeating-linear-gradient(0deg, rgba(7, 31, 88, 0.035) 0 1px, transparent 1px 16px);
  border: 1px solid #dfe8f3;
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 16px 34px rgba(7, 31, 88, 0.06);
}

.company-brand-card img {
  width: min(250px, 100%);
}

.company-brand-body {
  max-width: 330px;
  margin-top: 22px;
}

.company-brand-body strong {
  display: block;
  color: var(--navy);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.25;
}

.company-brand-body span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.company-brand-card p {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
  text-transform: uppercase;
}

.company-brand-card p span {
  display: inline-block;
  margin: 0 5px;
  color: var(--red);
}

.company-brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.company-brand-tags span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: var(--blue);
  background: var(--white);
  border: 1px solid rgba(18, 102, 195, 0.18);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.company-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 6px 4px;
}

.company-copy h2 {
  max-width: 880px;
}

.company-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.company-focus-grid article {
  min-height: 170px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: start;
  align-items: center;
  column-gap: 12px;
  row-gap: 10px;
  padding: 20px;
  background:
    linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid #dfe8f3;
  border-radius: 8px;
  box-shadow:
    0 16px 34px rgba(7, 31, 88, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.company-focus-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 24px;
  padding: 0 10px;
  color: var(--red);
  background: rgba(169, 15, 34, 0.08);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.company-focus-grid strong {
  display: block;
  margin-top: 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.28;
  font-weight: 900;
}

.company-focus-grid p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.contact-section {
  padding: 52px 44px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 31, 88, 0.96), rgba(9, 54, 112, 0.94)),
    var(--navy);
}

.contact-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.contact-copy {
  min-width: 0;
}

.contact-copy p:not(.eyebrow) {
  max-width: 650px;
  color: #d7e4f5;
  font-size: 17px;
  line-height: 1.7;
}

.contact-copy h2 {
  max-width: 720px;
}

.contact-side {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.contact-company-info {
  display: grid;
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 6px 20px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 16px 34px rgba(0, 0, 0, 0.14);
}

.contact-company-info div {
  min-width: 0;
  padding: 15px 0;
}

.contact-company-info div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-company-info dt {
  color: #9fc5ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-company-info dd {
  margin: 7px 0 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 760;
  overflow-wrap: anywhere;
}

.contact-company-info .contact-factory-name dd {
  font-size: clamp(13px, 1.35vw, 16px);
  line-height: 1.3;
  font-weight: 900;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.contact-actions {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.contact-actions .button {
  width: 100%;
}

.contact-whatsapp {
  gap: 8px;
}

.contact-whatsapp span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-whatsapp strong {
  font-size: 15px;
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(220px, 0.8fr) minmax(280px, 1fr);
  gap: 28px;
  align-items: start;
  padding: 34px 44px;
  color: #5e6d7f;
  background: #f1f4f8;
  border-top: 1px solid #d7e1ef;
  font-size: 13px;
  line-height: 1.55;
}

.footer-brand,
.footer-links,
.footer-contact {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.footer-brand strong {
  color: var(--deep);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.footer-brand span,
.footer-contact span {
  max-width: 430px;
}

.footer-links a,
.footer-contact a {
  width: fit-content;
  color: #0f63bd;
  font-weight: 850;
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #0a3f84;
  text-decoration: underline;
}

@media (max-width: 980px) {
  .site-header {
    padding: 0 22px;
  }

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

  .site-nav {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 10px 22px 18px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 38px rgba(7, 31, 88, 0.12);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a,
  .site-nav .nav-whatsapp,
  .site-nav .nav-quote {
    justify-content: flex-start;
    min-height: 46px;
    padding: 12px 0;
    color: #27354a;
    background: transparent;
  }

  .site-nav .nav-whatsapp {
    min-height: 58px;
    flex-direction: row;
    justify-content: space-between;
    gap: 14px;
    margin-top: 8px;
    padding: 12px 14px;
    color: #ffffff;
    background:
      linear-gradient(135deg, rgba(15, 99, 189, 0.98), rgba(7, 31, 88, 0.96));
    border: 1px solid rgba(15, 99, 189, 0.34);
    box-shadow: 0 14px 30px rgba(7, 31, 88, 0.18);
  }

  .site-nav .nav-whatsapp span {
    font-size: 11px;
    opacity: 0.88;
  }

  .site-nav .nav-whatsapp strong {
    font-size: 14px;
  }

  .site-nav .nav-quote {
    margin-top: 8px;
    padding: 12px 14px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--red), #7f0b19);
    box-shadow: 0 14px 28px rgba(169, 15, 34, 0.16);
  }

  .site-nav a::after {
    bottom: 8px;
  }

  .metric-strip,
  .product-grid,
  .capability-grid,
  .company-panel,
  .company-focus-grid,
  .detail-header,
  .detail-summary,
  .spec-highlight-grid,
  .spec-layout,
  .quality-strip,
  .visual-card-grid-views,
  .shaft-intro,
  .shaft-feature-grid,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .contact-shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-side {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
    align-items: stretch;
  }

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

  .product-card {
    min-height: auto;
  }

  .company-panel {
    gap: 20px;
    padding: 20px;
  }

  .company-panel-unified {
    grid-template-columns: 1fr;
  }

  .contact-company-info {
    min-width: 0;
    width: 100%;
  }

  .company-brand-card {
    min-height: auto;
  }

  .contact-copy,
  .contact-actions {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .product-detail-panel {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 64px;
    gap: 8px;
    padding: 0 11px;
    background:
      linear-gradient(135deg, rgba(7, 31, 88, 0.54), rgba(15, 99, 189, 0.30));
    border-bottom: 1px solid rgba(195, 225, 255, 0.24);
    box-shadow: 0 12px 28px rgba(7, 31, 88, 0.16);
    backdrop-filter: blur(15px) saturate(135%);
  }

  .brand {
    height: 40px;
    min-width: 104px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .brand img {
    width: 104px;
    height: 28px;
    filter:
      drop-shadow(0 1px 0 rgba(255, 255, 255, 0.56))
      drop-shadow(0 5px 10px rgba(2, 12, 32, 0.30));
  }

  .header-whatsapp {
    position: relative;
    min-width: 0;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    flex: 0 1 118px;
    max-width: 118px;
    padding: 3px 7px 4px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 11px;
    color: #063d72;
    background:
      radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.22) 30%, transparent 46%),
      linear-gradient(135deg, rgba(236, 253, 255, 0.98), rgba(149, 232, 246, 0.88) 48%, rgba(82, 203, 226, 0.86));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.90),
      inset 0 -8px 14px rgba(15, 112, 162, 0.12),
      0 7px 15px rgba(3, 55, 130, 0.14);
    font-weight: 900;
    line-height: 1;
    text-align: center;
    overflow: hidden;
  }

  .header-whatsapp::before {
    content: "";
    position: absolute;
    inset: 1px 3px auto;
    height: 10px;
    border-radius: 10px 10px 6px 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.04));
    pointer-events: none;
  }

  .header-whatsapp span {
    position: relative;
    flex: 0 0 auto;
    font-size: 7.4px;
    opacity: 0.78;
    text-transform: uppercase;
  }

  .header-whatsapp strong {
    position: relative;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 9.2px;
    font-weight: 950;
  }

  .menu-toggle {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    gap: 4px;
    border-color: rgba(255, 255, 255, 0.44);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.72),
      0 8px 16px rgba(2, 12, 32, 0.12);
  }

  .menu-toggle span {
    width: 15px;
    height: 2px;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    top: 64px;
    left: 10px;
    right: 10px;
    padding: 10px 12px 14px;
    border: 1px solid rgba(185, 216, 246, 0.55);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background:
      linear-gradient(180deg, rgba(247, 251, 255, 0.94), rgba(239, 246, 254, 0.92));
    box-shadow: 0 18px 36px rgba(7, 31, 88, 0.20);
    backdrop-filter: blur(18px);
  }

  .site-nav .nav-whatsapp {
    display: none;
  }

  .site-nav .nav-mobile-product {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 10px;
    color: var(--navy);
    font-size: 13.5px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 255, 0.90));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.80),
      0 10px 20px rgba(7, 31, 88, 0.09);
  }

  .site-nav .nav-mobile-product + .nav-mobile-product {
    margin-top: 8px;
  }

  .site-nav .nav-mobile-removed-product {
    color: #0b56a5;
    background:
      radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.92), transparent 35%),
      linear-gradient(135deg, rgba(242, 249, 255, 0.98), rgba(218, 236, 255, 0.94));
    border: 1px solid rgba(117, 178, 238, 0.46);
  }

  .site-nav .nav-mobile-waterjet {
    margin-bottom: 8px;
    color: #a2162b;
    background:
      radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.92), transparent 35%),
      linear-gradient(135deg, rgba(255, 248, 249, 0.98), rgba(253, 226, 231, 0.94));
    border: 1px solid rgba(218, 113, 127, 0.34);
  }

  .site-nav a:not(.nav-mobile-product),
  .site-nav .nav-quote {
    min-height: 40px;
    padding: 9px 0;
    font-size: 12.5px;
  }

  .site-nav a:not(.nav-mobile-product):not(.nav-quote) {
    border-bottom: 1px solid rgba(216, 225, 236, 0.74);
  }

  .site-nav .nav-quote {
    justify-content: center;
    min-height: 46px;
    margin-top: 10px;
    padding: 0 14px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--red), #7f0b19);
    box-shadow: 0 12px 24px rgba(169, 15, 34, 0.14);
  }

  @media (max-width: 360px) {
    .site-header {
      gap: 7px;
      padding: 0 10px;
    }

    .brand {
      min-width: 94px;
    }

    .brand img {
      width: 94px;
    }

    .header-whatsapp {
      flex-basis: 108px;
      max-width: 108px;
      padding-inline: 5px;
    }

    .header-whatsapp span {
      font-size: 7px;
    }

    .header-whatsapp strong {
      font-size: 8.6px;
    }

    .site-nav .nav-mobile-product {
      min-height: 44px;
      font-size: 12.5px;
    }

    .menu-toggle {
      width: 31px;
      height: 31px;
      flex-basis: 31px;
    }
  }

  .hero {
    min-height: calc(100svh - 64px);
  }

  .hero-media {
    background-size: auto 92%;
    background-position: 80% center;
    transform: none;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(6, 15, 32, 0.74), rgba(6, 15, 32, 0.45) 58%, rgba(6, 15, 32, 0.08)),
      linear-gradient(180deg, rgba(6, 15, 32, 0.02), rgba(6, 15, 32, 0.32));
  }

  .hero-content {
    width: calc(100% - 36px);
    margin-left: 18px;
    padding: 54px 0 44px;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.68;
  }

  .button {
    width: 100%;
  }

  .metric-strip div,
  .section,
  .contact-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-shell,
  .contact-side {
    grid-template-columns: 1fr;
  }

  .contact-copy p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.68;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-header h2,
  .company-panel h2,
  .contact-copy h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .product-card {
    grid-template-rows: 260px 1fr;
  }

  .product-photo-air img {
    object-position: 62% center;
  }

  .product-photo-water img {
    object-position: 58% 58%;
  }

  .product-copy,
  .capability-grid article,
  .product-detail-panel,
  .spec-block,
  .quality-strip > div,
  .visual-config-section {
    padding: 18px;
  }

  .detail-header h3 {
    font-size: 24px;
  }

  .detail-summary div {
    min-height: auto;
  }

  .spec-highlight-grid strong {
    font-size: 22px;
    line-height: 1.14;
  }

  .detail-section-title {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    margin-top: 20px;
  }

  .detail-section-title > span {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .detail-section-title h4 {
    font-size: 18px;
  }

  .spec-highlight-grid div {
    min-height: auto;
  }

  .spec-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .spec-highlight-grid strong {
    font-size: 24px;
  }

  .shaft-tech {
    padding: 12px;
  }

  .shaft-intro h4 {
    font-size: 22px;
  }

  .shaft-banner dl,
  .quality-strip-single ul,
  .visual-card-grid-config {
    grid-template-columns: 1fr;
  }

  .shaft-banner {
    padding: 0;
  }

  .shaft-banner img {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }

  .shaft-banner figcaption {
    margin-top: 0;
    padding: 16px;
  }

  .visual-config-section {
    margin-left: -18px;
    margin-right: -18px;
    padding: 12px;
  }

  .visual-card-grid {
    gap: 14px;
  }

  .visual-card-grid-views .visual-card img,
  .visual-card-grid-config .visual-card img {
    width: 100%;
    padding: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #eef3f8;
  }

  .visual-card-grid-views .visual-card img {
    aspect-ratio: 16 / 9;
  }

  .visual-card > div,
  .visual-card-grid-views .visual-card > div {
    padding: 16px;
  }

  .contact-actions {
    gap: 10px;
  }

  .contact-actions .button {
    min-height: 56px;
  }

  .contact-whatsapp {
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
    padding: 13px 16px;
    text-align: left;
  }

  .contact-whatsapp span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    line-height: 1;
  }

  .contact-whatsapp strong {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.15;
  }

  .quality-strip-single li:last-child {
    grid-column: auto;
  }

  .product-copy h3,
  .capability-grid h3 {
    font-size: 21px;
  }

  .company-panel img {
    width: 190px;
  }

  .site-footer {
    min-height: 96px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 22px;
  }
}

/* Mobile polish overrides 20260622 */
@media (max-width: 640px) {
  .hero {
    min-height: min(720px, calc(100svh - 68px));
    align-items: flex-end;
  }

  .hero-media {
    background-size: auto 92%;
    background-position: 84% center;
    transform: none;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(6, 15, 32, 0.78), rgba(6, 15, 32, 0.5) 62%, rgba(6, 15, 32, 0.08)),
      linear-gradient(180deg, rgba(6, 15, 32, 0.08), rgba(6, 15, 32, 0.72));
  }

  .hero-content {
    width: calc(100% - 32px);
    margin-left: 16px;
    padding: 46px 0 34px;
  }

  .hero .eyebrow {
    max-width: 290px;
    margin-bottom: 9px;
    font-size: 10px;
    line-height: 1.45;
  }

  .hero h1 {
    max-width: 350px;
    font-size: clamp(35px, 11.4vw, 46px);
    line-height: 1.04;
  }

  .hero-lead {
    max-width: 335px;
    margin-top: 13px;
    font-size: 14.5px;
    line-height: 1.58;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .button {
    min-height: 46px;
    padding: 11px 16px;
    font-size: 13px;
  }

  .metric-strip div {
    min-height: auto;
    padding: 15px 22px;
  }

  .metric-strip strong {
    font-size: 16px;
    line-height: 1.22;
  }

  .metric-strip span {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.48;
  }

  .section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section-header {
    margin-bottom: 18px;
  }

  .section-header .eyebrow {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .section-header h2,
  .company-panel h2,
  .contact-copy h2 {
    font-size: 25px;
    line-height: 1.18;
  }

  .section-header p:not(.eyebrow),
  .company-panel p,
  .contact-copy p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.62;
  }

  .product-grid {
    gap: 16px;
  }

  .product-grid.is-mobile-focused {
    gap: 12px;
  }

  .product-grid.is-mobile-focused .product-card:not(.is-selected) {
    display: none;
  }

  .product-grid.is-mobile-focused + .product-detail-panels {
    margin-top: 12px;
  }

  .product-card {
    grid-template-rows: 232px 1fr;
  }

  .product-copy {
    padding: 16px;
  }

  .product-copy .product-label {
    font-size: 11px;
  }

  .product-copy h3,
  .capability-grid h3 {
    font-size: 20px;
    line-height: 1.24;
  }

  .product-copy p,
  .product-copy li {
    font-size: 13.5px;
    line-height: 1.56;
  }

  .product-copy ul {
    margin-top: 10px;
    gap: 7px;
  }

  .text-link {
    margin-top: 12px;
    font-size: 13px;
  }

  .product-detail-panel {
    padding: 18px;
  }

  .detail-header {
    gap: 14px;
  }

  .detail-header h3 {
    font-size: 23px;
    line-height: 1.16;
  }

  .detail-header p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.6;
  }

  .detail-summary {
    gap: 10px;
  }

  .detail-summary div,
  .spec-highlight-grid div {
    padding: 16px;
  }

  .spec-highlight-grid {
    gap: 10px;
  }

  .spec-highlight-grid strong {
    font-size: 22px;
    line-height: 1.14;
  }

  .spec-highlight-grid p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
  }

  .detail-section-title {
    margin-top: 18px;
  }

  .spec-block h4 {
    font-size: 18px;
  }

  .spec-table p {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .shaft-tech {
    margin-top: 12px;
  }

  .shaft-banner {
    margin-left: -12px;
    margin-right: -12px;
    overflow: hidden;
    border-radius: 8px;
  }

  .shaft-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    object-fit: contain;
    border-radius: 8px 8px 0 0;
    transform: none;
  }

  .shaft-banner figcaption {
    padding: 15px;
  }

  .shaft-banner figcaption strong {
    font-size: 18px;
    line-height: 1.28;
  }

  .shaft-banner figcaption p {
    font-size: 13.5px;
    line-height: 1.58;
  }

  .shaft-real-photo-card {
    grid-column: auto;
    display: block;
    margin-left: -12px;
    margin-right: -12px;
  }

  .shaft-real-photo-card .image-zoom-trigger {
    height: auto;
    min-height: 0;
    border-radius: 8px 8px 0 0;
  }

  .shaft-real-photo-card img {
    position: static;
    aspect-ratio: 16 / 10;
    height: auto;
    min-height: 0;
    object-position: center 58%;
  }

  .shaft-real-photo-card figcaption {
    padding: 15px;
    border-top: 1px solid #dfe8f3;
    border-left: 0;
  }

  .shaft-real-photo-card strong {
    font-size: 17px;
  }

  .shaft-real-kicker {
    margin-bottom: 8px;
    padding: 5px 9px;
    font-size: 10.5px;
  }

  .shaft-real-photo-card p,
  .shaft-real-photo-card li {
    font-size: 13.5px;
  }

  .visual-card-grid {
    gap: 12px;
  }

  .visual-card > div,
  .visual-card-grid-views .visual-card > div {
    padding: 15px;
  }

  .visual-card h5,
  .visual-card-grid-views .visual-card h5 {
    font-size: 17px;
    line-height: 1.25;
  }

  .visual-card p,
  .visual-card-grid-views .visual-card p {
    font-size: 13px;
    line-height: 1.52;
  }

  .company-panel {
    padding: 16px;
  }

  .company-panel-unified {
    gap: 14px;
  }

  .company-brand-body {
    margin-top: 16px;
  }

  .company-brand-body strong {
    font-size: 18px;
  }

  .company-brand-body span {
    font-size: 13px;
    line-height: 1.52;
  }

  .company-focus-grid {
    gap: 10px;
    margin-top: 16px;
  }

  .company-focus-grid article {
    min-height: auto;
    padding: 15px;
  }

  .company-focus-grid strong {
    font-size: 16px;
  }

  .company-focus-grid p {
    font-size: 13px;
    line-height: 1.52;
  }

  .contact-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .site-footer {
    gap: 14px;
    padding: 18px 22px;
  }
}
/* End mobile polish overrides 20260622 */

/* Mobile visual refinement 20260627 */
@media (max-width: 640px) {
  .site-header {
    height: 64px;
    justify-content: flex-start;
    gap: 6px;
    background:
      linear-gradient(135deg, rgba(7, 31, 88, 0.48), rgba(15, 99, 189, 0.24));
    border-bottom-color: rgba(195, 225, 255, 0.18);
    box-shadow: 0 10px 26px rgba(7, 31, 88, 0.12);
  }

  .brand {
    min-width: 118px;
    margin-right: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .brand img {
    width: 118px;
    height: 31px;
    filter:
      drop-shadow(0 1px 0 rgba(255, 255, 255, 0.62))
      drop-shadow(0 6px 12px rgba(2, 12, 32, 0.32));
  }

  .header-whatsapp {
    height: 33px;
    flex-basis: 118px;
    max-width: 118px;
    gap: 2px;
    color: #f4fbff;
    border-color: rgba(217, 238, 255, 0.62);
    background:
      radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.12) 31%, transparent 48%),
      radial-gradient(circle at 92% 92%, rgba(112, 194, 245, 0.44), transparent 46%),
      linear-gradient(135deg, rgba(38, 112, 190, 0.78), rgba(26, 86, 164, 0.72) 48%, rgba(8, 44, 112, 0.78));
    box-shadow:
      0 0 0 1px rgba(145, 202, 255, 0.18),
      0 0 12px rgba(87, 169, 238, 0.34),
      0 8px 17px rgba(5, 27, 75, 0.20),
      inset 0 1px 0 rgba(255, 255, 255, 0.62),
      inset 0 -9px 14px rgba(4, 31, 92, 0.18);
  }

  .header-whatsapp::before {
    inset: 1px 4px auto;
    height: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.06));
  }

  .header-whatsapp::after {
    content: "";
    position: absolute;
    inset: auto 10px 3px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.26);
    filter: blur(3px);
    pointer-events: none;
  }

  .header-whatsapp span {
    font-size: 7.6px;
    line-height: 1;
    opacity: 0.84;
  }

  .header-whatsapp strong {
    font-size: 9.3px;
    line-height: 1;
  }

  .menu-toggle {
    margin-left: 0;
  }

  .hero {
    min-height: min(720px, calc(100svh - 64px));
  }

  .section {
    background: #fbfdff;
  }

  .section:nth-of-type(even) {
    background: #f4f8fd;
  }

  .section.section-capabilities {
    color: #ffffff;
    background:
      radial-gradient(circle at 18% 0%, rgba(25, 93, 172, 0.38), transparent 38%),
      linear-gradient(135deg, rgba(8, 28, 66, 0.98), rgba(5, 14, 33, 0.98)),
      var(--deep);
  }

  .section.section-capabilities .eyebrow {
    color: rgba(231, 242, 255, 0.86);
  }

  .section.section-capabilities .section-header h2 {
    color: #ffffff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
  }

  .section.section-capabilities .section-header p:not(.eyebrow) {
    color: #e1ecf8;
  }

  .section.section-capabilities .capability-grid article {
    background:
      linear-gradient(180deg, rgba(15, 48, 103, 0.94), rgba(8, 28, 66, 0.92));
    border-color: rgba(198, 224, 255, 0.24);
    box-shadow:
      0 18px 36px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .section.section-capabilities .capability-grid span {
    color: #ff9a49;
  }

  .section.section-capabilities .capability-grid h3 {
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.20);
  }

  .section.section-capabilities .capability-grid p {
    color: #d7e5f5;
  }

  .section-header h2,
  .company-panel h2,
  .contact-copy h2 {
    color: #111b2f;
    font-weight: 900;
  }

  .section-header p:not(.eyebrow),
  .company-panel p,
  .contact-copy p,
  .detail-header p:not(.eyebrow) {
    color: #5a687a;
  }

  .product-card,
  .product-detail-panel,
  .spec-block,
  .visual-card,
  .company-panel,
  .company-focus-grid article {
    border-color: rgba(199, 215, 233, 0.84);
    box-shadow: 0 12px 30px rgba(7, 31, 88, 0.08);
  }

  .product-copy h3,
  .detail-header h3,
  .visual-card h5,
  .visual-card-grid-views .visual-card h5,
  .company-focus-grid strong {
    color: #071f58;
  }

  .product-copy p,
  .product-copy li,
  .visual-card p,
  .visual-card-grid-views .visual-card p,
  .company-focus-grid p {
    color: #5d6b7d;
  }

  .spec-highlight-grid div {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
    border-color: rgba(199, 215, 233, 0.82);
    box-shadow: 0 10px 24px rgba(7, 31, 88, 0.07);
  }

  .spec-table {
    gap: 8px;
  }

  .spec-table div {
    padding: 13px 14px;
    border-color: rgba(204, 218, 235, 0.78);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.94));
    box-shadow: none;
  }

  .spec-table span {
    color: #1264b8;
    font-size: 11px;
  }

  .spec-table p {
    color: #253247;
    font-size: 13.2px;
  }

  .visual-card > div,
  .visual-card-grid-views .visual-card > div {
    background: #ffffff;
  }

  .site-nav {
    background:
      linear-gradient(180deg, rgba(248, 252, 255, 0.96), rgba(238, 246, 255, 0.94));
  }
}

@media (max-width: 360px) {
  .brand {
    min-width: 106px;
  }

  .brand img {
    width: 106px;
    height: 29px;
  }

  .header-whatsapp {
    flex-basis: 106px;
    max-width: 106px;
    gap: 2px;
  }

  .header-whatsapp strong {
    font-size: 8.4px;
  }
}

/* Air jet component cards need equal image boxes while keeping the main nozzle fully visible. */
.visual-card-grid-removed-product.visual-card-grid-views .visual-card img {
  aspect-ratio: 16 / 9;
  padding: 0;
  object-fit: contain;
  background: #eef3f8;
}

.visual-card-grid-removed-product-components .visual-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef3f8;
}

.visual-card-grid-removed-product-components .visual-card img.removed-product-main-nozzle-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left center;
  padding: 0;
  background: #eef3f8;
}

.visual-card-grid-removed-product-components {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dual-component-image {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  padding: 0 !important;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #eef3f8;
  border-bottom: 1px solid rgba(var(--panel-accent-rgb), 0.12);
}

.dual-component-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
}

.dual-component-image img + img {
  border-left: 1px solid rgba(255, 255, 255, 0.72);
}

.removed-product-wide-component-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
}

.visual-card-grid-removed-product-components .removed-product-wide-component-card img {
  height: 100%;
  min-height: 280px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
}

.removed-product-wide-component-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 26px;
}

@media (max-width: 760px) {
  .visual-card-grid-removed-product-components {
    grid-template-columns: 1fr;
  }

  .removed-product-wide-component-card {
    grid-column: auto;
    display: block;
  }

  .visual-card-grid-removed-product-components .removed-product-wide-component-card img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .removed-product-wide-component-card > div {
    display: block;
    padding: 16px;
  }

  .dual-component-image {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
  }

  .dual-component-image img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .dual-component-image img + img {
    border-top: 1px solid rgba(255, 255, 255, 0.72);
    border-left: 0;
  }
}

/* Final layout polish: keep the hero copy separate from the loom visual, and
   keep secondary component parts as compact cards. */
.hero {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.14fr);
  align-items: stretch;
  background:
    linear-gradient(135deg, #06152c 0%, #08295b 56%, #0b4f96 100%);
}

.hero-media {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  min-height: calc(100svh - 76px);
  background-size: auto 88%;
  background-position: center 58%;
  transform: none;
  z-index: 1;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 28px 32px 28px 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 0;
  border-radius: 18px 0 0 18px;
  background:
    radial-gradient(circle at 60% 36%, rgba(255, 255, 255, 0.12), transparent 38%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  pointer-events: none;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 15, 35, 0.18), rgba(4, 15, 35, 0.02) 48%, rgba(4, 15, 35, 0.18)),
    linear-gradient(180deg, rgba(4, 15, 35, 0.06), rgba(4, 15, 35, 0.24));
  z-index: 0;
}

.hero-content {
  grid-column: 1;
  grid-row: 1;
  width: auto;
  max-width: 680px;
  margin-left: max(28px, calc((100vw - 1180px) / 2));
  padding: 86px 38px 72px 0;
  align-self: center;
  z-index: 2;
}

.hero h1 {
  max-width: 640px;
  font-size: clamp(42px, 5vw, 70px);
}

.hero-lead {
  max-width: 590px;
}

.visual-card-grid-removed-product-components {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.visual-card-grid-removed-product-components .visual-card {
  min-height: 0;
}

.visual-card-grid-removed-product-components .removed-product-weft-feeder-card,
.visual-card-grid-removed-product-components .removed-product-scissor-card {
  grid-column: auto;
  display: block;
}

.visual-card-grid-removed-product-components .removed-product-weft-feeder-card img,
.visual-card-grid-removed-product-components .removed-product-scissor-card img {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.visual-card-grid-removed-product-components .visual-card h5 {
  font-size: 20px;
  line-height: 1.2;
}

.visual-card-grid-removed-product-components .visual-card p {
  font-size: 14.5px;
  line-height: 1.62;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(320px, 0.94fr) minmax(420px, 1.06fr);
  }

  .hero-media {
    background-size: auto 84%;
    background-position: 58% 58%;
  }

  .visual-card-grid-removed-product-components {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(270px, 42svh) auto;
    align-items: stretch;
  }

  .hero-media {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    background-size: auto 88%;
    background-position: 66% 55%;
  }

  .hero-media::before {
    inset: 16px 0 8px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 22, 48, 0.04), rgba(5, 22, 48, 0.36) 48%, rgba(5, 22, 48, 0.94));
  }

  .hero-content {
    grid-column: 1;
    grid-row: 2;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 24px 22px 34px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: clamp(32px, 9.8vw, 42px);
  }

  .hero-lead {
    max-width: 360px;
  }

  .visual-card-grid-removed-product-components {
    grid-template-columns: 1fr;
  }
}

/* Final restoration and visual polish, 20260630. */
.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--deep);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  grid-column: auto;
  grid-row: auto;
}

.hero-media {
  min-height: 0;
  background-size: cover;
  background-position: center 58%;
  transform: scale(1.01);
  z-index: -2;
}

.hero-media::before {
  content: none;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 15, 32, 0.78), rgba(6, 15, 32, 0.58) 42%, rgba(6, 15, 32, 0.08)),
    linear-gradient(180deg, rgba(6, 15, 32, 0.02), rgba(6, 15, 32, 0.32));
  z-index: -1;
}

.hero-content {
  width: min(760px, calc(100% - 48px));
  max-width: none;
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  padding: 64px 0 56px;
  color: var(--white);
  align-self: auto;
  z-index: 1;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(44px, 6vw, 78px);
}

.hero-lead {
  max-width: 650px;
}

.visual-config-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
  border-color: rgba(var(--panel-accent-rgb), 0.14);
}

.visual-config-heading h4 {
  color: #071f58;
  letter-spacing: 0;
}

.visual-config-heading p:not(.eyebrow) {
  color: #59687a;
}

.visual-card-grid-removed-product-components {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.visual-card-grid-removed-product-components .visual-card {
  min-height: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-color: rgba(184, 204, 228, 0.82);
  box-shadow:
    0 14px 28px rgba(7, 31, 88, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.visual-card-grid-removed-product-components .removed-product-weft-feeder-card,
.visual-card-grid-removed-product-components .removed-product-scissor-card {
  grid-column: auto;
  display: block;
}

.visual-card-grid-removed-product-components .visual-card img,
.visual-card-grid-removed-product-components .removed-product-weft-feeder-card img,
.visual-card-grid-removed-product-components .removed-product-scissor-card img {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef3f8;
}

.visual-card-grid-removed-product-components .visual-card > div {
  padding: 15px 16px 17px;
}

.visual-card-grid-removed-product-components .visual-card span {
  color: #0f63bd;
  background: rgba(15, 99, 189, 0.08);
  border: 1px solid rgba(15, 99, 189, 0.12);
}

.visual-card-grid-removed-product-components .visual-card h5 {
  color: #071f58;
  font-size: 19px;
  line-height: 1.22;
}

.visual-card-grid-removed-product-components .visual-card p {
  color: #5d6b7d;
  font-size: 14px;
  line-height: 1.62;
}

.visual-card-grid-removed-product.visual-card-grid-views .visual-card {
  border-color: rgba(190, 208, 229, 0.9);
}

.visual-card-grid-removed-product.visual-card-grid-views .visual-card span {
  color: #0f63bd;
  background: linear-gradient(180deg, rgba(18, 104, 191, 0.095), rgba(18, 104, 191, 0.055));
  border: 1px solid rgba(18, 104, 191, 0.16);
}

@media (max-width: 1120px) {
  .hero-media {
    background-size: auto 92%;
    background-position: 80% center;
  }

  .visual-card-grid-removed-product-components {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: min(720px, calc(100svh - 64px));
    display: flex;
    align-items: flex-end;
  }

  .hero-media {
    position: absolute;
    inset: 0;
    min-height: 0;
    background-size: auto 92%;
    background-position: 84% center;
    transform: none;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(6, 15, 32, 0.76), rgba(6, 15, 32, 0.5) 62%, rgba(6, 15, 32, 0.08)),
      linear-gradient(180deg, rgba(6, 15, 32, 0.08), rgba(6, 15, 32, 0.72));
  }

  .hero-content {
    width: calc(100% - 32px);
    max-width: none;
    margin-left: 16px;
    padding: 46px 0 34px;
  }

  .hero h1 {
    max-width: 350px;
    font-size: clamp(35px, 11.4vw, 46px);
    line-height: 1.04;
  }

  .hero-lead {
    max-width: 335px;
    font-size: 14.5px;
    line-height: 1.58;
  }

  .visual-card-grid-removed-product-components {
    grid-template-columns: 1fr;
  }

  .visual-card-grid-removed-product-components .visual-card > div {
    padding: 15px 16px 18px;
  }
}

/* Global layout, color, and typography tuning, 20260630. */
:root {
  --navy: #082765;
  --deep: #081830;
  --blue: #1268bf;
  --red: #a91328;
  --ink: #172235;
  --muted: #5c6c80;
  --soft: #edf4fb;
  --paper: #f4f8fc;
  --line: #d9e4f0;
  --shadow: 0 18px 42px rgba(8, 39, 101, 0.11);
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body {
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f9fd 44%, #eef5fb 100%);
}

.site-header {
  background: rgba(255, 255, 255, 0.91);
  border-bottom-color: rgba(201, 216, 232, 0.82);
  box-shadow: 0 8px 24px rgba(8, 39, 101, 0.055);
}

.site-nav {
  color: #26374e;
}

.hero h1,
.section-header h2,
.detail-header h3,
.visual-config-heading h4,
.product-copy h3,
.visual-card h5,
.spec-block h4,
.quality-strip h4 {
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(42px, 5.5vw, 72px);
}

.hero-lead {
  color: #edf4fb;
  font-size: 17px;
}

.button-primary {
  background: linear-gradient(135deg, #b4162d, #851022);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.5);
}

.section {
  padding-top: 58px;
  padding-bottom: 58px;
}

.section-header {
  margin-bottom: 24px;
}

.section-header h2,
.company-panel h2,
.contact-copy h2 {
  max-width: 860px;
  color: #172235;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.16;
}

.section-header p:not(.eyebrow),
.company-panel p,
.contact-copy p {
  color: #596a7e;
  font-size: 15.5px;
  line-height: 1.7;
}

.product-grid {
  gap: 20px;
}

.product-card {
  grid-template-rows: 278px 1fr;
  min-height: 552px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-color: rgba(188, 205, 224, 0.82);
  box-shadow:
    0 18px 42px rgba(8, 39, 101, 0.105),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.product-card-text-only {
  grid-template-rows: 1fr;
  min-height: auto;
}

.product-card:hover,
.product-card:focus-visible {
  box-shadow:
    0 22px 52px rgba(8, 39, 101, 0.14),
    0 10px 24px rgba(var(--product-accent-rgb), 0.12);
}

.product-card.is-selected {
  transform: translateY(-6px);
  box-shadow:
    0 28px 68px rgba(8, 39, 101, 0.20),
    0 14px 32px rgba(var(--product-accent-rgb), 0.20),
    inset 0 0 0 2px rgba(var(--product-accent-rgb), 0.14);
}

.product-label {
  color: var(--product-accent);
  background: rgba(var(--product-accent-rgb), 0.075);
  border-color: rgba(var(--product-accent-rgb), 0.16);
}

.product-copy {
  padding: 23px;
}

.product-copy h3 {
  font-size: 23px;
}

.product-copy p:not(.product-label),
.product-copy li {
  color: #53647a;
  font-size: 14px;
  line-height: 1.62;
}

.product-detail-panels {
  margin-top: 18px;
}

.product-detail-panel {
  padding: 24px;
  border-color: rgba(var(--panel-accent-rgb), 0.20);
  box-shadow:
    0 20px 54px rgba(8, 39, 101, 0.12),
    0 10px 26px rgba(var(--panel-accent-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.detail-header {
  gap: 20px;
  padding-bottom: 18px;
  border-bottom-color: rgba(var(--panel-accent-rgb), 0.16);
}

.detail-header h3 {
  font-size: 30px;
}

.detail-summary div,
.spec-highlight-grid div,
.spec-block,
.quality-strip > div,
.visual-card {
  border-color: rgba(var(--panel-accent-rgb), 0.14);
  box-shadow:
    0 12px 28px rgba(8, 39, 101, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.detail-section-title {
  margin-top: 20px;
}

.detail-section-title > span {
  border-radius: 10px;
}

.detail-section-title h4 {
  font-size: 19px;
}

.visual-config-section {
  margin-top: 10px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.97)),
    repeating-linear-gradient(90deg, rgba(var(--panel-accent-rgb), 0.026) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(8, 39, 101, 0.018) 0 1px, transparent 1px 18px);
}

.visual-config-subheading {
  margin-top: 22px;
}

.visual-card-grid {
  gap: 15px;
  margin-top: 14px;
}

.visual-card-grid-removed-product.visual-card-grid-views .visual-card img,
.visual-card-grid-views .visual-card img {
  padding: 0;
  object-fit: cover;
  background: #eef4fa;
}

.visual-card-grid-removed-product-components {
  gap: 15px;
}

.visual-card-grid-removed-product-components .visual-card img,
.visual-card-grid-removed-product-components .removed-product-weft-feeder-card img,
.visual-card-grid-removed-product-components .removed-product-scissor-card img {
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
}

.visual-card-grid-removed-product-components .visual-card img.removed-product-main-nozzle-image {
  padding: 0;
  object-fit: cover;
  object-position: left center;
}

.visual-card-grid-removed-product-components .visual-card > div {
  padding: 14px 15px 16px;
}

.visual-card-grid-removed-product-components .visual-card h5 {
  font-size: 18px;
}

.visual-card-grid-removed-product-components .visual-card p {
  color: #5c6c80;
  font-size: 13.5px;
  line-height: 1.56;
}

.visual-card-grid-removed-product-components .dual-component-image {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  aspect-ratio: 16 / 8.6;
  overflow: hidden;
  background: #eef4fa;
}

.visual-card-grid-removed-product-components .dual-component-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  padding: 0;
  object-fit: cover;
  border-radius: 0;
}

.spec-table div {
  border-left-color: rgba(var(--panel-accent-rgb), 0.42);
}

@media (max-width: 1120px) {
  .section {
    padding-left: 34px;
    padding-right: 34px;
  }

  .product-card {
    grid-template-rows: 260px 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    background:
      linear-gradient(135deg, rgba(8, 39, 101, 0.48), rgba(18, 104, 191, 0.24));
  }

  .brand img {
    width: 112px;
  }

  .header-whatsapp {
    flex-basis: 112px;
    max-width: 112px;
    color: #073a68;
    background:
      radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.20) 34%, transparent 48%),
      linear-gradient(135deg, rgba(235, 252, 255, 0.94), rgba(162, 227, 239, 0.78) 50%, rgba(92, 190, 217, 0.72));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.85),
      0 0 18px rgba(136, 229, 244, 0.34),
      0 7px 15px rgba(3, 55, 130, 0.13);
  }

  .header-whatsapp span {
    margin-bottom: 2px;
  }

  .hero h1 {
    max-width: 345px;
    font-size: clamp(34px, 10.8vw, 44px);
  }

  .hero-lead {
    max-width: 338px;
    font-size: 14.5px;
  }

  .section {
    padding: 40px 18px;
  }

  .section-header {
    margin-bottom: 16px;
  }

  .section-header h2,
  .company-panel h2,
  .contact-copy h2 {
    font-size: 25px;
    line-height: 1.18;
  }

  .product-grid {
    gap: 14px;
  }

  .product-card {
    grid-template-rows: 238px 1fr;
    min-height: auto;
  }

  .product-card.is-selected {
    transform: translateY(-4px);
  }

  .product-copy {
    padding: 16px;
  }

  .product-detail-panel {
    padding: 16px;
  }

  .detail-header h3 {
    font-size: 23px;
  }

  .visual-config-section {
    margin-left: -16px;
    margin-right: -16px;
    padding: 10px;
  }

  .visual-card-grid-removed-product-components .visual-card img,
  .visual-card-grid-removed-product-components .removed-product-weft-feeder-card img,
  .visual-card-grid-removed-product-components .removed-product-scissor-card img,
  .visual-card-grid-removed-product-components .dual-component-image {
    aspect-ratio: 16 / 9;
  }

  .visual-card-grid-removed-product-components .visual-card > div,
  .visual-card > div,
  .visual-card-grid-views .visual-card > div {
    padding: 14px;
  }

  .visual-card-grid-removed-product-components .visual-card h5,
  .visual-card h5,
  .visual-card-grid-views .visual-card h5 {
    font-size: 16.5px;
  }
}

/* Dark section contrast fix, 20260630. */
.section-capabilities,
.contact-section {
  color: #ffffff;
}

.section-capabilities .section-header h2,
.contact-section .contact-copy h2 {
  color: #ffffff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.section-capabilities .section-header p:not(.eyebrow),
.contact-section .contact-copy p:not(.eyebrow) {
  color: #d9e8f7;
}

.section-capabilities .capability-grid h3 {
  color: #ffffff;
}

.section-capabilities .capability-grid p {
  color: #d7e5f5;
}

@media (max-width: 760px) {
  .section-capabilities .section-header h2,
  .contact-section .contact-copy h2 {
    color: #ffffff;
  }

  .section-capabilities .section-header p:not(.eyebrow),
  .contact-section .contact-copy p:not(.eyebrow) {
    color: #dceafa;
  }
}

/* Equalize removed product component image frames, 20260630. */
.visual-card-grid-removed-product-components .visual-card > img,
.visual-card-grid-removed-product-components .dual-component-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.visual-card-grid-removed-product-components .visual-card > img {
  display: block;
}

.visual-card-grid-removed-product-components .dual-component-image {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  background: #edf3f8;
}

.visual-card-grid-removed-product-components .visual-card > img {
  object-fit: cover;
}

.visual-card-grid-removed-product-components .dual-component-image img {
  width: 100%;
  height: 100%;
  min-width: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
}

.visual-card-grid-removed-product-components .dual-component-image img + img {
  border-left: 1px solid rgba(255, 255, 255, 0.72);
}

.visual-card-grid-removed-product-components .visual-card > img.removed-product-main-nozzle-image {
  object-fit: cover;
  object-position: center center;
  background: #edf3f8;
}

@media (max-width: 760px) {
  .visual-card-grid-removed-product-components .visual-card > img,
  .visual-card-grid-removed-product-components .dual-component-image {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

/* removed model machine view photos: keep the four real workshop angles large and even. */
.visual-card-grid-removed-product.visual-card-grid-views {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visual-card-grid-removed-product.visual-card-grid-views .visual-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  object-fit: cover;
  background: #eef4fa;
}

.visual-card-grid-removed-product.visual-card-grid-views .visual-card img.removed-product-view-image-lift {
  object-position: center 64%;
}

@media (max-width: 760px) {
  .visual-card-grid-removed-product.visual-card-grid-views {
    grid-template-columns: 1fr;
  }
}

.product-card.product-card-text-only {
  grid-template-rows: 1fr;
  min-height: auto;
}

.hero h1.hero-title-two-line {
  max-width: 860px;
  font-size: 72px;
  line-height: 0.98;
  text-transform: uppercase;
}

.hero-title-two-line span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .hero h1.hero-title-two-line {
    max-width: 720px;
    font-size: 60px;
  }
}

@media (max-width: 760px) {
  .hero h1.hero-title-two-line {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.04;
  }
}

@media (max-width: 420px) {
  .hero h1.hero-title-two-line {
    font-size: 28px;
  }
}

.protected-image-frame {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.protected-image-frame img {
  cursor: default;
}

.hero-media {
  filter: brightness(1.28) contrast(1.06) saturate(1.12);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 14, 30, 0.76), rgba(5, 14, 30, 0.52) 34%, rgba(6, 15, 32, 0.18) 58%, rgba(6, 15, 32, 0.03)),
    linear-gradient(180deg, rgba(6, 15, 32, 0.02), rgba(6, 15, 32, 0.20));
}

@media (max-width: 760px) {
  .hero-media {
    filter: brightness(1.32) contrast(1.05) saturate(1.12);
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 14, 30, 0.74), rgba(5, 14, 30, 0.50) 58%, rgba(6, 15, 32, 0.10)),
      linear-gradient(180deg, rgba(6, 15, 32, 0.02), rgba(6, 15, 32, 0.24));
  }
}

.hero .hero-actions {
  display: none !important;
}

.section-capabilities {
  background:
    radial-gradient(circle at 12% 0%, rgba(35, 119, 205, 0.34), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(169, 19, 40, 0.18), transparent 30%),
    linear-gradient(135deg, #061a3f 0%, #07152e 56%, #050d1e 100%);
}

.section-capabilities .section-header {
  margin-bottom: 24px;
}

.section-capabilities .section-header .eyebrow {
  color: #9fc4ff;
}

.section-capabilities .section-header h2 {
  max-width: 850px;
  color: #ffffff;
}

.section-capabilities .section-header p:not(.eyebrow) {
  max-width: 760px;
  color: #d9e8f7;
}

.capability-grid {
  gap: 16px;
}

.capability-grid article {
  min-height: auto;
  padding: 22px;
  display: grid;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(20, 53, 105, 0.88), rgba(10, 31, 68, 0.92));
  border: 1px solid rgba(198, 224, 255, 0.18);
  border-radius: 8px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.capability-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.capability-grid span {
  min-width: 40px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff9a49;
  background: rgba(255, 154, 73, 0.10);
  border: 1px solid rgba(255, 154, 73, 0.26);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.capability-grid h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
  text-shadow: none;
}

.capability-grid p {
  margin: 0;
  color: #d8e6f5;
  font-size: 14.5px;
  line-height: 1.66;
}

@media (max-width: 760px) {
  .capability-grid article {
    padding: 18px;
  }

  .capability-heading {
    align-items: flex-start;
  }

  .capability-grid h3 {
    font-size: 18px;
  }
}

.hero-content {
  width: min(680px, calc(100% - 56px));
  padding-top: 44px;
  transform: translateY(-24px);
}

.hero h1.hero-title-two-line {
  max-width: 760px;
  font-size: clamp(52px, 6.1vw, 70px);
  line-height: 1;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 560px;
  margin-top: 22px;
  color: #eef5ff;
  font-size: 18px;
  line-height: 1.62;
}

@media (max-width: 760px) {
  .hero {
    min-height: calc(100svh - 64px);
    align-items: flex-start;
  }

  .hero-content {
    width: calc(100% - 36px);
    margin-left: 18px;
    padding-top: 38px;
    transform: translateY(-12px);
  }

  .hero h1.hero-title-two-line {
    max-width: 100%;
    font-size: clamp(31px, 10.6vw, 42px);
    line-height: 1.05;
  }

  .hero-lead {
    max-width: 340px;
    margin-top: 16px;
    font-size: 14.5px;
    line-height: 1.58;
  }
}

@media (max-width: 420px) {
  .hero h1.hero-title-two-line {
    font-size: 28px;
  }
}
