@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/mu-plugins/wp-toolkit/UI/admin/fonts/montserrat-latin-ext-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/mu-plugins/wp-toolkit/UI/admin/fonts/montserrat-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/mu-plugins/wp-toolkit/UI/admin/fonts/montserrat-latin-ext-500-normal.woff2") format("woff2");
  font-weight: 500 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/mu-plugins/wp-toolkit/UI/admin/fonts/montserrat-latin-500-normal.woff2") format("woff2");
  font-weight: 500 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Font Awesome Brands";
  src: url("/wp-content/themes/Impreza/fonts/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --ink: #0a0c0f;
  --ink-soft: #12161b;
  --paper: #f2f1ed;
  --white: #ffffff;
  --muted: #a4a9ae;
  --line: rgba(10, 12, 15, 0.13);
  --yellow: #36c5b9;
  --yellow-deep: #20a99f;
  --shell: min(1240px, calc(100vw - 64px));
  --radius: 2px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.05;
  letter-spacing: -0.035em;
}

h1 em,
h2 em {
  color: var(--yellow);
  font-style: normal;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--yellow);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  transition: background 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.site-header.is-scrolled,
.site-header.has-submenu-open {
  background: rgba(7, 9, 12, 0.94);
  border-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.site-header.has-submenu-open {
  background: #080d12;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.header-inner {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto 190px;
  align-items: center;
  min-height: 88px;
  gap: 24px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.language-switcher a {
  position: relative;
  padding: 8px 2px;
  color: rgba(255, 255, 255, 0.55);
  transition: color 180ms ease;
}

.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher a[aria-current="page"] {
  color: var(--turquoise);
}

.language-switcher a[aria-current="page"]::after {
  position: absolute;
  right: 2px;
  bottom: 2px;
  left: 2px;
  height: 1px;
  background: currentColor;
  content: "";
}

.brand {
  display: flex;
  width: 154px;
  height: 56px;
  align-items: center;
  overflow: hidden;
}

.brand img {
  width: 154px;
  height: auto;
}

.footer-brand img {
  width: 190px;
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.3vw, 40px);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.nav-parent,
.nav-direct {
  position: relative;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.78);
  transition: color 180ms ease;
}

.nav-parent::after,
.nav-direct::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 200ms ease;
}

.nav-parent:hover,
.nav-parent:focus-visible,
.nav-parent[aria-current],
.nav-direct:hover,
.nav-direct:focus-visible,
.nav-direct[aria-current] {
  color: var(--white);
}

.nav-parent:hover::after,
.nav-parent:focus-visible::after,
.nav-parent[aria-current]::after,
.nav-direct:hover::after,
.nav-direct:focus-visible::after,
.nav-direct[aria-current]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-item,
.nav-item-head {
  display: flex;
  align-items: center;
}

.nav-item {
  position: relative;
}

.nav-item-head {
  gap: 5px;
}

.submenu-toggle {
  display: grid;
  width: 28px;
  height: 30px;
  padding: 0;
  border: 0;
  place-items: center;
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.submenu-toggle span {
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid currentColor;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  font-size: 0;
  line-height: 0;
  transform: translateY(1px);
  transition: transform 180ms ease, color 180ms ease;
}

.nav-item:hover .submenu-toggle,
.nav-item:focus-within .submenu-toggle,
.nav-item.is-open .submenu-toggle {
  color: var(--yellow);
}

.nav-item.is-open .submenu-toggle span {
  transform: translateY(-1px) rotate(180deg);
}

.nav-item.is-open .nav-parent {
  color: var(--white);
}

.nav-item.is-open .nav-parent::after {
  transform: scaleX(1);
  transform-origin: left;
}

.submenu-toggle:hover,
.submenu-toggle:focus-visible,
.nav-item.is-open .submenu-toggle {
  border: 1px solid rgba(54, 197, 185, 0.45);
  outline: 0;
  background: rgba(54, 197, 185, 0.08);
}

.submenu {
  position: absolute;
  top: calc(100% + 22px);
  z-index: 20;
  width: 390px;
  max-height: calc(100vh - 112px);
  padding: 30px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 2px solid var(--yellow);
  visibility: hidden;
  opacity: 0;
  color: var(--white);
  background: #090e13;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.submenu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 24px;
  content: "";
}

.submenu-compact {
  left: -24px;
}

.submenu-mega {
  position: fixed;
  top: 88px;
  left: 50%;
  width: var(--shell);
  transform: translate(-50%, -6px);
}

.nav-item.is-open > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.nav-item.is-open > .submenu-mega {
  transform: translate(-50%, 0);
}

.submenu-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.submenu-topline span,
.submenu-group > span {
  color: var(--yellow);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.submenu-topline p {
  max-width: 650px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
}

.submenu-topline > a {
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

.submenu-grid {
  display: grid;
  gap: 32px;
  padding-top: 25px;
}

.submenu-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.submenu-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.submenu-columns-1 {
  grid-template-columns: 1fr;
}

.submenu-group {
  min-width: 0;
}

.submenu-group > span {
  display: block;
  margin-bottom: 13px;
  font-size: 9px;
}

.submenu-group a {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  transition: color 160ms ease, padding-left 160ms ease;
}

.submenu-group a b,
.submenu-topline a b {
  color: var(--yellow);
  font-weight: 400;
  opacity: 0;
  transition: opacity 160ms ease;
}

.submenu-group a:hover,
.submenu-group a:focus-visible,
.submenu-group a[aria-current="page"] {
  padding-left: 6px;
  color: var(--white);
}

.submenu-group a:hover b,
.submenu-group a:focus-visible b,
.submenu-group a[aria-current="page"] b,
.submenu-topline a:hover b,
.submenu-topline a:focus-visible b {
  opacity: 1;
}

.menu-scrim {
  position: fixed;
  inset: 88px 0 0;
  z-index: 90;
  padding: 0;
  border: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(3, 6, 9, 0.5);
  cursor: default;
  transition: opacity 160ms ease, visibility 160ms ease;
}

.menu-scrim.is-visible {
  visibility: visible;
  opacity: 1;
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: var(--ink);
  background: var(--yellow);
  border-color: var(--yellow);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 44px;
  padding: 0;
  border: 0;
  color: var(--white);
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 1px;
  margin: 7px auto;
  background: currentColor;
  transition: transform 200ms ease;
}

.hero {
  position: relative;
  display: flex;
  min-height: 820px;
  height: 100svh;
  align-items: stretch;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

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

.hero-media {
  background-image:
    linear-gradient(90deg, rgba(5, 7, 10, 0.96) 0%, rgba(5, 7, 10, 0.83) 36%, rgba(5, 7, 10, 0.18) 74%, rgba(5, 7, 10, 0.55) 100%),
    linear-gradient(0deg, rgba(4, 6, 9, 0.86) 0%, transparent 40%),
    url("/preview/assets/home-hero-rbw.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
  animation: heroIn 1300ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-grid {
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, black, transparent 70%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 80px;
  padding-top: 112px;
  padding-bottom: 150px;
}

.hero-copy {
  max-width: 830px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--yellow);
}

.eyebrow-dark {
  color: #5f6469;
}

.hero h1 {
  max-width: 850px;
  margin-bottom: 30px;
  font-size: clamp(56px, 6.25vw, 96px);
  font-weight: 500;
}

.hero h1 em {
  display: inline-block;
}

.hero-lead {
  max-width: 630px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.69);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0 26px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--ink);
  background: var(--yellow);
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
}

.play-dot {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: var(--yellow);
  font-size: 9px;
  transition: border-color 180ms ease, background 180ms ease;
}

.text-link:hover .play-dot,
.text-link:focus-visible .play-dot {
  background: rgba(255, 224, 0, 0.1);
  border-color: var(--yellow);
}

.hero-note {
  align-self: end;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin-bottom: 10px;
  padding: 24px 0 24px 24px;
  border-left: 2px solid var(--yellow);
  background: linear-gradient(90deg, rgba(8, 11, 15, 0.68), transparent);
}

.note-index {
  color: var(--yellow);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.hero-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
}

.hero-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.65;
}

.hero-rail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(5, 7, 10, 0.42);
  backdrop-filter: blur(10px);
}

.rail-inner {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  min-height: 100px;
  gap: 50px;
}

.rail-inner > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rail-inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.rail-inner li {
  padding: 9px 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 600;
}

.rail-inner li span {
  display: block;
  margin-bottom: 4px;
  color: var(--yellow);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.section {
  padding: 130px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 64px;
}

.section-heading h2,
.engineering h2,
.process h2,
.contact h2 {
  margin: 0;
  font-size: clamp(44px, 4.4vw, 72px);
  font-weight: 500;
}

.section-heading h2 em {
  color: #7e8488;
}

.section-heading > p {
  margin-bottom: 4px;
  color: #62676b;
  font-size: 14px;
  line-height: 1.9;
}

.solution-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: repeat(2, 310px);
  gap: 16px;
}

.solution-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.solution-card-large {
  grid-row: 1 / 3;
}

.solution-card img,
.project-image img,
.project-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 400ms ease;
}

.solution-card-large img {
  object-position: center;
}

.solution-card:hover img,
.solution-card:focus-within img,
.project-card:hover img,
.project-card:hover video {
  transform: scale(1.045);
}

.card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 9, 12, 0.06) 10%, rgba(7, 9, 12, 0.92) 100%);
}

.card-content {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 34px;
}

.card-number {
  padding-top: 7px;
  color: var(--yellow);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.card-content p {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.card-content h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 500;
}

.card-content a {
  display: inline-flex;
  gap: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 600;
  transition: color 180ms ease;
}

.card-content a:hover,
.card-content a:focus-visible {
  color: var(--yellow);
}

.tooling-visual,
.tooling-detail-image {
  background: #0c1518;
}

.tooling-visual > img {
  object-fit: cover;
  object-position: center 56%;
}

.tooling-detail-image > img {
  object-position: center 56%;
}

.engineering {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  min-height: 860px;
  color: var(--white);
  background: var(--ink);
}

.engineering-media {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: #071a17;
}

.engineering-media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, transparent 62%, rgba(10, 12, 15, 0.54));
  content: "";
  pointer-events: none;
}

.engineering-brand-surface {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 5%, transparent 0 19%, rgba(46, 209, 174, 0.22) 19.2% 27%, transparent 27.2%),
    linear-gradient(135deg, rgba(18, 111, 91, 0.12), transparent 48%),
    repeating-linear-gradient(0deg, transparent 0 63px, rgba(255, 255, 255, 0.035) 64px),
    repeating-linear-gradient(90deg, transparent 0 63px, rgba(255, 255, 255, 0.035) 64px),
    radial-gradient(circle at 62% 40%, rgba(28, 194, 159, 0.14), transparent 45%),
    linear-gradient(145deg, #06120f, #0b2a24);
}

.engineering-brand-surface::after {
  position: absolute;
  right: 0;
  bottom: 25%;
  width: 58%;
  height: 1px;
  background: linear-gradient(90deg, rgba(46, 209, 174, 0.68), rgba(46, 209, 174, 0.08));
  box-shadow: -52vw 126px 0 rgba(46, 209, 174, 0.4);
  content: "";
}

.engineering-media .engineering-brand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(58%, 540px);
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.22));
}

.media-label {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  display: flex;
  width: 150px;
  height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.media-label span {
  display: block;
  margin-bottom: 2px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.engineering-copy {
  display: flex;
  max-width: 660px;
  flex-direction: column;
  justify-content: center;
  padding: 110px 72px;
}

.engineering h2 {
  margin-bottom: 30px;
}

.engineering-lead {
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.9;
}

.feature-list {
  margin-bottom: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-item > span {
  padding-top: 3px;
  color: var(--yellow);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.feature-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

.feature-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
}

.button-light {
  align-self: flex-start;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
}

.button-light:hover,
.button-light:focus-visible {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.projects {
  background: #fff;
}

.projects-heading {
  align-items: center;
}

.outline-link {
  justify-self: end;
  display: inline-flex;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 600;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 18px;
}

.project-card-featured {
  margin-top: 54px;
}

.project-image {
  position: relative;
  height: 390px;
  overflow: hidden;
  background: #e1e1df;
}

.project-image span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.project-info {
  padding: 24px 4px 0;
}

.project-info h3 {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 500;
}

.project-info p {
  margin: 0;
  color: #6a7074;
  font-size: 12px;
  line-height: 1.75;
}

.process {
  color: var(--white);
  background: var(--ink-soft);
}

.process-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 120px;
}

.process-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.process h2 {
  margin-bottom: 28px;
}

.process-intro > p:last-child {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.9;
}

.process-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.process-steps li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 30px;
  padding: 38px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.process-steps > li > span {
  color: var(--yellow);
  font-size: 12px;
  letter-spacing: 0.13em;
}

.process-steps h3 {
  margin-bottom: 9px;
  font-size: 24px;
  font-weight: 500;
}

.process-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.contact {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: var(--yellow);
}

.contact-pattern {
  position: absolute;
  top: -240px;
  right: -150px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(10, 12, 15, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(10, 12, 15, 0.035), 0 0 0 180px rgba(10, 12, 15, 0.026);
}

.contact-inner {
  position: relative;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 110px;
}

.contact .eyebrow {
  color: rgba(10, 12, 15, 0.6);
}

.contact .eyebrow span {
  background: var(--ink);
}

.contact h2 {
  max-width: 850px;
  margin-bottom: 45px;
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 32px;
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover,
.button-dark:focus-visible {
  color: var(--ink);
  background: var(--white);
}

.contact-actions p {
  margin: 0;
  color: rgba(10, 12, 15, 0.61);
  font-size: 10px;
  line-height: 1.65;
}

.site-footer {
  color: var(--white);
  background: #07090b;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  padding-top: 78px;
  padding-bottom: 60px;
}

.footer-brand img {
  width: 150px;
  height: auto;
  margin-bottom: 22px;
}

.footer-brand p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  line-height: 1.8;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links span {
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  font-size: 9px;
}

.footer-bottom p {
  margin: 0;
}

/* Inner pages */
.page-hero {
  position: relative;
  display: flex;
  min-height: 680px;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.page-hero-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
  animation: heroIn 1300ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.about-hero .page-hero-media {
  background-image:
    linear-gradient(90deg, rgba(4, 7, 9, 0.94) 0%, rgba(4, 10, 12, 0.72) 47%, rgba(5, 23, 21, 0.3) 100%),
    radial-gradient(circle at 84% 6%, transparent 0 21%, rgba(28, 202, 169, 0.22) 21.2% 29%, transparent 29.2%),
    radial-gradient(circle at 14% 92%, rgba(15, 153, 127, 0.26), transparent 37%),
    linear-gradient(132deg, #05080a 0%, #0a2521 55%, #073b33 100%);
  background-position: center;
  background-size: cover;
}

.products-hero .page-hero-media {
  background-image: linear-gradient(180deg, rgba(5, 7, 10, 0.58), rgba(5, 7, 10, 0) 34%), linear-gradient(90deg, rgba(5, 7, 10, 0.94), rgba(5, 7, 10, 0.12)), url("/wp-content/uploads/2025/12/STAND-ALONE-FANUC.webp");
  background-position: center 58%;
}

.solutions-hero .page-hero-media {
  background-image: linear-gradient(180deg, rgba(5, 7, 10, 0.58), rgba(5, 7, 10, 0) 34%), linear-gradient(90deg, rgba(5, 7, 10, 0.94), rgba(5, 7, 10, 0.12)), url("/wp-content/uploads/2024/11/Robotik-Slider-L-Poz.-Tek-Eksen-Poz.-L-Aski-Kaynak-Sistemi-2_makyol.webp");
  background-position: center 60%;
}

.contact-hero .page-hero-media {
  background-image: linear-gradient(90deg, rgba(5, 7, 10, 0.97), rgba(5, 7, 10, 0.3)), linear-gradient(0deg, rgba(4, 6, 9, 0.75), transparent 55%), url("/wp-content/uploads/2024/11/cozumler-4_makyol-robotik.webp");
}

.page-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 180px;
  padding-bottom: 92px;
}

.page-kicker {
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-kicker a {
  color: rgba(255, 255, 255, 0.72);
}

.page-hero h1 {
  max-width: 940px;
  margin-bottom: 28px;
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 500;
}

.page-hero-inner > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.85;
}

.about-story-grid,
.contact-page-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
}

.about-story h2,
.catalog h2,
.contact-page h2,
.integration-section h2,
.brief-copy h2,
.product-note h2 {
  margin: 0;
  font-size: clamp(44px, 4.4vw, 70px);
  font-weight: 500;
}

.about-story h2 em,
.catalog h2 em,
.contact-page h2 em {
  color: #7e8488;
}

.story-copy {
  padding-top: 48px;
}

.story-copy > p {
  color: #656b70;
  font-size: 13px;
  line-height: 1.9;
}

.story-copy .story-lead {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.65;
}

.story-copy .outline-link {
  margin-top: 18px;
}

.image-statement {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 760px;
  color: var(--white);
  background: var(--ink);
}

.image-statement-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #071a17;
}

.image-statement-media .corporate-brand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(58%, 540px);
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.22));
}

.image-statement-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 8vw;
}

.image-statement-copy blockquote {
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  font-size: clamp(29px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.04em;
}

.image-statement-copy > p:last-child {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.9;
}

.values {
  background: var(--paper);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.value-card {
  min-height: 340px;
  padding: 38px;
  border-top: 3px solid var(--yellow);
  background: #fff;
}

.value-card > span,
.solution-detail > span {
  color: #8b9094;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.value-card h3 {
  margin-top: 100px;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 500;
}

.value-card p {
  margin: 0;
  color: #6a7074;
  font-size: 12px;
  line-height: 1.8;
}

.capability-band {
  padding: 70px 0;
  color: var(--white);
  background: var(--ink-soft);
}

.capability-band-inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.capability-band-inner li {
  padding: 30px 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.capability-band-inner li:first-child {
  border-left: 0;
}

.capability-band-inner strong,
.capability-band-inner li span {
  display: block;
}

.capability-band-inner strong {
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 500;
}

.capability-band-inner li span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
}

.compact-contact .contact-inner {
  padding-top: 90px;
  padding-bottom: 90px;
}

.catalog {
  background: #fff;
}

.catalog-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 90px;
  margin-bottom: 52px;
}

.catalog-intro > p {
  margin-bottom: 3px;
  color: #62676b;
  font-size: 13px;
  line-height: 1.9;
}

.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 42px;
}

.category-strip span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  color: #5e6468;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 18px;
}

.product-card-image {
  position: relative;
  height: 350px;
  overflow: hidden;
  background: #e8e8e5;
}

.product-card-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(5, 7, 10, 0.22));
  content: "";
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.product-card:hover .product-card-image img {
  transform: scale(1.045);
}

.product-card-image > span {
  position: absolute;
  right: 15px;
  bottom: 12px;
  z-index: 2;
  color: var(--white);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.product-card-copy {
  padding: 20px 3px 0;
}

.product-card-copy p,
.solution-detail > p,
.solution-detail-copy p {
  margin-bottom: 8px;
  color: #7a8084;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-card-copy h3 {
  min-height: 54px;
  margin-bottom: 13px;
  font-size: 23px;
  font-weight: 500;
}

.product-card-copy a,
.solution-detail > a,
.solution-detail-copy a {
  color: #656b70;
  font-size: 9px;
  font-weight: 600;
  transition: color 180ms ease;
}

.product-card-copy a:hover,
.product-card-copy a:focus-visible,
.solution-detail a:hover,
.solution-detail a:focus-visible {
  color: #b09500;
}

.product-note {
  padding: 100px 0;
  color: var(--white);
  background: var(--ink-soft);
}

.product-note-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.3fr 0.9fr auto;
  align-items: center;
  gap: 48px;
}

.product-note-grid > p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.8;
}

.product-note .eyebrow {
  margin: 0;
}

.product-note h2 {
  font-size: clamp(36px, 3.4vw, 54px);
}

.solution-overview {
  background: var(--paper);
}

.solution-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 390px;
  gap: 16px;
}

.solution-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px;
  overflow: hidden;
  background: #fff;
}

.solution-detail > p {
  margin-top: auto;
}

.solution-detail h3 {
  margin-bottom: 28px;
  font-size: 31px;
  font-weight: 500;
}

.solution-detail > a {
  margin-top: auto;
}

.solution-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 25px;
}

.solution-tags b {
  padding: 7px 9px;
  border: 1px solid var(--line);
  color: #70767a;
  font-size: 8px;
  font-weight: 500;
}

.solution-detail-image {
  color: var(--white);
  background: var(--ink);
}

.solution-detail-image > img,
.solution-detail-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.solution-detail-image > img {
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.solution-detail-image:hover > img {
  transform: scale(1.045);
}

.solution-detail-shade {
  background: linear-gradient(180deg, rgba(5, 7, 10, 0.06), rgba(5, 7, 10, 0.92));
}

.solution-detail-copy {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.solution-detail-copy > span {
  color: var(--yellow);
  font-size: 10px;
}

.solution-detail-copy p {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.55);
}

.solution-detail-copy h3 {
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 500;
}

.solution-detail-copy a {
  color: rgba(255, 255, 255, 0.68);
}

.integration-section,
.brief-section {
  padding: 120px 0;
  color: var(--white);
  background: var(--ink);
}

.integration-grid,
.brief-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.integration-copy h2,
.brief-copy h2 {
  margin-bottom: 28px;
}

.integration-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.85;
}

.integration-copy ul {
  margin: 32px 0 38px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.integration-copy li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.integration-copy li::before {
  margin-right: 12px;
  color: var(--yellow);
  content: "+";
}

.integration-image,
.brief-image {
  min-height: 590px;
  overflow: hidden;
}

.integration-image img,
.brief-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.integration-video {
  position: relative;
  display: grid;
  place-items: center;
  background: #05070a;
}

.integration-video video {
  width: 100%;
  height: 100%;
  max-height: 720px;
  object-fit: contain;
}

.integration-video > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 12px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page {
  background: #fff;
}

.contact-page-lead {
  max-width: 490px;
  margin-top: 30px;
  color: #656b70;
  font-size: 13px;
  line-height: 1.9;
}

.contact-methods {
  border-top: 1px solid var(--line);
}

.contact-method {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 110px;
  border-bottom: 1px solid var(--line);
  transition: padding 180ms ease, background 180ms ease;
}

a.contact-method:hover,
a.contact-method:focus-visible {
  padding-inline: 18px;
  background: var(--paper);
}

.contact-method span {
  color: #858b8f;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-method strong {
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.contact-method em {
  color: #858b8f;
  font-size: 13px;
  font-style: normal;
}

.brief-section {
  padding: 0;
}

.brief-grid {
  grid-template-columns: 1.05fr 0.95fr;
  width: 100%;
  max-width: none;
  gap: 0;
}

.brief-image {
  min-height: 760px;
}

.brief-copy {
  max-width: 650px;
  padding: 90px 6vw;
}

.brief-copy ol {
  margin: 34px 0 38px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
}

.brief-copy li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.brief-copy li > span {
  color: var(--yellow);
  font-size: 9px;
}

.brief-copy li p {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
}

.brief-copy li strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 12px;
}

.inquiry-section {
  padding: 120px 0;
}

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

.inquiry-section-dark {
  color: var(--white);
  background: var(--ink);
}

.inquiry-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
  gap: clamp(54px, 8vw, 120px);
}

.inquiry-copy {
  position: sticky;
  top: 130px;
}

.inquiry-copy h2 {
  margin: 0 0 28px;
  font-size: clamp(44px, 4.4vw, 70px);
  font-weight: 500;
}

.inquiry-copy h2 em {
  color: #7e8488;
}

.inquiry-copy > p:not(.eyebrow) {
  max-width: 470px;
  color: #666d71;
  font-size: 13px;
  line-height: 1.9;
}

.inquiry-section-dark .inquiry-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.54);
}

.inquiry-contact-note {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.inquiry-contact-note span {
  display: block;
  margin-bottom: 9px;
  color: #8a9093;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.inquiry-contact-note strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.inquiry-form {
  display: grid;
  gap: 20px;
  padding: clamp(28px, 4vw, 52px);
}

.inquiry-form-light {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 24px 60px rgba(12, 16, 20, 0.07);
}

.inquiry-form-dark {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.inquiry-form label:not(.form-consent) {
  display: grid;
  gap: 9px;
  color: #5f666a;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.inquiry-form-dark label:not(.form-consent) {
  color: rgba(255, 255, 255, 0.58);
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cfd3d5;
  border-radius: 0;
  padding: 13px 0;
  color: var(--ink);
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 180ms ease;
}

.inquiry-form textarea {
  min-height: 105px;
  resize: vertical;
  line-height: 1.6;
}

.inquiry-form-dark input,
.inquiry-form-dark select,
.inquiry-form-dark textarea {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.inquiry-form-dark select option {
  color: var(--ink);
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--turquoise);
}

.form-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 11px;
  color: #777e82;
  font-size: 10px;
  line-height: 1.7;
}

.form-consent input {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  accent-color: var(--turquoise);
}

.form-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inquiry-form .button {
  justify-self: start;
  margin-top: 4px;
}

.form-status {
  min-height: 18px;
  margin: 0;
  color: #687075;
  font-size: 10px;
  line-height: 1.6;
}

.form-status.is-pending {
  color: #687075;
}

.form-status.is-success {
  color: #198754;
  font-weight: 600;
}

.form-status.is-error {
  color: #c43f3f;
  font-weight: 600;
}

.inquiry-form-dark .form-status.is-success {
  color: #71e1b1;
}

.inquiry-form-dark .form-status.is-error {
  color: #ff8e8e;
}

.form-status a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-honeypot {
  position: fixed !important;
  top: -10000px !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.inquiry-form-dark .form-status,
.inquiry-form-dark .form-consent {
  color: rgba(255, 255, 255, 0.5);
}

.instagram-section {
  overflow: hidden;
  background: #f4f6f5;
}

.instagram-heading {
  align-items: end;
}

.instagram-heading-copy {
  max-width: 470px;
}

.instagram-heading-copy > p {
  margin: 0 0 22px;
  color: #656c70;
  font-size: 13px;
  line-height: 1.9;
}

.instagram-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #8f9699;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
}

.instagram-profile-link span {
  color: var(--turquoise);
}

.instagram-profile-bar {
  display: grid;
  grid-template-columns: 62px minmax(230px, 1fr) auto auto;
  align-items: center;
  gap: 20px;
  margin-top: 54px;
  padding: 18px 20px;
  border: 1px solid #dce1df;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 45px rgba(12, 16, 20, 0.05);
}

.instagram-avatar {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d9dddb;
  border-radius: 50%;
  background: #fff;
}

.instagram-avatar img {
  width: 54px;
  height: auto;
}

.instagram-profile-copy {
  display: grid;
  gap: 5px;
}

.instagram-profile-copy strong {
  font-size: 15px;
  font-weight: 600;
}

.instagram-profile-copy span {
  color: #737a7e;
  font-size: 10px;
}

.instagram-profile-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.instagram-profile-tags span {
  padding: 7px 9px;
  border: 1px solid #d8dddb;
  color: #6a7175;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.instagram-profile-bar > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  color: var(--white);
  background: var(--ink);
  font-size: 9px;
  font-weight: 600;
}

.instagram-profile-bar > a span {
  color: var(--turquoise);
}

.instagram-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  grid-template-rows: repeat(2, 330px);
  gap: 18px;
  margin-top: 18px;
}

.instagram-post {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 22px 54px rgba(12, 16, 20, 0.1);
}

.instagram-post-featured {
  grid-row: 1 / 3;
}

.instagram-post::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 6, 8, 0.06) 28%, rgba(4, 6, 8, 0.94) 100%);
  content: "";
}

.instagram-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.instagram-post:hover img,
.instagram-post:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.instagram-post-type,
.instagram-play,
.instagram-post-copy {
  position: absolute;
  z-index: 2;
}

.instagram-post-type {
  top: 18px;
  left: 18px;
  padding: 8px 10px;
  color: var(--ink);
  background: var(--turquoise);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.instagram-play {
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  color: var(--white);
  background: rgba(5, 7, 10, 0.25);
  font-size: 10px;
  backdrop-filter: blur(7px);
}

.instagram-post-copy {
  right: 24px;
  bottom: 24px;
  left: 24px;
}

.instagram-post-copy > span {
  display: block;
  margin-bottom: 8px;
  color: var(--turquoise);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.instagram-post-copy h3 {
  max-width: 620px;
  margin: 0 0 10px;
  font-size: clamp(20px, 2.4vw, 37px);
  font-weight: 500;
  line-height: 1.1;
}

.instagram-post:not(.instagram-post-featured) .instagram-post-copy h3 {
  font-size: 20px;
}

.instagram-post-copy p {
  max-width: 570px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.7;
}

.instagram-post-copy b {
  color: rgba(255, 255, 255, 0.78);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroIn {
  from { opacity: 0; transform: scale(1.06); }
  to { opacity: 1; transform: scale(1.015); }
}

@media (max-width: 1080px) {
  :root {
    --shell: min(100% - 48px, 960px);
  }

  .header-inner {
    grid-template-columns: 140px minmax(0, 1fr) auto 170px;
    gap: 18px;
  }

  .main-nav {
    gap: 18px;
  }

  .nav-direct-contact {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 30px;
  }

  .rail-inner {
    grid-template-columns: 140px 1fr;
    gap: 20px;
  }

  .rail-inner li {
    padding-inline: 15px;
  }

  .engineering-copy {
    padding-inline: 48px;
  }

  .process-layout {
    gap: 70px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: calc(100vw - 36px);
  }

  .site-header {
    background: rgba(7, 9, 12, 0.88);
    backdrop-filter: blur(14px);
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 74px;
  }

  .language-switcher {
    position: absolute;
    top: 22px;
    right: 66px;
    z-index: 4;
  }

  .brand {
    width: 136px;
    height: 48px;
  }

  .brand img {
    width: 128px;
  }

  .menu-toggle {
    display: block;
    z-index: 3;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding: 100px 28px 48px;
    visibility: hidden;
    opacity: 0;
    background: #07090b;
    transition: opacity 200ms ease, visibility 200ms ease;
  }

  .main-nav.is-open {
    visibility: visible;
    opacity: 1;
  }

  .nav-direct,
  .nav-direct-contact {
    display: block;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 22px;
  }

  .nav-item {
    display: block;
    width: 100%;
  }

  .nav-item-head {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-parent {
    flex: 1;
    padding: 14px 0;
    font-size: 22px;
  }

  .submenu-toggle {
    width: 48px;
    height: 54px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .submenu {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0 14px;
    overflow: hidden;
    border: 0;
    visibility: hidden;
    opacity: 1;
    background: #0b0e12;
    box-shadow: none;
    transform: none;
    transition: max-height 260ms ease, padding 260ms ease, visibility 260ms ease;
  }

  .submenu::before {
    display: none;
  }

  .nav-item:hover > .submenu,
  .nav-item:focus-within > .submenu {
    visibility: hidden;
    transform: none;
  }

  .nav-item.is-open > .submenu,
  .nav-item.is-open:hover > .submenu,
  .nav-item.is-open:focus-within > .submenu {
    max-height: 1600px;
    padding: 22px 14px 28px;
    visibility: visible;
    transform: none;
  }

  .submenu-grid,
  .submenu-columns-4,
  .submenu-columns-3,
  .submenu-columns-1 {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .submenu-topline > a {
    width: auto;
    border: 0;
    font-size: 9px;
  }

  .submenu-group a {
    width: 100%;
    font-size: 11px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 760px;
    height: auto;
  }

  .hero-media {
    background-image:
      linear-gradient(90deg, rgba(5, 7, 10, 0.94), rgba(5, 7, 10, 0.46)),
      linear-gradient(0deg, rgba(4, 6, 9, 0.92), transparent 55%),
      url("/preview/assets/home-hero-rbw.webp");
    background-position: 63% center;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 165px;
    padding-bottom: 210px;
  }

  .hero-note {
    display: none;
  }

  .hero h1 {
    font-size: clamp(46px, 11vw, 74px);
  }

  .rail-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .rail-inner > p {
    display: none;
  }

  .rail-inner ul {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
  }

  .rail-inner li:nth-child(odd) {
    border-left: 0;
  }

  .section {
    padding: 90px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 48px;
  }

  .solution-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 440px 330px 330px;
  }

  .solution-card-large {
    grid-row: auto;
  }

  .engineering {
    grid-template-columns: 1fr;
  }

  .engineering-media {
    min-height: 520px;
  }

  .engineering-copy {
    max-width: none;
    padding: 90px 36px;
  }

  .project-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .project-card-featured {
    margin-top: 0;
  }

  .project-image {
    height: 480px;
  }

  .process-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .process-intro {
    position: static;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 820px;
  }

  .hero h1 {
    margin-bottom: 24px;
    font-size: clamp(41px, 12.5vw, 62px);
  }

  .hero-lead {
    font-size: 13px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .button {
    width: 100%;
  }

  .section-heading h2,
  .engineering h2,
  .process h2,
  .contact h2 {
    font-size: 40px;
  }

  .solution-grid {
    grid-template-rows: repeat(3, 390px);
  }

  .card-content {
    grid-template-columns: 34px 1fr;
    padding: 24px;
  }

  .engineering-media {
    min-height: 420px;
  }

  .media-label {
    right: 18px;
    bottom: 18px;
    width: 110px;
    height: 110px;
  }

  .engineering-copy {
    padding: 78px 20px;
  }

  .project-image {
    height: 360px;
  }

  .process-steps li {
    grid-template-columns: 42px 1fr;
    gap: 15px;
  }

  .contact-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-pattern {
    width: 440px;
    height: 440px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

/* Homepage sections restored from the content mock */
.ecosystem {
  padding: 112px 0;
  color: var(--white);
  background: #0d1116;
}

.ecosystem-top {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 90px;
}

.ecosystem-top h2,
.technology-center h2,
.roi-copy h2 {
  margin: 0;
  font-size: clamp(44px, 4.8vw, 72px);
  font-weight: 500;
}

.ecosystem-top > p {
  max-width: 470px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.9;
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.partner-list span {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
}

.partner-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: center;
  gap: clamp(55px, 9vw, 130px);
  margin-top: 78px;
  padding-top: 78px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.partner-feature-copy {
  max-width: 600px;
}

.partner-feature-copy h3 {
  margin: 0 0 26px;
  font-size: clamp(40px, 4.6vw, 68px);
  font-weight: 500;
  line-height: 1.03;
}

.partner-feature-copy h3 em {
  color: rgba(255, 255, 255, 0.4);
}

.partner-feature-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.9;
}

.partner-video-media {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  justify-self: end;
  background: #05070a;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.36);
}

.partner-video-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-video-media > span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 9px 12px;
  color: var(--ink);
  background: var(--turquoise);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.sector-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
}

.sector-row article {
  min-height: 240px;
  padding: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.sector-row article:last-child {
  border-right: 0;
}

.sector-row span {
  color: var(--yellow);
  font-size: 9px;
}

.sector-row h3 {
  margin: 78px 0 14px;
  font-size: 23px;
  font-weight: 500;
}

.sector-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  line-height: 1.8;
}

.technology-center {
  background: #e9e8e3;
}

.technology-center h2 em {
  color: #7e8488;
}

.technology-intro-mark img {
  width: 176px;
  height: auto;
  margin-bottom: 24px;
}

.technology-intro-mark p {
  max-width: 470px;
  margin: 0;
  color: #666d71;
  font-size: 13px;
  line-height: 1.9;
}

.technology-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.technology-grid article {
  min-height: 340px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.technology-grid article > span {
  color: #16877f;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.technology-grid h3 {
  max-width: 280px;
  margin: 90px 0 18px;
  font-size: 28px;
  font-weight: 500;
}

.technology-grid p {
  max-width: 300px;
  color: #686e72;
  font-size: 11px;
  line-height: 1.8;
}

.technology-grid a {
  display: inline-block;
  margin-top: 20px;
  font-size: 10px;
  font-weight: 600;
}

.roi-section {
  padding: 112px 0;
  color: var(--white);
  background: #111820;
}

.roi-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
}

.roi-copy > p:not(.eyebrow) {
  max-width: 510px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  line-height: 1.9;
}

.roi-result {
  margin-top: 55px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.roi-result span {
  display: block;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.roi-result strong {
  display: block;
  margin: 8px 0 0;
  color: var(--yellow);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.roi-result p {
  margin: 8px 0 0 !important;
}

.roi-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #0c1117;
}

.roi-form label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 600;
}

.roi-form label > span {
  float: right;
  color: rgba(255, 255, 255, 0.34);
  font-size: 8px;
  font-weight: 400;
}

.roi-form input {
  width: 100%;
  margin-top: 8px;
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  outline: 0;
  color: var(--white);
  background: #151c24;
  font: inherit;
}

.roi-form input:focus {
  border-color: var(--yellow);
}

.roi-form button {
  grid-column: 1 / -1;
  margin-top: 8px;
}

@media (max-width: 1080px) {
  .roi-grid {
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .ecosystem-top,
  .roi-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .partner-list,
  .sector-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .technology-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .partner-list,
  .sector-row,
  .roi-form {
    grid-template-columns: 1fr;
  }

  .sector-row article {
    border-right: 0;
  }

  .technology-grid article {
    min-height: 300px;
  }

  .roi-form {
    padding: 26px 18px;
  }
}

@media (max-width: 1080px) {
  .about-story-grid,
  .contact-page-grid {
    gap: 65px;
  }

  .product-note-grid {
    grid-template-columns: 0.6fr 1.1fr 0.9fr;
  }

  .product-note-grid .button {
    grid-column: 2 / 4;
    justify-self: start;
  }

  .integration-grid {
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .page-hero {
    min-height: 650px;
  }

  .page-hero-inner {
    padding-top: 150px;
    padding-bottom: 70px;
  }

  .page-kicker {
    margin-bottom: 44px;
  }

  .page-hero h1 {
    font-size: clamp(46px, 10vw, 72px);
  }

  .about-story-grid,
  .contact-page-grid,
  .catalog-intro,
  .integration-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .story-copy {
    padding-top: 0;
  }

  .image-statement {
    grid-template-columns: 1fr;
  }

  .image-statement-media {
    min-height: 520px;
  }

  .image-statement-copy {
    padding: 80px 36px;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: 270px;
  }

  .value-card h3 {
    margin-top: 55px;
  }

  .capability-band-inner ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-band-inner li:nth-child(3) {
    border-left: 0;
  }

  .product-grid,
  .solution-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-note-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-note-grid .button {
    grid-column: auto;
  }

  .integration-image {
    min-height: 480px;
    grid-row: 1;
  }

  .contact-method {
    grid-template-columns: 94px 1fr auto;
  }

  .brief-grid {
    grid-template-columns: 1fr;
  }

  .brief-image {
    min-height: 520px;
  }

  .brief-copy {
    max-width: none;
    padding: 85px 36px;
  }
}

@media (max-width: 520px) {
  .page-hero {
    min-height: 630px;
  }

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

  .page-hero-inner > p:last-child {
    font-size: 13px;
  }

  .image-statement-media,
  .brief-image {
    min-height: 400px;
  }

  .image-statement-copy,
  .brief-copy {
    padding: 72px 20px;
  }

  .capability-band-inner ul,
  .product-grid,
  .solution-detail-grid {
    grid-template-columns: 1fr;
  }

  .capability-band-inner li,
  .capability-band-inner li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .product-card-image {
    height: 390px;
  }

  .solution-detail-grid {
    grid-auto-rows: 380px;
  }

  .contact-method {
    grid-template-columns: 1fr auto;
    gap: 8px 16px;
    padding: 22px 0;
  }

  .contact-method span {
    grid-column: 1 / 3;
  }

  .contact-method strong {
    font-size: 19px;
  }
}

@media (max-width: 900px) {
  .inquiry-grid,
  .instagram-grid {
    grid-template-columns: 1fr;
  }

  .inquiry-copy {
    position: static;
  }

  .instagram-post iframe {
    height: 640px;
  }
}

@media (max-width: 520px) {
  .inquiry-section {
    padding: 82px 0;
  }

  .inquiry-form {
    padding: 26px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .instagram-grid {
    margin-top: 40px;
  }

  .instagram-post iframe {
    height: 585px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Detail pages, editorial and legal */
.detail-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(125deg, #080a0d 0%, #11161c 66%, #161b20 100%);
}

.detail-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  min-height: 760px;
  align-items: stretch;
  gap: 68px;
}

.detail-hero-copy {
  align-self: center;
  padding: 154px 0 82px;
}

.detail-hero-copy .page-kicker {
  flex-wrap: wrap;
  margin-bottom: 54px;
}

.detail-hero-copy h1 {
  max-width: 650px;
  margin: 18px 0 25px;
  font-size: clamp(52px, 5.7vw, 86px);
  font-weight: 500;
}

.detail-hero-copy > p:not(.page-kicker):not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.9;
}

.detail-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.detail-actions .text-link {
  color: rgba(255, 255, 255, 0.72);
}

.detail-hero-media {
  position: relative;
  min-height: 620px;
  margin-top: 88px;
  overflow: hidden;
  background: #e4e5e2;
}

.detail-hero-media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 -180px 180px -150px rgba(0, 0, 0, 0.8);
  content: "";
  pointer-events: none;
}

.detail-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-media-tag {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  width: 150px;
  padding: 18px;
  color: var(--ink);
  background: var(--yellow);
}

.detail-media-tag span,
.detail-media-tag b {
  display: block;
}

.detail-media-tag span {
  font-size: 8px;
  letter-spacing: 0.16em;
}

.detail-media-tag b {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.2;
}

.detail-overview-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 110px;
}

.detail-lead h2,
.detail-specs-heading h2 {
  margin: 0;
  font-size: clamp(44px, 4.6vw, 70px);
  font-weight: 500;
}

.detail-lead h2 em {
  color: #7e8488;
}

.detail-description > p {
  margin-bottom: 42px;
  color: #555c62;
  font-size: 17px;
  line-height: 1.9;
}

.detail-features {
  border-top: 1px solid var(--line);
}

.detail-features > div {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.detail-features span {
  color: #9b9fa2;
  font-size: 9px;
}

.detail-features strong {
  font-size: 13px;
  font-weight: 600;
}

.detail-specs {
  padding: 104px 0;
  color: var(--white);
  background: var(--ink);
}

.detail-specs-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.spec-card {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.spec-card > span {
  color: rgba(255, 255, 255, 0.32);
  font-size: 9px;
}

.spec-card p {
  margin: 70px 0 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spec-card strong {
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.text-link-dark {
  align-self: flex-end;
  color: #50565a;
  font-size: 11px;
  font-weight: 600;
}

.solution-guide {
  background: #e8e7e2;
}

.solution-guide[hidden] {
  display: none;
}

.solution-guide h2 {
  margin: 0;
  font-size: clamp(44px, 4.4vw, 68px);
  font-weight: 500;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.guide-card {
  min-height: 430px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.guide-card > span {
  color: #16877f;
  font-size: 9px;
  font-weight: 600;
}

.guide-card h3 {
  margin: 62px 0 25px;
  font-size: 29px;
  font-weight: 500;
}

.guide-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.guide-card li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-top: 1px solid var(--line);
  color: #62686c;
  font-size: 11px;
  line-height: 1.75;
}

.guide-card li::before {
  position: absolute;
  top: 14px;
  left: 0;
  color: #16877f;
  content: "+";
  font-weight: 600;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.related-card > div {
  height: 300px;
  margin-bottom: 22px;
  overflow: hidden;
  background: #dde0df;
}

.related-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.related-card:hover img {
  transform: scale(1.035);
}

.related-card p {
  margin-bottom: 8px;
  color: #878c90;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.related-card h3 {
  margin-bottom: 18px;
  font-size: 25px;
  font-weight: 500;
}

.related-card > span,
.article-copy > span {
  color: #666c70;
  font-size: 10px;
  font-weight: 600;
}

.blog-hero .page-hero-media {
  background-image: linear-gradient(90deg, rgba(5, 7, 10, 0.97), rgba(5, 7, 10, 0.22)), linear-gradient(0deg, rgba(4, 6, 9, 0.62), transparent 55%), url("/wp-content/uploads/2026/08/mig-mag-robotik-kaynak.webp");
  background-position: center 52%;
}

.editorial {
  background: var(--paper);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px 24px;
}

.article-card-featured {
  grid-column: span 2;
}

.article-image {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: #dfe1df;
}

.article-card-featured .article-image {
  height: 430px;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.article-card:hover .article-image img {
  transform: scale(1.035);
}

.article-image > span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 11px 14px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-copy {
  padding-top: 20px;
}

.article-copy p {
  margin-bottom: 10px;
  color: #92979b;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-copy h3 {
  max-width: 620px;
  margin-bottom: 20px;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.16;
}

.article-hero {
  position: relative;
  min-height: 650px;
  padding: 180px 0 100px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.article-hero-inner {
  position: relative;
  z-index: 2;
}

.article-hero .page-kicker {
  margin-bottom: 50px;
}

.article-hero .eyebrow {
  gap: 9px;
}

.article-hero .eyebrow i {
  color: rgba(255, 255, 255, 0.3);
  font-style: normal;
}

.article-hero h1 {
  max-width: 1030px;
  margin: 24px 0 28px;
  font-size: clamp(48px, 6.2vw, 86px);
  font-weight: 500;
}

.article-hero-inner > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.8;
}

.article-cover {
  height: min(650px, 62vw);
  margin-top: -54px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: #d9dcda;
}

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

.article-body {
  padding: 110px 0 130px;
}

.article-body-grid {
  display: grid;
  grid-template-columns: 230px minmax(0, 740px);
  justify-content: center;
  gap: 100px;
}

.article-aside {
  position: sticky;
  top: 120px;
  align-self: start;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.article-aside span,
.article-aside a {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: #777d81;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.article-aside a:last-child {
  color: var(--ink);
  font-weight: 600;
}

.article-content p,
.article-content li {
  color: #555c61;
  font-size: 15px;
  line-height: 1.95;
}

.article-content .article-intro {
  margin-bottom: 64px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.65;
}

.article-content h2 {
  margin: 72px 0 22px;
  font-size: clamp(34px, 3.4vw, 50px);
  font-weight: 500;
}

.article-content blockquote {
  margin: 54px 0;
  padding: 30px 0 30px 34px;
  border-left: 4px solid var(--yellow);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.55;
}

.article-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.article-content li {
  position: relative;
  padding: 17px 0 17px 28px;
  border-bottom: 1px solid var(--line);
}

.article-content li::before {
  position: absolute;
  top: 19px;
  left: 0;
  color: #17887f;
  content: "✓";
}

.article-cta {
  margin-top: 72px;
  padding: 40px;
  background: #e8e7e2;
}

.article-cta p {
  max-width: 440px;
  color: var(--ink);
  font-size: 19px;
}

.legal-hero {
  position: relative;
  padding: 185px 0 100px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.legal-hero .shell {
  position: relative;
  z-index: 2;
}

.legal-hero h1 {
  margin: 24px 0 28px;
  font-size: clamp(54px, 7vw, 96px);
  font-weight: 500;
}

.legal-hero > .shell > p:last-child {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.error-page {
  min-height: 760px;
  display: grid;
  align-items: center;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.error-actions .text-link {
  color: rgba(255, 255, 255, 0.7);
}

.legal-body {
  padding: 110px 0 140px;
}

.legal-grid {
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  justify-content: center;
  gap: 110px;
}

.legal-grid aside {
  align-self: start;
  display: flex;
  flex-direction: column;
  padding-top: 18px;
  border-top: 2px solid var(--ink);
}

.legal-grid aside span {
  color: #8a8f92;
  font-size: 8px;
  letter-spacing: 0.1em;
}

.legal-grid aside strong {
  margin: 10px 0 32px;
  font-size: 14px;
}

.legal-grid aside a {
  padding-top: 15px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  font-weight: 600;
}

.legal-grid article h2 {
  margin: 58px 0 16px;
  font-size: 34px;
  font-weight: 500;
}

.legal-grid article h2:first-child {
  margin-top: 0;
}

.legal-grid article p,
.legal-grid article li {
  color: #565d62;
  font-size: 14px;
  line-height: 1.9;
}

.legal-grid article a {
  border-bottom: 1px solid #17887f;
  color: #116e67;
}

@media (max-width: 1080px) {
  .detail-hero-grid {
    gap: 40px;
  }

  .detail-overview-grid,
  .legal-grid {
    gap: 65px;
  }

  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-body-grid {
    gap: 60px;
  }
}

@media (max-width: 820px) {
  .detail-hero-grid {
    grid-template-columns: 1fr;
    padding-top: 88px;
  }

  .detail-hero-copy {
    padding: 90px 0 20px;
  }

  .detail-hero-media {
    min-height: 520px;
    margin-top: 0;
  }

  .detail-overview-grid,
  .legal-grid,
  .article-body-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .related-card:last-child {
    display: none;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .article-card-featured {
    grid-column: auto;
  }

  .article-card-featured .article-image,
  .article-image {
    height: 380px;
  }

  .article-aside {
    position: static;
  }
}

@media (max-width: 520px) {
  .detail-hero-copy h1 {
    font-size: 43px;
  }

  .detail-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .detail-hero-media {
    min-height: 410px;
  }

  .spec-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .related-card:last-child {
    display: block;
  }

  .spec-card {
    min-height: 185px;
  }

  .spec-card p {
    margin-top: 45px;
  }

  .article-card-featured .article-image,
  .article-image {
    height: 300px;
  }

  .article-hero h1,
  .legal-hero h1 {
    font-size: 42px;
  }

  .article-cover {
    height: 360px;
  }

  .article-content .article-intro {
    font-size: 18px;
  }

  .article-content blockquote {
    font-size: 19px;
  }

  .article-cta {
    padding: 28px 20px;
  }
}

/* Footer social profiles */
.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
}

.footer-social-link {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.82);
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  border-color: var(--turquoise);
  color: var(--ink);
  background: var(--turquoise);
  transform: translateY(-2px);
}

.footer-social-icon {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
}

.footer-social-icon::before {
  font-family: "Font Awesome Brands";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.footer-social-instagram .footer-social-icon::before {
  content: "\f16d";
}

.footer-social-linkedin .footer-social-icon {
  overflow: hidden;
  color: transparent;
}

.footer-social-linkedin .footer-social-icon::before {
  color: rgba(255, 255, 255, 0.82);
  content: "\f0e1";
  transition: color 220ms ease;
}

.footer-social-linkedin:hover .footer-social-icon::before,
.footer-social-linkedin:focus-visible .footer-social-icon::before {
  color: var(--ink);
}

.footer-social-youtube .footer-social-icon::before {
  content: "\f167";
}

/* Compact dynamic detail cards and remove invisible reserved areas */
.detail-specs {
  padding: 82px 0;
}

.detail-specs-heading {
  margin-bottom: 44px;
}

.spec-card {
  min-height: 190px;
}

.spec-card p {
  margin-top: 46px;
}

/* Augmentus partner / solution page */
.augmentus-page {
  background: #f1f0eb;
}

.augmentus-hero {
  position: relative;
  min-height: 980px;
  padding: 154px 0 0;
  overflow: hidden;
  color: var(--white);
  background: #0d1716;
}

.augmentus-hero::before {
  position: absolute;
  top: -260px;
  right: -180px;
  width: 700px;
  height: 700px;
  border: 150px solid rgba(32, 194, 158, 0.1);
  border-radius: 50%;
  content: "";
}

.augmentus-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.augmentus-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
  align-items: center;
  gap: clamp(62px, 8vw, 128px);
}

.augmentus-hero-copy {
  padding: 24px 0 78px;
}

.augmentus-hero-copy .page-kicker {
  margin-bottom: 44px;
}

.augmentus-hero-copy .page-kicker a,
.augmentus-hero-copy .page-kicker span {
  color: rgba(255, 255, 255, 0.48);
}

.augmentus-partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(83, 232, 195, 0.28);
  color: #8fe5cf;
  background: rgba(27, 193, 153, 0.08);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.augmentus-partner-badge span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #21c39c;
  box-shadow: 0 0 0 5px rgba(33, 195, 156, 0.12);
}

.augmentus-hero-copy h1 {
  max-width: 870px;
  margin: 27px 0 28px;
  font-size: clamp(58px, 6.5vw, 104px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.augmentus-hero-copy h1 em {
  color: #2ac6a1;
}

.augmentus-hero-lead {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.9;
}

.augmentus-hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.augmentus-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 600;
  line-height: 2.2;
}

.augmentus-text-link span {
  color: #36d0aa;
}

.augmentus-hero-visual {
  position: relative;
  width: auto;
  max-width: 100%;
  height: min(610px, calc(100vh - 126px));
  min-height: 520px;
  aspect-ratio: 4 / 5;
  margin: 0;
  justify-self: end;
  overflow: hidden;
  background: #142220;
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.38);
}

.augmentus-hero-visual::after {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 -180px 140px -100px rgba(3, 8, 7, 0.86);
  content: "";
}

.augmentus-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.augmentus-hero-visual figcaption {
  display: none;
}

.augmentus-hero-visual figcaption span,
.augmentus-hero-visual figcaption strong {
  display: block;
}

.augmentus-hero-visual figcaption span {
  margin-bottom: 8px;
  color: #55dbba;
  font-size: 8px;
  letter-spacing: 0.14em;
}

.augmentus-hero-visual figcaption strong {
  font-size: 13px;
  font-weight: 500;
}

.augmentus-capability-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 66px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.augmentus-capability-strip > span {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

.augmentus-capability-strip b {
  color: #39d0aa;
  font-size: 8px;
}

.augmentus-intro {
  background: #f1f0eb;
}

.augmentus-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.74fr);
  justify-content: space-between;
  gap: 120px;
}

.augmentus-intro h2,
.augmentus-section-heading h2,
.augmentus-video-copy h2,
.augmentus-integrator-copy h2,
.augmentus-faq h2 {
  margin: 0;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.augmentus-intro h2 em,
.augmentus-video-copy h2 em,
.augmentus-faq h2 em {
  color: #777e7c;
}

.augmentus-intro-copy {
  padding-top: 48px;
}

.augmentus-intro-copy p {
  color: #555e5b;
  font-size: 14px;
  line-height: 1.9;
}

.augmentus-intro-copy a,
.augmentus-integrator-copy > a,
.augmentus-plan a {
  display: inline-flex;
  gap: 12px;
  margin-top: 22px;
  border-bottom: 1px solid #aeb5b1;
  font-size: 10px;
  font-weight: 600;
  line-height: 2.4;
}

.augmentus-intro-copy a span,
.augmentus-integrator-copy > a span,
.augmentus-plan a span {
  color: #148f74;
}

.augmentus-process,
.augmentus-applications,
.augmentus-integrator,
.augmentus-inquiry {
  padding: 122px 0;
  color: var(--white);
  background: #0d1716;
}

.augmentus-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.58fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 78px;
}

.augmentus-section-heading h2 em,
.augmentus-integrator-copy h2 em {
  color: rgba(255, 255, 255, 0.36);
}

.augmentus-section-heading > p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.85;
}

.augmentus-process-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  align-items: center;
  gap: clamp(58px, 8vw, 122px);
  padding: 72px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.augmentus-process-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.augmentus-process-row-reverse .augmentus-process-video {
  order: 2;
}

.augmentus-process-video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050b0a;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.augmentus-process-video::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -90px 100px -75px rgba(0, 0, 0, 0.8);
  content: "";
  pointer-events: none;
}

.augmentus-process-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.augmentus-process-video > span {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  padding: 9px 11px;
  color: #0d1716;
  background: #37d1aa;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.augmentus-process-copy {
  position: relative;
}

.augmentus-step {
  position: absolute;
  top: -20px;
  right: 0;
  color: rgba(255, 255, 255, 0.1);
  font-size: 86px;
  font-weight: 500;
  line-height: 1;
}

.augmentus-process-copy h3 {
  position: relative;
  margin: 18px 0 24px;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.augmentus-process-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.9;
}

.augmentus-process-copy ul {
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.augmentus-process-copy li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

.augmentus-process-copy li::before {
  margin-right: 12px;
  color: #3bd4ad;
  content: "+";
}

.augmentus-deployment {
  background: #e8e7e2;
}

.augmentus-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 64px;
  border-top: 1px solid #c9ceca;
  border-left: 1px solid #c9ceca;
}

.augmentus-plan {
  position: relative;
  min-height: 520px;
  padding: 42px;
  border-right: 1px solid #c9ceca;
  border-bottom: 1px solid #c9ceca;
  background: #f4f3ef;
}

.augmentus-plan > span {
  color: #7c8480;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.augmentus-plan h3 {
  margin: 60px 0 20px;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 500;
}

.augmentus-plan p {
  max-width: 580px;
  color: #5d6561;
  font-size: 12px;
  line-height: 1.85;
}

.augmentus-plan ul {
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid #d4d7d3;
  list-style: none;
}

.augmentus-plan li {
  padding: 13px 0;
  border-bottom: 1px solid #d4d7d3;
  color: #3e4642;
  font-size: 10px;
}

.augmentus-plan li::before {
  margin-right: 10px;
  color: #15997b;
  content: "✓";
}

.augmentus-plan-pro {
  color: var(--white);
  background: #13211f;
}

.augmentus-plan-pro > span,
.augmentus-plan-pro p {
  color: rgba(255, 255, 255, 0.56);
}

.augmentus-plan-pro ul {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.augmentus-plan-pro li {
  border-bottom-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.76);
}

.augmentus-plan-pro a {
  border-bottom-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.augmentus-popular {
  position: absolute;
  top: 32px;
  right: 32px;
  padding: 9px 11px;
  color: #0d1716;
  background: #38d2aa;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.augmentus-applications {
  background: #101311;
}

.augmentus-application-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.augmentus-application-grid article {
  min-height: 315px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.augmentus-application-grid article > span {
  color: #37d0aa;
  font-size: 8px;
}

.augmentus-application-grid h3 {
  margin: 78px 0 18px;
  font-size: 27px;
  font-weight: 500;
}

.augmentus-application-grid p {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 1.8;
}

.augmentus-video-story {
  padding: 118px 0;
  background: #f1f0eb;
}

.augmentus-video-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.68fr) minmax(0, 1.32fr);
  align-items: center;
  gap: clamp(62px, 8vw, 120px);
}

.augmentus-video-copy p:not(.eyebrow) {
  margin: 28px 0 34px;
  color: #59615d;
  font-size: 12px;
  line-height: 1.9;
}

.augmentus-youtube {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0b1110;
  box-shadow: 0 32px 76px rgba(11, 19, 17, 0.18);
}

.augmentus-youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.augmentus-integrator {
  background: #0a100f;
}

.augmentus-integrator-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.augmentus-integrator-visual {
  max-width: 500px;
  overflow: visible;
  background: #111d1b;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.35);
}

.augmentus-integrator-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}

.augmentus-integrator-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.9;
}

.augmentus-integrator-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.augmentus-integrator-list span {
  display: flex;
  min-height: 88px;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
}

.augmentus-integrator-list b {
  color: #3bd4ad;
  font-size: 8px;
}

.augmentus-integrator-copy > a {
  border-bottom-color: rgba(255, 255, 255, 0.3);
  color: var(--white);
}

.augmentus-brands {
  padding: 48px 0;
  color: var(--white);
  background: #152522;
}

.augmentus-brands p {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.augmentus-brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.augmentus-brand-row span {
  flex: 1 1 120px;
  padding: 18px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 600;
  text-align: center;
}

.augmentus-faq {
  background: #f1f0eb;
}

.augmentus-faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 110px;
}

.augmentus-faq-list {
  border-top: 1px solid #cbd0cc;
}

.augmentus-faq-list details {
  border-bottom: 1px solid #cbd0cc;
}

.augmentus-faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 26px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  list-style: none;
}

.augmentus-faq-list summary::-webkit-details-marker {
  display: none;
}

.augmentus-faq-list summary span {
  color: #15997b;
  font-size: 18px;
  font-weight: 400;
  transition: transform 220ms ease;
}

.augmentus-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.augmentus-faq-list details p {
  max-width: 740px;
  margin: -8px 0 28px;
  color: #5e6662;
  font-size: 12px;
  line-height: 1.85;
}

.augmentus-inquiry {
  background: #10201d;
}

.augmentus-inquiry .inquiry-form {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0c1715;
}

.augmentus-inquiry .inquiry-form label,
.augmentus-inquiry .form-consent,
.augmentus-inquiry .form-consent a {
  color: rgba(255, 255, 255, 0.68);
}

.augmentus-inquiry .inquiry-form input,
.augmentus-inquiry .inquiry-form textarea {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
}

.augmentus-inquiry .inquiry-form input:focus,
.augmentus-inquiry .inquiry-form textarea:focus {
  border-color: #39d0aa;
}

.inquiry-contact-card {
  display: grid;
  max-width: 470px;
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.inquiry-contact-card > span {
  padding: 18px 0 10px;
  color: #4bd4b1;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inquiry-contact-card > a {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 500;
  overflow-wrap: anywhere;
  transition: color 200ms ease, padding-left 200ms ease;
}

.inquiry-contact-card > a::after {
  flex: 0 0 auto;
  color: #4bd4b1;
  content: "↗";
  font-size: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .augmentus-hero-visual:hover img {
    transform: scale(1.018);
  }

  .augmentus-process-video {
    transition: transform 350ms ease, box-shadow 350ms ease;
  }

  .augmentus-process-video video {
    transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 350ms ease;
  }

  .augmentus-process-row:hover .augmentus-process-video {
    box-shadow: 0 38px 84px rgba(0, 0, 0, 0.36);
    transform: translateY(-6px);
  }

  .augmentus-process-row:hover .augmentus-process-video video {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.025);
  }

  .augmentus-process-video > span {
    transition: color 220ms ease, background 220ms ease, transform 220ms ease;
  }

  .augmentus-process-row:hover .augmentus-process-video > span {
    color: #fff;
    background: #0d1716;
    transform: translateX(5px);
  }

  .augmentus-plan {
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  }

  .augmentus-plan:hover {
    z-index: 2;
    border-color: #27b995;
    box-shadow: 0 28px 68px rgba(12, 24, 21, 0.17);
    transform: translateY(-8px);
  }

  .augmentus-application-grid article {
    transition: color 280ms ease, background 280ms ease, transform 280ms ease;
  }

  .augmentus-application-grid article h3,
  .augmentus-application-grid article > span {
    transition: color 280ms ease, transform 280ms ease;
  }

  .augmentus-application-grid article:hover {
    color: #0d1716;
    background: #3bd4ad;
    transform: translateY(-5px);
  }

  .augmentus-application-grid article:hover > span {
    color: #0d1716;
    transform: translateX(5px);
  }

  .augmentus-application-grid article:hover h3 {
    transform: translateX(5px);
  }

  .augmentus-application-grid article:hover p {
    color: rgba(13, 23, 22, 0.72);
  }

  .augmentus-integrator-list span,
  .augmentus-brand-row span {
    transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
  }

  .augmentus-integrator-list span:hover {
    border-color: rgba(59, 212, 173, 0.52);
    background: rgba(59, 212, 173, 0.09);
    transform: translateY(-3px);
  }

  .augmentus-brand-row span:hover {
    border-color: #3bd4ad;
    color: #0d1716;
    background: #3bd4ad;
    transform: translateY(-4px);
  }

  .augmentus-faq-list summary {
    transition: color 200ms ease, padding-left 200ms ease;
  }

  .augmentus-faq-list summary:hover {
    padding-left: 8px;
    color: #148f74;
  }

  .inquiry-contact-card > a:hover {
    padding-left: 7px;
    color: #4bd4b1;
  }
}

/* Augmentus teaser on the solutions index */
.augmentus-teaser {
  padding: 110px 0;
  color: var(--white);
  background: #12201e;
}

.augmentus-teaser-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.65fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.augmentus-teaser-copy h2 {
  margin: 18px 0 28px;
  font-size: clamp(46px, 5.2vw, 78px);
  font-weight: 500;
  line-height: 1.02;
}

.augmentus-teaser-copy h2 em {
  color: #43d5b1;
}

.augmentus-teaser-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.9;
}

.augmentus-teaser-visual {
  position: relative;
  max-width: 440px;
  justify-self: end;
  overflow: hidden;
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.3);
}

.augmentus-teaser-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  transition: transform 650ms ease;
}

.augmentus-teaser-visual:hover img {
  transform: scale(1.035);
}

.augmentus-teaser-visual > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 12px;
  color: #10201d;
  background: #43d5b1;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* Responsive corrections for the editorial Instagram grid and partner video */
@media (max-width: 1120px) {
  .augmentus-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
    gap: 55px;
  }

  .augmentus-hero-copy h1 {
    font-size: clamp(56px, 6.9vw, 82px);
  }
}

@media (max-width: 900px) {
  .instagram-grid {
    grid-template-rows: none;
  }

  .instagram-post-featured {
    grid-row: auto;
  }

  .instagram-post {
    min-height: 540px;
  }

  .instagram-profile-bar {
    grid-template-columns: 62px 1fr;
  }

  .instagram-profile-tags {
    justify-content: flex-start;
  }

  .instagram-profile-bar > a {
    justify-self: start;
  }

  .partner-feature,
  .augmentus-hero-layout,
  .augmentus-intro-grid,
  .augmentus-section-heading,
  .augmentus-process-row,
  .augmentus-video-grid,
  .augmentus-integrator-grid,
  .augmentus-faq-grid,
  .augmentus-teaser-grid {
    grid-template-columns: 1fr;
  }

  .partner-feature {
    gap: 50px;
  }

  .partner-video-media {
    width: min(100%, 430px);
    justify-self: start;
  }

  .augmentus-hero {
    min-height: auto;
    padding-top: 136px;
  }

  .augmentus-hero-layout {
    gap: 20px;
  }

  .augmentus-hero-copy {
    padding-bottom: 38px;
  }

  .augmentus-hero-visual {
    width: min(100%, 520px);
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    justify-self: start;
  }

  .augmentus-capability-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 52px;
  }

  .augmentus-intro-grid,
  .augmentus-faq-grid {
    gap: 58px;
  }

  .augmentus-intro-copy {
    padding-top: 0;
  }

  .augmentus-section-heading {
    gap: 30px;
    margin-bottom: 54px;
  }

  .augmentus-process-row {
    gap: 42px;
    padding: 58px 0;
  }

  .augmentus-process-row-reverse .augmentus-process-video {
    order: initial;
  }

  .augmentus-plan-grid,
  .augmentus-application-grid {
    grid-template-columns: 1fr;
  }

  .augmentus-plan {
    min-height: auto;
  }

  .augmentus-application-grid article {
    min-height: 245px;
  }

  .augmentus-application-grid h3 {
    margin-top: 52px;
  }

  .augmentus-integrator-visual,
  .augmentus-teaser-visual {
    justify-self: start;
  }

  .augmentus-teaser-grid {
    gap: 54px;
  }
}

@media (max-width: 620px) {
  .footer-social-link {
    width: 40px;
    height: 40px;
  }

  .detail-specs {
    padding: 68px 0;
  }

  .detail-specs-heading {
    margin-bottom: 34px;
  }

  .spec-card {
    min-height: 150px;
    padding: 22px;
  }

  .spec-card p {
    margin-top: 30px;
  }

  .augmentus-hero-copy h1 {
    font-size: 49px;
  }

  .augmentus-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .augmentus-capability-strip,
  .augmentus-integrator-list {
    grid-template-columns: 1fr;
  }

  .augmentus-intro,
  .augmentus-deployment,
  .augmentus-faq,
  .augmentus-process,
  .augmentus-applications,
  .augmentus-integrator,
  .augmentus-inquiry,
  .augmentus-video-story,
  .augmentus-teaser {
    padding: 82px 0;
  }

  .augmentus-intro h2,
  .augmentus-section-heading h2,
  .augmentus-video-copy h2,
  .augmentus-integrator-copy h2,
  .augmentus-faq h2,
  .augmentus-teaser-copy h2 {
    font-size: 43px;
  }

  .augmentus-process-video {
    aspect-ratio: 16 / 10;
  }

  .augmentus-step {
    font-size: 62px;
  }

  .augmentus-process-copy h3 {
    font-size: 38px;
  }

  .augmentus-plan {
    padding: 30px 24px;
  }

  .augmentus-plan h3 {
    margin-top: 42px;
    font-size: 48px;
  }

  .augmentus-application-grid article {
    min-height: 220px;
    padding: 24px;
  }

  .augmentus-integrator-visual,
  .augmentus-teaser-visual {
    width: 100%;
  }

  .instagram-post {
    min-height: 440px;
  }

  .instagram-profile-bar {
    grid-template-columns: 54px 1fr;
    padding: 18px;
  }

  .instagram-profile-tags,
  .instagram-profile-bar > a {
    grid-column: 1 / 3;
  }
}

/* Brand partners, live Instagram cards, footer credit and contextual WhatsApp */
.partner-list {
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
  border: 0;
}

.partner-list .partner-logo {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.partner-logo img {
  display: block;
  width: auto;
  max-width: 82%;
  height: 60px;
  object-fit: contain;
}

.partner-logo-fanuc img {
  width: auto;
  height: 60px;
}

.partner-logo-rbw {
  background: transparent !important;
}

.partner-logo-rbw img {
  width: auto;
  max-width: 82%;
  height: 60px;
  transform: none;
}

.instagram-feed-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
}

.instagram-feed-grid .instagram-post {
  min-height: 0;
  aspect-ratio: 4 / 5;
}

.instagram-feed-grid .instagram-post::after {
  background: linear-gradient(180deg, rgba(4, 6, 8, 0.03) 35%, rgba(4, 6, 8, 0.9) 100%);
}

.instagram-feed-grid .instagram-post-copy h3,
.instagram-feed-grid .instagram-post:not(.instagram-post-featured) .instagram-post-copy h3 {
  max-width: 390px;
  font-size: clamp(20px, 2vw, 29px);
}

.instagram-feed-loading {
  min-height: 0;
  aspect-ratio: 4 / 5.78;
  border: 1px solid #e0e4e1;
  background: linear-gradient(100deg, #edf0ee 20%, #f7f8f7 36%, #edf0ee 52%);
  background-size: 220% 100%;
  animation: instagramLoading 1.25s ease-in-out infinite;
}

.instagram-feed-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe3e0;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 18px 48px rgba(12, 16, 20, 0.08);
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.instagram-feed-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #e8ebe9;
}

.instagram-feed-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 260ms ease;
}

.instagram-feed-reel {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  color: #fff;
  background: rgba(6, 9, 11, 0.3);
  font-size: 10px;
  backdrop-filter: blur(8px);
}

.instagram-feed-details {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}

.instagram-feed-caption {
  display: -webkit-box;
  overflow: hidden;
  color: #252b2f;
  font-size: 12px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.instagram-feed-meta {
  color: #838a86;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.instagram-feed-card:hover,
.instagram-feed-card:focus-visible {
  border-color: rgba(57, 196, 184, 0.72);
  box-shadow: 0 26px 64px rgba(12, 16, 20, 0.14);
  transform: translateY(-5px);
}

.instagram-feed-card:hover .instagram-feed-media img,
.instagram-feed-card:focus-visible .instagram-feed-media img {
  filter: saturate(1.04);
  transform: scale(1.035);
}

@keyframes instagramLoading {
  to { background-position-x: -220%; }
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
}

.footer-bottom > a:last-child {
  justify-self: end;
}

.footer-credit {
  color: rgba(255, 255, 255, 0.38);
  text-align: center;
}

.footer-credit a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.72);
  transition: color 180ms ease, border-color 180ms ease;
}

.footer-credit a:hover,
.footer-credit a:focus-visible {
  border-color: var(--turquoise);
  color: var(--turquoise);
}

.whatsapp-assist {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid;
  max-width: calc(100vw - 48px);
  justify-items: end;
  gap: 12px;
  pointer-events: none;
}

.whatsapp-assist > * {
  pointer-events: auto;
}

.whatsapp-assist-panel {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: min(400px, calc(100vw - 48px));
  padding: 28px;
  overflow: hidden;
  visibility: hidden;
  border: 1px solid rgba(75, 218, 184, 0.23);
  border-radius: 24px;
  opacity: 0;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(41, 202, 164, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(12, 24, 22, 0.98), rgba(6, 13, 12, 0.985));
  box-shadow: 0 34px 90px rgba(3, 10, 9, 0.38), 0 8px 30px rgba(3, 10, 9, 0.22);
  transform: translateY(18px) scale(0.965);
  transform-origin: right bottom;
  transition: opacity 280ms ease, transform 420ms cubic-bezier(0.2, 0.75, 0.2, 1), visibility 280ms ease;
  backdrop-filter: blur(18px);
}

.whatsapp-assist-panel::before {
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #39d6b0 34%, #63eccb 66%, transparent);
  content: "";
}

.whatsapp-assist.is-open .whatsapp-assist-panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.whatsapp-assist-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.whatsapp-assist-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.whatsapp-assist-status i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #39d6b0;
  box-shadow: 0 0 0 5px rgba(57, 214, 176, 0.11);
}

.whatsapp-assist-close {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.whatsapp-assist-close span {
  position: absolute;
  top: 16px;
  left: 10px;
  width: 13px;
  height: 1px;
  background: currentColor;
}

.whatsapp-assist-close span:first-child {
  transform: rotate(45deg);
}

.whatsapp-assist-close span:last-child {
  transform: rotate(-45deg);
}

.whatsapp-assist-close:hover,
.whatsapp-assist-close:focus-visible {
  border-color: rgba(57, 214, 176, 0.52);
  background: rgba(57, 214, 176, 0.1);
  transform: rotate(6deg);
}

.whatsapp-assist-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.2vw, 31px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.whatsapp-assist-panel > p {
  margin: 15px 0 20px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.72;
}

.whatsapp-assist-topic {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}

.whatsapp-assist-topic small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.whatsapp-assist-topic strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 600;
}

.whatsapp-assist-cta {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  border-radius: 13px;
  color: #07110f;
  background: #42d7b2;
  box-shadow: 0 14px 30px rgba(41, 190, 153, 0.18);
  font-size: 10px;
  font-weight: 700;
  transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.whatsapp-assist-cta b {
  font-size: 15px;
  font-weight: 400;
  transition: transform 200ms ease;
}

.whatsapp-assist-cta:hover,
.whatsapp-assist-cta:focus-visible {
  background: #5ce6c4;
  box-shadow: 0 18px 38px rgba(41, 190, 153, 0.27);
  transform: translateY(-2px);
}

.whatsapp-assist-cta:hover b,
.whatsapp-assist-cta:focus-visible b {
  transform: translate(2px, -2px);
}

.whatsapp-assist-note {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.37);
  font-size: 7px;
  line-height: 1.5;
  text-align: center;
}

.whatsapp-assist-launcher {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  padding: 0;
  overflow: visible;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  opacity: 0;
  color: #fff;
  background: #1eae62;
  box-shadow: 0 18px 42px rgba(17, 125, 68, 0.34), 0 0 0 6px rgba(30, 174, 98, 0.08);
  transform: translateY(18px);
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.whatsapp-assist.is-ready .whatsapp-assist-launcher {
  animation: whatsappLauncherIn 620ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.whatsapp-assist-launcher::after {
  position: absolute;
  top: 50%;
  right: calc(100% + 13px);
  padding: 10px 13px;
  visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  opacity: 0;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(8, 18, 16, 0.96);
  box-shadow: 0 12px 30px rgba(4, 11, 10, 0.24);
  content: attr(data-label);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transform: translate(7px, -50%);
  transition: opacity 180ms ease, transform 220ms ease, visibility 180ms ease;
  pointer-events: none;
}

.whatsapp-launcher-icon {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  transition: transform 320ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.whatsapp-launcher-icon::before {
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(56, 215, 176, 0.58);
  border-radius: inherit;
  content: "";
  animation: whatsappPulse 2.8s ease-out infinite;
}

.whatsapp-launcher-icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
  transition: opacity 180ms ease, transform 260ms ease;
}

.whatsapp-launcher-x,
.whatsapp-launcher-x::before,
.whatsapp-launcher-x::after {
  position: absolute;
}

.whatsapp-launcher-x {
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: rotate(-35deg) scale(0.7);
  transition: opacity 180ms ease, transform 280ms ease;
}

.whatsapp-launcher-x::before,
.whatsapp-launcher-x::after {
  top: 8px;
  left: 1px;
  width: 16px;
  height: 1.5px;
  background: #fff;
  content: "";
}

.whatsapp-launcher-x::before {
  transform: rotate(45deg);
}

.whatsapp-launcher-x::after {
  transform: rotate(-45deg);
}

.whatsapp-assist-launcher:hover,
.whatsapp-assist-launcher:focus-visible {
  border-color: #fff;
  background: #159553;
  box-shadow: 0 22px 52px rgba(17, 125, 68, 0.43), 0 0 0 7px rgba(57, 214, 176, 0.12);
  transform: translateY(-3px);
}

.whatsapp-assist-launcher:hover::after,
.whatsapp-assist-launcher:focus-visible::after {
  visibility: visible;
  opacity: 1;
  transform: translate(0, -50%);
}

.whatsapp-assist-launcher:hover .whatsapp-launcher-icon,
.whatsapp-assist-launcher:focus-visible .whatsapp-launcher-icon {
  transform: rotate(-4deg) scale(1.035);
}

.whatsapp-assist.is-open .whatsapp-assist-launcher {
  width: 58px;
  height: 58px;
  padding: 0;
  border-color: rgba(255, 255, 255, 0.34);
  background: #142724;
  box-shadow: 0 14px 32px rgba(3, 10, 9, 0.3);
  transform: none;
}

.whatsapp-assist.is-open .whatsapp-assist-launcher::after {
  display: none;
}

.whatsapp-assist.is-open .whatsapp-launcher-icon {
  transform: none;
}

.whatsapp-assist.is-open .whatsapp-launcher-icon::before {
  animation: none;
  opacity: 0;
}

.whatsapp-assist.is-open .whatsapp-launcher-icon svg {
  opacity: 0;
  transform: rotate(35deg) scale(0.7);
}

.whatsapp-assist.is-open .whatsapp-launcher-x {
  opacity: 1;
  transform: rotate(0) scale(1);
}

@keyframes whatsappLauncherIn {
  from { opacity: 0; transform: translateY(18px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes whatsappPulse {
  0%, 52% { opacity: 0; transform: scale(1); }
  68% { opacity: 0.52; }
  100% { opacity: 0; transform: scale(1.42); }
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  border-color: var(--turquoise);
  color: var(--turquoise);
  background: rgba(57, 196, 184, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.footer-social-linkedin:hover .footer-social-icon::before,
.footer-social-linkedin:focus-visible .footer-social-icon::before {
  color: var(--turquoise);
}

@media (max-width: 900px) {
  .instagram-feed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .instagram-feed-grid .instagram-post {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .partner-logo-rbw img {
    width: auto;
    height: 64px;
    transform: none;
  }

  .partner-logo-fanuc img {
    height: 64px;
  }

  .instagram-feed-grid {
    grid-template-columns: 1fr;
  }

  .instagram-feed-grid .instagram-post {
    min-height: 0;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 9px;
    text-align: center;
  }

  .footer-bottom > a:last-child {
    justify-self: center;
  }

  .whatsapp-assist {
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    max-width: calc(100vw - 20px);
  }

  .whatsapp-assist-panel {
    bottom: 70px;
    width: calc(100vw - 20px);
    max-height: calc(100vh - 100px);
    padding: 22px;
    overflow-y: auto;
    border-radius: 20px;
  }

  .whatsapp-assist-panel h2 {
    font-size: 23px;
  }

  .whatsapp-assist-panel > p {
    font-size: 10px;
  }

  .whatsapp-assist-launcher {
    width: 56px;
    height: 56px;
  }

  .whatsapp-launcher-icon {
    width: 100%;
    height: 100%;
  }

  .whatsapp-assist-launcher::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-assist *,
  .whatsapp-assist *::before,
  .whatsapp-assist *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
