/* =====================
   ABOUT HERO – PIONOWY HERO 9:16 (CENTERED)
===================== */

.about-hero-vertical{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0;
}

/* KARTA PIONOWA */
.about-hero-inner{
  position: relative;
  width: 90%;
  max-width: 480px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 40px 90px rgba(0,0,0,.28);
  background: #000;
}

/* WIDEO */
.about-hero-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  z-index: 1;
}

/* TEKST NA FILMIE – styl jak Irena Eris */
.about-hero-content{
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  z-index: 3;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.85) 35%,
    rgba(255,255,255,0.95) 100%
  );
  padding: 26px 22px 32px;
  text-align: center;
  border-radius: 0 0 26px 26px;
}

.about-hero-content h1{
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  margin-bottom: .8rem;
  color: #2c2c2c;
}

.about-hero-content p{
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.2rem;
}

.hero-btn{
  display: inline-block;
  padding: 10px 22px;
  background: #2e2e2e;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.85rem;
  letter-spacing: .5px;
  transition: .3s;
}

.hero-btn:hover{
  background: #b89b74;
}

/* Mobile */
@media (max-width: 768px){
  .about-hero-inner{
    width: 90%;
    border-radius: 18px;
  }
  
 .about-hero-content{
    bottom: 10%;
    left: 0%;
    width: 100%;
    transform: none;
    padding: 16px 18px 22px;
  }
 .about-hero-content h1{
    font-size: 1.6rem;
  }

 .about-hero-content p{
    font-size: 0.85rem;
  }
}
/* =====================
   OVAL IMAGE – jak u Irena Eris
===================== */

.about-oval-section{
  width: 100%;
  margin: 140px 0;
  display: flex;
  justify-content: center;
}

.about-oval-grid{
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}
.about-oval-wrapper{
  max-width: 380px;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 3 / 4;          /* delikatnie pionowa kapsuła */
  border-radius: 999px;         /* pełne zaokrąglenie */
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(0,0,0,.18), 0 0 0 6px rgba(255,255,255,0.6);
  background: #eee;
}

.about-oval-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 9999px; /* zapewnia pełne zaokrąglenie */
}

/* TEKST */
.about-oval-text h2{
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  color: #2c2c2c;
  margin-bottom: 2rem;
}

.about-oval-line-text{
  display: flex;
  gap: 20px;
  margin-bottom: 2.5rem;
}

.about-oval-line-text span{
  width: 2px;
  background: #c7a77b;   /* złota linia jak u Ireny Eris */
  flex-shrink: 0;
}

.about-oval-line-text p{
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  max-width: 520px;
}

/* PRZYCISK */
.about-oval-btn{
  display: inline-block;
  padding: 14px 32px;
  background: #2e2e2e;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.9rem;
  letter-spacing: .5px;
  transition: .3s;
}

.about-oval-btn:hover{
  background: #b89b74;
}

/* MOBILE */
@media (max-width: 900px){
  .about-oval-grid{
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  .about-oval-image{
  display: flex;
  justify-content: center;
}

  .about-oval-wrapper{
    margin: 0 auto;
  }

  .about-oval-line-text{
    flex-direction: column;
    align-items: center;
  }

  .about-oval-line-text span{
    width: 60px;
    height: 2px;
    margin-bottom: 16px;
  }
}

/* Mobile */
@media (max-width: 768px){
  .about-oval-wrapper{
    width: 260px;
  }
  .about-oval-text h2{
  font-size: 2.1rem;
  }
}
/* Kafelki w siatce – responsywny układ */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Użycie gridu do tworzenia siatki */
  gap: 15px;
  width: 100%;
}

/* Kafelki z obrazkami */
.offer-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Dodanie delikatnego cienia */
  transition: transform 0.3s ease; /* Dodanie efektu powiększania */
}

.offer-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Obraz wypełnia cały kontener, zachowując proporcje */
  display: block;
  transition: transform 0.3s ease; /* Płynne powiększanie */
}

.offer-item:hover img {
  transform: scale(1.1); /* Powiększenie obrazu na hover */
}

/* Tekst na kafelkach */
.offer-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 2;
  text-align: center;
  background: rgba(0, 0, 0, 0.6); /* Delikatny overlay dla tekstu */
  padding: 10px;
  border-radius: 10px;
}

/* Dodatkowy efekt przy najeżdżaniu – zmiana koloru tekstu */
.offer-item:hover .offer-caption {
  background: rgba(0, 0, 0, 0.8); /* Ciemniejsze tło przy hover */
  color: #c8a46b; /* Zmiana koloru tekstu na złoto */
  transition: color 0.3s ease, background 0.3s ease;
}

/* Mobile */
@media (max-width: 768px) {
  .offer-grid {
    grid-template-columns: 1fr; /* Jedna kolumna na mniejszych ekranach */
  }
  .offer-item {
    margin-bottom: 20px; /* Odstęp między elementami */
  }
}

   ABOUT INTRO
===================== */

.about-intro{
  max-width: 900px;
  margin: 80px auto;
  text-align: center;
  padding: 0 5%;
}

.about-intro h1{
  font-size: 2.6rem;
  color: var(--primary-dark);
  margin-bottom: 2rem;
}

.about-intro h4{
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--text-light);
}

/* =====================
   ABOUT SECTIONS
===================== */

.about-section{
  padding: 6rem 0;
}

.about-grid{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-section.reverse .about-grid{
  direction: rtl;
}

.about-section.reverse .about-content,
.about-section.reverse .about-image{
  direction: ltr;
}

.about-content h2{
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: var(--primary-dark);
}

.about-content h4{
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-light);
}

.about-image img{
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,.15);
}

/* =====================
   ABOUT CTA
===================== */

.about-cta{
  background: var(--bg-soft);
  padding: 6rem 0;
}

.about-cta h2{
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: var(--primary-dark);
}

/* =====================
   RESPONSIVE
===================== */

@media (max-width: 768px){

  .about-grid{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-intro h1{
    font-size: 2rem;
  }

  .about-content h2{
    font-size: 1.8rem;
  }
  .about-oval-grid {
    grid-template-columns: 1fr; /* Jedna kolumna na mniejszych ekranach */
    gap: 40px; /* Zmniejszenie gap na małych ekranach */
  }
}
