:root {
  --yellow: #ffc400;
  --yellow-deep: #eeb600;
  --ink: #151613;
  --ink-2: #252722;
  --ink-3: #34362f;
  --paper: #f3f0e8;
  --paper-2: #e9e5dc;
  --paper-3: #ded9ce;
  --white: #ffffff;
  --muted: #666b62;
  --line: rgba(21, 22, 19, 0.16);
  --line-light: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 70px rgba(20, 22, 18, 0.14);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
  --shell: 1380px;
  --header-height: 88px;
  --ease: cubic-bezier(.2,.7,.2,1);
  --font-display: "Helvetica Neue", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --font-body: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.mega-open,
body.search-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
address { font-style: normal; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
h1 { font-size: clamp(4rem, 7vw, 7.3rem); }
h2 { font-size: clamp(2.65rem, 4.7vw, 5.25rem); }
h3 { font-size: clamp(1.25rem, 2vw, 2rem); }
p { color: var(--muted); }

.shell {
  width: min(calc(100% - 64px), var(--shell));
  margin-inline: auto;
}
.section { position: relative; padding: clamp(92px, 9vw, 156px) 0; }

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.skip-link { position: fixed; left: 16px; top: 16px; z-index: 9999; transform: translateY(-160%); padding: 12px 16px; background: var(--yellow); color: var(--ink); border-radius: 4px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #1976d2; outline-offset: 4px; }

.eyebrow,
.menu-kicker {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  margin: 0 11px 3px 0;
  background: var(--yellow);
}
.eyebrow-light { color: rgba(255,255,255,.78); }
.lead { font-size: clamp(1.15rem, 1.55vw, 1.45rem); line-height: 1.55; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  transition: transform 220ms var(--ease), background 220ms var(--ease), color 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--ink); box-shadow: 0 8px 22px rgba(255,196,0,.22); }
.button-primary:hover { background: #ffd22e; box-shadow: 0 12px 28px rgba(255,196,0,.3); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #2b2d27; }
.button-outline { border-color: rgba(21,22,19,.42); color: var(--ink); background: transparent; }
.button-outline:hover { border-color: var(--ink); background: rgba(255,255,255,.38); }
.button-outline-light { border-color: rgba(255,255,255,.42); color: var(--white); background: transparent; }
.button-large { min-height: 58px; padding-inline: 28px; font-size: 0.98rem; }
.button-small { min-height: 44px; padding-inline: 18px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 750;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  transition: gap 220ms var(--ease), color 220ms var(--ease);
}
.text-link:hover { gap: 16px; color: #000; }

/* Utility and header */
.utility-bar { background: #11120f; color: var(--white); font-size: 0.73rem; letter-spacing: 0.04em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { display: flex; align-items: center; gap: 28px; margin: 0; color: rgba(255,255,255,.62); }
.utility-inner p strong { color: var(--yellow); }
.utility-links { display: flex; align-items: center; gap: 24px; }
.utility-links a { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.78); }
.utility-links a:hover { color: var(--yellow); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(243,240,232,.95);
  border-bottom: 1px solid rgba(21,22,19,.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 240ms var(--ease), background 240ms var(--ease);
}
.site-header.is-scrolled { background: rgba(248,246,240,.98); box-shadow: 0 10px 34px rgba(20,21,18,.08); }
.header-inner { height: var(--header-height); display: flex; align-items: center; gap: 30px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 154px; height: auto; }
.desktop-nav { flex: 1 1 auto; align-self: stretch; }
.desktop-nav > ul { height: 100%; display: flex; align-items: stretch; justify-content: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.nav-item { position: static; display: flex; align-items: stretch; }
.nav-trigger,
.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  font-size: 0.82rem;
  font-weight: 760;
  white-space: nowrap;
  cursor: pointer;
}
.nav-trigger::after,
.nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 20px;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--ease);
}
.nav-trigger:hover::after,
.nav-link:hover::after,
.nav-item.is-open .nav-trigger::after { transform: scaleX(1); }
.chevron { width: 14px; transition: transform 220ms var(--ease); }
.nav-item.is-open .chevron { transform: rotate(180deg); }
.header-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 8px; }
.icon-button,
.menu-button {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21,22,19,.15);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 180ms var(--ease), color 180ms var(--ease), transform 180ms var(--ease);
}
.icon-button:hover,
.menu-button:hover { background: var(--ink); color: var(--white); transform: translateY(-1px); }
.menu-button { display: none; }
.inverse { color: var(--white); border-color: rgba(255,255,255,.24); }

/* Mega menus */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: calc(100vh - var(--header-height) - 24px);
  overflow: auto;
  background: #f7f4ed;
  border-top: 1px solid rgba(21,22,19,.08);
  border-bottom: 1px solid rgba(21,22,19,.16);
  box-shadow: 0 32px 70px rgba(16,17,14,.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 240ms var(--ease), transform 260ms var(--ease), visibility 240ms;
}
.nav-item.is-open .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.mega-layout { display: grid; gap: 34px; padding-block: 42px 48px; }
.mega-layout-products { grid-template-columns: .95fr 1.6fr 1fr; }
.mega-layout-shop { grid-template-columns: .9fr 1.55fr .9fr; }
.mega-layout-intralogistics { grid-template-columns: .9fr 1.45fr 1fr; }
.mega-layout-engineering { grid-template-columns: .9fr 1.35fr 1fr; }
.mega-intro { padding-right: 24px; border-right: 1px solid var(--line); }
.mega-intro h2 { max-width: 11ch; margin-bottom: 18px; font-size: clamp(2rem, 2.7vw, 3.2rem); line-height: 1; }
.mega-intro p:not(.menu-kicker) { max-width: 42ch; margin-bottom: 24px; font-size: .95rem; }
.menu-kicker { color: #777b72; margin-bottom: 15px; }
.mega-category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mega-category-card,
.shop-family-grid a {
  min-height: 138px;
  display: grid;
  grid-template-columns: 108px 1fr;
  align-items: center;
  gap: 16px;
  padding: 15px;
  background: var(--white);
  border: 1px solid rgba(21,22,19,.09);
  border-radius: 14px;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms var(--ease);
}
.mega-category-card:hover,
.shop-family-grid a:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(20,22,18,.11); border-color: rgba(21,22,19,.2); }
.mega-category-card img,
.shop-family-grid img { width: 100%; height: 92px; object-fit: contain; mix-blend-mode: multiply; }
.mega-category-card span,
.shop-family-grid span { display: grid; gap: 7px; }
.mega-category-card strong,
.shop-family-grid strong { font-size: .98rem; line-height: 1.15; }
.mega-category-card small,
.shop-family-grid small { color: var(--muted); font-size: .78rem; line-height: 1.35; }
.mega-feature-column { display: grid; align-content: start; gap: 9px; }
.mini-feature { display: grid; grid-template-columns: 78px 1fr; align-items: center; gap: 14px; min-height: 86px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.mini-feature img { width: 78px; height: 68px; object-fit: contain; mix-blend-mode: multiply; transition: transform 220ms var(--ease); }
.mini-feature:hover img { transform: scale(1.08); }
.mini-feature span { display: grid; gap: 4px; }
.mini-feature strong { font-size: .9rem; }
.mini-feature small { color: var(--muted); font-size: .75rem; }
.shop-family-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.shop-menu-side { display: grid; grid-template-rows: auto 1fr; gap: 22px; }
.quick-links { display: grid; gap: 0; }
.quick-links a { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .86rem; font-weight: 700; }
.quick-links a:hover { padding-left: 8px; color: #000; }
.new-arrivals-panel { padding: 18px; background: var(--yellow); border-radius: 14px; }
.new-arrivals-panel .menu-kicker { color: rgba(21,22,19,.7); }
.new-arrivals-panel a { display: grid; grid-template-columns: 94px 1fr; gap: 12px; align-items: center; }
.new-arrivals-panel img { width: 94px; height: 72px; object-fit: contain; mix-blend-mode: multiply; }
.new-arrivals-panel span { display: grid; gap: 4px; }
.new-arrivals-panel strong { font-size: .88rem; line-height: 1.2; }
.new-arrivals-panel small { font-size: .72rem; color: rgba(21,22,19,.68); line-height: 1.35; }
.solution-link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: start; }
.solution-link-grid a { display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 12px; min-height: 86px; padding: 13px; border: 1px solid rgba(21,22,19,.09); border-radius: 12px; background: rgba(255,255,255,.66); transition: transform 220ms var(--ease), background 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease); }
.solution-link-grid a:hover { transform: translateY(-3px); background: var(--white); border-color: rgba(21,22,19,.2); box-shadow: 0 14px 30px rgba(20,22,18,.08); }
.solution-link-grid .solution-link-wide { grid-column: 1 / -1; min-height: 78px; }
.solution-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); }
.solution-icon .icon { width: 21px; height: 21px; stroke-width: 1.65; }
.solution-copy { display: grid; gap: 5px; }
.solution-link-grid strong,
.engineering-link-columns strong { font-size: .9rem; }
.solution-link-grid small,
.engineering-link-columns small { color: var(--muted); font-size: .75rem; line-height: 1.35; }
.engineering-link-columns a { display: grid; gap: 5px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.engineering-link-columns a:hover strong { color: #000; padding-left: 4px; }
.mega-feature-visual,
.engineering-feature { position: relative; min-height: 310px; overflow: hidden; border-radius: 16px; background: var(--ink); }
.mega-feature-visual img,
.engineering-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.mega-feature-visual::after,
.engineering-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.78)); }
.mega-feature-visual span,
.engineering-feature span { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 21px; display: grid; gap: 7px; color: var(--white); }
.mega-feature-visual small,
.engineering-feature small { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--yellow); font-weight: 800; }
.mega-feature-visual strong,
.engineering-feature strong { font-size: 1.16rem; line-height: 1.15; }
.mega-feature-visual em,
.engineering-feature em { font-style: normal; font-size: .76rem; color: rgba(255,255,255,.72); }
.mega-feature-visual:hover img,
.engineering-feature:hover img { transform: scale(1.05); }
.engineering-link-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.engineering-feature { min-height: 300px; }
.mega-scrim { position: fixed; z-index: 900; inset: 0; background: rgba(10,11,9,.5); backdrop-filter: blur(2px); animation: megaScrimIn 240ms var(--ease) both; }
@keyframes megaScrimIn { from { opacity: 0; } to { opacity: 1; } }

/* Mobile menu and search */
.mobile-menu {
  position: fixed;
  z-index: 1300;
  inset: 0 0 0 auto;
  width: min(92vw, 480px);
  padding: 22px;
  background: #171815;
  color: var(--white);
  transform: translateX(105%);
  transition: transform 320ms var(--ease);
  overflow-y: auto;
}
.mobile-menu[aria-hidden="false"] { transform: translateX(0); }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line-light); }
.mobile-menu-head img { filter: none; }
.mobile-nav { display: grid; padding: 18px 0; }
.mobile-nav > a,
.mobile-nav summary { min-height: 56px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-light); font-size: 1.05rem; font-weight: 700; cursor: pointer; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary .icon { transition: transform 180ms var(--ease); }
.mobile-nav details[open] summary .icon { transform: rotate(180deg); }
.mobile-nav details > div { display: grid; padding: 8px 0 16px 18px; border-bottom: 1px solid var(--line-light); }
.mobile-nav details a { padding: 9px 0; color: rgba(255,255,255,.72); font-size: .9rem; }
.mobile-nav .mobile-all-link { color: var(--yellow); font-weight: 800; }
.mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 8px; }
.page-scrim { position: fixed; z-index: 1200; inset: 0; background: rgba(0,0,0,.62); }
.search-panel { position: fixed; z-index: 1400; inset: 0; display: grid; place-items: start center; padding-top: 8vh; background: rgba(15,16,13,.72); opacity: 0; visibility: hidden; transition: opacity 220ms var(--ease), visibility 220ms; }
.search-panel[aria-hidden="false"] { opacity: 1; visibility: visible; }
.search-panel-inner { position: relative; width: min(calc(100% - 40px), 860px); padding: 44px; background: var(--paper); border-radius: 22px; box-shadow: var(--shadow); }
.search-panel-inner > .icon-button { position: absolute; top: 20px; right: 20px; }
.search-panel label { display: block; margin-bottom: 16px; font-family: var(--font-display); font-size: clamp(1.7rem, 4vw, 3.3rem); font-weight: 650; line-height: 1; letter-spacing: -.04em; }
.search-field { display: grid; grid-template-columns: 1fr 54px; border-bottom: 2px solid var(--ink); }
.search-field input { min-width: 0; height: 60px; border: 0; background: transparent; color: var(--ink); font-size: 1.05rem; outline: none; }
.search-field button { border: 0; background: transparent; cursor: pointer; }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 22px; }
.search-suggestions a { padding: 8px 12px; background: var(--paper-2); border-radius: 999px; font-size: .78rem; font-weight: 700; }

/* Hero */
.hero { position: relative; overflow: clip; padding: clamp(54px, 6vw, 92px) 0 0; background: var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(21,22,19,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(21,22,19,.09) 1px, transparent 1px); background-size: 72px 72px; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(36px, 5vw, 84px); }
.hero-copy { padding-block: 18px 54px; }
.hero-copy h1 { max-width: 8.7ch; margin-bottom: 28px; }
.hero-lead { max-width: 660px; margin-bottom: 34px; color: #555a51; font-size: clamp(1.16rem, 1.5vw, 1.42rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof span { display: grid; gap: 3px; color: #74786f; font-size: .7rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
.hero-proof strong { color: var(--ink); font-size: .92rem; text-transform: none; letter-spacing: -.02em; }
.hero-visual { position: relative; min-height: 660px; align-self: stretch; overflow: hidden; border-radius: 2px 2px 28px 28px; box-shadow: 0 28px 70px rgba(18,19,16,.12); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-label { position: absolute; display: grid; grid-template-columns: auto 1fr; gap: 1px 9px; align-items: center; min-width: 160px; padding: 12px 14px; border: 1px solid rgba(21,22,19,.18); background: rgba(247,244,237,.88); backdrop-filter: blur(12px); box-shadow: 0 10px 24px rgba(20,22,18,.08); }
.hero-label span { grid-row: 1 / span 2; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--yellow); font-size: .62rem; font-weight: 800; }
.hero-label strong { font-size: .76rem; line-height: 1.1; }
.hero-label small { color: #6a6f65; font-size: .62rem; }
.hero-label-one { top: 10%; right: 4%; }
.hero-label-two { left: 4%; bottom: 28%; }
.hero-label-three { right: 5%; bottom: 8%; }
.journey-links { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-links a { min-height: 126px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 24px 28px; border-right: 1px solid var(--line); transition: background 220ms var(--ease), color 220ms var(--ease); }
.journey-links a:last-child { border-right: 0; }
.journey-links a:hover { background: var(--yellow); }
.journey-links > a > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; font-size: .68rem; font-weight: 800; }
.journey-links div { display: grid; gap: 4px; }
.journey-links small { color: #73776f; font-size: .7rem; }
.journey-links strong { font-size: 1rem; line-height: 1.25; }
.journey-links a:hover small { color: rgba(21,22,19,.7); }
.journey-links a > .icon { justify-self: end; }

.proof-strip { background: #fff; border-bottom: 1px solid var(--line); }
.proof-strip-grid { display: grid; grid-template-columns: repeat(5,1fr); }
.proof-strip-grid > div { min-height: 124px; display: grid; align-content: center; gap: 6px; padding: 22px; border-right: 1px solid var(--line); }
.proof-strip-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-strip-grid strong { font-size: 1.02rem; }
.proof-strip-grid span { color: var(--muted); font-size: .76rem; line-height: 1.35; }

/* About */
.about-section { background: #fbfaf7; }
.about-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 30px; align-items: start; }
.about-copy { grid-column: 1 / span 5; padding-top: 30px; }
.about-copy h2 { max-width: 10.8ch; margin-bottom: 30px; }
.about-copy p:not(.eyebrow) { max-width: 54ch; }
.about-copy .text-link { margin-top: 12px; }
.about-visual { position: relative; grid-column: 7 / -1; margin: 0; min-height: 680px; overflow: hidden; border-radius: var(--radius-lg); }
.about-visual img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; }
.about-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.62)); }
.about-visual figcaption { position: absolute; z-index: 1; left: 30px; right: 30px; bottom: 24px; display: flex; justify-content: space-between; gap: 15px; color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 36px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-stats > div { min-height: 145px; display: grid; align-content: center; gap: 8px; padding: 22px 28px; border-right: 1px solid var(--line); }
.about-stats > div:first-child { border-left: 1px solid var(--line); }
.about-stats strong { font-family: var(--font-display); font-size: clamp(2.2rem, 3.2vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.about-stats span { color: var(--muted); font-size: .8rem; }

/* Section headings */
.section-heading { margin-bottom: clamp(48px,6vw,80px); }
.section-heading-split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; }
.section-heading h2 { max-width: 12ch; margin-bottom: 0; }
.section-heading > div:last-child { justify-self: end; max-width: 540px; }
.section-heading > div:last-child p { margin-bottom: 18px; font-size: 1.02rem; }
.compact-heading { margin-bottom: 48px; }

/* Product explorer */
.product-explorer { background: var(--paper); }
.product-bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 310px; gap: 16px; }
.product-tile { position: relative; grid-column: span 4; overflow: hidden; display: block; background: #fff; border: 1px solid rgba(21,22,19,.11); border-radius: 18px; }
.product-tile-large { grid-column: span 5; grid-row: span 2; }
.product-tile-wide { grid-column: span 7; }
.product-tile-cranes { grid-column: span 8; }
.product-tile > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 34px; mix-blend-mode: multiply; transition: transform 650ms var(--ease); }
.product-tile-racking > img { object-fit: cover; padding: 0; mix-blend-mode: normal; }
.product-tile-racking::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.7)); }
.product-tile-cranes > img { object-fit: cover; padding: 0; mix-blend-mode: normal; }
.product-tile-cranes::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.68)); }
.product-tile-goods { background: #e5e1d7; }
.product-tile-goods > img { padding: 24px 24px 105px; object-position: 65% 48%; }
.tile-index { position: absolute; z-index: 2; top: 18px; left: 18px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--yellow); font-size: .68rem; font-weight: 800; }
.tile-copy { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 48px 24px 22px; background: linear-gradient(180deg, transparent, rgba(247,246,242,.97) 30%); }
.product-tile-racking .tile-copy,
.product-tile-cranes .tile-copy { color: var(--white); background: linear-gradient(180deg, transparent, rgba(15,16,13,.92)); }
.tile-copy small { display: block; margin-bottom: 6px; color: #71766c; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-tile-racking .tile-copy small,
.product-tile-cranes .tile-copy small { color: var(--yellow); }
.tile-copy h3 { margin: 0 0 7px; font-size: clamp(1.45rem, 2vw, 2.35rem); }
.tile-copy p { max-width: 39ch; margin: 0; font-size: .82rem; line-height: 1.4; }
.product-tile-racking .tile-copy p,
.product-tile-cranes .tile-copy p { color: rgba(255,255,255,.7); }
.tile-copy em { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; font-style: normal; font-size: .72rem; font-weight: 800; }
.product-tile:hover > img { transform: scale(1.055); }
.product-tile:hover .tile-copy em { gap: 13px; }

/* Online teaser */
.online-section { overflow: hidden; background: var(--yellow); }
.online-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(36px,6vw,90px); }
.online-copy { padding-block: 30px; }
.online-copy h2 { max-width: 10ch; margin-bottom: 26px; }
.online-copy .lead { max-width: 54ch; color: rgba(21,22,19,.76); }
.online-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 32px; }
.online-tags span { padding: 9px 13px; border: 1px solid rgba(21,22,19,.24); border-radius: 999px; font-size: .72rem; font-weight: 750; }
.online-visual { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: 0 28px 70px rgba(93,72,0,.18); }
.online-visual img { width: 100%; min-height: 620px; object-fit: cover; }
.online-visual figcaption { position: absolute; right: 18px; bottom: 18px; padding: 10px 14px; background: rgba(247,244,237,.9); color: var(--ink); border-radius: 999px; font-size: .68rem; font-weight: 750; }

/* Intralogistics */
.intralogistics-section { min-height: 980px; overflow: hidden; background: #171815; color: var(--white); }
.intralogistics-backdrop { position: absolute; inset: 0; opacity: .38; }
.intralogistics-backdrop img { width: 100%; height: 100%; object-fit: cover; }
.intralogistics-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,19,16,.97) 0%, rgba(18,19,16,.86) 42%, rgba(18,19,16,.48) 100%); }
.intralogistics-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .84fr 1.16fr; gap: 68px; align-items: start; }
.intralogistics-heading { position: sticky; top: 140px; }
.intralogistics-heading h2 { max-width: 10ch; margin-bottom: 28px; }
.intralogistics-heading .lead { max-width: 47ch; color: rgba(255,255,255,.68); }
.flow-inputs { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 34px; }
.flow-inputs span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; color: rgba(255,255,255,.8); font-size: .7rem; font-weight: 750; }
.delivery-path { border-top: 1px solid var(--line-light); }
.delivery-path article { display: grid; grid-template-columns: 64px 126px 1fr; grid-template-areas: "number label title" ". . copy"; gap: 8px 18px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line-light); }
.delivery-path article > span { grid-area: number; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color: var(--yellow); font-size: .72rem; font-weight: 800; }
.delivery-path small { grid-area: label; padding-top: 11px; color: var(--yellow); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.delivery-path h3 { grid-area: title; margin: 5px 0 4px; font-size: clamp(1.45rem,2.3vw,2.55rem); line-height: 1.02; }
.delivery-path p { grid-area: copy; max-width: 58ch; margin: 0; color: rgba(255,255,255,.6); font-size: .88rem; line-height: 1.55; }

/* Engineering */
.engineering-section { background: #f9f8f4; }
.engineering-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,8vw,120px); }
.engineering-sticky { position: sticky; top: 140px; align-self: start; }
.engineering-sticky h2 { max-width: 9ch; margin-bottom: 28px; }
.engineering-sticky p:not(.eyebrow) { max-width: 44ch; margin-bottom: 28px; }
.engineering-list { border-top: 1px solid var(--line); }
.engineering-list article { display: grid; grid-template-columns: 56px 1fr auto; gap: 24px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.engineering-list article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--yellow); font-size: .7rem; font-weight: 800; }
.engineering-list h3 { margin: 4px 0 9px; font-size: clamp(1.55rem,2.3vw,2.75rem); }
.engineering-list p { max-width: 56ch; margin: 0; }
.engineering-list em { padding-top: 12px; color: #7a7e75; font-size: .68rem; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Industries */
.industries-section { background: var(--paper-2); }
.industry-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-grid article { min-height: 250px; display: grid; align-content: end; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 220ms var(--ease), transform 220ms var(--ease); }
.industry-grid article:hover { background: var(--yellow); transform: translateY(-4px); }
.industry-grid span { align-self: start; margin-bottom: auto; font-size: .7rem; font-weight: 800; }
.industry-grid h3 { margin: 56px 0 12px; font-size: clamp(1.35rem,1.8vw,2rem); line-height: 1.05; }
.industry-grid p { margin: 0; font-size: .82rem; line-height: 1.5; }
.industry-grid article:hover p { color: rgba(21,22,19,.74); }

/* Projects */
.projects-section { background: #fff; }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 18px; }
.project-card { overflow: hidden; display: grid; grid-template-rows: 360px 1fr; background: var(--paper); border-radius: var(--radius); }
.project-card-featured { grid-template-rows: 520px 1fr; }
.project-card figure { margin: 0; overflow: hidden; background: #eeeae1; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms var(--ease); }
.project-card:not(.project-card-featured) img { object-fit: contain; padding: 24px; mix-blend-mode: multiply; }
.project-card:hover img { transform: scale(1.045); }
.project-card > div { padding: 25px; }
.project-card small { display: block; margin-bottom: 10px; color: #7a7e75; font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-card h3 { margin-bottom: 14px; font-size: clamp(1.5rem,2.1vw,2.6rem); }
.project-card p { font-size: .9rem; }
.project-card .text-link { margin-top: 8px; font-size: .8rem; }

/* Assurance */
.assurance-section { background: #1b1c18; color: var(--white); }
.assurance-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 74px; }
.assurance-heading h2 { max-width: 9ch; margin-bottom: 28px; }
.assurance-heading p:not(.eyebrow) { max-width: 48ch; color: rgba(255,255,255,.62); }
.assurance-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.assurance-grid article { min-height: 280px; padding: 28px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.assurance-grid span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: .68rem; font-weight: 800; }
.assurance-grid h3 { margin: 56px 0 14px; font-size: 2rem; }
.assurance-grid p { margin: 0; color: rgba(255,255,255,.6); font-size: .88rem; }

/* Clients */
.clients-section { background: var(--paper); }
.client-grid { display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-grid span { min-height: 108px; display: grid; place-items: center; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #555950; font-family: var(--font-display); font-size: .92rem; font-weight: 700; text-align: center; transition: background 180ms var(--ease), color 180ms var(--ease); }
.client-grid span:hover { background: #fff; color: #000; }
.client-note { margin: 16px 0 0; font-size: .72rem; }

/* FAQ */
.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px,8vw,120px); }
.faq-intro { align-self: start; position: sticky; top: 140px; }
.faq-intro h2 { max-width: 9.5ch; margin-bottom: 24px; }
.faq-intro p:not(.eyebrow) { max-width: 42ch; margin-bottom: 28px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 92px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; list-style: none; cursor: pointer; font-family: var(--font-display); font-size: clamp(1.1rem,1.65vw,1.55rem); font-weight: 650; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary .icon { transition: transform 220ms var(--ease); }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details p { max-width: 67ch; margin: -10px 58px 28px 0; font-size: .94rem; }

/* Contact */
.contact-section { padding: clamp(80px,8vw,130px) 0; background: var(--yellow); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px,7vw,104px); align-items: start; }
.contact-story { color: var(--ink); }
.contact-story h2 { max-width: 9ch; margin-bottom: 28px; }
.contact-story > p:not(.eyebrow) { max-width: 49ch; color: rgba(21,22,19,.72); font-size: 1.05rem; }
.contact-direct { display: grid; gap: 10px; margin-top: 38px; }
.contact-direct a { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 14px 0; border-top: 1px solid rgba(21,22,19,.2); }
.contact-direct a:last-child { border-bottom: 1px solid rgba(21,22,19,.2); }
.contact-direct > a > .icon { width: 24px; height: 24px; }
.contact-direct span { display: grid; gap: 2px; }
.contact-direct small { font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct strong { font-size: .95rem; }
.contact-form { padding: clamp(28px,4vw,48px); background: #f8f6f0; border-radius: var(--radius-lg); box-shadow: 0 28px 70px rgba(112,85,0,.16); }
.form-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { font-family: var(--font-display); font-size: clamp(1.8rem,3vw,3rem); font-weight: 650; letter-spacing: -.04em; }
.form-heading p { max-width: 36ch; margin: 0; font-size: .8rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.field input,
.field select,
.field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid rgba(21,22,19,.18); border-radius: 8px; background: #fff; color: var(--ink); outline: none; transition: border-color 180ms var(--ease), box-shadow 180ms var(--ease); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(255,196,0,.3); }
.field [aria-invalid="true"] { border-color: #b42318; box-shadow: 0 0 0 3px rgba(180,35,24,.12); }
.form-status { min-height: 24px; margin: 16px 0 4px; color: #2f6c45; font-size: .82rem; font-weight: 700; }

/* Footer */
.site-footer { background: #11120f; color: var(--white); padding: 76px 0 24px; }
.footer-cta { display: flex; justify-content: space-between; gap: 40px; align-items: end; padding-bottom: 60px; border-bottom: 1px solid var(--line-light); }
.footer-cta h2 { max-width: 10ch; margin: 0; font-size: clamp(2.5rem,5vw,5.4rem); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4,1fr); gap: 44px; padding: 58px 0; }
.footer-brand img { margin-bottom: 24px; }
.footer-brand p,
.footer-brand address { max-width: 35ch; color: rgba(255,255,255,.56); font-size: .82rem; }
.social-links { display: flex; gap: 10px; margin-top: 22px; }
.social-links a, .social-links .social-placeholder { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; font-weight: 800; }
.social-links a:hover { background: var(--yellow); color: var(--ink); }
.footer-column { display: grid; align-content: start; gap: 10px; }
.footer-column h3 { margin-bottom: 11px; font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; color: var(--yellow); }
.footer-column a { color: rgba(255,255,255,.65); font-size: .82rem; }
.footer-column a:hover { color: var(--white); }
.footer-contact a { word-break: break-word; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid var(--line-light); }
.footer-bottom p,
.footer-bottom a { margin: 0; color: rgba(255,255,255,.48); font-size: .7rem; }
.footer-bottom div { display: flex; gap: 20px; }
.mobile-action-bar { display: none; }

/* Reveal and motion */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.js [data-reveal-delay="1"] { transition-delay: 100ms; }
.js [data-reveal-delay="2"] { transition-delay: 200ms; }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1280px) {
  .shell { width: min(calc(100% - 48px), var(--shell)); }
  .nav-trigger, .nav-link { padding-inline: 10px; font-size: .77rem; }
  .header-visit { display: none; }
  .mega-layout { gap: 24px; }
  .mega-category-card, .shop-family-grid a { grid-template-columns: 88px 1fr; }
  .product-bento { grid-auto-rows: 290px; }
}

@media (max-width: 1100px) {
  :root { --header-height: 76px; }
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .header-inner { height: var(--header-height); }
  .header-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero-visual { min-height: 590px; }
  .hero-proof { grid-template-columns: 1fr; gap: 8px; }
  .hero-proof span { grid-template-columns: 120px 1fr; }
  .about-copy { grid-column: 1 / span 6; }
  .about-visual { grid-column: 7 / -1; min-height: 560px; }
  .about-visual img { min-height: 560px; }
  .product-bento { grid-template-columns: repeat(6,1fr); }
  .product-tile { grid-column: span 2; }
  .product-tile-large { grid-column: span 3; }
  .product-tile-wide { grid-column: span 3; }
  .product-tile-cranes { grid-column: span 4; }
  .intralogistics-inner { grid-template-columns: .8fr 1.2fr; gap: 36px; }
  .delivery-path article { grid-template-columns: 54px 110px 1fr; }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card-featured { grid-column: 1 / -1; }
  .assurance-layout { grid-template-columns: 1fr; }
  .client-grid { grid-template-columns: repeat(4,1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .utility-inner { justify-content: center; }
  .utility-inner p span,
  .utility-links a:not(:first-child) { display: none; }
  .utility-inner p { gap: 0; }
  .utility-links { gap: 0; }
  .header-quote { display: none; }
  .brand img { width: 140px; }
  .hero { padding-top: 44px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 8px; }
  .hero-copy h1 { max-width: 9ch; }
  .hero-visual { min-height: 620px; }
  .journey-links { grid-template-columns: 1fr; }
  .journey-links a { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey-links a:last-child { border-bottom: 0; }
  .proof-strip-grid { grid-template-columns: repeat(2,1fr); }
  .proof-strip-grid > div { min-height: 106px; border-bottom: 1px solid var(--line); }
  .proof-strip-grid > div:first-child { border-left: 0; }
  .proof-strip-grid > div:nth-child(2n) { border-right: 0; }
  .proof-strip-grid > div:last-child { grid-column: 1 / -1; border-right: 0; }
  .about-grid { grid-template-columns: 1fr; }
  .about-copy, .about-visual, .about-stats { grid-column: 1; }
  .about-copy { padding-top: 0; }
  .about-visual { min-height: 520px; }
  .about-visual img { min-height: 520px; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .about-stats > div:nth-child(2n) { border-right: 0; }
  .about-stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading-split { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > div:last-child { justify-self: start; }
  .product-bento { grid-template-columns: 1fr 1fr; grid-auto-rows: 330px; }
  .product-tile, .product-tile-large, .product-tile-wide, .product-tile-cranes { grid-column: auto; grid-row: auto; }
  .product-tile-large { grid-row: span 2; }
  .product-tile-racking { grid-column: 1 / -1; }
  .online-grid { grid-template-columns: 1fr; }
  .online-visual img { min-height: 470px; }
  .intralogistics-section { min-height: auto; }
  .intralogistics-inner { grid-template-columns: 1fr; }
  .intralogistics-heading { position: relative; top: auto; }
  .delivery-path article { grid-template-columns: 54px 1fr; grid-template-areas: "number label" ". title" ". copy"; gap: 8px 14px; }
  .delivery-path small { padding-top: 10px; }
  .engineering-layout { grid-template-columns: 1fr; }
  .engineering-sticky { position: relative; top: auto; }
  .engineering-list article { grid-template-columns: 52px 1fr; }
  .engineering-list em { grid-column: 2; padding-top: 0; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card-featured { grid-column: auto; }
  .project-card, .project-card-featured { grid-template-rows: 360px 1fr; }
  .assurance-grid { grid-template-columns: 1fr 1fr; }
  .client-grid { grid-template-columns: repeat(3,1fr); }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: relative; top: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-cta { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { padding-bottom: 66px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding-block: 78px; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.7rem); }
  h2 { font-size: clamp(2.35rem, 12.8vw, 3.7rem); }
  .utility-bar { display: none; }
  .header-inner { gap: 8px; }
  .brand img { width: 128px; }
  .header-actions .icon-button { width: 42px; height: 42px; }
  .cart-link { display: none; }
  .hero { padding-top: 34px; }
  .hero-copy .eyebrow { max-width: 28ch; }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 34px; }
  .hero-proof span { grid-template-columns: 108px 1fr; }
  .hero-visual { min-height: 460px; border-radius: 18px; }
  .hero-visual > img { object-position: 54% center; }
  .hero-label { display: none; }
  .journey-links { margin-top: 18px; }
  .journey-links a { padding: 18px 16px; gap: 14px; }
  .proof-strip-grid { grid-template-columns: 1fr 1fr; }
  .proof-strip-grid > div { padding: 16px 12px; }
  .about-visual, .about-visual img { min-height: 420px; }
  .about-visual figcaption { left: 18px; right: 18px; font-size: .6rem; }
  .about-stats > div { min-height: 120px; padding: 18px; }
  .product-bento { grid-template-columns: 1fr; grid-auto-rows: 340px; }
  .product-tile-large { grid-row: auto; }
  .product-tile-racking { grid-column: auto; }
  .product-tile > img { padding: 28px 20px 94px; }
  .product-tile-racking > img,
  .product-tile-cranes > img { padding: 0; }
  .online-copy h2 { font-size: 3.35rem; }
  .online-visual img { min-height: 390px; }
  .online-visual figcaption { left: 12px; right: 12px; text-align: center; }
  .intralogistics-section::after { background: rgba(18,19,16,.84); }
  .delivery-path article { grid-template-columns: 44px 1fr; grid-template-areas: "number label" ". title" ". copy"; gap: 7px 12px; padding: 22px 0; }
  .delivery-path article > span { width: 36px; height: 36px; }
  .delivery-path small { padding-top: 8px; }
  .engineering-list article { grid-template-columns: 44px 1fr; gap: 14px; }
  .engineering-list article > span { width: 36px; height: 36px; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-grid article { min-height: 210px; }
  .project-card, .project-card-featured { grid-template-rows: 300px 1fr; }
  .assurance-grid { grid-template-columns: 1fr; }
  .assurance-grid article { min-height: 225px; }
  .client-grid { grid-template-columns: 1fr 1fr; }
  .client-grid span { min-height: 92px; font-size: .78rem; }
  .faq-list summary { min-height: 80px; font-size: 1.08rem; }
  .faq-list details p { margin-right: 0; }
  .contact-form { padding: 24px 18px; }
  .form-heading { align-items: start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .contact-direct strong { font-size: .82rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-menu-actions { grid-template-columns: 1fr; }
  .search-panel-inner { padding: 70px 22px 28px; }
  .mobile-action-bar { position: fixed; z-index: 1100; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1.4fr 1fr; min-height: 66px; background: #11120f; color: var(--white); box-shadow: 0 -10px 26px rgba(0,0,0,.18); }
  .mobile-action-bar a { display: grid; place-items: center; align-content: center; gap: 3px; border-right: 1px solid rgba(255,255,255,.13); font-size: .66rem; font-weight: 750; }
  .mobile-action-bar a:last-child { border-right: 0; }
  .mobile-action-bar .is-primary { background: var(--yellow); color: var(--ink); font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}


/* Homepage client-logo rendering: retains the approved grid, adds real logo assets. */
.client-grid figure { min-height: 108px; display: grid; place-items: center; margin: 0; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; transition: background 180ms var(--ease); }
.client-grid figure:hover { background: #fff; }
.client-grid figure img { width: 100%; max-width: 167px; height: auto; max-height: 70px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter 180ms var(--ease), opacity 180ms var(--ease); }
.client-grid figure:hover img { filter: grayscale(0); opacity: 1; }
@media (max-width: 560px) { .client-grid figure { min-height: 92px; padding: 12px; } .client-grid figure img { max-width: 142px; max-height: 60px; } }
