.aboutus-page {
  background: #f7f4ef;
}

.inner-hero-about {
  background: url("../images/about-us/about-main.png") center/cover no-repeat;
}

.about-story {
  background: #fff;
}

.split-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
  transition: transform 0.45s ease;
}

.split-image img:hover {
  transform: translateY(-6px) scale(1.01);
}

.about-story h2, .about-values h2, .about-process h2 {
    font-family: 'Poppins';
    font-size: 32px;
    color: #1b1b1b;
    margin-bottom: 16px;
}

.about-story p,
.about-process p {
  color: #555;
  line-height: 1.8;
}

.btn-gold-outline {
    display: inline-block;
    margin-top: 10px;
    border: transparent;
    color: #ffffff;
    background: #d4af37;
    text-decoration: none;
    padding: 11px 22px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.25s ease;
}
section.about-metrics.section-pad.reveal-up h2 {
    margin-bottom: 42px;
}

.btn-gold-outline:hover {
  background: transparent;
  color: #d4af37;
  border: 1px solid #d4af37;
}

.about-values {
  background: #151515;
}

.about-values .section-label,
.about-values h2 {
  color: #fff;
}

.value-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 14px;
  padding: 30px 24px;
  height: 100%;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.value-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.65);
}

.value-card i {
  color: #d4af37;
  font-size: 24px;
  margin-bottom: 12px;
}

.value-card h3 {
  color: #fff;
  font-size: 24px;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.value-card p {
  color: #d8d8d8;
  margin: 0;
}

.about-process {
  background: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.process-grid article {
  background: #fcfaf6;
  border: 1px solid #e9dfcf;
  border-radius: 12px;
  padding: 32px 26px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.process-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.process-grid span {
  color: #d4af37;
  font-weight: 700;
  font-size: 28px;
}

.process-grid h4 {
  margin-top: 10px;
  font-size: 24px;
  font-family: "Playfair Display", serif;
}

.about-metrics {
  background: #161616;
}

.about-metrics .section-label,
.about-metrics h2 {
  color: #fff;
}

.metric-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.26);
  border-radius: 12px;
  padding: 28px 16px;
  text-align: center;
  height: 100%;
}

.metric-box h3 {
  font-family: "Playfair Display", serif;
  font-size: 44px;
  color: #d4af37;
  margin-bottom: 8px;
}

.metric-box p {
  color: #ddd;
  margin: 0;
}
