/* ═══════════════════════════════════════════════════════════════
   GALERIE PHOTOGRAPHIQUE — Shared Stylesheet
   © Delphine Camberlin
═══════════════════════════════════════════════════════════════ */
/* ── About page specific styles ── */
.about-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0d0d0d;
}
.about-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://galeriephotographique.be/images/Portugal/Green-landscape-field-in-Portugal.jpg');
  background-size: cover;
  background-position: center 50%;
  opacity: 0.45;
}
.about-hero-content {
  position: relative;
  z-index: 2;
  padding: 4rem 2rem 3rem;
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
}
.about-eyebrow {
  font-size: .65rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #c9a84c;
  display: block;
  margin-bottom: .8rem;
}
.about-hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 400;
  color: #f5f0e8;
  line-height: 1.15;
  margin: 0 0 1rem;
}
.about-hero-h1 em {
  color: #c9a84c;
  font-style: italic;
}
.about-divider {
  width: 48px;
  height: 1px;
  background: #c9a84c;
  margin: 0 0 1.2rem;
}
.about-hero-tagline {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(245,240,232,.75);
  line-height: 1.7;
  max-width: 560px;
}

/* Stats bar */
.about-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  border-top: 1px solid rgba(201,168,76,.15);
  border-bottom: 1px solid rgba(201,168,76,.15);
  background: rgba(201,168,76,.04);
}
.about-stat {
  flex: 1;
  min-width: 140px;
  padding: 1.8rem 1rem;
  text-align: center;
  border-right: 1px solid rgba(201,168,76,.12);
}
.about-stat:last-child { border-right: none; }
.about-stat-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #c9a84c;
  margin-bottom: .3rem;
}
.about-stat-label {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(245,240,232,.5);
}

/* Main content */
.about-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.about-section-label {
  font-size: .65rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #c9a84c;
  display: block;
  margin-bottom: .6rem;
}
.about-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: #f5f0e8;
  margin: 0 0 1.5rem;
}
.about-section-title em { color: #c9a84c; font-style: italic; }
.about-body p {
  color: rgba(245,240,232,.75);
  font-size: .97rem;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 1.3rem;
}
.about-body strong { color: #f5f0e8; font-weight: 500; }

/* Portrait + text layout */
.about-portrait-wrap {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 3.5rem;
}
.about-portrait {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border: 1px solid rgba(201,168,76,.2);
}
.about-portrait-placeholder { width: 100%; }

/* What I cover */
.about-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 2.5rem 0;
}
.about-pillar {
  background: rgba(201,168,76,.04);
  border: 1px solid rgba(201,168,76,.12);
  border-top: 2px solid #c9a84c;
  padding: 1.5rem 1.3rem;
}
.about-pillar-icon {
  font-size: 1.4rem;
  display: block;
  margin-bottom: .7rem;
}
.about-pillar-title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #f5f0e8;
  display: block;
  margin-bottom: .5rem;
}
.about-pillar-desc {
  font-size: .82rem;
  color: rgba(245,240,232,.55);
  font-weight: 300;
  line-height: 1.6;
}

/* Countries grid */
.about-countries {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1.5rem 0 2.5rem;
}
.about-country-tag {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .35rem .8rem;
  background: rgba(201,168,76,.06);
  border: 1px solid rgba(201,168,76,.15);
  border-radius: 2px;
  font-size: .78rem;
  color: rgba(245,240,232,.7);
  text-decoration: none;
  transition: background .2s, color .2s;
}
.about-country-tag:hover {
  background: rgba(201,168,76,.14);
  color: #c9a84c;
}

/* Work with me */
.about-work {
  background: rgba(201,168,76,.04);
  border-top: 1px solid rgba(201,168,76,.12);
  border-bottom: 1px solid rgba(201,168,76,.12);
  padding: 3rem 2rem;
  text-align: center;
  margin: 3rem 0;
}
.about-work h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #f5f0e8;
  margin: 0 0 .8rem;
}
.about-work h2 em { color: #c9a84c; font-style: italic; }
.about-work p {
  color: rgba(245,240,232,.6);
  font-size: .9rem;
  font-weight: 300;
  max-width: 520px;
  margin: 0 auto 1.8rem;
  line-height: 1.75;
}
.about-work-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.about-work-tag {
  padding: .45rem 1rem;
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 2px;
  font-size: .78rem;
  color: rgba(245,240,232,.65);
  letter-spacing: .06em;
}
.about-contact-btn {
  display: inline-block;
  padding: .8rem 2rem;
  background: #c9a84c;
  color: #0d0d0d;
  font-family: 'Jost', sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity .2s;
}
.about-contact-btn:hover { opacity: .85; }

/* ── responsive ── */
@media (max-width: 700px) {
  .about-portrait-wrap {
    grid-template-columns: 1fr;
  }
  .about-pillars {
    grid-template-columns: 1fr 1fr;
  }
  .about-portrait-placeholder {
    aspect-ratio: 4/3;
  }
  .about-stat { min-width: 100px; }
  .about-stat-num { font-size: 1.5rem; }
}
/* Work-with-me photo pair */
.about-work-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 640px;
  margin: 0 auto 2rem;
}
.about-work-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center top;
  border-top: 2px solid #c9a84c;
  filter: brightness(.92);
  transition: filter .3s;
}
.about-work-photo:hover { filter: brightness(1); }
@media (max-width: 500px) {
  .about-work-photos { grid-template-columns: 1fr; }
}
