:root {
  --ink: #17232b;
  --muted: #687382;
  --paper: #f7f8f5;
  --card: #ffffff;
  --line: #dde4df;
  --plate: #eef3ef;
  --accent: #b85c38;
  --radius: 0;
  --shell: 1360px;
  --gutter: clamp(1.25rem, 2.4vw, 2rem);
  --font-display: "IBM Plex Sans", "Helvetica Neue", sans-serif;
  --font-body: "IBM Plex Sans", "Helvetica Neue", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html {
  height: 100%;
}
html, body { margin: 0; padding: 0; }
body {
  min-height: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
#main {
  flex: 1 0 auto;
  width: 100%;
}
.foot {
  flex-shrink: 0;
  margin-top: auto;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.skip { position: absolute; left: -999px; top: 0; }
.skip:focus { left: 12px; top: 12px; background: #fff; padding: 8px; z-index: 9; }

.shell {
  width: min(var(--shell), 100%);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.top__bar {
  background: var(--ink);
  color: #d7e2ee;
  font-size: 0.75rem;
  font-family: var(--font-mono);
}
.top__bar-inner {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding-block: 0.4rem;
}
.top__nav {
  background: var(--card);
  border-bottom: 1px solid var(--line);
}
.top__nav-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-block: 0.7rem;
}
.brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: var(--ink);
  margin-right: auto;
  max-width: 30rem;
  text-transform: uppercase;
}
.brand--foot { font-size: 1rem; max-width: none; margin: 0 0 0.5rem; }
nav ul { display: flex; align-items: center; gap: 0; list-style: none; margin: 0; padding: 0; }
nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 2.35rem;
  padding: 0 0.75rem;
  color: var(--muted);
  font-weight: 500;
  font-size: 0.82rem;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
nav a:hover { color: var(--ink); text-decoration: none; }
nav a[aria-current="page"] {
  color: var(--accent);
  box-shadow: inset 0 -2px 0 var(--accent);
}
.top__quote {
  height: 2.35rem;
  padding: 0 0.95rem;
  font-size: 0.78rem;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.top__quote[aria-current="page"] { box-shadow: inset 0 0 0 1px #fff; }
.top__quote-short { display: none; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 0; padding: 0.55rem 1rem;
  font-weight: 600; border: 1px solid transparent;
  font-size: 0.88rem;
}
.btn:hover { text-decoration: none; }
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { background: #163844; color: #fff; }
.btn:disabled { opacity: 0.55; cursor: wait; pointer-events: none; }
.btn--ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--small { padding: 0.35rem 0.7rem; font-size: 0.8rem; }

.trust-rule,
.section-head,
.product-grid,
.cap-table,
.page-hero,
.cat-row,
.fact-list,
.prose,
.trust-gallery,
.foot__grid,
.pdp,
.rfq-strip__form {
  width: min(var(--shell), 100%);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.trust-rule {
  border-bottom: 1px solid var(--line);
  background: var(--card);
  padding-block: 0.7rem;
}
.trust-rule ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.trust-rule strong { font-weight: 600; }

.hero-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 24rem;
  background: var(--card);
  border-bottom: 1px solid var(--line);
}
.hero-split--copy-only { grid-template-columns: 1fr; }
.hero-split__copy {
  padding: 3rem var(--gutter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(40rem, 100%);
  margin-left: auto;
}
.hero-split--copy-only .hero-split__copy {
  width: min(var(--shell), 100%);
  margin-inline: auto;
}
.hero-split__copy h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.12;
  max-width: 18ch;
  margin: 0.4rem 0 0.7rem;
  font-weight: 600;
}
.hero-split__plate {
  position: relative;
  background: var(--plate);
  display: flex;
  align-items: stretch;
}
.hero-split__slides {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-split__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .7s ease;
}
.hero-split__slide.is-on { opacity: 1; }
.hero-split__plate img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
}
.hero-split__ctrl {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .42rem;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(10,18,23,.48);
  backdrop-filter: blur(14px);
}
.hero-split__arrow {
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.hero-split__dots {
  display: flex;
  gap: .34rem;
}
.hero-split__dots button {
  width: .48rem;
  height: .48rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  cursor: pointer;
}
.hero-split__dots button.is-on {
  width: 1.35rem;
  background: #fff;
}

.eyebrow {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  color: var(--ink);
  font-weight: 500;
  margin: 0;
}
.lede { color: var(--muted); font-size: 1rem; max-width: 38rem; }
.hero__actions { display: flex; gap: 0.65rem; flex-wrap: wrap; margin-top: 1.25rem; }

.capability { padding-block: 0; background: var(--card); border-bottom: 1px solid var(--line); }
.cap-table { border-collapse: collapse; width: min(var(--shell), 100%); padding-block: 0; }
.cap-table th, .cap-table td {
  border-top: 1px solid var(--line);
  padding: 1.1rem 0;
  vertical-align: top;
  text-align: left;
}
.cap-table th {
  width: 18rem;
  font-weight: 600;
  font-size: 0.95rem;
  padding-right: 2rem;
}
.cap-table td { color: var(--muted); }

.rfq-strip {
  background: var(--ink);
  color: #e8eeea;
  padding-block: 1.4rem;
}
.rfq-strip label { color: #d5ddd7; }
.rfq-strip__form {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr auto;
  gap: 0.7rem;
  align-items: end;
}
.rfq-strip__form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.rfq-strip__form input {
  font: inherit;
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: 0;
  padding: 0.6rem 0.7rem;
  border: 1px solid #3d4a40;
  border-radius: 0;
  background: #1a1f1c;
  color: #fff;
}

.section-head { padding-block: 1.75rem 0.75rem; }
.section-head h2 {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}

.catalog, .product-grid--page { padding-bottom: 2rem; }
.product-grid {
  list-style: none;
  padding-bottom: 1rem;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid var(--line);
}
.product-card {
  background: var(--card);
  border-right: 1px solid var(--line);
  overflow: hidden;
  padding-bottom: 1rem;
}
.product-card:nth-child(4n) { border-right: 0; }
.product-card a { color: inherit; display: block; }
.product-card a:hover { text-decoration: none; }
.product-card img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  background: var(--plate);
  padding: 0.85rem;
}
.product-card h2, .product-card h3 {
  font-size: 0.95rem; margin: 0.85rem 1rem 0.25rem; font-weight: 600;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  min-height: 2.5em; line-height: 1.25;
}
.product-card .meta, .product-card p { margin: 0 1rem; color: var(--muted); font-size: 0.82rem; font-family: var(--font-mono); }

.about-split {
  width: min(var(--shell), 100%);
  margin-inline: auto;
  padding: 2.25rem var(--gutter) 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.92fr);
  gap: 0;
  border-bottom: 1px solid var(--line);
}
.about-split .page-hero,
.about-split .fact-list,
.about-split .prose {
  width: auto;
  margin: 0;
  padding: 0;
}
.about-split__copy { padding-right: 2rem; }
.about-split .page-hero { margin-bottom: 1rem; }
.about-split .fact-list {
  list-style: none;
  margin: 0 0 1.2rem;
  border-top: 1px solid var(--line);
}
.about-split .fact-list li {
  max-width: none;
  margin: 0;
  padding: 0.62rem 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 0.82rem;
}
.about-split .prose { margin: 0; }
.about-split .prose p { max-width: none; }
.about-stage {
  position: relative;
  min-height: 22rem;
  aspect-ratio: 1 / 1;
  background: var(--card);
  border-left: 1px solid var(--line);
  overflow: hidden;
}
.about-stage__slides { position: absolute; inset: 0; }
.about-stage__slide {
  position: absolute; inset: 0; margin: 0;
  opacity: 0; transition: opacity .45s ease;
}
.about-stage__slide.is-on { opacity: 1; }
.about-stage__slide img { width: 100%; height: 100%; object-fit: cover; }
.about-stage__slide figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  margin: 0;
  padding: 2rem 1rem .75rem;
  background: linear-gradient(transparent, rgba(10, 16, 20, .62));
  color: #fff;
  font-family: var(--font-mono);
  font-size: .75rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.about-stage__ctrl {
  position: absolute; z-index: 2;
  right: .7rem; bottom: .7rem;
  display: flex; align-items: center; gap: .35rem;
}
.about-stage__arrow {
  width: 1.85rem; height: 1.85rem;
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(10, 16, 20, .4); color: #fff;
  font-size: 1.1rem; line-height: 1; cursor: pointer;
}
.about-stage__dots { display: flex; gap: .28rem; }
.about-stage__dots button {
  width: .45rem; height: .45rem; padding: 0;
  border: 0; background: rgba(255,255,255,.4); cursor: pointer;
}
.about-stage__dots button.is-on { background: #fff; }

.page-hero { padding-block: 2.25rem 1rem; }
.page-hero h1 { font-family: var(--font-display); font-size: 2rem; margin: 0; font-weight: 600; }
.cat-row { display: flex; gap: 0; flex-wrap: wrap; list-style: none; margin-bottom: 0; border-bottom: 1px solid var(--line); }
.cat-row a {
  display: inline-block; padding: 0.55rem 0.9rem; border-right: 1px solid var(--line);
  font-size: 0.82rem; color: var(--ink); font-family: var(--font-mono); text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cat-row a.is-on { background: var(--ink); color: #fff; }
.cat-row a:hover { text-decoration: none; }
.product-card[hidden],
.product-card.is-off { display: none !important; }
.cat-empty { margin: 0; padding: 2rem 1.2rem; color: var(--muted); font-family: var(--font-mono); font-size: 0.82rem; }

.pdp { padding-block: 2.25rem 3.25rem; }
.pdp__grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(22rem, .96fr); gap: 0; border: 1px solid var(--line); }
.pdp__gallery {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 5.6rem minmax(0, 1fr);
  gap: 1px;
  background: var(--plate);
}
.pdp__plate {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  background: transparent;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.pdp__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: clamp(.15rem, .7vw, .45rem);
  opacity: 0;
  transition: opacity .45s ease;
  display: grid;
  place-items: center;
}
.pdp__slide.is-on { opacity: 1; }
.pdp__slide img { width: 100%; height: 100%; object-fit: contain; margin-inline: auto; }
.pdp__ctrl {
  position: absolute;
  z-index: 2;
  left: calc(5.6rem + 1.45rem);
  right: .8rem;
  top: calc((100% - 5.4rem) / 2);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.pdp__arrow {
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  box-shadow: 0 .45rem 1rem rgba(17, 19, 24, .12);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  transition: transform .16s ease, background .16s ease, color .16s ease;
}
.pdp__arrow:hover { transform: translateY(-1px); background: var(--ink); color: #fff; }
.pdp__dots { display: none; }
.pdp__thumbs {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  max-height: min(36rem, calc(100vw - 4rem));
  overflow-y: auto;
  background: var(--line);
  border-right: 1px solid var(--line);
  scrollbar-width: thin;
}
.pdp__thumbs button {
  position: relative;
  flex: 0 0 5.25rem;
  width: 5.25rem;
  height: 5.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: .58;
  transition: opacity .16s ease, transform .16s ease;
}
.pdp__thumbs button:hover { opacity: .82; transform: translateY(-1px); }
.pdp__thumbs button.is-on { opacity: 1; transform: scale(1.03); z-index: 1; }
.pdp__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.pdp__copy { padding: 2rem; background: var(--card); }
.pdp__copy h1 { font-size: clamp(1.4rem, 2.6vw, 2rem); margin: 0 0 1.25rem; font-weight: 600; }
.spec { margin: 0 0 1.5rem; }
.spec div { display: grid; grid-template-columns: 8rem 1fr; gap: 0.75rem; padding: 0.55rem 0; border-top: 1px solid var(--line); }
.spec dt { color: var(--muted); font-size: 0.75rem; font-family: var(--font-mono); text-transform: uppercase; }
.spec dd { margin: 0; }

.fact-list { margin-bottom: 1.5rem; padding-bottom: 0; }
.fact-list li { margin-bottom: 0.5rem; max-width: 68ch; }
.prose { margin-bottom: 2rem; color: var(--muted); }
.prose p { max-width: 68ch; }
.trust-gallery { margin-bottom: 2rem; }
.media-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1px; background: var(--line); }
.media-grid li { background: var(--card); }
.media-grid img { background: #fff; }

.rfq-wrap {
  width: min(var(--shell), 100%);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.rfq {
  position: relative;
  max-width: 40rem;
  margin: 0 0 3rem;
  padding: 1.5rem 0;
  display: grid; gap: 0.85rem;
}
.rfq label { display: grid; gap: 0.35rem; font-weight: 500; font-size: 0.88rem; }
.rfq .hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.rfq input, .rfq select, .rfq textarea {
  font: inherit; padding: 0.6rem 0.7rem; border-radius: 0; border: 1px solid var(--line);
}
.hint { color: var(--muted); font-size: 0.85rem; margin: 0; }
.pdp-rfq {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.pdp-rfq[hidden] { display: none !important; }
.pdp-rfq-toggle[aria-expanded="true"] { background: var(--ink); color: #fff; }
.pdp-rfq__head .eyebrow { margin-bottom: .65rem; }
.pdp-rfq__head h2 { font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.2; margin: 0 0 .7rem; font-weight: 600; }
.pdp-rfq__head p { margin: 0; color: var(--muted); font-family: var(--font-mono); font-size: .82rem; max-width: 24rem; }
.pdp-rfq .rfq-ok { margin: 0 0 .8rem; max-width: none; }
.pdp-rfq__form.rfq {
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}
.pdp-rfq__form label { color: var(--muted); font-family: var(--font-mono); font-size: .76rem; text-transform: uppercase; }
.pdp-rfq__form input,
.pdp-rfq__form textarea { min-height: 2.55rem; padding: .55rem .65rem; background: var(--card); }
.pdp-rfq__form input[readonly] { background: var(--plate); color: var(--ink); }
.pdp-rfq__wide,
.pdp-rfq__actions { grid-column: 1 / -1; }
.pdp-rfq__actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.pdp-rfq__actions p { margin: 0; color: var(--muted); font-size: .85rem; }
.rfq-ok {
  max-width: 40rem;
  margin: 0 0 2rem;
  padding: 1.25rem 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
}
.rfq-ok h2 { font-size: 1.4rem; margin: 0 0 0.35rem; font-weight: 600; }
.rfq-ok p { margin: 0; color: var(--muted); font-family: var(--font-mono); font-size: 0.85rem; }
.rfq[hidden], .rfq-ok[hidden] { display: none !important; }

.aics-slot {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 40;
  display: grid;
  justify-items: end;
  gap: 0.5rem;
  max-width: min(18rem, calc(100vw - 2rem));
  pointer-events: none;
}
.aics-slot > * { pointer-events: auto; }
.aics-slot__bubble {
  margin: 0;
  padding: 0.65rem 0.85rem;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 0.88rem;
}
.aics-slot__dock { display: flex; gap: 0.4rem; }
.aics-slot__wa, .aics-slot__mail {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
}
.aics-slot__wa { background: #128c7e; color: #fff; }
.aics-slot__mail { background: #fff; color: var(--ink); border: 1px solid var(--line); }

.foot {
  border-top: 1px solid var(--line);
  background: var(--card);
  padding: 2rem 0;
  margin-top: auto;
  flex-shrink: 0;
}
.foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 1.5rem; }
.foot__label { font-weight: 600; margin: 0 0 0.5rem; font-family: var(--font-mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; }
.foot ul { list-style: none; margin: 0; padding: 0; }

@media (max-width: 1100px) {
  .hero-split { grid-template-columns: 1fr; }
  .hero-split__copy { width: min(var(--shell), 100%); margin-inline: auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card:nth-child(4n) { border-right: 1px solid var(--line); }
  .product-card:nth-child(2n) { border-right: 0; }
  .rfq-strip__form { grid-template-columns: 1fr 1fr; }
  .rfq-strip__form .btn { grid-column: 1 / -1; }
  .pdp__grid { grid-template-columns: 1fr; }
  .pdp-rfq { grid-template-columns: 1fr; }
  .pdp-rfq .rfq-ok { grid-column: 1; }
  .cap-table th { width: 10rem; }
  .about-split { grid-template-columns: 1fr; }
  .about-split__copy { padding-right: 0; }
  .about-stage { aspect-ratio: 16 / 10; min-height: 16rem; border-left: 0; border-top: 1px solid var(--line); order: -1; }
}
@media (max-width: 860px) {
  .top__nav-inner { flex-wrap: wrap; }
  .brand { max-width: none; }
  .top__quote-full { display: none; }
  .top__quote-short { display: inline; }
  .rfq-strip__form { grid-template-columns: 1fr; }
  .pdp-rfq__form.rfq { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  nav ul { flex-wrap: wrap; }
  .cap-table th, .cap-table td { display: block; width: auto; padding-right: 0; }
  .cap-table td { padding-top: 0; border-top: 0; }
}
@media (max-width: 560px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .foot__grid { grid-template-columns: 1fr; }
}

/* Industrial equipment export template, inspired by modern category-first B2B sites. */
:root {
  --ink: #12212b;
  --muted: #60707d;
  --paper: #f3f6f7;
  --card: #ffffff;
  --line: #dbe4e8;
  --plate: #edf3f5;
  --accent: #d97b2b;
  --accent-dark: #b7601f;
  --navy: #0f2a38;
  --navy-soft: #173a4b;
  --shadow-soft: 0 18px 46px rgba(18, 33, 43, .08);
  --shadow-strong: 0 28px 70px rgba(18, 33, 43, .14);
  --radius: 14px;
}

body {
  background: var(--paper);
  color: var(--ink);
}

.top {
  position: sticky;
  top: 0;
  z-index: 30;
  box-shadow: 0 10px 30px rgba(18, 33, 43, .06);
}
.top__bar {
  background: var(--navy);
  color: rgba(255,255,255,.76);
}
.top__nav {
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
}
.top__nav-inner { padding-block: .9rem; }
.brand {
  font-size: clamp(.88rem, 1.1vw, 1.08rem);
  letter-spacing: -.01em;
  color: var(--navy);
}
nav a {
  height: 2.6rem;
  padding: 0 .9rem;
  font-family: var(--font-body);
  font-size: .85rem;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 999px;
}
nav a[aria-current="page"] {
  color: var(--navy);
  background: var(--plate);
  box-shadow: none;
}
.top__quote,
.btn {
  border-radius: 999px;
}
.btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 16px 34px rgba(217, 123, 43, .24);
}
.btn--primary:hover {
  background: var(--accent-dark);
}
.btn--ghost {
  border-color: rgba(255,255,255,.52);
  color: #fff;
  background: rgba(255,255,255,.08);
}
.btn--ghost:hover {
  background: #fff;
  color: var(--navy);
}

.hero-split {
  width: min(var(--shell), 100%);
  margin: 1.4rem auto 0;
  padding-inline: var(--gutter);
  grid-template-columns: minmax(0, .95fr) minmax(24rem, 1.05fr);
  min-height: 34rem;
  background: transparent;
  border-bottom: 0;
}
.hero-split__copy {
  width: auto;
  margin: 0;
  padding: clamp(2rem, 5vw, 4.4rem);
  background:
    linear-gradient(135deg, rgba(15, 42, 56, .96), rgba(23, 58, 75, .94));
  color: #fff;
  border-radius: var(--radius) 0 0 var(--radius);
  justify-content: center;
  box-shadow: var(--shadow-strong);
}
.hero-split--copy-only .hero-split__copy {
  width: 100%;
  border-radius: var(--radius);
}
.hero-split__copy .eyebrow,
.hero-split__copy .lede {
  color: rgba(255,255,255,.76);
}
.hero-split__copy h1 {
  max-width: 13ch;
  margin: .6rem 0 1rem;
  font-size: clamp(2.45rem, 5vw, 5rem);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 700;
}
.hero-split__copy .lede {
  max-width: 36rem;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}
.hero__actions {
  margin-top: 1.7rem;
}
.hero-split__plate {
  border-radius: 0 var(--radius) var(--radius) 0;
  overflow: hidden;
  background: var(--plate);
  box-shadow: var(--shadow-strong);
}
.hero-split__plate img {
  min-height: 34rem;
  object-fit: cover;
}

.trust-rule {
  margin-top: -2.2rem;
  position: relative;
  z-index: 2;
  width: min(calc(var(--shell) - 7rem), calc(100% - 2rem));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow-soft);
  padding: 0;
}
.trust-rule ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: 0;
}
.trust-rule li {
  display: grid;
  gap: .1rem;
  padding: 1.2rem 1.4rem;
  border-right: 1px solid var(--line);
}
.trust-rule li:last-child { border-right: 0; }
.trust-rule strong {
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.05;
}
.trust-rule span {
  color: var(--muted);
  font-size: .78rem;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem;
  padding-block: 4.2rem 1.2rem;
}
.section-head .eyebrow {
  grid-column: 1 / -1;
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.7vw, 2.7rem);
  line-height: 1.04;
  letter-spacing: -.055em;
  text-transform: none;
  margin: 0;
}
.section-head__more,
.text-link,
.factory-copy__more {
  color: var(--accent-dark);
  font-weight: 700;
}

.category-showcase,
.factory-panel,
.capability,
.catalog {
  width: min(var(--shell), 100%);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.category-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(18rem, 1fr);
  gap: 1rem;
  list-style: none;
  overflow-x: auto;
  padding: 0 0 .4rem;
  margin: 0;
  scroll-snap-type: x mandatory;
}
.category-rail li {
  scroll-snap-align: start;
}
.category-rail a {
  position: relative;
  display: block;
  min-height: 18rem;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow-soft);
  color: #fff;
}
.category-rail__image {
  position: absolute;
  inset: 0;
}
.category-rail__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8, 20, 28, .72));
}
.category-rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-rail__name {
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 1.05rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.factory-panel {
  display: grid;
  grid-template-columns: minmax(20rem, .78fr) minmax(0, 1.22fr);
  gap: 1rem;
  margin-top: 4rem;
}
.factory-panel__copy {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.factory-panel__copy h2 {
  margin: .5rem 0 1rem;
  font-size: clamp(1.6rem, 2.7vw, 3rem);
  line-height: 1.03;
  letter-spacing: -.055em;
}
.factory-panel__copy .lede {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.factory-panel__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.factory-panel__media figure {
  position: relative;
  min-height: 15rem;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--plate);
  box-shadow: var(--shadow-soft);
}
.factory-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.factory-panel__media figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 1rem .8rem;
  background: linear-gradient(transparent, rgba(8, 20, 28, .7));
  color: #fff;
  font-size: .8rem;
}

.capability {
  background: transparent;
  border-bottom: 0;
}
.cap-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cap-list li {
  min-height: 13rem;
  padding: 1.35rem;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.cap-list span {
  display: inline-block;
  margin-bottom: 2rem;
  font-family: var(--font-mono);
  color: var(--accent-dark);
}
.cap-list h3 {
  margin: 0 0 .55rem;
  font-size: 1.1rem;
  line-height: 1.18;
}
.cap-list p {
  margin: 0;
  color: var(--muted);
}

.catalog { padding-bottom: 4rem; }
.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  border: 0;
  padding-inline: 0;
}
.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding-bottom: 0;
  box-shadow: var(--shadow-soft);
}
.product-card:nth-child(4n),
.product-card:nth-child(2n) {
  border-right: 1px solid var(--line);
}
.product-card img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: linear-gradient(135deg, #f9fbfb, var(--plate));
  padding: 1.1rem;
}
.product-card__body {
  display: grid;
  gap: .4rem;
  padding: 1rem;
}
.product-card h2,
.product-card h3 {
  margin: 0;
  min-height: 2.4em;
  font-size: 1.05rem;
}
.product-card .meta,
.product-card p {
  margin: 0;
}
.product-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: .8rem;
}

.rfq-strip {
  display: grid;
  grid-template-columns: minmax(18rem, .55fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: end;
  width: min(var(--shell), 100%);
  margin: 0 auto 4rem;
  padding: 2rem var(--gutter);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, var(--navy), var(--navy-soft));
  box-shadow: var(--shadow-strong);
}
.rfq-strip__copy h2 {
  margin: .4rem 0 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 1.08;
}
.rfq-strip__copy .eyebrow {
  color: rgba(255,255,255,.68);
}
.rfq-strip__form {
  width: auto;
  padding-inline: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
}
.rfq-strip__form input {
  border-color: rgba(255,255,255,.2);
  border-radius: 10px;
  background: rgba(255,255,255,.08);
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -.055em;
}
.cat-row {
  gap: .5rem;
  border-bottom: 0;
}
.cat-row a {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
}
.cat-row a.is-on {
  background: var(--navy);
}

@media (max-width: 1100px) {
  .hero-split {
    grid-template-columns: 1fr;
  }
  .hero-split__copy,
  .hero-split__plate {
    border-radius: var(--radius);
  }
  .hero-split__plate {
    margin-top: 1rem;
  }
  .trust-rule {
    margin-top: 1rem;
  }
  .trust-rule ul,
  .factory-panel,
  .rfq-strip {
    grid-template-columns: 1fr 1fr;
  }
  .factory-panel__copy,
  .rfq-strip__copy {
    grid-column: 1 / -1;
  }
  .cap-list,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rfq-strip__form {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .top__bar { display: none; }
  .hero-split {
    margin-top: .8rem;
  }
  .hero-split__copy {
    padding: 2rem 1.25rem;
  }
  .hero-split__copy h1 {
    font-size: clamp(2.1rem, 14vw, 3.5rem);
  }
  .trust-rule ul,
  .factory-panel,
  .factory-panel__media,
  .cap-list,
  .product-grid,
  .rfq-strip,
  .rfq-strip__form {
    grid-template-columns: 1fr;
  }
  .trust-rule li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .trust-rule li:last-child { border-bottom: 0; }
  .section-head {
    grid-template-columns: 1fr;
    padding-block: 2.5rem 1rem;
  }
}

/* Industrial-trust v2: equipment category site inspired by category-first export brands. */
:root {
  --ink: #111820;
  --muted: #66727d;
  --paper: #ffffff;
  --card: #ffffff;
  --line: #dde5ea;
  --plate: #edf2f4;
  --accent: #ee8a25;
  --accent-dark: #c66b13;
  --navy: #102f42;
  --navy-soft: #17465f;
  --sky: #dbeef5;
  --shadow-soft: 0 18px 46px rgba(16, 47, 66, .08);
  --shadow-strong: 0 28px 72px rgba(16, 47, 66, .16);
  --radius: 10px;
}

body {
  background: var(--paper);
}

.foot {
  background: transparent;
}

.top {
  position: sticky;
  top: 0;
  z-index: 40;
  box-shadow: 0 8px 24px rgba(17, 24, 32, .055);
}
.top__bar {
  background: var(--navy);
  color: rgba(255,255,255,.74);
}
.top__nav {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
}
.top__nav-inner {
  min-height: 4.7rem;
  padding-block: .85rem;
}
.brand {
  max-width: 24rem;
  color: var(--navy);
  font-size: clamp(.95rem, 1vw, 1.08rem);
  letter-spacing: 0;
}
nav a {
  height: 2.5rem;
  padding: 0 .95rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: .92rem;
  letter-spacing: 0;
  text-transform: none;
}
nav a[aria-current="page"] {
  background: color-mix(in srgb, var(--sky) 72%, #fff);
  color: var(--navy);
  box-shadow: none;
}
.top__quote {
  height: 2.75rem;
  padding-inline: 1.15rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: .9rem;
  letter-spacing: 0;
  text-transform: none;
}

.btn {
  min-height: 2.85rem;
  padding: .72rem 1.15rem;
  border-radius: 999px;
}
.btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 16px 34px rgba(238, 138, 37, .24);
}
.btn--primary:hover { background: var(--accent-dark); }
.btn--ghost {
  border-color: rgba(255,255,255,.55);
  color: #fff;
  background: rgba(255,255,255,.1);
}
.btn--ghost:hover {
  background: #fff;
  color: var(--navy);
}

.industrial-hero {
  width: min(var(--shell), 100%);
  margin: 1.2rem auto 0;
  padding-inline: var(--gutter);
  grid-template-columns: minmax(0, .86fr) minmax(28rem, 1.14fr);
  min-height: clamp(31rem, 58vw, 43rem);
  border: 0;
  background: transparent;
}
.industrial-hero .hero-split__copy {
  position: relative;
  width: auto;
  margin: 0;
  padding: clamp(2.4rem, 5.2vw, 5rem);
  overflow: hidden;
  border-radius: var(--radius) 0 0 var(--radius);
  background:
    linear-gradient(135deg, rgba(16, 47, 66, .98), rgba(23, 70, 95, .96));
  color: #fff;
  box-shadow: var(--shadow-strong);
}
.industrial-hero .hero-split__copy::after {
  content: "";
  position: absolute;
  right: -7rem;
  bottom: -7rem;
  width: 18rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}
.industrial-hero.hero-split--copy-only .hero-split__copy {
  border-radius: var(--radius);
}
.industrial-hero .eyebrow,
.industrial-hero .lede {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.74);
}
.industrial-hero .hero-split__copy h1 {
  position: relative;
  z-index: 1;
  max-width: 14ch;
  margin: .72rem 0 1rem;
  font-size: clamp(2.35rem, 5vw, 5.2rem);
  line-height: .97;
  letter-spacing: 0;
  font-weight: 700;
}
.industrial-hero .hero__actions {
  position: relative;
  z-index: 1;
  margin-top: 1.8rem;
}
.industrial-hero .hero-split__plate {
  min-height: inherit;
  overflow: hidden;
  border-radius: 0 var(--radius) var(--radius) 0;
  background:
    linear-gradient(135deg, #e8f4f8, #ffffff);
  box-shadow: var(--shadow-strong);
}
.industrial-hero .hero-split__plate img {
  min-height: clamp(31rem, 58vw, 43rem);
  object-fit: cover;
}

.industrial-stats {
  width: min(calc(var(--shell) - 6rem), calc(100% - 2rem));
  margin-top: -2.1rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow-soft);
}
.industrial-stats ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  font-family: var(--font-body);
  letter-spacing: 0;
  text-transform: none;
}
.industrial-stats li {
  min-height: 6.4rem;
  padding: 1.15rem 1.35rem;
  border-right: 1px solid var(--line);
}
.industrial-stats li:last-child { border-right: 0; }
.industrial-stats strong {
  display: block;
  max-width: 18ch;
  color: var(--navy);
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
  line-height: 1.12;
}
.industrial-stats span {
  display: block;
  margin-top: .25rem;
  color: var(--muted);
  font-size: .78rem;
}

.industrial-categories,
.industrial-factory,
.industrial-process,
.industrial-products {
  width: min(var(--shell), 100%);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem;
  padding-block: 4.2rem 1.25rem;
}
.section-head .eyebrow { grid-column: 1 / -1; }
.section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: none;
}
.section-head__more,
.text-link {
  align-self: center;
  color: var(--accent-dark);
  font-weight: 700;
}

.industrial-categories .category-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(18rem, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0 .1rem .65rem;
  overflow-x: auto;
  list-style: none;
  scroll-snap-type: x mandatory;
}
.industrial-categories .category-rail li { scroll-snap-align: start; }
.industrial-categories .category-rail a {
  position: relative;
  min-height: 19rem;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  color: #fff;
  background: var(--navy);
  box-shadow: var(--shadow-soft);
}
.industrial-categories .category-rail a:hover {
  text-decoration: none;
}
.industrial-categories .category-rail__image,
.industrial-categories .category-rail__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.industrial-categories .category-rail__image img {
  object-fit: cover;
  transition: transform .35s ease;
}
.industrial-categories .category-rail a:hover img {
  transform: scale(1.04);
}
.industrial-categories .category-rail__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 20, 28, .08) 15%, rgba(8, 20, 28, .72) 100%);
}
.industrial-categories .category-rail__name {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.1rem;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.12;
}

.industrial-factory {
  display: grid;
  grid-template-columns: minmax(20rem, .78fr) minmax(0, 1.22fr);
  gap: 1rem;
  margin-top: 4rem;
}
.industrial-factory .factory-panel__copy {
  padding: clamp(1.7rem, 3vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}
.industrial-factory .factory-panel__copy h2 {
  margin: .55rem 0 1rem;
  font-size: clamp(1.55rem, 2.8vw, 3rem);
  line-height: 1.04;
  letter-spacing: 0;
}
.industrial-factory .factory-panel__copy .lede {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.industrial-factory .factory-panel__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.industrial-factory .factory-panel__media figure {
  position: relative;
  min-height: 15rem;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--plate);
  box-shadow: var(--shadow-soft);
}
.industrial-factory .factory-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industrial-factory .factory-panel__media figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 1rem .8rem;
  background: linear-gradient(transparent, rgba(8, 20, 28, .7));
  color: #fff;
  font-size: .82rem;
}

.industrial-process .cap-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.industrial-process .cap-list li {
  min-height: 13rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}
.industrial-process .cap-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  margin-bottom: 2rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--sky) 72%, #fff);
  color: var(--navy);
  font-family: var(--font-mono);
  font-size: .82rem;
}
.industrial-process .cap-list h3 {
  margin: 0 0 .55rem;
  font-size: 1.12rem;
  line-height: 1.18;
}
.industrial-process .cap-list p {
  margin: 0;
  color: var(--muted);
}

.industrial-products { padding-bottom: 4rem; }
.industrial-products .product-grid,
.product-grid--page {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  border: 0;
  padding-inline: 0;
}
.industrial-products .product-card,
.product-grid--page .product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}
.industrial-products .product-card img,
.product-grid--page .product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  padding: 0;
  background: var(--plate);
}
.industrial-products .product-card__body {
  display: grid;
  gap: .42rem;
  padding: 1rem;
}
.industrial-products .product-card h3,
.product-grid--page .product-card h2 {
  margin: 0;
  min-height: 2.4em;
  font-size: 1.05rem;
  line-height: 1.22;
}
.industrial-products .product-card__meta,
.product-grid--page .meta,
.product-grid--page .product-card p {
  color: var(--muted);
  font-size: .82rem;
}

.industrial-rfq {
  display: grid;
  grid-template-columns: minmax(18rem, .55fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: end;
  width: min(var(--shell), calc(100% - 2rem));
  margin: 0 auto 4rem;
  padding: 2rem var(--gutter);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, var(--navy), var(--navy-soft));
  box-shadow: var(--shadow-strong);
}
.industrial-rfq .rfq-strip__copy h2 {
  margin: .4rem 0 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 1.08;
}
.industrial-rfq .rfq-strip__copy .eyebrow {
  color: rgba(255,255,255,.68);
}
.industrial-rfq .rfq-strip__form {
  width: auto;
  padding-inline: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: end;
}
.industrial-rfq .rfq-strip__form input {
  height: 2.6rem;
  padding: 0 .75rem;
  border-color: rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  box-sizing: border-box;
}
.industrial-rfq .rfq-strip__form .btn {
  min-height: 2.6rem;
  height: 2.6rem;
  padding: 0 1.15rem;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: none;
}

@media (max-width: 1100px) {
  .industrial-hero {
    grid-template-columns: 1fr;
  }
  .industrial-hero .hero-split__copy,
  .industrial-hero .hero-split__plate {
    border-radius: var(--radius);
  }
  .industrial-hero .hero-split__plate {
    margin-top: 1rem;
  }
  .industrial-stats {
    margin-top: 1rem;
  }
  .industrial-stats ul,
  .industrial-factory,
  .industrial-rfq {
    grid-template-columns: 1fr 1fr;
  }
  .industrial-factory .factory-panel__copy,
  .industrial-rfq .rfq-strip__copy {
    grid-column: 1 / -1;
  }
  .industrial-process .cap-list,
  .industrial-products .product-grid,
  .product-grid--page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .industrial-rfq .rfq-strip__form {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .top__bar { display: none; }
  .top__nav-inner { min-height: auto; }
  .industrial-hero {
    margin-top: .8rem;
  }
  .industrial-hero .hero-split__copy {
    padding: 2rem 1.25rem;
  }
  .industrial-hero .hero-split__copy h1 {
    font-size: clamp(2.1rem, 13vw, 3.5rem);
  }
  .industrial-stats ul,
  .industrial-factory,
  .industrial-factory .factory-panel__media,
  .industrial-process .cap-list,
  .industrial-products .product-grid,
  .product-grid--page,
  .industrial-rfq,
  .industrial-rfq .rfq-strip__form {
    grid-template-columns: 1fr;
  }
  .industrial-stats li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .industrial-stats li:last-child { border-bottom: 0; }
  .section-head {
    grid-template-columns: 1fr;
    padding-block: 2.7rem 1rem;
  }
}

/* Industrial-trust v3: Keeyak-like home composition, kept isolated from other templates. */
.top {
  position: sticky;
  top: 0;
  z-index: 30;
}

body[data-page="home"] .top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

body[data-page="home"] .top__bar {
  display: none;
}

body[data-page="home"] .top__nav {
  padding-top: 1rem;
  border: 0;
  background: transparent;
}

body[data-page="home"] .top__nav-inner {
  width: min(1180px, calc(100% - 2rem));
  min-height: 4.35rem;
  padding: .55rem .65rem .55rem 1.25rem;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 56px rgba(6, 20, 30, .18);
  backdrop-filter: blur(18px);
}

body[data-page="home"] .brand {
  max-width: 26rem;
  color: #14212a;
}

body[data-page="home"] nav a {
  height: 2.75rem;
  padding: 0 .9rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: .86rem;
  letter-spacing: 0;
  text-transform: none;
}

body[data-page="home"] nav a[aria-current="page"] {
  color: #fff;
  box-shadow: none;
  background: #1c2c36;
}

body[data-page="home"] .top__quote {
  height: 3.1rem;
  border-radius: 999px;
  padding-inline: 1.25rem;
  font-family: var(--font-body);
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

body[data-page="home"] .industrial-hero {
  position: relative;
  display: grid;
  width: 100%;
  min-height: min(790px, 100vh);
  margin: 0;
  padding: 0;
  overflow: hidden;
  grid-template-columns: 1fr;
  background: #10191f;
}

body[data-page="home"] .industrial-hero .hero-split__plate {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
  border-radius: 0;
  background: #10191f;
  box-shadow: none;
}

body[data-page="home"] .industrial-hero .hero-split__plate::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 18, 23, .78) 0%, rgba(10, 18, 23, .54) 38%, rgba(10, 18, 23, .16) 72%, rgba(10, 18, 23, .28) 100%),
    linear-gradient(180deg, rgba(10, 18, 23, .25) 0%, rgba(10, 18, 23, .08) 46%, rgba(10, 18, 23, .72) 100%);
}

body[data-page="home"] .industrial-hero .hero-split__plate img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

body[data-page="home"] .industrial-hero .hero-split__copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: min(790px, 100vh);
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(8rem, 16vh, 11rem) 0 clamp(7rem, 14vh, 10rem);
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .industrial-hero .hero-split__copy::after {
  display: none;
}

body[data-page="home"] .industrial-hero .eyebrow {
  color: rgba(255,255,255,.76);
  font-family: var(--font-mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

body[data-page="home"] .industrial-hero .hero-split__copy h1 {
  max-width: 12ch;
  margin: .9rem 0 1.2rem;
  color: #fff;
  font-size: clamp(3.25rem, 7.6vw, 7.25rem);
  line-height: .9;
  text-wrap: balance;
}

body[data-page="home"] .industrial-hero .lede {
  max-width: 43rem;
  color: rgba(255,255,255,.78);
  font-size: clamp(1rem, 1.6vw, 1.26rem);
}

body[data-page="home"] .industrial-hero .hero__actions {
  gap: .75rem;
  margin-top: 2rem;
}

body[data-page="home"] .industrial-hero .btn {
  min-height: 3.4rem;
  border-radius: 999px;
  padding-inline: 1.45rem;
}

body[data-page="home"] .industrial-hero .btn--primary,
body[data-page="home"] .top__quote,
.industrial-rfq .btn--primary {
  background: #d46935;
  color: #fff;
}

body[data-page="home"] .industrial-hero .btn--primary:hover,
body[data-page="home"] .top__quote:hover,
.industrial-rfq .btn--primary:hover {
  background: #e0763e;
}

body[data-page="home"] .industrial-stats {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 2rem));
  margin: -4.25rem auto 0;
  border: 1px solid rgba(25, 37, 45, .12);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 70px rgba(14, 30, 40, .18);
}

body[data-page="home"] .industrial-stats li {
  min-height: 7.2rem;
  padding: 1.35rem 1.55rem;
}

body[data-page="home"] .industrial-stats strong {
  color: #17232b;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: 0;
}

body[data-page="home"] .industrial-categories,
body[data-page="home"] .industrial-factory,
body[data-page="home"] .industrial-process,
body[data-page="home"] .industrial-products {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
  padding-inline: 0;
}

body[data-page="home"] .section-head {
  width: 100%;
  padding: clamp(5rem, 8vw, 7rem) 0 1.4rem;
}

body[data-page="home"] .section-head h2 {
  max-width: 12ch;
  font-size: clamp(2.25rem, 4.5vw, 4.75rem);
  line-height: .95;
  text-wrap: balance;
}

body[data-page="home"] .industrial-categories .category-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  overflow: visible;
  padding: 0;
}

body[data-page="home"] .industrial-categories .category-rail li {
  min-width: 0;
}

body[data-page="home"] .industrial-categories .category-rail a {
  min-height: clamp(18rem, 28vw, 25rem);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(20, 32, 40, .14);
}

body[data-page="home"] .industrial-categories .category-rail__name {
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.3rem;
  color: #fff;
  font-size: clamp(1.2rem, 1.9vw, 1.75rem);
}

body[data-page="home"] .industrial-factory {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 1.25rem;
  margin-top: 5rem;
}

body[data-page="home"] .industrial-factory .factory-panel__copy,
body[data-page="home"] .industrial-process .cap-list li,
body[data-page="home"] .industrial-products .product-card {
  border-radius: 18px;
}

@media (max-width: 980px) {
  body[data-page="home"] .top__nav-inner {
    border-radius: 18px;
  }
  body[data-page="home"] nav ul {
    gap: .15rem;
  }
  body[data-page="home"] nav a {
    padding-inline: .62rem;
  }
  body[data-page="home"] .industrial-categories .category-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body[data-page="home"] .top {
    position: sticky;
  }
  body[data-page="home"] .top__nav {
    padding-top: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }
  body[data-page="home"] .top__nav-inner {
    width: min(var(--shell), 100%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  body[data-page="home"] .industrial-hero,
  body[data-page="home"] .industrial-hero .hero-split__copy {
    min-height: 39rem;
  }
  body[data-page="home"] .industrial-hero .hero-split__copy {
    width: min(100% - 2rem, 36rem);
    padding-block: 5rem;
  }
  body[data-page="home"] .industrial-hero .hero-split__copy h1 {
    font-size: clamp(2.7rem, 13vw, 4.25rem);
  }
  body[data-page="home"] .industrial-stats {
    margin-top: -2rem;
    border-radius: 16px;
  }
  body[data-page="home"] .industrial-categories .category-rail {
    grid-template-columns: 1fr;
  }
}

/* Shared inner-page title: products / news / about / contact */
.page-hero--industrial {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(1.5rem, 2.6vw, 2.1rem) 0 clamp(1.1rem, 2vw, 1.55rem);
}

.page-hero--industrial .eyebrow {
  display: none;
}

.page-hero--industrial h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(2.15rem, 3.4vw, 2.9rem);
  line-height: 1.12;
  letter-spacing: -.02em;
  font-weight: 700;
}

.page-hero--industrial .page-hero__title-lines {
  max-width: none;
}

.page-hero--industrial .page-hero__title-lines span {
  display: inline;
  white-space: normal;
}

.page-hero--industrial .lede {
  max-width: 42rem;
  margin: .7rem 0 0;
  color: var(--muted);
  font-size: clamp(.98rem, 1.2vw, 1.1rem);
  line-height: 1.6;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 18rem minmax(0, 1fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 5rem;
  align-items: start;
}

.catalog-sidebar {
  position: sticky;
  top: 6.25rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow-soft);
}

.catalog-sidebar__head,
.catalog-main__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.catalog-sidebar__head .eyebrow,
.catalog-main__head .eyebrow {
  margin: 0;
}

.catalog-sidebar__head strong,
.catalog-main__head span {
  color: var(--muted);
  font-size: .9rem;
  font-weight: 700;
}

.catalog-layout .cat-row {
  display: grid;
  gap: .35rem;
  width: auto;
  margin: 1rem 0 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.catalog-layout .cat-row a {
  display: flex;
  min-height: 2.8rem;
  align-items: center;
  padding: .62rem .75rem;
  border: 0;
  border-radius: 10px;
  color: #4f5a63;
  font-family: var(--font-body);
  font-size: .96rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
}

.catalog-layout .cat-row a.is-on {
  background: #20323d;
  color: #fff;
}

.catalog-main {
  min-width: 0;
}

.catalog-main__head {
  margin-bottom: 1.1rem;
}

.catalog-main .product-grid--page {
  width: 100%;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-main .product-card a {
  display: grid;
  height: 100%;
  color: var(--ink);
}

.catalog-main .product-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--plate);
}

.catalog-main .product-card__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  padding: 0;
  object-fit: cover;
  background: var(--plate);
}

.catalog-main .product-card__body {
  padding: 1rem;
}

.catalog-main .product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .8rem;
  color: var(--muted);
  font-size: .82rem;
}

.pdp--industrial {
  width: min(1180px, calc(100% - 2rem));
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 5rem;
}

.pdp--industrial .pdp__crumb {
  margin: 0 0 1rem;
}

.pdp--industrial .pdp__grid {
  grid-template-columns: minmax(0, .95fr) minmax(24rem, 1.05fr);
  gap: clamp(1.6rem, 3vw, 3rem);
  border: 0;
  align-items: start;
}

.pdp--industrial .pdp__gallery {
  grid-template-columns: 4.8rem minmax(0, 1fr);
  gap: .8rem;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pdp--industrial .pdp__plate {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1.2rem 3rem rgba(15, 23, 42, .1);
}

.pdp--industrial .pdp__thumbs {
  gap: .7rem;
  padding: 0;
  background: transparent;
  border-right: 0;
  max-height: min(34rem, calc(100vw - 4rem));
}

.pdp--industrial .pdp__thumbs button {
  flex-basis: 4.8rem;
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 14px;
  background: #fff;
  opacity: .56;
  box-shadow: none;
}

.pdp--industrial .pdp__thumbs button:hover {
  opacity: .9;
  transform: translateY(-2px);
  box-shadow: 0 .7rem 1.4rem rgba(15, 23, 42, .1);
}

.pdp--industrial .pdp__thumbs button.is-on {
  opacity: 1;
  transform: none;
  border-color: rgba(15, 23, 42, .1);
  box-shadow: none;
}

.pdp--industrial .pdp__thumbs button.is-on::after {
  content: "";
  position: absolute;
  inset: .8rem auto .8rem -.5rem;
  width: 3px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 .35rem .7rem rgba(200, 113, 43, .22);
}

.pdp--industrial .pdp__slide {
  padding: 0;
}

.pdp--industrial .pdp__slide img,
.pdp--industrial .pdp__thumbs img {
  object-fit: cover;
}

.pdp--industrial .pdp__ctrl {
  left: calc(4.8rem + .8rem + 1.4rem);
  right: 1.4rem;
}

.pdp--industrial .pdp__arrow {
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(255, 255, 255, .36);
  background: rgba(15, 23, 42, .52);
  color: #fff;
  box-shadow: 0 .75rem 1.7rem rgba(15, 23, 42, .22);
  backdrop-filter: blur(12px);
}

.pdp--industrial .pdp__arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, .58);
  background: rgba(15, 23, 42, .72);
  color: #fff;
}

.pdp--industrial .pdp__copy {
  padding: .25rem 0 0;
  background: transparent;
}

.pdp--industrial .pdp__copy h1 {
  margin: 0 0 1.6rem;
  font-size: clamp(2.35rem, 5vw, 5.25rem);
  line-height: .95;
  letter-spacing: 0;
}

.pdp--industrial .spec {
  border-top: 1px solid var(--line);
}

.pdp--industrial .spec div {
  grid-template-columns: minmax(7rem, .45fr) minmax(0, 1fr);
  padding: .95rem 0;
}

.pdp__actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
}

.pdp--industrial .pdp__back {
  border-color: var(--line);
  color: var(--ink);
  background: #fff;
}

.rfq-wrap--industrial {
  display: grid;
  grid-template-columns: minmax(17rem, .42fr) minmax(0, .58fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 5rem;
  padding: 0;
}

.rfq-contact-card,
.rfq-panel {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.rfq-contact-card {
  padding: clamp(1.35rem, 2.3vw, 2rem);
}

.rfq-wrap--industrial .rfq-contact-card {
  border-color: rgba(255,255,255,.08);
  background:
    linear-gradient(145deg, #0f171d 0%, #17212a 54%, #0b1015 100%);
  color: #fff;
}

.rfq-wrap--industrial .rfq-contact-card .eyebrow {
  color: rgba(255,255,255,.72);
}

.rfq-contact-card h2 {
  max-width: 10ch;
  margin: .6rem 0 1.4rem;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: .96;
}

.rfq-wrap--industrial .rfq-contact-card h2 {
  color: #fff;
}

.rfq-contact-card ul {
  display: grid;
  gap: .7rem;
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}

.rfq-contact-card a {
  color: var(--ink);
  font-weight: 700;
}

.rfq-wrap--industrial .rfq-contact-card a {
  color: #f39a47;
}

.rfq-wrap--industrial .rfq-contact-card .hint {
  color: rgba(255,255,255,.68);
}

.rfq-panel {
  padding: clamp(1.35rem, 2.3vw, 2rem);
}

.rfq-panel .rfq {
  max-width: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rfq-panel .rfq__wide,
.rfq-panel .btn,
.rfq-panel .rfq-ok {
  grid-column: 1 / -1;
}

.rfq-panel .rfq input,
.rfq-panel .rfq select,
.rfq-panel .rfq textarea {
  min-height: 3rem;
  border-radius: 10px;
  background: #f8fafb;
}

.rfq-panel .btn {
  justify-self: start;
  min-width: 10rem;
}

.about-split {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 5rem;
  gap: clamp(1.4rem, 3vw, 2.4rem);
  border: 0;
  align-items: start;
}

.about-split__copy {
  padding-right: 0;
}

.about-split .fact-list {
  display: grid;
  gap: .55rem;
  border: 0;
}

.about-split .fact-list li {
  padding: .85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.about-stage {
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

@media (max-width: 1050px) {
  .catalog-layout,
  .rfq-wrap--industrial,
  .pdp--industrial .pdp__grid,
  .about-split {
    grid-template-columns: 1fr;
  }
  .catalog-sidebar {
    position: static;
  }
  .catalog-layout .cat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-main .product-grid--page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .page-hero--industrial h1,
  .pdp--industrial .pdp__copy h1 {
    font-size: clamp(1.95rem, 7.5vw, 2.4rem);
  }
  .catalog-layout .cat-row,
  .catalog-main .product-grid--page,
  .rfq-panel .rfq {
    grid-template-columns: 1fr;
  }
  .pdp--industrial .pdp__gallery {
    grid-template-columns: 1fr;
  }
  .pdp--industrial .pdp__plate {
    grid-column: 1;
  }
  .pdp--industrial .pdp__thumbs {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    border-right: 0;
    border-top: 1px solid var(--line);
  }
  .pdp--industrial .pdp__ctrl {
    left: .8rem;
  }
}

/* Industrial-trust v5: Keeyak-style header states. */
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  min-height: 3.2rem;
}

.brand__logo {
  width: auto;
  max-width: clamp(9.5rem, 16vw, 13.5rem);
  height: clamp(2.15rem, 3.4vw, 3.55rem);
  object-fit: contain;
}

.brand__text {
  display: inline-block;
  max-width: min(20rem, 34vw);
  color: inherit;
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.015em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}

.brand--logo-missing .brand__text {
  display: inline-block;
}

.top__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.1rem;
  border: 1px solid rgba(30, 43, 54, .12);
  border-radius: 12px;
  background: rgba(255,255,255,.92);
  color: #1e2b36;
  font-weight: 800;
  flex-shrink: 0;
}

.top__icon {
  width: 3.1rem;
  color: #26c064;
  font-size: .82rem;
  letter-spacing: 0;
}

body[data-page="home"] .top {
  position: fixed;
}

body[data-page="home"] .top__nav {
  transition: padding .22s ease, background .22s ease, box-shadow .22s ease;
}

body[data-page="home"] .top__nav-inner {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: width .22s ease, min-height .22s ease, padding .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

body[data-page="home"] .top:not(.is-scrolled) .brand {
  color: #fff;
}

body[data-page="home"] .top:not(.is-scrolled) .brand__logo {
  display: block;
  filter: none;
}

body[data-page="home"] .top:not(.is-scrolled) nav a {
  color: rgba(255,255,255,.88);
}

body[data-page="home"] .top:not(.is-scrolled) nav a:hover,
body[data-page="home"] .top:not(.is-scrolled) nav a[aria-current="page"] {
  color: #ffd979;
  background: transparent;
  box-shadow: inset 0 -2px 0 #ffd979;
}

body[data-page="home"] .top:not(.is-scrolled) .top__icon {
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: #fff;
  backdrop-filter: blur(10px);
}

body[data-page="home"] .top:not(.is-scrolled) .top__whatsapp {
  color: #53e285;
}

body[data-page="home"] .top.is-scrolled .top__nav {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

body[data-page="home"] .top.is-scrolled .top__nav-inner {
  width: min(1180px, calc(100% - 2rem));
  min-height: 4.35rem;
  border-color: rgba(20, 32, 40, .1);
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 56px rgba(6, 20, 30, .16);
  backdrop-filter: blur(18px);
}

body[data-page="home"] .top.is-scrolled .brand__logo {
  display: block;
  filter: none;
}

body[data-page="home"] .top.is-scrolled nav a[aria-current="page"] {
  color: #d46935;
  background: rgba(212, 105, 53, .08);
  box-shadow: inset 0 -2px 0 #d46935;
}

body:not([data-page="home"]) .top__nav {
  padding-block: .85rem;
}

body:not([data-page="home"]) .top__nav-inner {
  width: min(1180px, calc(100% - 2rem));
  min-height: 4.35rem;
  padding: .55rem .65rem .55rem 1.25rem;
  border: 1px solid rgba(20, 32, 40, .1);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 56px rgba(6, 20, 30, .1);
}

@media (max-width: 960px) {
  .top__icon {
    display: none;
  }
}

@media (max-width: 700px) {
  body[data-page="home"] .top,
  body:not([data-page="home"]) .top {
    position: sticky;
  }
  body[data-page="home"] .top__nav,
  body:not([data-page="home"]) .top__nav {
    padding: 0;
    background: #fff;
  }
  body[data-page="home"] .top__nav-inner,
  body:not([data-page="home"]) .top__nav-inner {
    width: min(var(--shell), 100%);
    min-height: 4rem;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }
  body[data-page="home"] .top:not(.is-scrolled) .brand__logo {
    filter: none;
  }
  body[data-page="home"] .top:not(.is-scrolled) nav a {
    color: var(--muted);
  }
}

/* Industrial-trust v6: restrained radius system. */
:root {
  --radius: 6px;
  --radius-soft: 8px;
  --radius-card: 6px;
  --radius-media: 4px;
}

.btn {
  border-radius: var(--radius);
}

.top__icon,
body[data-page="home"] .top__quote,
body[data-page="home"] .industrial-hero .btn {
  border-radius: var(--radius-soft);
}

body[data-page="home"] .top__nav-inner,
body[data-page="home"] .top.is-scrolled .top__nav-inner,
body:not([data-page="home"]) .top__nav-inner {
  border-radius: var(--radius-soft);
}

body[data-page="home"] nav a,
nav a {
  border-radius: var(--radius);
}

body[data-page="home"] .industrial-stats,
.catalog-sidebar,
.rfq-contact-card,
.rfq-panel,
.pdp--industrial .pdp__gallery,
.about-stage,
body[data-page="home"] .industrial-factory .factory-panel__copy,
body[data-page="home"] .industrial-process .cap-list li,
body[data-page="home"] .industrial-products .product-card,
.industrial-categories .category-rail a,
.industrial-factory .factory-panel__copy,
.industrial-factory .factory-panel__media figure,
.industrial-process .cap-list li,
.industrial-products .product-card,
.product-grid--page .product-card {
  border-radius: var(--radius-card);
}

body[data-page="home"] .industrial-categories .category-rail a,
body[data-page="home"] .industrial-factory .factory-panel__copy,
body[data-page="home"] .industrial-process .cap-list li,
body[data-page="home"] .industrial-products .product-card {
  border-radius: var(--radius-card);
}

.catalog-layout .cat-row a,
.rfq-panel .rfq input,
.rfq-panel .rfq select,
.rfq-panel .rfq textarea,
.rfq input,
.rfq select,
.rfq textarea {
  border-radius: var(--radius);
}

.about-split .fact-list li {
  border-radius: var(--radius);
}

.industrial-categories .category-rail__image img,
.catalog-main .product-card__media,
.catalog-main .product-card__media img,
.pdp__plate,
.pdp__slide img,
.pdp__thumbs button,
.pdp__thumbs img,
.media-grid img {
  border-radius: var(--radius-media);
}

@media (max-width: 700px) {
  body[data-page="home"] .top__nav-inner,
  body:not([data-page="home"]) .top__nav-inner {
    border-radius: 0;
  }
}

/* Industrial-trust v7: lighter navigation and category active states. */
nav a,
body[data-page="home"] nav a {
  position: relative;
  height: 2.75rem;
  padding: 0 .82rem;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

nav a::after {
  content: "";
  position: absolute;
  left: .82rem;
  right: .82rem;
  bottom: .28rem;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .18s ease, opacity .18s ease;
  opacity: .9;
}

nav a:hover::after,
nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

nav a[aria-current="page"],
body[data-page="home"] .top.is-scrolled nav a[aria-current="page"] {
  color: #d46935;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .top:not(.is-scrolled) nav a:hover,
body[data-page="home"] .top:not(.is-scrolled) nav a[aria-current="page"] {
  color: #ffd979;
  background: transparent;
  box-shadow: none;
}

.catalog-layout .cat-row a {
  position: relative;
  min-height: 2.95rem;
  padding: .72rem .85rem .72rem 1rem;
  border-left: 2px solid transparent;
  border-radius: 0;
  color: #53606a;
  background: transparent;
}

.catalog-layout .cat-row a:hover {
  color: var(--ink);
  background: rgba(18, 33, 43, .045);
}

.catalog-layout .cat-row a.is-on {
  border-left-color: #d46935;
  color: #17232b;
  background: rgba(212, 105, 53, .075);
  box-shadow: inset 0 -1px 0 rgba(212, 105, 53, .1);
}

/* Industrial-trust v8: lighter trust signal band. */
body[data-page="home"] .industrial-stats {
  width: min(1180px, calc(100% - 2rem));
  margin: clamp(1.6rem, 3vw, 2.4rem) auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .industrial-stats ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page="home"] .industrial-stats li {
  display: flex;
  min-height: 7.8rem;
  padding: 1.15rem 1.2rem;
  flex-direction: column-reverse;
  justify-content: space-between;
  border: 1px solid rgba(24, 38, 48, .1);
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.9)),
    radial-gradient(circle at 100% 0%, rgba(212,105,53,.16), transparent 38%);
  box-shadow: 0 16px 42px rgba(9, 24, 34, .08);
}

body[data-page="home"] .industrial-stats span {
  margin: 0;
  color: #697683;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body[data-page="home"] .industrial-stats strong {
  display: block;
  max-width: none;
  color: #17232b;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.02em;
  overflow-wrap: anywhere;
}

body[data-page="home"] .industrial-stats li:nth-child(3) strong {
  font-size: clamp(1.05rem, 1.65vw, 1.52rem);
  line-height: 1.16;
}

@media (max-width: 1100px) {
  body[data-page="home"] .industrial-stats ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body[data-page="home"] .industrial-stats {
    margin-top: 1rem;
  }

  body[data-page="home"] .industrial-stats ul {
    grid-template-columns: 1fr;
    gap: .65rem;
  }

  body[data-page="home"] .industrial-stats li {
    min-height: 5.8rem;
    padding: 1rem;
  }
}

/* Industrial-trust v9: calmer hero headline scale. */
body[data-page="home"] .industrial-hero .hero-split__copy {
  align-items: flex-start;
  text-align: left;
}

body[data-page="home"] .industrial-hero .eyebrow,
body[data-page="home"] .industrial-hero .lede {
  text-align: left;
}

body[data-page="home"] .industrial-hero .hero-split__copy h1 {
  max-width: 13.5ch;
  font-size: clamp(2.7rem, 5.8vw, 5.55rem);
  line-height: .96;
  text-align: left;
  text-wrap: auto;
}

body[data-page="home"] .industrial-hero .hero__actions {
  justify-content: flex-start;
  align-self: flex-start;
}

@media (max-width: 900px) {
  body[data-page="home"] .industrial-hero .hero-split__copy h1 {
    max-width: 11.5ch;
    font-size: clamp(2.5rem, 10vw, 4.35rem);
  }
}

/* Industrial field briefings (news) */
.news-page--industrial,
.article-page--industrial {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 0 5rem;
}

.news-page--industrial > .page-hero--industrial {
  width: 100%;
}

.briefing-board {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

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

.briefing-item {
  border-bottom: 1px solid var(--line);
}

.briefing-item a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3.6rem;
  gap: clamp(.85rem, 1.8vw, 1.4rem);
  align-items: center;
  padding: clamp(1.05rem, 1.8vw, 1.4rem) 0;
  color: inherit;
  text-decoration: none;
}

.briefing-item--media a {
  grid-template-columns: 8.5rem minmax(0, 1fr) 3.6rem;
}

.briefing-item a:hover {
  background: transparent;
  text-decoration: none;
}

.briefing-item__thumb {
  display: block;
  width: 8.5rem;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--plate);
}

.briefing-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.briefing-item a:hover .briefing-item__thumb img {
  transform: scale(1.04);
}

.briefing-item__body {
  display: grid;
  gap: .45rem;
  min-width: 0;
}

.briefing-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem .85rem;
  align-items: center;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .04em;
}

.briefing-item__index {
  color: var(--navy);
  font-weight: 500;
  letter-spacing: .06em;
}

.briefing-item__tag {
  width: fit-content;
  padding: .22rem .55rem;
  border: 1px solid rgba(15, 42, 56, .12);
  border-radius: 999px;
  background: var(--plate);
  color: var(--navy);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.briefing-item__title {
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.02em;
  transition: color .2s ease;
}

.briefing-item a:hover .briefing-item__title {
  color: var(--accent-dark);
}

.briefing-item__summary {
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.briefing-item__go {
  justify-self: end;
  color: var(--accent-dark);
  font-family: var(--font-mono);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.briefing-empty {
  display: grid;
  gap: .45rem;
  padding: .4rem 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.briefing-empty strong {
  font-size: 1.25rem;
  letter-spacing: -.02em;
}

.briefing-empty p:last-child {
  margin: 0;
  max-width: 36rem;
  color: var(--muted);
}

.industrial-news {
  width: min(1180px, calc(100% - 2rem));
  margin: clamp(3.5rem, 6vw, 5.5rem) auto 0;
}

.briefing-home {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .9rem;
}

.briefing-home__item a {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr) minmax(10rem, 14rem);
  gap: 1.1rem;
  align-items: center;
  padding: 1rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-soft);
  color: inherit;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.briefing-home__item a:hover {
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(217, 123, 43, .35);
  box-shadow: var(--shadow-strong);
}

.briefing-home__index {
  font-family: var(--font-mono);
  font-size: .9rem;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: .06em;
}

.briefing-home__copy {
  display: grid;
  gap: .45rem;
  min-width: 0;
}

.briefing-home__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  align-items: center;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: .74rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.briefing-home__meta span:first-child {
  color: var(--accent-dark);
}

.briefing-home__copy strong {
  margin: 0;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}

.briefing-home__summary {
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.briefing-home__media {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  aspect-ratio: 5 / 4;
  background: var(--plate);
}

.briefing-home__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.briefing-home__item a:hover .briefing-home__media img {
  transform: scale(1.04);
}

.briefing-article {
  width: min(720px, 100%);
  margin: 0 auto;
  padding-top: clamp(1.5rem, 2.6vw, 2.1rem);
  display: grid;
  gap: 1.35rem;
  justify-items: center;
  text-align: center;
}

.briefing-article__head {
  display: grid;
  gap: .85rem;
  justify-items: center;
  width: 100%;
  padding-bottom: .35rem;
  text-align: center;
}

.briefing-article__meta {
  display: flex;
  flex-wrap: nowrap;
  gap: .65rem .85rem;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .04em;
  white-space: nowrap;
}

.briefing-article__crumb {
  color: var(--accent-dark);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-decoration: none;
}

.briefing-article__crumb:hover {
  text-decoration: underline;
}

.briefing-article__tag {
  width: fit-content;
  padding: .22rem .55rem;
  border: 1px solid rgba(15, 42, 56, .12);
  border-radius: 999px;
  background: var(--plate);
  color: var(--navy);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.briefing-article__head h1 {
  margin: 0;
  max-width: none;
  font-size: clamp(2.15rem, 3.4vw, 2.9rem);
  line-height: 1.15;
  letter-spacing: -.02em;
  font-weight: 700;
  text-align: center;
}

.briefing-article__head .lede {
  margin: 0 auto;
  max-width: 40rem;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.35vw, 1.15rem);
  line-height: 1.65;
  text-align: center;
}

.briefing-article__cover {
  width: 100%;
  margin: .15rem auto .35rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, #f9fbfb, var(--plate));
}

.briefing-article__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.briefing-article__body {
  width: 100%;
  max-width: none;
  color: var(--ink);
  font-size: 1.06rem;
  line-height: 1.8;
  text-align: center;
}

.briefing-article__body p {
  margin: 0 0 1.15rem;
}

.briefing-article__body p:last-child {
  margin-bottom: 0;
}

.article-products--industrial {
  width: min(1180px, 100%);
  margin: 3.5rem auto 0;
}

.article-products--industrial .section-head {
  padding-top: 0;
}

/* Shared related/more products grid (PDP + news article) */
.pdp-related--industrial {
  width: 100%;
  margin: 3.5rem auto 0;
  padding-top: .25rem;
}

.pdp--industrial > .pdp-related--industrial {
  margin-top: 4rem;
}

.article-page--industrial > .pdp-related--industrial {
  margin-top: 3.5rem;
}

.pdp-related--industrial .section-head {
  padding-top: 0;
}

.pdp-related--industrial .pdp-related__grid {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pdp-related--industrial .product-card a {
  display: grid;
  height: 100%;
  color: var(--ink);
}

.pdp-related--industrial .product-card a:hover {
  text-decoration: none;
}

.pdp-related--industrial .product-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--plate);
}

.pdp-related--industrial .product-card__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  padding: 0;
  object-fit: cover;
  background: var(--plate);
}

.pdp-related--industrial .product-card__body {
  padding: 1rem;
}

.pdp-related--industrial .product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .8rem;
  color: var(--muted);
  font-size: .82rem;
}

@media (max-width: 900px) {
  .pdp-related--industrial .pdp-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .pdp-related--industrial .pdp-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .briefing-item--media a {
    grid-template-columns: 6.5rem minmax(0, 1fr) auto;
  }

  .briefing-item__thumb {
    width: 6.5rem;
  }

  .briefing-home__item a {
    grid-template-columns: 2.8rem minmax(0, 1fr);
  }

  .briefing-home__media {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 640px) {
  .news-page--industrial,
  .article-page--industrial,
  .industrial-news {
    width: min(100% - 1.5rem, 760px);
  }

  .briefing-item a,
  .briefing-item--media a {
    grid-template-columns: minmax(0, 1fr);
    gap: .85rem;
  }

  .briefing-item__thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .briefing-item__go {
    justify-self: start;
  }

  .briefing-article__head h1 {
    max-width: none;
  }
}

@media (max-width: 560px) {
  body[data-page="home"] .industrial-hero .hero-split__copy h1 {
    max-width: 10ch;
    font-size: clamp(2.25rem, 12vw, 3.45rem);
  }
}

/* Industrial-trust v10: keep hero copy inside one left-aligned column. */
body[data-page="home"] .industrial-hero .hero-split__copy {
  --hero-copy-width: min(54rem, 100%);
}

body[data-page="home"] .industrial-hero .eyebrow,
body[data-page="home"] .industrial-hero .hero-split__copy h1,
body[data-page="home"] .industrial-hero .lede,
body[data-page="home"] .industrial-hero .hero__actions {
  width: var(--hero-copy-width);
  max-width: var(--hero-copy-width);
}

body[data-page="home"] .industrial-hero .hero-split__copy h1 {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 1;
  text-wrap: wrap;
}

@media (max-width: 900px) {
  body[data-page="home"] .industrial-hero .hero-split__copy {
    --hero-copy-width: min(38rem, 100%);
  }
}

/* Industrial-trust v11: editorial hero composition. */
body[data-page="home"] .industrial-hero .hero-split__plate::after {
  background:
    linear-gradient(90deg, rgba(9, 16, 21, .82) 0%, rgba(9, 16, 21, .62) 34%, rgba(9, 16, 21, .2) 66%, rgba(9, 16, 21, .16) 100%),
    linear-gradient(180deg, rgba(9, 16, 21, .2) 0%, rgba(9, 16, 21, .08) 44%, rgba(9, 16, 21, .72) 100%);
}

body[data-page="home"] .industrial-hero .hero-split__copy {
  --hero-copy-width: min(48rem, 100%);
  padding-top: clamp(8.25rem, 15vh, 10.25rem);
  padding-bottom: clamp(5.5rem, 10vh, 7.5rem);
}

body[data-page="home"] .industrial-hero .eyebrow {
  margin-bottom: .95rem;
  font-size: clamp(.72rem, .9vw, .88rem);
}

body[data-page="home"] .industrial-hero .hero-split__copy h1 {
  margin: 0 0 1.25rem;
  max-width: 100%;
  font-size: clamp(3rem, 4.45vw, 4.35rem);
  line-height: 1.03;
  letter-spacing: -.035em;
}

body[data-page="home"] .industrial-hero .lede {
  width: min(40rem, 100%);
  max-width: min(40rem, 100%);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.55;
}

body[data-page="home"] .industrial-hero .hero__actions {
  width: auto;
  max-width: 100%;
  margin-top: 1.7rem;
}

body[data-page="home"] .industrial-hero .btn {
  min-width: 12rem;
}

@media (max-width: 900px) {
  body[data-page="home"] .industrial-hero .hero-split__copy {
    --hero-copy-width: min(36rem, 100%);
  }

  body[data-page="home"] .industrial-hero .hero-split__copy h1 {
    font-size: clamp(2.65rem, 9vw, 4rem);
  }
}

/* Industrial-trust v12: centered category section heading. */
body[data-page="home"] .industrial-categories .section-head {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: .65rem;
  padding: clamp(4.2rem, 7vw, 6rem) 0 1.6rem;
  text-align: center;
}

body[data-page="home"] .industrial-categories .section-head .eyebrow {
  margin: 0;
}

body[data-page="home"] .industrial-categories .section-head h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(1.9rem, 3.25vw, 3.2rem);
  line-height: 1.02;
  text-align: center;
  text-wrap: normal;
}

body[data-page="home"] .industrial-categories .section-head__more {
  position: absolute;
  right: 0;
  bottom: 2.15rem;
}

@media (max-width: 760px) {
  body[data-page="home"] .industrial-categories .section-head__more {
    position: static;
  }
}

/* Industrial-trust v13: center category image grid under the heading. */
body[data-page="home"] .industrial-categories .category-rail {
  width: min(100%, 72rem);
  margin: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: initial;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  overflow: visible;
}

@media (max-width: 1100px) {
  body[data-page="home"] .industrial-categories .category-rail {
    width: min(100%, 44rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body[data-page="home"] .industrial-categories .category-rail {
    width: min(100%, 22rem);
    grid-template-columns: 1fr;
  }
}

/* Industrial-trust v14: one-line centered category carousel. */
body[data-page="home"] .industrial-categories {
  width: 100%;
  max-width: none;
}

body[data-page="home"] .industrial-categories .section-head {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

body[data-page="home"] .industrial-categories .category-rail {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(12.75rem, 15vw, 14.75rem);
  grid-template-columns: none;
  justify-content: start;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 .9rem;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
}

body[data-page="home"] .industrial-categories .category-rail li {
  min-width: 0;
  scroll-snap-align: start;
}

@media (max-width: 620px) {
  body[data-page="home"] .industrial-categories .category-rail {
    grid-auto-columns: min(72vw, 15.5rem);
    width: calc(100% - 2rem);
  }
}

/* Industrial-trust v15: centered factory section title. */
body[data-page="home"] .industrial-factory .factory-panel__head {
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  padding: 0 0 1.35rem;
  text-align: center;
}

body[data-page="home"] .industrial-factory .factory-panel__head h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -.025em;
}

body[data-page="home"] .industrial-factory {
  row-gap: 0;
}

body[data-page="home"] .industrial-factory .factory-panel__copy,
body[data-page="home"] .industrial-factory .factory-panel__media {
  align-self: stretch;
}

/* Industrial-trust v16: center factory composition and give copy more room. */
body[data-page="home"] .industrial-factory {
  width: min(1280px, calc(100% - 4rem));
  max-width: 1280px;
  margin-inline: auto;
  grid-template-columns: 820px 420px;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
}

body[data-page="home"] .industrial-factory .factory-panel__copy {
  width: 820px;
  min-height: 520px;
  padding: clamp(2.4rem, 4vw, 4.25rem);
}

body[data-page="home"] .industrial-factory .factory-panel__copy h2 {
  max-width: 13ch;
}

body[data-page="home"] .industrial-factory .factory-panel__media {
  width: 420px;
  height: 520px;
}

body[data-page="home"] .industrial-factory .factory-panel__media figure {
  width: 100%;
  height: 100%;
  min-height: 520px;
  aspect-ratio: auto;
}

@media (max-width: 1100px) {
  body[data-page="home"] .industrial-factory {
    width: min(760px, calc(100% - 2rem));
    max-width: none;
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .industrial-factory .factory-panel__media {
    width: 100%;
    height: auto;
  }

  body[data-page="home"] .industrial-factory .factory-panel__copy {
    width: 100%;
    min-height: auto;
  }

  body[data-page="home"] .industrial-factory .factory-panel__media figure {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }
}

/* Industrial-trust v17: factory body is the centered two-box layout. */
body[data-page="home"] .industrial-factory {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 5rem 0 0 !important;
  padding-inline: 0 !important;
}

body[data-page="home"] .industrial-factory .factory-panel__head {
  width: 100% !important;
  margin: 0;
  padding: 0 1rem 2.5rem;
  text-align: center;
}

body[data-page="home"] .industrial-factory .factory-panel__body {
  display: flex !important;
  width: min(1280px, calc(100vw - 8rem)) !important;
  margin-inline: auto !important;
  gap: 40px !important;
  align-items: stretch !important;
  justify-content: center !important;
  box-sizing: border-box;
}

body[data-page="home"] .industrial-factory .factory-panel__copy {
  flex: 0 0 820px !important;
  width: 820px !important;
  min-height: 520px !important;
  box-sizing: border-box;
}

body[data-page="home"] .industrial-factory .factory-panel__media {
  display: block !important;
  flex: 0 0 420px !important;
  width: 420px !important;
  height: 520px !important;
}

body[data-page="home"] .industrial-factory .factory-panel__media figure {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0;
}

@media (max-width: 1400px) {
  body[data-page="home"] .industrial-factory .factory-panel__body {
    width: min(1120px, calc(100vw - 4rem)) !important;
    gap: 32px !important;
  }

  body[data-page="home"] .industrial-factory .factory-panel__copy {
    flex-basis: calc((100% - 32px) * .68) !important;
    width: calc((100% - 32px) * .68) !important;
  }

  body[data-page="home"] .industrial-factory .factory-panel__media {
    flex-basis: calc((100% - 32px) * .32) !important;
    width: calc((100% - 32px) * .32) !important;
  }
}

@media (max-width: 900px) {
  body[data-page="home"] .industrial-factory .factory-panel__body {
    display: grid !important;
    grid-template-columns: 1fr;
    width: min(760px, calc(100% - 2rem));
    max-width: none;
  }

  body[data-page="home"] .industrial-factory .factory-panel__copy,
  body[data-page="home"] .industrial-factory .factory-panel__media {
    width: 100%;
    height: auto;
  }

  body[data-page="home"] .industrial-factory .factory-panel__copy {
    min-height: auto;
  }

  body[data-page="home"] .industrial-factory .factory-panel__media figure {
    aspect-ratio: 4 / 5;
  }
}
