﻿@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap");

:root {
  --bg: #f4f4f4;
  --bg-alt: #ebebeb;
  --panel: #ffffff;
  --panel-soft: #fafafa;
  --ink: #1a1a1a;
  --muted: #5f6368;
  --line: #d8d8d8;
  --primary: #1a1a1a;
  --primary-strong: #0f0f0f;
  --accent: #e20015;
  --success: #127d5c;
  --shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

body.site2026 {
  margin: 0;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 52%, var(--bg-alt) 100%);
  line-height: 1.55;
}

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

img {
  max-width: 100%;
  display: block;
}

.wrap {
  width: min(1120px, calc(100% - 2.8rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex: 0 0 auto;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand img {
  width: clamp(188px, 15vw, 248px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.top-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.top-nav-links {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.top-nav-link {
  padding: 0.48rem 0.6rem;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1e1e1e;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.top-nav-link:hover {
  background: #f2f2f2;
  color: #121212;
}

.top-nav-link.is-active {
  background: #fdeced;
  color: var(--accent);
  font-weight: 600;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.66rem 1rem;
  border-radius: 0.55rem;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.15;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

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

.button.primary {
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 5px 14px rgba(226, 0, 21, 0.24);
}

.button.primary:hover {
  background: #b30010;
}

.button.secondary,
.button.alt-dark {
  background: #1a1a1a;
  color: #ffffff;
}

.button.secondary:hover,
.button.alt-dark:hover {
  background: #000000;
}

.button.ghost {
  border-color: #b9b9b9;
  color: #1a1a1a;
  background: #ffffff;
}

.button.ghost:hover {
  border-color: #1a1a1a;
  background: #f7f7f7;
}

.cta-nav {
  white-space: nowrap;
  padding-inline: 1.05rem;
}

.site-header .cta-nav {
  display: none;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid #1a1a1a;
  background: #ffffff;
  color: #1a1a1a;
  font-weight: 600;
  border-radius: 0.58rem;
  padding: 0.46rem 0.86rem;
  line-height: 1;
}

.lang-note {
  color: var(--muted);
  font-size: 0.8rem;
  margin-left: 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.lang-switch-host {
  margin-left: 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.lang-switch-host .lang-switch {
  margin-left: auto;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.lang-switch-label {
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lang-switch-btn {
  border: 1px solid #b9b9b9;
  background: #ffffff;
  color: #1a1a1a;
  border-radius: 0.45rem;
  min-width: 2.3rem;
  padding: 0.32rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.lang-switch-btn:hover {
  border-color: #1a1a1a;
}

.lang-switch-btn.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: #ffffff;
}

.unit-toggle-btn {
  border: 1px solid #b9b9b9;
  background: #ffffff;
  color: #1a1a1a;
  border-radius: 0.55rem;
  padding: 0.38rem 0.66rem;
  font-size: 0.76rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.unit-toggle-btn:hover {
  border-color: #1a1a1a;
}

.unit-toggle-btn[aria-pressed="true"] {
  border-color: var(--accent);
  color: var(--accent);
}

main {
  padding: 2.2rem 0 5rem;
}

.hero {
  background: #ffffff;
  color: #1a1a1a;
  border-radius: 1.15rem;
  padding: clamp(1.35rem, 2.4vw, 2.25rem);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  border-left: 6px solid var(--accent);
}

.hero h1 {
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: clamp(1.75rem, 2.1vw + 1rem, 2.65rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.14;
}

.hero p {
  color: var(--muted);
  max-width: 74ch;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0.85rem 0 1.3rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.hero--split .hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.hero--split .hero-copy {
  min-width: 0;
}

.hero-media {
  margin: 0;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #ffffff;
}

.hero-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.section {
  margin-top: 2.1rem;
}

.section h2 {
  margin: 0 0 0.55rem;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: clamp(1.3rem, 1.65vw + 0.8rem, 1.85rem);
  color: #141414;
  line-height: 1.2;
}

.section-intro {
  margin: 0 0 1.1rem;
  color: var(--muted);
  max-width: 860px;
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid.three {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid.two {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid.four {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  padding: 1.2rem;
  box-shadow: 0 5px 18px rgba(16, 33, 53, 0.06);
}

.card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.04rem;
  line-height: 1.3;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.card .actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.platform-portfolio .actions {
  margin-top: 1.2rem;
}

#core-families .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#core-families .card .button {
  margin-top: auto;
  align-self: flex-start;
}

#solution-clusters .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#solution-clusters .card .actions {
  margin-top: auto;
}

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pill {
  font-size: 0.75rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid #d6d6d6;
  color: #414141;
  background: #f8f8f8;
}

.proof-bar {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.75rem;
}

.proof-item {
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
  border-radius: 0.72rem;
  padding: 0.8rem;
  text-align: center;
}

.proof-item strong {
  display: block;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 1.1rem;
}

.kpi {
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--accent);
}

.list {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
}

.list li + li {
  margin-top: 0.4rem;
}

.two-col {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  overflow: hidden;
}

.spec-table th,
.spec-table td {
  text-align: left;
  padding: 0.68rem 0.75rem;
  border-bottom: 1px solid #e4eaf0;
  font-size: 0.92rem;
}

.spec-table th {
  color: var(--primary);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-weight: 600;
}

.spec-table tr:last-child td {
  border-bottom: none;
}

.download-list {
  display: grid;
  gap: 0.65rem;
}

.download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  background: var(--panel-soft);
  border: 1px solid #dcdcdc;
  border-radius: 0.65rem;
  padding: 0.72rem;
}

.download-item span {
  color: #333333;
  font-size: 0.92rem;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.filter-chip {
  border: 1px solid #cdcdcd;
  border-radius: 999px;
  padding: 0.35rem 0.68rem;
  background: #f8f8f8;
  color: #474747;
  font-size: 0.82rem;
}

.cta-band {
  margin-top: 2rem;
  background: linear-gradient(120deg, #1a1a1a, #2d2d2d);
  color: #f7f7f7;
  border-radius: 0.95rem;
  border: 1px solid #2a2a2a;
  border-left: 6px solid var(--accent);
  padding: 1.35rem;
}

.cta-band p {
  color: #dddddd;
  margin: 0.35rem 0 1rem;
}

.cta-band-light {
  background: #ffffff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-left: 6px solid var(--accent);
  box-shadow: var(--shadow);
}

.cta-band-light p {
  color: var(--muted);
}

.quote-form {
  display: grid;
  gap: 0.75rem;
}

.quote-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.86rem;
  color: #2c2c2c;
}

.quote-form input,
.quote-form textarea,
.quote-form select {
  border-radius: 0.55rem;
  border: 1px solid #cdcdcd;
  background: #ffffff;
  color: #1a1a1a;
  padding: 0.62rem 0.68rem;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #8a8a8a;
}

.form-status {
  margin: 0;
  color: #137f5e;
  font-size: 0.86rem;
}

footer.site-footer {
  margin-top: 2.2rem;
  border-top: 1px solid #d8d8d8;
  padding: 1.75rem 0 2.2rem;
  background: #f7f7f7;
}

.footer-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.footer-grid h4 {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  color: #1c1c1c;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
}

.footer-grid p,
.footer-grid a,
.footer-grid span {
  font-size: 0.84rem;
  color: #5b5b5b;
}

.footer-grid a:hover {
  color: var(--accent);
}

.small-note {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #6f6f6f;
}

.legal-inline {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #dcdcdc;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.95rem;
  font-size: 0.75rem;
  color: #6a6a6a;
}

.legal-inline a {
  color: #6a6a6a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.image-showcase {
  width: min(1120px, calc(100% - 2.8rem));
  margin: 2.2rem auto 0;
}

.image-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}

.image-grid .image-card:not(:first-child) {
  display: none;
}

.image-card {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 0.85rem;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.image-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.image-card figcaption {
  padding: 0.7rem 0.85rem;
  color: #5f6368;
  font-size: 0.82rem;
}

.showcase-home {
  margin-top: 1.3rem;
}

.showcase-stage {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
}

.showcase-stage img {
  width: 100%;
  min-height: 320px;
  max-height: 620px;
  object-fit: cover;
}

.showcase-overlay {
  position: absolute;
  right: clamp(1rem, 3vw, 2rem);
  top: clamp(1rem, 4vw, 3.5rem);
  width: min(450px, calc(100% - 2rem));
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d8d8d8;
  border-left: 6px solid var(--accent);
  border-radius: 0.85rem;
  padding: 1rem 1.1rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.showcase-overlay h3 {
  margin: 0;
  font-size: clamp(1.25rem, 1vw + 0.8rem, 1.5rem);
  line-height: 1.2;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
}

.showcase-overlay p {
  margin: 0.5rem 0 0.9rem;
  color: #4f5459;
}

.product-showcase {
  margin-top: 1.5rem;
  padding: 1.15rem;
  background: #efefef;
  border: 1px solid #d8d8d8;
  border-radius: 1rem;
}

.product-showcase-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: start;
}

.product-gallery {
  display: grid;
  gap: 0.75rem;
}

.product-main-image {
  margin: 0;
  border-radius: 0.8rem;
  border: 1px solid #d6d6d6;
  overflow: hidden;
  background: #ffffff;
}

.product-main-image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.product-thumbs {
  display: none;
}

.product-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0.45rem;
  border: 1px solid #d2d2d2;
  background: #f7f7f7;
}

.product-showcase--ftn .product-main-image img {
  aspect-ratio: auto;
  height: clamp(360px, 48vw, 680px);
  object-fit: contain;
  object-position: left center;
  background: #ffffff;
}

.image-showcase--ftn .image-grid {
  justify-items: start;
}

.image-showcase--ftn .image-card {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.image-showcase--ftn .image-card img {
  aspect-ratio: auto;
  height: clamp(320px, 44vw, 620px);
  object-fit: contain;
  object-position: left center;
  background: #ffffff;
}

.product-copy {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.8rem;
  padding: 1rem 1.1rem;
}

.product-copy h2 {
  margin: 0.2rem 0 0.6rem;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
}

.product-copy p {
  margin: 0;
  color: #4f5459;
}

.product-copy .hero-actions {
  margin-top: 0.9rem;
}

.product-copy .list {
  margin-top: 0.85rem;
}

@media (min-width: 980px) {
  .hero--split .hero-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 1.35rem;
  }

  .hero--split .hero-media {
    align-self: stretch;
  }

  .hero--split .hero-media img {
    height: 100%;
  }
}

@media (max-width: 1020px) {
  .nav-wrap {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0.44rem;
    min-height: auto;
    padding: 0.56rem 0;
  }

  .brand {
    flex: 1 1 100%;
  }

  .brand img {
    width: clamp(156px, 40vw, 212px);
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: 0;
    align-items: center;
    justify-content: center;
  }

  .top-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem;
    margin-left: 0;
    flex: 1 1 auto;
    min-width: 0;
  }

  .top-nav .cta-nav {
    width: auto;
    max-width: 100%;
    padding: 0.56rem 0.82rem;
    font-size: 0.9rem;
  }

  .lang-switch-host,
  .lang-note {
    margin-left: 0;
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
  }

  .lang-switch {
    margin-left: auto;
    justify-content: flex-end;
  }

  .top-nav-links {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 0.45rem);
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 0.75rem;
    padding: 0.55rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    min-width: min(260px, calc(100vw - 1.6rem));
    max-width: calc(100vw - 1.6rem);
    flex-direction: column;
    align-items: stretch;
    z-index: 32;
  }

  .top-nav-links.is-open {
    display: flex;
  }

  .top-nav-link {
    width: 100%;
  }

  .showcase-overlay {
    position: static;
    width: 100%;
    border-radius: 0;
    border-left-width: 6px;
    border-top: 1px solid #d8d8d8;
    border-right: none;
    border-bottom: none;
    box-shadow: none;
  }

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

@media (max-width: 640px) {
  .wrap {
    width: calc(100% - 1.1rem);
  }

  .image-showcase {
    width: calc(100% - 1.1rem);
  }

  .nav-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "brand"
      "menu"
      "cta";
    align-items: center;
    column-gap: 0;
    row-gap: 0.45rem;
    padding: 0.52rem 0;
  }

  .brand {
    grid-area: brand;
    flex: 0 0 auto;
    min-width: 0;
  }

  .brand img {
    width: clamp(146px, 39vw, 184px);
  }

  .menu-toggle {
    grid-area: menu;
    margin: 0;
    justify-self: start;
    padding: 0.44rem 0.78rem;
    font-size: 0.95rem;
    border-radius: 0.64rem;
  }

  .top-nav {
    grid-area: cta;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.42rem;
  }

  .lang-switch-host,
  .lang-note {
    width: auto;
    min-width: 0;
    margin-left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
  }

  .top-nav .lang-switch-host,
  .top-nav .lang-note {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    padding: 1.05rem 0.92rem 1.1rem;
    border-left-width: 5px;
  }

  .hero h1 {
    font-size: clamp(1.38rem, 7.7vw, 1.9rem);
    line-height: 1.13;
    letter-spacing: -0.012em;
  }

  .hero p {
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0.7rem 0 1rem;
  }

  .section h2 {
    font-size: clamp(1.2rem, 5.5vw, 1.46rem);
  }

  .hero-actions .button,
  .cta-band .button {
    width: 100%;
  }

  .top-nav .cta-nav {
    width: auto;
    min-width: 0;
    padding: 0.5rem 0.74rem;
    font-size: 0.86rem;
    border-radius: 0.64rem;
    box-shadow: 0 4px 12px rgba(226, 0, 21, 0.22);
  }

  .unit-toggle-btn {
    padding: 0.32rem 0.52rem;
    font-size: 0.72rem;
    border-radius: 0.58rem;
  }

  .lang-switch {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .lang-switch-label {
    font-size: 0.64rem;
    letter-spacing: 0.11em;
  }

  .lang-switch-btn {
    min-width: 1.95rem;
    padding: 0.28rem 0.38rem;
    font-size: 0.74rem;
  }

  .top-nav-links {
    right: 0;
    left: auto;
  }
}

@media (max-width: 760px) {
  .nav-wrap {
    row-gap: 0.46rem;
  }

  .menu-toggle {
    flex: 0 0 auto;
  }

  .top-nav {
    flex: 1 1 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.42rem;
  }

  .top-nav .lang-switch-host,
  .top-nav .lang-note {
    width: 100%;
    justify-content: space-between;
  }
}
