.elementor-3363 .elementor-element.elementor-element-cc25a79{--display:flex;}/* Start custom CSS for html, class: .elementor-element-14dcc0b *//* ================================
   GLOBAL
================================ */
.hoc-about-page{
  background:#0e0e0e;
  color:#f5f5f5;
  font-family:Arial, Helvetica, sans-serif;
}

.hoc-about-page .container{
  width:100%;
  max-width:1100px;
  margin:auto;
  padding:0 20px;
}
body{
    
  background:#0e0e0e !important;
}
/* ================================
   HERO
================================ */
.about-hero{
  padding:140px 0 100px;
  position:relative;

  background:
  linear-gradient(
    rgba(0,0,0,0.82),
    rgba(0,0,0,0.90)
  ),
  url('YOUR-ABOUT-BACKGROUND.jpg');

  background-size:cover;
  background-position:center;
}

.about-hero-grid{
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:60px;
  align-items:center;
}

/* TAG */
.section-tag{
  color:#c89b3c;
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:bold;
  margin-bottom:20px;
}

/* HERO TITLE */
.about-hero h1{
  font-size:clamp(54px,8vw,96px);
  line-height:1.05;
  margin-bottom:25px;
  font-weight:800;
  color:#ffffff;
}

/* HERO TEXT */
.about-hero p{
  font-size:22px;
  color:#d0d0d0;
  line-height:1.8;
  margin-bottom:20px;
}

/* IMAGE */
.about-image img{
  width:100%;
  border-radius:10px;
  display:block;
}

/* ================================
   STORY SECTION
================================ */
.story-section{
  padding:120px 0;
}

.story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
}

.story-content h2{
  font-size:54px;
  margin-bottom:25px;
  line-height:1.1;
  color:#ffffff;
}

.story-content p{
  color:#cfcfcf;
  font-size:18px;
  line-height:1.9;
  margin-bottom:22px;
}

.story-highlight{
  color:#c89b3c;
  font-weight:bold;
}

/* ================================
   MISSION SECTION
================================ */
.mission-section{
  padding:120px 0;
  background:#151515;
}

.mission-content{
  max-width:850px;
  margin:auto;
  text-align:center;
}

.mission-content h2{
  font-size:58px;
  margin-bottom:25px;
  color:#ffffff;
}

.mission-content p{
  color:#cfcfcf;
  line-height:1.9;
  font-size:20px;
  margin-bottom:25px;
}

/* ================================
   STEEL & STONE
================================ */
.steel-stone{
  padding:120px 0;
}

.steel-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.steel-content h2{
  font-size:54px;
  margin-bottom:25px;
  color:#ffffff;
}

.steel-content p{
  color:#cfcfcf;
  font-size:18px;
  line-height:1.9;
  margin-bottom:20px;
}

/* ================================
   FINAL CTA
================================ */
.about-cta{
  padding:140px 0;
  text-align:center;

  background:
  linear-gradient(
    rgba(0,0,0,0.82),
    rgba(0,0,0,0.92)
  ),
  url('YOUR-CTA-BACKGROUND.jpg');

  background-size:cover;
  background-position:center;
}

.about-cta h2{
  font-size:64px;
  margin-bottom:25px;
  line-height:1.1;
  color:#ffffff;
}

.about-cta p{
  max-width:750px;
  margin:auto auto 40px;
  color:#cfcfcf;
  font-size:22px;
  line-height:1.8;
}

/* ================================
   BUTTONS
================================ */
.cta-buttons{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:15px;
}

.btn{
  display:inline-block;
  padding:16px 32px;
  text-decoration:none;
  font-weight:bold;
  border-radius:5px;
  transition:.3s ease;
}

/* PRIMARY */
.btn-primary{
  background:#c89b3c;
  color:#0e0e0e;
}

.btn-primary:hover{
  background:#ddb04a;
}

/* SECONDARY */
.btn-secondary{
  border:1px solid #c89b3c;
  color:#c89b3c;
}

.btn-secondary:hover{
  background:#c89b3c;
  color:#0e0e0e;
}

/* ================================
   MOBILE
================================ */
@media(max-width:900px){

  .about-hero-grid,
  .story-grid,
  .steel-grid{
    grid-template-columns:1fr;
  }

  .about-image{
    order:-1;
  }

}

@media(max-width:768px){

  .about-hero{
    padding:110px 0 80px;
  }

  .story-section,
  .mission-section,
  .steel-stone{
    padding:90px 0;
  }

  .about-cta{
    padding:100px 0;
  }

  .story-content h2,
  .steel-content h2,
  .mission-content h2{
    font-size:42px;
  }

  .about-cta h2{
    font-size:46px;
  }

  .about-hero p,
  .mission-content p,
  .about-cta p{
    font-size:18px;
  }

}/* End custom CSS */