/* ── 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; }

/* ── me-tour (galerie foto, acelasi tipar ca .caz-tour/.about-tour --
   derulare orizontala nativa, liniute + sageti, lightbox la clic) --
   dar fara conceptul de "poza activa in fata cu legenda": aici fiecare
   poza se poate deschide direct in lightbox, iar inaltimea e fixa in
   timp ce latimea ramane naturala (width:auto), ca pozele portret si
   landscape sa aiba aceeasi inaltime fara sa fie decupate.
   JS: public/js/app/mobilier-exterior-tour-slider.js,
       public/js/app/mobilier-exterior-lightbox.js */
.me-tour-slider {
  position: relative;
  display: flex;
  gap: 20px;
  margin-top: 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch; }

.me-tour-slider::-webkit-scrollbar { display: none; }

.me-tour-item {
  position: relative;
  flex: 0 0 auto;
  height: 420px;
  scroll-snap-align: start;
  overflow: hidden; }

.me-tour-link {
  display: block;
  height: 100%;
  overflow: hidden;
  cursor: zoom-in; }

.me-tour-photo {
  display: block;
  height: 100%;
  width: auto;
  transition: transform 0.5s ease; }

.me-tour-link:hover .me-tour-photo { transform: scale(1.03); }

.me-tour-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px; }

.me-tour-dots {
  display: flex;
  gap: 10px;
  flex: 1;
  min-width: 0; }

.me-tour-dot {
  flex: 0 1 90px;
  height: 23px;
  padding: 10px 0;
  border: 0;
  background-color: rgba(44, 26, 14, 0.2);
  background-clip: content-box;
  cursor: pointer;
  transition: background-color 0.3s ease; }

.me-tour-dot:hover { background-color: rgba(44, 26, 14, 0.45); }
.me-tour-dot.is-active { background-color: #2C1A0E; }
.me-tour-dot:focus { outline: none; }
.me-tour-dot:focus-visible { outline: 2px solid #6B7A3A; outline-offset: 2px; }

.me-tour-arrows { display: flex; gap: 10px; flex: 0 0 auto; }

.me-tour-arrow {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(44, 26, 14, 0.35);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease; }

.me-tour-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: solid #2C1A0E;
  border-width: 0 2px 2px 0; }

.me-tour-prev::before { transform: translate(-30%, -50%) rotate(135deg); }
.me-tour-next::before { transform: translate(-70%, -50%) rotate(-45deg); }

.me-tour-arrow:hover:not(:disabled) {
  border-color: #2C1A0E;
  background-color: rgba(44, 26, 14, 0.06); }

.me-tour-arrow:disabled { opacity: 0.3; cursor: default; }

/* ── me-lightbox (vizualizare poze galerie, marite) ───────── */
.me-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; }

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

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

.me-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; }

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

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

  .me-tour-slider { gap: 12px; margin-top: 28px; }
  .me-tour-item { height: 260px; }
  .me-tour-nav { margin-top: 18px; gap: 14px; }
  .me-tour-dots { gap: 6px; }
  .me-tour-arrow { width: 40px; height: 40px; }
  .me-lightbox { padding: 20px 16px; }
  .me-lightbox-close { top: 12px; right: 12px; width: 38px; height: 38px; font-size: 22px; } }
