.elementor-4400 .elementor-element.elementor-element-1159e9d{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4400 .elementor-element.elementor-element-1159e9d:not(.elementor-motion-effects-element-type-background), .elementor-4400 .elementor-element.elementor-element-1159e9d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}/* Start custom CSS for html, class: .elementor-element-9c51eac */.about-hugo {
  background: #0B0B0B;
  color: #fff;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HERO */
.about-hero {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
}

.about-text {
  flex: 1;
}

.about-text h1 {
  font-size: 42px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #CFCFCF;
}

.subtitle {
  color: #C9A450;
  margin-bottom: 15px;
  font-size: 16px;
}

.about-text p {
  color: #CFCFCF;
  margin-bottom: 20px;
  line-height: 1.6;
}

.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* SECTIONS */
.about-section {
  margin-bottom: 50px;
}

.about-section h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-family: 'Playfair Display', serif;color: #CFCFCF;
}

.about-section p {
  color: #CFCFCF;
  line-height: 1.6;
}

/* FEATURES */
.features {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.feature {
  background: #121212;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid rgba(201,164,80,0.3);
  font-size: 14px;
}

/* HIGHLIGHT */
.highlight {
  background: #121212;
  padding: 25px;
  border-radius: 12px;
}

/* CTA */
.about-cta {
  text-align: center;
  margin-top: 60px;
}

.about-cta h2 {
  font-size: 32px;
  margin-bottom: 10px;color: #CFCFCF;
}

.about-cta p {
  margin-bottom: 20px;
  color: #CFCFCF;
}

/* BUTTON */
.btn-primary {
  display: inline-block;
  background: #C9A450;
  color: #000;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #E0B95E;
}

/* 📱 MOBILE OPTIMIZATION */
@media (max-width: 768px) {

  .about-hero {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .about-text h1 {
    font-size: 28px;
  }

  .about-section h2 {
    font-size: 24px;
  }

  .about-cta h2 {
    font-size: 26px;
  }

  .subtitle {
    font-size: 14px;
  }

  .about-text p,
  .about-section p {
    font-size: 14px;
  }

  .features {
    justify-content: center;
  }

  .feature {
    font-size: 13px;
    padding: 8px 12px;
  }

  .btn-primary {
    width: 100%;
    text-align: center;
  }
}

/* 📱 EXTRA SMALL DEVICES */
@media (max-width: 480px) {

  .about-hugo {
    padding: 40px 15px;
  }

  .about-text h1 {
    font-size: 24px;
  }

  .about-section h2 {
    font-size: 22px;
  }

  .about-cta h2 {
    font-size: 24px;
  }

}/* End custom CSS */