.elementor-26071 .elementor-element.elementor-element-3d6f8af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26071 .elementor-element.elementor-element-9e71ead{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26071 .elementor-element.elementor-element-4844144{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-37fc86e *//* =========================================================
 OE-FASHION · Heritage Timeline — HERO STYLES
========================================================= */

.oe-heritage-hero {
  position: relative;
  min-height: 90vh;
  background: #0a0a0a;
  overflow: hidden;
  font-family: 'Cormorant Garamond', serif;
}

/* Background image */
.oe-heritage-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://oe-fashion.com/wp-content/uploads/2025/12/cinematic-archival-European-atelier-workspace.jpg'); /* 替换为生成图 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.92);
  z-index: 1;
}

/* Overlay */
.oe-heritage-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(10, 10, 10, 0.65),
    rgba(10, 10, 10, 0.55)
  );
  z-index: 2;
}

/* Content container */
.oe-heritage-hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 24px 140px;
  text-align: center;
}

/* Title */
.oe-heritage-hero-title {
  margin: 0;
  font-size: clamp(56px, 6vw, 88px);
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #e6d8b8;
}

/* Subtitle */
.oe-heritage-hero-subtitle {
  margin-top: 26px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #bfae87;
}

/* Intro text */
.oe-heritage-hero-intro {
  margin: 40px auto 0;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.8;
  color: #cfc6af;
}

/* Mobile refinement */
@media (max-width: 768px) {
  .oe-heritage-hero-inner {
    padding: 120px 20px 100px;
  }

  .oe-heritage-hero-subtitle {
    font-size: 20px;
  }

  .oe-heritage-hero-intro {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b372d43 *//* =========================================================
 OE-FASHION · Heritage Timeline — SECTION BASE
========================================================= */

.oe-timeline-section {
  background: #0a0a0a;
  padding: 120px 24px;
  font-family: 'Cormorant Garamond', serif;
}

.oe-timeline-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

/* Text styling */
.oe-timeline-year {
  font-size: 28px;
  letter-spacing: 0.12em;
  color: #d8c9a5;
  margin-bottom: 24px;
}

.oe-timeline-subhead {
  font-size: 20px;
  font-weight: 400;
  color: #bfae87;
  margin-bottom: 28px;
}

.oe-timeline-subhead span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.08em;
  opacity: 0.7;
  margin-top: 6px;
}

.oe-timeline-text p {
  font-size: 18px;
  line-height: 1.85;
  color: #cfc6af;
  margin-bottom: 22px;
}

/* Image */
.oe-timeline-image figure {
  margin: 0;
}

.oe-timeline-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  filter: brightness(0.95);
}

/* Mobile */
@media (max-width: 900px) {
  .oe-timeline-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .oe-timeline-section {
    padding: 90px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-762f00d *//* =========================================================
 OE-FASHION · Heritage Timeline — CLOSING SECTION
========================================================= */

.oe-timeline-closing {
  background: #0a0a0a;
  padding: 140px 24px 160px;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
}

.oe-timeline-closing-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* Quote */
.oe-timeline-quote {
  margin: 0 auto 60px;
  color: #d6c9a8;
}

.oe-timeline-quote p {
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.oe-timeline-quote cite {
  font-size: 14px;
  letter-spacing: 0.14em;
  font-style: normal;
  opacity: 0.7;
}

/* Divider */
.oe-timeline-divider {
  width: 120px;
  height: 1px;
  background: rgba(214, 201, 168, 0.35);
  margin: 60px auto;
}

/* Closing Title */
.oe-timeline-closing-title {
  font-size: 32px;
  letter-spacing: 0.12em;
  color: #e6d8b8;
  margin-bottom: 30px;
}

/* Closing Text */
.oe-timeline-closing-text {
  font-size: 18px;
  line-height: 1.85;
  color: #cfc6af;
  margin-bottom: 22px;
}

/* Actions */
.oe-timeline-actions {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

/* Links */
.oe-timeline-link {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #bfae87;
  text-decoration: none;
  position: relative;
  padding-bottom: 6px;
}

.oe-timeline-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.oe-timeline-link:hover {
  color: #e6d8b8;
}

/* Primary action */
.oe-timeline-link.oe-primary {
  color: #e6d8b8;
}

/* Mobile */
@media (max-width: 768px) {
  .oe-timeline-quote p {
    font-size: 22px;
  }

  .oe-timeline-closing-title {
    font-size: 26px;
  }

  .oe-timeline-actions {
    gap: 32px;
  }
}/* End custom CSS */