/* =========================================================
   SMART INTERIOR – About Page Custom Sections CSS
   ========================================================= */

/* General About Wrapper */
.about-new-sections {
  background-color: #e6e5e0;
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  overflow: hidden;
}
.about-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Typography & Eyebrow */
.ab-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #e3000f;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.ab-eyebrow .dot {
  width: 6px; height: 6px;
  background: #e3000f;
  border-radius: 50%;
}

/* SECTION 1: INTRO */
.ab-intro {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 60px;
  margin-bottom: 120px;
}
.ab-intro-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #2a2a2a;
  line-height: 1.1;
  margin-bottom: 24px;
}
.ab-intro-text p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}
.ab-signature {
  font-family: 'Brush Script MT', 'Great Vibes', cursive;
  font-size: 3rem;
  color: #1a1a1a;
  line-height: 1;
}
.ab-founder {
  font-size: 0.75rem;
  font-weight: 700;
  color: #e3000f;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ab-founder img { width: 14px; }

.ab-intro-img {
  width: 100%;
}
.ab-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.ab-intro-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  padding-top: 20px;
}

/* Circular Progress */
.circle-progress {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ccc; /* fallback */
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-progress svg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  transform: rotate(-90deg);
}
.circle-progress circle {
  fill: none;
  stroke-width: 4;
}
.circle-progress .bg { stroke: rgba(0,0,0,0.06); }
.circle-progress .progress {
  stroke: #e3000f;
  stroke-linecap: round;
  stroke-dasharray: 314; /* 2*pi*r where r=50 */
}
.circle-progress .val {
  background: #a30000;
  color: #fff;
  width: 80%; height: 80%;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
}
.cp-label {
  margin-top: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #e3000f;
}

.ab-stat-item {
  display: flex; flex-direction: column; align-items: center;
}
.ab-stat-item .label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #e3000f;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ab-stat-item .val-large {
  font-size: 3.5rem;
  font-weight: 900;
  color: #c00000;
  line-height: 1;
  margin-top: 4px;
}
.ab-stat-item .val-dark {
  font-size: 3.5rem;
  font-weight: 900;
  color: #2a2a2a;
  line-height: 1;
  margin-top: 4px;
}

/* SECTION 2: VISION */
.ab-vision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 120px;
}
.ab-vision-stats-flex {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.ab-vision-img {
  width: 100%;
  height: 400px;
}
.ab-vision-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* SECTION 3: PROCESS */
.ab-process {
  position: relative;
  text-align: center;
  padding-top: 40px;
}
.ab-process-bg-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 14vw;
  color: rgba(0,0,0,0.03);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  line-height: 0.8;
}
.ab-process-content {
  position: relative;
  z-index: 1;
}
.ab-process-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: #2a2a2a;
  margin-bottom: 60px;
}

.ab-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.ab-step {
  position: relative;
  text-align: center;
}
.ab-step-icon {
  width: 70px; height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
  background: transparent;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  color: #e3000f;
}
.ab-step-icon svg { width: 30px; height: 30px; }
.ab-step-num {
  position: absolute;
  top: 0; right: -10px;
  font-size: 0.75rem;
  font-weight: 800;
  color: #e3000f;
  background: #e6e5e0;
  padding: 0 4px;
}
.ab-step-dotted {
  position: absolute;
  top: 35px;
  left: calc(50% + 45px);
  width: calc(100% - 90px);
  height: 2px;
  background-image: linear-gradient(to right, #e3000f 40%, transparent 40%);
  background-position: bottom;
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
.ab-step h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.ab-step p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
}

.ab-contact-pill {
  display: inline-flex;
  align-items: center;
  background: #1a1a1a;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 0.85rem;
  color: #fff;
  gap: 8px;
}
.ab-contact-pill a {
  color: #e3000f;
  font-weight: 700;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.ab-contact-pill a:hover {
  opacity: 0.8;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .ab-intro, .ab-vision { grid-template-columns: 1fr; gap: 40px; }
  .ab-timeline { grid-template-columns: 1fr 1fr; gap: 40px; }
  .ab-step-dotted { display: none; }
}
@media (max-width: 600px) {
  .ab-timeline { grid-template-columns: 1fr; }
}
