/* ==========================================================================
   PIGMATIX MASTERBATCH — ENTERPRISE STYLESHEET
   Industry: High-Performance LLD & LLDPE Compounded Masterbatch
   Specialization: Exclusively Linear Low-Density Polyethylene Base Resins
   ========================================================================== */

:root {
  /* Brand Industrial Colors */
  --navy-950: #061325;
  --navy-900: #0a1f3d;
  --navy-850: #0e2a52;
  --navy-800: #13396f;
  --navy-700: #1a4d96;
  --blue-600: #2563eb;
  --blue-500: #3b82f6;
  --blue-400: #60a5fa;
  --blue-100: #dbeafe;
  --blue-50:  #eff6ff;

  /* Logo Palette Accents */
  --accent-red: #e01a22;
  --accent-red-hover: #be1219;
  --accent-gold: #f59e0b;
  --accent-gold-hover: #d97706;

  /* Industrial Neutrals */
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --slate-50:  #f8fafc;
  --white:     #ffffff;

  /* Typography */
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-mono: 'JetBrains Mono', 'SFMono-Regular', Menlo, Monaco, Consolas, monospace;

  /* Spacing & Radii */
  --container-max: 1240px;
  --container-wide: 1360px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(6, 19, 37, 0.05);
  --shadow-sm: 0 2px 5px rgba(6, 19, 37, 0.07), 0 1px 2px rgba(6, 19, 37, 0.04);
  --shadow-md: 0 6px 16px rgba(6, 19, 37, 0.09), 0 2px 4px rgba(6, 19, 37, 0.05);
  --shadow-lg: 0 14px 32px rgba(6, 19, 37, 0.13), 0 4px 10px rgba(6, 19, 37, 0.06);
  --shadow-xl: 0 24px 48px rgba(6, 19, 37, 0.18), 0 8px 16px rgba(6, 19, 37, 0.08);

  /* Transitions */
  --transition-fast: 0.18s ease-in-out;
  --transition-base: 0.28s ease-in-out;
  --transition-slow: 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  color: var(--slate-700);
  background-color: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, picture, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

ul, ol {
  list-style: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: var(--navy-950);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(2.25rem, 4vw + 1rem, 3.6rem); }
h2 { font-size: clamp(1.85rem, 3vw + 0.5rem, 2.6rem); }
h3 { font-size: clamp(1.35rem, 1.6vw + 0.4rem, 1.8rem); }
h4 { font-size: 1.25rem; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

.lead {
  font-size: clamp(1.1rem, 1.2vw + 0.2rem, 1.25rem);
  line-height: 1.65;
  color: var(--slate-600);
}

/* Layout Utilities */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.container-wide {
  width: 100%;
  max-width: var(--container-wide);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.section {
  padding-block: clamp(4.5rem, 6vw, 7rem);
  position: relative;
}

.section-sm {
  padding-block: clamp(3rem, 4vw, 4.5rem);
}

.section-bg-slate {
  background-color: var(--slate-50);
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
}

.section-bg-navy {
  background-color: var(--navy-950);
  color: var(--slate-300);
}

.section-bg-navy h2,
.section-bg-navy h3,
.section-bg-navy h4 {
  color: var(--white);
}

.section-header {
  text-align: center;
  max-width: 820px;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.section-header.text-left {
  text-align: left;
  margin-inline: 0;
}

.section-header h2 {
  margin-bottom: 0.85rem;
}

.section-header p {
  color: var(--slate-600);
  font-size: 1.1rem;
}

.section-bg-navy .section-header p {
  color: var(--slate-300);
}

/* Badges */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: var(--radius-full);
  background-color: var(--blue-50);
  color: var(--blue-600);
  border: 1px solid var(--blue-100);
  margin-bottom: 1rem;
}

.badge-gold {
  background-color: #fffbeb;
  color: #b45309;
  border-color: #fde68a;
}

.badge-navy {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
}

.badge-red {
  background-color: #fef2f2;
  color: var(--accent-red);
  border-color: #fecaca;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.75rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--transition-base);
  text-align: center;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--blue-600);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.btn-primary:hover {
  background-color: #1d4ed8;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
}

.btn-navy {
  background-color: var(--navy-900);
  color: var(--white);
  border-color: var(--navy-900);
}

.btn-navy:hover {
  background-color: var(--navy-950);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-accent {
  background-color: var(--accent-red);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(224, 26, 34, 0.3);
}

.btn-accent:hover {
  background-color: var(--accent-red-hover);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(224, 26, 34, 0.4);
}

.btn-outline {
  background-color: transparent;
  border-color: var(--slate-300);
  color: var(--slate-800);
}

.btn-outline:hover {
  border-color: var(--blue-600);
  color: var(--blue-600);
  background-color: var(--blue-50);
}

.btn-outline-white {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.btn-outline-white:hover {
  background-color: var(--white);
  color: var(--navy-950);
  border-color: var(--white);
}

.btn-sm {
  padding: 0.55rem 1.25rem;
  font-size: 0.86rem;
}

.btn-lg {
  padding: 1.05rem 2.25rem;
  font-size: 1.05rem;
}

/* ==========================================================================
   SITE HEADER & NAVIGATION
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--slate-200);
  transition: all var(--transition-base);
}

.top-bar {
  background-color: var(--navy-950);
  color: var(--slate-300);
  font-size: 0.82rem;
  padding-block: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.top-bar-notice {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 500;
}

.top-bar-notice .dot {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

.top-bar-contacts {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.top-bar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--slate-300);
}

.top-bar-link:hover {
  color: var(--white);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 84px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  color: var(--slate-700);
  font-weight: 600;
  font-size: 0.95rem;
  position: relative;
  padding: 0.5rem 0.2rem;
}

.nav-link:hover {
  color: var(--blue-600);
}

.nav-link.active {
  color: var(--blue-600);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--blue-600);
  border-radius: var(--radius-full);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--navy-900);
}

.mobile-toggle svg {
  width: 28px;
  height: 28px;
}

/* ==========================================================================
   HERO SECTIONS
   ========================================================================== */
.hero-home {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background-color: var(--navy-950);
  color: var(--white);
  overflow: hidden;
  padding-block: 5.5rem 6.5rem;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(6, 19, 37, 0.94) 30%, rgba(6, 19, 37, 0.75) 75%, rgba(6, 19, 37, 0.88) 100%),
                    url('../images/factory-exterior.jpg');
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.hero-title {
  color: var(--white);
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: 1.15;
}

.hero-title span {
  background: linear-gradient(135deg, #60a5fa 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: clamp(1.15rem, 1.4vw + 0.3rem, 1.35rem);
  line-height: 1.6;
  color: var(--slate-300);
  margin-bottom: 2.5rem;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}

.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-item-num {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  margin-bottom: 0.4rem;
  font-family: var(--font-mono);
}

.stat-item-label {
  font-size: 0.88rem;
  color: var(--slate-300);
  font-weight: 500;
}

/* Page Headers */
.page-header {
  position: relative;
  background-color: var(--navy-950);
  color: var(--white);
  padding-block: clamp(4.5rem, 6vw, 6rem);
  overflow: hidden;
}

.page-header-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.28;
  z-index: 1;
}

.page-header-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.86rem;
  color: var(--slate-400);
  margin-bottom: 1.25rem;
}

.breadcrumbs a:hover {
  color: var(--white);
}

.breadcrumbs span.current {
  color: var(--blue-400);
  font-weight: 600;
}

.page-title {
  color: var(--white);
  margin-bottom: 1rem;
}

.page-subtitle {
  font-size: clamp(1.05rem, 1.2vw + 0.2rem, 1.25rem);
  color: var(--slate-300);
  line-height: 1.6;
}

/* ==========================================================================
   RESIN FOCUS BANNER (LLD / LLDPE EXCLUSIVE)
   ========================================================================== */
.resin-focus-banner {
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-850) 100%);
  color: var(--white);
  border-radius: var(--radius-xl);
  padding: clamp(2.5rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-xl);
}

.resin-focus-banner::before {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.resin-focus-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.resin-focus-banner h2 {
  color: var(--white);
  margin-bottom: 1.25rem;
}

.resin-focus-banner p {
  color: var(--slate-300);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

.resin-features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.resin-feature-pill {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.65rem 0.95rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.resin-feature-pill svg {
  color: #34d399;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.resin-focus-image-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.resin-focus-image-wrapper img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.resin-focus-image-wrapper:hover img {
  transform: scale(1.03);
}

/* ==========================================================================
   FEATURE & VALUE CARDS
   ========================================================================== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.feature-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-base);
  display: flex;
  flex-direction: column;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--blue-200);
  box-shadow: var(--shadow-lg);
}

.feature-icon-wrapper {
  width: 58px;
  height: 58px;
  border-radius: var(--radius-md);
  background-color: var(--blue-50);
  color: var(--blue-600);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  border: 1px solid var(--blue-100);
}

.feature-icon-wrapper svg {
  width: 28px;
  height: 28px;
}

.feature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.85rem;
  color: var(--navy-950);
}

.feature-card p {
  color: var(--slate-600);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

/* Applications Grid (What masterbatch is used for) */
.applications-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
  margin-top: 2.5rem;
}

.app-showcase-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-base);
}

.app-showcase-card:hover {
  border-color: var(--blue-400);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.app-showcase-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  background-color: var(--navy-900);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.app-showcase-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.app-showcase-card p {
  font-size: 0.9rem;
  color: var(--slate-600);
  line-height: 1.55;
}

/* ==========================================================================
   PRODUCT CARDS & SPECIFICATIONS
   ========================================================================== */
.product-filter-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 3rem;
}

.filter-btn {
  padding: 0.6rem 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: var(--radius-full);
  background-color: var(--white);
  border: 1.5px solid var(--slate-200);
  color: var(--slate-700);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.filter-btn:hover {
  border-color: var(--blue-500);
  color: var(--blue-600);
}

.filter-btn.active {
  background-color: var(--navy-900);
  border-color: var(--navy-900);
  color: var(--white);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
}

.product-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-base);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
  border-color: var(--blue-300);
}

.product-card-media {
  position: relative;
  height: 250px;
  overflow: hidden;
  background-color: var(--slate-100);
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.product-card:hover .product-card-media img {
  transform: scale(1.05);
}

.product-resin-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: rgba(6, 19, 37, 0.88);
  backdrop-filter: blur(8px);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.product-card-body {
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-category {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue-600);
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
}

.product-card-body h3 {
  font-size: 1.45rem;
  margin-bottom: 0.85rem;
  color: var(--navy-950);
}

.product-card-body p {
  color: var(--slate-600);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.product-specs-list {
  background-color: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.25rem;
  margin-bottom: 1.5rem;
}

.product-spec-row {
  display: flex;
  justify-content: space-between;
  padding-block: 0.35rem;
  font-size: 0.85rem;
  border-bottom: 1px dashed var(--slate-200);
}

.product-spec-row:last-child {
  border-bottom: none;
}

.spec-key {
  color: var(--slate-500);
  font-weight: 500;
}

.spec-val {
  color: var(--navy-950);
  font-weight: 600;
  font-family: var(--font-mono);
  font-size: 0.82rem;
}

.product-applications {
  margin-bottom: 1.5rem;
}

.product-applications-title {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--slate-500);
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.app-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.app-tag {
  background-color: var(--slate-100);
  color: var(--slate-700);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-sm);
}

.product-card-actions {
  margin-top: auto;
  display: flex;
  gap: 0.75rem;
}

/* Technical Specification Table */
.spec-table-container {
  overflow-x: auto;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  margin-block: 2.5rem;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 720px;
}

.spec-table th {
  background-color: var(--navy-900);
  color: var(--white);
  padding: 1.1rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.spec-table td {
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  color: var(--slate-700);
  border-bottom: 1px solid var(--slate-200);
}

.spec-table tr:last-child td {
  border-bottom: none;
}

.spec-table tr:hover td {
  background-color: var(--slate-50);
}

/* ==========================================================================
   ABOUT US & FOUNDERS
   ========================================================================== */
.founders-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 2rem;
}

.founder-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  transition: all var(--transition-base);
}

.founder-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: var(--blue-300);
}

.founder-photo-wrapper {
  position: relative;
  background-color: var(--slate-100);
}

.founder-photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}

.founder-body {
  padding: 2.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.founder-role {
  color: var(--blue-600);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
}

.founder-body h3 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
  color: var(--navy-950);
}

.founder-quote {
  font-style: italic;
  color: var(--slate-600);
  font-size: 0.95rem;
  line-height: 1.6;
  border-left: 3px solid var(--blue-500);
  padding-left: 1rem;
  margin-block: 1.25rem;
}

.founder-bio {
  color: var(--slate-600);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* Mission / Vision */
.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-block: 3.5rem;
}

.mv-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.75rem 2.5rem;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-sm);
  position: relative;
  border-top: 4px solid var(--blue-600);
}

.mv-card.vision {
  border-top-color: var(--navy-800);
}

.mv-card h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.mv-card p {
  color: var(--slate-600);
  line-height: 1.7;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.value-box {
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  padding: 2rem 1.75rem;
  transition: all var(--transition-fast);
}

.value-box:hover {
  background: var(--white);
  border-color: var(--blue-300);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.value-num {
  font-family: var(--font-mono);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--blue-600);
  margin-bottom: 0.75rem;
}

.value-box h4 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.value-box p {
  font-size: 0.88rem;
  color: var(--slate-600);
  line-height: 1.55;
}

/* ==========================================================================
   QUALITY & TESTING
   ========================================================================== */
.quality-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.75rem;
  margin-block: 2.5rem;
}

.step-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 1.85rem;
  position: relative;
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-base);
}

.step-card:hover {
  border-color: var(--blue-300);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--navy-900);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.step-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.step-card p {
  font-size: 0.88rem;
  color: var(--slate-600);
  line-height: 1.55;
}

.lab-split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.lab-media-box {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.lab-media-box img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.lab-content h2 {
  margin-bottom: 1.25rem;
}

.lab-checklist {
  margin-block: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--slate-700);
}

.checklist-item svg {
  color: var(--blue-600);
  flex-shrink: 0;
  margin-top: 0.2rem;
  width: 20px;
  height: 20px;
}

/* ==========================================================================
   CAREERS
   ========================================================================== */
.career-culture-banner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: center;
  background-color: var(--slate-50);
  border-radius: var(--radius-xl);
  border: 1px solid var(--slate-200);
  padding: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 4rem;
}

.jobs-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.job-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-base);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.job-card:hover {
  border-color: var(--blue-300);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.job-info h3 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.job-meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.85rem;
  color: var(--slate-500);
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}

.job-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.job-desc {
  color: var(--slate-600);
  font-size: 0.92rem;
  max-width: 640px;
  line-height: 1.6;
}

/* ==========================================================================
   CONTACT SECTION & CLIENT-SIDE FORM
   ========================================================================== */
.contact-split-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3.5rem;
  align-items: start;
}

.contact-cards-col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-info-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
}

.contact-info-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.contact-info-card p {
  color: var(--slate-600);
  font-size: 0.92rem;
  margin-bottom: 1rem;
}

.contact-email-link {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--blue-600);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-email-link:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.contact-form-wrapper {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-xl);
  padding: clamp(2rem, 3.5vw, 3rem);
  box-shadow: var(--shadow-md);
}

.contact-form-wrapper h3 {
  font-size: 1.65rem;
  margin-bottom: 0.5rem;
}

.contact-form-wrapper .sub {
  color: var(--slate-500);
  font-size: 0.92rem;
  margin-bottom: 2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.form-col-full {
  grid-column: span 2;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.form-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy-900);
}

.form-label span.req {
  color: var(--accent-red);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.78rem 1rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--slate-200);
  background-color: var(--slate-50);
  color: var(--slate-800);
  font-size: 0.95rem;
  transition: all var(--transition-fast);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--blue-600);
  background-color: var(--white);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.form-textarea {
  min-height: 130px;
  resize: vertical;
}

.form-helper {
  font-size: 0.78rem;
  color: var(--slate-500);
}

/* Form Notice State */
.form-notice {
  display: none;
  padding: 1.25rem;
  border-radius: var(--radius-md);
  margin-top: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.form-notice.success {
  background-color: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.form-notice.active {
  display: block;
}

/* Map Card */
.map-card-wrapper {
  margin-top: 3.5rem;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.map-placeholder {
  height: 340px;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  padding: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.map-grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 32px 32px;
}

/* ==========================================================================
   CALL TO ACTION STRIP
   ========================================================================== */
.cta-strip {
  background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 100%);
  color: var(--white);
  padding-block: clamp(4rem, 5vw, 5.5rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-strip h2 {
  color: var(--white);
  max-width: 780px;
  margin-inline: auto;
  margin-bottom: 1.25rem;
}

.cta-strip p {
  color: var(--slate-300);
  max-width: 620px;
  margin-inline: auto;
  font-size: 1.15rem;
  margin-bottom: 2.25rem;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background-color: var(--navy-950);
  color: var(--slate-400);
  font-size: 0.9rem;
  padding-top: clamp(4rem, 6vw, 5.5rem);
  padding-bottom: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 3rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col-brand {
  max-width: 360px;
}

.footer-logo-img {
  height: 48px;
  width: auto;
  margin-bottom: 1.25rem;
}

.footer-brand-desc {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--slate-400);
  margin-bottom: 1.5rem;
}

.footer-col h4 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links a {
  color: var(--slate-400);
  transition: color var(--transition-fast);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-links a:hover {
  color: var(--white);
  padding-left: 3px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
  color: var(--slate-400);
}

.footer-contact-item svg {
  color: var(--blue-400);
  flex-shrink: 0;
  margin-top: 0.2rem;
  width: 18px;
  height: 18px;
}

.footer-resin-disclaimer {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  margin-block: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-resin-disclaimer svg {
  color: var(--accent-gold);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.footer-resin-disclaimer p {
  margin: 0;
  font-size: 0.84rem;
  color: var(--slate-300);
  line-height: 1.55;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1.25rem;
  font-size: 0.82rem;
  color: var(--slate-500);
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
  .nav-menu {
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.5rem;
    gap: 1.25rem;
    box-shadow: var(--shadow-xl);
    border-bottom: 1px solid var(--slate-200);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: all var(--transition-base);
  }

  .nav-menu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-actions {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  .resin-focus-grid,
  .lab-split-section,
  .career-culture-banner,
  .contact-split-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .founders-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .top-bar-contacts {
    display: none;
  }

  .hero-stats-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .founder-card {
    grid-template-columns: 1fr;
  }

  .founder-photo-wrapper img {
    height: 320px;
    min-height: auto;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-col-full {
    grid-column: span 1;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .values-grid {
    grid-template-columns: 1fr;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
  }

  .hero-cta-group .btn {
    width: 100%;
  }

  .product-card-actions {
    flex-direction: column;
  }

  .product-card-actions .btn {
    width: 100%;
  }
}

@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;
  }
}
