/* ── about-sec (secțiuni mai compacte pe verticală decât .section) ── */
.about-sec { padding: 60px 0; }

.about-sec .text-subheader { margin-bottom: 34px; }

/* about-sec-tight: sectiunea 04 (Ce facem) -- comprimata pe inaltime cu
   cel putin 25% fata de varianta initiala */
.about-sec-tight { padding: 32px 0; }

.about-sec-tight .about-servicii-row { margin-top: 14px; }

/* ── about-hero (portret fondator, split) ─────────────────── */
.about-hero {
  display: flex;
  min-height: 640px;
  background: #2C1A0E; }

.about-hero-photo {
  flex: 0 0 46%;
  max-width: 46%;
  position: relative;
  overflow: hidden; }

.about-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%; }

.about-hero-cnt {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 70px 64px; }

.about-hero-cnt-inner { max-width: 520px; }

.about-hero-supra {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8A9E4A;
  margin-bottom: 16px; }

.about-hero-cnt h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 44px;
  font-weight: 300;
  color: #F7F2EB;
  margin: 0 0 22px 0;
  line-height: 1.18em; }

.about-hero-text {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: rgba(247, 242, 235, 0.82);
  line-height: 1.75em;
  margin-bottom: 22px; }

.about-hero-quote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: #F7F2EB;
  line-height: 1.5em;
  border-left: 3px solid #6B7A3A;
  padding-left: 22px;
  margin: 26px 0 0 0; }

.about-hero-signature {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A89070;
  margin-top: 14px;
  padding-left: 25px; }

/* ── about-farm (nota despre ferma, sub hero) ─────────────── */
.about-farm {
  background: #EDE5D8;
  padding: 26px 0; }

.about-farm .container {
  display: flex;
  align-items: center;
  gap: 18px; }

.about-farm-icon {
  flex: none;
  width: 40px;
  height: 40px;
  opacity: 0.85; }

.about-farm-icon svg { width: 100%; height: 100%; }

.about-farm p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #3D2B1F;
  line-height: 1.6em;
  margin: 0; }

.about-farm p strong { color: #2C1A0E; }

/* ── about-intro (companie) ───────────────────────────────── */
.about-intro-text {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #3D2B1F;
  line-height: 1.8em;
  max-width: 760px; }

.about-intro-text p { margin-bottom: 14px; }

.about-intro-row { display: flex; flex-wrap: wrap; align-items: stretch; }

.about-stat-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 20px 0; }

.about-stat-nr {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 130px;
  font-weight: 500;
  color: #6B7A3A;
  line-height: 1.1em;
  margin-bottom: 30px; }

.about-stat-label {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7A6655;
  max-width: 190px;
  line-height: 1.6em; }

/* ── about-valoare (card cu icon, 4-up) ───────────────────── */
.about-valoare {
  padding: 18px 22px;
  text-align: center; }

.about-valoare-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  opacity: 0.9; }

.about-valoare-icon svg { width: 100%; height: 100%; }

.about-valoare h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: #2C1A0E;
  margin: 0 0 10px 0; }

.about-valoare p {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #7A6655;
  line-height: 1.6em;
  margin: 0; }

/* ── about-mediu (3-up, pe fundal deschis) ────────────────── */
.about-mediu-item {
  padding: 16px 20px;
  text-align: center; }

.about-mediu-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  opacity: 0.9; }

.about-mediu-icon svg { width: 100%; height: 100%; }

.about-mediu-item h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  color: #2C1A0E;
  margin: 0 0 10px 0; }

.about-mediu-item p {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #7A6655;
  line-height: 1.6em;
  margin: 0; }

/* ── about-servicii-row (flex real, ca cele 2 carduri sa aiba mereu
   aceeasi inaltime -- inainte foloseau height:calc(100%-24px) pe coloane
   float, care nu are niciun efect real, deci cardurile ajungeau la
   inaltimi diferite dupa lungimea textului) ───────────────────────── */
.about-servicii-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }

.about-servicii-row > [class*="col-"] {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  margin-bottom: 0; }

/* ── about-serviciu (2 carduri, proiectare / productie) ───── */
.about-serviciu {
  background: #FDFAF6;
  border: 1px solid #EDE5D8;
  padding: 18px 22px;
  height: 100%; }

.about-serviciu-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  opacity: 0.9; }

.about-serviciu-icon svg { width: 100%; height: 100%; }

.about-serviciu h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  color: #2C1A0E;
  margin: 0 0 12px 0; }

.about-serviciu p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #7A6655;
  line-height: 1.6em;
  margin: 0; }

/* ── about-echipa-bar (bara compacta, stil about-farm dar verde +
   pictograma deschisa la culoare) ──────────────────────────────── */
.about-echipa-bar {
  background: #6B7A3A;
  padding: 26px 0; }

.about-echipa-bar .container {
  display: flex;
  align-items: center;
  gap: 18px; }

.about-echipa-bar-icon {
  flex: none;
  width: 40px;
  height: 40px;
  opacity: 0.9; }

.about-echipa-bar-icon svg { width: 100%; height: 100%; }

.about-echipa-bar p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: rgba(247, 242, 235, 0.92);
  line-height: 1.6em;
  margin: 0; }

/* ── about-galerie-section (fundal maro închis, stil footer) ── */
.about-galerie-section {
  background: #2C1A0E; }

.about-galerie-section h2 {
  color: #F7F2EB; }

.about-galerie-section .text-subheader {
  color: #A89070; }

/* ── about-galerie (poze Doru & clienți) ──────────────────── */
.about-galerie-item {
  margin-bottom: 24px;
  overflow: hidden; }

.about-sec .row.row-grid .about-galerie-item {
  margin-bottom: 24px; }

.about-galerie-item img {
  display: block;
  width: 100%;
  cursor: zoom-in;
  transition: transform 0.4s ease; }

.about-galerie-item:hover img { transform: scale(1.04); }

/* ── about-lightbox ────────────────────────────────────────── */
.about-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(20, 10, 4, 0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 60px; }

.about-lightbox.is-open { display: flex; }

.about-lightbox img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.5); }

.about-lightbox-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F7F2EB;
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(247, 242, 235, 0.4);
  border-radius: 50%;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease; }

.about-lightbox-close:hover {
  background: rgba(247, 242, 235, 0.12);
  border-color: rgba(247, 242, 235, 0.8); }

/* ── responsive ───────────────────────────────────────────── */
@media (max-width: 767px) {
  .about-sec { padding: 44px 0; }
  /* .about-intro-row e display:flex (pt. align-items:stretch pe desktop);
     .col-sm-8/.col-sm-16 nu au regula de width sub 768px (doar sm-
     prefixata), deci ca flex item se strang la latimea continutului —
     "23 de ani..." ramane un bloc ingust, lipit stanga, in loc sa
     ocupe randul intreg unde .about-stat-row il poate centra */
  .about-intro-row .col-sm-8,
  .about-intro-row .col-sm-16 { flex: 0 0 100%; max-width: 100%; }
  .about-stat-nr { font-size: 90px; }
  .about-stat-row { padding: 0 0 30px 0; }
  .about-hero { flex-direction: column; min-height: 0; }
  .about-hero-photo { flex: none; max-width: 100%; height: 340px; }
  .about-hero-cnt { padding: 44px 24px; }
  .about-hero-cnt h1 { font-size: 32px; }
  .about-farm .container { flex-direction: column; align-items: flex-start; gap: 10px; }
  .about-stat-row { margin-bottom: 22px; }
  .about-servicii-row > [class*="col-"] { flex: 1 1 100%; max-width: 100%; }
  .about-echipa-bar .container { flex-direction: column; align-items: flex-start; gap: 10px; }
  .about-lightbox { padding: 20px 16px; }
  .about-lightbox-close { top: 12px; right: 12px; width: 38px; height: 38px; font-size: 22px; } }
