/* ══════════════════════════════════════════════════
   PURA VIDA CASAS — about.css (Redesign V2)
   ══════════════════════════════════════════════════ */

:root {
  --teal: #4a9b8c;
  --brown: #3d2b1a;
  --teal-dk: #357a6d;
  --off-white: #f8f5f0;
  --cream: #f2ede6;
  --text-dark: #2c2016;
  --text-mid: #5a4535;
  --clr-white: #fff;
}

body.about-page {
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  color: var(--text-dark);
  padding-top: 70px;
  /* Navbar space */
}

body.about-page #mainNav {
  background: rgba(10, 26, 22, 0.97) !important;
  backdrop-filter: blur(14px) !important;
  box-shadow: 0 2px 28px rgba(0, 0, 0, 0.35) !important;
}

body.about-page #navLogoItem {
  max-width: 180px !important;
  opacity: 1 !important;
  padding: 0 20px !important;
}

/* --- Breadcrumb --- */
.breadcrumb-wrap {
  padding: 12px 0;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.breadcrumb-custom {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

.breadcrumb-item-custom a {
  color: var(--teal);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb-item-custom a:hover {
  color: var(--brown);
}

.breadcrumb-item-custom.divider {
  margin: 0 12px;
  color: var(--clr-white);
  font-size: 0.6rem;
}

.breadcrumb-item-custom.active {
  color: var(--clr-white);
}

/* --- Hero Section (Simple & Elegant) --- */
.about-hero-simple {
  padding: 100px 0 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1518509562904-e7ef99cdcc86?w=1800&auto=format&fit=crop&q=80') center/cover no-repeat;
  border-bottom: 1px solid #eee;
  color: white;

}

.then-now-simple p {
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
}

.about-main-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 25px;
}

.title-underline {
  width: 100px;
  height: 2px;
  background-color: var(--teal);
  margin: 0 auto 40px;
}

.about-main-lead {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

/* --- Then & Now --- */
.then-now-simple {
  padding: 80px 0;
  background-color: #fff;
}

.then-now-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  color: var(--brown);
  margin-bottom: 60px;
}

.then-now-row {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.tn-col {
  flex: 1;
  min-width: 350px;
  max-width: 500px;
}

.tn-img-wrap {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}

.tn-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tn-img-wrap:hover img {
  transform: scale(1.04);
}

.tn-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--teal);
  color: white;
  padding: 5px 15px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  border-radius: 2px;
}

/* --- PVC TEAM SECTION --- */
.pvc-team-section {
  padding: 120px 0;
  background-color: var(--cream);
  background-image: url('https://www.puravidacasas.com/uploads/2/8/7/1/28712979/editor/white-trans-logo-villas-new.png?1710873259');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45%;
  background-blend-mode: luminosity;
  opacity: 1;
  padding-bottom: 1px;
}

section.book {
  padding: 80px 0;
  background: var(--teal-dark);
}

section.book h2 {
  color: var(--clr-white);
  font-size: 55px;
  margin-bottom: 30px;
}

section.book .btn {
  background: var(--bs-body-bg);
  padding: 9px 31px;
  font-weight: 700;
  border: 1px solid var(--clr-white);
}

section.book .btn:hover {
  background: transparent;
  color: var(--clr-white);

}

.team-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 80px;
}

.team-member-row {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
  gap: 40px;
}

.team-member-row.reverse {
  flex-direction: row-reverse;
}

.tm-info {
  flex: 1.2;
}

.tm-img-col {
  flex: 1;
}

.tm-role {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-style: italic;
  color: var(--teal);
  margin-bottom: 5px;
  font-weight: 400;
}

.tm-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  color: var(--brown);
  margin-bottom: 25px;
  font-weight: 600;
}

.tm-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-mid);
}

.max-800 {
  margin-left: auto;
  margin-right: auto;
}

.tm-frame {
  position: relative;
  padding: 10px;
  background: white;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #ddd;
}

.tm-frame img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

.tm-frame.sm {
  width: 300px;
}

.column-layout {
  flex-direction: column;
}

.dual-images {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 40px 0;
  flex-wrap: wrap;
}

/* --- Animations --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 991px) {

  .team-member-row,
  .team-member-row.reverse {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .tm-name {
    font-size: 2.2rem;
  }
}

@media (max-width: 575px) {
  .tn-col {
    min-width: 100%;
  }
}