/* =============================================
   PPJ GROUP LANDING PAGE — STYLESHEET
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

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

:root {
  --navy:        #0B1B6E;
  --navy-dark:   #060D45;
  --navy-mid:    #1A2F8A;
  --red:         #CC1F2D;
  --red-dark:    #A01828;
  --white:       #FFFFFF;
  --off-white:   #F8F9FF;
  --light-blue:  #EEF0FB;
  --border:      #D8DCF0;
  --text-dark:   #1A1A2E;
  --text-gray:   #5A5A6E;
  --text-light:  #9090A0;
  --max-w:       1200px;
  --radius:      4px;
  --radius-md:   8px;
  --shadow:      0 4px 20px rgba(0,0,0,0.1);
  --shadow-lg:   0 8px 40px rgba(0,0,0,0.18);
  --transition:  0.3s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  color: var(--text-dark);
  line-height: 1.65;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
ul { list-style: none; }

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 2rem;
}

/* =============================================
   NAVBAR
   ============================================= */

.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid var(--border);
  height: 64px;
}

.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.logo-mark {
  width: 36px;
  height: 36px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-ppj {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.08em;
}

.logo-group {
  font-size: 0.55rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 auto;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  display: block;
  padding: 0 0.9rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-dark);
  height: 64px;
  line-height: 64px;
  white-space: nowrap;
  transition: color var(--transition);
}

.nav-links a:hover,
.nav-links li.active > a {
  color: var(--red);
}

/* Dropdown */
.nav-links .has-dropdown:hover .dropdown-menu { display: block; }

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 240px;
  border-top: 2px solid var(--red);
  box-shadow: var(--shadow-lg);
  z-index: 100;
}

.dropdown-menu li a {
  height: auto;
  line-height: 1;
  padding: 0.75rem 1.25rem;
  font-size: 0.72rem;
  border-bottom: 1px solid var(--border);
}

.dropdown-menu li:last-child a { border-bottom: none; }

.btn-contact {
  flex-shrink: 0;
  padding: 0.5rem 1.2rem;
  border: 2px solid var(--navy);
  border-radius: var(--radius);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  transition: all var(--transition);
  white-space: nowrap;
}

.btn-contact:hover {
  background: var(--navy);
  color: #fff;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  margin-left: auto;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  transition: var(--transition);
}

/* =============================================
   HERO SECTIONS
   ============================================= */

.hero {
  height: 480px;
  margin-top: 64px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.hero-home {
  background: linear-gradient(135deg, rgba(6,13,69,0.88) 0%, rgba(11,27,110,0.65) 100%),
              url('../images/hero-home.jpeg') center/cover no-repeat;
}
.hero-philosophy {
  background: linear-gradient(135deg, rgba(6,13,69,0.82) 0%, rgba(30,50,110,0.6) 100%),
              url('../images/hero-philosophy.jpeg') center/cover no-repeat;
}
.hero-services {
  background: linear-gradient(135deg, rgba(6,13,69,0.85) 0%, rgba(40,40,80,0.65) 100%),
              url('../images/hero-services.jpeg') center/cover no-repeat;
}
.hero-material {
  background: linear-gradient(135deg, rgba(6,13,69,0.88) 0%, rgba(20,40,90,0.65) 100%),
              url('../images/fabric-stock.jpeg') center/cover no-repeat;
}
.hero-product {
  background: linear-gradient(135deg, rgba(8,16,70,0.85) 0%, rgba(20,40,90,0.6) 100%),
              url('../images/hero-product.jpeg') center/cover no-repeat;
}
.hero-3d {
  background: linear-gradient(135deg, rgba(5,10,40,0.90) 0%, rgba(15,25,60,0.75) 100%),
              url('../images/hero-3d.jpg') center/cover no-repeat;
}
.hero-production {
  background: linear-gradient(135deg, rgba(6,13,69,0.88) 0%, rgba(15,30,80,0.70) 100%),
              url('../images/hero-production.jpeg') center/cover no-repeat;
}
.hero-sustainability {
  background: linear-gradient(135deg, rgba(10,30,20,0.82) 0%, rgba(20,50,30,0.55) 100%),
              url('../images/hero-sustainability.jpeg') center/cover no-repeat;
}
.hero-news {
  background: linear-gradient(135deg, rgba(6,13,69,0.88) 0%, rgba(11,27,110,0.70) 100%),
              url('../images/hero-news.jpeg') center/cover no-repeat;
}
.hero-contact {
  background: linear-gradient(135deg, rgba(11,27,110,0.08) 0%, rgba(11,27,110,0.04) 100%),
              #c8d8ee;
}
.hero-article {
  background: linear-gradient(135deg, rgba(6,13,69,0.88) 0%, rgba(20,40,90,0.65) 100%),
              url('../images/denim-craft.jpeg') center/cover no-repeat;
}

/* Industrial texture overlays */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255,255,255,0.01) 3px, rgba(255,255,255,0.01) 6px);
  pointer-events: none;
}

.hero-content { position: relative; z-index: 1; }

.hero-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.75rem;
}

.hero-title {
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.15;
  max-width: 700px;
}

.hero-title span { color: var(--red); }

.hero-subtitle {
  margin-top: 1rem;
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
  max-width: 550px;
}

/* Taller hero for contact */
.hero-contact-wrap {
  height: 280px;
  margin-top: 64px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-contact-wrap .container { position: relative; z-index: 1; }

.hero-contact-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
}

.hero-contact-big {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--navy);
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 0.5rem;
}

/* =============================================
   SECTIONS / LAYOUT
   ============================================= */

.section { padding: 5rem 0; }
.section-sm { padding: 3rem 0; }
.section-lg { padding: 7rem 0; }

.section-bg-light { background: var(--off-white); }
.section-bg-blue  { background: var(--light-blue); }
.section-bg-navy  { background: var(--navy-dark); }

.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
}

.section-title-white {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

.section-subtitle {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: var(--text-gray);
  max-width: 680px;
}

.section-subtitle-white {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  max-width: 680px;
}

/* =============================================
   BUTTONS
   ============================================= */

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--navy);
  color: #fff;
  padding: 0.65rem 1.5rem;
  border-radius: var(--radius);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background var(--transition);
  border: none;
  cursor: pointer;
}

.btn-primary:hover { background: var(--navy-mid); }

.btn-red {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--red);
  color: #fff;
  padding: 0.65rem 1.5rem;
  border-radius: var(--radius);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background var(--transition);
  border: none;
  cursor: pointer;
}

.btn-red:hover { background: var(--red-dark); }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
  padding: 0.6rem 1.4rem;
  border-radius: var(--radius);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all var(--transition);
  cursor: pointer;
}

.btn-outline:hover {
  background: var(--navy);
  color: #fff;
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
  padding: 0.6rem 1.4rem;
  border-radius: var(--radius);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all var(--transition);
  cursor: pointer;
}

.btn-outline-white:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
}

/* Arrow button */
.btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  transition: background var(--transition);
  flex-shrink: 0;
}

.btn-arrow:hover { background: var(--red); }

.btn-arrow-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  transition: background var(--transition);
  flex-shrink: 0;
}

.btn-arrow-red:hover { background: var(--red-dark); }

/* =============================================
   SERVICE CARDS (large image cards)
   ============================================= */

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  min-height: 260px;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  transition: transform var(--transition);
}

.service-card:hover { transform: translateY(-4px); }
.service-card:hover .service-card-overlay { opacity: 0.75; }

.service-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.service-card:hover .service-card-bg { transform: scale(1.04); }

.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,13,69,0.92) 0%, rgba(6,13,69,0.4) 60%, transparent 100%);
  transition: opacity var(--transition);
}

.service-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.service-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Card backgrounds with real photos */
.bg-material {
  background: linear-gradient(135deg, rgba(6,13,69,0.75) 0%, rgba(11,27,110,0.5) 100%),
              url('../images/hero-material.jpeg') center/cover no-repeat;
}
.bg-product {
  background: linear-gradient(135deg, rgba(20,20,40,0.80) 0%, rgba(10,10,25,0.65) 100%),
              url('../images/hero-product.jpeg') center/cover no-repeat;
}
.bg-3d {
  background: linear-gradient(135deg, rgba(5,10,40,0.82) 0%, rgba(15,20,55,0.68) 100%),
              url('../images/hero-3d.jpg') center/cover no-repeat;
}
.bg-production {
  background: linear-gradient(135deg, rgba(6,13,40,0.82) 0%, rgba(10,20,50,0.65) 100%),
              url('../images/hero-production.jpeg') center/cover no-repeat;
}
.bg-sustainability {
  background: linear-gradient(135deg, rgba(10,30,20,0.80) 0%, rgba(5,20,10,0.65) 100%),
              url('../images/hero-sustainability.jpeg') center/cover no-repeat;
}
.bg-dark-blue {
  background: linear-gradient(135deg, rgba(6,13,69,0.80) 0%, rgba(11,27,110,0.65) 100%),
              url('../images/denim-texture.jpeg') center/cover no-repeat;
}

/* =============================================
   GRID LAYOUTS
   ============================================= */

.grid-2  { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.grid-3  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4  { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.grid-2-1 { display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; align-items: center; }
.grid-1-2 { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; align-items: center; }

/* =============================================
   WHO WE ARE (home)
   ============================================= */

.who-we-are { padding: 5rem 0; }

.who-text {
  max-width: 700px;
}

.who-text p {
  font-size: 0.95rem;
  color: var(--text-gray);
  margin-bottom: 1rem;
  line-height: 1.8;
}

.who-text p strong {
  color: var(--navy);
  font-weight: 600;
}

/* =============================================
   SUPPLY CHAIN CARDS
   ============================================= */

.supply-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

/* =============================================
   WHAT WE DO
   ============================================= */

.what-we-do {
  background: var(--light-blue);
  padding: 5rem 0;
}

.checklist {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.checklist li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--text-dark);
}

.checklist li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--navy);
  border-radius: 50%;
  flex-shrink: 0;
}

.product-visual {
  position: relative;
  height: 420px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: linear-gradient(135deg, #2a3a6a 0%, #1a2a50 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-visual-label {
  color: rgba(255,255,255,0.3);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =============================================
   CUSTOMERS GRID
   ============================================= */

.customers-section { padding: 5rem 0; }

.customers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-top: 2.5rem;
}

.customer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}

.customer-item:hover { background: var(--light-blue); }

.customer-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}

/* =============================================
   WHERE WE WORK (Map placeholder)
   ============================================= */

.where-we-work { background: var(--off-white); padding: 5rem 0; }

.map-container {
  position: relative;
  height: 300px;
  background: var(--light-blue);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-svg {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.map-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--navy);
  border: 2px solid #fff;
  box-shadow: 0 0 0 4px rgba(11,27,110,0.2);
}

.map-label {
  position: absolute;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--navy);
  white-space: nowrap;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
}

.map-region-label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.map-region-label .region-name {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
}

.map-region-label .region-detail {
  font-size: 0.65rem;
  color: var(--text-gray);
}

.where-regions {
  display: flex;
  gap: 3rem;
  margin-top: 1.5rem;
}

.region-block { }

.region-block h4 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.region-block p {
  font-size: 0.82rem;
  color: var(--text-gray);
  line-height: 1.6;
}

/* =============================================
   STATS
   ============================================= */

.stats-section {
  background: var(--navy-dark);
  padding: 4rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  text-align: center;
}

.stat-item {}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.stat-suffix {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--red);
}

.stat-label {
  margin-top: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

/* =============================================
   LET'S GET IN TOUCH BANNER
   ============================================= */

.cta-banner {
  background: var(--navy);
  padding: 2.5rem 0;
}

.cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-banner h2 {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* =============================================
   FOOTER
   ============================================= */

.footer {
  background: var(--navy-dark);
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-logo-mark {
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
}

.footer-ppj { font-size: 1.1rem; font-weight: 800; color: #fff; letter-spacing: 0.08em; }
.footer-group { font-size: 0.55rem; font-weight: 600; color: rgba(255,255,255,0.5); letter-spacing: 0.18em; text-transform: uppercase; }

.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
  transition: all var(--transition);
}

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

.footer-col h4 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1rem;
}

.footer-col p,
.footer-col a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  display: block;
  transition: color var(--transition);
}

.footer-col a:hover { color: #fff; }

.footer-nav-list { display: flex; flex-direction: column; gap: 0.5rem; }

.footer-nav-list a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  transition: color var(--transition);
}

.footer-nav-list a:hover { color: #fff; }

.footer-bottom {
  padding-top: 1.5rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  text-align: center;
}

/* =============================================
   OUR PHILOSOPHY PAGE
   ============================================= */

.purpose-section {
  padding: 5rem 0;
  text-align: center;
}

.purpose-text {
  max-width: 700px;
  margin: 1.5rem auto 0;
  font-size: 0.95rem;
  color: var(--text-gray);
  line-height: 1.8;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.value-card {
  text-align: center;
  padding: 2rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  transition: all var(--transition);
}

.value-card:hover {
  border-color: var(--navy);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.value-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  background: var(--light-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.value-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.value-desc {
  font-size: 0.82rem;
  color: var(--text-gray);
  line-height: 1.65;
}

/* Leadership */
.leadership-section { padding: 5rem 0; background: var(--off-white); }

.leaders-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}

.leader-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition);
}

.leader-card:hover { transform: translateY(-4px); }

.leader-photo {
  height: 260px;
  background: linear-gradient(135deg, #2a3a6a 0%, #1a2a50 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.leader-photo-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: rgba(255,255,255,0.5);
}

.leader-info { padding: 1.5rem; }

.leader-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.25rem;
}

.leader-title {
  font-size: 0.78rem;
  color: var(--red);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.leader-bio {
  font-size: 0.82rem;
  color: var(--text-gray);
  line-height: 1.6;
}

/* Timeline */
.timeline-section { padding: 5rem 0; }

.timeline {
  position: relative;
  margin-top: 3rem;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--border);
}

.timeline-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  position: relative;
}

.timeline-item { }

.timeline-dot {
  width: 12px;
  height: 12px;
  background: var(--navy);
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--navy);
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.timeline-year {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.timeline-desc {
  font-size: 0.78rem;
  color: var(--text-gray);
  line-height: 1.6;
}

/* Member Units */
.members-section { padding: 5rem 0; background: var(--off-white); }

.members-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  align-items: center;
}

.member-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  min-height: 70px;
  transition: box-shadow var(--transition);
}

.member-logo:hover { box-shadow: var(--shadow); }

/* =============================================
   SERVICE DETAIL PAGES
   ============================================= */

.detail-section { padding: 5rem 0; }
.detail-section-light { padding: 5rem 0; background: var(--off-white); }
.detail-section-blue { padding: 5rem 0; background: var(--light-blue); }

.stats-row {
  display: flex;
  gap: 3rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.stat-block { }
.stat-block .num {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}
.stat-block .unit {
  font-size: 1rem;
  font-weight: 700;
  color: var(--red);
}
.stat-block .lbl {
  font-size: 0.72rem;
  color: var(--text-gray);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.25rem;
}

/* Feature icons grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.feature-card {
  padding: 1.75rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  transition: all var(--transition);
}

.feature-card:hover {
  border-color: var(--navy);
  box-shadow: var(--shadow);
}

.feature-icon {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.feature-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.feature-desc {
  font-size: 0.82rem;
  color: var(--text-gray);
  line-height: 1.65;
}

/* Capabilities grid */
.capability-item {
  padding: 2rem;
  background: var(--off-white);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--navy);
}

.capability-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.capability-desc {
  font-size: 0.82rem;
  color: var(--text-gray);
  line-height: 1.65;
}

/* 3D Steps */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
  counter-reset: step;
}

.step-item {
  text-align: center;
  counter-increment: step;
  position: relative;
}

.step-item::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--navy);
  opacity: 0.2;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.step-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.step-desc {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: var(--text-gray);
}

/* Process comparison */
.process-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 2rem;
  text-align: center;
}

.process-box {
  padding: 3rem 2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

.process-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-gray);
  margin-bottom: 0.75rem;
}

.process-num {
  font-size: 4rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}

.process-unit {
  font-size: 1.25rem;
  color: var(--red);
  font-weight: 700;
  margin-top: 0.25rem;
}

/* Benefits */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.benefit-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.benefit-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.benefit-text h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.25rem;
}

.benefit-text p {
  font-size: 0.82rem;
  color: var(--text-gray);
  line-height: 1.6;
}

/* =============================================
   SUSTAINABILITY PAGE
   ============================================= */

.circular-model {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 2rem auto;
}

.circular-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.circular-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid var(--navy);
  opacity: 0.15;
}

.circular-ring:nth-child(2) {
  inset: 20px;
  opacity: 0.25;
}

.circular-ring:nth-child(3) {
  inset: 40px;
  opacity: 0.4;
  border-color: var(--red);
}

.culture-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}

.culture-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.culture-img {
  height: 200px;
  background: linear-gradient(135deg, #2a4a7a 0%, #1a3060 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.3);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.culture-body { padding: 1.5rem; }

.culture-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.culture-desc {
  font-size: 0.82rem;
  color: var(--text-gray);
  line-height: 1.65;
}

.partners-grid {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.partner-badge {
  padding: 1rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* =============================================
   NEWS PAGE
   ============================================= */

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}

.news-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all var(--transition);
  background: #fff;
}

.news-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.news-img {
  height: 200px;
  background: #1a2a50;
  position: relative;
  overflow: hidden;
}

.news-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a3060 0%, #0f1a40 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.3);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.news-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--red);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: 2px;
}

.news-body { padding: 1.5rem; }

.news-date {
  font-size: 0.72rem;
  color: var(--text-light);
  margin-bottom: 0.5rem;
}

.news-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.news-excerpt {
  font-size: 0.82rem;
  color: var(--text-gray);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.news-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color var(--transition);
}

.news-link:hover { color: var(--red); }

/* Activities grid */
.activities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.activity-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
  transition: all var(--transition);
}

.activity-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.activity-img {
  height: 160px;
  background: linear-gradient(135deg, #2a4a7a 0%, #1a3060 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.3);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.activity-body { padding: 1.25rem; }

.activity-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.activity-desc {
  font-size: 0.78rem;
  color: var(--text-gray);
  line-height: 1.6;
}

/* =============================================
   ARTICLE DETAIL
   ============================================= */

.article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.article-meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.78rem;
  color: var(--text-light);
}

.article-category {
  background: var(--red);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: 2px;
}

.article-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.article-body p {
  font-size: 0.95rem;
  color: var(--text-gray);
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

.article-body h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  margin: 2.5rem 0 1rem;
}

.article-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 1.5rem 0 0.75rem;
}

/* =============================================
   CONTACT PAGE
   ============================================= */

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
  padding: 5rem 0;
}

.contact-info-title {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-gray);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.contact-info-val {
  font-size: 0.88rem;
  color: var(--text-dark);
  line-height: 1.7;
}

.explore-links { margin-top: 2rem; }

.explore-links h4 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-gray);
  margin-bottom: 0.75rem;
}

.explore-links ul { display: flex; flex-direction: column; gap: 0.4rem; }

.explore-links a {
  font-size: 0.85rem;
  color: var(--navy);
  font-weight: 500;
  transition: color var(--transition);
}

.explore-links a:hover { color: var(--red); }

/* Contact form */
.contact-form { }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }

.form-group { margin-bottom: 1rem; }

.form-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--text-gray);
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-family: inherit;
  color: var(--text-dark);
  background: #fff;
  transition: border-color var(--transition);
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus { border-color: var(--navy); }

.form-group textarea { resize: vertical; min-height: 120px; }

/* =============================================
   EXPLORE OUR SERVICES (bottom of service pages)
   ============================================= */

.explore-services { padding: 4rem 0; background: var(--off-white); }

.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.explore-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
}

.explore-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,13,69,0.9) 0%, rgba(6,13,69,0.3) 100%);
}

.explore-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.explore-card-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* =============================================
   CERTIFICATIONS
   ============================================= */

.cert-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.cert-badge {
  padding: 0.5rem 1rem;
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--navy);
  background: #fff;
}

/* =============================================
   BRANDS TRUSTED BY
   ============================================= */

.brands-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  margin-top: 2rem;
}

.brand-pill {
  padding: 0.5rem 1.25rem;
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: all var(--transition);
}

.brand-pill:hover {
  border-color: var(--navy);
  color: var(--navy);
}

/* =============================================
   DYEING SECTION
   ============================================= */

.dyeing-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.color-swatch-ring {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  background: conic-gradient(
    #e74c3c 0deg 40deg,
    #e67e22 40deg 80deg,
    #f1c40f 80deg 120deg,
    #2ecc71 120deg 160deg,
    #1abc9c 160deg 200deg,
    #3498db 200deg 240deg,
    #9b59b6 240deg 280deg,
    #e91e63 280deg 320deg,
    #ff5722 320deg 360deg
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-swatch-center {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.color-count {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}

.color-unit {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--text-gray);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.25rem;
}

/* =============================================
   PAGINATION
   ============================================= */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3rem;
}

.page-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-gray);
  cursor: pointer;
  transition: all var(--transition);
  background: #fff;
}

.page-btn:hover, .page-btn.active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
  .nav-links a { padding: 0 0.6rem; font-size: 0.65rem; }
  .supply-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-items { grid-template-columns: repeat(3, 1fr); }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .leaders-grid { grid-template-columns: repeat(2, 1fr); }
  .members-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .nav-links, .btn-contact { display: none; }
  .hamburger { display: flex; }
  .nav-links.mobile-open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 64px;
    left: 0; right: 0;
    background: #fff;
    border-top: 1px solid var(--border);
    padding: 1rem;
    gap: 0;
    box-shadow: var(--shadow-lg);
    z-index: 999;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
  }
  .nav-links.mobile-open li a { height: auto; line-height: 1; padding: 0.75rem 0; border-bottom: 1px solid var(--border); }
  .nav-links.mobile-open .dropdown-menu { display: block; position: static; box-shadow: none; border: none; background: var(--off-white); padding: 0 1rem; }

  .hero { height: 360px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .grid-2-1, .grid-1-2 { grid-template-columns: 1fr; }
  .customers-grid { grid-template-columns: repeat(2, 1fr); }
  .supply-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .activities-grid { grid-template-columns: repeat(2, 1fr); }
  .explore-grid { grid-template-columns: 1fr; }
  .timeline-items { grid-template-columns: 1fr; }
  .dyeing-layout { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .leaders-grid { grid-template-columns: 1fr; }
  .members-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .process-compare { grid-template-columns: 1fr; }
  .culture-cards { grid-template-columns: 1fr; }
  .where-regions { flex-direction: column; gap: 1.5rem; }
  .cta-banner-inner { flex-direction: column; gap: 1.5rem; text-align: center; }
}

@media (max-width: 480px) {
  .container { padding: 0 1rem; }
  .hero { height: 300px; }
  .section, .section-lg { padding: 3rem 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .activities-grid, .members-grid { grid-template-columns: 1fr; }

}
