
/* ============================================================
   HERO
============================================================ */

.hero-about{
  background:url("../img/about-hero2.jpg") center/cover no-repeat fixed;
  padding:200px 20px 130px;
  position:relative;
  text-align:center;
  color:#fff;
}

.hero-about::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom,
      rgba(0,0,0,.7),
      rgba(0,0,0,.4)
    );
}

.hero-content{
  position:relative;
  z-index:2;
  animation:fadeUp 1.3s ease forwards;
}

.hero-tag{
  color:var(--gold);
  letter-spacing:4px;
  font-size:13px;
}

.hero-about h1{
  font-family:'Abril Fatface',serif;
  font-size:60px;
  letter-spacing:2px;
  margin:20px 0;
  color:var(--muted);
  text-shadow:0 15px 40px rgba(0,0,0,.6);
}

.hero-about h1::after{
  content:"";
  width:90px;
  height:3px;
  background:var(--gold);
  display:block;
  margin:25px auto 0;
}

.hero-about p{
  font-size:22px;
  max-width:780px;
  margin:auto;
  opacity:.9;
}

@keyframes fadeUp{
  from{opacity:0; transform:translateY(40px);}
  to{opacity:1; transform:translateY(0);}
}

/* ============================================================
   STORY
============================================================ */

.about-section{
  padding:120px 60px;
  text-align:center;
  background: var(--light);

}

.about-section h2{
  font-size:48px;
  color:#6b3d05;
  margin-bottom:25px;
}

.about-section p{
  max-width:820px;
  margin:0 auto 22px;
  font-size:18px;
}

/* ============================================================
   FEATURE
============================================================ */

.about-feature{
  background: var(--dark-gray);
  padding:120px 80px 160px;
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:80px;
  position:relative;
}

.brand-mark{
  letter-spacing:3px;
  color:var(--gold);
  margin-bottom:25px;
  display:block;
  font-weight:600;
}

.about-feature-left h2{
  font-family:'Abril Fatface',serif;
  font-size:64px;
  color:var(--gold);
  margin-bottom:30px;
}

.about-feature-left p{
  font-size:18px;
  color:var(--muted);
}

.about-feature-image{
  height:520px;
  overflow:hidden;
  border-radius:8px;
  box-shadow:0 40px 80px rgba(0,0,0,.25);
}

.about-feature-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.05);
  transition:1.2s ease;
}

.about-feature-image:hover img{
  transform:scale(1.15);
}

/* Bottom Strip */

.about-feature-bottom{
  position:absolute;
  left:80px;
  right:80px;
  bottom:-90px;
  background:#f6f2ec;
  display:flex;
  justify-content:space-between;
  padding:60px 80px;
  box-shadow:0 30px 60px rgba(0,0,0,.15);
}

.contact-box h3{
  font-size:28px;
  color:#5a3310;
}

.contact-box span{
  color:var(--hover-gold);
  display:block;
  margin-bottom:25px;
}

.contact-box p{
  color:#6b4a2b;
}

.design-text span{
  color:var(--hover-gold);
  letter-spacing:3px;
}

.design-text h1{
  font-family:'Abril Fatface',serif;
  font-size:96px;
  line-height:.95;
  color:#5a3310;
}

/* =========================
   PROCESS
========================= */

.process-luxury{
  padding:110px 80px;
  background:var(--light);
  text-align:center;
}

.process-luxury h2{
  font-size:46px;
  margin-bottom:70px;
}

.timeline{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

.step{
  background:var(--muted);
  padding:40px 30px;
  border-radius:14px;
  box-shadow:0 15px 35px rgba(0,0,0,.25);
  transition:.4s;
}

.step:hover{
  transform:translateY(-10px);
}

.step span{
  font-size:42px;
  color:var(--gold);
  font-family:'Abril Fatface',serif;
}

.step h3{
  margin:14px 0 6px;
}


/* =========================
   TRUST
========================= */

.trust-luxury{
  background:var(--dark);
  padding:120px 80px;
  color:var(--light);
}

.trust-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
}

.trust-text h2{
  font-size:46px;
  color:var(--gold);
}

.trust-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.trust-points div{
  background:#1c1c1c;
  padding:40px 30px;
  border-radius:14px;
  transition:.4s;
}

.trust-points div:hover{
  transform:translateY(-10px);
}

.trust-points span{
  color:var(--gold);
  font-size:34px;
  font-family:'Abril Fatface',serif;
}

/* ============================================================
   SERVICES – CENTERED EDITORIAL STYLE
============================================================ */

.about-services-centered{
  padding:120px 60px;
  background:var(--muted);
  text-align:center;
}

/* Header */
.about-services-header{
  max-width:820px;
  margin:0 auto 80px;
}

.about-services-header .small-title{
  color:var(--gold);
  letter-spacing:3px;
  font-size:13px;
}

.about-services-header h2{
  font-size:46px;
  margin:18px 0 22px;
  color:#6b3d05;
}

.about-services-header p{
  font-size:18px;
  color:#6b4a2b;
}

/* List */
.about-services-list-centered{
  max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:34px;
}

/* Line Item */
.service-line{
  display:flex;
  align-items:flex-start;
  gap:26px;
  text-align:left;
  padding-bottom:28px;
  border-bottom:1px solid rgba(0,0,0,.08);
}

/* Premium Icon */
.about-service-icon{
  min-width:60px;
  height:60px;
  border-radius:50%;
  border:1px solid var(--dark);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Abril Fatface',serif;
  font-size:22px;
  color:var(--gold);
  transition:.4s ease;
}
.about-service-icon{
  transition: background .4s ease, color .4s ease, box-shadow .4s ease;
}
.about-services-centered .service-line:hover .about-service-icon{
  background: var(--gold);
  color: #5a3310 !important;   /* force dark brown */
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.4),
    0 0 25px rgba(211,191,158,.6);
}


/* Text */
.service-content h3{
  font-size:22px;
  color:var(--dark);
  margin-bottom:6px;
}

.service-content p{
  color:#6b4a2b;
  font-size:16px;
}


/* ============================
   RESPONSIVE
============================ */

@media(max-width:768px){

  .about-services-centered{
    padding:100px 25px;
  }

  .about-services-header h2{
    font-size:34px;
  }

  .service-line{
    gap:18px;
  }

  .service-icon{
    min-width:52px;
    height:52px;
    font-size:20px;
  }

}


/* ============================================================
   TEAM – PREMIUM STYLE (NO GRAYSCALE)
============================================================ */
/* DEFAULT (DESKTOP) */
.team-img img{
  object-position: top;
}
.team-premium-grid.two-members{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 60px;
  max-width: 700px;
  margin: 0 auto;
}
.team-premium-section{
  padding:50px 50px;
  background:var(--light);
  text-align:center;
}

/* Grid */
.team-premium-grid{
  margin-top:0px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:50px;
}

/* Member Card */
.team-member{
  transition:transform .5s ease;
}

.team-member:hover{
  transform:translateY(-10px);
}

/* Image Box */
.team-img{
  height:400px;
  border-radius:24px;
  overflow:hidden;
  position:relative;
  background:#000;
}

/* Gold Border */
.team-img::before{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(211,191,158,.45);
  border-radius:24px;
  z-index:2;
}

/* Soft Overlay */
.team-img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.6),
    transparent 65%
  );
  opacity:.6;
  transition:.5s ease;
}

/* Image */
.team-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .8s ease;
}

/* Info */
.team-info{
  margin-top:26px;
}

.team-info h4{
  font-size:19px;
  color:var(--dark);
  font-weight:600;
  letter-spacing:1px;
}

.team-info span{
  display:block;
  margin-top:6px;
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--hover-gold);
}

/* Hover Effects */
.team-member:hover img{
  transform:scale(1.08);
}

.team-member:hover .team-img::after{
  opacity:.85;
}

.team-member:hover .team-img{
  box-shadow:
    0 35px 80px rgba(0,0,0,.45),
    0 0 0 1px rgba(211,191,158,.25);
}

/* ============================
   RESPONSIVE
============================ */

@media(max-width:768px){

  .team-premium-section{
    padding:100px 25px;
  }


  .team-img{
    height:300px;
  }

}

@media (max-width: 768px){

  .team-premium-grid.two-members{
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .team-img{
    height: 260px;
  }

}
@media (max-width: 480px){

  .team-premium-grid.two-members{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .team-member{
    max-width: 280px;
    margin: 0 auto;
  }

  .team-img{
    height: 240px;
  }

}
/* ==========================
   CTA SECTION (MATCH INDEX)
========================== */

.cta-section{
  background: var(--dark);
  padding: 130px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* subtle glow overlay */
.cta-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
  radial-gradient(circle at center,
  rgba(211,191,158,0.08),
  transparent 70%);
}

.cta-section h2{
  font-size: 42px;
  color: var(--gold);
  margin-bottom: 20px;
  position: relative;
}

.cta-section p{
  color: var(--muted);
  font-size: 18px;
  max-width: 520px;
  margin: 0 auto 40px;
  position: relative;
}

/* CTA BUTTON */
.cta-section a{
  display:inline-block;
  padding:16px 42px;
  background: var(--gold);
  color: var(--dark);
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all .35s ease;
  position: relative;
  box-shadow: 0 12px 35px rgba(0,0,0,0.5);
}

/* hover effect */
.cta-section a:hover{
  background: var(--hover-gold);
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.6);
}


/* ============================================================
   RESPONSIVE
============================================================ */

@media(max-width:1024px){
  .about-feature{grid-template-columns:1fr;}
  .about-feature-bottom{position:relative; left:0; right:0; bottom:0;}
}

@media(max-width:768px){
  .hero-about h1{font-size:36px;}
  .design-text h1{font-size:64px;}
  .trust-grid{grid-template-columns:1fr;}
  .team-premium-grid{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:480px){
  .team-premium-grid{grid-template-columns:1fr;}
  .service-icon{width:48px;height:48px;}
}
/* ==========================
   CTA RESPONSIVE
========================== */

@media(max-width:768px){

  .cta-section{
    padding: 100px 20px;
  }

  .cta-section h2{
    font-size: 32px;
  }

  .cta-section p{
    font-size: 16px;
  }

  .cta-section a{
    padding:14px 34px;
    font-size:14px;
  }

}
/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

  .team-premium-grid{
    gap:40px;
  }

}

/* ============================================================
   GLOBAL RESPONSIVE TUNING
============================================================ */

@media (max-width:1024px){

  /* FEATURE */
  .about-feature{
    grid-template-columns:1fr;
    gap:60px;
  }

  .about-feature-bottom{
    position:relative;
    left:0;
    right:0;
    bottom:0;
    margin-top:60px;
    flex-direction:column;
    gap:40px;
  }

  /* TRUST */
  .trust-grid{
    grid-template-columns:1fr;
  }

  /* PROCESS */
  .timeline{
    grid-template-columns:repeat(2,1fr);
  }

}

/* ============================================================
   TABLET
============================================================ */

@media (max-width:768px){

  /* HERO */
  .hero-about{
    padding:160px 20px 110px;
  }

  .hero-about h1{
    font-size:42px;
  }

  .hero-about p{
    font-size:18px;
  }

  /* STORY */
  .about-section{
    padding:90px 25px;
  }

  /* FEATURE */
  .about-feature{
    padding:100px 25px;
  }

  .about-feature-left h2{
    font-size:42px;
  }

  .about-feature-image{
    height:360px;
  }

  .design-text h1{
    font-size:64px;
  }

  /* PROCESS */
  .process-luxury{
    padding:90px 25px;
  }

  /* TRUST */
  .trust-luxury{
    padding:100px 25px;
  }

  .trust-points{
    grid-template-columns:1fr;
  }

  /* SERVICES */
  .about-services-centered{
    padding:90px 25px;
  }

  /* CTA */
  .cta-section{
    padding:100px 20px;
  }

}

/* ============================================================
   MOBILE
============================================================ */

@media (max-width:480px){

  /* HERO */
  .hero-about h1{
    font-size:32px;
  }

  /* STORY */
  .about-section h2{
    font-size:32px;
  }

  /* FEATURE */
  .about-feature-left h2{
    font-size:34px;
  }

  .design-text h1{
    font-size:48px;
  }

  /* PROCESS */
  .timeline{
    grid-template-columns:1fr;
  }


  /* CTA */
  .cta-section h2{
    font-size:28px;
  }

}

/* =====================================
   ABOUT FEATURE – MOBILE FIX
===================================== */

@media (max-width: 1024px){

  .about-feature{
    grid-template-columns: 1fr;
    padding:100px 40px 120px;
    gap:60px;
  }

  .about-feature-image{
    height:420px;
  }

  .about-feature-bottom{
    position:relative;
    left:0;
    right:0;
    bottom:0;
    margin-top:60px;
    padding:50px 50px;
  }

}

/* =====================================
   SMALL DEVICES
===================================== */

@media (max-width: 768px){

  .about-feature{
    padding:90px 25px 110px;
    gap:50px;
    text-align:center;
  }

  .brand-mark{
    text-align:center;
  }

  .about-feature-left h2{
    font-size:42px;
  }

  .about-feature-left p{
    font-size:16px;
  }

  .about-feature-image{
    height:320px;
  }

  .about-feature-bottom{
    flex-direction:column;
    gap:40px;
    text-align:center;
    padding:45px 30px;
  }

  .contact-box h3{
    font-size:24px;
  }

  .design-text h1{
    font-size:70px;
  }

}

/* =====================================
   EXTRA SMALL DEVICES
===================================== */

@media (max-width: 480px){

  .about-feature{
    padding:80px 20px 100px;
  }

  .about-feature-left h2{
    font-size:34px;
  }

  .about-feature-image{
    height:260px;
  }

  .design-text h1{
    font-size:56px;
  }

}

