/* =================================================
   ABOUT PAGE – OEM GRADE STYLING (MKB)
   Safe to replace entire about.css
   ================================================= */


/* ===============================
   ABOUT HEADER
   =============================== */

/* =================================================
   PREMIUM ABOUT HEADER – ENGINEERING GRADE
================================================= */

.about-header.enhanced{
  padding:180px 0 150px !important;
  background:#ffffff !important;
  position:relative;
  overflow:hidden;
}

/* Stronger grid visibility */
.about-header.enhanced::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size:100px 100px;
  opacity:0.12;
  pointer-events:none;
}

.about-header h1{
  font-size:58px;
  font-weight:500;
  line-height:1.1;
  color:#1f2937;
  margin-bottom:30px;
}

.subtitle{
  font-size:20px;
  line-height:1.8;
  color:#4b5563;
  margin-bottom:60px;
}

/* Make pills more premium */
.trust-strip.enhanced span{
  background:#ffffff;
  border:1px solid rgba(194,90,26,0.35);
  padding:14px 26px;
  border-radius:8px;
  font-size:14px;
  font-weight:500;
  box-shadow:0 18px 40px rgba(0,0,0,0.06);
  transition:all 0.3s ease;
}

.trust-strip.enhanced span:hover{
  background:#c25a1a;
  color:#fff;
  transform:translateY(-3px);
  box-shadow:0 25px 60px rgba(194,90,26,0.18);
}
.about-header.enhanced::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:4px;
  height:100%;
  background:#c25a1a;
}




/* ==========================================
   PREMIUM ABOUT SPLIT (Uses Your Same HTML)
========================================== */

.about-mkb.about-split {
  padding: 160px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #f8fafc 100%);
  position: relative;
}

/* Subtle left copper structure line */
.about-mkb.about-split::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #c25a1a;
  opacity: 0.9;
}

/* GRID */
.about-split-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 120px;
  align-items: start;
}

/* LEFT SIDE */

.about-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c25a1a;
  font-weight: 600;
  margin-bottom: 28px;
  display: inline-block;
}

.about-title {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 500;
  color: #1f2937;
  max-width: 520px;
}

/* Remove old underline thickness */
.title-underline {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #c25a1a, #e67a2e);
  margin-top: 26px;
}

/* RIGHT SIDE */

.about-right {
  max-width: 640px;
}

.about-right p {
  font-size: 17px;
  line-height: 1.85;
  color: #4b5563;
  margin-bottom: 26px;
}

.about-right .lead {
  font-size: 18px;
}

.about-right strong {
  color: #111827;
  font-weight: 600;
}

/* Divider above stats */
.about-stats {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(194,90,26,0.25);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

/* STAT BLOCK */

.stat strong {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #c25a1a;
  margin-bottom: 8px;
}

.stat span {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}

/* Subtle hover polish */
.stat:hover strong {
  transform: translateY(-2px);
  transition: 0.3s ease;
}

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

@media (max-width: 992px) {
  .about-split-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-title {
    font-size: 36px;
  }

  .about-stats {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}



/* ===== PREMIUM INDUSTRIES SECTION ===== */

.industries-section {
  padding: 160px 0;
  background: radial-gradient(circle at 30% 20%, #f3f6fa 0%, #eef2f6 40%, #f8fafc 100%);
  position: relative;
}

.industries-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(194,90,26,0.08) 0%, transparent 70%);
  filter: blur(80px);
  z-index: 0;
}

.industries-section .container {
  position: relative;
  z-index: 1;
}

.industries-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c25a1a;
  font-weight: 600;
  margin-bottom: 24px;
}

.industries-title {
  font-size: 48px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 80px;
  max-width: 800px;
  line-height: 1.2;
}

/* GRID */

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

/* CARD */

.industry-card {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(12px);
  padding: 60px 40px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.6);
  position: relative;
  transition: all 0.5s cubic-bezier(.2,.8,.2,1);
  box-shadow: 
    0 20px 40px rgba(0,0,0,0.04),
    inset 0 1px 0 rgba(255,255,255,0.6);
}

/* Copper accent strip */
.industry-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  height: 50%;
  width: 3px;
  background: linear-gradient(to bottom, #e07a36, #b65a2e);
  border-radius: 4px;
}

/* Hover */
.industry-card:hover {
  transform: translateY(-12px);
  box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 0 40px rgba(194,90,26,0.12);
}

/* Number */
.industry-number {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #94a3b8;
  font-weight: 600;
}

/* Text */
.industry-card h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #111827;
  max-width: 240px;
}

/* Responsive */

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

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

  .industries-title {
    font-size: 36px;
  }
}



/* ICON STYLE */

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

.industry-icon svg {
  width: 72px;
  height: 72px;
  stroke: #1f2937;
  stroke-width: 1.5;
  fill: none;
  transition: all 0.4s ease;
}

/* Copper glow on hover */
.industry-card:hover .industry-icon svg {
  stroke: #c25a1a;
  filter: drop-shadow(0 0 8px rgba(194,90,26,0.3));
}


/* ===============================
   VISION / MISSION SECTION
================================= */

.vision-mission {
  padding: 160px 0;
  position: relative;
  background: #f9fafb;
}

.vm-grid {
  display: grid;
  grid-template-columns: 0.7fr 0.6fr 1fr;
  gap: 80px;
  align-items: start;
}

/* ================= LEFT TABS ================= */

.vm-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.vm-tab {
  background: none;
  border: none;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  color: #9ca3af;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
  padding-left: 50px;
}

.vm-tab span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #c25a1a;
  font-weight: 700;
}

.vm-tab:hover {
  color: #111827;
}

.vm-tab.active {
  color: #111827;
}

/* ================= CENTER GRID ================= */

.vm-pattern {
  height: 500px;
  opacity: 0.4;
}

/* ================= RIGHT CARD ================= */

.vm-right {
  background: #ffffff;
  padding: 70px;
  border-radius: 20px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.05);
  position: relative;
}

.vm-sticky {
  position: sticky;
  top: 120px;
}

/* Copper animated progress line */
.vm-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #c25a1a, #e67a2e);
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.6s ease;
}

.vm-right.active .vm-progress {
  transform: scaleY(1);
}

/* ================= CONTENT ================= */

.vm-content {
  display: none;
  animation: fadeUp 0.6s ease;
}

.vm-content.active {
  display: block;
}

.vm-content h3 {
  font-size: 32px;
  color: #c25a1a;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.vm-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #374151;
}

/* ================= VALUES ================= */

.values-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.value-item {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 18px;
  color: #374151;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeUp 0.6s forwards;
}

.value-item:nth-child(1) { animation-delay: 0.1s; }
.value-item:nth-child(2) { animation-delay: 0.2s; }
.value-item:nth-child(3) { animation-delay: 0.3s; }
.value-item:nth-child(4) { animation-delay: 0.4s; }

.value-no {
  font-weight: 700;
  color: #c25a1a;
  min-width: 30px;
}

/* ================= ANIMATION ================= */

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ================= MOBILE ================= */

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

  .vm-sticky {
    position: relative;
    top: 0;
  }

  .vm-pattern {
    display: none;
  }
}

/* ===============================
   INVESTOR GRADE SECTION
================================ */

.investor-section {
  padding: 200px 0;
  background: #0f1115;
  color: #f3f4f6;
  position: relative;
}

.investor-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(201,122,61,0.08), transparent 60%);
  pointer-events: none;
}

.investor-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 120px;
  align-items: center;
}

/* Left */

.investor-eyebrow {
  font-size: 13px;
  letter-spacing: 3px;
  color: #c97a3d;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}

.investor-title {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 40px;
}

.investor-desc {
  font-size: 20px;
  color: #9ca3af;
  max-width: 520px;
  line-height: 1.8;
}

/* Stats */

.investor-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.stat-card {
  background: rgba(255,255,255,0.03);
  padding: 50px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.4s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,122,61,0.4);
  box-shadow: 0 0 40px rgba(201,122,61,0.15);
}

.stat-number {
  font-size: 44px;
  font-weight: 600;
  color: #c97a3d;
  display: block;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 15px;
  letter-spacing: 1px;
  color: #9ca3af;
}

/* Responsive */

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

  .investor-title {
    font-size: 40px;
  }

  .investor-stats {
    grid-template-columns: 1fr;
  }
}
  

/* ===============================
   WHO WE SERVE
   =============================== */

.who-we-serve{
  padding:120px 0 90px;
  background:linear-gradient(180deg,#fff7ef 0%,#ffffff 75%);
}

.section-title{
  font-size:34px;
  font-weight:600;
  margin-bottom:50px;
  color:#1f2937;
}

.serve-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:34px;
}

.serve-card{
  background:#ffffff;
  border-radius:22px;
  padding:34px 32px;
  box-shadow:0 16px 40px rgba(0,0,0,0.06);
  position:relative;
}

.serve-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#b87333,#d79a5f);
  border-radius:22px 22px 0 0;
}

.serve-card h3{
  font-size:20px;
  font-weight:600;
  margin-bottom:14px;
}

.serve-card ul{
  list-style:none;
  padding:0;
  margin:0;
}

.serve-card li{
  position:relative;
  padding-left:18px;
  margin-bottom:10px;
  font-size:15px;
  color:#374151;
}

.serve-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--copper);
  font-weight:700;
}

.card-link{
  display:inline-block;
  margin-top:16px;
  font-size:13.5px;
  font-weight:600;
  color:var(--copper);
  text-decoration:none;
}

.card-link:hover{
  text-decoration:underline;
}

/* Preferred export card */
.serve-card.primary{
  border:1px solid rgba(184,115,51,0.35);
  box-shadow:0 40px 90px rgba(0,0,0,0.14);
}

.card-badge{
  position:absolute;
  top:16px;
  right:18px;
  font-size:11px;
  font-weight:600;
  padding:4px 10px;
  border-radius:999px;
  background:#fff3e8;
  color:#8b5e34;
}

/* Flags */
.export-flags{
  display:flex;
  gap:8px;
  margin:6px 0 14px;
  font-size:20px;
}

.note{
  font-size:13px;
  color:#6b7280;
  margin-top:12px;
}


/* ===============================
   CTA BAND
   =============================== */

.cta-band{
  padding:70px 0;
  background:#1f2937;
  color:#ffffff;
}

.cta-band p{
  font-size:20px;
  margin-bottom:14px;
}

.cta-btn{
  display:inline-block;
  background:var(--copper);
  color:#ffffff;
  padding:12px 26px;
  border-radius:8px;
  font-weight:600;
  text-decoration:none;
}


/* ===============================
   REVEAL ANIMATION
   =============================== */

.reveal{
  opacity:0;
  transform:translateY(14px);
  transition:all 0.7s ease;
}

.reveal.active{
  opacity:1;
  transform:translateY(0);
}


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

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

@media(max-width:900px){
  .about-split-grid,
  .vm-grid{
    grid-template-columns:1fr;
    gap:50px;
  }

  .vm-sticky{
    position:relative;
    top:auto;
  }
}

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

  .about-header h1{
    font-size:34px;
  }
}


/* ================= CLEAN ABOUT SECTION ================= */

.about-clean {
  background: #f5f5f5;
  padding: 120px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 120px;
  align-items: center;
}

/* LEFT */
.about-label {
  font-size: 11px;
  letter-spacing: 2.5px;
  color: #9ca3af;

}


.about-heading {
  font-size: 38px;
  line-height: 1.22;
  font-weight: 600;
  color: #374151;
  max-width: 640px;
}

/* RIGHT */
.about-right p {
  line-height: 1.9;
  margin-bottom: 30px;
}


/* CTA */
.about-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  font-size: 15px;
  text-decoration: none;
  color: #374151;
  margin-top: 36px;
}
.about-cta span:last-child {
  font-weight: 500;
}

.cta-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e26d54;
  color: #fff;
  display: grid;
  place-items: center;
  transition: transform 0.3s ease;
}

.about-cta:hover .cta-circle {
  transform: translateX(6px);
}

/* MOBILE */
@media (max-width: 768px) {
  .about-clean {
    padding: 80px 0;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-heading {
    font-size: 30px;
  }
}

.about-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10%;
  width: 1px;
  height: 80%;
  background: rgba(0,0,0,0.05);
}
.about-grid {
  position: relative;
}

/* ================= SUBTLE SCROLL FADE ================= */

.fade-section {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.fade-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .fade-section {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* SECTION */

.vm-modern {
  padding: 120px 0;
  background: #ffffff;
}

.vm-modern-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

/* CARDS */

.vm-card {
  position: relative;
  padding: 40px;
  border-left: 3px solid #c25a1a;
  background: #fff;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
}

.vm-modern.visible .vm-card {
  opacity: 1;
  transform: translateY(0);
}

.vm-modern.visible .vm-card:nth-child(1) {
  transition-delay: 0.1s;
}

.vm-modern.visible .vm-card:nth-child(2) {
  transition-delay: 0.2s;
}

.vm-modern.visible .vm-card:nth-child(3) {
  transition-delay: 0.3s;
}

.vm-card:hover {
  box-shadow: 0 20px 50px rgba(194, 90, 26, 0.08);
}

/* ICONS */

.vm-icon {
  margin-bottom: 20px;
  color: #c25a1a;
}

.vm-icon svg {
  width: 102px;
  height:102px;
  stroke-width: 2.4;
}
