:root {
  --carbon: #101211;
  --carbon-2: #171a18;
  --graphite: #242824;
  --panel: #1c201d;
  --wafer: #e9e8e1;
  --paper: #f6f4ee;
  --mist: #d8d8cf;
  --line: #c8c7bd;
  --steel: #71766f;
  --text: #111411;
  --white: #ffffff;
  --red: #ff4b32;
  --teal: #18b7b2;
  --cyan: #8fe7e3;
  --gold: #b4a36b;
  --shadow: 0 24px 60px rgba(16, 18, 17, 0.18);
  --ease-out: cubic-bezier(0.19, 1, 0.22, 1);
  --font-main: "Helvetica Neue", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

/* Final interaction guards: keep legacy overlay geometry from re-entering the cascade. */
body.rfq-overlay-open .quick-rfq {
  inset: 0 !important;
  width: 100% !important;
  height: 100svh !important;
  max-height: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  transform: translateY(0) !important;
}

/* SemiLinks clarity and motion pass — July 2026 */

:root {
  --ink: #111716;
  --ink-soft: #25302d;
  --paper: #f3f1ea;
  --paper-bright: #fbfaf6;
  --muted: #68716d;
  --accent: #f04f3b;
  --accent-deep: #cf3827;
  --line: rgba(17, 23, 22, 0.14);
  --line-dark: rgba(249, 248, 243, 0.16);
  --display-font: "IBM Plex Sans", sans-serif;
  --mono-font: "IBM Plex Mono", monospace;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

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

body {
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 16px;
  line-height: 1.55;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
.brand strong,
.btn {
  font-family: var(--display-font);
}

h1,
h2 {
  letter-spacing: -0.045em;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.5rem, 4.2vw, 4.75rem);
  line-height: 0.98;
}

p {
  text-wrap: pretty;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(240, 79, 59, 0.55);
  outline-offset: 3px;
}

.site-header,
body.nav-visible .site-header,
.site-header:focus-within,
body.rfq-overlay-open .site-header,
body.line-card-overlay-open .site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  right: auto;
  z-index: 80;
  display: flex;
  width: min(1240px, calc(100% - 32px));
  min-height: 72px;
  margin: 0;
  padding: 10px 12px 10px 16px;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(9, 18, 20, 0.7);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(120%);
  transform: translateX(-50%) !important;
  transition: background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  animation: header-enter 720ms var(--ease-out) both;
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(9, 18, 20, 0.94);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.28);
}

.brand {
  min-width: 236px;
  color: #f7f6f1;
}

.brand-mark {
  width: 42px;
  height: 42px;
}

.brand strong {
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand small {
  color: rgba(247, 246, 241, 0.62);
  font-family: var(--mono-font);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  margin-left: auto;
  gap: 6px;
}

.main-nav a {
  min-height: 44px;
  padding: 12px 14px;
  border-radius: 8px;
  color: rgba(247, 246, 241, 0.76);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 180ms ease, background-color 180ms ease;
}

.main-nav a::after {
  display: none;
}

.main-nav a:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.header-action {
  display: inline-flex;
  min-height: 46px;
  padding: 12px 18px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--accent);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 650;
  transition: background-color 180ms ease, transform 180ms var(--ease-out);
}

.header-action:hover {
  background: #ff604c;
  transform: translateY(-2px);
}

.hero,
.hero-shell,
.hero-scene {
  width: 100%;
  min-height: 100svh;
}

.hero {
  position: relative;
  padding: 0;
  background: #071114;
}

.hero-shell {
  height: 100svh;
  min-height: 720px;
  box-shadow: none;
}

.hero-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  padding: 0;
}

.hero-scene::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(4, 12, 15, 0.9) 0%, rgba(5, 14, 17, 0.64) 47%, rgba(5, 14, 17, 0.14) 76%);
}

.hero-scene::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(3, 10, 12, 0.7));
  pointer-events: none;
}

.hero-bg {
  inset: -5%;
  background:
    linear-gradient(90deg, rgba(5, 14, 17, 0.28), rgba(5, 14, 17, 0.02)),
    url("assets/hero-components-4k.png") 62% center / cover no-repeat;
  transform: translate3d(0, var(--hero-bg-y, 0), 0) scale(1.055);
  animation: hero-image-settle 1600ms var(--ease-out) both;
  will-change: transform;
}

.hero-content,
.hero-content[data-reveal],
.hero-content[data-reveal].is-visible {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: max(6vw, calc((100vw - 1240px) / 2));
  z-index: 3;
  width: min(760px, 54vw);
  max-width: none;
  margin: 0;
  opacity: 1;
  transform: translateY(-42%) !important;
}

.hero-eyebrow,
.hero-note,
.eyebrow,
.service-icon,
.process-grid > article > span,
.featured-manufacturer-card span {
  font-family: var(--mono-font);
}

.hero-eyebrow {
  margin: 0 0 22px;
  color: #ff7968;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: hero-copy-enter 760ms 120ms var(--ease-out) both;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  color: #f7f6f1;
  font-size: clamp(4.4rem, 6.6vw, 7rem);
  font-weight: 600;
  line-height: 0.92;
  overflow-wrap: normal;
  animation: hero-copy-enter 900ms 200ms var(--ease-out) both;
}

.hero-copy {
  max-width: 610px;
  margin: 28px 0 0;
  color: rgba(247, 246, 241, 0.78);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.55;
  animation: hero-copy-enter 900ms 300ms var(--ease-out) both;
}

.hero-actions {
  display: flex;
  margin-top: 36px;
  align-items: center;
  gap: 12px;
  animation: hero-copy-enter 900ms 400ms var(--ease-out) both;
}

.hero-actions .btn {
  min-height: 54px;
  padding: 15px 22px;
  border-radius: 9px;
  font-size: 0.95rem;
  font-weight: 650;
}

.hero-primary {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 36px rgba(240, 79, 59, 0.24);
}

.hero-primary:hover {
  border-color: #ff604c;
  background: #ff604c;
  transform: translateY(-2px);
}

.hero-secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(5, 14, 17, 0.36);
  color: #f7f6f1;
  backdrop-filter: blur(10px);
}

.hero-secondary:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-2px);
}

.hero-note {
  margin: 20px 0 0;
  color: rgba(247, 246, 241, 0.52);
  font-size: 0.7rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  animation: hero-copy-enter 900ms 500ms var(--ease-out) both;
}

.quick-rfq {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  padding: clamp(88px, 10vw, 150px) max(6vw, calc((100vw - 1240px) / 2));
  grid-template-columns: minmax(260px, 0.75fr) minmax(520px, 1.25fr);
  align-content: center;
  gap: clamp(36px, 7vw, 100px);
  overflow-y: auto;
  border: 0;
  border-radius: 0;
  background: rgba(8, 16, 17, 0.96);
  color: #f7f6f1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 260ms ease, transform 360ms var(--ease-out), visibility 260ms ease;
  backdrop-filter: blur(20px);
}

body.rfq-overlay-open {
  overflow: hidden;
}

body.rfq-overlay-open .quick-rfq {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.quick-rfq .rfq-intro {
  align-self: start;
}

.quick-rfq h2 {
  max-width: 540px;
  margin-bottom: 20px;
  font-size: clamp(2.8rem, 4.8vw, 5.4rem);
  line-height: 0.96;
}

.rfq-action-grid {
  grid-template-columns: 1fr !important;
  gap: 12px;
}

.part-search-panel,
.call-panel,
.rfq-strip {
  border-color: var(--line-dark);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.rfq-strip {
  grid-template-columns: 1.2fr 0.55fr 1fr auto;
}

.rfq-close,
.line-card-close {
  width: 48px;
  height: 48px;
}

.section {
  padding: clamp(88px, 10vw, 152px) max(5vw, calc((100vw - 1240px) / 2));
}

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

.section-head {
  max-width: 960px;
  margin-bottom: clamp(54px, 7vw, 92px);
}

.section-head > p:last-child {
  max-width: 660px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.1rem;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--accent-deep);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-band {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}

.trust-band > div {
  min-height: 150px;
  padding: 34px 30px;
  border-right: 1px solid var(--line);
}

.trust-band > div:last-child {
  border-right: 0;
}

.trust-band strong {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.05rem;
}

.trust-band span {
  color: var(--muted);
  font-size: 0.9rem;
}

.excess-section {
  padding-top: clamp(96px, 12vw, 176px);
  padding-bottom: clamp(72px, 9vw, 128px);
  background: var(--paper);
}

.excess-panel {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 84px);
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: clamp(54px, 8vw, 120px);
  border: 0;
  border-radius: 2px;
  background: var(--ink);
  box-shadow: none;
}

.excess-panel h2 {
  max-width: 760px;
  color: #f7f6f1;
}

.excess-panel > div > p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(247, 246, 241, 0.68);
  font-size: 1.05rem;
}

.check-list {
  align-self: center;
  gap: 0;
}

.check-list li {
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
  color: rgba(247, 246, 241, 0.86);
}

.check-list li::before {
  color: var(--accent);
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-bottom: 1px solid var(--line);
}

.service-card {
  display: grid;
  min-height: 170px;
  padding: 34px 0;
  grid-template-columns: 90px minmax(230px, 0.65fr) minmax(280px, 1fr);
  align-items: start;
  gap: 28px;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 300ms var(--ease-out), background-color 300ms ease;
}

.service-card:hover {
  padding-right: 20px;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.48);
  transform: translateX(8px);
}

.service-icon {
  color: var(--accent-deep);
  font-size: 0.72rem;
}

.service-card h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.1vw, 2.2rem);
  line-height: 1.08;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.line-card-section {
  background: var(--paper-bright);
}

.featured-line-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.featured-manufacturer-card {
  min-height: 130px;
  padding: 24px;
  justify-content: space-between;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background-color 220ms ease, color 220ms ease;
}

.featured-manufacturer-card:hover {
  background: var(--ink);
  color: #f7f6f1;
}

.featured-manufacturer-card span {
  color: var(--accent-deep);
  font-size: 0.65rem;
}

.featured-manufacturer-card strong {
  font-size: 1.05rem;
}

.line-card-open {
  min-height: 50px;
  margin-top: 28px;
  border-radius: 8px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

.process-grid article {
  min-height: 260px;
  padding: 30px 26px 30px 0;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.process-grid article + article {
  padding-left: 26px;
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid article > span {
  color: var(--accent-deep);
  font-size: 0.68rem;
}

.process-grid h3 {
  margin: 34px 0 12px;
  font-size: 1.18rem;
}

.process-grid p {
  color: var(--muted);
}

.contact-section {
  padding-top: clamp(100px, 12vw, 170px);
  padding-bottom: clamp(100px, 12vw, 170px);
  background:
    radial-gradient(circle at 84% 18%, rgba(240, 79, 59, 0.11), transparent 30%),
    var(--ink);
}

.contact-layout {
  width: min(1240px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(280px, 0.75fr) minmax(540px, 1.25fr);
  gap: clamp(54px, 8vw, 112px);
}

.contact-copy h2 {
  color: #f7f6f1;
}

.contact-copy > p:not(.eyebrow),
.usa-branch {
  color: rgba(247, 246, 241, 0.68);
}

.contact-form {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.form-grid {
  gap: 20px 16px;
}

.contact-form label span,
.rfq-strip label span,
.part-search-panel > label {
  font-family: var(--mono-font);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea,
.rfq-strip input,
.part-search-row input,
.search-box input {
  min-height: 50px;
  border: 1px solid rgba(247, 246, 241, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
  color: #f7f6f1;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.contact-form textarea {
  min-height: 132px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.rfq-strip input:focus,
.part-search-row input:focus,
.search-box input:focus {
  border-color: rgba(240, 79, 59, 0.8);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 4px rgba(240, 79, 59, 0.12);
}

.form-actions .btn {
  min-height: 48px;
  border-radius: 8px;
}

.site-footer {
  min-height: 96px;
  padding: 28px max(5vw, calc((100vw - 1240px) / 2));
  background: #0b100f;
  color: rgba(247, 246, 241, 0.58);
  font-family: var(--mono-font);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}

.site-footer a {
  min-height: 44px;
  color: #f7f6f1;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms var(--ease-out), transform 720ms var(--ease-out);
}

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

@keyframes header-enter {
  from {
    opacity: 0;
    transform: translate(-50%, -18px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes hero-image-settle {
  from {
    opacity: 0.3;
    transform: translate3d(0, 0, 0) scale(1.11);
  }
  to {
    opacity: 1;
    transform: translate3d(0, var(--hero-bg-y, 0), 0) scale(1.055);
  }
}

@keyframes hero-copy-enter {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .site-header,
  body.nav-visible .site-header,
  .site-header:focus-within,
  body.rfq-overlay-open .site-header,
  body.line-card-overlay-open .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 64px;
    padding: 8px 9px 8px 12px;
    flex-direction: row;
    align-items: center;
    border-radius: 12px;
  }

  .brand {
    min-width: 0;
    flex: 1;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand small,
  .main-nav {
    display: none;
  }

  .header-action {
    min-height: 44px;
    padding: 11px 14px;
    font-size: 0.78rem;
  }

  .hero-content,
  .hero-content[data-reveal],
  .hero-content[data-reveal].is-visible {
    top: auto;
    right: 22px;
    bottom: clamp(46px, 8vh, 72px);
    left: 22px;
    width: auto;
    transform: none !important;
  }

  .hero h1 {
    max-width: 700px;
    font-size: clamp(3.6rem, 9.8vw, 5.7rem);
  }

  .hero-note {
    max-width: 620px;
  }

  .quick-rfq {
    padding: 96px 28px 44px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 36px;
  }

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

  .rfq-strip .btn {
    width: 100%;
  }

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

  .trust-band > div:nth-child(2) {
    border-right: 0;
  }

  .trust-band > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .excess-panel,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-template-columns: 60px 0.8fr 1fr;
  }

  .featured-line-card,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid article:nth-child(2) {
    border-right: 0;
  }

  .process-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  html {
    scroll-padding-top: 84px;
  }

  h2 {
    font-size: clamp(2.3rem, 11vw, 3.15rem);
    line-height: 1;
  }

  .brand strong {
    font-size: 0.88rem;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(5, 14, 17, 0.2), rgba(5, 14, 17, 0.78) 74%),
      linear-gradient(90deg, rgba(5, 14, 17, 0.54), rgba(5, 14, 17, 0.08)),
      url("assets/hero-components-4k.png") 60% center / cover no-repeat;
  }

  .hero-content,
  .hero-content[data-reveal],
  .hero-content[data-reveal].is-visible {
    right: 20px;
    bottom: max(32px, env(safe-area-inset-bottom));
    left: 20px;
  }

  .hero-eyebrow {
    margin-bottom: 15px;
    font-size: 0.64rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 13.2vw, 3.45rem);
    line-height: 0.94;
    overflow-wrap: break-word;
  }

  .hero-copy {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.48;
  }

  .hero-actions {
    margin-top: 26px;
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 50px;
  }

  .hero-note {
    margin-top: 14px;
    font-size: 0.58rem;
    line-height: 1.5;
  }

  .section {
    padding: 76px 22px;
  }

  .section-head {
    margin-bottom: 46px;
  }

  .section-head > p:last-child {
    font-size: 1rem;
  }

  .quick-rfq {
    padding: 90px 18px 28px;
  }

  .quick-rfq h2 {
    font-size: clamp(2.4rem, 12vw, 3.2rem);
  }

  .rfq-strip,
  .rfq-action-grid,
  .trust-band,
  .featured-line-card,
  .process-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .trust-band {
    width: calc(100% - 40px);
  }

  .trust-band > div,
  .trust-band > div:nth-child(2) {
    min-height: 0;
    padding: 26px 6px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-band > div:last-child {
    border-bottom: 0;
  }

  .excess-panel {
    padding: 38px 26px;
    gap: 38px;
  }

  .service-card {
    padding: 28px 0;
    grid-template-columns: 44px 1fr;
    gap: 18px;
  }

  .service-card p {
    grid-column: 2;
  }

  .service-card:hover {
    padding-right: 0;
    padding-left: 0;
    transform: none;
  }

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

  .featured-manufacturer-card {
    min-height: 112px;
    padding: 18px;
  }

  .process-grid article,
  .process-grid article + article {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-grid article:last-child {
    border-bottom: 0;
  }

  .process-grid h3 {
    margin-top: 18px;
  }

  .contact-section {
    padding: 86px 20px;
  }

  .contact-form {
    padding: 24px 18px;
  }

  .form-actions {
    gap: 8px;
  }

  .site-footer {
    padding: 26px 20px;
  }
}

/* SemiLinks reduction pass — remove visual chrome before adding any more styling. */

.site-header,
body.nav-visible .site-header,
.site-header:focus-within,
body.rfq-overlay-open .site-header,
body.line-card-overlay-open .site-header {
  top: 0;
  width: min(1180px, 100%);
  min-height: 60px;
  padding: 7px 12px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: rgba(7, 15, 17, 0.86);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(7, 15, 17, 0.96);
  box-shadow: none;
}

.brand {
  min-width: 190px;
}

.main-nav {
  gap: 2px;
}

.main-nav a {
  padding: 10px;
  border-radius: 3px;
  font-size: 0.82rem;
}

.header-action,
.hero-actions .btn,
.line-card-open,
.form-actions .btn,
.branch-call {
  border-radius: 4px;
}

.header-action {
  padding-right: 14px;
  padding-left: 14px;
}

.hero,
.hero-shell,
.hero-scene {
  min-height: min(100svh, 720px);
}

.hero-shell {
  height: min(100svh, 720px);
}

.hero-content,
.hero-content[data-reveal],
.hero-content[data-reveal].is-visible {
  width: min(640px, 50vw);
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(3.6rem, 4.9vw, 5.2rem);
}

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

.hero-secondary {
  background: transparent;
  backdrop-filter: none;
}

.section {
  padding-top: clamp(64px, 6vw, 88px);
  padding-bottom: clamp(64px, 6vw, 88px);
}

.section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-head > p:last-child {
  max-width: 600px;
}

.excess-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.excess-panel {
  padding: 44px;
  gap: 52px;
  border-radius: 0;
}

.excess-panel h2 {
  font-size: clamp(2.2rem, 3vw, 3.25rem);
}

.check-list li {
  padding: 11px 0;
}

.service-card {
  min-height: 112px;
  padding: 22px 0;
}

.featured-line-card {
  border-left: 0;
}

.featured-manufacturer-card {
  min-height: 92px;
  padding: 16px 18px;
}

.featured-manufacturer-card:first-child {
  border-left: 1px solid var(--line);
}

.line-card-open {
  min-height: 46px;
  margin-top: 18px;
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.line-card-open:hover {
  background: var(--ink);
  color: #f7f6f1;
}

.contact-section {
  padding-top: 76px;
  padding-bottom: 76px;
}

.contact-layout {
  grid-template-columns: minmax(280px, 0.8fr) minmax(440px, 1.2fr);
  gap: 64px;
}

.contact-form {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.form-grid {
  gap: 14px;
}

.contact-form input,
.contact-form textarea {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.045);
}

.contact-form textarea {
  min-height: 104px;
}

.form-actions {
  gap: 8px;
}

.usa-branch {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.site-footer {
  min-height: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.intro-lockup {
  width: min(250px, calc(100% - 48px));
  gap: 12px;
}

.intro-mark-wrap {
  width: 68px;
  height: 68px;
}

.intro-mark-wrap img {
  width: 44px;
  height: 44px;
}

.intro-wordmark strong {
  font-size: clamp(2.3rem, 4vw, 3rem);
}

.intro-progress {
  width: 160px;
  margin-top: 6px;
}

@media (max-width: 900px) {
  .hero-content,
  .hero-content[data-reveal],
  .hero-content[data-reveal].is-visible {
    width: auto;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 560px) {
  .site-header,
  body.nav-visible .site-header,
  .site-header:focus-within,
  body.rfq-overlay-open .site-header,
  body.line-card-overlay-open .site-header {
    top: 0;
    width: 100%;
    min-height: 54px;
    padding: 5px 8px;
    border-radius: 0;
  }

  .hero,
  .hero-shell,
  .hero-scene {
    min-height: 590px;
  }

  .hero-shell {
    height: 590px;
  }

  .hero-content,
  .hero-content[data-reveal],
  .hero-content[data-reveal].is-visible {
    bottom: 22px;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 11vw, 2.8rem);
  }

  .hero-copy {
    margin-top: 14px;
  }

  .hero-actions {
    gap: 8px !important;
    margin-top: 18px;
  }

  .header-action {
    min-height: 42px !important;
    padding: 0 14px !important;
    font-size: 0.82rem !important;
  }

  .hero-actions .btn {
    min-height: 46px !important;
    padding: 0 16px !important;
  }

  .section {
    padding: 52px 18px;
  }

  .section-head {
    margin-bottom: 28px;
  }

  .excess-section {
    padding: 40px 14px;
  }

  .excess-panel {
    padding: 26px 20px;
  }

  .service-card {
    padding: 18px 0;
  }

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

  .featured-manufacturer-card {
    min-height: 78px;
    padding: 12px;
  }

  .contact-section {
    padding: 54px 18px;
  }

  .contact-layout {
    gap: 32px;
  }

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

  .span-two {
    grid-column: span 1;
  }

  .intro-lockup {
    width: 210px;
  }
}

@media (max-width: 560px) {
  .hero,
  .hero-shell,
  .hero-scene {
    min-height: 590px;
  }

  .hero-shell {
    height: 590px;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 11vw, 2.8rem);
  }

  .hero-actions {
    gap: 8px;
  }

  .header-action {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .hero-actions .btn {
    min-height: 46px;
    padding: 0 16px;
  }
}

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

  .site-header,
  .hero-bg,
  .hero-eyebrow,
  .hero h1,
  .hero-copy,
  .hero-actions,
  .hero-note,
  [data-reveal] {
    animation: none !important;
    transition-duration: 0.001ms !important;
  }

  .hero-bg {
    transform: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Refined intro sequence */

body.intro-active {
  overflow: hidden;
}

.intro-splash {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  overflow: hidden;
  place-items: center;
  background: #071113;
  color: #f7f6f1;
  isolation: isolate;
}

.intro-splash::before,
.intro-splash::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 51%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    #071113;
  background-size: 44px 44px;
  transition: transform 720ms var(--ease-in-out);
}

.intro-splash::before {
  left: 0;
}

.intro-splash::after {
  right: 0;
}

.intro-splash.is-exiting::before {
  transform: translateX(-102%);
}

.intro-splash.is-exiting::after {
  transform: translateX(102%);
}

.intro-scan {
  position: absolute;
  inset: -20% 0 auto;
  z-index: 0;
  height: 24%;
  background: linear-gradient(180deg, transparent, rgba(112, 211, 205, 0.09), transparent);
  opacity: 0;
  transform: translateY(-100%);
  animation: intro-scan 1500ms 160ms var(--ease-in-out) both;
}

.intro-lockup {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(560px, calc(100% - 48px));
  justify-items: center;
  text-align: center;
  transition: opacity 300ms ease, transform 520ms var(--ease-out);
}

.intro-splash.is-exiting .intro-lockup {
  opacity: 0;
  transform: scale(0.96) translateY(-8px);
}

.intro-mark-wrap {
  position: relative;
  display: grid;
  width: 126px;
  height: 126px;
  place-items: center;
  opacity: 0;
  transform: scale(0.72) rotate(-7deg);
  animation: intro-mark 820ms 120ms var(--ease-out) forwards;
}

.intro-mark-wrap img {
  width: 94px;
  height: 94px;
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(112, 211, 205, 0.16));
}

.intro-orbit {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(112, 211, 205, 0.22);
  border-top-color: rgba(240, 79, 59, 0.78);
  border-radius: 50%;
  animation: intro-orbit 2100ms linear infinite;
}

.intro-orbit::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(240, 79, 59, 0.9);
}

.intro-wordmark {
  margin-top: 24px;
  overflow: hidden;
}

.intro-wordmark strong {
  display: block;
  font-size: clamp(3rem, 8vw, 5.6rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.95;
  opacity: 0;
  transform: translateY(100%);
  animation: intro-word 720ms 460ms var(--ease-out) forwards;
}

.intro-meta {
  display: flex;
  width: min(420px, 100%);
  margin-top: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(247, 246, 241, 0.58);
  font-family: var(--mono-font);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  animation: intro-meta 600ms 760ms var(--ease-out) forwards;
}

.intro-progress {
  width: min(420px, 100%);
  height: 1px;
  margin-top: 22px;
  overflow: hidden;
  background: rgba(247, 246, 241, 0.12);
}

.intro-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #70d3cd);
  transform: scaleX(0);
  transform-origin: left;
  animation: intro-progress 1500ms 380ms var(--ease-in-out) forwards;
}

.intro-skip {
  position: absolute;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 3;
  min-width: 96px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(247, 246, 241, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(247, 246, 241, 0.66);
  font-family: var(--mono-font);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  animation: intro-meta 480ms 900ms var(--ease-out) forwards;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.intro-skip:hover {
  border-color: rgba(247, 246, 241, 0.4);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

@keyframes intro-mark {
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes intro-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes intro-word {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-meta {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-progress {
  to {
    transform: scaleX(1);
  }
}

@keyframes intro-scan {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(620%);
  }
}

@media (max-width: 560px) {
  .intro-mark-wrap {
    width: 106px;
    height: 106px;
  }

  .intro-mark-wrap img {
    width: 80px;
    height: 80px;
  }

  .intro-wordmark strong {
    font-size: 3.45rem;
  }

  .intro-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-scan,
  .intro-mark-wrap,
  .intro-orbit,
  .intro-wordmark strong,
  .intro-meta,
  .intro-progress span,
  .intro-skip {
    animation: none !important;
  }

  .intro-mark-wrap,
  .intro-wordmark strong,
  .intro-meta,
  .intro-skip {
    opacity: 1;
    transform: none;
  }

  .intro-progress span {
    transform: scaleX(1);
  }
}

@layer legacy {

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-main);
  background: var(--paper);
  letter-spacing: 0;
}

.intro-splash {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 50%, #2d3030 0%, #171919 36%, #050505 78%, #010101 100%);
  overflow: hidden;
  cursor: pointer;
  clip-path: circle(150% at 50% 50%);
  transition: opacity 520ms var(--ease-out), clip-path 720ms var(--ease-out), visibility 0ms linear 720ms;
}

.intro-splash::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(246, 244, 238, 0.09), transparent 22%),
    radial-gradient(circle at 50% 58%, rgba(24, 183, 178, 0.1), transparent 30%);
  opacity: 0;
  animation: introAura 1200ms ease-out forwards;
}

.intro-lockup {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  animation: introLockup 820ms var(--ease-out) 120ms forwards;
}

.intro-lockup img {
  width: 168px;
  height: 168px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(246, 244, 238, 0.12));
}

.intro-lockup strong {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  font-weight: 640;
  line-height: 1;
}

.intro-lockup span {
  margin-top: clamp(16px, 4vh, 36px);
  color: rgba(246, 244, 238, 0.72);
  font-size: 1rem;
  font-weight: 760;
  text-transform: uppercase;
}

.intro-splash.is-exiting {
  opacity: 0;
  clip-path: circle(0 at 50% 50%);
  pointer-events: none;
  visibility: hidden;
}

.intro-splash.is-exiting .intro-lockup {
  opacity: 0;
  transform: translateY(-4px) scale(0.98);
  transition: opacity 240ms ease, transform 240ms ease;
}

.intro-splash.is-skipping {
  transition-duration: 280ms;
}

body:not(.intro-active) .intro-splash {
  display: none;
}

@keyframes introLockup {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes introAura {
  to {
    opacity: 1;
  }
}

@keyframes centerPop {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes centeredDialogPop {
  from {
    opacity: 0;
    transform: scale(0.94);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  background: rgba(8, 14, 16, 0.34);
  backdrop-filter: blur(0);
  transition: opacity 260ms var(--ease-out), backdrop-filter 260ms var(--ease-out);
}

body.rfq-overlay-open {
  overflow: hidden;
}

body.line-card-overlay-open {
  overflow: hidden;
}

body.rfq-overlay-open::before,
body.line-card-overlay-open::before {
  opacity: 1;
  pointer-events: auto;
  backdrop-filter: blur(5px);
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
  letter-spacing: 0;
}

h1,
h2,
h3,
p,
a,
address,
label,
button,
input,
textarea {
  font-family: var(--font-main);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  width: 100%;
  min-height: 82px;
  margin: 0;
  padding: 14px clamp(28px, 4.5vw, 74px);
  color: var(--white);
  border: 0;
  border-bottom: 1px solid rgba(246, 244, 238, 0.12);
  border-radius: 0;
  background: rgba(8, 18, 22, 0.56);
  box-shadow: 0 16px 44px rgba(5, 12, 15, 0.18);
  backdrop-filter: blur(18px);
  transform: translateY(-112%);
  transition: transform 360ms var(--ease-out), background 220ms var(--ease-out);
}

body.nav-visible .site-header,
.site-header:focus-within {
  transform: translateY(0);
}

body.rfq-overlay-open .site-header {
  transform: translateY(-112%);
}

body.line-card-overlay-open .site-header {
  transform: translateY(-112%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 260px;
  color: var(--white);
  text-decoration: none;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  filter: drop-shadow(0 0 11px rgba(246, 244, 238, 0.1));
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.08rem;
  font-weight: 760;
}

.brand small {
  margin-top: 2px;
  color: rgba(246, 244, 238, 0.58);
  font-size: 0.62rem;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(22px, 4vw, 76px);
  flex: 1;
  color: rgba(246, 244, 238, 0.76);
  font-size: 0.68rem;
  font-weight: 720;
  text-transform: uppercase;
}

.main-nav a,
.header-action {
  text-decoration: none;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms var(--ease-out);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-action {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--carbon);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 6px;
  background: var(--paper);
  font-size: 0.84rem;
  font-weight: 800;
}

.hero {
  position: relative;
  display: block;
  min-height: 100svh;
  padding: 0;
  color: var(--white);
  overflow: hidden;
  background: #071217;
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(4, 12, 16, 0.8) 0%, rgba(7, 18, 23, 0.22) 52%, rgba(5, 13, 17, 0.42) 100%),
    linear-gradient(180deg, rgba(7, 18, 22, 0.2) 0%, rgba(6, 15, 19, 0.06) 45%, rgba(6, 15, 19, 0.54) 100%),
    url("assets/hero-components-4k.png") center / cover no-repeat;
  background-size: auto, auto, cover;
  transform: translate3d(0, var(--hero-bg-y, 0px), 0) scale(1.02);
  will-change: transform;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 20%, rgba(246, 244, 238, 0.08), transparent 25%),
    linear-gradient(180deg, rgba(10, 22, 25, 0.18), transparent 42%);
  pointer-events: none;
}

.hero::after {
  display: none;
}

.hero-content,
.hero-shell,
.hero-alert,
.hero-scene {
  position: relative;
  z-index: 1;
}

.hero-shell {
  width: 100%;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.hero-alert {
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 22px;
  align-items: center;
  width: min(1020px, calc(100% - 160px));
  min-height: 64px;
  margin: 18px auto 0;
  padding: 0 20px;
  color: #111411;
  background: rgba(246, 244, 238, 0.96);
}

.hero-alert span {
  font-size: 0.72rem;
  font-weight: 820;
  text-transform: uppercase;
}

.hero-alert span::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border: 1px solid rgba(16, 18, 17, 0.5);
  border-radius: 50%;
}

.hero-alert p {
  margin: 0;
  color: #242824;
  font-size: 0.76rem;
  font-weight: 720;
}

.hero-alert a {
  color: #111411;
  font-size: 0.72rem;
  font-weight: 840;
  text-transform: uppercase;
  text-decoration: none;
}

.hero-alert button {
  position: relative;
  width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
}

.hero-alert button::before,
.hero-alert button::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 12px;
  height: 1px;
  background: rgba(16, 18, 17, 0.58);
}

.hero-alert button::before {
  transform: rotate(45deg);
}

.hero-alert button::after {
  transform: rotate(-45deg);
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  padding: 0;
  background: transparent;
}

.hero-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 19, 22, 0.18), transparent 34%);
  pointer-events: none;
}

.hero-content {
  position: absolute;
  left: clamp(40px, 9vw, 172px);
  bottom: clamp(52px, 10vh, 108px);
  z-index: 2;
  max-width: 850px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #d7d7d0;
  font-size: 0.76rem;
  font-weight: 830;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--red);
}

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

h1 {
  max-width: 940px;
  margin-bottom: 24px;
  font-size: 4.3rem;
  font-weight: 520;
  line-height: 0.96;
}

.hero-content h1 {
  max-width: 1020px;
  margin-bottom: 28px;
  line-height: 1.03;
}

h2 {
  margin-bottom: 16px;
  font-size: 3.05rem;
  font-weight: 540;
  line-height: 1.02;
}

h3 {
  font-size: 1.12rem;
  font-weight: 760;
}

.hero-copy {
  max-width: 620px;
  color: #d7d8d2;
  font-size: 1.02rem;
  line-height: 1.72;
}

.hero-search-trigger {
  position: relative;
  display: grid;
  gap: 7px;
  width: min(560px, 100%);
  min-height: 66px;
  margin-top: 34px;
  padding: 13px 54px 13px 18px;
  color: rgba(246, 244, 238, 0.9);
  border: 1px solid rgba(246, 244, 238, 0.2);
  border-radius: 999px;
  background: rgba(13, 24, 28, 0.58);
  box-shadow: 0 20px 48px rgba(6, 14, 18, 0.22);
  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: border-color 220ms var(--ease-out), background 220ms var(--ease-out), transform 220ms var(--ease-out);
}

.hero-search-trigger::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 21px;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(246, 244, 238, 0.72);
  border-radius: 50%;
}

.hero-search-trigger::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 36px;
  width: 9px;
  height: 2px;
  background: rgba(246, 244, 238, 0.72);
  transform: rotate(45deg);
  transform-origin: center;
}

.hero-search-trigger:hover,
.hero-search-trigger:focus-visible {
  border-color: rgba(246, 244, 238, 0.44);
  background: rgba(18, 31, 35, 0.7);
  transform: translateY(-2px);
}

.hero-search-trigger span,
.hero-search-trigger strong {
  display: block;
}

.hero-search-trigger span {
  color: rgba(216, 216, 209, 0.76);
  font-size: 0.7rem;
  font-weight: 820;
  text-transform: uppercase;
}

.hero-search-trigger strong {
  color: var(--white);
  font-size: 1rem;
  font-weight: 560;
}

.hero-corner-link {
  position: absolute;
  right: clamp(118px, 17vw, 265px);
  bottom: clamp(238px, 32vh, 342px);
  width: 30px;
  height: 30px;
  border-right: 3px solid rgba(246, 244, 238, 0.88);
  border-bottom: 3px solid rgba(246, 244, 238, 0.88);
  text-decoration: none;
}

.hero-corner-link::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 13px;
  height: 3px;
  background: rgba(246, 244, 238, 0.88);
  transform: rotate(45deg);
  transform-origin: right center;
}

.hero-logo-card {
  position: absolute;
  right: clamp(72px, 16vw, 245px);
  bottom: clamp(82px, 15vh, 148px);
  display: grid;
  place-items: center;
  width: 214px;
  height: 96px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.82);
  text-decoration: none;
}

.hero-logo-card img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  opacity: 0.84;
  filter: drop-shadow(0 0 26px rgba(246, 244, 238, 0.12));
}

.hero-logo-card span {
  position: absolute;
  left: 22px;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #ff4b32;
  border-radius: 50%;
  background: rgba(246, 244, 238, 0.96);
  transform: translateY(-50%);
}

.hero-logo-card span::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ff4b32;
}

.hero-chapter {
  position: absolute;
  left: 50%;
  bottom: clamp(76px, 12vh, 126px);
  margin: 0;
  color: rgba(246, 244, 238, 0.8);
  font-size: 0.68rem;
  font-weight: 830;
  text-transform: uppercase;
}

.cta-row,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 830;
  text-decoration: none;
  cursor: pointer;
  transition: transform 220ms var(--ease-out), border-color 220ms var(--ease-out), background 220ms var(--ease-out);
}

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

.btn-primary {
  color: var(--carbon);
  background: var(--paper);
  border-color: var(--paper);
}

.btn-secondary {
  color: var(--white);
  background: rgba(246, 244, 238, 0.08);
  border-color: rgba(246, 244, 238, 0.28);
}

.btn-quiet {
  color: var(--white);
  background: transparent;
  border-color: rgba(24, 183, 178, 0.52);
}

.hero-metrics {
  position: absolute;
  left: clamp(20px, 6vw, 76px);
  right: clamp(20px, 6vw, 76px);
  bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.hero-metrics span {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  min-height: 40px;
  padding: 9px 12px;
  color: #d8d8d1;
  border: 1px solid rgba(246, 244, 238, 0.12);
  border-radius: 6px;
  background: rgba(246, 244, 238, 0.055);
}

.hero-metrics strong {
  color: var(--white);
}

.hero-logo-stage {
  display: grid;
  place-items: center;
  min-height: 520px;
}

.logo-sculpture {
  position: relative;
  display: grid;
  place-items: center;
  width: 390px;
  aspect-ratio: 1;
  transform: translate3d(0, var(--hero-instrument-y, 0px), 0);
  will-change: transform;
  isolation: isolate;
}

.logo-sculpture::before {
  content: "";
  position: absolute;
  inset: 32px;
  border: 1px solid rgba(246, 244, 238, 0.18);
  background:
    conic-gradient(from 210deg, rgba(255, 84, 56, 0.42), rgba(246, 244, 238, 0.24), rgba(24, 183, 178, 0.38), rgba(246, 244, 238, 0.08), rgba(255, 84, 56, 0.42));
  filter: blur(0.2px);
  box-shadow:
    0 38px 80px rgba(24, 183, 178, 0.22),
    0 24px 62px rgba(255, 75, 50, 0.12);
  transform: perspective(900px) rotateX(58deg) rotateZ(-22deg);
}

.logo-sculpture::after {
  content: "";
  position: absolute;
  inset: 94px;
  border: 1px solid rgba(246, 244, 238, 0.2);
  background: rgba(8, 9, 8, 0.74);
  transform: perspective(900px) rotateX(58deg) rotateZ(-22deg);
}

.logo-sculpture img {
  position: relative;
  z-index: 3;
  width: 116px;
  height: 116px;
  object-fit: contain;
  filter:
    drop-shadow(0 28px 44px rgba(0, 0, 0, 0.58))
    drop-shadow(0 0 18px rgba(143, 231, 227, 0.26));
}

.logo-fin {
  position: absolute;
  z-index: 2;
  width: 122px;
  height: 230px;
  border: 1px solid rgba(246, 244, 238, 0.24);
  background:
    linear-gradient(132deg, rgba(246, 244, 238, 0.2), rgba(246, 244, 238, 0.02) 50%, rgba(24, 183, 178, 0.18));
  transform-origin: 50% 88%;
}

.fin-1 {
  transform: rotate(-34deg) translateY(-38px);
}

.fin-2 {
  transform: rotate(-18deg) translateY(-50px);
}

.fin-3 {
  transform: rotate(-3deg) translateY(-56px);
}

.fin-4 {
  transform: rotate(12deg) translateY(-50px);
}

.fin-5 {
  transform: rotate(28deg) translateY(-36px);
}

.hero-side-note {
  align-self: end;
  max-width: 260px;
  margin-bottom: 92px;
  justify-self: end;
}

.hero-side-note p {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1.05rem;
  line-height: 1.45;
}

.hero-side-note span {
  color: #c9c9c2;
  font-size: 0.82rem;
}

.hero-instrument {
  justify-self: end;
  width: min(430px, 100%);
  transform: translate3d(0, var(--hero-instrument-y, 0px), 0);
  will-change: transform;
}

.instrument-glass {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(246, 244, 238, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(246, 244, 238, 0.14), rgba(246, 244, 238, 0.02)),
    linear-gradient(145deg, rgba(31, 34, 31, 0.88), rgba(8, 9, 8, 0.92));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.instrument-glass::before {
  content: "";
  position: absolute;
  inset: 32px;
  background:
    linear-gradient(135deg, rgba(143, 231, 227, 0.16), transparent 62%),
    linear-gradient(35deg, rgba(246, 244, 238, 0.12), transparent 48%);
  transform: perspective(900px) rotateX(55deg) rotateZ(-18deg) translateY(80px);
  transform-origin: center;
}

.scan-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 22%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  animation: scan 4.8s var(--ease-out) infinite;
}

.instrument-topline {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 22px;
  color: #d9d8d0;
  font-size: 0.72rem;
  font-weight: 820;
}

.instrument-topline a {
  color: var(--cyan);
  text-decoration: none;
}

.component-field {
  position: absolute;
  inset: 112px 48px 245px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  transform: perspective(800px) rotateX(58deg) rotateZ(-20deg);
}

.component-field span {
  min-height: 84px;
  border: 1px solid rgba(246, 244, 238, 0.18);
  background:
    linear-gradient(90deg, transparent 45%, rgba(246, 244, 238, 0.16) 45%, rgba(246, 244, 238, 0.16) 55%, transparent 55%),
    linear-gradient(180deg, rgba(246, 244, 238, 0.09), rgba(246, 244, 238, 0.02));
}

.instrument-readout {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 154px;
  padding: 18px;
  border: 1px solid rgba(246, 244, 238, 0.15);
  background: rgba(16, 18, 17, 0.6);
}

.instrument-readout b,
.instrument-readout small {
  display: block;
}

.instrument-readout small {
  margin-top: 6px;
  color: #c8c8c1;
}

.instrument-readout a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--white);
  font-size: 1.28rem;
  font-weight: 760;
  text-decoration: none;
}

.part-search-panel {
  position: relative;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(246, 244, 238, 0.15);
  border-radius: 8px;
  background: rgba(8, 9, 8, 0.68);
  backdrop-filter: blur(14px);
}

.part-search-panel label {
  display: block;
  margin-bottom: 9px;
  color: #d8d8d1;
  font-size: 0.72rem;
  font-weight: 820;
  text-transform: uppercase;
}

.part-search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.part-search-row input {
  min-height: 42px;
  color: var(--white);
  border-color: rgba(246, 244, 238, 0.18);
  background: rgba(246, 244, 238, 0.08);
}

.part-search-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 42px;
  color: var(--carbon);
  border-radius: 6px;
  background: var(--paper);
  font-weight: 830;
  text-decoration: none;
}

.part-search-results {
  display: grid;
  gap: 6px;
  min-height: 24px;
  margin-top: 10px;
  color: #cfcfc7;
  font-size: 0.84rem;
}

.part-search-results a,
.part-search-results span {
  display: block;
  color: inherit;
  text-decoration: none;
}

.part-search-results a {
  padding: 7px 8px;
  border: 1px solid rgba(246, 244, 238, 0.1);
  background: rgba(246, 244, 238, 0.055);
}

.part-search-results strong,
.part-search-results small {
  display: block;
}

.part-search-results strong {
  color: var(--white);
  font-weight: 760;
}

.part-search-results small {
  margin-top: 3px;
  color: #bfc0b8;
}

.quick-rfq {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(420px, 1fr);
  gap: 24px;
  align-items: stretch;
  padding: 54px clamp(24px, 7vw, 112px);
  color: var(--white);
  border-top: 1px solid rgba(246, 244, 238, 0.12);
  border-bottom: 1px solid rgba(246, 244, 238, 0.12);
  background:
    radial-gradient(circle at 78% 14%, rgba(255, 75, 50, 0.12), transparent 34%),
    linear-gradient(145deg, #172022 0%, #252928 54%, #141d20 100%);
  scroll-margin-top: 96px;
  transition: transform 300ms var(--ease-out), box-shadow 300ms var(--ease-out), border-radius 300ms var(--ease-out);
}

.rfq-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: none;
  width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  border: 1px solid rgba(246, 244, 238, 0.22);
  border-radius: 50%;
  background: rgba(246, 244, 238, 0.08);
  cursor: pointer;
}

.rfq-close::before,
.rfq-close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 18px;
  width: 15px;
  height: 2px;
  background: rgba(246, 244, 238, 0.86);
}

.rfq-close::before {
  transform: rotate(45deg);
}

.rfq-close::after {
  transform: rotate(-45deg);
}

body.rfq-overlay-open .quick-rfq {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 90;
  width: min(92vw, 1500px);
  max-height: min(86svh, 760px);
  overflow: auto;
  border: 1px solid rgba(246, 244, 238, 0.18);
  border-radius: 10px;
  box-shadow: 0 34px 120px rgba(4, 10, 12, 0.54);
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: centerPop 280ms var(--ease-out) both;
}

body.rfq-overlay-open .rfq-close {
  display: grid;
  place-items: center;
}

.quick-rfq .eyebrow {
  color: #d7d7d0;
}

.quick-rfq h2 {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: 1.85rem;
}

.rfq-intro p:last-child {
  color: #c5c5bd;
  line-height: 1.65;
}

.rfq-action-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(210px, 0.55fr);
  gap: 14px;
}

.rfq-strip {
  display: grid;
  grid-template-columns: 1.1fr 0.6fr 1.1fr auto;
  gap: 10px;
  align-items: end;
  grid-column: 1 / -1;
  padding: 18px;
  border: 1px solid rgba(246, 244, 238, 0.14);
  border-radius: 8px;
  background: rgba(246, 244, 238, 0.06);
}

label span {
  display: block;
  margin-bottom: 7px;
  color: #5e635d;
  font-size: 0.76rem;
  font-weight: 820;
  text-transform: uppercase;
}

.quick-rfq label span {
  color: #d8d8d1;
}

input,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--text);
  border: 1px solid #c9c8bd;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(24, 183, 178, 0.2);
  border-color: var(--teal);
}

.quick-rfq .btn-primary {
  color: var(--carbon);
  background: var(--paper);
  border-color: var(--paper);
}

.line-card-tools .btn-secondary {
  color: var(--white);
  background: var(--carbon);
  border-color: var(--carbon);
}

.call-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
  padding: 18px;
  color: var(--white);
  border: 1px solid rgba(246, 244, 238, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 84, 56, 0.18), transparent 58%),
    rgba(246, 244, 238, 0.06);
  text-decoration: none;
}

.call-panel span,
.call-panel small {
  color: #c8c8c1;
}

.call-panel strong {
  display: block;
  margin: 18px 0;
  font-size: 1.55rem;
  font-weight: 760;
}

.call-number-list {
  display: grid;
  gap: 6px;
  margin: 16px 0;
}

.call-number-list a {
  color: var(--white);
  font-size: 1.42rem;
  font-weight: 760;
  line-height: 1.1;
  text-decoration: none;
}

.call-number-list a:hover,
.call-number-list a:focus-visible {
  color: var(--cyan);
}

.call-panel small {
  line-height: 1.45;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.trust-band div {
  position: relative;
  padding: 30px clamp(16px, 3vw, 32px);
  border-right: 1px solid var(--line);
}

.trust-band div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background: var(--red);
  transition: height 700ms var(--ease-out);
}

.trust-band div.is-visible::before {
  height: 100%;
}

.trust-band div:last-child {
  border-right: 0;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  margin-bottom: 8px;
  color: var(--text);
}

.trust-band span {
  color: var(--steel);
  line-height: 1.55;
}

.section {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 6vw, 76px);
}

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

.section-dark {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16, 18, 17, 0.98), rgba(36, 40, 36, 0.96));
}

.section-head {
  max-width: 900px;
  margin-bottom: 38px;
}

.section-head.compact {
  max-width: 760px;
}

.section-head p,
.story-copy p {
  color: var(--steel);
  font-size: 1.05rem;
  line-height: 1.75;
}

.chip-zoom {
  position: relative;
  min-height: 440vh;
  color: var(--white);
  background:
    linear-gradient(180deg, #151515 0%, #0d0d0d 46%, #1b1b1b 100%);
}

.chip-zoom-stage {
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
  min-height: 100svh;
  overflow: hidden;
}

.chip-zoom-stage::before {
  display: none;
}

.wafer-shell {
  position: absolute;
  width: min(72vw, 920px);
  aspect-ratio: 1;
  border: 1px solid rgba(246, 244, 238, 0.16);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(246, 244, 238, 0.24), rgba(246, 244, 238, 0.035)),
    conic-gradient(from 120deg, rgba(246, 244, 238, 0.12), transparent, rgba(255, 75, 50, 0.16), transparent, rgba(143, 231, 227, 0.16), transparent);
  filter: blur(0.2px);
  opacity: 0.55;
  transform: scale(var(--chip-wafer-scale, 1));
  transition: opacity 500ms var(--ease-out);
}

.zoom-chip {
  position: relative;
  width: min(52vw, 620px);
  aspect-ratio: 1.35;
  border: 1px solid rgba(246, 244, 238, 0.24);
  background:
    linear-gradient(145deg, rgba(54, 56, 54, 0.95), rgba(6, 7, 7, 0.96));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  transform: perspective(1100px) rotateX(var(--chip-tilt, 54deg)) rotateZ(-23deg) scale(var(--chip-scale, 1));
  transform-origin: center;
  will-change: transform;
}

.zoom-chip::before,
.zoom-chip::after {
  display: none;
}

.zoom-core {
  position: absolute;
  left: 31%;
  top: 27%;
  width: 38%;
  aspect-ratio: 1;
  border: 1px solid rgba(246, 244, 238, 0.34);
  background:
    radial-gradient(circle at 52% 44%, rgba(143, 231, 227, 0.08), transparent 42%),
    linear-gradient(145deg, rgba(28, 31, 29, 0.98), rgba(6, 7, 7, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(246, 244, 238, 0.06),
    inset 0 18px 42px rgba(246, 244, 238, 0.025);
}

.zoom-core::before,
.zoom-core::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(143, 231, 227, 0.13);
}

.zoom-core::after {
  inset: 32%;
  border-color: rgba(246, 244, 238, 0.12);
}

.zoom-pin-row {
  position: absolute;
  background: repeating-linear-gradient(90deg, rgba(246, 244, 238, 0.42) 0 6px, transparent 6px 17px);
}

.zoom-pin-row.top,
.zoom-pin-row.bottom {
  left: 18%;
  width: 64%;
  height: 18px;
}

.zoom-pin-row.top {
  top: 12%;
}

.zoom-pin-row.bottom {
  bottom: 12%;
}

.zoom-pin-row.left,
.zoom-pin-row.right {
  top: 20%;
  width: 18px;
  height: 60%;
  background: repeating-linear-gradient(0deg, rgba(246, 244, 238, 0.42) 0 6px, transparent 6px 17px);
}

.zoom-pin-row.left {
  left: 9%;
}

.zoom-pin-row.right {
  right: 9%;
}

.zoom-trace {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0.88;
}

.trace-one {
  left: 9%;
  top: 37%;
  width: 36%;
}

.trace-two {
  right: 8%;
  top: 55%;
  width: 42%;
}

.trace-three {
  left: 22%;
  bottom: 23%;
  width: 58%;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
}

.zoom-reticle {
  position: absolute;
  width: min(26vw, 330px);
  aspect-ratio: 1;
  border: 1px solid rgba(246, 244, 238, 0.16);
  border-radius: 50%;
  opacity: var(--reticle-opacity, 0.6);
  transform: scale(var(--reticle-scale, 1));
}

.zoom-reticle::before,
.zoom-reticle::after {
  display: none;
}

.zoom-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 46vh;
  width: min(460px, calc(100% - 40px));
  margin-left: auto;
  margin-right: clamp(20px, 6vw, 76px);
  padding: 20vh 0 70vh;
}

.zoom-panel {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(246, 244, 238, 0.14);
  border-radius: 8px;
  background: rgba(14, 14, 14, 0.72);
  backdrop-filter: blur(18px);
}

.zoom-panel span {
  color: var(--red);
  font-weight: 840;
}

.zoom-panel h2,
.zoom-panel h3 {
  margin: 18px 0 12px;
  color: var(--white);
}

.zoom-panel h3 {
  font-size: 1.7rem;
  font-weight: 540;
}

.zoom-panel p {
  color: #d7d7d0;
  line-height: 1.72;
}

.zoom-panel a {
  color: var(--cyan);
}

.zoom-panel.is-active {
  border-color: rgba(143, 231, 227, 0.5);
  background: rgba(246, 244, 238, 0.09);
}

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

.service-card,
.category-card,
.process-grid article,
.letter-group {
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(16, 18, 17, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 28px rgba(16, 18, 17, 0.05);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--carbon);
  border: 1px solid rgba(16, 18, 17, 0.22);
  background: var(--paper);
  font-weight: 830;
}

.service-card p,
.category-card p,
.process-grid p,
.excess-panel p {
  color: var(--steel);
  line-height: 1.7;
}

.category-section {
  color: var(--white);
  background:
    linear-gradient(135deg, #151715, #242824);
}

.category-section .section-head p {
  color: #cbcbc3;
}

.category-card {
  border-color: rgba(246, 244, 238, 0.12);
  background: rgba(246, 244, 238, 0.055);
  box-shadow: none;
}

.category-card h3 {
  color: var(--white);
}

.category-card p {
  color: #cbcbc3;
}

.category-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.category-card li {
  padding: 6px 8px;
  color: #e6e4dc;
  border: 1px solid rgba(24, 183, 178, 0.34);
  border-radius: 4px;
  background: rgba(24, 183, 178, 0.08);
  font-size: 0.86rem;
}

.line-card-section {
  position: relative;
}

.featured-line-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.featured-manufacturer-card {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid rgba(16, 18, 17, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(236, 235, 228, 0.78));
  box-shadow: 0 10px 30px rgba(16, 18, 17, 0.055);
}

.featured-manufacturer-card span {
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 860;
}

.featured-manufacturer-card strong {
  color: var(--carbon);
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
  font-weight: 760;
  line-height: 1.16;
}

.line-card-open {
  margin-top: 22px;
}

.line-card-dialog {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
}

.line-card-dialog[hidden] {
  display: none;
}

.line-card-dialog-panel {
  position: relative;
  width: min(1180px, 100%);
  max-height: min(86svh, 850px);
  overflow: auto;
  padding: clamp(26px, 4vw, 46px);
  color: var(--text);
  border: 1px solid rgba(246, 244, 238, 0.2);
  border-radius: 10px;
  background:
    radial-gradient(circle at 88% 0%, rgba(24, 183, 178, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(246, 244, 238, 0.98), rgba(224, 224, 216, 0.98));
  box-shadow: 0 34px 120px rgba(4, 10, 12, 0.52);
  opacity: 0;
  transform: scale(0.94);
  transform-origin: center;
  transition: opacity 220ms var(--ease-out), transform 220ms var(--ease-out);
}

.line-card-dialog.is-open .line-card-dialog-panel {
  opacity: 1;
  transform: scale(1);
  animation: centeredDialogPop 280ms var(--ease-out) both;
}

.line-card-dialog-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.line-card-dialog-head h2 {
  margin: 0;
  color: var(--carbon);
  font-size: clamp(2.1rem, 4vw, 4.2rem);
}

.line-card-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border: 1px solid rgba(16, 18, 17, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.52);
  cursor: pointer;
}

.line-card-close::before,
.line-card-close::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 19px;
  width: 15px;
  height: 2px;
  background: rgba(16, 18, 17, 0.78);
}

.line-card-close::before {
  transform: rotate(45deg);
}

.line-card-close::after {
  transform: rotate(-45deg);
}

.line-card-tools {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 12px;
  align-items: end;
  max-width: 900px;
  margin-bottom: 22px;
}

.az-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.az-filter button {
  min-width: 36px;
  min-height: 34px;
  color: var(--carbon);
  border: 1px solid rgba(16, 18, 17, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 820;
  cursor: pointer;
}

.az-filter button.active,
.az-filter button:hover,
.az-filter button:focus-visible {
  color: var(--white);
  border-color: var(--carbon);
  background: var(--carbon);
}

.line-card-summary {
  min-height: 24px;
  margin-bottom: 18px;
  color: var(--steel);
  font-weight: 760;
}

.line-card-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.letter-group h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  color: var(--carbon);
}

.letter-group ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  color: #3d423d;
  list-style: none;
  line-height: 1.45;
}

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

.excess-panel {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(260px, 0.9fr);
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 4.5vw, 52px);
  color: var(--white);
  border: 1px solid rgba(246, 244, 238, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 18, 17, 0.96), rgba(36, 40, 36, 0.92));
  box-shadow: var(--shadow);
}

.excess-panel p {
  color: #d9d9d2;
  font-size: 1.05rem;
}

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

.check-list li {
  position: relative;
  padding: 12px 14px 12px 40px;
  border: 1px solid rgba(246, 244, 238, 0.14);
  border-radius: 6px;
  background: rgba(246, 244, 238, 0.07);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 9px;
  height: 9px;
  background: var(--red);
}

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

.process-grid article {
  background: rgba(255, 255, 255, 0.72);
}

.process-grid span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--red);
  font-weight: 840;
  text-transform: uppercase;
}

.industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.industry-list span {
  padding: 12px 14px;
  color: var(--carbon);
  border: 1px solid rgba(16, 18, 17, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 22px rgba(16, 18, 17, 0.05);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.contact-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 75, 50, 0.12), transparent 28%),
    linear-gradient(145deg, #171f21 0%, #252928 54%, #111a1d 100%);
}

.contact-copy p {
  color: #d8d8d1;
  line-height: 1.7;
}

address {
  margin-top: 22px;
  color: #d8d8d1;
  font-style: normal;
  line-height: 1.7;
}

address strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
}

address a {
  color: var(--cyan);
}

.usa-branch {
  padding: 20px;
  border: 1px solid rgba(246, 244, 238, 0.14);
  border-radius: 8px;
  background: rgba(8, 9, 8, 0.38);
  backdrop-filter: blur(14px);
}

.branch-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  color: var(--carbon);
  border-radius: 6px;
  background: var(--paper);
  font-weight: 830;
  text-decoration: none;
}

.branch-call-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.contact-form {
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(246, 244, 238, 0.14);
  border-radius: 8px;
  background: rgba(8, 9, 8, 0.44);
  backdrop-filter: blur(14px);
}

.contact-form input,
.contact-form textarea {
  color: var(--white);
  border-color: rgba(246, 244, 238, 0.18);
  background: rgba(246, 244, 238, 0.08);
}

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

.span-two {
  grid-column: span 2;
}

.contact-form textarea {
  resize: vertical;
}

.form-actions {
  margin-top: 18px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 6vw, 76px);
  color: #d1d1ca;
  background: var(--carbon);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--white);
  text-decoration: none;
  font-weight: 820;
}

@keyframes scan {
  0% {
    transform: translateY(-70px);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translateY(285px);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(-34px, 0, 0) scale(0.985);
    transform-origin: left center;
    transition: opacity 850ms var(--ease-out), filter 850ms var(--ease-out), transform 850ms var(--ease-out);
  }

  [data-reveal].is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }

  .service-card,
  .category-card,
  .process-grid article,
  .letter-group,
  .zoom-panel {
    transition: opacity 850ms var(--ease-out), filter 850ms var(--ease-out), transform 850ms var(--ease-out), border-color 400ms var(--ease-out), background 400ms var(--ease-out);
  }
}

@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;
  }
}

@media (max-width: 1100px) {
  h1 {
    font-size: 4.15rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .hero,
  .quick-rfq,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    width: 100%;
    height: 100svh;
    min-height: 680px;
  }

  .hero-alert {
    width: min(900px, calc(100% - 56px));
    margin: 18px auto 0;
    grid-template-columns: auto 1fr auto;
  }

  .hero-alert button {
    display: none;
  }

  .hero-scene {
    position: absolute;
    min-height: 0;
    padding: 0;
  }

  .hero-content {
    left: clamp(34px, 7vw, 72px);
    bottom: 86px;
    max-width: 760px;
  }

  .hero-side-note {
    max-width: 640px;
  }

  .hero-corner-link {
    right: 90px;
    bottom: 288px;
  }

  .hero-logo-card {
    right: 44px;
    bottom: 84px;
  }

  .hero-logo-stage {
    min-height: 420px;
  }

  .hero-side-note {
    justify-self: start;
    align-self: start;
    margin-bottom: 80px;
  }

  .instrument-glass {
    min-height: 440px;
  }

  .rfq-strip,
  .rfq-action-grid,
  .trust-band,
  .service-grid,
  .category-grid,
  .process-grid,
  .featured-line-card,
  .line-card-results {
    grid-template-columns: repeat(2, 1fr);
  }

  .chip-zoom {
    min-height: auto;
    padding: 88px clamp(20px, 6vw, 76px);
  }

  .chip-zoom-stage {
    position: relative;
    min-height: 520px;
  }

  .zoom-copy {
    gap: 16px;
    width: 100%;
    margin: 28px 0 0;
    padding: 0;
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-copy {
    font-size: 1.02rem;
  }

  .quick-rfq h2 {
    font-size: 1.45rem;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding: 18px 18px 12px;
    border-radius: 0;
    transform: translateY(-112%);
  }

  body.nav-visible .site-header,
  .site-header:focus-within {
    transform: translateY(0);
  }

  body.rfq-overlay-open .site-header,
  body.line-card-overlay-open .site-header {
    transform: translateY(-112%);
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .main-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }

  .main-nav a {
    padding: 8px;
    border: 1px solid rgba(246, 244, 238, 0.12);
    border-radius: 4px;
    text-align: center;
  }

  .main-nav a::after {
    display: none;
  }

  .header-action {
    width: 100%;
    justify-content: center;
  }

  .hero {
    min-height: 100svh;
    padding: 0;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(5, 13, 17, 0.82), rgba(6, 15, 19, 0.24)),
      linear-gradient(180deg, rgba(7, 18, 22, 0.3), rgba(6, 15, 19, 0.62)),
      url("assets/hero-components-4k.png") center / cover no-repeat;
  }

  .hero-shell {
    width: 100%;
    min-height: 100svh;
    height: 100svh;
    box-shadow: none;
  }

  .hero-alert {
    grid-template-columns: 1fr auto;
    gap: 10px;
    width: auto;
    min-height: auto;
    margin: 18px 18px 0;
    padding: 14px;
  }

  .hero-alert span,
  .hero-alert p {
    grid-column: 1 / -1;
  }

  .hero-alert a {
    grid-column: 1;
  }

  .hero-scene {
    position: absolute;
    min-height: 0;
    padding: 0;
  }

  .hero-scene::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 36%);
  }

  .instrument-glass {
    min-height: 360px;
  }

  .hero-logo-stage {
    min-height: 300px;
  }

  .logo-sculpture {
    width: 270px;
  }

  .logo-sculpture img {
    width: 88px;
    height: 88px;
  }

  .logo-fin {
    width: 86px;
    height: 170px;
  }

  .hero-corner-link {
    right: 34px;
    bottom: 244px;
    width: 24px;
    height: 24px;
  }

  .hero-logo-card {
    left: 22px;
    right: auto;
    bottom: 32px;
    width: 184px;
    height: 84px;
  }

  .hero-logo-card img {
    width: 84px;
    height: 84px;
  }

  .hero-chapter {
    left: auto;
    right: 22px;
    bottom: 64px;
  }

  .hero-content {
    left: 22px;
    right: 22px;
    bottom: 80px;
    max-width: none;
  }

  .hero-side-note {
    margin-bottom: 86px;
  }

  .hero-metrics {
    justify-content: flex-start;
  }

  .component-field {
    inset: 92px 36px 235px;
    gap: 12px;
  }

  .instrument-readout {
    bottom: 148px;
  }

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

  .part-search-call {
    min-height: 38px;
  }

  .chip-zoom-stage {
    min-height: 420px;
  }

  .wafer-shell {
    width: 92vw;
  }

  .zoom-chip {
    width: 76vw;
  }

  .zoom-panel {
    min-height: auto;
  }

  .rfq-strip,
  .rfq-action-grid,
  .trust-band,
  .service-grid,
  .category-grid,
  .process-grid,
  .featured-line-card,
  .line-card-results,
  .excess-panel,
  .form-grid,
  .line-card-tools {
    grid-template-columns: 1fr;
  }

  .line-card-dialog {
    padding: 14px;
  }

  .line-card-dialog-panel {
    max-height: 88svh;
    padding: 24px 16px 18px;
  }

  .line-card-dialog-head h2 {
    max-width: calc(100% - 46px);
    font-size: 2rem;
  }

  .span-two {
    grid-column: span 1;
  }

  .trust-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cta-row .btn,
  .form-actions .btn,
  .rfq-strip .btn {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
  }
}

}

/* SemiLinks compactness pass — faster, lighter, and less presentation-heavy. */

h2 {
  font-size: clamp(2.25rem, 3.3vw, 3.6rem);
  line-height: 1;
}

.site-header,
body.nav-visible .site-header,
.site-header:focus-within,
body.rfq-overlay-open .site-header,
body.line-card-overlay-open .site-header {
  top: 12px;
  width: min(1180px, calc(100% - 24px));
  min-height: 64px;
  padding: 7px 9px 7px 12px;
  gap: 18px;
  border-radius: 10px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px) saturate(112%);
  animation-duration: 420ms;
}

.brand {
  min-width: 214px;
  min-height: 44px;
}

.brand-mark {
  width: 36px;
  height: 36px;
}

.main-nav a {
  padding: 10px 12px;
}

.header-action {
  min-height: 44px;
  padding: 10px 16px;
  white-space: nowrap;
}

.hero,
.hero-shell,
.hero-scene {
  min-height: min(100svh, 780px);
}

.hero-shell {
  height: min(100svh, 780px);
}

.hero-bg {
  animation-duration: 820ms;
}

.hero-content,
.hero-content[data-reveal],
.hero-content[data-reveal].is-visible {
  width: min(680px, 52vw);
  transform: translateY(-45%) !important;
}

.hero-eyebrow {
  margin-bottom: 16px;
  animation-duration: 420ms;
  animation-delay: 40ms;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3.8rem, 5.3vw, 5.65rem);
  line-height: 0.94;
  animation-duration: 520ms;
  animation-delay: 80ms;
}

.hero-copy {
  max-width: 560px;
  margin-top: 20px;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  animation-duration: 500ms;
  animation-delay: 120ms;
}

.hero-actions {
  margin-top: 26px;
  animation-duration: 500ms;
  animation-delay: 160ms;
}

.hero-actions .btn {
  min-height: 50px;
  padding: 13px 19px;
}

.hero-note {
  margin-top: 15px;
  animation-duration: 460ms;
  animation-delay: 200ms;
}

.section {
  padding: clamp(72px, 7vw, 104px) max(5vw, calc((100vw - 1180px) / 2));
}

.section-head {
  max-width: 820px;
  margin-bottom: clamp(38px, 4vw, 54px);
}

.section-head > p:last-child {
  margin-top: 16px;
  font-size: 1rem;
}

.eyebrow {
  margin-bottom: 12px;
}

.excess-section {
  padding-top: clamp(72px, 7vw, 104px);
  padding-bottom: clamp(64px, 6vw, 88px);
}

.excess-panel {
  width: min(1180px, 100%);
  padding: clamp(40px, 4.5vw, 58px);
  gap: clamp(40px, 5vw, 68px);
}

.check-list li {
  padding: 13px 0;
}

.trust-band {
  width: min(1180px, calc(100% - 32px));
}

.trust-band > div {
  min-height: 108px;
  padding: 24px 22px;
}

.trust-band strong {
  margin-bottom: 6px;
}

.service-card {
  min-height: 132px;
  padding: 26px 0;
  grid-template-columns: 64px minmax(210px, 0.62fr) minmax(280px, 1fr);
  gap: 22px;
  transition: transform 200ms var(--ease-out), background-color 200ms ease;
}

.service-card:hover {
  padding-right: 0;
  padding-left: 0;
  transform: translateX(4px);
}

.service-card h3 {
  font-size: clamp(1.25rem, 1.75vw, 1.75rem);
}

.featured-manufacturer-card {
  min-height: 104px;
  padding: 19px;
}

.line-card-open {
  margin-top: 22px;
}

.process-grid article {
  min-height: 205px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.process-grid h3 {
  margin-top: 22px;
}

.contact-section {
  padding-top: clamp(72px, 7vw, 104px);
  padding-bottom: clamp(72px, 7vw, 104px);
}

.contact-layout {
  width: min(1180px, 100%);
  gap: clamp(44px, 5vw, 68px);
}

.contact-form {
  padding: clamp(24px, 3vw, 34px);
}

.contact-form textarea {
  min-height: 110px;
}

.site-footer {
  min-height: 72px;
  padding-top: 18px;
  padding-bottom: 18px;
}

[data-reveal] {
  filter: none !important;
  transform: translateY(12px);
  transition: opacity 340ms var(--ease-out), transform 420ms var(--ease-out) !important;
}

.service-card,
.category-card,
.process-grid article,
.letter-group,
.zoom-panel {
  transition-duration: 240ms !important;
}

.quick-rfq {
  min-height: 0;
  padding: 48px;
  grid-template-columns: minmax(260px, 0.76fr) minmax(480px, 1.24fr);
  gap: 48px;
  align-content: center;
  background: rgba(9, 18, 19, 0.985);
  transition: opacity 180ms ease, transform 240ms var(--ease-out), visibility 180ms ease;
}

body.rfq-overlay-open .quick-rfq {
  inset: 50% auto auto 50% !important;
  width: min(1120px, calc(100% - 48px)) !important;
  height: auto !important;
  max-height: calc(100svh - 48px) !important;
  border: 1px solid rgba(247, 246, 241, 0.14) !important;
  border-radius: 14px !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  transform: translate(-50%, -50%) !important;
}

.quick-rfq h2 {
  max-width: 460px;
  font-size: clamp(2.2rem, 3.3vw, 3.4rem);
}

.rfq-action-grid {
  gap: 8px;
}

.part-search-panel,
.call-panel,
.rfq-strip {
  border-radius: 8px;
}

.part-search-call {
  min-height: 44px;
}

.intro-scan {
  animation-duration: 900ms;
}

.intro-mark-wrap {
  animation-duration: 380ms;
  animation-delay: 0ms;
}

.intro-wordmark strong {
  animation-duration: 420ms;
  animation-delay: 60ms;
}

.intro-meta {
  animation-duration: 360ms;
  animation-delay: 120ms;
}

.intro-progress span {
  animation-duration: 900ms;
  animation-delay: 0ms;
}

.intro-skip {
  animation-duration: 260ms;
  animation-delay: 240ms;
}

.intro-splash::before,
.intro-splash::after {
  transition-duration: 320ms;
}

@media (max-width: 900px) {
  .hero-content,
  .hero-content[data-reveal],
  .hero-content[data-reveal].is-visible {
    width: auto;
    transform: none !important;
  }

  .hero,
  .hero-shell,
  .hero-scene {
    min-height: min(100svh, 700px);
  }

  .hero-shell {
    height: min(100svh, 700px);
  }

  .hero h1 {
    font-size: clamp(3.15rem, 8.8vw, 4.7rem);
  }

  .quick-rfq {
    padding: 38px 30px;
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 560px) {
  h2 {
    font-size: clamp(2rem, 9.5vw, 2.5rem);
  }

  .site-header,
  body.nav-visible .site-header,
  .site-header:focus-within,
  body.rfq-overlay-open .site-header,
  body.line-card-overlay-open .site-header {
    top: 8px;
    width: calc(100% - 16px);
    min-height: 58px;
    padding: 6px 7px 6px 9px;
    border-radius: 9px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .brand strong {
    font-size: 0.8rem;
  }

  .header-action {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.72rem;
  }

  .hero,
  .hero-shell,
  .hero-scene {
    min-height: 650px;
  }

  .hero-shell {
    height: 650px;
  }

  .hero-content,
  .hero-content[data-reveal],
  .hero-content[data-reveal].is-visible {
    right: 18px;
    bottom: 28px;
    left: 18px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 12.4vw, 3.15rem);
    line-height: 0.95;
  }

  .hero-copy {
    margin-top: 16px;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 20px;
    gap: 8px;
  }

  .hero-actions .btn {
    min-height: 48px;
  }

  .hero-note {
    margin-top: 12px;
    font-size: 0.6rem;
  }

  .section {
    padding: 62px 20px;
  }

  .section-head {
    margin-bottom: 32px;
  }

  .excess-section {
    padding: 56px 16px;
  }

  .excess-panel {
    padding: 28px 24px;
    gap: 24px;
  }

  .trust-band {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-band > div {
    min-height: 92px;
    padding: 18px 14px;
  }

  .trust-band strong {
    font-size: 0.92rem;
  }

  .trust-band span {
    font-size: 0.78rem;
  }

  .service-card {
    min-height: 0;
    padding: 20px 0;
    grid-template-columns: 34px 1fr;
    gap: 8px 12px;
  }

  .service-card p {
    grid-column: 2;
  }

  .featured-manufacturer-card {
    min-height: 88px;
    padding: 14px;
  }

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

  .process-grid article,
  .process-grid article + article {
    min-height: 0;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-grid h3 {
    margin: 12px 0 8px;
  }

  .contact-section {
    padding: 62px 20px;
  }

  .contact-layout {
    gap: 34px;
  }

  .contact-form {
    padding: 20px;
  }

  .quick-rfq {
    display: grid;
    min-height: 0;
    padding: 52px 18px 22px;
    gap: 22px;
    align-content: start;
  }

  body.rfq-overlay-open .quick-rfq {
    inset: auto 0 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: calc(100svh - 56px) !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-radius: 16px 16px 0 0 !important;
    transform: none !important;
  }

  .quick-rfq h2 {
    font-size: 2rem;
  }

  .rfq-strip {
    grid-template-columns: 1fr;
  }

  .line-card-dialog {
    padding: 8px;
  }

  .line-card-dialog-panel {
    max-height: 92svh;
    padding: 22px 14px 16px;
    border-radius: 8px;
  }
}

/* Final reduction layer. Keep this last so the imported legacy sheet stays quiet. */

.site-header,
body.nav-visible .site-header,
.site-header:focus-within,
body.rfq-overlay-open .site-header,
body.line-card-overlay-open .site-header {
  top: 0;
  width: min(1180px, 100%);
  min-height: 60px;
  padding: 7px 12px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: rgba(7, 15, 17, 0.88);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(7, 15, 17, 0.96);
  box-shadow: none;
}

.brand {
  min-width: 190px;
}

.main-nav {
  gap: 2px;
}

.main-nav a {
  padding: 10px;
  border-radius: 3px;
  font-size: 0.82rem;
}

.header-action,
.hero-actions .btn,
.line-card-open,
.form-actions .btn,
.branch-call {
  border-radius: 4px;
}

.hero,
.hero-shell,
.hero-scene {
  min-height: min(100svh, 720px);
}

.hero-shell {
  height: min(100svh, 720px);
}

.hero-content,
.hero-content[data-reveal],
.hero-content[data-reveal].is-visible {
  width: min(640px, 50vw);
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(3.6rem, 4.9vw, 5.2rem);
}

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

.hero-secondary {
  background: transparent;
  backdrop-filter: none;
}

.section {
  padding-top: clamp(64px, 6vw, 88px);
  padding-bottom: clamp(64px, 6vw, 88px);
}

.section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.excess-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.excess-panel {
  padding: 44px;
  gap: 52px;
  border-radius: 0;
}

.excess-panel h2 {
  font-size: clamp(2.2rem, 3vw, 3.25rem);
}

.check-list li {
  padding: 11px 0;
}

.service-card {
  min-height: 112px;
  padding: 22px 0;
}

.featured-line-card {
  border-left: 0;
}

.featured-manufacturer-card {
  min-height: 92px;
  padding: 16px 18px;
}

.featured-manufacturer-card:first-child {
  border-left: 1px solid var(--line);
}

.line-card-open {
  min-height: 46px;
  margin-top: 18px;
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.line-card-open:hover {
  background: var(--ink);
  color: #f7f6f1;
}

.contact-section {
  padding-top: 76px;
  padding-bottom: 76px;
}

.contact-layout {
  grid-template-columns: minmax(280px, 0.8fr) minmax(440px, 1.2fr);
  gap: 64px;
}

.contact-form,
.usa-branch {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.contact-form input,
.contact-form textarea {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.045);
}

.contact-form textarea {
  min-height: 104px;
}

.form-actions {
  gap: 8px;
}

.site-footer {
  min-height: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.intro-lockup {
  width: min(250px, calc(100% - 48px));
  gap: 12px;
}

.intro-mark-wrap {
  width: 68px;
  height: 68px;
}

.intro-mark-wrap img {
  width: 44px;
  height: 44px;
}

.intro-wordmark strong {
  font-size: clamp(2.3rem, 4vw, 3rem);
}

.intro-progress {
  width: 160px;
  margin-top: 6px;
}

@media (max-width: 900px) {
  .hero-content,
  .hero-content[data-reveal],
  .hero-content[data-reveal].is-visible {
    width: auto;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 560px) {
  .site-header,
  body.nav-visible .site-header,
  .site-header:focus-within,
  body.rfq-overlay-open .site-header,
  body.line-card-overlay-open .site-header {
    top: 0;
    width: 100%;
    min-height: 54px;
    padding: 5px 8px;
    border-radius: 0;
  }

  .hero,
  .hero-shell,
  .hero-scene {
    min-height: 590px;
  }

  .hero-shell {
    height: 590px;
  }

  .hero-content,
  .hero-content[data-reveal],
  .hero-content[data-reveal].is-visible {
    bottom: 22px;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 11vw, 2.8rem);
  }

  .hero-copy {
    margin-top: 14px;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .section {
    padding: 52px 18px;
  }

  .section-head {
    margin-bottom: 28px;
  }

  .excess-section {
    padding: 40px 14px;
  }

  .excess-panel {
    padding: 26px 20px;
  }

  .service-card {
    padding: 18px 0;
  }

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

  .featured-manufacturer-card {
    min-height: 78px;
    padding: 12px;
  }

  .contact-section {
    padding: 54px 18px;
  }

  .contact-layout {
    gap: 32px;
  }

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

  .span-two {
    grid-column: span 1;
  }

  .intro-lockup {
    width: 210px;
  }
}
