:root {
  --ink: #101820;
  --muted: #5e6973;
  --paper: #f7f5f0;
  --line: rgba(16, 24, 32, 0.14);
  --steel: #d7dde2;
  --blue: #0e5bd8;
  --cyan: #4ec6df;
  --amber: #e8a332;
  --green: #3fa66b;
  --shadow: 0 24px 70px rgba(16, 24, 32, 0.16);
  --font-industrial: "Arial Narrow", "Roboto Condensed", "Bahnschrift", "DIN Condensed", "Segoe UI", Arial, sans-serif;
  --font-body: "Bahnschrift", "Aptos", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-synthesis-weight: none;
  overflow-x: hidden;
  --scene-progress: 0;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

#motion-bg,
.photo-bg,
.grain {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

#motion-bg {
  z-index: 1;
  opacity: 0.54;
  mix-blend-mode: multiply;
}

.photo-bg {
  z-index: 0;
  overflow: hidden;
  background: var(--paper);
}

.photo-bg::before,
.photo-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.photo-bg::before {
  background:
    linear-gradient(90deg, rgba(247, 245, 240, 0.99) 0%, rgba(247, 245, 240, 0.94) 46%, rgba(247, 245, 240, 0.45) 76%, rgba(247, 245, 240, 0.16) 100%),
    linear-gradient(180deg, rgba(247, 245, 240, 0.22), rgba(247, 245, 240, 0.92));
}

.photo-bg::after {
  background: radial-gradient(circle at 72% 42%, transparent 0 22%, rgba(247, 245, 240, 0.46) 72%);
  mix-blend-mode: screen;
}

.photo-layer {
  position: absolute;
  top: -4%;
  right: -4%;
  bottom: -4%;
  left: -4%;
  opacity: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.05);
  transition:
    opacity 900ms ease,
    transform 1600ms ease;
}

.photo-hero {
  background-image: url("assets/manufacturing-bg.webp");
}

.photo-dfm {
  background-image: url("assets/scene-dfm.webp");
}

.photo-tooling {
  background-image: url("assets/scene-tooling.webp");
}

.photo-injection {
  background-image: url("assets/scene-injection.webp");
}

.photo-quality {
  background-image: url("assets/scene-quality.webp");
}

.photo-delivery {
  background-image: url("assets/scene-delivery.webp");
}

body[data-scene="hero"] .photo-hero,
body[data-scene="proof"] .photo-hero,
body[data-scene="video"] .photo-hero,
body[data-scene="capabilities"] .photo-hero,
body[data-scene="blueprint"] .photo-dfm,
body[data-scene="tooling"] .photo-tooling,
body[data-scene="injection"] .photo-injection,
body[data-scene="quality"] .photo-quality,
body[data-scene="equipment"] .photo-quality,
body[data-scene="delivery"] .photo-delivery,
body[data-scene="quote"] .photo-delivery {
  opacity: 1;
  transform: scale(1.01) translate3d(calc(var(--scene-progress) * -18px), 0, 0);
}

.grain {
  z-index: 2;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(16, 24, 32, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 32, 0.16) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(180deg, transparent, black 18%, black 88%, transparent);
  mask-image: linear-gradient(180deg, transparent, black 18%, black 88%, transparent);
}

.scene-stage {
  position: fixed;
  right: max(12px, calc((100% - 1180px) / 2));
  top: 50%;
  z-index: 3;
  width: min(34vw, 430px);
  transform: translateY(-46%);
  pointer-events: none;
  transition:
    opacity 360ms ease,
    visibility 360ms ease;
}

body[data-stage-hidden="true"] .scene-stage {
  opacity: 0;
  visibility: hidden;
}

body[data-scene="quote"] .scene-stage {
  opacity: 0;
  visibility: hidden;
}

.stage-copy {
  display: grid;
  gap: 7px;
  width: 100%;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: rgba(247, 245, 240, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 54px rgba(16, 24, 32, 0.1);
}

.stage-step {
  color: var(--blue);
  font-size: 12px;
  font-family: var(--font-industrial);
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.stage-title {
  font-family: var(--font-industrial);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.stage-detail {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.stage-window {
  position: relative;
  height: min(34vw, 430px);
  min-height: 320px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 26%, rgba(78, 198, 223, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.54), rgba(215, 221, 226, 0.16));
  box-shadow: 0 32px 110px rgba(16, 24, 32, 0.16);
  opacity: 0.66;
  mix-blend-mode: multiply;
}

.stage-window::before,
.stage-window::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 12%;
  bottom: 12%;
  left: 12%;
  border: 1px solid rgba(16, 24, 32, 0.1);
  transform: rotate(-10deg);
}

.stage-window::after {
  top: 23%;
  right: 23%;
  bottom: 23%;
  left: 23%;
  border-color: rgba(14, 91, 216, 0.16);
  transform: rotate(8deg);
}

.stage-plate,
.stage-part,
.stage-scan,
.stage-flow {
  position: absolute;
  transition:
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 500ms ease,
    background 500ms ease,
    border-color 500ms ease;
}

.stage-plate {
  width: 44%;
  height: 42%;
  top: 30%;
  border: 1px solid rgba(16, 24, 32, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(113, 127, 139, 0.18)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(16, 24, 32, 0.04) 19px 20px);
  box-shadow: inset 0 0 38px rgba(16, 24, 32, 0.08);
}

.plate-a {
  left: 10%;
  transform: translateX(calc(var(--scene-progress) * 24px));
}

.plate-b {
  right: 10%;
  transform: translateX(calc(var(--scene-progress) * -24px));
}

.stage-part {
  left: 43%;
  top: 42%;
  width: 18%;
  aspect-ratio: 1;
  border: 1px solid rgba(14, 91, 216, 0.22);
  border-radius: 30% 52% 38% 48%;
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.9), transparent 22%),
    linear-gradient(135deg, rgba(78, 198, 223, 0.48), rgba(14, 91, 216, 0.22));
  box-shadow: 0 22px 60px rgba(14, 91, 216, 0.18);
}

.stage-scan {
  left: -10%;
  right: -10%;
  top: 48%;
  height: 70px;
  opacity: 0;
  background: linear-gradient(180deg, transparent, rgba(78, 198, 223, 0.28), transparent);
  transform: translateY(-120px);
}

.stage-flow {
  left: 8%;
  right: 8%;
  top: 52%;
  height: 10px;
  border-radius: 999px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(232, 163, 50, 0.9), transparent);
  filter: blur(0.4px);
  transform: scaleX(0.2);
  transform-origin: left center;
}

.stage-rail {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 16px;
}

.stage-rail span {
  flex: 1 1 0;
  min-width: 0;
  height: 4px;
  border-radius: 999px;
  background: rgba(16, 24, 32, 0.15);
}

body[data-scene="hero"] [data-dot="hero"],
body[data-scene="proof"] [data-dot="hero"],
body[data-scene="video"] [data-dot="hero"],
body[data-scene="capabilities"] [data-dot="hero"],
body[data-scene="blueprint"] [data-dot="blueprint"],
body[data-scene="tooling"] [data-dot="tooling"],
body[data-scene="injection"] [data-dot="injection"],
body[data-scene="quality"] [data-dot="quality"],
body[data-scene="equipment"] [data-dot="quality"],
body[data-scene="delivery"] [data-dot="delivery"],
body[data-scene="quote"] [data-dot="delivery"] {
  background: var(--blue);
}

body[data-scene="blueprint"] .stage-window {
  background:
    radial-gradient(circle at 68% 30%, rgba(78, 198, 223, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(236, 247, 252, 0.66), rgba(255, 255, 255, 0.18));
}

body[data-scene="tooling"] .stage-plate {
  transform: translateX(0) rotate(-4deg);
}

body[data-scene="injection"] .stage-flow {
  opacity: 1;
  transform: scaleX(1);
}

body[data-scene="injection"] .stage-part {
  transform: scale(1.12);
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.9), transparent 22%),
    linear-gradient(135deg, rgba(232, 163, 50, 0.54), rgba(78, 198, 223, 0.28));
}

body[data-scene="quality"] .stage-scan,
body[data-scene="equipment"] .stage-scan,
body[data-scene="quote"] .stage-scan {
  opacity: 1;
  transform: translateY(calc(-160px + var(--scene-progress) * 300px));
}

body[data-scene="quality"] .stage-part,
body[data-scene="equipment"] .stage-part,
body[data-scene="quote"] .stage-part {
  border-color: rgba(63, 166, 107, 0.5);
  box-shadow: 0 22px 60px rgba(63, 166, 107, 0.16);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100vw - 32px));
  height: 66px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 8px;
  background: rgba(247, 245, 240, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(16, 24, 32, 0.08);
  transition:
    opacity 420ms ease,
    transform 420ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.site-header[data-hidden="true"] {
  opacity: 0;
  transform: translate(-50%, -22px);
  pointer-events: none;
}

main {
  position: relative;
  z-index: 8;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.brand-icon {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand-wordmark {
  display: grid;
  gap: 1px;
}

.brand-wordmark strong,
.brand-wordmark em {
  display: block;
  letter-spacing: 0;
}

.brand-wordmark strong {
  color: var(--ink);
  font-family: var(--font-industrial);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.brand-wordmark em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 11px 10px;
  border-radius: 6px;
  color: #2d3842;
  font-size: 13px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background 180ms ease;
  will-change: transform;
}

.nav-links a:hover {
  background: rgba(16, 24, 32, 0.08);
}

.nav-toggle {
  display: none;
}

.section {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 128px 0 88px;
}

.section-inner {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.hero {
  min-height: 100vh;
  min-height: 100svh;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 48px;
  align-items: end;
}

.hero-copy,
.section-copy {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 790px;
  padding: clamp(20px, 2.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(247, 245, 240, 0.9), rgba(247, 245, 240, 0.66)),
    rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 58px rgba(16, 24, 32, 0.1);
}

.hero-copy::before,
.section-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue), rgba(78, 198, 223, 0.2));
}

.eyebrow {
  grid-column: 1 / -1;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 999px;
  color: #31404d;
  background: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(63, 166, 107, 0.14);
}

.kicker {
  margin: 0 0 14px;
  color: var(--blue);
  font-family: var(--font-industrial);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-family: var(--font-body);
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.hero-copy h1 span {
  display: block;
}

h2 {
  max-width: 730px;
  margin-bottom: 20px;
  font-family: var(--font-industrial);
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-family: var(--font-industrial);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-lede,
.section-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-trust span {
  padding: 8px 10px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 999px;
  color: #34424e;
  background: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(14px);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid rgba(16, 24, 32, 0.16);
  border-radius: 6px;
  cursor: pointer;
  font-family: var(--font-industrial);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
  will-change: transform;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: white;
  border-color: var(--ink);
  background: var(--ink);
  box-shadow: 0 14px 34px rgba(16, 24, 32, 0.22);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.56);
}

.button.full {
  width: 100%;
}

.proof-panel,
.quiet-card,
.quote-form {
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.contact-card {
  display: grid;
  gap: 12px;
  width: min(100%, 560px);
  margin-top: 14px;
  padding: 22px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 54px rgba(16, 24, 32, 0.08);
}

.contact-card .kicker {
  margin-bottom: 0;
}

.contact-card a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--ink);
  font-weight: 700;
}

.contact-card a:hover {
  color: var(--blue);
}

.contact-card span {
  color: var(--muted);
  line-height: 1.5;
}

.rfq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(100%, 560px);
  margin-top: 14px;
}

.rfq-actions .button {
  flex: 1 1 190px;
}

.quote-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: min(100%, 560px);
  margin-top: 10px;
}

.quote-checklist span {
  position: relative;
  padding: 12px 12px 12px 34px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  color: #34424e;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 54px rgba(16, 24, 32, 0.08);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(18px);
}

.quote-checklist span::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(63, 166, 107, 0.13);
}

.proof-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
}

.proof-panel div {
  padding: 24px;
  background: rgba(255, 255, 255, 0.42);
}

.proof-panel strong {
  display: block;
  font-family: var(--font-industrial);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.proof-panel span {
  color: var(--muted);
  font-size: 14px;
}

.split,
.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 72px;
  align-items: center;
}

.quote-grid {
  align-items: start;
}

.reverse {
  grid-template-columns: 410px minmax(0, 1fr);
}

.reverse .section-copy {
  grid-column: 2;
}

.reverse > :last-child {
  grid-column: 1;
  grid-row: 1;
}

.quiet-card {
  padding: 28px;
}

.quiet-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.quiet-card strong {
  display: block;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 1.25;
}

.quiet-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quiet-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.45;
}

.quiet-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.company-section,
.video-section,
.evidence-section,
.equipment-section,
.industries-section,
.trust-section,
.cases-section {
  min-height: 86vh;
}

.company-grid,
.video-grid,
.evidence-grid,
.industries-grid,
.cases-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 60px;
  align-items: start;
}

.video-grid {
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.9fr);
  align-items: center;
}

.video-section .section-copy {
  max-width: 560px;
  padding: 24px 28px;
}

.video-section h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.04;
}

.video-section .section-copy p {
  font-size: 15px;
  line-height: 1.5;
}

.video-frame {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: #101820;
  box-shadow: var(--shadow);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
  will-change: transform;
}

.video-frame[data-magnetic="true"] {
  box-shadow: 0 24px 70px rgba(16, 24, 32, 0.18);
}

.factory-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.factory-video.youtube-embed {
  object-fit: unset;
  border: none;
}

/* Honeypot: hidden from humans, visible to bots */
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.video-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 18px 0;
}

.video-points span {
  position: relative;
  padding: 9px 10px 9px 28px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 8px;
  color: #34424e;
  background: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 700;
}

.video-points span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.video-section .button {
  min-height: 44px;
  padding-inline: 18px;
}

.equipment-grid {
  display: grid;
  gap: 28px;
}

.equipment-grid .section-copy {
  max-width: 860px;
}

.equipment-section .section-copy {
  padding-top: 26px;
  padding-bottom: 26px;
}

.equipment-section h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.04;
}

.company-panel,
.proof-matrix,
.equipment-table,
.equipment-board,
.industry-list,
.trust-grid,
.case-proof-list {
  display: grid;
  gap: 12px;
}

.company-panel div,
.proof-matrix article,
.equipment-row,
.equipment-board article,
.industry-list article,
.trust-grid article,
.case-proof-list article {
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 54px rgba(16, 24, 32, 0.08);
}

.company-panel div {
  padding: 26px;
}

.company-panel span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-family: var(--font-industrial);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.company-panel strong {
  font-family: var(--font-industrial);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.22;
}

.proof-matrix {
  grid-template-columns: 1fr 1fr;
}

.proof-matrix article {
  min-height: 154px;
  padding: 22px;
}

.proof-matrix strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ink);
  font-family: var(--font-industrial);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 0.98;
}

.proof-matrix span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.metrics-row,
.material-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.metrics-row div,
.material-grid span,
.quality-list span,
.capability-band article {
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(18px);
}

.metrics-row div {
  min-height: 126px;
  padding: 22px;
}

.metrics-row b,
.metrics-row span {
  display: block;
}

.metrics-row b {
  font-size: 30px;
}

.metrics-row span {
  color: var(--muted);
}

.material-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.material-grid span {
  display: grid;
  min-height: 78px;
  place-items: center;
  padding: 14px;
  color: #26333f;
  font-family: var(--font-industrial);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.quality-list {
  display: grid;
  gap: 10px;
}

.quality-list span {
  padding: 20px 22px;
  font-weight: 700;
}

.wide {
  margin-bottom: 42px;
  max-width: 900px;
}

.capability-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.capability-band article {
  min-height: 194px;
  padding: 22px;
}

.card-icon {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}

.capability-band article span {
  display: block;
  margin-bottom: 16px;
  color: var(--blue);
  font-family: var(--font-industrial);
  font-weight: 900;
  letter-spacing: 0.06em;
}

.capability-band p {
  color: var(--muted);
  line-height: 1.6;
}

.conversion-proof div {
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 54px rgba(16, 24, 32, 0.08);
}

.conversion-proof span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-family: var(--font-industrial);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.conversion-proof strong {
  display: block;
  color: #26333f;
  font-size: 14px;
  line-height: 1.48;
}

.capability-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.capability-tags span {
  padding: 9px 11px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 999px;
  color: #34424e;
  background: rgba(255, 255, 255, 0.62);
  font-family: var(--font-industrial);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  backdrop-filter: blur(14px);
}

.industry-list p,
.trust-grid p,
.equipment-row em,
.equipment-board p,
.case-proof-list span {
  color: var(--muted);
  line-height: 1.58;
}

.equipment-table {
  gap: 10px;
}

.equipment-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1.12fr) minmax(260px, 0.88fr);
  gap: 16px;
  align-items: start;
  padding: 15px 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(247, 245, 240, 0.48)),
    rgba(255, 255, 255, 0.54);
}

.equipment-row span {
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(14, 91, 216, 0.08);
  font-family: var(--font-industrial);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.equipment-row strong {
  color: #17222c;
  font-family: var(--font-industrial);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.22;
}

.equipment-row em {
  font-size: 13px;
  font-style: normal;
}

.equipment-board {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.equipment-board article {
  min-height: 280px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(247, 245, 240, 0.48)),
    rgba(255, 255, 255, 0.5);
}

.equipment-board span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(14, 91, 216, 0.08);
  font-family: var(--font-industrial);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.equipment-board h3 {
  font-size: 19px;
  line-height: 1.2;
}

.equipment-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.equipment-specs b {
  padding: 7px 9px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 999px;
  color: #34424e;
  background: rgba(255, 255, 255, 0.58);
  font-family: var(--font-industrial);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.equipment-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: -14px;
}

.equipment-proof-strip div {
  padding: 16px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 54px rgba(16, 24, 32, 0.08);
}

.equipment-proof-strip b,
.equipment-proof-strip span {
  display: block;
}

.equipment-proof-strip b {
  margin-bottom: 8px;
  color: #26333f;
  font-family: var(--font-industrial);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.equipment-proof-strip span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.industry-list {
  grid-template-columns: 1fr 1fr;
}

.industry-list article,
.trust-grid article {
  padding: 22px;
}

.industry-list article span {
  display: block;
  margin-bottom: 22px;
  color: var(--blue);
  font-weight: 800;
}

.trust-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.conversion-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.conversion-proof div {
  padding: 18px;
}

.cases-grid {
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.9fr);
  align-items: stretch;
}

.case-visual {
  height: 100%;
  min-height: 480px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(16, 24, 32, 0.08)),
    url("assets/sample-parts.webp") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.sample-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.sample-tags span {
  padding: 10px 12px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: #34424e;
  font-size: 14px;
  backdrop-filter: blur(14px);
}

.case-proof-list {
  margin-top: 18px;
}

.case-proof-list article {
  padding: 16px 18px;
}

.case-proof-list b,
.case-proof-list span {
  display: block;
}

.case-proof-list b {
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--font-industrial);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.quote-section {
  min-height: 92vh;
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.form-alert {
  display: none;
  margin: 0 0 2px;
  padding: 12px 14px;
  border: 1px solid rgba(63, 166, 107, 0.24);
  border-radius: 6px;
  color: #214d35;
  background: rgba(63, 166, 107, 0.1);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.form-alert.success {
  display: block;
  border-color: rgba(63, 166, 107, 0.4);
  color: #214d35;
  background: rgba(63, 166, 107, 0.12);
}

.form-alert.error {
  display: block;
  border-color: rgba(232, 163, 50, 0.4);
  color: #5c3d0a;
  background: rgba(232, 163, 50, 0.12);
}

.form-alert.error a {
  color: #0e5bd8;
  text-decoration: underline;
}

.form-alert.error a:hover {
  color: #0a48ab;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: #34424e;
  font-size: 13px;
  font-weight: 700;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 24, 32, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  outline: none;
}

.file-field {
  padding: 16px;
  border: 1px dashed rgba(16, 24, 32, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
}

.file-field input {
  height: auto;
  padding: 10px 0 4px;
  border: 0;
  background: transparent;
}

.file-field span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.quote-form input,
.quote-form select {
  height: 48px;
  padding: 0 13px;
}

.quote-form textarea {
  resize: vertical;
  padding: 13px;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(14, 91, 216, 0.12);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.site-footer {
  position: relative;
  z-index: 8;
  padding: 58px 0 42px;
  background: rgba(16, 24, 32, 0.96);
  color: white;
}

.footer-inner {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  margin-bottom: 14px;
}

.footer-brand {
  grid-column: span 2;
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 168px;
  padding: 26px 30px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.16);
}

.footer-lockup {
  display: inline-grid;
  grid-template-columns: 64px minmax(0, auto);
  gap: 18px;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-icon {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.22));
  flex: 0 0 auto;
}

.footer-brand strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-industrial);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
}

.footer-lockup span {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 700;
}

.footer-brand p,
.footer-grid p,
.footer-bottom {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.footer-brand p {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.55;
}

.footer-action,
.footer-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.footer-action {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
  min-height: 168px;
}

.footer-action span {
  color: rgba(78, 198, 223, 0.92);
  font-family: var(--font-industrial);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-action strong {
  font-family: var(--font-industrial);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
}

.footer-action a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-weight: 700;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.footer-grid h3 {
  margin-bottom: 14px;
  font-family: var(--font-industrial);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-card {
  min-height: 178px;
  padding: 24px;
}

.footer-grid a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
}

@media (max-width: 1120px) {
  .equipment-row {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .equipment-row em {
    grid-column: 2;
  }

  .equipment-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .scene-stage {
    display: none;
  }

  .site-header {
    top: 10px;
    height: 60px;
    width: min(100vw - 20px, 720px);
  }

  .brand-icon {
    width: 40px;
    height: 40px;
  }

  .brand-wordmark strong {
    font-size: 16px;
  }

  .nav-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 0;
    border-radius: 6px;
    background: rgba(16, 24, 32, 0.08);
  }

  .nav-toggle span {
    width: 20px;
    height: 2px;
    background: var(--ink);
  }

  .nav-links {
    position: fixed;
    top: 72px;
    right: 10px;
    left: 10px;
    display: none;
    padding: 12px;
    border: 1px solid rgba(16, 24, 32, 0.12);
    border-radius: 8px;
    background: rgba(247, 245, 240, 0.96);
    box-shadow: var(--shadow);
  }

  body.nav-open .nav-links {
    display: grid;
  }

  .nav-links a {
    padding: 14px;
  }

  .section {
    min-height: auto;
    padding: 118px 0 84px;
  }

  .photo-bg::before {
    background:
      linear-gradient(90deg, rgba(247, 245, 240, 0.98), rgba(247, 245, 240, 0.82)),
      linear-gradient(180deg, rgba(247, 245, 240, 0.66), rgba(247, 245, 240, 0.96));
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .hero-grid,
  .split,
  .reverse,
  .quote-grid,
  .company-grid,
  .video-grid,
  .evidence-grid,
  .equipment-grid,
  .industries-grid,
  .cases-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .reverse .section-copy,
  .reverse > :last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .section-inner {
    width: min(100vw - 28px, 680px);
  }

  h1 {
    font-size: clamp(36px, 9.5vw, 50px);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(28px, 7.4vw, 38px);
    line-height: 1.04;
  }

  .hero-lede,
  .section-copy p {
    font-size: 16px;
  }

  .hero-copy,
  .section-copy {
    width: 100%;
    padding: 22px 18px;
  }

  .proof-panel {
    grid-template-columns: 1fr 1fr;
  }

  .proof-panel div {
    padding: 16px;
  }

  .proof-panel strong {
    font-size: 25px;
  }

  .capability-band {
    grid-template-columns: 1fr;
  }

  .proof-matrix,
  .equipment-table,
  .equipment-board,
  .equipment-proof-strip,
  .industry-list,
  .trust-grid,
  .conversion-proof,
  .case-proof-list {
    grid-template-columns: 1fr;
  }

  .equipment-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .equipment-row em {
    grid-column: auto;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .quote-checklist {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-brand {
    grid-column: auto;
    gap: 16px;
    min-height: auto;
    padding: 20px;
  }

  .footer-lockup {
    grid-template-columns: 58px minmax(0, auto);
    gap: 14px;
  }

  .footer-icon {
    width: 58px;
    height: 58px;
  }

  .footer-brand strong {
    font-size: 28px;
  }

  .footer-action,
  .footer-card {
    padding: 20px;
    min-height: auto;
  }

  .case-visual {
    min-height: 320px;
  }

  .video-points {
    grid-template-columns: 1fr;
  }

  .capability-band article {
    min-height: auto;
  }

  .capability-band article span {
    margin-bottom: 24px;
  }

  .metrics-row {
    grid-template-columns: 1fr;
  }

  .material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

#motion-bg {
    display: none;
  }

  .scene-stage {
    display: none;
  }
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 30;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
}

/* Sample Parts Section */
.samples-section {
  padding: 120px 0;
}

.samples-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.sample-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  transition: box-shadow 0.3s ease;
}

.sample-card:hover {
  box-shadow: var(--shadow);
}

.sample-card strong {
  display: block;
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 6px;
}

.sample-card span {
  font-size: 12px;
  color: var(--muted);
  display: block;
}

.sample-card .sample-tag {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(14, 91, 216, 0.08);
  color: var(--blue);
}

@media (max-width: 880px) {
  .samples-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .whatsapp-float {
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
  }

  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
}
