/* Homepage visual direction preview — scoped so About and Contact remain unchanged. */
.home-preview {
  --hp-ink: #0b1f33;
  --hp-ink-2: #13324d;
  --hp-slate: #526273;
  --hp-muted: #748291;
  --hp-cream: #f4f1ea;
  --hp-paper: #fbfaf7;
  --hp-line: #dbe2e8;
  --hp-orange: #f36f21;
  --hp-orange-dark: #d7550b;
  --hp-white: #ffffff;
  color: var(--hp-slate);
  background: var(--hp-paper);
}

.home-preview .container { max-width: 1240px; padding-inline: 28px; }
.home-preview .section { padding: 110px 0; }
.home-preview .fade-in { opacity: 1; transform: none; }

.home-preview a:focus-visible,
.home-preview button:focus-visible,
.home-preview input:focus-visible,
.home-preview textarea:focus-visible {
  outline: 3px solid rgba(243, 111, 33, 0.38);
  outline-offset: 3px;
}

.home-preview .top-bar {
  padding: 0;
  background: #071522;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.home-preview .top-bar__inner {
  max-width: 1240px;
  min-height: 38px;
  padding: 0 28px;
}

.home-preview .top-bar__meta {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 11px;
  letter-spacing: 0.025em;
  color: rgba(255, 255, 255, 0.66);
}

.home-preview .top-bar__meta span,
.home-preview .top-bar__meta a { display: inline-flex; align-items: center; gap: 8px; }
.home-preview .top-bar__meta a:hover { color: var(--hp-white); }
.home-preview .top-bar__meta i { color: var(--hp-orange); }

.home-preview .top-bar__cta {
  align-self: stretch;
  padding: 0 22px;
  background: var(--hp-orange);
  font-size: 11px;
  letter-spacing: 0.08em;
}
.home-preview .top-bar__cta:hover { background: var(--hp-orange-dark); }

.home-preview .header {
  top: 0;
  background: rgba(11, 31, 51, 0.96);
  border: 0;
  box-shadow: 0 10px 28px rgba(6, 21, 34, 0.13);
  backdrop-filter: blur(14px);
}

.home-preview .header__inner {
  max-width: 1240px;
  min-height: 78px;
  padding: 0 28px;
}

.home-preview .header__logo { gap: 13px; }
.home-preview .header__logo-image {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.home-preview .header__logo-text { font-size: 1.25rem; letter-spacing: 0.055em; }
.home-preview .header__logo-text small { margin-top: 4px; color: rgba(255,255,255,.55); font-size: .48rem; }

.home-preview .header__nav { gap: 4px; }
.home-preview .header__nav-link {
  padding: 29px 15px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  letter-spacing: 0.09em;
}
.home-preview .header__nav-link:hover,
.home-preview .header__nav-link--active { color: var(--hp-white); }
.home-preview .header__nav-link::after { height: 2px; background: var(--hp-orange); }
.home-preview .header__nav-link--cta {
  margin-left: 12px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: var(--hp-white);
}
.home-preview .header__nav-link--cta::after { display: none; }
.home-preview .header__nav-link--cta:hover { border-color: var(--hp-orange); background: var(--hp-orange); }

.home-preview .hero {
  height: min(780px, calc(100vh - 116px));
  min-height: 650px;
  align-items: stretch;
  text-align: left;
  background: var(--hp-ink);
}
.home-preview .hero__bg {
  overflow: hidden;
  background: var(--hp-ink);
}
.home-preview .hero__bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(1.08);
  opacity: 1;
}
.home-preview .hero__overlay {
  background:
    linear-gradient(90deg, rgba(7, 24, 39, .93) 0%, rgba(7, 24, 39, .78) 43%, rgba(7, 24, 39, .38) 72%, rgba(7, 24, 39, .56) 100%),
    linear-gradient(0deg, rgba(7, 24, 39, .45), rgba(7, 24, 39, .03) 55%);
}
.home-preview .hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(290px, .72fr);
  gap: 76px;
  align-items: center;
  width: 100%;
}
.home-preview .hero__content { max-width: 760px; padding: 42px 0 58px; }
.home-preview .hero__eyebrow,
.home-preview .section-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: var(--hp-orange);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.home-preview .hero__eyebrow span { width: 32px; height: 2px; background: var(--hp-orange); }
.home-preview .hero__title {
  margin: 0;
  max-width: 750px;
  color: var(--hp-white);
  font-size: clamp(3.4rem, 5.6vw, 5.35rem);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.025em;
  text-transform: none;
  text-shadow: none;
}
.home-preview .hero__title em { display: block; color: var(--hp-cream); font-style: normal; font-weight: 300; }
.home-preview .hero__lead {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .73);
  font-size: 16px;
  line-height: 1.75;
}
.home-preview .hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home-preview .hero__btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 24px;
  border: 1px solid var(--hp-orange);
  border-radius: 0;
  background: var(--hp-orange);
  color: var(--hp-white);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .09em;
  text-transform: uppercase;
  box-shadow: none;
}
.home-preview .hero__btn:hover { background: var(--hp-orange-dark); border-color: var(--hp-orange-dark); }
.home-preview .hero__btn--secondary { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.06); }
.home-preview .hero__btn--secondary:hover { background: var(--hp-white); border-color: var(--hp-white); color: var(--hp-ink); }
.home-preview .hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 37px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.62);
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: .025em;
}
.home-preview .hero__proof span { display: flex; align-items: baseline; gap: 7px; }
.home-preview .hero__proof strong { color: var(--hp-white); font-family: var(--font-heading); font-size: 19px; }
.home-preview .hero__spec-card {
  align-self: end;
  margin-bottom: 62px;
  padding: 30px;
  border-top: 3px solid var(--hp-orange);
  background: rgba(8, 27, 44, .88);
  box-shadow: 0 24px 60px rgba(0,0,0,.26);
  backdrop-filter: blur(10px);
}
.home-preview .hero__spec-label { color: var(--hp-orange); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.home-preview .hero__spec-card h2 { margin: 10px 0 18px; color: var(--hp-white); font-family: var(--font-heading); font-size: 1.55rem; font-weight: 500; line-height: 1.25; }
.home-preview .hero__spec-card ul { display: grid; gap: 11px; margin-bottom: 22px; }
.home-preview .hero__spec-card li { display: flex; gap: 10px; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.45; }
.home-preview .hero__spec-card li i { margin-top: 4px; color: var(--hp-orange); font-size: 10px; }
.home-preview .hero__spec-card a { display: inline-flex; align-items: center; gap: 9px; color: var(--hp-white); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.home-preview .hero__spec-card a:hover { color: var(--hp-orange); }

.home-preview .proof-bar { background: var(--hp-white); border-bottom: 1px solid var(--hp-line); }
.home-preview .proof-bar__grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 28px; }
.home-preview .proof-bar__item { display: flex; gap: 15px; align-items: center; min-height: 54px; padding: 0 24px; border-left: 1px solid var(--hp-line); }
.home-preview .proof-bar__item:first-child { padding-left: 0; border-left: 0; }
.home-preview .proof-bar__item i { color: var(--hp-orange); font-size: 19px; }
.home-preview .proof-bar__item span { color: var(--hp-muted); font-size: 10px; line-height: 1.45; }
.home-preview .proof-bar__item strong { display: block; margin-bottom: 3px; color: var(--hp-ink); font-size: 11px; letter-spacing: .035em; text-transform: uppercase; }

.home-preview .facility-section { padding: 112px 0 96px; background: var(--hp-paper); }
.home-preview .facility-intro { gap: 80px; margin-bottom: 58px; }
.home-preview .facility-intro__text { padding-left: 24px; border-left: 3px solid var(--hp-orange); }
.home-preview .facility-intro__title {
  margin-bottom: 22px;
  color: var(--hp-ink);
  font-size: clamp(2.2rem, 3.7vw, 3.45rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.02em;
  text-transform: none;
}
.home-preview .facility-intro__text p:not(.section-kicker) { max-width: 620px; color: var(--hp-slate); font-size: 15px; line-height: 1.85; }
.home-preview .text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--hp-ink); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .075em; }
.home-preview .text-link:hover { gap: 15px; color: var(--hp-orange); }
.home-preview .facility-intro__image { border-radius: 0; box-shadow: 18px 18px 0 var(--hp-cream); }
.home-preview .facility-intro__image img { height: 400px; border-radius: 0; }
.home-preview .facility-intro__image-badge { right: 0; bottom: 0; left: auto; padding: 12px 18px; border-radius: 0; background: var(--hp-ink); }
.home-preview .facility-intro__image-badge i { color: var(--hp-orange); }
.home-preview .facility-stats { border-radius: 0; background: var(--hp-ink); }
.home-preview .facility-stat { padding: 32px 18px; }
.home-preview .facility-stat:hover { background: rgba(243,111,33,.1); }
.home-preview .facility-stat__number,
.home-preview .stat-plus { color: var(--hp-orange); }
.home-preview .facility-stat__label { color: rgba(255,255,255,.58); font-size: 10px; }

.home-preview .services-section {
  position: relative;
  padding: 112px 0 120px;
  overflow: visible;
  background: var(--hp-surface-alt);
}
.home-preview .services-section > .container {
  max-width: 1346px;
}
.home-preview .services-section::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(11, 31, 51, .11);
}
.home-preview .solutions-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: end;
  margin-bottom: 54px;
}
.home-preview .solutions-intro__copy { max-width: 850px; }
.home-preview .solutions-intro__title {
  max-width: 810px;
  margin: 0;
  color: var(--hp-ink);
  font-size: clamp(2.45rem, 4.4vw, 4rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.028em;
  text-transform: none;
}
.home-preview .solutions-intro__lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--hp-slate);
  font-size: 15px;
  line-height: 1.8;
}
.home-preview .solutions-intro__cta {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid var(--hp-orange);
  border-radius: 999px;
  background: var(--hp-orange);
  color: var(--hp-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: gap .35s cubic-bezier(.2,.75,.25,1), background-color .35s ease, border-color .35s ease;
}
.home-preview .solutions-intro__cta:hover { gap: 17px; border-color: var(--hp-orange-dark); background: var(--hp-orange-dark); }
.home-preview .solutions-stack {
  display: block;
}
.home-preview .solution-panel {
  position: sticky;
  top: 96px;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: auto;
  max-height: min(840px, calc(100svh - 6px));
  min-height: 620px;
  aspect-ratio: 43 / 28;
  overflow: hidden;
  border: 1px solid rgba(11, 31, 51, .14);
  background: var(--hp-ink);
  isolation: isolate;
  contain: paint;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.home-preview .solution-panel:nth-child(1) { z-index: 1; }
.home-preview .solution-panel:nth-child(2) { z-index: 2; }
.home-preview .solution-panel:nth-child(3) { z-index: 3; }
.home-preview .solution-panel__media,
.home-preview .solution-panel__shade {
  position: absolute;
  inset: 0;
}
.home-preview .solution-panel__media { z-index: -2; overflow: hidden; background: var(--hp-ink); }
.home-preview .solution-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.03);
  transform: translateZ(0) scale(1.015);
  backface-visibility: hidden;
}
.home-preview .solution-panel__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 22, 36, .98) 0%, rgba(9, 30, 49, .95) 31%, rgba(9, 30, 49, .72) 52%, rgba(9, 30, 49, .13) 82%, rgba(9, 30, 49, .03) 100%);
  transition: background .55s ease;
}
.home-preview .solution-panel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(61%, 690px);
  min-height: 620px;
  padding: 58px 54px;
  color: rgba(255, 255, 255, .7);
}
.home-preview .solution-panel__eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 19px;
  color: #ff9b5c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.home-preview .solution-panel__eyebrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(243, 111, 33, .52);
  color: var(--hp-orange);
  letter-spacing: .04em;
}
.home-preview .solution-panel h3 {
  max-width: 610px;
  margin: 0;
  color: var(--hp-white);
  font-size: clamp(2rem, 3.45vw, 3.3rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.025em;
  text-transform: none;
}
.home-preview .solution-panel__content > p:not(.solution-panel__eyebrow) {
  max-width: 590px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, .69);
  font-size: 13px;
  line-height: 1.75;
}
.home-preview .solution-panel__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 23px 0 27px;
}
.home-preview .solution-panel__highlights span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .77);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .045em;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}
.home-preview .solution-panel__link {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  align-self: flex-start;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--hp-orange);
  border-radius: 999px;
  background: var(--hp-orange);
  color: var(--hp-white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: gap .35s cubic-bezier(.2,.75,.25,1), background-color .35s ease, border-color .35s ease;
}
.home-preview .solution-panel__link:hover { gap: 16px; border-color: var(--hp-orange-dark); background: var(--hp-orange-dark); }
.home-preview .solution-panel:hover .solution-panel__shade {
  background: linear-gradient(90deg, rgba(7, 22, 36, .98) 0%, rgba(9, 30, 49, .93) 31%, rgba(9, 30, 49, .64) 52%, rgba(9, 30, 49, .08) 84%, rgba(9, 30, 49, 0) 100%);
}

.home-preview #products { background: var(--hp-paper); }
.home-preview .section__header { max-width: 760px; margin: 0 auto 54px; }
.home-preview .section__header .section-kicker { justify-content: center; }
.home-preview .section__title { color: var(--hp-ink); font-size: clamp(2.4rem, 4vw, 3.55rem); font-weight: 500; line-height: 1.07; letter-spacing: -.02em; text-transform: none; }
.home-preview .section__subtitle { margin-top: 17px; color: var(--hp-slate); font-size: 14px; line-height: 1.75; }
.home-preview .products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; text-align: left; }
.home-preview .product-card { position: relative; overflow: hidden; border: 1px solid var(--hp-line); background: var(--hp-white); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.home-preview .product-card:hover { transform: translateY(-5px); border-color: rgba(243,111,33,.55); box-shadow: 0 20px 44px rgba(11,31,51,.1); }
.home-preview .product-card__image { width: 100%; height: 230px; margin: 0; border: 0; border-radius: 0; background: #eef1f3; }
.home-preview .product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.home-preview .product-card:hover .product-card__image img { transform: scale(1.035); }
.home-preview .product-card__title { margin: 0; padding: 25px 24px 0; color: var(--hp-ink); font-size: 1.12rem; font-weight: 500; line-height: 1.3; letter-spacing: 0; text-transform: none; }
.home-preview .product-card__title a { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.home-preview .product-card__title a::after { content: '\2197'; color: var(--hp-orange); font-family: sans-serif; font-size: 15px; }
.home-preview .product-card__desc { min-height: 96px; padding: 12px 24px 25px; color: var(--hp-muted); font-size: 12px; line-height: 1.7; }

.home-preview .globe-section { padding: 110px 0; background: linear-gradient(145deg, #071727 0%, #0b2035 50%, #102d48 100%); }
.home-preview .bg-particle { background: rgba(243, 111, 33, .34); }
.home-preview .globe-section__header { max-width: 760px; margin: 0 auto 54px; }
.home-preview .globe-section__header .section-kicker { justify-content: center; }
.home-preview .globe-section__title { font-size: clamp(2.4rem, 4vw, 3.55rem); font-weight: 500; line-height: 1.05; letter-spacing: -.02em; text-transform: none; text-shadow: none; }
.home-preview .globe-section__subtitle { margin-top: 17px; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.75; }
.home-preview .globe-section__content { gap: 70px; }
.home-preview .globe-stat { border: 1px solid rgba(243,111,33,.22); border-radius: 0; background: rgba(243,111,33,.06); }
.home-preview .globe-stat:hover { border-color: rgba(243,111,33,.5); background: rgba(243,111,33,.12); }
.home-preview .globe-stat__number { color: var(--hp-orange); text-shadow: none; }
.home-preview .cert-grid { gap: 16px; }
.home-preview .cert-showcase { border-color: rgba(255,255,255,.12); border-radius: 0; background: rgba(255,255,255,.045); }
.home-preview .cert-showcase:hover { border-color: rgba(243,111,33,.55); box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.home-preview .cert-showcase__badge { right: 18px; border-radius: 0; background: var(--hp-orange); box-shadow: none; }
.home-preview .cert-showcase:nth-child(2) .cert-showcase__badge { background: var(--hp-orange) !important; }
.home-preview .cert-tag { border-color: rgba(243,111,33,.25); border-radius: 0; background: rgba(243,111,33,.08); color: #ff9b5c; }

.home-preview .factory-flow {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: var(--hp-surface-alt);
}
.home-preview .factory-flow__media {
  position: sticky;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 620px;
  margin-bottom: -100vh;
  margin-bottom: -100svh;
  overflow: hidden;
  pointer-events: none;
}
.home-preview .factory-flow__image {
  position: absolute;
  inset: -12% -7%;
  background: url('../images/factory-workshop.jpg') center / cover no-repeat;
  transform: translate3d(0, -75px, 0) scale(1.08);
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform;
}
.home-preview .factory-flow::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(232, 237, 239, .88);
  content: '';
  pointer-events: none;
}
.home-preview .factory-flow > section {
  position: relative;
  z-index: 2;
  background: transparent;
}

.home-preview .cta-banner {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 520px;
  padding: 110px 0;
  place-items: center;
  overflow: hidden;
  background: transparent;
}
.home-preview .cta-banner > .container {
  position: relative;
  z-index: 1;
}
.home-preview .cta-banner .section-kicker { justify-content: center; color: rgba(11,31,51,.72); }
.home-preview .cta-banner__title { max-width: 860px; margin-inline: auto; color: var(--hp-ink); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 500; line-height: 1.08; letter-spacing: -.02em; text-transform: none; }
.home-preview .cta-banner__subtitle { max-width: 720px; margin: 16px auto 26px; color: rgba(11,31,51,.72); font-size: 14px; }
.home-preview .cta-banner .btn { min-height: 50px; padding: 0 24px; border: 1px solid var(--hp-ink); background: var(--hp-ink); color: var(--hp-white); }
.home-preview .cta-banner .btn:hover { background: transparent; color: var(--hp-ink); }

.home-preview #inquiry { background: var(--hp-cream); }
.home-preview .factory-flow #inquiry { background: transparent; }
.home-preview .inquiry-form-wrapper { max-width: 850px; padding: 46px; border: 1px solid var(--hp-line); border-top: 4px solid var(--hp-orange); background: rgba(249, 250, 248, .92); box-shadow: 0 24px 60px rgba(11,31,51,.08); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.home-preview .form-group label { margin-bottom: 8px; color: var(--hp-ink); font-size: 10px; letter-spacing: .08em; }
.home-preview .form-group input,
.home-preview .form-group select,
.home-preview .form-group textarea { border: 1px solid #ccd6df; border-radius: 0; background: var(--hp-paper); color: var(--hp-ink); }
.home-preview .form-group input:focus,
.home-preview .form-group select:focus,
.home-preview .form-group textarea:focus { border-color: var(--hp-orange); box-shadow: 0 0 0 3px rgba(243,111,33,.1); }
.home-preview .btn-submit { min-height: 52px; border: 0; border-radius: 0; background: var(--hp-orange); font-size: 11px; letter-spacing: .09em; }
.home-preview .btn-submit:hover { background: var(--hp-orange-dark); }

.home-preview .footer { background: #071522; }
.home-preview .footer__inner { padding-top: 16px; }
.home-preview .footer__brand-text,
.home-preview .footer__col h4 { font-weight: 500; }
.home-preview .footer__links a:hover,
.home-preview .footer__contact-item i,
.home-preview .footer__contact-item a:hover { color: var(--hp-orange); }
.home-preview .footer__bottom { border-color: rgba(255,255,255,.1); }
.home-preview .whatsapp-float { right: 24px; bottom: 24px; border: 3px solid var(--hp-white); box-shadow: 0 12px 30px rgba(0,0,0,.2); }

/* Unified base-surface pass: one continuous industrial mist palette. */
.home-preview {
  --hp-base: #e8edef;
  --hp-surface: #f1f3f2;
  --hp-surface-alt: #dfe7eb;
  --hp-card: #f9faf8;
  --hp-soft-orange: #efe1d5;
  background: var(--hp-base);
}

.home-preview .proof-bar,
.home-preview .facility-section,
.home-preview #products,
.home-preview #inquiry { background: var(--hp-base); }

.home-preview .proof-bar { border-color: rgba(11, 31, 51, .12); }
.home-preview .proof-bar__item { border-color: rgba(11, 31, 51, .12); }

.home-preview .facility-intro__image { box-shadow: 18px 18px 0 #d8e1e5; }
.home-preview .facility-stats {
  border: 1px solid rgba(11, 31, 51, .12);
  background: var(--hp-surface-alt);
}
.home-preview .facility-stat:not(:last-child)::after { background: rgba(11, 31, 51, .13); }
.home-preview .facility-stat__label { color: var(--hp-slate); }

.home-preview .services-section { color: var(--hp-slate); }

.home-preview .product-card { background: var(--hp-card); }

.home-preview .globe-section {
  background: var(--hp-surface-alt);
  color: var(--hp-slate);
}
.home-preview .globe-section__title { color: var(--hp-ink); }
.home-preview .globe-section__subtitle { color: var(--hp-slate); }
.home-preview .bg-particle { background: rgba(243, 111, 33, .16); }
.home-preview .globe-stat {
  border-color: rgba(11, 31, 51, .13);
  background: rgba(249, 250, 248, .72);
}
.home-preview .globe-stat:hover { border-color: rgba(243,111,33,.45); background: var(--hp-card); }
.home-preview .globe-stat__label { color: var(--hp-slate); }
.home-preview .cert-showcase {
  border-color: rgba(11, 31, 51, .13);
  background: var(--hp-card);
  box-shadow: 0 12px 28px rgba(11, 31, 51, .055);
}
.home-preview .cert-showcase:hover { box-shadow: 0 18px 38px rgba(11, 31, 51, .1); }
.home-preview .cert-showcase__info h3 { color: var(--hp-ink); }
.home-preview .cert-showcase__info p { color: var(--hp-slate); }

.home-preview .cta-banner {
  border-top: 1px solid rgba(243, 111, 33, .2);
  border-bottom: 1px solid rgba(243, 111, 33, .2);
}
.home-preview .cta-banner .section-kicker { color: var(--hp-orange); }
.home-preview .cta-banner__title { color: var(--hp-ink); }
.home-preview .cta-banner__subtitle { color: var(--hp-slate); }
.home-preview .cta-banner .btn { border-color: var(--hp-orange); background: var(--hp-orange); }
.home-preview .cta-banner .btn:hover { border-color: var(--hp-orange-dark); background: var(--hp-orange-dark); color: var(--hp-white); }

.home-preview .factory-flow .inquiry-form-wrapper { background: rgba(249, 250, 248, .92); }

@media (prefers-reduced-motion: reduce) {
  .home-preview .factory-flow__image {
    transform: scale(1.08);
    will-change: auto;
  }
}

@media (max-width: 1120px) {
  .home-preview .hero__layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 34px; }
  .home-preview .hero__title { font-size: clamp(3rem, 6vw, 4.6rem); }
  .home-preview .proof-bar__grid { grid-template-columns: repeat(2, 1fr); }
  .home-preview .proof-bar__item:nth-child(3) { border-left: 0; }
  .home-preview .proof-bar__item:nth-child(n+3) { margin-top: 18px; }
  .home-preview .solutions-intro { gap: 36px; }
  .home-preview .solution-panel {
    height: auto;
    max-height: min(720px, calc(100svh - 20px));
    min-height: 520px;
  }
  .home-preview .solution-panel__content { width: 70%; min-height: 520px; padding: 44px; }
}

@media (max-width: 920px) and (min-width: 769px) {
  .home-preview .hero { height: auto; min-height: 760px; }
  .home-preview .hero__layout {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 26px;
    padding-block: 50px;
  }
  .home-preview .hero__content { padding: 0; }
  .home-preview .hero__title { font-size: clamp(2.9rem, 6.1vw, 3.55rem); }
  .home-preview .hero__lead { margin-top: 22px; font-size: 14px; line-height: 1.65; }
  .home-preview .hero__actions { margin-top: 26px; }
  .home-preview .hero__proof { gap: 14px 20px; margin-top: 28px; padding-top: 20px; }
  .home-preview .hero__spec-card { margin-bottom: 0; padding: 25px 23px; }
  .home-preview .hero__spec-card h2 { font-size: 1.35rem; }
}

@media (max-width: 768px) {
  .home-preview .container { padding-inline: 20px; }
  .home-preview .section { padding: 78px 0; }
  .home-preview .top-bar__inner { justify-content: flex-end; min-height: 34px; padding-inline: 20px; }
  .home-preview .top-bar__meta { display: none; }
  .home-preview .top-bar__cta { min-height: 34px; padding-inline: 16px; }
  .home-preview .header__inner { min-height: 68px; padding-inline: 20px; }
  .home-preview .header__logo-image { width: 36px; height: 36px; }
  .home-preview .header__logo-text { font-size: 1.05rem; }
  .home-preview .header__nav { top: 0; background: var(--hp-ink); }
  .home-preview .header__nav {
    right: 0;
    display: none;
    transform: none;
    visibility: visible;
  }
  .home-preview .header__nav.active { right: 0; display: flex; transform: none; visibility: visible; }
  .home-preview .header__nav-link { padding: 15px 0; }
  .home-preview .header__nav-link--cta { margin: 18px 0 0; padding: 15px; text-align: center; }
  .home-preview .header__menu-toggle span { background: var(--hp-white); }
  .home-preview .hero { height: auto; min-height: calc(100svh - 103px); }
  .home-preview .hero__layout { grid-template-columns: 1fr; align-content: center; gap: 0; padding-top: 48px; padding-bottom: 48px; }
  .home-preview .hero__content { max-width: 640px; padding: 0; }
  .home-preview .hero__bg video,
  .home-preview .hero__bg img { object-position: 60% center; }
  .home-preview .hero__title {
    max-width: 650px;
    font-size: clamp(2.55rem, 11.7vw, 4.05rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }
  .home-preview .hero__lead { max-width: 590px; font-size: 14px; }
  .home-preview .hero__proof { gap: 12px 20px; }
  .home-preview .hero__spec-card { display: none; }
  .home-preview .proof-bar__grid { grid-template-columns: 1fr 1fr; padding-block: 22px; }
  .home-preview .proof-bar__item { padding: 12px 16px; }
  .home-preview .proof-bar__item:nth-child(3) { border-left: 0; }
  .home-preview .proof-bar__item:nth-child(n+3) { margin-top: 0; border-top: 1px solid var(--hp-line); }
  .home-preview .facility-section { padding: 78px 0; }
  .home-preview .facility-intro { gap: 38px; }
  .home-preview .facility-intro__text { padding-left: 18px; }
  .home-preview .facility-intro__image img { height: 310px; }
  .home-preview .services-section { padding: 78px 0; }
  .home-preview .solutions-intro { grid-template-columns: 1fr; gap: 27px; margin-bottom: 38px; }
  .home-preview .solutions-intro__cta { justify-self: start; }
  .home-preview .solutions-stack { display: grid; gap: 10px; }
  .home-preview .solution-panel {
    position: relative;
    top: auto;
    z-index: auto;
    height: auto;
    min-height: 560px;
    max-height: none;
    aspect-ratio: auto;
    contain: layout paint;
  }
  .home-preview .solution-panel__shade {
    background: linear-gradient(0deg, rgba(7,22,36,.98) 0%, rgba(9,30,49,.94) 44%, rgba(9,30,49,.58) 72%, rgba(9,30,49,.15) 100%);
  }
  .home-preview .solution-panel:hover .solution-panel__shade {
    background: linear-gradient(0deg, rgba(7,22,36,.98) 0%, rgba(9,30,49,.92) 44%, rgba(9,30,49,.53) 72%, rgba(9,30,49,.12) 100%);
  }
  .home-preview .solution-panel__content {
    justify-content: flex-end;
    width: 100%;
    min-height: 560px;
    padding: 44px 34px;
  }
  .home-preview .solution-panel h3 {
    max-width: 580px;
    overflow-wrap: anywhere;
  }
  .home-preview .solution-panel__content > p:not(.solution-panel__eyebrow) {
    max-width: 560px;
  }
  .home-preview .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-preview .product-card__image { height: 210px; }
  .home-preview .product-card__desc { min-height: 0; }
  .home-preview .globe-section { padding: 78px 0; }
  .home-preview .inquiry-form-wrapper { padding: 30px 24px; }
}

@media (max-width: 520px) {
  .home-preview .header__logo-text small { display: none; }
  .home-preview .hero { min-height: 760px; }
  .home-preview .hero__layout { padding-top: 42px; padding-bottom: 42px; }
  .home-preview .hero__eyebrow {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 8px;
    line-height: 1.45;
    letter-spacing: .13em;
  }
  .home-preview .hero__eyebrow span { flex: 0 0 28px; }
  .home-preview .hero__title {
    max-width: 100%;
    font-size: clamp(2.35rem, 11.8vw, 3.15rem);
    line-height: 1.01;
    letter-spacing: -.03em;
  }
  .home-preview .hero__lead {
    margin-top: 21px;
    font-size: 13px;
    line-height: 1.62;
  }
  .home-preview .hero__actions { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 26px; }
  .home-preview .hero__btn { width: 100%; min-height: 50px; padding-inline: 15px; font-size: 10px; }
  .home-preview .hero__proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
    margin-top: 27px;
    padding-top: 20px;
  }
  .home-preview .hero__proof span { min-width: 0; flex-wrap: wrap; }
  .home-preview .hero__proof strong { font-size: 17px; }
  .home-preview .hero__proof span:last-child { grid-column: 1 / -1; }
  .home-preview .proof-bar__grid { grid-template-columns: 1fr; }
  .home-preview .proof-bar__item { padding: 14px 0; border-left: 0; border-top: 1px solid var(--hp-line); }
  .home-preview .proof-bar__item:first-child { border-top: 0; }
  .home-preview .facility-stats { grid-template-columns: 1fr 1fr; }
  .home-preview .facility-stat { padding: 24px 10px; }
  .home-preview .solutions-intro,
  .home-preview .section__header,
  .home-preview .globe-section__header { text-align: left; }
  .home-preview .solutions-intro .section-kicker,
  .home-preview .section__header .section-kicker,
  .home-preview .globe-section__header .section-kicker { justify-content: flex-start; }
  .home-preview .solutions-intro__title {
    font-size: clamp(2.15rem, 9.7vw, 2.8rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }
  .home-preview .solutions-intro__lead { margin-top: 18px; font-size: 13px; line-height: 1.65; }
  .home-preview .solutions-intro__cta { width: 100%; min-height: 50px; }
  .home-preview .solution-panel { min-height: 600px; }
  .home-preview .solution-panel__content {
    min-height: 600px;
    padding: 40px 24px;
  }
  .home-preview .solution-panel__eyebrow { margin-bottom: 16px; font-size: 9px; line-height: 1.35; }
  .home-preview .solution-panel h3 {
    font-size: clamp(1.9rem, 8.9vw, 2.45rem);
    line-height: 1.04;
  }
  .home-preview .solution-panel__content > p:not(.solution-panel__eyebrow) {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.62;
  }
  .home-preview .solution-panel__highlights {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: start;
    gap: 7px;
    margin: 18px 0 22px;
  }
  .home-preview .solution-panel__highlights span {
    max-width: 100%;
    padding: 7px 9px;
    font-size: 8px;
    line-height: 1.35;
    white-space: normal;
  }
  .home-preview .solution-panel__link {
    min-height: 46px;
    max-width: 100%;
    padding-inline: 15px;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }
  .home-preview .products-grid { grid-template-columns: 1fr; }
  .home-preview .product-card__image { height: 235px; }
  .home-preview .cta-banner { min-height: 460px; padding: 78px 0; }
  .home-preview .cta-banner .section-kicker { justify-content: flex-start; }
  .home-preview .cta-banner__title,
  .home-preview .cta-banner__subtitle { text-align: left; }
  .home-preview .cta-banner .btn { width: 100%; justify-content: center; }
  .home-preview .factory-flow__media { min-height: 540px; }
  .home-preview .factory-flow__image { inset: -9% -18%; }
  .home-preview .factory-flow .inquiry-form-wrapper {
    background: rgba(249, 250, 248, .95);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .home-preview .whatsapp-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
}

@media (max-width: 360px) {
  .home-preview .container { padding-inline: 16px; }
  .home-preview .header__inner,
  .home-preview .top-bar__inner { padding-inline: 16px; }
  .home-preview .hero { min-height: 780px; }
  .home-preview .hero__title { font-size: clamp(2.2rem, 11.5vw, 2.6rem); }
  .home-preview .hero__lead { font-size: 12.5px; }
  .home-preview .hero__proof { column-gap: 12px; font-size: 10px; }
  .home-preview .solution-panel { min-height: 620px; }
  .home-preview .solution-panel__content { min-height: 620px; padding-inline: 20px; }
}

html.lenis,
html.lenis body { height: auto; }
html.lenis.lenis-smooth { scroll-behavior: auto !important; }
html.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
html.lenis.lenis-stopped { overflow: hidden; }
html.lenis.lenis-smooth iframe { pointer-events: none; }

@media (prefers-reduced-motion: reduce) {
  .home-preview .solutions-stack { display: grid; gap: 10px; }
  .home-preview .solution-panel { position: relative; top: auto; z-index: auto !important; height: auto; }
  .home-preview *,
  .home-preview *::before,
  .home-preview *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
