.site-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 26px rgba(15, 23, 42, .05);
}

.site-nav .site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #0f172a;
  font-weight: 850;
  line-height: 1.15;
}

.site-nav .site-brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
  border-radius: 8px;
}

.site-nav .site-brand span {
  max-width: 300px;
  white-space: normal;
}

.site-nav nav a:not(.btn) {
  color: #334155;
  font-weight: 700;
}

.hero,
.page-hero,
.page-hero.compact,
.form-page {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(15, 23, 42, .90), rgba(29, 78, 216, .70)),
    url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1800&q=82");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.hero {
  min-height: min(700px, calc(100vh - 72px));
  grid-template-columns: minmax(0, 880px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.page-hero h1,
.page-hero p,
.page-hero .eyebrow,
.form-page h1,
.form-page p,
.form-page .eyebrow {
  color: #ffffff;
  max-width: 760px;
}

.page-hero h1,
.form-page h1 {
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.05;
  font-weight: 800;
  margin: 0 0 28px;
}

.page-hero p,
.form-page p {
  font-size: 18px;
  line-height: 1.7;
  opacity: .9;
}

.page-hero .eyebrow,
.form-page .eyebrow {
  color: #93c5fd;
}

.page-hero .actions,
.form-page .actions {
  margin-top: 28px;
}

.page-hero .searchbar,
.form-page .searchbar {
  margin-top: 28px;
}

.page-hero.compact {
  padding: 48px 6vw 40px;
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.strength-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  background: #ffffff;
  padding: 0 6vw 54px;
}

.strength-band div {
  min-height: 158px;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 8px;
  padding: 24px 24px 22px;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.strength-band div:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .10);
}

.strength-band strong { display: none; }

.strength-band .st-title {
  color: #0f172a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  display: block;
}

.strength-band .st-body {
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  display: block;
}

.contact-stack {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  color: #475569;
}

.form-page .contact-stack,
.form-page .contact-stack a {
  color: #dbeafe;
}

.contact-map-section iframe,
.contact-map-section .google-map {
  display: block;
  width: 100%;
  height: clamp(300px, 42vw, 430px);
  border: 0;
  border-radius: 14px;
  background: #e5e7eb;
}

.hero-copy .eyebrow {
  color: #93c5fd;
}

.hero-copy p {
  color: #dbeafe;
}

.hero-panel {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(15, 23, 42, .58);
  color: #ffffff;
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
}

.section {
  background: #ffffff;
}

.section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
}

.product-card {
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 10px;
  border-color: #dbe3ef;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}


.product-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.product-card p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}

.product-card strong {
  margin-top: auto;
  color: #1d4ed8;
}

.public-detail {
  padding-left: 6vw;
  padding-right: 6vw;
}

.site-footer {
  padding: 52px 6vw 26px;
  background: var(--footer-bg, #0f172a);
  color: var(--footer-text, #e5e7eb);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 2fr;
  gap: 34px;
}

.site-footer h2,
.site-footer h3,
.site-footer p {
  margin-top: 0;
}

.site-footer h2 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.site-footer h3 {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}

.site-footer a,
.site-footer span,
.site-footer p {
  color: color-mix(in srgb, var(--footer-text, #e5e7eb) 86%, transparent);
}

.site-footer section {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 14px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
}

.footer-brand p {
  max-width: 560px;
  line-height: 1.7;
}

.footer-contact {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.footer-map {
  margin-top: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
}

.footer-map-col iframe,
.footer-map-col .google-map,
.footer-map iframe,
.footer-map .google-map {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
  border-radius: 10px;
  filter: saturate(.85);
}

.footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.footer-social a {
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  transition: background .18s ease, border-color .18s ease;
}
.footer-social a:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .25);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 13px;
}

.footer-bottom nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .strength-band {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  .strength-band div {
    min-height: 0;
  }

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

  .footer-map-col iframe,
  .footer-map-col .google-map,
  .footer-map iframe,
  .footer-map .google-map {
    height: 220px;
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-map-col iframe,
  .footer-map-col .google-map,
  .footer-map iframe,
  .footer-map .google-map {
    height: 220px;
  }

  .site-nav .site-brand span {
    max-width: 210px;
    font-size: 14px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ── Manufacturing Card Grid ── */
.mfg-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mfg-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .04);
  transition: all .3s ease;
  align-content: start;
}

.mfg-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, .10), 0 4px 12px rgba(15, 23, 42, .06);
  border-color: #bfdbfe;
}

.mfg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
}

.mfg-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.mfg-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
}

/* ── Capabilities Grid ── */
.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.cap-card {
  display: flex;
  gap: 16px;
  padding: 20px 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .04);
  transition: all .3s ease;
  align-items: flex-start;
}

.cap-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
  border-color: #bfdbfe;
}

.cap-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  border-radius: 10px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.cap-card h3 {
  margin: 0 0 4px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.cap-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

/* ── Responsive Card Grid ── */
@media (max-width: 980px) {
  .mfg-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .mfg-card-grid {
    grid-template-columns: 1fr;
  }

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

/* Floating quote button */
.floating-quote-btn {
  position: fixed;
  bottom: 80px;
  right: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(37, 99, 235, .35);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, bottom .35s ease;
  white-space: nowrap;
  padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
}
.floating-quote-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 36px rgba(37, 99, 235, .45);
  color: #fff;
}
.floating-quote-btn .fqb-icon {
  font-size: 18px;
  line-height: 1;
}
.floating-quote-btn .fqb-text {
  line-height: 1;
}

@media (max-width: 640px) {
  .floating-quote-btn {
    bottom: 24px;
    right: 20px;
    padding: 12px 20px;
    font-size: 14px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  }
}

/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 6vw 0;
  font-size: 13px;
}
.breadcrumbs a {
  color: var(--muted, #6b7280);
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: var(--text, #1f2937);
  text-decoration: underline;
}
.breadcrumbs span[aria-current="page"] {
  color: var(--text, #1f2937);
  font-weight: 600;
}
.breadcrumbs a + span::before {
  content: "/";
  margin-right: 8px;
  color: var(--muted, #6b7280);
}

/* ── Hero scrolling parallax enhancements ── */
.hero {
  will-change: transform;
  transition: background-position-y 0.1s ease-out;
}

.hero-title {
  margin: 0;
  line-height: .9;
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeIn 0.6s ease-out 0.2s forwards;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 900;
  letter-spacing: -.03em;
  color: #ffffff;
  text-shadow: 0 5px 25px rgba(0,0,0,.30);
  font-size: clamp(1.8rem, 4.5vw, 3.2rem);
}

.hero-copy .eyebrow {
  opacity: 0;
  transform: translateY(10px);
  animation: heroFadeIn 0.6s ease-out 0.1s forwards;
}

@media (max-width: 640px) {
  .hero-title { font-size: clamp(1.3rem, 4.5vw, 1.8rem); }
}

@media (max-width: 420px) {
  .hero-title { font-size: clamp(1rem, 4vw, 1.3rem); }
}

.hero-copy p {
  margin-top: 56px;
  opacity: 0;
  transform: translateY(15px);
  animation: heroFadeIn 0.7s cubic-bezier(.22,1,.36,1) 0.3s forwards;
}

.hero-copy .actions {
  opacity: 0;
  transform: translateY(15px);
  animation: heroFadeIn 0.7s cubic-bezier(.22,1,.36,1) 0.4s forwards;
}

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

/* ── Animations ── */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }

  .animate-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1);
  }
  .animate-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .animate-slide-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity .5s cubic-bezier(.22,1,.36,1), transform .5s cubic-bezier(.22,1,.36,1);
  }
  .animate-slide-left.visible {
    opacity: 1;
    transform: translateX(0);
  }

  .animate-slide-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity .5s cubic-bezier(.22,1,.36,1), transform .5s cubic-bezier(.22,1,.36,1);
  }
  .animate-slide-right.visible {
    opacity: 1;
    transform: translateX(0);
  }

  .animate-scale-in {
    opacity: 0;
    transform: scale(.92);
    transition: opacity .5s cubic-bezier(.22,1,.36,1), transform .5s cubic-bezier(.22,1,.36,1);
  }
  .animate-scale-in.visible {
    opacity: 1;
    transform: scale(1);
  }

  /* Hero parallax */
  .hero {
    transform: translateZ(0);
    will-change: transform;
  }
  .hero-copy { will-change: transform; }

  /* Hover lift */
  .hover-lift {
    transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease;
    will-change: transform;
  }
  .hover-lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(15,23,42,.1);
  }

  /* Image hover zoom */
  .hover-zoom {
    overflow: hidden;
  }
  .hover-zoom img {
    transition: transform .45s cubic-bezier(.22,1,.36,1);
    will-change: transform;
  }
  .hover-zoom:hover img {
    transform: scale(1.05);
  }
}

/* Counter animation placeholder */
.counter-value {
  display: inline-block;
}

/* Prose content */
.prose {
  max-width: 760px;
  line-height: 1.7;
  color: var(--text, #1f2937);
}
.prose ul,
.prose ol {
  padding-left: 22px;
}
.prose li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.prose ol li {
  list-style: decimal;
}
.prose ul li {
  list-style: disc;
}
.prose p {
  margin-bottom: 14px;
}
.prose strong {
  color: var(--text, #1f2937);
}

/* ── Card Details List ── */
.card-details {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}
.card-details li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}
.card-details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2563eb;
  opacity: .6;
}

/* ── Industries Card Grid ── */
.ind-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ind-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .04);
  transition: all .3s ease;
}
.ind-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, .10), 0 4px 12px rgba(15, 23, 42, .06);
  border-color: #bfdbfe;
}
.ind-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
}
.ind-icon {
  font-size: 28px;
  line-height: 1;
}
.ind-body {
  display: grid;
  gap: 10px;
}
.ind-body h3 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.ind-body p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
}

/* ── Capabilities Box Grid ── */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.cap-box {
  display: flex;
  gap: 18px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .04);
  transition: all .3s ease;
  align-items: flex-start;
}
.cap-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .09);
  border-color: #bfdbfe;
}
.cap-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  font-size: 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
}
.cap-box-body {
  display: grid;
  gap: 8px;
}
.cap-box-body h3 {
  margin: 0;
  color: #0f172a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
.cap-box-body p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
}

/* ── Why Choose Grid ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.why-card {
  display: grid;
  gap: 12px;
  padding: 26px 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .04);
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  opacity: 0;
  transition: opacity .3s ease;
}
.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, .10);
  border-color: #bfdbfe;
}
.why-card:hover::before {
  opacity: 1;
}
.why-number {
  font-size: 13px;
  font-weight: 800;
  color: #93c5fd;
  letter-spacing: .04em;
}
.why-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.why-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
}

/* ── Responsive ── */
@media (max-width: 980px) {
  .ind-card-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .cap-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ind-card-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }
  .ind-card {
    padding: 22px 18px;
  }
  .cap-box {
    padding: 20px 18px;
  }
  .why-card {
    padding: 22px 18px;
  }
}
