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

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

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

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

:root {
  color-scheme: light;
  --font-body: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  --font-display: "Manrope", "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  --bg: #dfe8eb;
  --paper: #f7faf9;
  --paper-soft: rgba(236, 244, 246, 0.86);
  --ink: #101519;
  --ink-2: #1e2930;
  --muted: #5e6a72;
  --line: #c7d5d9;
  --line-strong: #93a9b1;
  --graphite: #091419;
  --graphite-2: #13242b;
  --accent: #108797;
  --accent-dark: #086575;
  --steel: #d7e3e6;
  --steel-deep: #c7d6da;
  --shadow: 0 28px 80px rgba(13, 28, 36, 0.2);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #cfdce0 0, #e4ecee 460px, var(--bg) 980px, #d3e0e4 100%),
    var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 28, 36, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(12, 28, 36, 0.055) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 68%);
  pointer-events: none;
}

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

button,
input,
select {
  font: inherit;
}

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 72px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(12, 23, 28, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f7fbfb;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 740;
  white-space: nowrap;
}

.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background: url("assets/maiming-logo-mark.png") center / contain no-repeat;
  filter: drop-shadow(0 7px 10px rgba(0, 0, 0, 0.22));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 650;
}

.nav-links a {
  padding: 9px 0;
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(16, 135, 151, 0.18);
}

.hero {
  position: relative;
  min-height: 760px;
  isolation: isolate;
  overflow: hidden;
  padding: 132px max(24px, calc((100vw - var(--max)) / 2)) 56px;
  background: #cad8dc;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #c7d7dc;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, calc(var(--hero-shift, 0) * 12px), 0) scale(1.035);
  transform-origin: center;
  will-change: transform;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(224, 235, 238, 0.8) 0%, rgba(224, 235, 238, 0.66) 34%, rgba(224, 235, 238, 0.24) 58%, rgba(224, 235, 238, 0.02) 100%),
    linear-gradient(180deg, rgba(202, 216, 220, 0.04) 52%, var(--bg) 100%);
}

.hero-shell {
  display: flex;
  min-height: 570px;
  max-width: var(--max);
  flex-direction: column;
  justify-content: space-between;
  gap: 54px;
}

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

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  color: #080d10;
  font-family: var(--font-display);
  font-size: clamp(48px, 6.1vw, 78px);
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: break-word;
}

.hero p {
  max-width: 540px;
  margin: 28px 0 0;
  color: #344149;
  font-size: 18px;
  line-height: 1.68;
}

.hero p strong {
  color: #0c151a;
  font-weight: 800;
}

.whatsapp-widget {
  position: fixed;
  z-index: 70;
  right: 42px;
  bottom: 56px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.whatsapp-toggle {
  display: inline-flex;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #20b96b;
  color: #fff;
  box-shadow: 0 14px 34px rgba(10, 46, 28, 0.3);
  cursor: pointer;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.whatsapp-toggle:hover,
.whatsapp-toggle:focus-visible,
.whatsapp-widget.is-open .whatsapp-toggle {
  background: #159759;
  box-shadow: 0 18px 42px rgba(10, 46, 28, 0.38);
  transform: translateY(-2px);
}

.whatsapp-toggle img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.whatsapp-label {
  padding: 9px 12px;
  border: 1px solid rgba(13, 32, 39, 0.1);
  background: #fff;
  color: #1c2b31;
  font-size: 12px;
  font-weight: 750;
  box-shadow: 0 10px 28px rgba(11, 27, 34, 0.18);
  transition: opacity 180ms ease, transform 180ms ease;
}

.whatsapp-widget.is-open .whatsapp-label {
  opacity: 0;
  transform: translateX(8px);
}

.whatsapp-panel {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: 320px;
  padding: 26px;
  border: 1px solid rgba(15, 45, 35, 0.16);
  border-top: 4px solid #20b96b;
  background: #f7faf9;
  color: var(--ink);
  box-shadow: 0 26px 70px rgba(7, 24, 30, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.98);
  transform-origin: right bottom;
  transition: opacity 180ms ease, transform 180ms ease;
}

.whatsapp-widget.is-open .whatsapp-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.whatsapp-panel-kicker,
.whatsapp-panel strong,
.whatsapp-panel p {
  display: block;
}

.whatsapp-panel-kicker {
  color: #148451;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.whatsapp-panel strong {
  max-width: 240px;
  margin-top: 9px;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.25;
}

.whatsapp-panel p {
  margin: 12px 0 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.whatsapp-panel-link {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: #188f57;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.whatsapp-panel-link:hover,
.whatsapp-panel-link:focus-visible {
  background: #126f45;
}

.whatsapp-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #627078;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.whatsapp-close:hover,
.whatsapp-close:focus-visible {
  color: var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease;
}

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

.button.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.button.primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.button.secondary {
  background: rgba(230, 240, 242, 0.72);
  border-color: rgba(32, 45, 52, 0.34);
  color: var(--ink);
  backdrop-filter: blur(12px);
}

.button.full {
  width: 100%;
}

.proof-rail {
  display: grid;
  width: min(100%, 1000px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
  background:
    linear-gradient(135deg, rgba(14, 26, 32, 0.92), rgba(21, 41, 49, 0.78)),
    rgba(14, 26, 32, 0.9);
  box-shadow: 0 28px 70px rgba(13, 28, 36, 0.28);
  backdrop-filter: blur(18px) saturate(1.08);
}

.proof-rail article {
  min-width: 0;
  padding: 24px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-rail article:last-child {
  border-right: 0;
}

.proof-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  position: relative;
}

.proof-icon.stock::after,
.proof-icon.packing::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid var(--accent);
}

.proof-icon.cut::before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 13px;
  border-top: 2px solid var(--accent);
  transform: rotate(-30deg);
}

.proof-icon.quote::before {
  content: "$";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
}

.proof-rail strong {
  display: block;
  color: #f4fbfb;
  font-size: 15px;
  font-family: var(--font-display);
  font-weight: 720;
  line-height: 1.28;
}

.proof-rail p {
  margin: 9px 0 0;
  color: rgba(229, 241, 244, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 100px 24px;
}

.reveal {
  opacity: 0.92;
  transform: translateY(14px);
  transition: opacity 680ms ease, transform 680ms ease;
}

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

.section-heading {
  display: grid;
  max-width: 760px;
  gap: 20px;
}

.section-heading.compact {
  max-width: 720px;
}

.section-heading h2,
.factory-heading h2,
.quality-copy h2,
.markets-copy h2,
.rfq-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.2vw, 54px);
  font-family: var(--font-display);
  font-weight: 740;
  letter-spacing: 0;
  line-height: 1.08;
  overflow-wrap: break-word;
}

.section-heading p,
.factory-heading p,
.quality-copy p,
.markets-copy p,
.rfq-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.product-section {
  position: relative;
  display: grid;
  gap: 46px;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(151, 177, 185, 0.24)),
    linear-gradient(180deg, #d6e2e5, #cbdadd);
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  border-bottom: 1px solid rgba(116, 139, 148, 0.28);
  overflow: hidden;
  isolation: isolate;
}

.product-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(214, 226, 229, 0.98), rgba(214, 226, 229, 0.64) 48%, rgba(214, 226, 229, 0.28)),
    url("assets/hero-factory-commercial.jpg") right center / 58% auto no-repeat;
  opacity: 0.52;
}

.product-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(116deg, transparent 0 47%, rgba(255, 255, 255, 0.24) 47.2% 51%, transparent 51.2%),
    repeating-linear-gradient(0deg, rgba(28, 48, 57, 0.035) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, rgba(28, 48, 57, 0.026) 0 1px, transparent 1px 92px);
  pointer-events: none;
}

.product-section > * {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

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

.product-card {
  position: relative;
  min-width: 0;
  padding-top: 0;
}

.material-sample {
  display: block;
  width: 100%;
  aspect-ratio: 1.14;
  border: 1px solid rgba(123, 148, 157, 0.56);
  background: #f4f8f9;
  box-shadow: 0 22px 44px rgba(13, 28, 36, 0.13);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.product-card:hover .material-sample {
  border-color: rgba(16, 135, 151, 0.48);
  box-shadow: 0 28px 56px rgba(13, 28, 36, 0.17);
  transform: translateY(-3px);
}

.material-sample.clear {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(198, 232, 236, 0.46)),
    repeating-linear-gradient(0deg, rgba(30, 48, 56, 0.05) 0 1px, transparent 1px 18px);
}

.material-sample.frosted {
  background:
    radial-gradient(circle at 62% 36%, rgba(255, 255, 255, 0.98), transparent 30%),
    linear-gradient(135deg, #fbffff, #c7d8de);
}

.material-sample.color {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent),
    linear-gradient(90deg, #ca2e45 0 20%, #ec9c25 20% 40%, #f3d044 40% 60%, #169a74 60% 80%, #196aa4 80% 100%);
}

.product-card h3 {
  margin: 20px 0 0;
  color: var(--ink-2);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 720;
  line-height: 1.26;
}

.product-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.factory-band {
  position: relative;
  background:
    radial-gradient(circle at 82% 16%, rgba(16, 135, 151, 0.26), transparent 32%),
    linear-gradient(135deg, #0d1a20, #071015 72%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.factory-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 16, 20, 0.96) 0%, rgba(5, 16, 20, 0.82) 42%, rgba(5, 16, 20, 0.62) 100%),
    url("assets/factory-production-commercial.jpg") right center / 56% auto no-repeat;
  opacity: 0.9;
}

.factory-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(116deg, transparent 0 41%, rgba(255, 255, 255, 0.055) 41.2% 46%, transparent 46.2%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 86px);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.9));
  pointer-events: none;
}

.factory-inner {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: var(--max);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  gap: 54px;
  padding: 94px 24px;
}

.factory-heading {
  align-self: start;
  position: sticky;
  top: 104px;
}

.factory-heading h2 {
  color: #fff;
}

.factory-heading p {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.68);
}

.factory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.factory-card {
  position: relative;
  min-width: 0;
  padding: 12px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.factory-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.38;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  transition: transform 520ms ease, filter 520ms ease;
}

.factory-card:hover img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.025);
}

.factory-card h3 {
  margin: 18px 4px 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 720;
}

.factory-card p {
  margin: 10px 4px 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.64;
}

.quality-section {
  position: relative;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(123, 151, 160, 0.2)),
    linear-gradient(180deg, #c9d8dc, #dce7e9);
  border-bottom: 1px solid rgba(116, 139, 148, 0.26);
  overflow: hidden;
  isolation: isolate;
}

.quality-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(207, 221, 224, 0.92), rgba(207, 221, 224, 0.74) 50%, rgba(207, 221, 224, 0.92)),
    url("assets/quality-inspection-commercial.jpg") right center / 48% auto no-repeat;
  opacity: 0.58;
}

.quality-section::after {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - var(--max)) / 2));
  right: max(24px, calc((100vw - var(--max)) / 2));
  top: 50%;
  z-index: -1;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(151, 178, 187, 0.1)),
    repeating-linear-gradient(0deg, rgba(20, 44, 52, 0.035) 0 1px, transparent 1px 28px);
  transform: translateY(-50%) skewY(-3deg);
  transform-origin: center;
  pointer-events: none;
}

.quality-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 58px;
  align-items: start;
}

.quality-list {
  display: grid;
  gap: 1px;
  padding: 8px 24px;
  border: 1px solid rgba(133, 158, 167, 0.36);
  background: rgba(235, 245, 247, 0.68);
  box-shadow: 0 22px 54px rgba(13, 28, 36, 0.08);
  backdrop-filter: blur(10px);
}

.quality-list article {
  display: grid;
  grid-template-columns: 66px minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.quality-list span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.quality-list h3 {
  margin: 0;
  color: var(--ink-2);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 720;
  line-height: 1.25;
}

.quality-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.size-section {
  position: relative;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(180deg, #d9e5e8, #c7d6db),
    repeating-linear-gradient(90deg, rgba(11, 26, 33, 0.05) 0 1px, transparent 1px 74px);
  overflow: hidden;
  isolation: isolate;
}

.size-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(217, 229, 232, 0.96), rgba(199, 214, 219, 0.72)),
    url("assets/export-packing-commercial.jpg") right 34% / 46% auto no-repeat;
  opacity: 0.42;
}

.size-section::after {
  content: "";
  position: absolute;
  left: -8vw;
  right: -8vw;
  bottom: 34px;
  z-index: -1;
  height: 190px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28) 28%, rgba(255, 255, 255, 0.08) 72%, transparent),
    repeating-linear-gradient(90deg, rgba(20, 44, 52, 0.035) 0 1px, transparent 1px 76px);
  transform: skewY(-4deg);
  pointer-events: none;
}

.size-section > * {
  position: relative;
  z-index: 1;
}

.size-panel {
  margin-top: 36px;
  border: 1px solid rgba(124, 148, 157, 0.42);
  background: rgba(241, 247, 248, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.region-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  padding: 8px;
  background: #c7d9dd;
}

.region-tab {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: #344149;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.region-tab.active {
  background: #f7fbfb;
  color: var(--accent-dark);
  box-shadow: 0 10px 24px rgba(23, 38, 46, 0.08);
}

.size-table-wrap {
  overflow-x: auto;
}

.size-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.size-table th,
.size-table td {
  padding: 20px 24px;
  border-top: 1px solid var(--line);
  text-align: left;
}

.size-table th {
  color: #66747b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.size-table td {
  color: var(--ink-2);
  font-size: 15px;
}

.size-table td:first-child {
  font-weight: 700;
}

.markets-section {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 66px;
  align-items: center;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 24% 40%, rgba(16, 135, 151, 0.2), transparent 28%),
    linear-gradient(135deg, #12242b, #0b151a 74%);
  color: #fff;
}

.markets-media img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  transition: transform 560ms ease, filter 560ms ease;
}

.markets-media {
  overflow: hidden;
}

.markets-section:hover .markets-media img {
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.018);
}

.markets-copy {
  display: grid;
  gap: 22px;
}

.markets-copy h2 {
  color: #f5fbfb;
}

.markets-copy p {
  color: rgba(236, 246, 248, 0.7);
}

.market-list {
  display: grid;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.market-list article {
  display: grid;
  grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.market-list strong {
  color: #f5fbfb;
  font-size: 15px;
  font-family: var(--font-display);
  font-weight: 720;
}

.market-list span {
  color: rgba(236, 246, 248, 0.66);
  font-size: 14px;
  line-height: 1.55;
}

.rfq-section {
  position: relative;
  isolation: isolate;
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 62px;
  align-items: start;
  padding-top: 96px;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(90deg, rgba(230, 240, 242, 0.97) 0%, rgba(230, 240, 242, 0.9) 42%, rgba(222, 234, 237, 0.76) 100%),
    url("assets/rfq-acrylic-stacks-bg.jpg") center / cover no-repeat;
}

.rfq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(16, 135, 151, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 135, 151, 0.08) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.32), transparent 64%);
  pointer-events: none;
}

.rfq-copy {
  display: grid;
  gap: 22px;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #2c3b43;
  font-size: 15px;
  line-height: 1.5;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0.52em;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}

.rfq-card {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(103, 128, 138, 0.48);
  background:
    linear-gradient(135deg, rgba(248, 252, 252, 0.95), rgba(215, 230, 234, 0.82)),
    rgba(235, 244, 246, 0.9);
  box-shadow: 0 34px 84px rgba(13, 28, 36, 0.24);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.rfq-card::after {
  content: "";
  position: absolute;
  top: -120px;
  right: 70px;
  width: 1px;
  height: 540px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.95), transparent);
  transform: rotate(18deg);
}

.field-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: #4d5b63;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

label.wide {
  grid-column: span 3;
}

select,
input {
  width: 100%;
  height: 48px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  padding: 0 13px;
  font-size: 15px;
  outline: none;
}

select:focus,
input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(16, 135, 151, 0.14);
}

.quote-summary {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 22px;
  align-items: end;
  margin-top: 18px;
  padding: 22px;
  background: linear-gradient(135deg, #142129, #0d151a);
  color: #fff;
}

.quote-summary span {
  color: #96d4db;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.quote-summary strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 720;
  line-height: 1.25;
}

.quote-summary p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.site-footer {
  display: grid;
  max-width: none;
  margin: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  padding: 46px max(24px, calc((100vw - var(--max)) / 2)) 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #0b151a;
  color: #fff;
}

.footer-brand {
  color: #f7fbfb;
}

.site-footer p {
  max-width: 360px;
  margin: 16px 0 0;
  color: rgba(236, 246, 248, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 650;
}

@media (max-width: 1040px) {
  .nav-links {
    gap: 18px;
  }

  .proof-rail,
  .product-grid,
  .factory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .factory-inner,
  .quality-panel,
  .markets-section,
  .rfq-section {
    grid-template-columns: 1fr;
  }

  .factory-heading {
    position: static;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    min-height: 86px;
    padding: 14px 20px;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    overflow-x: auto;
    padding-top: 2px;
  }

  .header-action {
    min-height: 36px;
  }

  .hero {
    min-height: 0;
    padding: 150px 20px 54px;
  }

  .hero-media img {
    object-position: 64% center;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(223, 235, 238, 0.9) 0%, rgba(223, 235, 238, 0.82) 42%, rgba(223, 235, 238, 0.58) 100%),
      linear-gradient(90deg, rgba(223, 235, 238, 0.9), rgba(223, 235, 238, 0.24));
  }

  .hero-shell {
    min-height: 0;
    gap: 42px;
  }

  .hero p {
    font-size: 17px;
  }

  .section,
  .factory-inner,
  .quality-section,
  .size-section {
    padding: 72px 20px;
  }

  .quality-list article,
  .market-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

  label.wide {
    grid-column: 1 / -1;
  }

  .quote-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .brand {
    font-size: 14px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    font-size: 12px;
  }

  .nav-links a {
    text-align: center;
  }

  .nav-links a:nth-child(5),
  .nav-links a:nth-child(6),
  .header-action {
    display: none;
  }

  .hero {
    padding-top: 170px;
  }

  .hero h1 {
    font-size: 38px;
    line-height: 1.06;
  }

  .hero-actions,
  .proof-rail,
  .product-grid,
  .factory-grid,
  .field-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .proof-rail article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .proof-rail article:last-child {
    border-bottom: 0;
  }

  .region-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .size-table {
    min-width: 0;
  }

  .size-table thead {
    display: none;
  }

  .size-table,
  .size-table tbody,
  .size-table tr,
  .size-table td {
    display: block;
    width: 100%;
  }

  .size-table tr {
    border-top: 1px solid var(--line);
    padding: 16px 18px;
  }

  .size-table td {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 14px;
    padding: 7px 0;
    border: 0;
    font-size: 14px;
  }

  .size-table td::before {
    content: attr(data-label);
    color: #66747b;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .site-footer {
    gap: 28px;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

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

  .button,
  .material-sample,
  .factory-card img,
  .markets-media img,
  .reveal {
    transition: none;
  }

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

  .hero-media img,
  .page-hero-media img,
  .factory-card:hover img,
  .markets-section:hover .markets-media img,
  .product-card:hover .material-sample {
    transform: none;
    animation: none !important;
  }
}

/* Shared navigation and secondary pages */
.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
}

.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle-lines {
  position: relative;
}

.menu-toggle-lines::before,
.menu-toggle-lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle-lines::before {
  top: -6px;
}

.menu-toggle-lines::after {
  top: 6px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav-group {
  position: relative;
}

.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: inherit;
}

.nav-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.nav-group:hover .nav-trigger,
.nav-group:focus-within .nav-trigger,
.nav-links > a:hover,
.nav-links > a:focus-visible,
.nav-links a[aria-current="page"] {
  color: #fff;
}

.nav-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: -22px;
  width: 270px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 18, 23, 0.97);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 14px;
}

.nav-group:hover .nav-menu,
.nav-group:focus-within .nav-menu,
.nav-group.is-open .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-menu a {
  display: block;
  padding: 11px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.35;
}

.nav-menu a:last-child {
  border-bottom: 0;
}

.nav-menu a:hover,
.nav-menu a:focus-visible,
.nav-menu a[aria-current="page"] {
  background: rgba(16, 135, 151, 0.18);
  color: #fff;
}

.nav-menu strong,
.nav-menu span {
  display: block;
}

.nav-menu strong {
  color: inherit;
  font-size: 13px;
}

.nav-menu span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 450;
}

.header-action:hover,
.header-action:focus-visible,
.button.primary:hover,
.button.primary:focus-visible {
  border-color: #22a4b5;
  background: #0b7483;
}

.product-card-link,
.factory-card-link {
  display: block;
  color: inherit;
}

.product-card-link h3::after,
.factory-card-link h3::after {
  content: "\2197";
  display: inline-block;
  margin-left: 8px;
  color: var(--accent);
  font-size: 0.82em;
  transition: transform 180ms ease;
}

.product-card-link:hover h3::after,
.factory-card-link:hover h3::after {
  transform: translate(2px, -2px);
}

.page-main {
  background:
    linear-gradient(90deg, rgba(16, 135, 151, 0.035) 1px, transparent 1px),
    #dfe8eb;
  background-size: 120px 100%;
}

.page-hero {
  position: relative;
  min-height: 520px;
  padding: 150px max(24px, calc((100vw - var(--max)) / 2)) 74px;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.page-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  animation: page-hero-drift 18s ease-in-out infinite alternate;
}

@keyframes page-hero-drift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.055) translate3d(-0.35%, 0, 0);
  }
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(215, 229, 233, 0.96) 0%, rgba(215, 229, 233, 0.82) 46%, rgba(215, 229, 233, 0.18) 76%),
    linear-gradient(180deg, rgba(215, 229, 233, 0.34), rgba(215, 229, 233, 0.7));
}

.page-hero.dark::before {
  background:
    linear-gradient(90deg, rgba(6, 17, 22, 0.94) 0%, rgba(6, 17, 22, 0.76) 48%, rgba(6, 17, 22, 0.22) 82%),
    linear-gradient(180deg, rgba(6, 17, 22, 0.18), rgba(6, 17, 22, 0.56));
}

.page-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 3px;
  background: linear-gradient(90deg, var(--accent) 0 22%, rgba(255, 255, 255, 0.72) 22% 28%, transparent 28%);
}

.page-hero-content {
  position: relative;
  width: 100%;
  max-width: 740px;
  padding-left: 24px;
}

.page-hero-content::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 4px;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--accent), rgba(16, 135, 151, 0.12));
}

.page-hero.dark .page-hero-content {
  color: #fff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: #53636b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-hero.dark .breadcrumb {
  color: rgba(255, 255, 255, 0.68);
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--accent);
}

.page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.page-hero.dark .page-kicker {
  color: #65d2dc;
}

.page-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.page-hero p {
  max-width: 650px;
  margin: 24px 0 0;
  color: #3f4e56;
  font-size: 18px;
  line-height: 1.65;
}

.page-hero.dark p {
  color: rgba(255, 255, 255, 0.74);
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-hero.dark .button.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.spec-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background:
    linear-gradient(90deg, rgba(16, 135, 151, 0.15), transparent 35%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 120px),
    #0b171c;
  color: #fff;
}

.spec-strip article {
  min-height: 128px;
  padding: 30px max(24px, calc((100vw - var(--max)) / 8));
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.spec-strip article:last-child {
  border-right: 0;
}

.spec-strip span,
.eyebrow {
  display: block;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.spec-strip strong {
  display: block;
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.35;
}

.content-section {
  position: relative;
  padding: 96px max(24px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
}

.content-section.light {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.54), transparent 52%),
    #dfe9ec;
}

.content-section.paper {
  background: #f2f6f6;
}

.content-section.dark {
  background:
    linear-gradient(135deg, #10242b, #071116 70%);
  color: #fff;
}

.content-section.image-wash::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(223, 233, 236, 0.95), rgba(223, 233, 236, 0.76)), var(--section-image);
  background-position: center;
  background-size: cover;
  opacity: 0.58;
}

.content-section > * {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 54px;
}

.section-intro.single {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-left: 0;
}

.section-intro h2,
.split-copy h2,
.cta-band h2 {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.6vw, 52px);
  line-height: 1.08;
}

.section-intro p,
.split-copy > p,
.content-lead {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.dark .section-intro p,
.dark .split-copy > p,
.dark .content-lead {
  color: rgba(255, 255, 255, 0.68);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 74px;
  align-items: center;
}

.split-layout.reverse .split-media {
  order: 2;
}

.split-media {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(15, 36, 45, 0.18);
  background: var(--steel-deep);
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.split-layout:hover .split-media img {
  transform: scale(1.025);
}

.split-copy h2 {
  margin-bottom: 24px;
}

.feature-list {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.feature-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.feature-list span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.feature-list h3,
.feature-list p {
  margin: 0;
}

.feature-list h3 {
  font-family: var(--font-display);
  font-size: 18px;
}

.feature-list p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.dark .feature-list,
.dark .feature-list article {
  border-color: rgba(255, 255, 255, 0.14);
}

.dark .feature-list p {
  color: rgba(255, 255, 255, 0.62);
}

.product-link-grid,
.application-grid,
.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.product-link-grid,
.application-grid.three-column {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-link-card,
.application-card,
.fact-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 48, 58, 0.16);
  background: rgba(247, 250, 249, 0.9);
  box-shadow: 0 18px 42px rgba(13, 28, 36, 0.08);
}

.product-link-card,
.application-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
}

.product-link-card .card-media,
.application-card .card-media {
  position: relative;
  height: 188px;
  overflow: hidden;
  background: #c7d6da;
}

.product-link-card .card-media::after,
.application-card .card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(7, 18, 23, 0.34));
  pointer-events: none;
}

.card-media.material-clear {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(198, 224, 229, 0.42)),
    repeating-linear-gradient(0deg, rgba(18, 61, 72, 0.08) 0 1px, transparent 1px 22px),
    #dcebed;
}

.card-media.material-frosted {
  background:
    radial-gradient(circle at 62% 40%, rgba(255, 255, 255, 0.96), transparent 25%),
    linear-gradient(145deg, #eef4f5, #c2d5d9);
}

.card-media.material-colored {
  background: linear-gradient(90deg, #d74a62 0 25%, #efac38 25% 50%, #24a480 50% 75%, #276fa5 75%);
}

.product-link-card .card-media img,
.application-card .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.product-link-card,
.application-card {
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.product-link-card:hover,
.application-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 135, 151, 0.46);
  box-shadow: 0 28px 58px rgba(13, 28, 36, 0.16);
}

.product-link-card:hover .card-media img,
.application-card:hover .card-media img {
  transform: scale(1.04);
}

.card-body {
  display: flex;
  min-height: 150px;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.card-body h3,
.card-body p {
  margin: 0;
}

.card-body h3 {
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 1.25;
}

.card-body p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.card-link-label {
  margin-top: auto;
  padding-top: 18px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.fact-card {
  min-height: 190px;
  padding: 28px;
}

.fact-card strong,
.fact-card span {
  display: block;
}

.fact-card strong {
  font-family: var(--font-display);
  font-size: 21px;
}

.fact-card span {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.process-list article {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.process-list span {
  color: #65d2dc;
  font-size: 12px;
  font-weight: 800;
}

.process-list h3 {
  margin: 44px 0 0;
  font-family: var(--font-display);
  font-size: 20px;
}

.process-list p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.6;
}

.detail-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  box-shadow: 0 22px 52px rgba(15, 36, 45, 0.1);
}

.detail-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  background: rgba(247, 250, 249, 0.88);
}

.detail-table th,
.detail-table td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
}

.detail-table th {
  background: #c9dadd;
  color: #34434a;
  font-size: 11px;
  text-transform: uppercase;
}

.detail-table tr:last-child td {
  border-bottom: 0;
}

.detail-table td:first-child {
  color: var(--ink);
  font-weight: 750;
}

.material-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(15, 36, 45, 0.2);
  background: #cbdadd;
  box-shadow: var(--shadow);
}

.material-visual::before,
.material-visual::after {
  content: "";
  position: absolute;
  inset: 11% 9%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(180, 217, 223, 0.28));
  box-shadow: 24px 30px 60px rgba(25, 49, 58, 0.18), inset 0 0 40px rgba(255, 255, 255, 0.55);
  transform: perspective(800px) rotateY(-10deg) rotateX(3deg);
}

.material-visual::after {
  inset: 18% 18% 5% 4%;
  z-index: -1;
  opacity: 0.5;
}

.material-visual.frosted::before {
  background: radial-gradient(circle at 62% 38%, rgba(255, 255, 255, 0.94), rgba(215, 229, 232, 0.68) 32%, rgba(171, 201, 207, 0.48));
  filter: blur(0.5px);
}

.material-visual.colored::before {
  background: linear-gradient(90deg, #d74a62 0 25%, #efac38 25% 50%, #24a480 50% 75%, #276fa5 75%);
}

.material-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  padding: 16px 18px;
  background: rgba(8, 18, 23, 0.82);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.5;
  backdrop-filter: blur(12px);
}

.cta-section {
  padding: 0 max(24px, calc((100vw - var(--max)) / 2)) 96px;
  background: #dfe8eb;
}

.cta-band {
  display: grid;
  max-width: var(--max);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 46px;
  align-items: center;
  padding: 48px 52px;
  background:
    linear-gradient(120deg, rgba(16, 135, 151, 0.26), transparent 44%),
    #0b171c;
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-band h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.cta-band p {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
}

.rfq-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1.42fr);
  gap: 58px;
  align-items: start;
}

.rfq-page-grid .rfq-card {
  width: 100%;
}

.rfq-sidebar {
  position: sticky;
  top: 104px;
}

.rfq-sidebar h2 {
  margin: 10px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
}

.rfq-sidebar p {
  color: var(--muted);
  line-height: 1.7;
}

.field-grid .full-row {
  grid-column: 1 / -1;
}

textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

.site-footer.extended {
  grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(130px, 0.5fr));
  align-items: start;
}

.footer-column strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 13px;
}

.footer-column a {
  display: block;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #fff;
}

@media (max-width: 1040px) {
  .site-header {
    gap: 18px;
  }

  .nav-links {
    gap: 17px;
  }

  .product-link-grid,
  .application-grid,
  .fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .spec-strip article:nth-child(2) {
    border-right: 0;
  }

  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer.extended {
    grid-template-columns: minmax(260px, 1fr) repeat(2, minmax(140px, 0.5fr));
  }
}

@media (max-width: 860px) {
  body.nav-open {
    overflow: hidden;
  }

  .site-header {
    min-height: 72px;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 20px;
  }

  .menu-toggle {
    display: inline-flex;
    order: 3;
  }

  .header-action {
    margin-left: auto;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    bottom: auto;
    display: block;
    width: auto;
    height: calc(100vh - 72px);
    padding: 18px 20px 34px;
    background: #071116;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links > a,
  .nav-trigger {
    width: 100%;
    min-height: 48px;
    justify-content: space-between;
    padding: 12px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
    font-size: 15px;
  }

  .nav-links > a {
    display: flex;
    align-items: center;
  }

  .nav-menu {
    position: static;
    display: none;
    width: 100%;
    padding: 4px 0 10px 14px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .nav-menu::before {
    display: none;
  }

  .nav-group:hover .nav-menu,
  .nav-group:focus-within .nav-menu {
    display: none;
  }

  .nav-group.is-open .nav-menu {
    display: block;
  }

  .nav-group.is-open .nav-trigger::after {
    transform: translateY(2px) rotate(225deg);
  }

  .nav-menu a {
    padding: 12px;
  }

  .page-hero {
    min-height: 500px;
    padding: 130px 20px 64px;
  }

  .page-hero::before {
    background: linear-gradient(90deg, rgba(215, 229, 233, 0.93), rgba(215, 229, 233, 0.72));
  }

  .page-hero.dark::before {
    background: linear-gradient(90deg, rgba(6, 17, 22, 0.9), rgba(6, 17, 22, 0.62));
  }

  .content-section {
    padding: 74px 20px;
  }

  .section-intro,
  .split-layout,
  .rfq-page-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .section-intro {
    align-items: start;
  }

  .split-layout.reverse .split-media {
    order: 0;
  }

  .rfq-sidebar {
    position: static;
  }

  .cta-section {
    padding: 0 20px 74px;
  }

  .cta-band {
    grid-template-columns: 1fr;
    padding: 38px;
  }

  .site-footer.extended {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .site-header .header-action {
    display: none;
  }

  .menu-toggle {
    margin-left: auto;
  }

  .nav-links {
    display: block;
    font-size: 13px;
  }

  .nav-links a {
    text-align: left;
  }

  .nav-links a:nth-child(5),
  .nav-links a:nth-child(6) {
    display: block;
  }

  .hero {
    padding-top: 132px;
  }

  .page-hero {
    min-height: 480px;
    padding-top: 116px;
  }

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

  .page-hero-content {
    padding-left: 18px;
  }

  .page-hero p {
    font-size: 16px;
  }

  .page-hero-actions {
    display: grid;
  }

  .spec-strip,
  .product-link-grid,
  .application-grid,
  .fact-grid,
  .process-list,
  .site-footer.extended {
    grid-template-columns: 1fr;
  }

  .spec-strip article,
  .spec-strip article:nth-child(2) {
    min-height: 0;
    padding: 24px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .split-media,
  .split-media img,
  .material-visual {
    min-height: 320px;
  }

  .process-list article {
    min-height: 200px;
  }

  .cta-band {
    padding: 30px 24px;
  }

  .field-grid .full-row {
    grid-column: auto;
  }

  .whatsapp-widget {
    right: 20px;
    bottom: 72px;
    gap: 0;
  }

  .whatsapp-label {
    display: none;
  }

  .whatsapp-toggle {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .whatsapp-toggle img {
    width: 38px;
    height: 38px;
  }

  .whatsapp-panel {
    right: 0;
    bottom: 70px;
    width: calc(100vw - 32px);
    padding: 24px;
  }
}

/* Company asset and content refresh */
.brand-logo {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.hero-carousel .hero-media {
  isolation: isolate;
}

.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 900ms ease;
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-carousel .hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-carousel .hero-slide:nth-child(1) img {
  object-position: center 52%;
}

.hero-carousel .hero-slide:nth-child(2) img {
  object-position: center 50%;
}

.hero-carousel .hero-slide:nth-child(3) img {
  object-position: center;
}

.hero-carousel::before {
  background:
    linear-gradient(90deg, rgba(224, 235, 238, 0.95) 0%, rgba(224, 235, 238, 0.86) 35%, rgba(224, 235, 238, 0.46) 59%, rgba(224, 235, 238, 0.1) 100%),
    linear-gradient(180deg, rgba(202, 216, 220, 0.06) 54%, var(--bg) 100%);
}

.hero-carousel-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: 22px;
}

.carousel-arrow {
  position: relative;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid rgba(20, 42, 51, 0.32);
  border-radius: 4px;
  background: rgba(240, 247, 248, 0.72);
  color: var(--ink);
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  border-color: var(--accent);
  background: #f7fbfb;
  transform: translateY(-1px);
}

.carousel-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.carousel-arrow.previous::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.carousel-arrow.next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 5px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(12, 33, 42, 0.54);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: width 180ms ease, border-color 180ms ease, background 180ms ease;
}

.carousel-dot.is-active {
  width: 24px;
  border-radius: 4px;
  border-color: var(--accent-dark);
  background: var(--accent-dark);
}

.supply-focus-section {
  position: relative;
  display: grid;
  max-width: none;
  gap: 38px;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.74), rgba(219, 231, 234, 0.72)),
    #e8eff0;
  border-top: 1px solid rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(99, 128, 139, 0.24);
}

.supply-focus-section > * {
  width: 100%;
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.section-heading.split-heading {
  display: grid;
  max-width: var(--max);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 54px;
  align-items: end;
}

.section-heading.split-heading > div {
  display: grid;
  gap: 14px;
}

.supply-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.supply-focus-card {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(17, 42, 51, 0.2);
  border-radius: 4px;
  background: #18272e;
  box-shadow: 0 24px 54px rgba(13, 28, 36, 0.14);
}

.supply-focus-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 23, 0.02) 24%, rgba(7, 18, 23, 0.9) 100%);
}

.supply-focus-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease, filter 600ms ease;
}

.supply-focus-card:hover img,
.supply-focus-card:focus-visible img {
  filter: saturate(1.03) contrast(1.03);
  transform: scale(1.025);
}

.supply-focus-content {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 1;
  display: grid;
  gap: 8px;
  color: #fff;
}

.supply-focus-content small {
  color: #89d5dc;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.supply-focus-content strong {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.14;
}

.supply-focus-content > span {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.58;
}

.product-grid.four-column {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-grid.four-column .product-card h3 {
  font-size: 17px;
}

.material-sample.thick {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(191, 222, 228, 0.52)),
    repeating-linear-gradient(180deg, transparent 0 12px, rgba(23, 59, 70, 0.11) 12px 15px),
    #e9f2f3;
  box-shadow:
    0 8px 0 rgba(199, 218, 222, 0.9),
    0 16px 0 rgba(178, 202, 208, 0.78),
    0 30px 50px rgba(13, 28, 36, 0.17);
}

.factory-grid.four-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.factory-material-mark {
  display: flex;
  width: 100%;
  aspect-ratio: 1.38;
  flex-direction: column;
  justify-content: flex-end;
  gap: 7px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 44%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 24px),
    #17434d;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

.factory-material-mark span {
  color: #fff;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.factory-material-mark small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.quality-copy .eyebrow,
.markets-copy .eyebrow {
  margin-bottom: 14px;
}

.quality-list.four-items article {
  grid-template-columns: 54px minmax(180px, 0.46fr) minmax(0, 0.54fr);
}

.customer-sector-list article {
  grid-template-columns: minmax(190px, 0.52fr) minmax(0, 1fr);
  padding: 16px 0;
}

.markets-section .eyebrow {
  color: #71ced7;
}

.markets-media img {
  aspect-ratio: 1.18;
}

.about-page-hero .page-hero-media img {
  object-position: center 63%;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 250, 249, 0.94);
}

.about-facts article {
  min-width: 0;
  padding: 28px 18px;
  border-right: 1px solid var(--line);
}

.about-facts article:first-child {
  border-left: 1px solid var(--line);
}

.about-facts strong,
.about-facts span {
  display: block;
}

.about-facts strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 680;
}

.about-facts span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

#company-story {
  padding-right: max(24px, calc((100vw - 1280px) / 2));
  padding-left: max(24px, calc((100vw - 1280px) / 2));
}

.about-story-grid {
  display: grid;
  max-width: 1280px;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 56px;
  align-items: start;
}

.about-story-copy h2 {
  margin: 12px 0 22px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.about-story-copy p {
  margin: 0 0 17px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.74;
}

.company-video {
  min-width: 0;
  border: 1px solid rgba(18, 44, 54, 0.24);
  background: #0a151a;
  box-shadow: var(--shadow);
}

.video-poster {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #0a151a;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 13, 17, 0.08), rgba(5, 13, 17, 0.82));
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  transition: transform 560ms ease, filter 560ms ease;
}

.video-poster:hover img,
.video-poster:focus-visible img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.025);
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(7, 22, 28, 0.76);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
}

.video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
  transform: translate(-35%, -50%);
}

.video-label {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 2;
  display: grid;
  gap: 4px;
}

.video-label small,
.video-label span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  text-transform: uppercase;
}

.video-label strong {
  font-family: var(--font-display);
  font-size: 23px;
}

.company-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.about-capability-grid .split-media img {
  min-height: 520px;
  object-position: center;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.certificate-grid article {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(18, 44, 54, 0.18);
  border-radius: 4px;
  background: rgba(247, 250, 249, 0.88);
  box-shadow: 0 18px 42px rgba(13, 28, 36, 0.08);
}

.certificate-code {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 4px;
  background: #143640;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.certificate-grid h3 {
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-size: 21px;
  line-height: 1.25;
}

.certificate-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.field-control {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.field-control.wide {
  grid-column: span 3;
}

.field-label,
.field-control > label {
  color: #4d5b63;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.input-with-unit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  gap: 8px;
}

.dimension-inputs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 82px;
  gap: 8px;
  align-items: center;
}

.dimension-inputs > span {
  color: var(--muted);
  text-align: center;
}

.rfq-page-grid .quote-summary {
  grid-template-columns: 1fr;
}

.quote-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quote-actions .button {
  width: 100%;
}

#continueRfqLink {
  grid-column: 1 / -1;
}

.rfq-page-hero .page-hero-media img {
  object-position: center 56%;
}

.product-link-grid.four-column {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-link-grid.four-column .card-body {
  padding: 20px;
}

.material-visual.thick::before {
  inset: 16% 12% 17% 12%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(180, 217, 223, 0.36));
  box-shadow:
    14px 14px 0 rgba(225, 238, 240, 0.78),
    28px 28px 0 rgba(194, 217, 221, 0.58),
    42px 42px 64px rgba(25, 49, 58, 0.22),
    inset 0 0 44px rgba(255, 255, 255, 0.56);
}

@media (max-width: 1100px) {
  .product-grid.four-column,
  .product-link-grid.four-column,
  .certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-facts article:nth-child(3) {
    border-right: 1px solid var(--line);
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 860px) {
  .hero-carousel {
    padding: 128px 20px 52px;
  }

  .hero-carousel .hero-slide:nth-child(1) img,
  .hero-carousel .hero-slide:nth-child(2) img {
    object-position: 58% center;
  }

  .hero-carousel .hero-slide:nth-child(3) img {
    object-position: 46% center;
  }

  .section-heading.split-heading,
  .supply-focus-grid {
    grid-template-columns: 1fr;
  }

  .section-heading.split-heading {
    gap: 18px;
    align-items: start;
  }

  .quality-list.four-items article,
  .customer-sector-list article {
    grid-template-columns: 1fr;
  }

  .about-capability-grid .split-media img {
    min-height: 380px;
  }

  .field-control.wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .brand-logo {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .hero-carousel {
    padding-top: 116px;
  }

  .hero-carousel-controls {
    margin-top: 18px;
  }

  .carousel-arrow {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .supply-focus-card {
    min-height: 340px;
  }

  .supply-focus-content {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .supply-focus-content strong {
    font-size: 24px;
  }

  .product-grid.four-column,
  .factory-grid.four-column,
  .product-link-grid.four-column,
  .certificate-grid {
    grid-template-columns: 1fr;
  }

  .about-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 20px;
  }

  .about-facts article {
    padding: 22px 14px;
  }

  .about-facts strong {
    font-size: 21px;
  }

  .about-story-copy h2 {
    font-size: 34px;
  }

  .video-play {
    width: 54px;
    height: 54px;
  }

  .video-label {
    right: 18px;
    bottom: 17px;
    left: 18px;
  }

  .video-label strong {
    font-size: 19px;
  }

  .field-control.wide,
  .field-grid .full-row {
    grid-column: auto;
  }

  .dimension-inputs {
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
  }

  .dimension-inputs select {
    grid-column: 1 / -1;
  }

  .quote-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .supply-focus-card img,
  .video-poster img,
  .carousel-dot {
    transition: none;
  }
}

/* Homepage 2026 visual system */
.home-redesign {
  --home-max: 1220px;
  --home-ink: #0d171c;
  --home-muted: #5b6970;
  --home-paper: #f5f8f8;
  --home-steel: #dce7e9;
  --home-dark: #0a171c;
  --home-dark-soft: #10252c;
  --home-accent: #108797;
  background: var(--home-paper);
}

.home-redesign::before {
  display: none;
}

.home-redesign main,
.home-redesign main * {
  letter-spacing: 0;
}

.home-redesign .site-header {
  min-height: 76px;
  padding-right: max(24px, calc((100vw - var(--home-max)) / 2));
  padding-left: max(24px, calc((100vw - var(--home-max)) / 2));
  background: rgba(8, 20, 25, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px) saturate(120%);
}

.home-redesign .mobile-nav-quote {
  display: none;
}

.home-redesign .home-container {
  width: min(calc(100% - 48px), var(--home-max));
  margin: 0 auto;
}

.home-redesign .home-hero {
  min-height: 820px;
  padding: 0;
  background: #bfcfd3;
}

.home-redesign .home-hero::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(226, 235, 237, 0.98) 0%, rgba(226, 235, 237, 0.93) 31%, rgba(226, 235, 237, 0.6) 50%, rgba(226, 235, 237, 0.08) 76%),
    linear-gradient(180deg, rgba(8, 20, 25, 0.08) 0%, transparent 54%, rgba(7, 18, 23, 0.4) 100%);
}

.home-redesign .home-hero::after {
  content: "";
  position: absolute;
  inset: 76px 0 auto;
  z-index: -1;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.home-redesign .home-hero .hero-slide img {
  transform: scale(1.015);
  transition: transform 8s ease, opacity 900ms ease;
}

.home-redesign .home-hero .hero-slide.is-active img {
  transform: scale(1.045);
}

.home-redesign .home-hero .hero-slide:nth-child(1) img {
  object-position: 62% 50%;
}

.home-redesign .home-hero .hero-slide:nth-child(2) img {
  object-position: 62% 48%;
}

.home-redesign .home-hero .hero-slide:nth-child(3) img {
  object-position: 54% 50%;
}

.home-redesign .home-hero-inner {
  display: flex;
  width: min(calc(100% - 48px), var(--home-max));
  min-height: 820px;
  margin: 0 auto;
  padding: 150px 0 28px;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}

.home-redesign .home-hero-copy {
  width: min(100%, 680px);
}

.home-redesign .home-kicker,
.home-redesign .home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--home-accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-redesign .home-kicker::before,
.home-redesign .home-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  background: currentColor;
}

.home-redesign .home-hero h1 {
  max-width: 680px;
  margin: 18px 0 0;
  color: #091216;
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 560;
  line-height: 1.04;
}

.home-redesign .home-hero p {
  max-width: 620px;
  margin: 24px 0 0;
  color: #334249;
  font-size: 17px;
  line-height: 1.65;
}

.home-redesign .home-hero p strong {
  color: #0a151a;
  font-weight: 800;
}

.home-redesign .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.home-redesign .home-hero .button {
  min-height: 52px;
  padding: 0 24px;
}

.home-redesign .home-hero .button.secondary {
  border-color: rgba(11, 31, 39, 0.34);
  background: rgba(242, 247, 248, 0.76);
  backdrop-filter: blur(12px);
}

.home-redesign .home-hero .hero-carousel-controls {
  margin-top: 22px;
}

.home-redesign .home-metrics {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 22, 27, 0.9);
  color: #fff;
  box-shadow: 0 24px 56px rgba(4, 15, 20, 0.2);
  backdrop-filter: blur(14px);
}

.home-redesign .home-metrics article {
  min-width: 0;
  min-height: 94px;
  padding: 20px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.home-redesign .home-metrics article:last-child {
  border-right: 0;
}

.home-redesign .home-metrics strong,
.home-redesign .home-metrics span {
  display: block;
}

.home-redesign .home-metrics strong {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 650;
  line-height: 1.15;
  white-space: nowrap;
}

.home-redesign .home-metrics sup {
  font-size: 0.56em;
}

.home-redesign .home-metrics span {
  margin-top: 8px;
  color: rgba(236, 246, 248, 0.62);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-redesign .home-portfolio,
.home-redesign .home-factory,
.home-redesign .home-industries,
.home-redesign .home-rfq {
  position: relative;
  overflow: hidden;
}

.home-redesign .home-portfolio {
  padding: 118px 0 124px;
  background:
    linear-gradient(90deg, rgba(23, 72, 84, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 72, 84, 0.026) 1px, transparent 1px),
    var(--home-paper);
  background-size: 92px 92px;
}

.home-redesign .home-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 52px;
}

.home-redesign .home-section-intro h2,
.home-redesign .home-factory-copy h2,
.home-redesign .home-rfq-copy h2 {
  margin: 16px 0 0;
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 620;
  line-height: 1.08;
}

.home-redesign .home-section-intro h2 {
  max-width: 760px;
}

.home-redesign .home-intro-side {
  padding-bottom: 5px;
}

.home-redesign .home-intro-side p {
  margin: 0;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.65;
}

.home-redesign .home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 750;
}

.home-redesign .home-text-link::after {
  content: "\2192";
  color: var(--home-accent);
  font-size: 18px;
  transition: transform 180ms ease;
}

.home-redesign .home-text-link:hover::after,
.home-redesign .home-text-link:focus-visible::after {
  transform: translateX(4px);
}

.home-redesign .home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-redesign .home-product-card {
  display: flex;
  min-width: 0;
  min-height: 500px;
  flex-direction: column;
  border: 1px solid #c9d6d9;
  border-radius: 4px;
  background: #fff;
  color: var(--home-ink);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(17, 38, 46, 0.07);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.home-redesign .home-product-card:hover,
.home-redesign .home-product-card:focus-visible {
  border-color: #9db7bd;
  box-shadow: 0 24px 50px rgba(17, 38, 46, 0.13);
  transform: translateY(-4px);
}

.home-redesign .home-product-media {
  display: block;
  aspect-ratio: 4 / 3;
  background: #e5edef;
  overflow: hidden;
}

.home-redesign .home-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.home-redesign .home-product-card:hover .home-product-media img,
.home-redesign .home-product-card:focus-visible .home-product-media img {
  transform: scale(1.025);
}

.home-redesign .home-product-body {
  display: flex;
  min-height: 274px;
  padding: 24px 24px 22px;
  flex: 1;
  flex-direction: column;
}

.home-redesign .home-product-body small {
  color: var(--home-accent);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-redesign .home-product-body strong {
  display: block;
  margin-top: 13px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.24;
}

.home-redesign .home-product-body > span {
  display: block;
  margin-top: 12px;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.62;
}

.home-redesign .home-product-body em {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--home-ink);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
}

.home-redesign .home-product-body em::after {
  content: "\2197";
  color: var(--home-accent);
  font-size: 16px;
  transition: transform 180ms ease;
}

.home-redesign .home-product-card:hover em::after,
.home-redesign .home-product-card:focus-visible em::after {
  transform: translate(2px, -2px);
}

.home-redesign .home-factory {
  padding: 124px 0;
  background:
    linear-gradient(135deg, rgba(16, 135, 151, 0.1), transparent 38%),
    var(--home-dark);
  color: #fff;
}

.home-redesign .home-factory::after {
  content: "";
  position: absolute;
  top: 0;
  right: max(24px, calc((100vw - var(--home-max)) / 2));
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.07);
}

.home-redesign .home-factory-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  gap: 84px;
  align-items: center;
}

.home-redesign .home-factory-media {
  position: relative;
  min-height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.24);
}

.home-redesign .home-factory-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(5, 15, 19, 0.48));
  pointer-events: none;
}

.home-redesign .home-factory-media > img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: center;
}

.home-redesign .home-media-fact {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  display: flex;
  min-width: 184px;
  align-items: baseline;
  gap: 11px;
  padding: 17px 19px;
  border-left: 3px solid var(--home-accent);
  background: rgba(7, 19, 24, 0.9);
  backdrop-filter: blur(10px);
}

.home-redesign .home-media-fact strong {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 650;
  line-height: 1;
}

.home-redesign .home-media-fact span {
  max-width: 86px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.28;
  text-transform: uppercase;
}

.home-redesign .home-factory-copy h2 {
  color: #f6fafa;
}

.home-redesign .home-factory-copy .home-lead {
  margin: 22px 0 0;
  color: rgba(234, 244, 246, 0.67);
  font-size: 16px;
  line-height: 1.7;
}

.home-redesign .home-capability-list {
  margin: 36px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.home-redesign .home-capability-list article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.home-redesign .home-capability-list article > span {
  padding-top: 3px;
  color: #52bac6;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
}

.home-redesign .home-capability-list h3 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.home-redesign .home-capability-list p {
  margin: 7px 0 0;
  color: rgba(231, 243, 245, 0.58);
  font-size: 13px;
  line-height: 1.58;
}

.home-redesign .home-industries {
  padding: 118px 0 124px;
  background: #dfe9eb;
}

.home-redesign .home-section-intro.compact {
  margin-bottom: 48px;
}

.home-redesign .home-industries-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  gap: 64px;
  align-items: stretch;
}

.home-redesign .home-industries-media {
  position: relative;
  min-height: 560px;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 26px 58px rgba(20, 43, 51, 0.15);
}

.home-redesign .home-industries-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.home-redesign .home-industries-media figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 16px 18px;
  border-left: 3px solid var(--home-accent);
  background: rgba(7, 20, 25, 0.88);
  color: rgba(242, 249, 250, 0.82);
  font-size: 12px;
  line-height: 1.5;
  backdrop-filter: blur(10px);
}

.home-redesign .home-industry-list {
  border-top: 1px solid #adc0c5;
}

.home-redesign .home-industry-list article {
  display: grid;
  min-height: 112px;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-content: center;
  padding: 19px 0;
  border-bottom: 1px solid #adc0c5;
}

.home-redesign .home-industry-list article > span {
  padding-top: 3px;
  color: var(--home-accent);
  font-size: 12px;
  font-weight: 800;
}

.home-redesign .home-industry-list h3 {
  margin: 0;
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 720;
  line-height: 1.3;
}

.home-redesign .home-industry-list p {
  margin: 7px 0 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.55;
}

.home-redesign .home-rfq {
  padding: 118px 0 128px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.72), transparent 48%),
    #cddde1;
}

.home-redesign .home-rfq::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 1px;
  background: rgba(26, 62, 73, 0.12);
}

.home-redesign .home-rfq-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1.28fr);
  gap: 76px;
  align-items: center;
}

.home-redesign .home-rfq-copy h2 {
  max-width: 440px;
}

.home-redesign .home-rfq-copy > p {
  max-width: 450px;
  margin: 22px 0 28px;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.7;
}

.home-redesign .home-rfq-copy .check-list {
  gap: 14px;
}

.home-redesign .home-rfq-copy .check-list li {
  color: #29383f;
}

.home-redesign .home-rfq-contact {
  margin-top: 34px;
  padding: 19px 0 0 20px;
  border-top: 1px solid rgba(43, 79, 90, 0.24);
  border-left: 3px solid var(--home-accent);
}

.home-redesign .home-rfq-contact span,
.home-redesign .home-rfq-contact strong {
  display: block;
}

.home-redesign .home-rfq-contact span {
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-redesign .home-rfq-contact strong {
  margin-top: 7px;
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
}

.home-redesign .home-rfq-card {
  padding: 28px;
  border-color: #a9bdc2;
  border-radius: 4px;
  background: rgba(247, 251, 251, 0.94);
  box-shadow: 0 30px 72px rgba(20, 43, 51, 0.18);
  backdrop-filter: blur(16px);
}

.home-redesign .home-rfq-card::after {
  opacity: 0.5;
}

.home-redesign .home-rfq-card .field-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-redesign .home-rfq-card .field-control.wide {
  grid-column: 1 / -1;
}

.home-redesign .home-rfq-card label,
.home-redesign .home-rfq-card .field-label {
  color: #53646c;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.rfq-page-grid .rfq-card label,
.rfq-page-grid .rfq-card .field-label {
  font-weight: 600;
}

.home-redesign .home-rfq-card select,
.home-redesign .home-rfq-card input {
  height: 50px;
  border-color: #a7bbc0;
  background: #fff;
}

.home-redesign .home-rfq-card .quote-summary {
  grid-template-columns: minmax(0, 1fr) 220px;
  margin-top: 20px;
  padding: 24px;
  background: var(--home-dark);
}

.home-redesign .home-rfq-card #continueRfqLink {
  grid-column: 1 / -1;
}

.home-redesign .site-footer.extended {
  padding-top: 58px;
  padding-bottom: 64px;
  background: #071319;
}

.home-redesign .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

.home-redesign .home-product-card.reveal:nth-child(2),
.home-redesign .home-industry-list article.reveal:nth-child(2) {
  transition-delay: 60ms;
}

.home-redesign .home-product-card.reveal:nth-child(3),
.home-redesign .home-industry-list article.reveal:nth-child(3) {
  transition-delay: 120ms;
}

.home-redesign .home-product-card.reveal:nth-child(4),
.home-redesign .home-industry-list article.reveal:nth-child(4) {
  transition-delay: 180ms;
}

.home-redesign .home-industry-list article.reveal:nth-child(5) {
  transition-delay: 240ms;
}

@media (max-width: 1120px) {
  .home-redesign .home-hero h1 {
    font-size: 56px;
  }

  .home-redesign .home-metrics {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .home-redesign .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .home-redesign .home-product-card {
    min-height: 0;
  }

  .home-redesign .home-product-body {
    min-height: 230px;
  }

  .home-redesign .home-factory-layout,
  .home-redesign .home-industries-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 48px;
  }

  .home-redesign .home-rfq-layout {
    grid-template-columns: minmax(280px, 0.7fr) minmax(500px, 1.3fr);
    gap: 48px;
  }

  .home-redesign .site-footer.extended {
    grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(110px, 0.5fr));
    gap: 32px;
  }
}

@media (max-width: 900px) {
  .home-redesign .home-hero,
  .home-redesign .home-hero-inner {
    min-height: 860px;
  }

  .home-redesign .home-hero-inner {
    padding-top: 134px;
  }

  .home-redesign .home-hero::before {
    background:
      linear-gradient(90deg, rgba(226, 235, 237, 0.97) 0%, rgba(226, 235, 237, 0.88) 52%, rgba(226, 235, 237, 0.38) 84%),
      linear-gradient(180deg, transparent 48%, rgba(7, 18, 23, 0.42) 100%);
  }

  .home-redesign .home-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-redesign .home-metrics article:nth-child(3) {
    border-right: 0;
  }

  .home-redesign .home-metrics article:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .home-redesign .home-hero .hero-slide:nth-child(1) img,
  .home-redesign .home-hero .hero-slide:nth-child(2) img {
    object-position: 68% center;
  }

  .home-redesign .home-hero .hero-slide:nth-child(3) img {
    object-position: 58% center;
  }

  .home-redesign .home-section-intro {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .home-redesign .home-intro-side {
    max-width: 620px;
    padding-bottom: 0;
  }

  .home-redesign .home-factory-layout,
  .home-redesign .home-industries-layout,
  .home-redesign .home-rfq-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .home-redesign .home-factory-media,
  .home-redesign .home-factory-media > img {
    min-height: 580px;
  }

  .home-redesign .home-industries-media,
  .home-redesign .home-industries-media img {
    min-height: 520px;
  }

  .home-redesign .home-rfq::before {
    display: none;
  }

  .home-redesign .home-rfq-copy h2,
  .home-redesign .home-rfq-copy > p {
    max-width: 620px;
  }

  .home-redesign .site-footer.extended {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-redesign .home-container,
  .home-redesign .home-hero-inner {
    width: min(calc(100% - 40px), var(--home-max));
  }

  .home-redesign .home-hero,
  .home-redesign .home-hero-inner {
    min-height: 880px;
  }

  .home-redesign .home-hero-inner {
    padding: 116px 0 20px;
    gap: 38px;
  }

  .home-redesign .home-hero::before {
    background:
      linear-gradient(180deg, rgba(227, 236, 238, 0.98) 0%, rgba(227, 236, 238, 0.91) 52%, rgba(227, 236, 238, 0.48) 72%, rgba(7, 18, 23, 0.62) 100%),
      linear-gradient(90deg, rgba(227, 236, 238, 0.74), rgba(227, 236, 238, 0.18));
  }

  .home-redesign .home-hero .hero-slide:nth-child(1) img,
  .home-redesign .home-hero .hero-slide:nth-child(2) img,
  .home-redesign .home-hero .hero-slide:nth-child(3) img {
    object-position: 66% center;
  }

  .home-redesign .home-kicker,
  .home-redesign .home-eyebrow {
    font-size: 11px;
  }

  .home-redesign .home-hero h1 {
    margin-top: 15px;
    font-size: 40px;
    line-height: 1.06;
  }

  .home-redesign .home-hero p {
    margin-top: 19px;
    font-size: 15px;
    line-height: 1.58;
  }

  .home-redesign .home-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .home-redesign .home-hero-actions .button {
    width: 100%;
  }

  .home-redesign .nav-links > .mobile-nav-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 20px;
    padding: 0 18px;
    border: 1px solid var(--home-accent);
    background: var(--home-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 750;
    text-align: center;
  }

  .home-redesign .home-hero .hero-carousel-controls {
    margin-top: 16px;
  }

  .home-redesign .home-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-redesign .home-metrics article {
    min-height: 78px;
    padding: 14px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .home-redesign .home-metrics article:nth-child(1),
  .home-redesign .home-metrics article:nth-child(2) {
    border-top: 0;
  }

  .home-redesign .home-metrics article:nth-child(2),
  .home-redesign .home-metrics article:nth-child(4) {
    border-right: 0;
  }

  .home-redesign .home-metrics article:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .home-redesign .home-metrics article:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .home-redesign .home-metrics strong {
    font-size: 20px;
  }

  .home-redesign .home-metrics span {
    margin-top: 5px;
    font-size: 10px;
  }

  .home-redesign .home-portfolio,
  .home-redesign .home-industries,
  .home-redesign .home-rfq {
    padding: 82px 0 88px;
  }

  .home-redesign .home-factory {
    padding: 88px 0;
  }

  .home-redesign .home-section-intro {
    gap: 18px;
    margin-bottom: 34px;
  }

  .home-redesign .home-section-intro h2,
  .home-redesign .home-factory-copy h2,
  .home-redesign .home-rfq-copy h2 {
    margin-top: 13px;
    font-size: 34px;
    line-height: 1.1;
  }

  .home-redesign .home-intro-side p,
  .home-redesign .home-rfq-copy > p {
    font-size: 15px;
  }

  .home-redesign .home-product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-redesign .home-product-body {
    min-height: 220px;
    padding: 22px 22px 20px;
  }

  .home-redesign .home-product-body strong {
    font-size: 20px;
  }

  .home-redesign .home-factory-layout,
  .home-redesign .home-industries-layout,
  .home-redesign .home-rfq-layout {
    gap: 38px;
  }

  .home-redesign .home-factory-media,
  .home-redesign .home-factory-media > img {
    min-height: 410px;
  }

  .home-redesign .home-media-fact {
    right: 16px;
    bottom: 16px;
    min-width: 160px;
    padding: 14px 16px;
  }

  .home-redesign .home-media-fact strong {
    font-size: 29px;
  }

  .home-redesign .home-capability-list article {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
  }

  .home-redesign .home-industries-media,
  .home-redesign .home-industries-media img {
    min-height: 390px;
  }

  .home-redesign .home-industries-media figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .home-redesign .home-industry-list article {
    min-height: 0;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 18px 0;
  }

  .home-redesign .home-industry-list h3 {
    font-size: 16px;
  }

  .home-redesign .home-rfq-contact strong {
    font-size: 16px;
  }

  .home-redesign .home-rfq-card {
    padding: 18px;
  }

  .home-redesign .home-rfq-card .field-grid,
  .home-redesign .home-rfq-card .quote-summary {
    grid-template-columns: 1fr;
  }

  .home-redesign .home-rfq-card .field-control.wide,
  .home-redesign .home-rfq-card #continueRfqLink {
    grid-column: auto;
  }

  .home-redesign .home-rfq-card .dimension-inputs {
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
  }

  .home-redesign .home-rfq-card .dimension-inputs select {
    grid-column: 1 / -1;
  }

  .home-redesign .site-footer.extended {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-redesign .home-hero .hero-slide img,
  .home-redesign .home-product-card,
  .home-redesign .home-product-media img,
  .home-redesign .reveal {
    transition: none;
  }
}

/* Homepage requirements: supply proof, process, feedback, and company story */
.home-redesign .home-provide,
.home-redesign .home-system,
.home-redesign .home-proof,
.home-redesign .home-about {
  position: relative;
  overflow: hidden;
}

.home-redesign .home-metrics {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-redesign .home-metrics strong {
  white-space: normal;
}

.home-redesign .home-metric-material {
  background: rgba(16, 135, 151, 0.14);
}

.home-redesign .home-metric-material strong {
  color: #70d0da;
  font-size: 21px;
}

.home-redesign .home-provide {
  padding: 112px 0 118px;
  border-bottom: 1px solid #c7d6d9;
  background:
    linear-gradient(90deg, rgba(21, 94, 108, 0.04) 1px, transparent 1px),
    #e9f0f1;
  background-size: 96px 100%;
}

.home-redesign .home-provide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-redesign .home-provide-item {
  display: flex;
  min-width: 0;
  min-height: 570px;
  flex-direction: column;
  border: 1px solid #bdcdd1;
  border-radius: 4px;
  background: #f9fbfb;
  color: var(--home-ink);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(20, 43, 51, 0.08);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.home-redesign .home-provide-item:hover,
.home-redesign .home-provide-item:focus-visible {
  border-color: #8eabb1;
  box-shadow: 0 28px 58px rgba(20, 43, 51, 0.14);
  transform: translateY(-4px);
}

.home-redesign .home-provide-media {
  display: block;
  aspect-ratio: 16 / 9;
  background: #cbd9dc;
  overflow: hidden;
}

.home-redesign .home-provide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.home-redesign .home-provide-item:hover .home-provide-media img,
.home-redesign .home-provide-item:focus-visible .home-provide-media img {
  transform: scale(1.025);
}

.home-redesign .home-provide-copy {
  display: flex;
  min-height: 260px;
  padding: 28px 30px 26px;
  flex: 1;
  flex-direction: column;
}

.home-redesign .home-provide-copy small,
.home-redesign .home-system-point small,
.home-redesign .home-process-card small,
.home-redesign .home-document-copy small {
  color: var(--home-accent);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-redesign .home-provide-copy > strong {
  display: block;
  margin-top: 13px;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.home-redesign .home-provide-copy > span {
  display: block;
  margin-top: 13px;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.65;
}

.home-redesign .home-provide-copy em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--home-ink);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
}

.home-redesign .home-provide-copy em::after {
  content: "\2197";
  color: var(--home-accent);
  font-size: 16px;
}

.home-redesign .home-system {
  padding: 116px 0 124px;
  border-top: 1px solid #b7c9cd;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), transparent 46%),
    #d6e4e7;
}

.home-redesign .home-system::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19, 80, 93, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(19, 80, 93, 0.045) 1px, transparent 1px);
  background-size: 88px 88px;
  pointer-events: none;
}

.home-redesign .home-system .home-container {
  position: relative;
}

.home-redesign .home-system-heading {
  width: min(100%, 780px);
  margin: 0 auto 38px;
  text-align: center;
}

.home-redesign .home-system-heading .home-eyebrow {
  justify-content: center;
}

.home-redesign .home-system-heading h2,
.home-redesign .home-factory-heading h2,
.home-redesign .home-about-copy h2 {
  margin: 16px 0 0;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 620;
  line-height: 1.08;
}

.home-redesign .home-system-heading h2 {
  color: var(--home-ink);
}

.home-redesign .home-system-heading p {
  max-width: 690px;
  margin: 19px auto 0;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.68;
}

.home-redesign .home-system-stage {
  position: relative;
  width: min(100%, 1080px);
  height: 610px;
  margin: 0 auto;
}

.home-redesign .home-system-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 432px;
  height: 432px;
  border: 1px solid rgba(15, 112, 127, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.home-redesign .home-system-ring::before,
.home-redesign .home-system-ring::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(15, 112, 127, 0.16);
  transform: translate(-50%, -50%);
}

.home-redesign .home-system-ring::before {
  width: 620px;
  height: 1px;
}

.home-redesign .home-system-ring::after {
  width: 1px;
  height: 540px;
}

.home-redesign .home-system-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  width: 214px;
  height: 214px;
  padding: 25px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: var(--home-dark);
  color: #fff;
  text-align: center;
  box-shadow: 0 26px 60px rgba(8, 35, 42, 0.24);
  transform: translate(-50%, -50%);
}

.home-redesign .home-system-core img {
  width: 64px;
  height: 64px;
  border-radius: 3px;
  object-fit: cover;
}

.home-redesign .home-system-core span,
.home-redesign .home-system-core strong {
  display: block;
}

.home-redesign .home-system-core span {
  margin-top: 13px;
  color: rgba(238, 248, 249, 0.68);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.home-redesign .home-system-core strong {
  max-width: 150px;
  margin-top: 5px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.home-redesign .home-system-point {
  position: absolute;
  z-index: 3;
  width: 315px;
  min-height: 156px;
  padding: 22px 24px 21px 72px;
  border: 1px solid #b3c7cb;
  border-radius: 4px;
  background: rgba(248, 251, 251, 0.96);
  box-shadow: 0 16px 36px rgba(18, 53, 62, 0.09);
}

.home-redesign .home-system-point.point-raw {
  top: 45px;
  left: 0;
}

.home-redesign .home-system-point.point-production {
  top: 45px;
  right: 0;
}

.home-redesign .home-system-point.point-support {
  bottom: 45px;
  left: 0;
}

.home-redesign .home-system-point.point-export {
  right: 0;
  bottom: 45px;
}

.home-redesign .home-system-icon {
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(16, 135, 151, 0.28);
  border-radius: 3px;
  background: #e6f1f2;
}

.home-redesign .home-system-icon img {
  width: 20px;
  height: 20px;
}

.home-redesign .home-system-point h3 {
  margin: 8px 0 0;
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 720;
  line-height: 1.3;
}

.home-redesign .home-system-point p {
  margin: 8px 0 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.5;
}

.home-redesign .home-factory-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}

.home-redesign .home-factory-heading h2 {
  max-width: 690px;
  color: #f7fbfb;
}

.home-redesign .home-factory-heading > div:last-child {
  padding-bottom: 4px;
}

.home-redesign .home-factory-heading p {
  margin: 0;
  color: rgba(234, 244, 246, 0.67);
  font-size: 16px;
  line-height: 1.68;
}

.home-redesign .home-text-link.light {
  color: #f4f9fa;
}

.home-redesign .home-process-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.home-redesign .home-process-card {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  background: #0d2027;
  overflow: hidden;
  transition: border-color 220ms ease, transform 220ms ease, background 220ms ease;
}

.home-redesign .home-process-card:hover {
  border-color: rgba(82, 186, 198, 0.55);
  background: #112830;
  transform: translateY(-3px);
}

.home-redesign .home-process-card.process-material {
  border-top: 3px solid #50b7c3;
}

.home-redesign .home-process-card figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  background: #1a3037;
  overflow: hidden;
}

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

.home-redesign .home-process-card:hover figure img {
  transform: scale(1.025);
}

.home-redesign .home-process-card > div {
  min-height: 218px;
  padding: 22px 19px 24px;
}

.home-redesign .home-process-card small {
  color: #52bac6;
}

.home-redesign .home-process-card h3 {
  margin: 11px 0 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.home-redesign .home-process-card p {
  margin: 11px 0 0;
  color: rgba(229, 241, 243, 0.6);
  font-size: 13px;
  line-height: 1.56;
}

.home-redesign .home-feedback-heading {
  display: grid;
  grid-template-columns: minmax(210px, 0.56fr) minmax(0, 1.44fr);
  gap: 42px;
  align-items: start;
  margin: 82px 0 28px;
  padding-top: 48px;
  border-top: 1px solid #adc0c5;
}

.home-redesign .home-feedback-heading h3 {
  max-width: 720px;
  margin: 0;
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: 33px;
  font-weight: 620;
  line-height: 1.16;
}

.home-redesign .home-feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-redesign .home-feedback-grid figure {
  display: flex;
  min-height: 280px;
  margin: 0;
  padding: 30px 28px 26px;
  flex-direction: column;
  border: 1px solid #b8cacf;
  border-radius: 4px;
  background: rgba(247, 250, 250, 0.74);
}

.home-redesign .home-feedback-grid blockquote {
  position: relative;
  margin: 0;
  padding-top: 34px;
  color: #233238;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 520;
  line-height: 1.58;
}

.home-redesign .home-feedback-grid blockquote::before {
  content: "\201C";
  position: absolute;
  top: -13px;
  left: -2px;
  color: var(--home-accent);
  font-family: Georgia, serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
}

.home-redesign .home-feedback-grid figcaption {
  display: block;
  margin-top: auto;
  padding-top: 26px;
}

.home-redesign .home-feedback-grid figcaption strong,
.home-redesign .home-feedback-grid figcaption span {
  display: block;
}

.home-redesign .home-feedback-grid figcaption strong {
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 780;
}

.home-redesign .home-feedback-grid figcaption span {
  margin-top: 6px;
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-redesign .home-proof {
  padding: 118px 0 126px;
  border-top: 1px solid #cad7da;
  background:
    linear-gradient(120deg, rgba(16, 135, 151, 0.055), transparent 44%),
    #f4f8f8;
}

.home-redesign .home-proof-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: stretch;
}

.home-redesign .home-proof-feature {
  min-height: 480px;
  padding: 42px 38px 34px;
  border-radius: 4px;
  background: var(--home-dark);
  color: #fff;
  box-shadow: 0 26px 58px rgba(15, 40, 48, 0.18);
}

.home-redesign .home-proof-value {
  display: block;
  color: #6bc6d0;
  font-family: var(--font-display);
  font-size: 82px;
  font-weight: 560;
  line-height: 0.95;
}

.home-redesign .home-proof-value sup {
  margin-left: 4px;
  font-size: 0.36em;
  vertical-align: top;
}

.home-redesign .home-proof-feature h3 {
  margin: 25px 0 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.24;
}

.home-redesign .home-proof-feature > p {
  margin: 14px 0 0;
  color: rgba(230, 242, 244, 0.66);
  font-size: 14px;
  line-height: 1.62;
}

.home-redesign .home-proof-feature dl {
  margin: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.home-redesign .home-proof-feature dl div {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-redesign .home-proof-feature dt,
.home-redesign .home-proof-feature dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.home-redesign .home-proof-feature dt {
  color: rgba(233, 244, 246, 0.53);
}

.home-redesign .home-proof-feature dd {
  color: #f4f9fa;
  font-weight: 700;
  text-align: right;
}

.home-redesign .home-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-redesign .home-document-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid #bdcdd1;
  border-radius: 4px;
  background: #fff;
  color: var(--home-ink);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.home-redesign .home-document-card:hover,
.home-redesign .home-document-card:focus-visible {
  border-color: #87a8af;
  box-shadow: 0 22px 46px rgba(19, 50, 59, 0.13);
  transform: translateY(-3px);
}

.home-redesign .home-document-media {
  display: block;
  aspect-ratio: 4 / 3;
  padding: 18px;
  border-bottom: 1px solid #d4dfe1;
  background: #e7eef0;
  overflow: hidden;
}

.home-redesign .home-document-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(20, 43, 51, 0.13));
}

.home-redesign .home-document-copy {
  display: flex;
  min-height: 224px;
  padding: 22px 20px 20px;
  flex: 1;
  flex-direction: column;
}

.home-redesign .home-document-copy strong,
.home-redesign .home-document-copy > span,
.home-redesign .home-document-copy em {
  display: block;
}

.home-redesign .home-document-copy strong {
  margin-top: 11px;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 720;
  line-height: 1.32;
}

.home-redesign .home-document-copy > span {
  margin-top: 10px;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.45;
}

.home-redesign .home-document-copy em {
  margin-top: auto;
  padding-top: 22px;
  color: var(--home-accent);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.home-redesign .home-about {
  padding: 124px 0;
  background:
    linear-gradient(105deg, rgba(16, 135, 151, 0.12), transparent 42%),
    #0b1b21;
  color: #fff;
}

.home-redesign .home-about-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(580px, 1.18fr);
  gap: 62px;
  align-items: center;
}

.home-redesign .home-about-copy h2 {
  max-width: 560px;
  color: #f7fbfb;
}

.home-redesign .home-about-copy > p {
  max-width: 555px;
  margin: 20px 0 0;
  color: rgba(230, 242, 244, 0.66);
  font-size: 15px;
  line-height: 1.72;
}

.home-redesign .home-about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 32px 0 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.home-redesign .home-about-facts article {
  min-width: 0;
  padding: 20px 14px 18px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.home-redesign .home-about-facts article + article {
  padding-left: 18px;
}

.home-redesign .home-about-facts article:last-child {
  border-right: 0;
}

.home-redesign .home-about-facts strong,
.home-redesign .home-about-facts span {
  display: block;
}

.home-redesign .home-about-facts strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 660;
  line-height: 1.1;
}

.home-redesign .home-about-facts span {
  margin-top: 7px;
  color: rgba(229, 241, 243, 0.55);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-redesign .home-about-copy .home-text-link {
  color: #f4f9fa;
}

.home-redesign .home-company-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  background: #071319;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.home-redesign .home-company-video .video-poster,
.home-redesign .home-company-video iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.home-redesign .home-company-video .video-poster > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.home-redesign .home-provide-item.reveal:nth-child(2),
.home-redesign .home-system-point.reveal:nth-of-type(2),
.home-redesign .home-process-card.reveal:nth-child(2),
.home-redesign .home-feedback-grid figure.reveal:nth-child(2),
.home-redesign .home-document-card.reveal:nth-child(2) {
  transition-delay: 70ms;
}

.home-redesign .home-system-point.reveal:nth-of-type(3),
.home-redesign .home-process-card.reveal:nth-child(3),
.home-redesign .home-feedback-grid figure.reveal:nth-child(3),
.home-redesign .home-document-card.reveal:nth-child(3) {
  transition-delay: 140ms;
}

.home-redesign .home-process-card.reveal:nth-child(4) {
  transition-delay: 210ms;
}

.home-redesign .home-process-card.reveal:nth-child(5) {
  transition-delay: 280ms;
}

@media (max-width: 1120px) {
  .home-redesign .home-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-redesign .home-metrics article:nth-child(3),
  .home-redesign .home-metrics article:nth-child(6) {
    border-right: 0;
  }

  .home-redesign .home-metrics article:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .home-redesign .home-system-stage {
    height: 570px;
  }

  .home-redesign .home-system-ring {
    width: 390px;
    height: 390px;
  }

  .home-redesign .home-system-point {
    width: 285px;
    min-height: 165px;
  }

  .home-redesign .home-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-redesign .home-process-card > div {
    min-height: 190px;
  }

  .home-redesign .home-proof-layout {
    grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  }

  .home-redesign .home-about-layout {
    grid-template-columns: minmax(330px, 0.86fr) minmax(500px, 1.14fr);
    gap: 44px;
  }
}

@media (max-width: 900px) {
  .home-redesign .home-provide,
  .home-redesign .home-system,
  .home-redesign .home-proof,
  .home-redesign .home-about {
    padding: 94px 0 100px;
  }

  .home-redesign .home-provide-grid {
    grid-template-columns: 1fr;
  }

  .home-redesign .home-provide-item {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  }

  .home-redesign .home-provide-media {
    height: 100%;
    min-height: 330px;
    aspect-ratio: auto;
  }

  .home-redesign .home-provide-copy {
    min-height: 330px;
  }

  .home-redesign .home-system-heading h2,
  .home-redesign .home-factory-heading h2,
  .home-redesign .home-about-copy h2 {
    font-size: 42px;
  }

  .home-redesign .home-system-stage {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .home-redesign .home-system-ring {
    display: none;
  }

  .home-redesign .home-system-core {
    position: static;
    grid-column: 1 / -1;
    margin: 0 auto 12px;
    transform: none;
  }

  .home-redesign .home-system-point,
  .home-redesign .home-system-point.point-raw,
  .home-redesign .home-system-point.point-production,
  .home-redesign .home-system-point.point-support,
  .home-redesign .home-system-point.point-export {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    min-height: 164px;
  }

  .home-redesign .home-factory-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }

  .home-redesign .home-factory-heading > div:last-child {
    max-width: 650px;
    padding-bottom: 0;
  }

  .home-redesign .home-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .home-redesign .home-process-card > div {
    min-height: 184px;
  }

  .home-redesign .home-feedback-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-redesign .home-feedback-heading h3 {
    max-width: 620px;
  }

  .home-redesign .home-feedback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-redesign .home-feedback-grid figure:last-child {
    grid-column: 1 / -1;
  }

  .home-redesign .home-proof-layout,
  .home-redesign .home-about-layout {
    grid-template-columns: 1fr;
  }

  .home-redesign .home-proof-feature {
    min-height: 0;
  }

  .home-redesign .home-about-copy,
  .home-redesign .home-about-copy h2,
  .home-redesign .home-about-copy > p {
    max-width: 680px;
  }

  .home-redesign .home-company-video {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .home-redesign .home-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-redesign .home-metrics article {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .home-redesign .home-metrics article:nth-child(even) {
    border-right: 0;
  }

  .home-redesign .home-metrics article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .home-redesign .home-metrics article:last-child {
    grid-column: auto;
  }

  .home-redesign .home-provide,
  .home-redesign .home-system,
  .home-redesign .home-proof,
  .home-redesign .home-about {
    padding: 82px 0 88px;
  }

  .home-redesign .home-provide-item {
    display: flex;
    min-height: 0;
  }

  .home-redesign .home-provide-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .home-redesign .home-provide-copy {
    min-height: 275px;
    padding: 23px 22px 22px;
  }

  .home-redesign .home-provide-copy > strong {
    font-size: 22px;
  }

  .home-redesign .home-system-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .home-redesign .home-system-heading .home-eyebrow {
    justify-content: flex-start;
  }

  .home-redesign .home-system-heading h2,
  .home-redesign .home-factory-heading h2,
  .home-redesign .home-about-copy h2 {
    font-size: 34px;
    line-height: 1.1;
  }

  .home-redesign .home-system-heading p {
    margin-right: 0;
    margin-left: 0;
  }

  .home-redesign .home-system-stage {
    grid-template-columns: 1fr;
  }

  .home-redesign .home-system-core {
    width: 100%;
    height: auto;
    min-height: 218px;
    grid-column: auto;
    border-radius: 4px;
  }

  .home-redesign .home-system-point {
    min-height: 0;
    padding: 22px 22px 22px 70px;
  }

  .home-redesign .home-process-grid,
  .home-redesign .home-feedback-grid,
  .home-redesign .home-document-grid {
    grid-template-columns: 1fr;
  }

  .home-redesign .home-process-card > div {
    min-height: 0;
  }

  .home-redesign .home-feedback-heading {
    margin-top: 62px;
    padding-top: 38px;
  }

  .home-redesign .home-feedback-heading h3 {
    font-size: 27px;
  }

  .home-redesign .home-feedback-grid figure,
  .home-redesign .home-feedback-grid figure:last-child {
    min-height: 250px;
    grid-column: auto;
  }

  .home-redesign .home-proof-feature {
    padding: 34px 25px 28px;
  }

  .home-redesign .home-proof-value {
    font-size: 64px;
  }

  .home-redesign .home-document-card {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
  }

  .home-redesign .home-document-media {
    height: 100%;
    min-height: 218px;
    aspect-ratio: auto;
    border-right: 1px solid #d4dfe1;
    border-bottom: 0;
  }

  .home-redesign .home-document-copy {
    min-height: 218px;
    padding: 20px 17px 18px;
  }

  .home-redesign .home-document-copy strong {
    font-size: 15px;
  }

  .home-redesign .home-about-layout {
    gap: 40px;
  }

  .home-redesign .home-about-facts article {
    padding: 17px 10px 16px 0;
  }

  .home-redesign .home-about-facts article + article {
    padding-left: 11px;
  }

  .home-redesign .home-about-facts strong {
    font-size: 21px;
  }

  .home-redesign .home-company-video .video-label {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-redesign .home-provide-item,
  .home-redesign .home-provide-media img,
  .home-redesign .home-process-card,
  .home-redesign .home-process-card figure img,
  .home-redesign .home-document-card {
    transition: none;
  }
}
