/* Jupiter Brass Combined Stylesheet */

/* --- src/styles/responsive.css --- */
/* =============================================
   GLOBAL MOBILE — equal spacing & section titles
   ============================================= */

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.nav-open {
  overflow: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  --header-height: 5.75rem;
  --space-hero-top: calc(var(--header-height) + 0.875rem + env(safe-area-inset-top, 0px));
}

.page-shell {
  padding-top: var(--space-hero-top);
}

@media (min-width: 901px) {
  :root {
    --header-height: 5.75rem;
    --space-hero-top: calc(var(--header-height) + 1rem + env(safe-area-inset-top, 0px));
  }
}

@media (min-width: 1600px) {
  :root {
    --header-height: 6.25rem;
    --space-hero-top: calc(var(--header-height) + 1rem + env(safe-area-inset-top, 0px));
  }
}

@media (max-width: 768px) {
  :root {
    --header-height: 4.75rem;
    --space-section-y: 3rem;
    --space-heading-bottom: 1.5rem;
    --size-section-title: 1.25rem;
    --size-page-title: 1.2rem;
    --tracking-section-title: 0.05em;
    --space-hero-top: calc(var(--header-height) + 0.75rem + env(safe-area-inset-top, 0px));
  }

  /* Equal padding between every section */
  .section,
  .articles-section,
  .marquee-section,
  .section.commitment,
  .contact-form-section,
  .contact-map-section,
  .product-inner-section {
    padding-top: var(--space-section-y);
    padding-bottom: var(--space-section-y);
  }

  .product-inner-page > .product-inner-section:first-of-type {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }

  .page-shell:has(.product-inner-page) {
    padding-top: calc(var(--header-height) + 0.35rem + env(safe-area-inset-top, 0px));
  }

  .hero,
  .about-hero,
  .contact-hero-section,
  .product-quality-section,
  .blog-section {
    padding-top: var(--space-section-y);
    padding-bottom: var(--space-section-y);
  }

  /* Footer always on top of parallax / article layers */
  .footer {
    position: relative;
    z-index: 100;
    flex-shrink: 0;
  }

  .articles-section,
  .commitment {
    position: relative;
    z-index: 2;
  }

  .page-shell {
    position: relative;
    z-index: 1;
    overflow: visible;
  }

  .section-heading {
    margin-bottom: var(--space-heading-bottom);
  }

  /* All red section headers — same size on mobile */
  .section-title,
  .articles-heading,
  .product-inner-section-title,
  .quality-title,
  .commitment-title,
  .parallax-content h2,
  .certification-title,
  .certification-scope-title,
  .choose-finish-title,
  .machinery .section-title,
  .blog-inner-title,
  .product-detail-title {
    font-size: var(--size-section-title);

  }

  .articles-heading {
    margin-bottom: var(--space-heading-bottom);
  }

  .product-inner-section-title {
    margin-bottom: var(--space-heading-bottom);
  }

  /* Page-level h1 titles (contact, blog, about hero) */
  h1.section-title,
  .about-hero-title {
    font-size: var(--size-page-title);

  }

  .about-hero-title {
    margin-bottom: var(--space-heading-bottom);
  }

  .btn,
  .btn-quality-contact,
  .parallax-btn,
  .contact-submit-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  :root {
    --header-height: 4.625rem;
    --space-section-y: 2.75rem;
    --space-heading-bottom: 1.25rem;
    --size-section-title: 1.125rem;
    --size-page-title: 1.0625rem;
    --space-hero-top: calc(var(--header-height) + 0.625rem + env(safe-area-inset-top, 0px));
  }

  .product-inner-page > .product-inner-section:first-of-type {
    padding-top: 1rem;
  }

  .page-shell:has(.product-inner-page) {
    padding-top: calc(var(--header-height) + 0.25rem + env(safe-area-inset-top, 0px));
  }

  .container,
  .nav-shell {
    padding-inline: 1rem;
  }
}


/* --- src/index.css --- */


/* Self-hosted Bank Gothic. Bundling the font files into the site (served from
   /public/fonts) means every device downloads and renders the same font,
   whether or not Bank Gothic is installed locally. */
@font-face {
  font-family: 'Bank Gothic';
  src: url('../fonts/BankGothic-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bank Gothic';
  src: url('../fonts/BankGothic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bank Gothic';
  src: url('../fonts/BankGothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-primary: #F31B1B;
  --color-dark: #202020;
  --color-light-grey: #f5f5f5;
  --color-medium-grey: #e0e0e0;
  --color-text: #333333;
  --color-white: #ffffff;
  
  /* 'Bank Gothic' resolves to the self-hosted @font-face above (url()-only, so the
     downloaded file is used on every device). Michroma/Orbitron are fallbacks in
     case the font files ever fail to load on a given network. */
  --font-heading: 'Bank Gothic', 'Michroma', 'Orbitron', sans-serif;
  --font-body: 'Bank Gothic', 'Michroma', 'Orbitron', sans-serif;
  
  --transition: all 0.3s ease;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--color-text);
  background-color: var(--color-white);
  line-height: 1.6;
  overflow-x: hidden;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* Wrap at spaces only — never split a word mid-character */
:where(
  h1, h2, h3, h4, h5, h6,
  p, a, li, span, label, button,
  blockquote, figcaption, dt, dd, td, th
) {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.page-shell {
  min-height: 50vh;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul {
  list-style: none;
}

/* Layout Utilities */
.container, .nav-shell {
  max-width: 1210px;
  padding-inline: clamp(1rem, 3vw, 2rem);
  margin: 0 auto;
}

@media (max-width: 1600px) and (min-width: 1465px) {
  .container, .nav-shell {
    max-width: 1325px;
  }
}

@media (max-width: 1465px) and (min-width: 1400px) {
  .container, .nav-shell {
    max-width: 1260px;
  }
}

@media (min-width: 1600px) {
  .container, .nav-shell {
    max-width: 1520px;
  }
}

.section {
  padding: clamp(3rem, 6vw, 5.1rem) 0 clamp(3.1rem, 5.5vw, 5rem);
}


.section-dark {
  background-color: var(--color-dark);
  color: var(--color-white);
}

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

.text-center {
  text-align: center;
}

/* Typography Utilities */
.text-primary {
  color: var(--color-primary);
}

.heading-lg {
  font-size: clamp(2.75rem, 6.875vw, 5.5rem);
  line-height: 1.2;
  margin-bottom: 20px;
}

.heading-md {
  font-size: clamp(2.0625rem, 4.125vw, 3.4375rem);
  line-height: 1.2;
  margin-bottom: 30px;
}

.subheading {
  font-size: 1.5125rem;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 10px;
}

/* Global Section Header Styles */
.section-heading {
  text-align: center;
  margin-bottom: clamp(30px, 5vw, 60px);
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4.4vw, 3.3rem);
  color: var(--color-primary);
  text-transform: uppercase;
  line-height: 1.2;
}


/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: var(--transition);
  font-family: var(--font-heading);
  font-size: 1.2375rem;
  border: none;
}

.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.btn-primary:hover {
  background-color: #d61010;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(243, 27, 27, 0.2);
}

.btn-outline {
  background-color: transparent;
  color: var(--color-dark);
  border: 2px solid var(--color-dark);
}

.btn-outline:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in {
  animation: fadeIn 0.8s ease forwards;
}

/* ── Duten-style word-mask clip reveal ───────────────────────────────────────
   Each heading word is wrapped in .lg-word-mask (overflow hidden) and
   .lg-word-inner (the element that slides up). GSAP drives the transform.   */
.lg-word-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  line-height: inherit;
}

.lg-word-inner {
  display: inline-block;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .lg-word-inner {
    transform: none !important;
    opacity: 1 !important;
  }
}



/* --- src/App.css --- */
.counter {
  font-size: 22px;
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--accent);
  background: var(--accent-bg);
  border: 2px solid transparent;
  transition: border-color 0.3s;
  margin-bottom: 24px;

  &:hover {
    border-color: var(--accent-border);
  }
  &:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
  }
}

.hero {
  position: relative;

  .base,
  .framework,
  .vite {
    inset-inline: 0;
    margin: 0 auto;
  }

  .base {
    width: 170px;
    position: relative;
    z-index: 0;
  }

  .framework,
  .vite {
    position: absolute;
  }

  .framework {
    z-index: 1;
    top: 34px;
    height: 28px;
    transform: perspective(2000px) rotateZ(300deg) rotateX(44deg) rotateY(39deg)
      scale(1.4);
  }

  .vite {
    z-index: 0;
    top: 107px;
    height: 26px;
    width: auto;
    transform: perspective(2000px) rotateZ(300deg) rotateX(40deg) rotateY(39deg)
      scale(0.8);
  }
}

#center {
  display: flex;
  flex-direction: column;
  gap: 25px;
  place-content: center;
  place-items: center;
  flex-grow: 1;

  @media (max-width: 1024px) {
    padding: 32px 20px 24px;
    gap: 18px;
  }
}

#next-steps {
  display: flex;
  border-top: 1px solid var(--border);
  text-align: left;

  & > div {
    flex: 1 1 0;
    padding: 32px;
    @media (max-width: 1024px) {
      padding: 24px 20px;
    }
  }

  .icon {
    margin-bottom: 16px;
    width: 22px;
    height: 22px;
  }

  @media (max-width: 1024px) {
    flex-direction: column;
    text-align: center;
  }
}

#docs {
  border-right: 1px solid var(--border);

  @media (max-width: 1024px) {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
}

#next-steps ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
  margin: 32px 0 0;

  .logo {
    height: 18px;
  }

  a {
    color: var(--text-h);
    font-size: 22px;
    border-radius: 6px;
    background: var(--social-bg);
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: box-shadow 0.3s;

    &:hover {
      box-shadow: var(--shadow);
    }
    .button-icon {
      height: 18px;
      width: 18px;
    }
  }

  @media (max-width: 1024px) {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;

    li {
      flex: 1 1 calc(50% - 8px);
    }

    a {
      width: 100%;
      justify-content: center;
      box-sizing: border-box;
    }
  }
}

#spacer {
  height: 88px;
  border-top: 1px solid var(--border);
  @media (max-width: 1024px) {
    height: 48px;
  }
}

.ticks {
  position: relative;
  width: 100%;

  &::before,
  &::after {
    content: '';
    position: absolute;
    top: -4.5px;
    border: 5px solid transparent;
  }

  &::before {
    left: 0;
    border-left-color: var(--border);
  }
  &::after {
    right: 0;
    border-right-color: var(--border);
  }
}


/* --- src/components/Header.css --- */
.header {
  --ease-header: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-header-surface: 0.45s;

  padding: 12px 0;
  background-color: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  will-change: transform, opacity, filter;
  transform: translate3d(0, 0, 0);
  transition:
    padding var(--duration-header-surface) var(--ease-header),
    background-color var(--duration-header-surface) var(--ease-header),
    box-shadow var(--duration-header-surface) var(--ease-header),
    border-color var(--duration-header-surface) var(--ease-header),
    backdrop-filter var(--duration-header-surface) var(--ease-header);
  backdrop-filter: blur(8px);
  pointer-events: auto !important;
}

.header--hidden {
  pointer-events: auto !important;
}

.header .nav,
.header .nav-link,
.header .logo,
.header .logo a {
  pointer-events: auto !important;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .header {
    will-change: auto;
    transition-duration: 0.01ms;
  }
}

.header--scrolled {
  padding: 10px 0;
  background-color: #ffffff;
  border-bottom-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(16px);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo-img {
  height: 72px;
  width: auto;
  display: block;
  transition: none;
  transform-origin: left center;
}

.header--scrolled .logo-img {
  height: 72px;
  transform: none;
}

.nav {
  display: flex;
  gap: 40px;
  align-items: center;
}

.nav-link {
  font-family: var(--font-heading);
  font-size: 1.0313rem;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  transition: color 0.35s var(--ease-header, cubic-bezier(0.16, 1, 0.3, 1));
  padding: 4px 0;
}

.nav-link--mobile-only {
  display: none;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-primary);
  transition: width 0.4s var(--ease-header, cubic-bezier(0.16, 1, 0.3, 1));
}

.nav-link:hover::after,
.nav-link--active::after {
  width: 100%;
}

.nav-link:hover,
.nav-link--active {
  color: var(--color-primary);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 110;
  -webkit-tap-highlight-color: transparent;
}

.nav-toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

.nav-toggle--active .nav-toggle-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle--active .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle--active .nav-toggle-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-overlay {
  display: none;
}

@media (min-width: 1600px) {
  .logo-img {
    height: 78px;
  }

  .header--scrolled .logo-img {
    height: 78px;
    transform: none;
  }
}

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

  .nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 105;
    backdrop-filter: blur(4px);
  }

  .nav-overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: calc(80px + env(safe-area-inset-top, 0px)) 28px 40px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transform: translateY(-100%);
    /* Smoother spring-feel easing for the panel slide */
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 108;
    overflow-y: auto;
  }

  .nav--open {
    transform: translateY(0);
  }

  .nav-link {
    font-size: 1.3063rem;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    /* Start hidden — rises from below when nav opens */
    opacity: 0;
    transform: translateY(80px);
    transition:
      opacity   0.75s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.75s cubic-bezier(0.16, 1, 0.3, 1),
      color     0.35s var(--ease-header, cubic-bezier(0.16, 1, 0.3, 1));
    transition-delay: 0s; /* instant reset on close */
  }

  .nav-link--mobile-only {
    display: block;
  }

  /* Stagger — each link rises up one after the other, bottom-to-top feel */
  .nav--open .nav-link:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.25s; }
  .nav--open .nav-link:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.40s; }
  .nav--open .nav-link:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.55s; }
  .nav--open .nav-link:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.70s; }
  .nav--open .nav-link:nth-child(5) { opacity: 1; transform: translateY(0); transition-delay: 0.85s; }
  .nav--open .nav-link:nth-child(6) { opacity: 1; transform: translateY(0); transition-delay: 1.00s; }
  .nav--open .nav-link:nth-child(7) { opacity: 1; transform: translateY(0); transition-delay: 1.15s; }
  .nav--open .nav-link:nth-child(8) { opacity: 1; transform: translateY(0); transition-delay: 1.30s; }

  .nav-link::after {
    bottom: 14px;
    height: 2px;
  }

  .logo-img {
    height: 56px;
  }
}


/* --- src/components/Footer.css --- */
/* =============================================
   FOOTER
   ============================================= */
.footer {
  position: relative;
  z-index: 50;
  isolation: isolate;
  padding-top: clamp(4rem, 9vw, 4rem);
  padding-bottom: 0;
  background: linear-gradient(180deg, #ffffff 60%, #fff5f5 100%);
  color: var(--color-text);
  overflow-x: clip;
  overflow-y: visible;
  width: 100%;
}

.footer::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #F31B1B20;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}

.footer::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #F31B1B20;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}

.footer>.container {
  position: relative;
  z-index: 1;
}

/* ---------- Grid ---------- */
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  padding-bottom: clamp(4rem, 9vw, 4rem);
}

/* ---------- Links Wrapper (nested 2-col grid) ---------- */
.footer-links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* ---------- Brand Column ---------- */
.footer-logo {
  margin-bottom: 40px;
}

.footer-logo-img {
  height: 120px;
  width: auto;
}

.footer-tagline {
  font-family: var(--font-heading);
  font-size: 1.1688rem;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}

/* ---------- Social Icons ---------- */
.footer-socials {
  display: flex;
  gap: 14px;
}

.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* ---------- Link Columns ---------- */
.footer-heading {
  font-family: var(--font-heading);
  font-size: 1.375rem;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 40px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 28px;
}

.footer-links ul li a {
  font-family: var(--font-heading);
  font-size: 1.21rem;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: var(--color-primary);
}

/* ---------- Bottom Bar ---------- */
.footer-bottom {
  border-top: 1px solid #e0d5d5;
  background-color: #ffffff;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 38px 0;
  gap: 24px;
}

.footer-copyright {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.footer-credit {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #555555;
  margin: 0;
}

.footer-credit .heart {
  color: var(--color-primary);
  font-size: 1.1rem;
}

.codelix-link {
  color: #111111;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease;
}

.codelix-link:hover {
  color: var(--color-primary);
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .footer {
    z-index: 100;
    padding-top: var(--space-section-y, 3rem);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: #ffffff;
    border-top: 1px solid rgba(243, 27, 27, 0.14);
    box-shadow: 0 -10px 32px rgba(15, 23, 42, 0.06);
    overflow: visible;
    flex-shrink: 0;
  }

  .footer::before,
  .footer::after {
    display: none;
  }

  .footer>.container {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 1.75rem;
  }

  .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .footer-logo {
    margin-bottom: 18px;
  }

  .footer-logo-img {
    height: 72px;
    width: auto;
    max-width: min(220px, 70vw);
  }

  .footer-tagline {
    font-size: 1.0313rem;
    margin-bottom: 22px;
    max-width: 22rem;
    padding-inline: 0.25rem;
  }

  .footer-socials {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .social-icon {
    width: 42px;
    height: 42px;
  }

  .footer-links-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 28px 16px;
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
  }

  .footer-links {
    min-width: 0;
    text-align: center;
  }

  .footer-heading {
    margin-bottom: 14px;
    font-size: 1.2032rem;
  }

  .footer-links ul li {
    margin-bottom: 12px;
  }

  .footer-links ul li:last-child {
    margin-bottom: 0;
  }

  .footer-links ul li a {
    white-space: normal;
    font-size: 1.0725rem;
    display: inline-block;
    padding-block: 2px;
  }

  .footer-bottom {
    margin-top: 0;
    background: #fafafa;
    border-top-color: #e8e0e0;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    padding: 20px 0 calc(20px + env(safe-area-inset-bottom, 12px));
  }

  .footer-copyright,
  .footer-credit {
    font-size: 0.99rem;
    max-width: 20rem;
  }
}

@media (max-width: 480px) {
  .footer-links-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 100%;
  }

  .footer-links ul li a {
    font-size: 1.1rem;
  }

  .footer-copyright,
  .footer-credit {
    font-size: 0.9625rem;
    max-width: 100%;
    padding-inline: 0.25rem;
  }
}

/* --- src/components/Hero.css --- */
.hero {
  background-color: #FFFFFF;
  overflow: hidden;
  min-height: 85vh;
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3.1rem, 5.5vw, 5rem);
}

.hero-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* ── Top Section (Float Layout) ── */
.hero-top-section {
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.hero-description {
  float: right;
  font-family: var(--font-body);
  font-size: 0.8938rem;
  color: #343434;
  text-transform: uppercase;
  max-width: 400px;
  margin-right: 80px;
  margin-top: 10px;
  text-align: left;
}

.hero-title {
  display: block;
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: clamp(2.3375rem, 4.4vw, 3.4rem);
  color: #343434;
  text-transform: uppercase;
}

/* Clearfix */
.hero-top-section::after {
  content: "";
  display: table;
  clear: both;
}

/* ── Bottom Section ── */
.hero-bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 90px;
  position: relative;
}

.hero-premium-area {
  display: flex;
  flex-direction: column;
  z-index: 2;
  margin-bottom: 30px;
}

.hero-premium {
  display: flex;
  flex-direction: column;
}

.premium-text {
  font-family: var(--font-heading);
  font-size: clamp(3.4375rem, 6.875vw, 7.5625rem);
  color: #0000002E;
  text-transform: uppercase;
  user-select: none;
  line-height: 1;
}

.hero-tagline {
  font-family: var(--font-body);
  font-size: 0.8938rem;
  color: #343434;
  max-width: 465px;
  text-transform: uppercase;
  margin-top: 170px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .hero-tagline {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* ── Right Product Area ── */
.hero-image-area {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 1;
}

.hero-bg-logo {
  position: absolute;
  top: -15rem;
  max-width: 300px;
  height: auto;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.hero-product {
  position: relative;
  bottom: 40px;
  z-index: 1;
  max-width: 100%;
  width: 740px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
  transition: transform 0.5s ease;
}

.hero-product:hover {
  transform: scale(1.03) translateY(-5px);
}

/* Tablet: light tweak only — full mobile layout in styles/mobile.css */
@media (max-width: 992px) and (min-width: 769px) {
  .hero {
    min-height: auto;
  }
}

/* Mobile: styles/mobile.css (max-width: 768px only) */

@media (max-width: 768px) {
  .hero {
    padding-top: clamp(1.5rem, 4vw, 2rem);
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1600px) {
  .hero-title {
    font-size: 4.25rem;
  }


}

/* --- src/components/About.css --- */
.about {
  background-color: #FFFFFF;
}

/* Top Row: text left, stats right */
.about-top-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 50px;
}

/* Text */
.about-text p {
  font-family: var(--font-body);
  font-size: 0.8938rem;
  color: #454545;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Stats 2x2 grid */
.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid var(--color-primary);
  text-align: center;
  background-color: #FFFFFF;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: clamp(1.65rem, 2.475vw, 2.2rem);
  color: var(--color-dark);
  font-variant-numeric: tabular-nums;
  min-width: 3.5ch;
  display: inline-block;
}

.stat-label {
  font-family: var(--font-body);
  font-size: 0.825rem;
  color: #666;
  text-transform: uppercase;
}

/* Full width image */
.about-image-container {
  width: 100%;
  height: 420px;
  border-radius: 6px;
  overflow: hidden;
}

.about-image {
  width: 100%;
  height: 115%;
  object-fit: cover;
  display: block;
  will-change: transform;
}

/* Responsive */
@media (max-width: 992px) {
  .about-top-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .about-text p {
    font-size: 0.825rem;
  }

  .about-image-container {
    height: 240px;
  }

  .about-image {
    height: 115%;
  }

  .stat-item {
    padding: 10px;
  }

  .stat-number {
    font-size: 1.8563rem;
  }

  .stat-label {
    font-size: 0.6rem;
  }

  .about-stats {
    gap: 12px;
    width: 100%;
  }
}

/* --- src/components/Products.css --- */
.products {
  background-color: var(--color-white);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

a.product-card {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.product-card {
  border: 1px solid var(--color-primary);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1;
  clip-path: none !important;
}

.jup-curtain {
  display: none !important;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f31b1b;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'><line x1='0' y1='0' x2='100%25' y2='100%25' stroke='%23f31b1b' stroke-width='1.5'/></svg>");
  background-size: 100% 100%;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.product-card:hover {
  border-color: #f31b1b;
}

.product-card:hover::before {
  opacity: 1;
}

.product-number {
  font-family: var(--font-heading);
  font-size: 1.925rem;
  color: #000000;
  position: relative;
  z-index: 2;
}

.product-image-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  min-height: 0;
}

.product-image {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.5s ease;
}

.product-card:hover .product-image {
  transform: scale(1.05);
}

.product-name {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f0f0f;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.3;
  padding: 8px 4px 4px;
  text-align: left;
  position: relative;
  z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/* Mobile: styles/mobile.css (max-width: 768px only) */

/* --- src/components/Quality.css --- */
.quality {
  background-color: #343434;
  color: #ffffff;
}

.quality-title {
  color: #ffffff !important;
}

.quality-grid-wrap {
  position: relative;
}

.quality-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 2fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.quality-circle {
  position: absolute;
  top: 50%;
  left: calc(37.5% + 1.5px);
  width: 36px;
  height: 36px;
  background-color: #211F1F;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}

.quality-highlight {
  background-color: #F31B1B;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  grid-column: 1;
  grid-row: 1 / 3;
  min-height: 100%;
}

.quality-highlight h4 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #ffffff;
}

.quality-highlight p {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.85;
  text-transform: uppercase;
  color: #ffffff;
}

a.btn-quality-contact {
  text-decoration: none;
}

.btn-quality-contact {
  display: inline-block;
  width: fit-content;
  padding: 12px 30px;
  font-family: var(--font-heading);
  font-size: 0.8938rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #211F1F;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-quality-contact:hover {
  background-color: #ffffff;
  color: #000000;
}

.mt-20 {
  margin-top: 20px;
}

.quality-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column: 2;
  grid-row: 1 / 3;
  gap: 10px;
  min-height: 100%;
}

.q-point {
  background-color: #454545;
  padding: 15px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.q-point:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.q-icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.q-icon-circle img {
  width: 17px;
  height: 17px;
  display: block;
  object-fit: contain;
  margin: auto;
}

.q-point h5 {
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1.3;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

.q-point p {
  font-size: 0.75rem;
  line-height: 1.5;
  opacity: 0.85;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 992px) {
  .quality-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .quality-highlight {
    grid-column: 1;
    grid-row: auto;
  }

  .quality-points {
    grid-column: 1;
    grid-row: auto;
  }

  .quality-circle {
    display: none;
  }
}

@media (max-width: 768px) {
  .quality-points {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .quality-highlight h4 {
    font-size: 1.1rem;
  }

  .quality-highlight p,
  .q-point p {
    font-size: 0.6875rem;
  }

  .q-point h5 {
    font-size: 0.7563rem;
  }

  .quality-highlight {
    padding: 24px 20px;
  }
}

@media (max-width: 480px) {
  .quality-points {
    grid-template-columns: 1fr;
  }

  .btn-quality-contact {
    width: 100%;
    text-align: center;
  }
}

/* --- src/components/Process.css --- */
.process {
  background-color: #ffffff;
}



.process-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 30px;
  align-items: stretch;
}

.process-image-container {
  height: 100%;
  overflow: hidden;
}

.process-image {
  width: 100%;
  height: 115%;
  object-fit: cover;
  display: block;
  will-change: transform;
}

.process-steps {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 15px;
}

.process-card {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  align-items: center;
  gap: 20px;
  padding: 0 40px;
  border: 1px solid rgba(243, 27, 27, 0.4);
  background-color: #ffffff;
}

.process-number {
  font-family: var(--font-heading);
  font-size: 4.125rem;
  color: var(--color-primary);
}

.process-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.process-step-title {
  font-family: var(--font-heading);
  font-size: 1.0313rem;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}

.process-desc-container {
  border-left: 0;
}

.process-step-desc {
  font-family: var(--font-body);
  font-size: 0.8938rem;
  color: #343434;
  margin: 0;
  text-transform: uppercase;
}

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

  .process-image-container {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .process-image-container {
    height: 280px;
  }

  .process-card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;
    padding: 20px 16px;
  }

  .process-number {
    font-size: 3.0938rem;
  }

  .process-step-title {
    font-size: 0.9625rem;
  }

  .process-step-desc {
    font-size: 0.825rem;
  }
}

/* --- src/components/Industry.css --- */
.industry {
  background-color: #ffffff;
}

.industry-subtitle {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 1.2375rem;
  color: #000000;
  text-transform: uppercase;
  max-width: 850px;
  margin: 0 auto 50px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.industry-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 16px;
  border: 1px solid var(--color-primary);
  border-radius: 12px;
  background-color: #ffffff;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 170px;
  text-align: center;
}

.industry-card:hover {
  box-shadow: 4px 5px 0px 2px var(--color-primary);
  transform: translateY(-2px);
}

.industry-image-wrapper {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.industry-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.industry-name {
  width: 100%;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .industry-subtitle {
    font-size: clamp(1.0313rem, 4.125vw, 1.1688rem);
    margin-bottom: 36px;
    padding: 0 4px;
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .industry-card {
    height: auto;
    min-height: 140px;
    padding: 22px 14px;
  }

  .industry-name {
    font-size: 0.8525rem;
  }
}

@media (max-width: 576px) {
  .industry-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* --- src/components/USP.css --- */
.usp {
  background-color: #FFF8F8;
}

.usp-subtitle {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 1.375rem;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto 50px;
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.usp-card {
  background-color: #ffffff;
  padding: 45px 30px;
  border: 1px solid #F31B1B;
  border-radius: 45px 45px 0 45px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.usp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(243, 27, 27, 0.1);
  border-radius: 0 24px 24px 24px;
  background-color: #FF9E9E;
}

.usp-card:hover .usp-title,
.usp-card:hover .usp-desc {
  color: #ffffff;
}

.usp-card:hover .usp-svg-icon {
  filter: brightness(0) invert(1);
}

.usp-icon {
  margin-bottom: 30px;
}

.usp-svg-icon {
  width: 55px;
  height: 55px;
  transition: filter 0.3s ease;
}

.usp-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: #343434;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.usp-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #F31B1B;
  margin-top: 25px;
  margin-bottom: 35px;
  transition: background-color 0.3s ease;
}

.usp-card:hover .usp-title::after {
  background-color: #ffffff;
}

.usp-desc {
  font-family: var(--font-body);
  font-size: 0.825rem;
  color: #343434;
  text-transform: uppercase;
  margin: 0;
  transition: color 0.3s ease;
}

/* Stats Bar */
.usp-stats-bar {
  position: relative;
  width: 100%;
  height: 220px;
  background-image: url('../images/about_us_image.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 0 40px 40px 40px;
}

.usp-stats-overlay {
  position: absolute;
  inset: 0;
  background-color: #F1505099;
}

.usp-stats-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

.usp-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.usp-stat-value {
  font-family: var(--font-heading);
  font-size: 1.375rem;
  color: #ffffff;
  text-transform: uppercase;
}

.usp-stat-label {
  font-family: var(--font-body);
  font-size: 0.8938rem;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
  .usp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .usp-subtitle {
    font-size: clamp(1.0313rem, 4.125vw, 1.2375rem);
    margin-bottom: 36px;
    padding: 0 4px;
  }

  .usp-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }

  .usp-card {
    min-height: auto;
    padding: 36px 28px;
    border-radius: 32px 32px 0 32px;
  }

  .usp-icon {
    margin-bottom: 24px;
  }

  .usp-stats-content {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: 8px 16px;
  }

  .usp-stats-bar {
    height: auto;
    padding: 40px 20px;
    border-radius: 0 24px 24px 24px;
  }

  .usp-stat-value {
    font-size: 1.3063rem;
  }
}

/* --- src/components/Marquee.css --- */
.marquee-section {
  width: 100%;
  background-color: #ffffff;
  padding: clamp(3.1rem, 5.5vw, 5rem) 0 clamp(3.1rem, 5.5vw, 5rem);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: scrollText 40s linear infinite;
}

.marquee-content span {
  font-family: var(--font-heading);
  font-size: 2.475rem;
  color: #F31B1B;
  text-transform: uppercase;
  padding-right: 15px;
  /* Adjust if spacing around dot needs fine-tuning */
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover if desired */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .marquee-content span {
    font-size: clamp(1.2375rem, 5.225vw, 1.5125rem);
  }
}

/* --- src/components/ParallaxSection.css --- */
.parallax-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background-color: #000000;
  background-image: url('../images/Start-Your-Project.png');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.parallax-content {
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
}

.parallax-content h2 {
  font-family: var(--font-heading);
  font-size: 3.025rem;
  text-transform: uppercase;
  margin-bottom: 50px;
}

a.parallax-btn {
  text-decoration: none;
  display: inline-block;
}

.parallax-btn {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 15px 35px;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.parallax-btn:hover {
  background: #ffffff;
  color: #000000;
}

@media (max-width: 992px) {
  .parallax-content h2 {
    margin-bottom: clamp(24px, 5vw, 36px);
  }

  .parallax-btn {
    padding: 14px 24px;
    font-size: 0.9625rem;
    min-height: 48px;
  }
}

@media (max-width: 480px) {
  .parallax-content {
    padding: 0 16px;
  }
}

/* --- src/components/Articles.css --- */
.articles-section {
  background-color: #ffffff;
  padding: 80px 0;
  position: relative;
  z-index: 2;
  /* Scroll over parallax section */
}

.articles-heading {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 3.025rem;
  color: #F31B1B;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #F31B1B;
}

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

.articles-grid--cols-1 {
  grid-template-columns: 1fr;
}

.articles-grid--cols-2 .article-card:last-child,
.articles-grid--cols-3 .article-card:nth-child(3n) {
  border-right: none;
}

a.article-card {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

a.article-card:hover {
  background-color: rgba(243, 27, 27, 0.03);
}

.article-card {
  display: flex;
  flex-direction: column;
}

.article-card:not(:last-child) {
  border-right: 1px solid #F31B1B;
}

.articles-grid--cols-2 .article-card:not(:last-child) {
  border-right: 1px solid #F31B1B;
}

.article-image-wrapper {
  padding: 20px;
  border-bottom: none;
  background-size: 15px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 16px;
}

.article-image {
  width: 100%;
  height: auto;
  display: block;
}

.article-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.article-date {
  font-family: var(--font-heading);
  font-size: 0.6875rem;
  color: #696969;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.article-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: #F31B1B;
  text-transform: uppercase;
  margin-bottom: 15px;
  flex-grow: 1;
}

.article-author {
  font-family: var(--font-heading);
  font-size: 0.6875rem;
  color: #696969;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .articles-grid {
    grid-template-columns: 1fr;
    border: none;
    gap: 20px;
  }

  .article-card {
    border: 1px solid #F31B1B;
    border-radius: 4px;
    overflow: hidden;
  }

  .article-card:not(:last-child) {
    border-right: 1px solid #F31B1B;
  }

  .article-title {
    font-size: clamp(1.0313rem, 4.4vw, 1.1688rem);
    margin-bottom: 24px;
  }
}

/* --- src/components/AboutHero.css --- */
/* =============================================
   ABOUT HERO SECTION
   ============================================= */
.about-hero {
  position: relative;
  z-index: 1;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3.1rem, 5.5vw, 5rem);
  background-color: #FFFFFF;
}

.about-hero-title {
  text-align: center;
  font-family: var(--font-heading);
  font-size: clamp(2.0625rem, 3.4375vw, 2.75rem);
  text-transform: uppercase;
  color: #343434;
  margin: 0 auto 60px;
}

/* ---------- Banner & Grid Background ---------- */
.about-hero-banner {
  position: relative;
  background-color: #FFEFEF;
  border-radius: 30px;
  width: 100%;
  height: 490px;
  margin-bottom: clamp(40px, 8vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --mouse-x: 50%;
  --mouse-y: 50%;
  --grid-offset-x: 0px;
  --grid-offset-y: 0px;
  --spotlight-size: clamp(140px, 18vw, 220px);
  /* To allow image to spill out top/bottom */
}

.about-hero-grid {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  z-index: 0;
  pointer-events: none;
  background-size: 40px 40px;
}

/* Static grid behind the image (visible when cursor is outside the card) */
.about-hero-grid--base {
  opacity: 1;
  transition: opacity 0.25s ease;
  background-image:
    linear-gradient(to right, rgba(243, 27, 27, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(243, 27, 27, 0.1) 1px, transparent 1px);
  background-position: center;
  mask-image: linear-gradient(to right, transparent 20%, black 40%, black 60%, transparent 80%);
  -webkit-mask-image: linear-gradient(to right, transparent 20%, black 40%, black 60%, transparent 80%);
}

.about-hero-banner.is-grid-active .about-hero-grid--base {
  opacity: 0;
}

/* Brighter grid that follows the cursor */
.about-hero-grid--spotlight {
  opacity: 0;
  background-image:
    linear-gradient(to right, rgba(243, 27, 27, 0.42) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(243, 27, 27, 0.42) 1px, transparent 1px);
  background-position: calc(50% + var(--grid-offset-x)) calc(50% + var(--grid-offset-y));
  mask-image: radial-gradient(circle var(--spotlight-size) at var(--mouse-x) var(--mouse-y),
      black 0%,
      rgba(0, 0, 0, 0.75) 42%,
      transparent 72%);
  -webkit-mask-image: radial-gradient(circle var(--spotlight-size) at var(--mouse-x) var(--mouse-y),
      black 0%,
      rgba(0, 0, 0, 0.75) 42%,
      transparent 72%);
  transition: opacity 0.2s ease;
  will-change: mask-image, -webkit-mask-image, background-position;
}

.about-hero-banner.is-grid-active .about-hero-grid--spotlight {
  opacity: 1;
}

/* ---------- Year Typography ---------- */
.about-hero-year {
  position: relative;
  font-family: var(--font-heading);
  color: #F31B1B;
  z-index: 1;
  transform: translateY(-20px);
  display: inline-block;
}

.about-hero-year-value {
  display: block;
  font-size: clamp(15rem, 37vw, 22rem);
}

.about-hero-since {
  position: absolute;
  top: 95px;
  left: -20px;
  font-size: 2.4rem;
  color: var(--color-primary);
  text-transform: uppercase;
  white-space: nowrap;
}

/* ---------- Person Image ---------- */
.about-hero-image-wrapper {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  height: 480px;
  pointer-events: none;
}

.about-hero-image {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: bottom;
}

/* ---------- Bottom Content ---------- */
.about-hero-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 70px;
  align-items: start;
  margin: 0 auto;
}

.about-hero-text {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: #343434;
  text-transform: uppercase;
}

.about-hero-divider {
  width: 1px;
  height: 100%;
  min-height: 150px;
  background-color: var(--color-dark, #222);
  /* Dark divider like in image */
}

.about-hero-signature {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: var(--color-primary);
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: 500;
}

.about-hero-tilde {
  font-size: 1.5rem;
  transform: translateY(4px);
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .about-hero-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-hero-divider {
    width: 100%;
    height: 1px;
    min-height: 1px;
  }

  .about-hero-year {
    transform: translateY(0);
  }

  .about-hero-year-value {
    font-size: clamp(8.25rem, 20.625vw, 13.75rem);
    -webkit-text-stroke: 2px var(--color-primary);
  }

  .about-hero-since {
    top: -20px;
  }

  .about-hero-image-wrapper {
    height: 400px;
  }
}

@media (hover: none) {
  .about-hero-grid--spotlight {
    display: none;
  }

  .about-hero-banner.is-grid-active .about-hero-grid--base,
  .about-hero-grid--base {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {

  .about-hero-grid--base,
  .about-hero-grid--spotlight {
    transition: none;
  }

  .about-hero-grid--spotlight {
    opacity: 0 !important;
  }
}

@media (max-width: 768px) {
  .about-hero-text {
    font-size: 0.8525rem;
  }

  .about-hero-signature {
    justify-content: flex-start;
    margin-top: 20px;
    font-size: 1rem;
  }

  .about-hero-tilde {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding-top: clamp(1.5rem, 4vw, 2rem);
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 600px) {
  .about-hero-banner {
    height: min(46vh, 300px);
    margin-bottom: 32px;
    border-radius: 20px;
    overflow: hidden;
    align-items: flex-end;
  }

  .about-hero-grid,
  .about-hero-grid--base,
  .about-hero-grid--spotlight {
    border-radius: 20px;
  }
}

/* --- src/components/AboutCapabilities.css --- */
/* =============================================
   ABOUT CAPABILITIES
   ============================================= */
.capabilities {
  background-color: #FFFFFF;
}



.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 auto;
}

.capability-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 32px;
  background-color: #FFF2F2;
  border: 1.5px solid #F31B1B;
  border-radius: 4px;
  /* Matches clean industrial boxes in the image */
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.capability-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(243, 27, 27, 0.08);
}

.capability-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.capability-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.capability-text {
  font-family: var(--font-heading);
  font-size: clamp(0.9625rem, 1.375vw, 1.2375rem);
  text-transform: uppercase;
  color: #343434;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .capabilities-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .capability-card {
    padding: 20px 24px;
  }
}

/* --- src/components/Certification.css --- */
/* =============================================
   ISO CERTIFICATION SECTION
   ============================================= */
.certification {
  background-color: #ffffff;
  padding-top: 0;
}

.certification-wrapper {
  display: flex;
  align-items: stretch;
  gap: clamp(2.5rem, 5vw, 5rem);
}

/* ---------- Left Content ---------- */
.certification-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.certification-title {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: clamp(1.2rem, 2.5vw, 2rem);
}

.certification-description {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--color-dark);
  text-transform: uppercase;
  margin-bottom: clamp(1.8rem, 3vw, 2.8rem);
}

/* ---------- Scope Subtitle ---------- */
.certification-scope-title {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: clamp(1.2rem, 2vw, 1.8rem);
}

/* ---------- Scope Tags ---------- */
.certification-tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 1vw, 14px);
}

.certification-tag {
  font-family: var(--font-heading);
  font-size: clamp(0.55rem, 0.75vw, 0.65rem);
  color: #343434;
  text-transform: uppercase;
  border: 1px solid #F31B1B;
  padding: clamp(8px, 1vw, 12px) clamp(14px, 1.8vw, 24px);
  background: #FFF2F2;
  transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  cursor: default;
  white-space: nowrap;
}

.certification-tag:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background-color: rgba(243, 27, 27, 0.04);
}

/* ---------- Right Certificate Image ---------- */
.certification-image-box {
  flex: 0 0 clamp(280px, 38%, 480px);
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.certification-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  will-change: transform;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .certification-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .certification-image-box {
    flex: none;
    width: 80%;
    max-width: 400px;
    order: -1;
    margin-bottom: 1.5rem;
  }

  .certification-content {
    text-align: center;
  }

  .certification-tags {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .certification-image-box {
    width: 95%;
  }

  .certification-tag {
    font-size: 0.6875rem;
    padding: 8px 12px;
  }
}

/* --- src/components/WhyChooseUs.css --- */
/* =============================================
   WHY CHOOSE US
   ============================================= */
.why-choose-us {
  background-color: #FFFFFF;
}

.why-choose-us .section-heading {
  margin-bottom: 0;
}

.why-choose-us-banner {
  width: 100%;
  margin-top: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.why-choose-us-img {
  width: 70%;
  height: auto;
  object-fit: contain;
  will-change: transform;
}

.why-choose-us-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(2rem, 4vw, 5rem);
  row-gap: clamp(2.5rem, 5vw, 4.5rem);
  margin: 0 auto;
}

.why-choose-us-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-bottom: clamp(30px, 3vw, 50px);
}

.why-choose-us-icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(30px, 3vw, 40px);
}

.why-choose-us-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-choose-us-item-title {
  font-family: var(--font-heading);
  font-size: clamp(0.99rem, 1.375vw, 1.1rem);
  text-transform: uppercase;
  color: #F31B1B;
  margin-bottom: clamp(18px, 2.5vw, 28px);
}

.why-choose-us-item-desc {
  font-family: var(--font-heading);
  font-size: clamp(0.7975rem, 1.1vw, 0.8938rem);
  color: #343434;
  text-transform: uppercase;
  margin: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .why-choose-us-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 40px;
  }
}

@media (max-width: 600px) {
  .why-choose-us-grid {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }

  .why-choose-us-item {
    align-items: center;
    text-align: center;
  }

  .why-choose-us-icon-box {
    margin-bottom: 20px;
    margin-inline: auto;
  }

  .why-choose-us-item-title {
    margin-bottom: 16px;
  }
}

/* --- src/components/CapabilitiesHero.css --- */
/* =============================================
   CAPABILITIES HERO SECTION
   ============================================= */
.capabilities-hero {
  position: relative;
  z-index: 1;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3.1rem, 5.5vw, 5rem);
  background-color: #ffffff;
}

.cap-hero-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(2rem, 4.5vw, 4.4rem);
  align-items: start;
}

.cap-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 1.15;
  color: #343434;
  text-transform: capitalize;
  margin: 0;
  max-width: 822px;
}

.cap-hero-title-accent {
  color: var(--color-primary);
}

.cap-hero-desc {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  color: #343434;
  text-transform: uppercase;
  line-height: 1.5;
  max-width: 527px;
  margin: 0;
  margin-top: 6px;
}

/* ---------- Stat Cards ---------- */
.cap-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.75rem, 1vw, 0.75rem);
  margin-top: clamp(2.5rem, 4.5vw, 2.6rem);
}

.cap-hero-stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 22px 24px 9px;
  min-height: 108px;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  background-color: #ffffff;
}

.cap-hero-stat-value {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.05;
  color: var(--color-primary);
}

.cap-hero-stat-label {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  line-height: 1;
  color: #7b7b7b;
  text-transform: capitalize;
}

.cap-hero-stat-caption {
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1;
  color: #343434;
  text-transform: capitalize;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .cap-hero-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .cap-hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

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


/* --- src/components/CapabilitiesDetails.css --- */
/* =============================================
   CAPABILITIES — DETAIL SECTIONS
   Standard section header + varied body layouts:
   feature cards · numbered lists · spec tables ·
   chip clouds · checklists.
   ============================================= */
.cap-block {
  background-color: #ffffff;
}

.cap-block--soft {
  background-color: #fff8f8;
}

/* Centered section description under the standard .section-title */
.cap-detail-desc {
  text-align: center;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.7vw, 1.375rem);
  line-height: 1.6;
  color: #343434;
  text-transform: uppercase;
  max-width: 900px;
  margin: clamp(16px, 2.2vw, 24px) auto 0;
}

/* Sub-group heading (surface finishing, export) */
.cap-subhead {
  text-align: center;
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.6vw, 1.375rem);
  letter-spacing: 0.04em;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: clamp(2rem, 3.5vw, 2.8rem) 0 clamp(1rem, 2vw, 1.4rem);
}

/* =============================================
   1. FEATURE CARDS (facility, value-added)
   ============================================= */
.cap-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2vw, 1.6rem);
  margin-top: clamp(1.6rem, 3vw, 2.5rem);
}

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

.cap-feature-card {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 40px) clamp(24px, 2.4vw, 34px);
  background-color: #fff8f8;
  border: 1px solid var(--color-primary);
  border-radius: 24px 24px 0 24px;
  transition: all 0.3s ease;
}

.cap-block--soft .cap-feature-card {
  background-color: #ffffff;
}

.cap-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(243, 27, 27, 0.1);
  border-radius: 0 16px 16px 16px;
  background-color: #ff9e9e;
}

.cap-feature-card:hover .cap-feature-icon,
.cap-feature-card:hover .cap-feature-title,
.cap-feature-card:hover .cap-feature-desc {
  color: #ffffff;
}

.cap-feature-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  color: var(--color-primary);
  margin-bottom: 18px;
  transition: color 0.3s ease;
}

.cap-feature-icon svg {
  width: 100%;
  height: 100%;
}

.cap-feature-title {
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  line-height: 1.25;
  color: #343434;
  text-transform: uppercase;
  margin: 0 0 14px;
  transition: color 0.3s ease;
}

.cap-feature-desc {
  font-family: var(--font-heading);
  font-size: clamp(0.88rem, 1vw, 0.95rem);
  line-height: 1.6;
  color: #343434;
  margin: 0;
  transition: color 0.3s ease;
}

/* =============================================
   2. NUMBERED LIST (processes, engineering)
   ============================================= */
.cap-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(2rem, 4vw, 4rem);
  margin-top: clamp(1.6rem, 3vw, 2.5rem);
}

.cap-step {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: clamp(16px, 1.8vw, 22px) 2px;
  border-bottom: 1px solid rgba(243, 27, 27, 0.22);
  transition: padding-left 0.3s ease;
}

.cap-step:hover {
  padding-left: 8px;
}

.cap-step-index {
  flex-shrink: 0;
  min-width: 34px;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  color: var(--color-primary);
}

.cap-step-label {
  font-family: var(--font-heading);
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  line-height: 1.3;
  color: #343434;
  text-transform: uppercase;
}

/* =============================================
   3. SPEC TABLE (component size, production capacity)
   ============================================= */
.cap-spectable {
  max-width: 760px;
  margin: clamp(1.6rem, 3vw, 2.5rem) auto 0;
}

.cap-specrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: clamp(18px, 2vw, 24px) 4px;
  border-bottom: 1px solid #ead9d9;
}

.cap-specrow:first-child {
  border-top: 1px solid #ead9d9;
}

.cap-specrow-label {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  color: #343434;
  text-transform: uppercase;
}

.cap-specrow-value {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  color: var(--color-primary);
  text-transform: uppercase;
  text-align: right;
}

/* =============================================
   4. CHIP CLOUD (materials, threads, surface, workforce, export)
   ============================================= */
.cap-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 1.4vw, 16px);
  margin-top: clamp(1.6rem, 3vw, 2.5rem);
}

.cap-chip {
  font-family: var(--font-heading);
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  color: #343434;
  text-transform: uppercase;
  padding: 12px 26px;
  border: 1.5px solid var(--color-primary);
  border-radius: 999px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cap-chip:hover {
  background-color: var(--color-primary);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Badge variant — squared standards tags (threads, trade terms) */
.cap-chips--badge .cap-chip {
  border-radius: 4px;
  letter-spacing: 0.06em;
  background-color: #fff2f2;
}

/* =============================================
   5. CHECKLIST (why choose us, active supply)
   ============================================= */
.cap-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px clamp(2rem, 4vw, 3.5rem);
  max-width: 1000px;
  margin: clamp(1.6rem, 3vw, 2.5rem) auto 0;
}

.cap-check {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: clamp(13px, 1.5vw, 17px) 2px;
  border-bottom: 1px solid rgba(243, 27, 27, 0.16);
}

.cap-check-mark {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #ffffff;
}

.cap-check-mark svg {
  width: 14px;
  height: 14px;
}

.cap-check-label {
  font-family: var(--font-heading);
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  line-height: 1.3;
  color: #343434;
  text-transform: uppercase;
}

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 1100px) {
  .cap-feature-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .cap-feature-grid,
  .cap-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .cap-feature-grid,
  .cap-feature-grid--4,
  .cap-steps,
  .cap-checks {
    grid-template-columns: 1fr;
  }

  .cap-specrow {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .cap-specrow-value {
    text-align: left;
  }
}


/* --- src/components/CapabilitiesEquipment.css --- */
/* =============================================
   CAPABILITIES — MAJOR MANUFACTURING EQUIPMENT
   ============================================= */
.cap-equipment {
  position: relative;
  z-index: 1;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
  background-color: #ffffff;
}

.cap-equipment-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.cap-equipment-text {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vw, 4.4rem);
}

.cap-equipment-title {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1.06;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0;
  max-width: 700px;
}

.cap-equipment-desc {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  line-height: 1.33;
  color: #323232;
  text-transform: uppercase;
  margin: 0;
  max-width: 700px;
}

/* ---------- Equipment Cards ---------- */
.cap-equipment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.9rem, 1.4vw, 1.35rem);
}

.cap-equipment-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 30px;
  min-height: 130px;
  border: 1px solid #343434;
  background-color: #ffffff;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 0.3s ease;
}

.cap-equipment-card:hover {
  transform: translateY(-2px);
  border-color: var(--color-primary);
  box-shadow: 0 8px 24px rgba(243, 27, 27, 0.08);
}

.cap-equipment-count {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 3.4vw, 3.5rem);
  line-height: 1.03;
  color: #343434;
  text-align: center;
  text-transform: uppercase;
}

.cap-equipment-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1.2;
  color: #343434;
  text-align: center;
  text-transform: uppercase;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .cap-equipment-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

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


/* --- src/components/QualityHero.css --- */
/* =============================================
   QUALITY HERO SECTION
   ============================================= */
.quality-hero {
  position: relative;
  z-index: 1;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3.1rem, 5.5vw, 5rem);
  background-color: #FFFFFF;
}

.quality-hero-title {
  text-align: center;
  font-family: var(--font-heading);
  font-size: clamp(2.0625rem, 3.4375vw, 2.75rem);
  text-transform: uppercase;
  color: var(--color-primary);
  margin: 0 auto 40px;
  max-width: 940px;
}

/* ---------- Banner Image ---------- */
.quality-hero-banner {
  width: 100%;
  overflow: hidden;
  margin-bottom: clamp(40px, 8vw, 60px);
}

.quality-hero-image {
  width: 100%;
  height: clamp(280px, 40vw, 490px);
  object-fit: cover;
  display: block;
}

/* ---------- Bottom Content ---------- */
.quality-hero-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 70px;
  align-items: start;
  margin: 0 auto;
}

.quality-hero-text {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: #343434;
  text-transform: uppercase;
}

.quality-hero-divider {
  width: 1px;
  height: 100%;
  min-height: 150px;
  background-color: var(--color-dark, #222);
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .quality-hero-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .quality-hero-divider {
    width: 100%;
    height: 1px;
    min-height: 1px;
  }
}

@media (max-width: 768px) {
  .quality-hero {
    padding-top: clamp(1.5rem, 4vw, 2rem);
    padding-bottom: 2.5rem;
  }

  .quality-hero-text {
    font-size: 0.8525rem;
  }
}

@media (max-width: 600px) {
  .quality-hero-banner {
    border-radius: 10px;
  }

  .quality-hero-image {
    height: min(46vh, 300px);
  }
}

/* --- src/components/QualityMachinery.css --- */
/* =============================================
   QUALITY & ADVANCED MACHINERY
   ============================================= */
.quality-machinery {
  background-color: #ffffff;
}

.quality-machinery-desc {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  max-width: 700px;
  margin: 0 auto;
  margin-top: clamp(0.75rem, 2vw, 1.25rem);
  opacity: 0.85;
}

.quality-machinery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: start;
  column-gap: clamp(0.75rem, 1.2vw, 1.1rem);
  row-gap: clamp(2rem, 3.2vw, 3rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.quality-machinery-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.quality-machinery-image-box {
  width: 100%;
  aspect-ratio: 1 / 1.55;
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #00000080;
  border-radius: 12px;
  background-color: #ffffff;
}

.quality-machinery-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transform: scale(1.12);
  object-fit: contain;
}

.quality-machinery-name {
  font-family: var(--font-heading);
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  color: #000000;
  text-transform: capitalize;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.6em;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .quality-machinery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 560px) {
  .quality-machinery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- src/components/QualityInspectionProcess.css --- */
/* =============================================
   QUALITY INSPECTION PROCESS
   ============================================= */
.quality-inspection-process {
  background-color: #ffffff;
}

.inspection-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.inspection-process-card {
  padding: clamp(24px, 2.6vw, 32px);
  border: 1px solid var(--color-primary);
  background-color: #fdf1f1;
}

.inspection-process-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.inspection-process-stage {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  text-transform: uppercase;
}

.inspection-process-number {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 1;
}

.inspection-process-title {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 1.6vw, 1.125rem);
  color: #1a1a1a;
  text-transform: uppercase;
}

.inspection-process-divider {
  height: 1px;
  background-color: #212121;
  margin: clamp(16px, 1.8vw, 22px) 0;
}

.inspection-process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vw, 14px);
  min-height: 150px;
}

.inspection-process-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 0.65rem;
  letter-spacing: 0.02em;
  color: #343434;
  text-transform: uppercase;
}

.inspection-process-checkbox {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #343434;
  border-radius: 2px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.inspection-process-checkbox svg {
  width: 11px;
  height: 11px;
}

.inspection-process-note {
  font-family: var(--font-heading);
  font-size: 0.65rem;
  color: #343434;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .inspection-process-grid {
    grid-template-columns: 1fr;
  }

  .inspection-process-list {
    min-height: auto;
  }
}

/* --- src/components/QualityPolicy.css --- */
/* =============================================
   QUALITY POLICY
   ============================================= */
.quality-policy {
  background-color: #FFFFFF;
}

.quality-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 auto;
}

.quality-policy-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 32px;
  background-color: #FFF2F2;
  border: 1.5px solid #F31B1B;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.quality-policy-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(243, 27, 27, 0.08);
}

.quality-policy-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.quality-policy-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quality-policy-text {
  font-family: var(--font-heading);
  font-size: clamp(0.9625rem, 1.375vw, 1.2375rem);
  text-transform: uppercase;
  color: #343434;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .quality-policy-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .quality-policy-card {
    padding: 20px 24px;
  }
}


/* --- src/components/QualityCertification.css --- */
/* =============================================
   QUALITY CERTIFICATION SECTION
   ============================================= */
.quality-certification {
  background-color: #ffffff;
}

.quality-certification-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.quality-certification-image-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.quality-certification-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .quality-certification-grid {
    grid-template-columns: 1fr;
  }
}

/* --- src/components/OEMHero.css --- */
/* =============================================
   OEM HERO SECTION
   ============================================= */
.oem-hero {
  position: relative;
  z-index: 1;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3.1rem, 5.5vw, 5rem);
  background-color: #ffffff;
}

.oem-hero-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.oem-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.25;
  color: var(--color-primary);
  text-transform: capitalize;
  margin: 0;
}

.oem-hero-desc {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  color: #343434;
  text-transform: uppercase;
  line-height: 1.8;
  max-width: 450px;
  margin: 0;
  margin-left: auto;
  margin-top: 6px;
}

/* ---------- Stat Cards ---------- */
.oem-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 1.6vw, 1.5rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.oem-hero-stat-card {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
  padding: clamp(3px, 0.85vw, 5px) clamp(18px, 2vw, 24px);
  border: 1px solid #F31B1B;
  border-radius: 4px;
  background-color: #ffffff;
}

.oem-hero-stat-label {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  color: #343434;
  text-transform: capitalize;
}

.oem-hero-stat-value {
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  color: var(--color-primary);
}

.oem-hero-stat-caption {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  color: #343434;
  text-transform: capitalize;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .oem-hero-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .oem-hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .oem-hero-stats {
    grid-template-columns: 1fr;
  }
}

/* --- src/components/OEMCustomComponents.css --- */
/* =============================================
   OEM CUSTOM PRECISION COMPONENTS
   ============================================= */
.oem-custom-components {
  background-color: #ffffff;
}

.oem-custom-components-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  column-gap: clamp(0.75rem, 1.2vw, 1.1rem);
  row-gap: clamp(1.6rem, 2.5vw, 2.2rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.oem-custom-components-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.oem-custom-components-image-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid #000000;
  background-color: #ffffff;
}

.oem-custom-components-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.oem-custom-components-name {
  font-family: var(--font-heading);
  font-size: clamp(0.75rem, 1vw, 0.95rem);
  color: #1a1a1a;
  text-transform: capitalize;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.4em;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .oem-custom-components-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 560px) {
  .oem-custom-components-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- src/components/OEMBuildToPrint.css --- */
/* =============================================
   OEM BUILD-TO-PRINT MANUFACTURING
   ============================================= */
.oem-build-to-print {
  background-color: #ffffff;
}

.oem-build-to-print-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 auto;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.oem-build-to-print-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 32px;
  background-color: #FFF2F2;
  border: 1.5px solid #F31B1B;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.oem-build-to-print-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(243, 27, 27, 0.08);
}

.oem-build-to-print-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.oem-build-to-print-icon svg {
  width: 100%;
  height: 100%;
}

.oem-build-to-print-label {
  font-family: var(--font-heading);
  font-size: clamp(0.9625rem, 1.375vw, 1.2375rem);
  color: #343434;
  text-transform: uppercase;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .oem-build-to-print-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .oem-build-to-print-card {
    padding: 20px 24px;
  }
}


/* --- src/components/OEMPrototypeToProduction.css --- */
/* =============================================
   OEM PROTOTYPE TO PRODUCTION
   ============================================= */
.oem-prototype-to-production {
  background-color: #ffffff;
}

.oem-prototype-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.oem-prototype-card {
  padding: clamp(24px, 2.6vw, 32px);
  border: 1px solid var(--color-primary);
  background-color: #fdf1f1;
}

.oem-prototype-title {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0;
}

.oem-prototype-subtitle {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  color: #343434;
  text-transform: uppercase;
  margin: 6px 0 0;
}

.oem-prototype-divider {
  height: 0.6px;
  background-color: #212121;
  margin: clamp(16px, 1.8vw, 22px) 0;
}

.oem-prototype-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vw, 14px);
}

.oem-prototype-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 0.65rem;
  letter-spacing: 0.02em;
  color: #343434;
  text-transform: uppercase;
}

.oem-prototype-checkbox {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #343434;
  border-radius: 2px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.oem-prototype-checkbox svg {
  width: 11px;
  height: 11px;
}

.oem-prototype-note {
  font-family: var(--font-heading);
  font-size: 0.65rem;
  color: #343434;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: clamp(20px, 2.4vw, 28px);
  padding-left: 14px;
  border-left: 2px solid var(--color-primary);
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .oem-prototype-grid {
    grid-template-columns: 1fr;
  }
}

/* --- src/components/OEMEngineeringSupport.css --- */
/* =============================================
   OEM ENGINEERING SUPPORT
   ============================================= */
.oem-engineering-support {
  background-color: #fff8f8;
}

.oem-engineering-support-desc {
  text-align: center;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.8vw, 1.375rem);
  color: #343434;
  text-transform: uppercase;
  margin: 0 auto clamp(28px, 4.5vw, 50px);
}

.oem-engineering-support .section-title {
  margin-bottom: clamp(24px, 3.5vw, 40px);
}

.oem-engineering-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.oem-engineering-support-card {
  background-color: #FFF8F8;
  padding: 64px 32px 40px;
  border: 1px solid #f31b1b;
  border-radius: 24px 24px 0 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.oem-engineering-support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(243, 27, 27, 0.1);
  border-radius: 0 16px 16px 16px;
  background-color: #ff9e9e;
}

.oem-engineering-support-card:hover .oem-engineering-support-title,
.oem-engineering-support-card:hover .oem-engineering-support-item-desc {
  color: #ffffff;
}

.oem-engineering-support-card:hover .oem-engineering-support-svg-icon,
.oem-engineering-support-card:hover .oem-engineering-support-icon svg {
  filter: brightness(0) invert(1);
}

.oem-engineering-support-icon {
  width: 44px;
  height: 44px;
  color: var(--color-primary);
  margin-bottom: 16px;
  transition: filter 0.3s ease;
}

.oem-engineering-support-icon svg,
.oem-engineering-support-svg-icon {
  width: 100%;
  height: 100%;
  transition: filter 0.3s ease;
}

.oem-engineering-support-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: #343434;
  text-transform: uppercase;
  margin: 0 0 14px;
  transition: color 0.3s ease;
}

.oem-engineering-support-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f31b1b;
  margin-top: 14px;
  transition: background-color 0.3s ease;
}

.oem-engineering-support-card:hover .oem-engineering-support-title::after {
  background-color: #ffffff;
}

.oem-engineering-support-item-desc {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #343434;
  text-transform: uppercase;
  margin: 14px 0 0;
  line-height: 1.6;
  transition: color 0.3s ease;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .oem-engineering-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .oem-engineering-support-grid {
    grid-template-columns: 1fr;
  }
}

/* --- src/components/BackToTop.css --- */
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  border: none;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.back-to-top svg {
  width: 17px;
  height: 17px;
  margin-top: -1px;
}

.back-to-top-label {
  font-family: var(--font-heading, sans-serif);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.back-to-top--visible,
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background-color: #d61010;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(214, 16, 16, 0.55);
}

@media (max-width: 768px) {
  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }

  .back-to-top svg {
    width: 15px;
    height: 15px;
  }

  .back-to-top-label {
    font-size: 8px;
  }
}

/* --- Floating WhatsApp Button (Positioned above Go-to-Top) --- */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 82px;
  z-index: 998;
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, #2fe675 0%, #25d366 100%);
  color: #ffffff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.42);
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, background-color 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 26px rgba(37, 211, 102, 0.58);
  color: #ffffff;
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  transition: transform 0.25s ease;
}

.whatsapp-float:hover svg {
  transform: scale(1.05);
}

/* Pulse animation */
.whatsapp-float::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #25d366;
  opacity: 0.6;
  z-index: -1;
  animation: whatsapp-pulse 2.4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@keyframes whatsapp-pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.65;
  }
  70% {
    transform: scale(1.42);
    opacity: 0;
  }
  100% {
    transform: scale(1.42);
    opacity: 0;
  }
}

/* Tooltip on hover */
.whatsapp-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  background: #11141a;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.whatsapp-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  border-width: 5px 0 5px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #11141a;
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

/* --- WhatsApp Chat Popup Modal --- */
.whatsapp-widget-container {
  position: relative;
  z-index: 1000;
}

.whatsapp-popup {
  position: fixed;
  right: 24px;
  bottom: 138px;
  width: 310px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.95);
  transform-origin: bottom right;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s ease;
  font-family: inherit;
}

.whatsapp-popup.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.whatsapp-popup-header {
  background: #008069;
  color: #ffffff;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.whatsapp-popup-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  margin: 0;
}

.whatsapp-popup-close {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.whatsapp-popup-close:hover {
  opacity: 1;
  transform: scale(1.15);
}

.whatsapp-popup-body {
  background: #ffffff;
  padding: 0;
}

.whatsapp-chat-bubble-wrap {
  background: #eae5de;
  padding: 16px 14px;
}

.whatsapp-chat-bubble {
  background: #ffffff;
  color: #111827;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  max-width: 90%;
}

.whatsapp-chat-action {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 14px;
  background: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.whatsapp-expert-box {
  flex: 1;
  min-height: 120px;
  border: 1.5px solid #ffbe00;
  border-radius: 6px;
  padding: 14px 14px;
  background: #ffffff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.whatsapp-chat-action:hover .whatsapp-expert-box {
  border-color: #d97706;
  box-shadow: 0 0 0 3px rgba(255, 190, 0, 0.15);
}

.whatsapp-expert-title {
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.whatsapp-send-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2937;
  flex-shrink: 0;
  transition: transform 0.2s ease, color 0.2s ease;
}

.whatsapp-chat-action:hover .whatsapp-send-btn {
  transform: translateX(4px);
  color: #008069;
}

.whatsapp-send-btn svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .whatsapp-float {
    right: 16px;
    bottom: 68px;
    width: 42px;
    height: 42px;
  }
  .whatsapp-float svg {
    width: 22px;
    height: 22px;
  }
  .whatsapp-tooltip {
    display: none;
  }
  .whatsapp-popup {
    right: 16px;
    bottom: 118px;
    width: calc(100vw - 32px);
    max-width: 310px;
  }
}



/* --- Standard Professional Mouse Pointer & Smooth Scroll --- */
.custom-cursor {
  display: none !important;
}

body,
body * {
  cursor: auto;
}

a,
button,
[role="button"],
select,
input[type="submit"],
input[type="button"],
.whatsapp-float,
.back-to-top,
.nav-link,
.category-tab,
.color-swatch,
.finish-swatch,
.social-icon,
.nav-toggle,
.whatsapp-chat-action,
.product-card,
.article-card {
  cursor: pointer !important;
}

html {
  scroll-behavior: smooth;
}


/* --- src/components/PageLoader.css --- */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 10050;
  pointer-events: all;
  overflow: hidden;
}

.page-loader__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(ellipse 80% 55% at 50% 42%, rgba(243, 27, 27, 0.09) 0%, transparent 62%),
    linear-gradient(180deg, #ffffff 0%, #faf8f8 100%);
  will-change: transform;
}

.page-loader__glow {
  position: absolute;
  top: 42%;
  left: 50%;
  width: min(52rem, 95vw);
  height: min(52rem, 95vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(243, 27, 27, 0.14) 0%,
      rgba(243, 27, 27, 0.04) 42%,
      transparent 68%);
  pointer-events: none;
  will-change: transform, opacity;
}

.page-loader__stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  padding: clamp(2rem, 6vw, 4rem);
  padding-bottom: clamp(4rem, 10vw, 6rem);
}

.page-loader__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 4vw, 3rem);
  width: 100%;
  max-width: min(56rem, 96vw);
}

.page-loader__line {
  flex: 1;
  height: 2px;
  max-width: clamp(4rem, 18vw, 12rem);
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(243, 27, 27, 0.15) 30%,
      var(--color-primary, #f31b1b) 100%);
  transform: scaleX(0);
  transform-origin: right center;
}

.page-loader__line--right {
  background: linear-gradient(90deg,
      var(--color-primary, #f31b1b) 0%,
      rgba(243, 27, 27, 0.15) 70%,
      transparent 100%);
  transform-origin: left center;
}

.page-loader__logo {
  flex-shrink: 0;
  width: min(22rem, 78vw);
  height: auto;
  display: block;
  will-change: transform, opacity, filter;
}

.page-loader__tagline {
  font-family: var(--font-heading);
  font-size: clamp(0.75rem, 2.5vw, 1.2rem);
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.55);
  text-align: center;
  white-space: nowrap;
  will-change: transform, opacity, letter-spacing;
}

/* Full-width progress at bottom */
.page-loader__bar-track {
  flex-shrink: 0;
  width: 100%;
  height: 4px;
  background: rgba(32, 32, 32, 0.06);
  overflow: hidden;
}

.page-loader__bar-fill {
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg,
      #b51515 0%,
      var(--color-primary, #f31b1b) 50%,
      #ff5757 100%);
  will-change: transform;
}

body.is-loading {
  overflow: hidden;
}

@media (max-width: 600px) {
  .page-loader__brand {
    flex-direction: column;
    gap: 1.5rem;
  }

  .page-loader__line {
    width: min(8rem, 40vw);
    max-width: none;
    flex: none;
  }

  .page-loader__line--left {
    transform-origin: center center;
    background: linear-gradient(90deg,
        transparent 0%,
        var(--color-primary, #f31b1b) 50%,
        transparent 100%);
  }

  .page-loader__line--right {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-loader__glow {
    animation: none;
  }
}

/* --- src/components/ScrollProgress.css --- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 120;
  pointer-events: none;
  overflow: visible;
}

.scroll-progress__track {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.02) 0%,
    rgba(0, 0, 0, 0.07) 50%,
    rgba(0, 0, 0, 0.02) 100%
  );
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-progress__glow,
.scroll-progress__fill,
.scroll-progress__shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
  backface-visibility: hidden;
}

.scroll-progress__glow {
  background: linear-gradient(
    90deg,
    rgba(243, 27, 27, 0.08) 0%,
    rgba(243, 27, 27, 0.55) 100%
  );
  filter: blur(5px);
  opacity: 0.75;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-progress--active .scroll-progress__glow {
  opacity: 1;
}

.scroll-progress__fill {
  background: linear-gradient(
    90deg,
    #a81212 0%,
    var(--color-primary, #f31b1b) 38%,
    #ff5252 78%,
    #ff7a7a 100%
  );
  box-shadow:
    0 0 8px rgba(243, 27, 27, 0.45),
    0 0 20px rgba(243, 27, 27, 0.2);
  transition: box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-progress--active .scroll-progress__fill {
  box-shadow:
    0 0 12px rgba(243, 27, 27, 0.65),
    0 0 28px rgba(243, 27, 27, 0.35);
}

.scroll-progress__shine {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.35) 45%,
    rgba(255, 255, 255, 0.65) 50%,
    rgba(255, 255, 255, 0.35) 55%,
    transparent 100%
  );
  mix-blend-mode: soft-light;
  opacity: 0.7;
}

.scroll-progress__cap {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid var(--color-primary, #f31b1b);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.35),
    0 0 14px rgba(243, 27, 27, 0.75);
  transform: translateX(-50%);
  will-change: left;
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-progress--active .scroll-progress__cap {
  transform: translateX(-50%) scale(1.12);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.45),
    0 0 18px rgba(243, 27, 27, 0.9);
}

@supports (padding: max(0px)) {
  .scroll-progress {
    top: env(safe-area-inset-top, 0px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-progress__glow,
  .scroll-progress__cap {
    display: none;
  }
}


/* --- src/components/ChooseFinish.css --- */
/* =============================================
   CHOOSE YOUR FINISH
   ============================================= */
.choose-finish {
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 0;
}

/* ---------- Header Row ---------- */
.choose-finish-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.choose-finish-title {
  font-family: var(--font-heading);
  font-size: clamp(1.5125rem, 3.025vw, 2.4063rem);
  color: #F31B1B;
  text-transform: uppercase;
}

/* ---------- Swatches ---------- */
.finish-swatches {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 18px);
}

.finish-swatch {
  width: clamp(28px, 2.8vw, 42px);
  height: clamp(28px, 2.8vw, 42px);
  border-radius: 50%;
  border: 3px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  outline: none;
  position: relative;
}

.finish-swatch:hover {
  transform: scale(1.12);
}

.finish-swatch.active {
  border-color: #ffffff;
  box-shadow: 0 0 0 2px #F31B1B;
}

.finish-swatch--brass {
  background: linear-gradient(135deg, #d4a843, #f0cc6b);
}

.finish-swatch--chrome {
  background: linear-gradient(135deg, #8a8a8a, #b0b0b0);
}

.finish-swatch--satin {
  background: linear-gradient(135deg, #c0c0c0, #e8e8e8);
}

.finish-swatch--copper {
  background: linear-gradient(135deg, #b87333, #da8a47);
}

/* ---------- Showcase Container ---------- */
.choose-finish-showcase {
  position: relative;
  width: 100%;
  min-height: clamp(300px, 42vw, 600px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* ---------- Background Text ---------- */
.choose-finish-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-heading);
  /* font-size set dynamically by JS (computeFontSize) to match Figma proportions */
  color: rgba(52, 52, 52, 0.25);
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0;
}

/* Individual animated letter */
.cf-letter {
  display: inline-block;
  will-change: transform, opacity;
  /* space characters get a small fixed gap */
}

/* ---------- Foreground Image ---------- */
.choose-finish-image {
  position: relative;
  z-index: 2;
  width: clamp(280px, 65%, 850px);
  height: auto;
  object-fit: contain;
  transition: filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Finish Filters ---------- */
.choose-finish-image.finish-brass {
  filter: none;
}

.choose-finish-image.finish-aluminium {
  filter: grayscale(100%) brightness(1.05) contrast(1.25);
}

.choose-finish-image.finish-steel {
  filter: grayscale(100%) brightness(1.3) contrast(0.85);
}

.choose-finish-image.finish-copper {
  filter: sepia(60%) saturate(150%) hue-rotate(-10deg) brightness(0.85) contrast(1.1);
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .choose-finish-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .choose-finish-image {
    width: 100%;
  }
}

/* --- src/components/Commitment.css --- */
/* =============================================
   OUR COMMITMENT SECTION
   ============================================= */
.commitment {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

.commitment-wrapper {
  display: flex;
  align-items: stretch;
  gap: clamp(2rem, 5vw, 5rem);
}

/* ---------- Left Content ---------- */
.commitment-content {
  flex: 1.1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.commitment-title {
  font-family: var(--font-heading);
  font-size: clamp(1.925rem, 3.85vw, 3.025rem);
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 0;
}

.commitment-desc-group {
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 1.4vw, 1.25rem);
}

.commitment-desc {
  font-family: var(--font-heading);
  font-size: 0.8938rem;
  color: var(--color-dark);
  text-transform: uppercase;
  margin-bottom: 0;
}

/* ---------- Bottom Row ---------- */
.commitment-bottom-layout {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.commitment-items {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vw, 15px);
  flex: 1;
}

.commitment-item {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 18px);
  border: 1px solid #F31B1B;
  background-color: #FFF2F2;
  padding: clamp(10px, 1.1vw, 15px) clamp(16px, 1.5vw, 24px);
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.commitment-item:hover {
  background-color: rgba(243, 27, 27, 0.08);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(243, 27, 27, 0.05);
}

.commitment-item-icon {
  width: clamp(16px, 1.8vw, 22px);
  height: clamp(16px, 1.8vw, 22px);
  object-fit: contain;
}

.commitment-item-text {
  font-family: var(--font-heading);
  font-size: clamp(0.6875rem, 0.9625vw, 0.8938rem);
  color: var(--color-dark);
}

/* ---------- Round Type Logo ---------- */
.commitment-badge-box {
  flex: 0 0 clamp(110px, 15vw, 180px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.commitment-badge {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 50%;
}

/* ---------- Right Side Image ---------- */
.commitment-image-box {
  flex: 0.9;
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}

.commitment-profile-img {
  width: 100%;
  height: 115%;
  min-height: 600px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  will-change: transform;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .commitment-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  .commitment-image-box {
    width: 80%;
    max-width: 450px;
    order: -1;
  }

  .commitment-content {
    text-align: center;
  }

  .commitment-bottom-layout {
    justify-content: center;
  }

  .commitment-item {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .commitment-image-box {
    width: 100%;
  }

  .commitment-bottom-layout {
    flex-direction: column;
    gap: 2rem;
  }

  .commitment-badge-box {
    flex: none;
    width: 120px;
  }

  .commitment-items {
    width: 100%;
  }
}

/* --- src/components/Machinery.css --- */
/* =============================================
   QUALITY & ADVANCED MACHINERY
   ============================================= */
.machinery {
  background-color: #343434;
}

.machinery .section-title {
  color: var(--color-primary);
}

.machinery-desc {
  font-family: var(--font-heading);
  font-size: 1.2375rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  max-width: 850px;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}

/* ---------- Grid ---------- */
.machinery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 2.5vw, 2.5rem);
}

/* ---------- Card ---------- */
.machinery-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.machinery-card-img-box {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid #FFFFFF80;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(4px, 0.8vw, 8px);
  margin-bottom: clamp(12px, 1.5vw, 20px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.machinery-card-img-box:hover {
  border-color: var(--color-primary);
  box-shadow: 0 0 18px rgba(243, 27, 27, 0.15);
}

.machinery-card-img {
  width: 120%;
  height: 95%;
  object-fit: contain;
  will-change: transform;
}

.machinery-card-label {
  font-family: var(--font-heading);
  font-size: clamp(0.7563rem, 1.0313vw, 0.85rem);
  color: #ffffff;
  text-transform: uppercase;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .machinery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.2rem, 3vw, 2rem);
  }
}

@media (max-width: 600px) {
  .machinery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .machinery-card-img-box {
    padding: 10px;
  }
}

/* --- src/components/PrecisionStandards.css --- */
/* =============================================
   PRECISION MANUFACTURING STANDARDS
   ============================================= */
.precision-standards {
  background-color: #343434;
}

.precision-standards .section-title {
  color: var(--color-primary);
}

.precision-standards-desc {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  max-width: 700px;
  margin: 0 auto;
  margin-top: clamp(0.75rem, 2vw, 1.25rem);
  opacity: 0.85;
}

/* ---------- Stat Cards Grid ---------- */
.precision-standards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.precision-stat-card {
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(to bottom, #212121, #878787);
}

.precision-stat-card-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  height: 100%;
  padding: clamp(40px, 4.4vw, 56px) clamp(18px, 2vw, 24px) clamp(20px, 2.2vw, 28px);
  border-radius: 11px;
  background:
    linear-gradient(#FFFFFF26, #FFFFFF26),
    #343434;
}

.precision-stat-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.precision-stat-value {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  color: #ffffff;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.precision-stat-unit {
  font-size: 1rem;
  color: var(--color-primary);
  text-transform: uppercase;
}

.precision-stat-label {
  font-family: var(--font-heading);
  font-size: clamp(0.7rem, 0.85vw, 0.8rem);
  color: #ffffff;
  opacity: 0.75;
  text-transform: uppercase;
}

/* ---------- Bottom Note Bar ---------- */
.precision-standards-note {
  margin-top: clamp(1.2rem, 2vw, 1.8rem);
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #FFFFFF, #999999);
}

.precision-standards-note-inner {
  padding: clamp(8px, 0.9vw, 11px) clamp(20px, 2.5vw, 28px);
  border-radius: 7px;
  background:
    linear-gradient(#FFFFFF1A, #FFFFFF1A),
    #343434;
  font-family: var(--font-heading);
  font-size: clamp(0.75rem, 0.9vw, 0.85rem);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.9;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .precision-standards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .precision-standards-grid {
    grid-template-columns: 1fr;
  }
}

/* --- src/pages/ProductPage.css --- */
.product-page {
  background-color: var(--color-white);
  min-height: 100vh;
}

.product-quality-section {
  text-align: center;
}

.quality-header {
  margin-bottom: clamp(30px, 5vw, 60px);
}

.quality-header h1.section-title {
  margin-bottom: clamp(15px, 3vw, 30px);
}

.quality-subtitle {
  font-family: var(--font-heading);
  color: #000;
  font-size: clamp(0.9625rem, 2.0625vw, 1.2375rem);
  text-transform: uppercase;
  max-width: 600px;
  margin: 0 auto;
}

.precision-parts-header {
  margin-bottom: 50px;
}


.product-quality-section {
  padding-bottom: 0;
}

.product-catalog-section {
  padding-top: clamp(20px, 3vw, 36px);
}

.category-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: clamp(30px, 5vw, 50px);
}

.category-tab {
  font-family: 'Michroma', 'Orbitron', sans-serif;
  font-size: clamp(0.72rem, 1.3vw, 0.85rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 10px 24px;
  border: 1px solid var(--color-primary);
  background: transparent;
  color: var(--color-primary);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.category-tab:hover {
  background: var(--color-primary);
  color: #fff;
}

.category-tab--active {
  background: var(--color-primary);
  color: #fff;
}

.products-grid-3 {
  grid-template-columns: repeat(3, 1fr) !important;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .products-grid-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .quality-header {
    margin-bottom: var(--space-heading-bottom, 1.5rem);
  }

  .quality-subtitle {
    padding: 0 4px;
  }
}

@media (max-width: 600px) {
  .products-grid-3 {
    grid-template-columns: 1fr !important;
  }
}

/* --- src/pages/ProductInnerPage.css --- */
.product-inner-page {
  background-color: var(--color-white);
}

/* Less gap under fixed navbar (page-shell padding + section padding stack) */
.page-shell:has(.product-inner-page) {
  padding-top: calc(var(--header-height, 5.5rem) + 0.35rem + env(safe-area-inset-top, 0px));
}

/* =============================================
   LOADING STATE
   Keeps the page tall while dynamic data loads so the
   footer doesn't flash up before the product renders.
   ============================================= */
.product-inner-loader {
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 20px);
}

.product-inner-loader__spinner {
  width: clamp(38px, 4vw, 52px);
  height: clamp(38px, 4vw, 52px);
  border-radius: 50%;
  border: 3px solid rgba(243, 27, 27, 0.18);
  border-top-color: #F31B1B;
  animation: product-inner-spin 0.8s linear infinite;
}

.product-inner-loader__text {
  font-family: var(--font-heading);
  font-size: clamp(0.8938rem, 1.2vw, 1.0313rem);
  color: #F31B1B;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@keyframes product-inner-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-inner-loader__spinner {
    animation-duration: 1.6s;
  }
}

/* =============================================
   SHARED PRODUCT INNER SECTIONS
   ============================================= */
.product-inner-section {
  background-color: var(--color-white);
}

.product-inner-page>.product-inner-section:first-of-type {
  padding-top: clamp(1rem, 2.2vw, 1.75rem);
}

.product-inner-content {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 6vw, 5.1rem);
}

.product-inner-block {
  width: 100%;
}

.product-inner-section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.5125rem, 3.025vw, 2.4063rem);
  color: #F31B1B;
  text-transform: uppercase;
  margin-bottom: clamp(25px, 3.5vw, 50px);
}

/* =============================================
   PRODUCT DETAIL
   ============================================= */
.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 60px;
  align-items: center;
}

.product-detail-image-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail-image {
  max-width: 100%;
  height: 550px;
  object-fit: contain;
  transition: filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-detail-info-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-detail-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4.4vw, 2.75rem);
  color: var(--color-primary);
  /* Assuming this is the red color #f31b1b */
  margin-bottom: clamp(15px, 2.5vw, 25px);
  text-transform: uppercase;
}

.product-colors {
  display: flex;
  gap: 12px;
  margin-bottom: clamp(20px, 4vw, 40px);
}

.color-swatch {
  width: clamp(32px, 3vw, 45px);
  height: clamp(32px, 3vw, 45px);
  border-radius: 50%;
  display: inline-block;
  border: 3px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  outline: none;
  position: relative;
}

.color-swatch:hover {
  transform: scale(1.12);
}

/* Active circle indicator — same style as Choose Your Finish */
.color-swatch.active {
  border-color: #ffffff;
  box-shadow: 0 0 0 2px #F31B1B;
}

.color-brass {
  background: linear-gradient(135deg, #d4a843, #f0cc6b);
}

.color-copper {
  background: linear-gradient(135deg, #8a3000, #B03808);
}

.color-silver {
  background: linear-gradient(135deg, #8a8a8a, #B0AFAF);
}

.color-dark {
  background: linear-gradient(135deg, #1e1e1e, #343434);
}

.color-light-silver {
  background: linear-gradient(135deg, #b5b5b5, #CDCDCD);
}

/* ---------- Image Color Filters ---------- */
.product-detail-image.product-finish-brass {
  filter: none;
}

.product-detail-image.product-finish-copper {
  filter: sepia(80%) saturate(300%) hue-rotate(-15deg) brightness(0.65) contrast(1.3);
}

.product-detail-image.product-finish-silver {
  filter: grayscale(100%) brightness(1.05) contrast(1.25);
}

.product-detail-image.product-finish-dark {
  filter: grayscale(100%) brightness(0.35) contrast(1.4);
}

.product-detail-image.product-finish-light-silver {
  filter: grayscale(100%) brightness(1.3) contrast(0.85);
}

.product-detail-description {
  font-family: var(--font-heading);
  font-size: clamp(1.0313rem, 1.65vw, 1.1688rem);
  color: #000;
}

/* =============================================
   FEATURES
   ============================================= */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}

/* ---------- Feature Card ---------- */
.feature-card {
  position: relative;
  border: 1.5px solid #F31B1B;
  padding: clamp(22px, 2.5vw, 35px);
  min-height: 225px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  border-color: #f31b1b40;
  box-shadow: 0 6px 24px rgba(243, 27, 27, 0.06);
}

.feature-card-title {
  font-family: var(--font-heading);
  font-size: clamp(0.8938rem, 0.6875vw, 1.1rem);
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: clamp(10px, 1.5vw, 18px);
}

.feature-card-desc {
  font-family: var(--font-heading);
  font-size: clamp(0.7563rem, 0.6875vw, 0.9625rem);
  color: #555;
  text-transform: uppercase;
}

/* ---------- Card Bottom Row ---------- */
.feature-card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: clamp(45px, 5vw, 60px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

/* Left: half-circle with logo */
.feature-card-logo-wrap {
  position: relative;
  width: clamp(45px, 5vw, 60px);
  height: clamp(45px, 5vw, 60px);
}

.feature-card-logo-circle {
  position: absolute;
  bottom: 7%;
  left: 25%;
  width: clamp(55px, 5.5vw, 70px);
  height: clamp(55px, 5.5vw, 70px);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card-logo-img {
  width: 80%;
  height: 80%;
  object-fit: cover;
}

/* Right: feature SVG icon */
.feature-card-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: clamp(18px, 2vw, 30px);
  padding-bottom: clamp(12px, 1.5vw, 20px);
}

.feature-card-icon {
  width: clamp(30px, 3.5vw, 48px);
  height: clamp(30px, 3.5vw, 48px);
  object-fit: contain;
}

/* =============================================
   THREAD WE SERVE
   ============================================= */
.threads-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 4vw, 80px);
}

.threads-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.threads-list li {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.8vw, 0.75rem);
  font-family: var(--font-heading);
  font-size: clamp(0.8938rem, 1.2375vw, 1.0313rem);
  color: #000000;
  text-transform: uppercase;
  margin-bottom: clamp(16px, 2.2vw, 45px);
}

.threads-list li::before {
  content: '';
  flex-shrink: 0;
  width: clamp(5px, 0.45vw, 7px);
  height: clamp(5px, 0.45vw, 7px);
  border-radius: 50%;
  background-color: #000000;
}

.threads-list li:last-child {
  margin-bottom: 0;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 900px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .product-detail-info-col {
    text-align: center;
    align-items: center;
  }

  .product-colors {
    justify-content: center;
  }

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

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature-card {
    min-height: auto;
  }

  .threads-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .threads-list li {
    font-size: 0.7975rem;
    margin-bottom: 18px;
  }
}

/* Product image sizing on mobile: styles/mobile.css */

/* --- src/pages/BlogPage.css --- */
.blog-page {
  background-color: var(--color-white);
  min-height: 100vh;
}

.blog-section {
  text-align: center;
}

.blog-articles-grid {
  text-align: left;
}

.blog-articles-grid .article-card:nth-child(-n + 3) {
  border-bottom: 1px solid #F31B1B;
}

@media (min-width: 993px) {
  .blog-articles-grid .article-card:nth-child(3n) {
    border-right: none;
  }
}

@media (max-width: 992px) {
  .blog-articles-grid .article-card:nth-child(-n + 3) {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .blog-section .quality-subtitle {
    font-size: clamp(0.8938rem, 4.125vw, 1.1rem);
    padding: 0 4px;
  }
}


/* --- src/pages/BlogInnerPage.css --- */
.blog-inner-page {
  background-color: var(--color-white);
}

.blog-inner-section {
  background-color: var(--color-white);
}

/* ---------- Header ---------- */
.blog-inner-header {
  margin-bottom: clamp(30px, 4vw, 50px);
}

.blog-inner-read-meta {
  font-family: var(--font-heading);
  font-size: clamp(0.7563rem, 1.1vw, 0.8938rem);
  text-transform: uppercase;
  color: #0F172A;
  margin: 0 0 clamp(14px, 2vw, 20px);
}

.blog-inner-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4.4vw, 3.3rem);
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0 0 clamp(18px, 2.5vw, 28px);
}

.blog-inner-author-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(24px, 3.5vw, 40px);
}

.blog-inner-author-logo {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.blog-inner-author-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-inner-author-name {
  font-family: var(--font-heading);
  font-size: clamp(0.7563rem, 1.1vw, 0.8938rem);
  text-transform: uppercase;
  color:#0F172A;
  ;
}

/* ---------- Featured Image ---------- */
.blog-inner-featured {
  margin-bottom: 0;
}

.blog-inner-featured-image {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------- Body Content ---------- */
.blog-inner-body {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 3vw, 32px);
}

.blog-inner-body p {
  font-family: var(--font-heading);
  font-size: clamp(0.8938rem, 1.2375vw, 1.0313rem);
  color: #6D6E76;
  text-transform: uppercase;
  margin: 0;
}

.blog-inner-subtitle {
  font-family: var(--font-heading);
  font-size: clamp(1.1688rem, 1.925vw, 1.375rem);
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0;
}

/* ---------- Bullet List ---------- */
.blog-inner-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 20px);
}

.blog-inner-list li {
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 1.5vw, 14px);
  font-family: var(--font-heading);
  font-size: clamp(0.8938rem, 1.2375vw, 1.0313rem);
  color: #343434;
  text-transform: uppercase;
}

.blog-inner-list li::before {
  content: '';
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 0.65em;
  background-color: var(--color-primary);
}

/* ---------- Related Articles Section ---------- */
.blog-inner-page .articles-section {
  padding-top: clamp(2rem, 4vw, 3rem);
}


/* --- src/pages/ContactPage.css --- */
.contact-page {
  background-color: var(--color-white);
  min-height: 100vh;
}

.contact-hero-section,
.contact-form-section,
.contact-map-section {
  text-align: center;
}

.contact-hero-header {
  margin-bottom: clamp(30px, 5vw, 60px);
}

.contact-intro-text {
  max-width: 1000px;
}

/* ---------- Contact Info Cards ---------- */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.4vw, 32px);
  text-align: left;
}

.contact-card {
  background-color: var(--color-white);
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: clamp(28px, 3vw, 40px);
  box-shadow: 0 18px 40px -24px rgba(32, 32, 32, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 52px -24px rgba(243, 27, 27, 0.35);
}

.contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: var(--color-white);
  margin-bottom: clamp(20px, 2.4vw, 28px);
  box-shadow: 0 0 0 6px rgba(243, 27, 27, 0.08);
}

.contact-card-icon svg {
  width: 30px;
  height: 30px;
}

.contact-card-title {
  font-family: var(--font-heading);
  font-size: clamp(1.0625rem, 1.5vw, 1.3125rem);
  color: var(--color-dark);
  text-transform: uppercase;
  margin: 0 0 clamp(12px, 1.6vw, 18px);
}

.contact-card-body p {
  font-family: var(--font-body);
  font-size: clamp(0.875rem, 1.1vw, 0.9688rem);
  line-height: 1.7;
  color: #6b6b6b;
  margin: 0;
}

.contact-card-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
  cursor: pointer;
}

.contact-card-link:hover,
.contact-card-link:hover p {
  color: var(--color-primary);
}

.contact-card-link-block {
  display: block;
}

.contact-card-link-block p {
  transition: color 0.25s ease;
}

/* ---------- Contact Form ---------- */
.contact-form-section .section-heading {
  margin-bottom: clamp(30px, 5vw, 60px);
}

.contact-form {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.contact-form-row {
  margin-bottom: clamp(22px, 3vw, 32px);
}

.contact-form-row-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 4vw, 40px);
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-field label {
  font-family: var(--font-heading);
  font-size: clamp(0.7563rem, 1.0313vw, 0.8938rem);
  color: var(--color-primary);
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  font-family: var(--font-heading);
  font-size: clamp(0.8938rem, 1.2375vw, 1.0313rem);
  color: #343434;
  background-color: #ffffff;
  border: 1px solid #696969;
  border-radius: 0;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact-field input {
  min-height: 48px;
}

.contact-field textarea {
  resize: vertical;
  min-height: 200px;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: var(--color-primary);
}

.contact-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-file-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  font-family: var(--font-heading);
  font-size: clamp(0.8938rem, 1.2375vw, 1.0313rem);
  color: #343434;
  background-color: #ffffff;
  border: 1px solid #696969;
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.contact-file-field:hover {
  border-color: var(--color-primary);
}

.contact-file-input:focus-visible + .contact-file-field {
  border-color: var(--color-primary);
}

.contact-field .contact-file-field-text {
  color: #000000;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-file-field-icon {
  flex-shrink: 0;
  color: var(--color-primary);
  margin-left: 12px;
}

.contact-captcha-row {
  display: flex;
  justify-content: center;
  margin-top: clamp(20px, 3vw, 32px);
}

.contact-form-submit {
  display: flex;
  justify-content: center;
  margin-top: clamp(32px, 4vw, 48px);
}

.contact-submit-btn {
  font-family: var(--font-heading);
  font-size: clamp(0.8938rem, 1.2375vw, 1.0313rem);
  text-transform: uppercase;
  color: var(--color-primary);
  background-color: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 0;
  padding: 14px 36px;
  min-width: clamp(220px, 28vw, 280px);
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-submit-btn:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

/* ---------- Map ---------- */
.contact-map-section .section-heading {
  margin-bottom: clamp(30px, 5vw, 50px);
}

.contact-map-wrap {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.contact-map-wrap iframe {
  width: 100%;
  height: clamp(280px, 40vw, 420px);
  border: 0;
  display: block;
}

.contact-map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {

  .contact-hero-header,
  .contact-form-section .section-heading,
  .contact-map-section .section-heading {
    margin-bottom: var(--space-heading-bottom, 1.5rem);
  }
}

@media (max-width: 900px) {
  .contact-cards {
    grid-template-columns: 1fr;
  }

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

  .contact-intro-text {
    font-size: clamp(0.8938rem, 4.125vw, 1.1rem);
  }
}

@media (max-width: 480px) {
  .contact-submit-btn {
    width: 100%;
    min-width: 0;
  }

  .contact-map-wrap iframe {
    height: 260px;
  }
}

/* --- src/styles/mobile.css --- */
/* =============================================
   MOBILE ONLY (max-width: 768px) — desktop unchanged
   Uses body prefix so these win over component CSS load order.
   ============================================= */

@media (max-width: 768px) {

  /* ── Section titles (red headers) — override component clamp/fixed sizes ── */
  body .section-title,
  body h2.section-title,
  body .section-heading .section-title,
  body .quality-header .section-title,
  body .articles-heading,
  body .product-inner-section-title,
  body .quality-title,
  body .commitment-title,
  body .parallax-content h2,
  body .certification-title,
  body .certification-scope-title,
  body .choose-finish-title,
  body .machinery .section-title,
  body .precision-parts-header .section-title {
    font-size: 1.7188rem;
  }

  body h1.section-title,
  body .blog-inner-title,
  body .product-detail-title,
  body .about-hero-title {
    font-size: 1.65rem;
  }

  body .about-hero-title {
    margin-bottom: 1.25rem;
  }

  body .quality-subtitle,
  body .contact-intro-text {
    font-size: 0.7975rem;
    max-width: 20rem;
    margin-inline: auto;
    padding-inline: 0.25rem;
  }

  /* ── Page shell — header clearance handled globally in responsive.css ── */

  body .about-hero {
    padding-bottom: 2.5rem;
  }

  /* ── Hero (home) ── */
  body .hero {
    min-height: auto;
    overflow: visible;
    padding-bottom: 2.5rem;
  }

  body .hero-top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
    margin-bottom: 1.5rem;
  }

  body .hero-top-section::after {
    display: none;
  }

  body .hero-title {
    order: 1;
    text-align: center;
    font-size: 1.65rem;
    color: #202020;
    max-width: 20rem;
    margin-inline: auto;
    padding-inline: 0.25rem;
  }

  body .hero-title::after {
    content: '';
    display: block;
    width: 2.5rem;
    height: 2px;
    background: var(--color-primary);
    margin: 0.875rem auto 0;
  }

  body .hero-description {
    order: 2;
    float: none;
    margin: 0;
    text-align: center;
    max-width: 21rem;
    font-size: 0.9453rem;
    color: #454545;
    padding-inline: 0.5rem;
  }

  body .hero-bottom-section {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    gap: 0;
  }

  body .hero-image-area {
    order: 1;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 200px;
    padding: 0.5rem 0 0.25rem;
  }

  body .hero-bg-logo {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -52%);
    max-width: min(200px, 58vw);
    opacity: 0.4;
  }

  body .hero-product {
    width: min(84vw, 300px);
    max-height: none;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.12));
  }

  body .hero-premium-area {
    order: 2;
    width: 100%;
    align-items: center;
    margin-bottom: 0;
    margin-top: 2.5rem;
    gap: 0.625rem;
  }

  body .hero-premium {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem 0.65rem;
  }

  body .premium-text {
    font-size: clamp(1.5469rem, 7.5625vw, 2.0625rem);
    text-align: center;
    color: rgba(243, 27, 27, 0.14);
  }

  body .hero-tagline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 18rem;
    font-size: 0.8594rem;
    color: #343434;
    padding-inline: 0.5rem;
  }

  /* ── Product cards ── */
  body .products-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  body .product-card {
    height: auto;
    min-height: 0;
    padding: 16px 14px;
    border-radius: 6px;
  }

  body .product-image-wrapper {
    flex-grow: 0;
    max-height: 200px;
    min-height: 160px;
    padding: 8px 0 12px;
  }

  body .product-image,
  body .product-card:hover .product-image {
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    min-height: unset;
    transform: none;
    object-fit: contain;
    object-position: center;
  }

  body .product-card:hover .product-image {
    transform: scale(1.05);
  }

  body .product-number {
    font-size: 1.5125rem;
  }

  body .product-name {
    font-size: 0.8525rem;
    text-align: center;
  }

  /* ── About ── */
  body .about-top-row {
    gap: 28px;
  }

  body .about-text p {
    font-size: 0.7975rem;
  }

  body .about-stats {
    max-width: 400px;
    margin: 0 auto;
  }

  body .about-image {
    height: 240px;
  }

  /* ── Why Choose Us ── */
  body .why-choose-us .section-heading {
    margin-bottom: 0.5rem;
  }

  body .why-choose-us-banner {
    margin-top: -1.25rem;
    margin-bottom: 0.5rem;
    padding-inline: 0.25rem;
  }

  body .why-choose-us-img {
    width: 100%;
    max-width: min(100%, 300px);
    margin-inline: auto;
  }

  body .why-choose-us-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    max-width: 20rem;
    margin-inline: auto;
  }

  body .why-choose-us-item {
    align-items: center;
    text-align: center;
    margin-bottom: 0;
  }

  body .why-choose-us-icon-box {
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    margin-inline: auto;
  }

  body .why-choose-us-item-title {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    max-width: 16rem;
  }

  body .why-choose-us-item-desc {
    font-size: 0.8525rem;
    max-width: 18rem;
    margin-inline: auto;
  }

  /* ── Machinery ── */
  body .machinery-desc {
    font-size: 0.8525rem;
    max-width: 18rem;
    margin-bottom: 1.5rem;
  }

  /* ── Certification ── */
  body .certification {
    padding-top: 0;
  }

  body .certification-content {
    gap: 0.75rem;
  }

  body .certification-title {
    margin-bottom: 1rem;
  }

  body .certification-description {
    font-size: 0.8525rem;
    margin-bottom: 1.25rem;
    max-width: 20rem;
    margin-inline: auto;
  }

  body .certification-scope-title {
    margin-bottom: 0.875rem;
  }

  body .certification-tags {
    gap: 8px;
    max-width: 20rem;
    margin-inline: auto;
  }

  body .certification-tag {
    font-size: 0.715rem;
    padding: 8px 12px;
    white-space: normal;
    text-align: center;
  }

  body .certification-image-box {
    width: min(92%, 280px);
    margin-bottom: 1.25rem;
  }

  /* ── Commitment ── */
  body .commitment-wrapper {
    gap: 1.5rem;
  }

  body .commitment-content {
    justify-content: flex-start;
    gap: 1.25rem;
    text-align: center;
    width: 100%;
  }

  body .commitment-title {
    margin-bottom: 0.25rem;
  }

  body .commitment-desc {
    font-size: 0.7975rem;
    max-width: 20rem;
    margin-inline: auto;
    margin-bottom: 0.25rem;
  }

  body .commitment-bottom-layout {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
    max-width: 20rem;
    margin-inline: auto;
  }

  body .commitment-items {
    width: 100%;
    gap: 12px;
  }

  body .commitment-item {
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    min-height: 48px;
  }

  body .commitment-item-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  body .commitment-item-text {
    font-size: 0.7975rem;
  }

  body .commitment-badge-box {
    flex: none;
    width: 96px;
    margin-top: 0;
  }

  body .commitment-image-box {
    width: min(92%, 320px);
    margin-bottom: 0.5rem;
  }

  body .commitment-profile-img {
    height: min(48vh, 300px);
  }

  /* ── Industry ── */
  body .industry-subtitle,
  body .usp-subtitle {
    font-size: 0.7975rem;
    margin-bottom: 1.5rem;
  }

  body .industry-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 400px;
    margin: 0 auto;
  }

  body .industry-card {
    height: auto;
    min-height: 96px;
  }

  body .industry-name {
    font-size: 0.7975rem;
    padding: 10px 12px 10px 0;
  }

  /* ── USP ── */
  body .usp-grid {
    gap: 14px;
  }

  body .usp-card {
    padding: 28px 22px;
    min-height: 0;
    border-radius: 28px 28px 0 28px;
  }

  body .usp-icon {
    margin-bottom: 20px;
  }

  body .usp-svg-icon {
    width: 44px;
    height: 44px;
  }

  body .usp-title {
    font-size: 0.99rem;
  }

  body .usp-desc {
    font-size: 0.7563rem;
  }

  /* ── Process ── */
  body .process-image-container {
    height: 240px;
    border-radius: 6px;
    overflow: hidden;
  }

  body .process-card {
    padding: 18px 14px;
  }

  body .process-number {
    font-size: 2.75rem;
  }

  /* ── Quality ── */
  body .quality-highlight p,
  body .q-point p {
    font-size: 0.6875rem;
  }

  body .q-point h5 {
    font-size: 0.7563rem;
  }

  /* ── Articles ── */
  body .article-card {
    border-radius: 6px;
  }

  body .article-title {
    font-size: 0.99rem;
  }

  /* ── Product inner ── */
  body .product-detail-image {
    height: auto;
    max-height: min(45vh, 300px);
    max-width: min(85vw, 320px);
    margin: 0 auto;
    display: block;
  }

  body .product-detail-description {
    font-size: 0.7975rem;
  }

  /* ── Parallax — sticky scroll-over (same as desktop) ── */
  body .parallax-content h2 {
    font-size: 1.7188rem;
    margin-bottom: 1.5rem;
  }

  body .parallax-btn {
    font-size: 0.8525rem;
    padding: 12px 20px;
  }

  body .articles-section,
  body .commitment {
    position: relative;
    z-index: 2;
  }

  /* ── About hero (about page) ── */
  body .about-hero-banner {
    height: min(46vh, 250px);
    margin-bottom: 1.5rem;
    border-radius: 20px;
    overflow: hidden;
    align-items: flex-end;
    justify-content: center;
  }

  body .about-hero-grid,
  body .about-hero-grid--base,
  body .about-hero-grid--spotlight {
    border-radius: 20px;
  }

  body .about-hero-year {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: left;
  }

  body .about-hero-year-value {
    font-size: clamp(4.8125rem, 24.75vw, 6.875rem);
  }

  body .about-hero-since {
    top: 22px;
    left: 0;
    transform: none;
    font-size: 1.0313rem;
  }

  body .about-hero-image-wrapper {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
  }

  body .about-hero-image {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom center;
  }

  body .about-hero-text {
    font-size: 0.7975rem;
  }

  /* ── Footer — stay above articles/commitment, readable layout ── */
  body .footer {
    z-index: 100;
    background: #ffffff;
  }

  body .footer-bottom-inner {
    width: 100%;
  }
}

@media (max-width: 480px) {

  body .section-title,
  body h2.section-title,
  body .section-heading .section-title,
  body .quality-header .section-title,
  body .articles-heading,
  body .product-inner-section-title,
  body .quality-title,
  body .commitment-title,
  body .parallax-content h2,
  body .certification-title,
  body .certification-scope-title,
  body .choose-finish-title,
  body .machinery .section-title,
  body .precision-parts-header .section-title {
    font-size: 1.5469rem;
  }

  body h1.section-title,
  body .blog-inner-title,
  body .product-detail-title,
  body .about-hero-title {
    font-size: 1.4609rem;
  }

  body .parallax-content h2 {
    font-size: 1.5469rem;
  }

  body .products-grid {
    max-width: 100%;
  }

  body .hero-title {
    font-size: 1.4609rem;
    max-width: 100%;
  }

  body .hero-description {
    font-size: 0.8938rem;
    max-width: 100%;
  }

  body .quality-subtitle,
  body .contact-intro-text {
    font-size: 0.7563rem;
  }

  body .hero-product {
    width: min(88vw, 280px);
  }

  body .hero-bg-logo {
    max-width: min(170px, 52vw);
  }

  body .premium-text {
    font-size: clamp(1.375rem, 6.875vw, 1.7188rem);
  }
}

/* ========================================================
   EXECUTIVE INDUSTRIAL CONTACT PAGE STYLES (JUPITER BRASS)
   ======================================================== */

/* 1. Hero Split Section */
.contact-hero-wrap {
  padding: clamp(36px, 5vw, 68px) 0 clamp(32px, 4vw, 56px);
  background: linear-gradient(180deg, #fbfbfb 0%, #ffffff 100%);
  border-bottom: 1px solid #f0f0f0;
}

.contact-hero-split {
  display: grid;
  grid-template-columns: 1.28fr 0.92fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

@media (max-width: 992px) {
  .contact-hero-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.contact-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-primary);
  background: rgba(243, 27, 27, 0.06);
  border: 1px solid rgba(243, 27, 27, 0.2);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  font-weight: 600;
}

.contact-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-primary);
}

.contact-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.18;
  color: #111111;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.contact-hero-title .title-accent {
  color: var(--color-primary);
}

.contact-hero-lead {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.75;
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 16px;
}

.contact-hero-body {
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 1.1vw, 1rem);
  line-height: 1.75;
  color: #5a5a5a;
  margin-bottom: 22px;
}

.contact-hero-quote {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-left: 3px solid var(--color-primary);
  border-radius: 0 10px 10px 0;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.04);
}

.contact-hero-quote svg {
  flex-shrink: 0;
  color: var(--color-primary);
  margin-top: 2px;
}

.contact-hero-quote p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.6;
  color: #444444;
}

/* Executive Sidebar Card */
.contact-exec-card {
  background: #121217;
  color: #ffffff;
  border-radius: 16px;
  padding: clamp(28px, 3.2vw, 38px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 50px -16px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-exec-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f31b1b 0%, #e68a00 100%);
}

.exec-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.exec-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #22c55e;
  background: rgba(34, 197, 94, 0.12);
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
}

.pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.3);
}

.exec-card-title {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9ca3af;
  margin: 0;
}

.exec-card-facility {
  font-family: var(--font-heading);
  font-size: 1.12rem;
  color: #ffffff;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.exec-card-address {
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.6;
  color: #a1a1aa;
  margin: 0 0 20px;
}

.exec-info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.exec-info-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-primary);
}

.exec-info-icon svg {
  width: 16px;
  height: 16px;
}

.exec-info-meta {
  flex: 1;
}

.exec-info-label {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #71717a;
  display: block;
  margin-bottom: 2px;
}

.exec-info-value {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #e4e4e7;
  margin: 0;
  line-height: 1.5;
}

.exec-info-value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.exec-info-value a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.exec-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.exec-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 11px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s ease;
}

.exec-action-btn--primary {
  background: var(--color-primary);
  color: #ffffff;
}

.exec-action-btn--primary:hover {
  background: #d11212;
  transform: translateY(-2px);
}

.exec-action-btn--secondary {
  background: #25d366;
  color: #ffffff;
}

.exec-action-btn--secondary:hover {
  background: #1da851;
  transform: translateY(-2px);
}

/* 2. 4 Precision Info Tiles */
.contact-tiles-wrap {
  padding: clamp(36px, 4vw, 56px) 0;
  background: #ffffff;
}

.contact-tiles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}

@media (max-width: 1100px) {
  .contact-tiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .contact-tiles-grid {
    grid-template-columns: 1fr;
  }
}

.contact-tile {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: clamp(22px, 2.5vw, 28px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.contact-tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  transition: background 0.3s ease;
}

.contact-tile:hover {
  transform: translateY(-4px);
  border-color: #d1d5db;
  box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.1);
}

.contact-tile:hover::before {
  background: var(--color-primary);
}

.contact-tile-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(243, 27, 27, 0.07);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.contact-tile-icon svg {
  width: 20px;
  height: 20px;
}

.contact-tile-subtitle {
  font-family: var(--font-heading);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 4px;
  font-weight: 600;
}

.contact-tile-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 10px;
}

.contact-tile-desc {
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.6;
  color: #555555;
  margin: 0;
}

.contact-tile-desc a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-tile-desc a:hover {
  color: var(--color-primary);
}

/* 3. RFQ & Procurement Portal Section */
.rfq-portal-section {
  padding: clamp(48px, 6vw, 84px) 0;
  background: #f8fafc;
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
}

.rfq-portal-header {
  text-align: center;
  max-width: 840px;
  margin: 0 auto clamp(32px, 4vw, 52px);
}

.rfq-portal-eyebrow {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
}

.rfq-portal-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  text-transform: uppercase;
  color: #0f172a;
  margin: 0 0 14px;
}

.rfq-portal-desc {
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

.rfq-portal-grid {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

@media (max-width: 992px) {
  .rfq-portal-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Left Specs & Roadmap Panel */
.rfq-specs-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rfq-spec-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: clamp(22px, 2.8vw, 32px);
  box-shadow: 0 4px 20px -6px rgba(0, 0, 0, 0.05);
}

.rfq-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f5f9;
}

.rfq-card-badge-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(243, 27, 27, 0.08);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rfq-card-heading {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #0f172a;
  margin: 0;
}

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

@media (max-width: 580px) {
  .rfq-items-matrix {
    grid-template-columns: 1fr;
  }
}

.rfq-matrix-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  padding: 10px 12px;
  font-family: var(--font-body);
  font-size: 0.84rem;
  line-height: 1.45;
  color: #334155;
  transition: all 0.2s ease;
}

.rfq-matrix-item:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.rfq-matrix-item svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #10b981;
  margin-top: 1px;
}

/* Roadmap List */
.rfq-roadmap-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rfq-roadmap-step {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  padding: 12px 16px;
}

.rfq-step-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rfq-step-content {
  flex: 1;
}

.rfq-step-title {
  font-family: var(--font-heading);
  font-size: 0.84rem;
  text-transform: uppercase;
  color: #0f172a;
  margin: 0 0 2px;
}

.rfq-step-desc {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
}

/* Right RFQ Form Console */
.rfq-form-console {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: clamp(28px, 3.8vw, 44px);
  box-shadow: 0 18px 45px -16px rgba(15, 23, 42, 0.08);
}

.rfq-form-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #0f172a;
  margin: 0 0 6px;
}

.rfq-form-subtitle {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: #64748b;
  margin: 0 0 24px;
}

.rfq-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

@media (max-width: 600px) {
  .rfq-form-row {
    grid-template-columns: 1fr;
  }
}

.rfq-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rfq-form-group label {
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #374151;
}

.rfq-form-group label span {
  color: var(--color-primary);
}

.rfq-input {
  width: 100%;
  min-height: 48px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: #0f172a;
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 11px 14px;
  outline: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.rfq-input::placeholder {
  color: #94a3b8;
  font-size: 0.86rem;
}

.rfq-input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(243, 27, 27, 0.12);
  background-color: #ffffff;
}

.rfq-textarea {
  resize: vertical;
  min-height: 130px;
  padding: 12px 14px;
}

/* Modern File Dropzone */
.rfq-dropzone {
  position: relative;
  border: 2px dashed #cbd5e1;
  border-radius: 8px;
  padding: 22px 18px;
  text-align: center;
  background: #f8fafc;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.rfq-dropzone:hover {
  border-color: var(--color-primary);
  background: rgba(243, 27, 27, 0.02);
}

.rfq-dropzone-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(243, 27, 27, 0.08);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rfq-dropzone-text {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  text-transform: uppercase;
  color: #1e293b;
  font-weight: 600;
}

.rfq-dropzone-hint {
  font-family: var(--font-body);
  font-size: 0.74rem;
  color: #64748b;
}

.rfq-btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  background: var(--color-primary);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 8px 24px -6px rgba(243, 27, 27, 0.45);
  margin-top: 6px;
}

.rfq-btn-submit:hover {
  background: #d11212;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -6px rgba(243, 27, 27, 0.55);
}

/* 4. Facility Hub & Map Section */
.facility-hub-section {
  padding: clamp(48px, 6vw, 84px) 0;
  background: #ffffff;
}

.facility-hub-split {
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

@media (max-width: 992px) {
  .facility-hub-split {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.facility-hub-info {
  display: flex;
  flex-direction: column;
}

.facility-hub-eyebrow {
  font-family: var(--font-heading);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 8px;
  font-weight: 600;
}

.facility-hub-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 16px;
}

.facility-hub-text {
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 1.1vw, 1.02rem);
  line-height: 1.75;
  color: #555555;
  margin: 0 0 24px;
}

.facility-features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.facility-feat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: #334155;
}

.facility-feat-item svg {
  color: var(--color-primary);
  flex-shrink: 0;
}

.facility-map-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px -16px rgba(0, 0, 0, 0.15);
  border: 1px solid #e5e7eb;
  height: clamp(340px, 40vw, 440px);
}

.facility-map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* 5. Executive Bottom CTA */
.executive-cta-section {
  background: #0d0d12;
  color: #ffffff;
  padding: clamp(60px, 8vw, 96px) 0;
  position: relative;
  overflow: hidden;
}

.executive-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f31b1b, #f59e0b, #f31b1b);
}

.executive-cta-box {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.executive-cta-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.executive-cta-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.4vw, 2.75rem);
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 18px;
  letter-spacing: 0.02em;
}

.executive-cta-lead {
  font-family: var(--font-body);
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  line-height: 1.75;
  color: #e4e4e7;
  margin: 0 auto 14px;
  max-width: 820px;
}

.executive-cta-desc {
  font-family: var(--font-body);
  font-size: clamp(0.9rem, 1.1vw, 0.98rem);
  line-height: 1.75;
  color: #a1a1aa;
  margin: 0 auto 32px;
  max-width: 800px;
}

.executive-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.executive-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s ease;
}

.executive-btn--quote {
  background: var(--color-primary);
  color: #ffffff;
  border: 1px solid var(--color-primary);
  box-shadow: 0 8px 24px -6px rgba(243, 27, 27, 0.5);
}

.executive-btn--quote:hover {
  background: #d11212;
  transform: translateY(-2px);
  color: #ffffff;
}

.executive-btn--wa {
  background: #25d366;
  color: #ffffff;
  border: 1px solid #25d366;
  box-shadow: 0 8px 24px -6px rgba(37, 211, 102, 0.5);
}

.executive-btn--wa:hover {
  background: #1da851;
  transform: translateY(-2px);
  color: #ffffff;
}

.executive-cta-brand {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #71717a;
  margin-top: 24px;
}
