/* ── me-banner (folosește poza cu șezlonguri ca fundal, fără întunecare) ── */
.me-banner {
  min-height: 460px;
  padding-top: 80px;
  background: url(/img/app/mobilier/utilizare-reala.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 54px; }

.me-banner .container { position: relative; z-index: 1; }

.me-banner-supra {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #F7F2EB;
  margin-bottom: 14px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55); }

.me-banner h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 46px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 16px 0;
  line-height: 1.15em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6); }

.me-banner-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  max-width: 580px;
  line-height: 1.65em;
  margin: 0;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55); }

/* ── me-tight-section (comprimă padding-ul global .section pe
   această pagină, ca să nu rămână atât de mult gol între secțiuni) ── */
.me-tight-section { padding: 40px 0; }

/* ── me-pentru-cine (bară îngustată pe verticală, text apropiat) ── */
.me-pentru-cine { padding: 40px 0; }

.me-pentru-cine h2 { margin: 0 0 14px 0; }

.me-pentru-cine .hr-short-primary { margin: 0 auto 14px auto; }

.me-pentru-cine .text-subheader { margin-bottom: 0; }

/* ── me-principal (imagine mare, stive de produse) ────────── */
.me-principal { margin-bottom: 24px; }

.me-principal .ph-foto { border-color: #A89070; }

/* ── me-secundar ──────────────────────────────────────────── */
.me-secundar-item { margin-bottom: 24px; }

/* ── me-utilizare ─────────────────────────────────────────── */
.me-utilizare-item {
  margin-bottom: 24px;
  overflow: hidden; }

.me-utilizare-item img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease; }

.me-utilizare-item:hover img { transform: scale(1.05); }

/* ── me-brosura ───────────────────────────────────────────── */
.me-brosura {
  padding: 0 12px 30px;
  text-align: center; }

.me-brosura-thumb {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #EDE5D8; }

.me-brosura-thumb img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease; }

.me-brosura:hover .me-brosura-thumb img {
  transform: scale(1.05); }

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

/* ── me-specs (dimensiuni & date tehnice) ─────────────────── */
.me-specs {
  margin-top: 28px;
  text-align: left; }

.me-specs-title {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2C1A0E;
  margin: 0 0 14px 0; }

.me-specs-table {
  background: #FDFAF6;
  border: 1px solid #D9CFC4;
  padding: 2px 20px; }

.me-specs-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px solid #EDE5D8;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #3D2B1F; }

.me-specs-row:last-child { border-bottom: 0; }

.me-specs-value {
  font-weight: 700;
  font-size: 16px;
  color: #2C1A0E;
  white-space: nowrap; }

.me-specs-value-text { font-size: 14px; }

.me-specs-unit {
  font-weight: 400;
  font-size: 12px;
  color: #A89070;
  margin-left: 2px; }

.me-specs-note {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6B7A3A;
  margin: 14px 0 0 0; }

/* ── me-minim-comanda ─────────────────────────────────────── */
.me-minim-comanda {
  background: #2C1A0E;
  padding: 40px 0; }

.me-minim-comanda-text {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #F7F2EB;
  text-align: center;
  margin: 0; }

.me-minim-comanda-text .ph-text {
  background: #FFF176;
  color: #5D4037; }

/* ── responsive ───────────────────────────────────────────── */
@media (max-width: 767px) {
  .me-banner { min-height: 280px; padding-bottom: 34px; }
  .me-banner h1 { font-size: 30px; } }
