/* =========================================================================
   ORABEL EDITORIAL LUXURY DESIGN - ABOUT US SECTION
   Inspired by Orabel Creative Editorial Layout ("About Type 3")
   - Warm sandstone / organic linen background (#eae6df)
   - High-contrast editorial serif typography + modern sans-serif
   - Signature Terracotta geometric accent block (#c87a48)
   - Asymmetric 3-column composition with architectural datum line
   - Smooth interactive cross-fades across 7 milestones
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,400;1,600;1,700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* -------------------------------------------------------------------------
   1. MAIN CANVAS CONTAINER
   ------------------------------------------------------------------------- */
.orabel-about-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #eae6df;
  color: #1c1917;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 90px 4.5vw 35px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  -webkit-overflow-scrolling: touch;
}

/* Subtle organic linen texture / ambient warmth */
.orabel-about-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 12% 20%, rgba(200, 122, 72, 0.08) 0%, transparent 45%),
    radial-gradient(circle at 88% 80%, rgba(191, 105, 54, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.35) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.orabel-container {
  position: relative;
  z-index: 2;
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

/* -------------------------------------------------------------------------
   2. TOP BAR: CATEGORY TAG & MILESTONE YEAR CONTROLS
   ------------------------------------------------------------------------- */
.orabel-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  border-bottom: 1px solid rgba(28, 25, 23, 0.12);
  padding-bottom: 14px;
}

.orabel-category-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #bf6936;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.tag-dash {
  display: inline-block;
  width: 24px;
  height: 1.5px;
  background: #bf6936;
}

.orabel-nav-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.orabel-arrow-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(28, 25, 23, 0.15);
  color: #1c1917;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.orabel-arrow-btn:hover {
  background: #bf6936;
  color: #ffffff;
  border-color: #bf6936;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(191, 105, 54, 0.25);
}

.orabel-year-pills {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.6);
  padding: 4px 6px;
  border-radius: 30px;
  border: 1px solid rgba(28, 25, 23, 0.08);
}

.year-pill {
  background: transparent;
  border: none;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.76rem;
  font-weight: 600;
  color: #57534e;
  cursor: pointer;
  transition: all 0.25s ease;
}

.year-pill:hover {
  color: #1c1917;
}

.year-pill.active {
  background: #bf6936;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(191, 105, 54, 0.3);
}

/* -------------------------------------------------------------------------
   3. MAIN 3-COLUMN EDITORIAL STAGE
   ------------------------------------------------------------------------- */
.orabel-stage {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.25fr;
  gap: 40px;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

/* --- Left Column: Storytelling Narrative --- */
.orabel-left-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding-right: 15px;
}

.orabel-milestone-era {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #bf6936;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

.orabel-story-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 500;
  line-height: 1.85;
  color: #292524;
  margin: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.orabel-meta-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid rgba(28, 25, 23, 0.1);
}

.orabel-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #78716c;
  background: rgba(255, 255, 255, 0.75);
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid rgba(28, 25, 23, 0.08);
}

.orabel-tag-pill::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bf6936;
}

.orabel-counter {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #a8a29e;
}

/* --- Center Column: Portrait Showcase Image Frame --- */
.orabel-center-col {
  display: flex;
  justify-content: center;
  position: relative;
}

.orabel-portrait-frame {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 380px;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(40, 30, 20, 0.12);
  background: #ffffff;
  overflow: hidden;
  border: 1px solid rgba(28, 25, 23, 0.06);
}

.orabel-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --- Right Column: Editorial Headline & Datum Line --- */
.orabel-right-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}

.orabel-headline-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.orabel-editorial-headline {
  font-family: 'Playfair Display', 'Instrument Serif', serif;
  font-size: clamp(1.8rem, 2.7vw, 2.75rem);
  font-weight: 700;
  color: #1c1917;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin: 0;
}

.editorial-serif-italic {
  font-style: italic;
  font-weight: 400;
  color: #bf6936;
}

.orabel-milestone-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #57534e;
  margin-top: 4px;
  margin-bottom: 0;
  transition: opacity 0.3s ease;
}

/* Architectural Horizontal Line */
.orabel-datum-line {
  width: 100%;
  height: 1px;
  background: rgba(28, 25, 23, 0.2);
  position: relative;
  margin: 22px 0 10px;
}

.datum-indicator {
  position: absolute;
  right: 0;
  top: -3.5px;
  width: 8px;
  height: 8px;
  background: #bf6936;
  border-radius: 50%;
}

/* -------------------------------------------------------------------------
   4. BOTTOM PROGRESS BAR
   ------------------------------------------------------------------------- */
.orabel-bottom-progress {
  width: 100%;
  height: 2px;
  background: rgba(28, 25, 23, 0.1);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.orabel-progress-bar {
  height: 100%;
  width: 14.28%;
  background: #bf6936;
  transition: width 0.4s ease;
}

/* -------------------------------------------------------------------------
   5. RESPONSIVE BREAKPOINTS
   ------------------------------------------------------------------------- */
@media (max-width: 1199px) {
  .orabel-stage {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .orabel-left-col {
    order: 1;
  }

  .orabel-center-col {
    order: 2;
  }

  .orabel-right-col {
    order: 3;
    grid-column: 1 / -1;
    padding-left: 0;
  }

  .orabel-portrait-frame {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .orabel-about-section {
    padding: 80px 5vw 30px;
    height: auto;
    min-height: 100vh;
  }

  .orabel-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .orabel-nav-controls {
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .orabel-stage {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .orabel-center-col {
    margin: 10px 0 20px;
  }

  .orabel-portrait-frame {
    max-width: 100%;
    height: 340px;
  }

  .orabel-terracotta-box {
    width: 85px;
    height: 85px;
    bottom: -15px;
    left: -15px;
  }

  .terracotta-year {
    font-size: 1.4rem;
  }
}
