.products-page {
  --products-navy: #071826;
  --products-blue: #0d2a3d;
  --products-mineral: #f4f6f3;
  --products-orange: #f47721;
  --products-teal: #1693a5;
  --products-soft-white: #f4f6f3;
  --products-copy: #c4d2d5;
  --products-line: rgb(184 205 209 / 22%);
  --products-padding: clamp(72px, 9.5vw, 190px);
  --home-header-padding: clamp(48px, 3.5vw, 64px);
  min-width: 0;
  background: var(--products-navy);
  color: var(--products-soft-white);
}

.products-page .site-header {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: var(--home-header-padding);
  padding-left: var(--home-header-padding);
  border-color: rgb(255 255 255 / 12%);
  background: var(--products-navy);
  color: var(--products-soft-white);
}

.products-page .site-header nav a,
.products-page .site-header .link-button,
.products-page .navigation-menu__control { color: var(--products-soft-white); }
.products-page .site-header nav a:hover,
.products-page .site-header .link-button:hover { color: #ffb17c; }
.products-page .site-header nav a[aria-current="page"] { color: #ffb17c; text-decoration: underline; text-decoration-color: var(--products-orange); text-decoration-thickness: 2px; text-underline-offset: 0.45rem; }

.products-page main { min-width: 0; }
.products { overflow: hidden; background: var(--products-navy); color: var(--products-soft-white); }
.products h1,
.products h2,
.products h3 { color: inherit; overflow-wrap: normal; word-break: normal; }
.products p { overflow-wrap: break-word; }

.products__intro {
  display: grid;
  min-height: clamp(540px, 36vw, 650px);
  border-bottom: 1px solid var(--products-line);
  grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
}
.products__intro-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  padding: clamp(4.5rem, 7vw, 7rem) clamp(3rem, 5vw, 6rem) clamp(4.5rem, 7vw, 7rem) var(--products-padding);
  justify-content: center;
  flex-direction: column;
}
.products__intro h1 { width: min(100%, 19ch); margin: 0; font-size: clamp(3rem, 4.6vw, 5.2rem); line-height: 1; letter-spacing: -0.045em; }
.products__intro p { max-width: 650px; margin: clamp(2rem, 3vw, 2.75rem) 0 0; color: var(--products-copy); font-size: clamp(1.05rem, 1.25vw, 1.18rem); line-height: 1.72; }
.products__intro-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--products-blue);
}
.products__intro-media::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 34%;
  background: linear-gradient(90deg, var(--products-navy), rgb(7 24 38 / 74%) 34%, transparent);
  content: "";
  pointer-events: none;
}
.products__intro-media::after { position: absolute; inset: 0; background: rgb(7 24 38 / 22%); content: ""; pointer-events: none; }
.products__intro-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 48%;
  animation: products-hero-image-entry 850ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes products-hero-image-entry {
  from { clip-path: inset(0 0 0 10%); opacity: 0; }
  to { clip-path: inset(0); opacity: 1; }
}

.products__services { padding: clamp(4rem, 7vw, 6rem) var(--products-padding); }
.products__services > h2 { margin: 0 0 2.5rem; font-size: clamp(2rem, 3.5vw, 3.6rem); line-height: 1.05; }
.products__service-grid { display: grid; border-top: 1px solid var(--products-line); border-bottom: 1px solid var(--products-line); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.products__service-grid article { min-width: 0; padding: clamp(2rem, 3vw, 3rem); padding-left: 0; }
.products__service-grid article + article { padding-left: clamp(2rem, 3vw, 3rem); border-left: 1px solid var(--products-line); }
.products__service-grid h3 { margin: 0 0 1rem; font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.2; }
.products__service-grid p { max-width: 45ch; margin: 0; color: #aebfc3; line-height: 1.7; }

.products__automation {
  display: grid;
  padding: clamp(4rem, 7vw, 6rem) var(--products-padding);
  border-top: 1px solid var(--products-line);
  border-bottom: 1px solid var(--products-line);
  background: var(--products-blue);
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem);
}
.products__automation h2 { max-width: 11ch; margin: 0; font-size: clamp(2.3rem, 4.5vw, 4.7rem); line-height: 1.03; letter-spacing: -0.035em; }
.products__automation p { max-width: 64ch; margin: 0; color: #c1d0d3; line-height: 1.72; }
.products__automation p + p { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--products-line); color: #91aab0; }

.products__sigproof {
  display: grid;
  padding: clamp(4.5rem, 8vw, 7rem) var(--products-padding);
  background: var(--products-mineral);
  color: #0a2533;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: clamp(3rem, 8vw, 8rem);
}
.products__status { width: fit-content; margin: 0 0 1.5rem; padding-left: 0.75rem; border-left: 3px solid var(--products-orange); color: #087066; font-family: var(--font-technical); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.08em; }
.products__sigproof h2 { margin: 0 0 1.2rem; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; letter-spacing: -0.045em; }
.products__sigproof h3 { margin: 0 0 1.1rem; font-size: 1.4rem; }
.products__sigproof p { max-width: 58ch; margin: 0; color: #40575c; line-height: 1.72; }
.products__sigproof .products__note { margin-top: 1.5rem; padding: 1.25rem 0 0 1rem; border-top: 1px solid #c8d2d2; border-left: 3px solid var(--products-teal); }

.products-page a:focus-visible,
.products-page button:focus-visible { outline: 3px solid var(--products-orange); outline-offset: 3px; }

.products-page .home-footer { position: relative; display: block; max-width: none; margin: 0; padding: clamp(3.5rem, 6vw, 5.5rem) 0 1.5rem; overflow: hidden; border: 0; border-top: 1px solid var(--products-orange); background: #04111c; color: #b8c8cc; font-size: 0.92rem; }
.products-page .home-footer__backdrop { position: absolute; right: 0; bottom: 0; width: min(62%, 900px); height: 100%; pointer-events: none; }
.products-page .home-footer__backdrop path { fill: none; stroke: #245264; stroke-width: 1; opacity: 0.22; vector-effect: non-scaling-stroke; }
.products-page .home-footer__inner { position: relative; display: grid; width: 100%; max-width: none; margin-inline: 0; padding-right: var(--products-padding); padding-left: var(--products-padding); grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.62fr) minmax(180px, 0.62fr); gap: 0; }
.products-page .home-footer__identity { padding-right: clamp(2rem, 5vw, 5rem); }
.products-page .home-footer__identity strong { display: block; color: #fff; font-family: var(--font-display); font-size: clamp(2.3rem, 4vw, 4.5rem); line-height: 1; letter-spacing: -0.05em; }
.products-page .home-footer__identity p { max-width: 24ch; margin: 1.2rem 0 0; color: #78919a; font-size: 1.05rem; }
.products-page .home-footer__institutional { display: grid; margin-top: 1.8rem; color: #6f8b92; font-size: 0.8rem; font-style: normal; line-height: 1.65; gap: 0.12rem; }
.products-page .home-footer__institutional span,
.products-page .home-footer__institutional a { width: fit-content; white-space: nowrap; }
.products-page .home-footer__institutional .home-footer__company { color: #c7d4d7; font-size: 0.86rem; }
.products-page .home-footer__institutional a { min-height: 32px; align-content: center; color: #79aeb3; text-decoration: none; }
.products-page .home-footer__institutional a:hover { color: #79c7c8; }
.products-page .home-footer__nav,
.products-page .home-footer__contact { position: relative; display: grid; padding-left: clamp(1.5rem, 3vw, 3rem); align-content: start; gap: 0.35rem; }
.products-page .home-footer__contact { gap: 0.8rem; }
.products-page .home-footer__nav::before,
.products-page .home-footer__contact::before { position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: rgb(117 151 160 / 15%); content: ""; }
.products-page .home-footer__nav h2,
.products-page .home-footer__contact h2 { margin: 0 0 0.8rem; color: #ff9450; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.16em; }
.products-page .home-footer__contact-item { display: grid; gap: 0.05rem; }
.products-page .home-footer__contact-item > span { color: #78919a; font-family: var(--font-technical); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.13em; }
.products-page .home-footer__nav a,
.products-page .home-footer__contact a { min-height: 44px; align-content: center; color: #dbe5e6; text-decoration: none; }
.products-page .home-footer__contact-item a { width: fit-content; font-size: 0.96rem; white-space: nowrap; }
.products-page .home-footer__nav a:hover,
.products-page .home-footer__contact a:hover { color: #79c7c8; }
.products-page .home-footer__legal { position: relative; display: flex; width: auto; max-width: none; margin: clamp(2.5rem, 5vw, 4.5rem) var(--home-header-padding) 0; padding: 1.25rem 0 0; border-top: 1px solid #243846; color: #728991; align-items: center; justify-content: space-between; gap: 1rem 2rem; }
.products-page .home-footer__legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem 1.5rem; }
.products-page .home-footer__legal a { min-height: 44px; align-content: center; color: #a8bbc0; text-decoration: none; }
.products-page .home-footer a:hover { color: #79c7c8; }

@media (max-width: 1200px) and (min-width: 961px) {
  .products-page { --products-padding: clamp(40px, 6vw, 72px); --home-header-padding: clamp(32px, 4vw, 48px); }
}

@media (max-width: 960px) {
  .products-page { --products-padding: clamp(24px, 4vw, 40px); --home-header-padding: clamp(24px, 4vw, 40px); }
  .products-page .site-header nav { border-color: #37505d; background: var(--products-navy); color: var(--products-soft-white); }
  .products__service-grid { grid-template-columns: 1fr; }
  .products__service-grid article,
  .products__service-grid article + article { padding: 2rem 0; border-left: 0; }
  .products__service-grid article + article { border-top: 1px solid var(--products-line); }
  .products__automation,
  .products__sigproof { grid-template-columns: 1fr; gap: 2.5rem; }
  .products__intro { grid-template-columns: minmax(0, 58fr) minmax(0, 42fr); }
  .products__intro-copy { padding-right: clamp(2rem, 4vw, 3rem); }
  .products__intro h1 { font-size: clamp(2.8rem, 5.8vw, 4.2rem); }
  .products-page .home-footer__inner { padding-right: var(--products-padding); padding-left: var(--products-padding); }
}

@media (max-width: 700px) {
  .products-page { --products-padding: clamp(18px, 5vw, 24px); --home-header-padding: clamp(18px, 5vw, 24px); }
  .products__intro { min-height: 0; grid-template-columns: 1fr; }
  .products__intro-copy { padding: 3.5rem var(--products-padding); }
  .products__intro h1 { width: min(100%, 13ch); font-size: clamp(2.7rem, 12.5vw, 4rem); }
  .products__intro-media { height: clamp(220px, 68vw, 300px); }
  .products__intro-media::before { display: none; }
  .products__intro-media img { object-position: 62% 52%; }
  .products-page .home-footer__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .products-page .home-footer__identity { padding-right: 0; }
  .products-page .home-footer__nav,
  .products-page .home-footer__contact { padding: 2rem 0 0; }
  .products-page .home-footer__nav::before,
  .products-page .home-footer__contact::before { top: 0; right: 0; bottom: auto; width: auto; height: 1px; }
  .products-page .home-footer__backdrop { width: 100%; opacity: 0.55; }
}

@media (max-width: 560px) {
  .products-page .home-footer__legal { align-items: flex-start; flex-direction: column; }
  .products-page .home-footer__legal-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .products-page { scroll-behavior: auto; }
  .products__intro-media img { animation: none; }
}
