/* FINDING-004 — editorial 3D semiconductor direction inspired by the supplied reference. */

:root {
  --font-main: "Manrope", sans-serif;
  --editorial-ink: #070b0c;
  --editorial-paper: #f1eee8;
  --editorial-coral: #ff4d3d;
  --editorial-muted: rgba(246, 244, 238, 0.68);
}

body {
  font-family: var(--font-main);
  background: var(--editorial-paper);
}

.intro-since {
  color: rgba(255, 255, 255, 0.48);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.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: 18px;
  width: min(1400px, calc(100% - 40px));
  min-height: 62px;
  padding: 8px 12px 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2px;
  background: rgba(5, 9, 10, 0.52);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  background: rgba(5, 9, 10, 0.9);
  box-shadow: none;
}

.brand {
  min-width: 172px;
}

.brand small {
  display: none;
}

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

.main-nav a {
  padding: 9px 12px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-action {
  min-height: 42px;
  padding-inline: 18px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(5, 9, 10, 0.34);
  color: #fff;
  font-size: 0.78rem;
}

.header-action:hover {
  border-color: #fff;
  background: #fff;
  color: var(--editorial-ink);
}

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

.hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 40%, rgba(255, 115, 89, 0.12), transparent 30%),
    linear-gradient(112deg, #050809 0%, #181515 48%, #6c5c52 100%);
}

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

.hero-bg {
  display: none;
}

.hero-scene {
  position: relative;
  max-width: none;
  margin: 0;
  overflow: hidden;
}

.hero-product {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 8, 9, 0.94) 0%, rgba(4, 8, 9, 0.62) 32%, rgba(4, 8, 9, 0.05) 63%),
    linear-gradient(180deg, rgba(3, 7, 8, 0.36), transparent 26%, transparent 72%, rgba(3, 7, 8, 0.3));
  pointer-events: none;
}

.hero-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  animation: hero-chip-breathe 9s ease-in-out infinite alternate;
}

.hero-product-code {
  position: absolute;
  right: 32px;
  bottom: 26px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.56);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

.hero-content,
.hero-content[data-reveal],
.hero-content[data-reveal].is-visible {
  position: absolute;
  top: 51%;
  bottom: auto;
  left: max(5vw, calc((100vw - 1280px) / 2));
  z-index: 3;
  width: min(620px, 44vw);
  padding: 0;
  transform: translateY(-46%);
}

.hero-eyebrow {
  color: rgba(255, 255, 255, 0.82);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.hero h1 {
  max-width: 650px;
  margin-top: 22px;
  font-size: clamp(3.7rem, 5.9vw, 6.4rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.hero-copy {
  max-width: 500px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.58;
}

.hero-actions {
  gap: 10px;
  margin-top: 30px;
}

.hero-actions .btn {
  min-height: 48px;
  padding-inline: 20px;
  border-radius: 999px;
  font-size: 0.8rem;
}

.hero-primary {
  background: var(--editorial-coral);
  box-shadow: none;
}

.hero-secondary {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(5, 9, 10, 0.24);
}

@keyframes hero-chip-breathe {
  from { transform: scale(1.015) translate3d(0, 0, 0); }
  to { transform: scale(1.045) translate3d(-0.4%, -0.6%, 0); }
}

.mission-section {
  position: relative;
  isolation: isolate;
  min-height: 840px;
  padding: 42px max(5vw, calc((100vw - 1280px) / 2)) 78px;
  overflow: hidden;
  color: #f7f5ef;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 52% 46%, rgba(44, 88, 92, 0.3), transparent 26%),
    #071113;
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.mission-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, transparent 60%, rgba(255, 77, 61, 0.07));
}

.mission-topline {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.58);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mission-title {
  position: relative;
  z-index: 2;
  display: grid;
  margin: 42px 0 0;
  font-size: clamp(5.2rem, 9.2vw, 10rem);
  font-weight: 300;
  line-height: 0.82;
  letter-spacing: -0.075em;
}

.mission-title span:last-child {
  justify-self: end;
  margin-top: 0.22em;
}

.mission-chip {
  position: absolute;
  top: 26%;
  left: 50%;
  z-index: 1;
  width: min(620px, 48vw);
  aspect-ratio: 1.55;
  transform: translateX(-50%) rotate(-8deg);
  opacity: 0.34;
  mix-blend-mode: screen;
  filter: saturate(0.42) contrast(1.2);
}

.mission-chip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(12% 0, 100% 8%, 88% 100%, 0 82%);
}

.mission-copy {
  position: absolute;
  left: max(5vw, calc((100vw - 1280px) / 2));
  bottom: 78px;
  z-index: 3;
  max-width: 430px;
}

.mission-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.65;
}

.mission-copy::before {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--editorial-coral);
}

.mission-points {
  position: absolute;
  right: max(5vw, calc((100vw - 1280px) / 2));
  bottom: 78px;
  z-index: 3;
  display: grid;
  width: min(410px, 32vw);
  color: rgba(255, 255, 255, 0.78);
}

.mission-points span {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  font-size: 0.9rem;
}

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

.excess-panel {
  border: 0;
  background: #111716;
}

.section-head h2,
.excess-panel h2,
.contact-copy h2 {
  letter-spacing: -0.055em;
}

@media (max-width: 900px) {
  .main-nav {
    display: none;
  }

  .hero-content,
  .hero-content[data-reveal],
  .hero-content[data-reveal].is-visible {
    width: min(560px, calc(100% - 48px));
  }

  .mission-title {
    font-size: clamp(4.8rem, 12vw, 7rem);
  }

  .mission-points {
    width: 38vw;
  }
}

@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: 10px;
    width: calc(100% - 20px);
    min-height: 52px;
    padding: 5px 6px 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 2px;
  }

  .brand {
    min-width: 0;
  }

  .brand > span {
    display: none;
  }

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

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

  .header-action {
    min-height: 38px !important;
    padding-inline: 13px !important;
    font-size: 0.7rem !important;
  }

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

  .hero-shell {
    height: 760px;
  }

  .hero-product::before {
    background:
      linear-gradient(180deg, rgba(4, 8, 9, 0.2) 0%, rgba(4, 8, 9, 0.05) 38%, rgba(4, 8, 9, 0.95) 72%, #040809 100%),
      linear-gradient(90deg, rgba(4, 8, 9, 0.2), transparent 55%);
  }

  .hero-product img {
    position: absolute;
    top: 18px;
    right: -210px;
    width: 860px;
    max-width: none;
    height: 505px;
    object-fit: cover;
    object-position: 68% center;
  }

  .hero-product-code {
    top: 78px;
    right: 18px;
    bottom: auto;
  }

  .hero-content,
  .hero-content[data-reveal],
  .hero-content[data-reveal].is-visible {
    top: auto;
    bottom: 34px;
    left: 18px;
    width: calc(100% - 36px);
    transform: none;
  }

  .hero-eyebrow {
    font-size: 0.58rem;
    line-height: 1.5;
  }

  .hero h1 {
    max-width: 335px;
    margin-top: 15px;
    font-size: clamp(3rem, 14.5vw, 3.55rem);
    line-height: 0.9;
  }

  .hero-copy {
    max-width: 325px;
    margin-top: 18px;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .hero-actions {
    display: flex;
    gap: 8px !important;
    margin-top: 22px;
  }

  .hero-actions .btn {
    min-height: 43px !important;
    width: auto;
    padding-inline: 15px !important;
    font-size: 0.7rem;
  }

  .mission-section {
    min-height: 790px;
    padding: 30px 18px 42px;
    background-size: 44px 44px, 44px 44px, auto, auto;
  }

  .mission-title {
    margin-top: 52px;
    font-size: clamp(4.1rem, 20vw, 5.1rem);
    line-height: 0.84;
  }

  .mission-title span:last-child {
    max-width: 290px;
    margin-top: 0.34em;
    text-align: right;
  }

  .mission-chip {
    top: 33%;
    left: 55%;
    width: 520px;
    opacity: 0.25;
  }

  .mission-copy {
    right: 18px;
    bottom: 154px;
    left: 18px;
    max-width: none;
  }

  .mission-points {
    right: 18px;
    bottom: 30px;
    left: 18px;
    width: auto;
  }

  .mission-points span {
    padding: 8px 0;
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-product img {
    animation: none;
  }
}

/* FINDING-005 — remove interface chrome and let the product story breathe. */

.excess-section[hidden],
.featured-line-card[hidden],
.contact-form[hidden],
.mission-points[hidden] {
  display: none !important;
}

.site-header,
body.nav-visible .site-header,
.site-header:focus-within,
body.rfq-overlay-open .site-header,
body.line-card-overlay-open .site-header,
.site-header.is-scrolled {
  top: 22px;
  position: absolute;
  width: min(1320px, calc(100% - 64px));
  min-height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  mix-blend-mode: difference;
}

.site-header.is-scrolled {
  color: #fff;
}

.brand {
  gap: 10px;
  min-width: 0;
}

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

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

.header-action {
  width: auto !important;
  min-height: 38px;
  padding-inline: 16px;
  border-color: rgba(255, 255, 255, 0.32);
  background: transparent;
  backdrop-filter: none;
}

.hero-content {
  width: min(590px, 43vw);
}

.hero h1 {
  max-width: 610px;
}

.mission-section {
  min-height: 760px;
}

.mission-copy {
  bottom: 70px;
}

.line-card-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  align-items: start;
  justify-items: start;
  gap: 34px;
  min-height: 580px;
  padding: 120px max(6vw, calc((100vw - 1240px) / 2));
  background: #f2efe9;
}

.line-card-section .section-head {
  max-width: 820px;
  margin: 0;
}

.line-card-section .section-head h2 {
  max-width: 800px;
  margin-top: 22px;
  color: #0b0e0e;
  font-size: clamp(4rem, 7vw, 7.4rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.line-card-section .section-head > p:last-child {
  max-width: 510px;
  margin-top: 28px;
  color: rgba(11, 14, 14, 0.62);
  font-size: 1rem;
  line-height: 1.65;
}

.line-card-section .line-card-open {
  width: max-content !important;
  min-height: 50px;
  margin: 0;
  padding-inline: 22px;
  border-radius: 999px;
  background: #0b0e0e;
  color: #fff;
  box-shadow: none;
  white-space: nowrap;
}

.contact-section {
  min-height: 720px;
  padding: 120px max(6vw, calc((100vw - 1240px) / 2));
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 77, 61, 0.12), transparent 28%),
    #070b0c;
}

.contact-layout {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
}

.contact-copy {
  max-width: 980px;
}

.contact-copy h2 {
  max-width: 960px;
  margin-top: 24px;
  font-size: clamp(4rem, 7.8vw, 8rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 440px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.65;
}

.usa-branch {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 38px;
  padding: 0;
  border: 0;
  font-style: normal;
}

.usa-branch a {
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  text-decoration: none;
}

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

.branch-call {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 0.78rem;
  text-decoration: none;
}

.branch-call-muted {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.65);
}

.branch-call:hover,
.branch-call:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #070b0c;
}

.site-footer {
  min-height: 84px;
  padding: 24px max(6vw, calc((100vw - 1240px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #070b0c;
}

@media (max-width: 760px) {
  .site-header,
  body.nav-visible .site-header,
  .site-header:focus-within,
  body.rfq-overlay-open .site-header,
  body.line-card-overlay-open .site-header,
  .site-header.is-scrolled {
    top: 14px;
    position: absolute;
    width: calc(100% - 32px);
    min-height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }

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

  .header-action {
    min-height: 36px !important;
    padding-inline: 13px !important;
    background: transparent;
  }

  .hero-actions .btn {
    padding-inline: 18px !important;
  }

  .hero-actions {
    flex-direction: row;
    align-items: flex-start;
  }

  .hero-content,
  .hero-content[data-reveal],
  .hero-content[data-reveal].is-visible {
    width: calc(100% - 36px);
  }

  .mission-section {
    min-height: 690px;
  }

  .mission-copy {
    bottom: 44px;
  }

  .line-card-section {
    display: block;
    min-height: 590px;
    padding: 92px 20px 70px;
  }

  .line-card-section .section-head h2 {
    margin-top: 18px;
    font-size: clamp(3rem, 13.5vw, 4.4rem);
    line-height: 0.88;
  }

  .line-card-section .section-head > p:last-child {
    margin-top: 24px;
    font-size: 0.92rem;
  }

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

  .contact-section {
    min-height: 670px;
    padding: 90px 20px 70px;
  }

  .contact-copy h2 {
    margin-top: 18px;
    font-size: clamp(3.45rem, 16vw, 4.8rem);
    line-height: 0.9;
  }

  .contact-copy > p:not(.eyebrow) {
    margin-top: 28px;
  }

  .usa-branch {
    display: grid;
    gap: 10px;
    margin-top: 32px;
  }

  .branch-call-group {
    margin-top: 32px;
  }

  .site-footer {
    align-items: flex-start;
    padding: 24px 20px;
  }
}

/* FINDING-006 — responsive, procedural WebGL semiconductor package. */

.hero-product,
.mission-chip {
  touch-action: pan-y;
  cursor: grab;
}

.site-header,
body.nav-visible .site-header,
.site-header:focus-within,
body.rfq-overlay-open .site-header,
body.line-card-overlay-open .site-header,
.site-header.is-scrolled {
  mix-blend-mode: normal;
}

.hero-product.is-dragging,
.mission-chip.is-dragging {
  cursor: grabbing;
}

.chip-model-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.hero-product::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(4, 8, 9, 0.98) 0%, rgba(4, 8, 9, 0.84) 28%, rgba(4, 8, 9, 0.16) 58%, rgba(4, 8, 9, 0.04) 100%),
    linear-gradient(180deg, rgba(3, 7, 8, 0.3), transparent 30%, transparent 70%, rgba(3, 7, 8, 0.72));
}

.hero-product::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 6%;
  z-index: 1;
  width: min(700px, 52vw);
  height: 22%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 92, 64, 0.12), transparent 68%);
  filter: blur(24px);
  pointer-events: none;
}

.hero-product-code {
  z-index: 4;
}

.chip-model-hint {
  position: absolute;
  right: 32px;
  bottom: 48px;
  z-index: 4;
  color: rgba(255, 255, 255, 0.42);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.61rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  pointer-events: none;
}

.chip-model-hint::before {
  content: "↔";
  margin-right: 8px;
  color: var(--editorial-coral);
}

.chip-model-fallback {
  position: absolute;
  top: 50%;
  left: 70%;
  z-index: 0;
  width: 430px;
  max-width: 58vw;
  aspect-ratio: 1.22;
  transform: translate(-50%, -50%) rotate(-9deg) skewY(3deg);
  transition: opacity 240ms ease;
}

.chip-model-fallback-body {
  position: absolute;
  inset: 11%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10%;
  background:
    radial-gradient(circle at 12% 15%, #030505 0 3.5%, transparent 3.8%),
    linear-gradient(145deg, #272a29, #080a0a 64%, #171817);
  box-shadow: 22px 28px 55px rgba(0, 0, 0, 0.46);
}

.chip-model-fallback-body::before,
.chip-model-fallback-body::after {
  content: "";
  position: absolute;
  background: repeating-linear-gradient(90deg, #b5b1a8 0 5px, transparent 5px 14px);
}

.chip-model-fallback-body::before {
  right: -12%;
  left: -12%;
  bottom: -9%;
  height: 7%;
}

.chip-model-fallback-body::after {
  top: -9%;
  right: -12%;
  left: -12%;
  height: 7%;
}

.is-webgl-ready > .chip-model-fallback {
  opacity: 0;
  pointer-events: none;
}

.mission-chip {
  top: 23%;
  width: min(660px, 52vw);
  opacity: 1;
  mix-blend-mode: normal;
  filter: none;
  transform: translateX(-50%);
}

.mission-chip::after {
  content: "";
  position: absolute;
  inset: 10% 4%;
  z-index: -1;
  background: radial-gradient(circle, rgba(76, 145, 148, 0.18), transparent 68%);
  filter: blur(22px);
}

.mission-chip .chip-model-fallback {
  top: 50%;
  left: 50%;
  width: 88%;
  max-width: none;
  opacity: 0.34;
}

.mission-chip.is-webgl-ready .chip-model-fallback {
  opacity: 0;
}

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

  .brand {
    flex: none;
  }

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

  .hero-shell {
    height: 790px;
  }

  .hero-product::before {
    background:
      linear-gradient(180deg, rgba(4, 8, 9, 0.06) 0%, rgba(4, 8, 9, 0.08) 42%, rgba(4, 8, 9, 0.88) 62%, #040809 74%, #040809 100%),
      linear-gradient(90deg, rgba(4, 8, 9, 0.28), transparent 52%);
  }

  .hero-product::after {
    top: 24%;
    right: -25%;
    bottom: auto;
    width: 150%;
    height: 24%;
  }

  .chip-model-hint {
    display: none;
  }

  .hero-product-code {
    top: 76px;
    right: 18px;
    bottom: auto;
  }

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

  .hero h1 {
    max-width: 340px;
    font-size: clamp(3.05rem, 13.4vw, 3.45rem);
    line-height: 0.91;
  }

  .hero-copy {
    max-width: 335px;
    font-size: 0.92rem;
  }

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

  .chip-model-fallback {
    top: 29%;
    left: 54%;
    width: 310px;
    max-width: 88vw;
  }

  .mission-chip {
    top: 28%;
    left: 50%;
    width: calc(100% - 24px);
    aspect-ratio: 1.04;
  }

  .mission-title {
    z-index: 3;
    font-size: clamp(2.7rem, 12vw, 3.25rem);
    line-height: 0.92;
    letter-spacing: -0.055em;
  }

  .mission-title span,
  .mission-title span:last-child {
    justify-self: stretch;
    max-width: 100%;
  }

  .mission-title span:last-child {
    margin-top: 0.18em;
  }

  .mission-copy {
    z-index: 4;
  }
}

@media (hover: none) {
  .hero-product,
  .mission-chip {
    cursor: default;
  }
}
