/* =============================================================
 * LIORA BABY — hakkimizda.css
 * Hakkımızda / Hikayemiz sayfasına özel stiller
 * ============================================================= */

/* ─── Full-Screen Hero ───────────────────────────────────────── */
.lb-about-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center 30%;
  overflow: hidden;
}
.lb-about-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(61,43,31,0.88) 0%,
    rgba(107,76,59,0.72) 60%,
    rgba(61,43,31,0.45) 100%
  );
}
.lb-about-hero .container-xl {
  position: relative;
  z-index: 2;
}
.lb-about-hero-content {
  padding: 5rem 0;
}
.lb-about-hero-eyebrow {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lb-gold);
  background: rgba(201,168,122,0.12);
  border: 1px solid rgba(201,168,122,0.3);
  border-radius: 50px;
  padding: 0.35rem 1rem;
  margin-bottom: 1.25rem;
}
.lb-about-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.lb-about-hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.9;
  max-width: 560px;
}
.lb-about-hero-scroll {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font-family: 'DM Sans', sans-serif;
  transition: var(--lb-transition);
}
.lb-about-hero-scroll:hover { color: var(--lb-gold); }
.lb-about-hero-scroll i {
  animation: bounceDown 2s infinite;
}
@keyframes bounceDown {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(5px); }
}

/* ─── Kurucu Bölümü ──────────────────────────────────────────── */
.lb-founder-section {
  background: var(--lb-cream);
  padding: 5.5rem 0;
}
.lb-founder-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--lb-shadow-hover);
}
.lb-founder-img-wrap img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.lb-founder-img-wrap:hover img {
  transform: scale(1.03);
}
.lb-founder-img-badge {
  position: absolute;
  bottom: 1.75rem;
  left: 1.75rem;
  background: rgba(250,246,241,0.96);
  border-radius: 14px;
  padding: 0.85rem 1.25rem;
  backdrop-filter: blur(8px);
  box-shadow: var(--lb-shadow);
}
.lb-founder-img-badge strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lb-brown);
  line-height: 1.2;
}
.lb-founder-img-badge span {
  font-size: 0.78rem;
  color: #9a8a83;
  font-family: 'DM Sans', sans-serif;
}
.lb-founder-img-deco {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border: 3px solid var(--lb-rose-light);
  border-radius: 24px;
  z-index: -1;
}

.lb-founder-content {
  padding-left: 1.5rem;
}
.lb-founder-quote {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  color: var(--lb-brown);
  line-height: 1.5;
  margin-bottom: 1.75rem;
  position: relative;
  padding-left: 1.5rem;
}
.lb-founder-quote::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -0.25rem;
  font-size: 3rem;
  color: var(--lb-rose);
  font-family: 'Playfair Display', serif;
  line-height: 1;
  font-style: normal;
}
.lb-founder-text {
  font-size: 0.97rem;
  color: #6b5248;
  line-height: 1.9;
  margin-bottom: 1.25rem;
}
.lb-founder-sig {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(107,76,59,0.1);
}
.lb-founder-sig-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--lb-rose-light);
}
.lb-founder-sig-name {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--lb-brown);
  display: block;
}
.lb-founder-sig-title {
  font-size: 0.8rem;
  color: #9a8a83;
}

/* ─── Timeline ───────────────────────────────────────────────── */
.lb-timeline {
  position: relative;
  padding-left: 3.25rem;
  max-width: 680px;
  margin: 0 auto;
}
.lb-timeline::before {
  content: '';
  position: absolute;
  left: 0.9rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 2px;
  background: linear-gradient(to bottom, var(--lb-rose), var(--lb-gold));
  border-radius: 2px;
}
.lb-timeline-item {
  position: relative;
  padding-bottom: 2.75rem;
  display: flex;
  align-items: flex-start;
  gap: 0;
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.lb-timeline-item.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.lb-timeline-item:last-child {
  padding-bottom: 0;
}
.lb-timeline-dot {
  position: absolute;
  left: -3.25rem;
  top: 0.1rem;
  width: 1.85rem;
  height: 1.85rem;
  background: linear-gradient(135deg, var(--lb-rose), var(--lb-brown));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  box-shadow: 0 0 0 5px var(--lb-cream-2);
}
.lb-timeline-year {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--lb-gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.35rem;
  font-family: 'DM Sans', sans-serif;
}
.lb-timeline-content {
  padding: 1.5rem 1.75rem;
  background: var(--lb-white);
  border-radius: var(--lb-radius);
  box-shadow: var(--lb-shadow);
  flex: 1;
  border-left: 3px solid var(--lb-rose-light);
  transition: var(--lb-transition);
}
.lb-timeline-content:hover {
  box-shadow: var(--lb-shadow-hover);
  border-left-color: var(--lb-rose);
}
.lb-timeline-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--lb-text);
  margin-bottom: 0.5rem;
}
.lb-timeline-content p {
  font-size: 0.89rem;
  color: #7a6359;
  line-height: 1.8;
  margin: 0;
}

/* ─── Değer Kartları ─────────────────────────────────────────── */
.lb-value-card {
  text-align: center;
  padding: 2.75rem 1.75rem 2.25rem;
  background: var(--lb-white);
  border-radius: var(--lb-radius);
  box-shadow: var(--lb-shadow);
  transition: var(--lb-transition);
  height: 100%;
  border-bottom: 3px solid transparent;
}
.lb-value-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lb-shadow-hover);
  border-bottom-color: var(--lb-rose);
}
.lb-value-icon {
  font-size: 2.75rem;
  color: var(--lb-rose);
  margin-bottom: 1.25rem;
  display: block;
}
@keyframes lb-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  33%       { transform: translateY(-8px) rotate(-4deg); }
  66%       { transform: translateY(-4px) rotate(4deg); }
}
.lb-value-card:nth-child(1) .lb-value-icon { animation: lb-float 3s ease-in-out infinite; }
.lb-value-card:nth-child(2) .lb-value-icon { animation: lb-float 3.8s ease-in-out infinite 0.4s; }
.lb-value-card:nth-child(3) .lb-value-icon { animation: lb-float 4.4s ease-in-out infinite 0.8s; }
.lb-value-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}
.lb-value-card p {
  font-size: 0.87rem;
  color: #7a6359;
  line-height: 1.78;
  margin: 0;
}

/* ─── Fade-Up Utility ────────────────────────────────────────── */
.lb-fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.lb-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.lb-fade-up:nth-child(2) { transition-delay: 0.15s; }
.lb-fade-up:nth-child(3) { transition-delay: 0.3s; }

/* ─── Sayaç ──────────────────────────────────────────────────── */
.lb-counter-section {
  background: linear-gradient(135deg, var(--lb-brown) 0%, #4a3028 100%);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.lb-counter-section::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -10%;
  width: 300px;
  height: 300px;
  border: 60px solid rgba(201,168,154,0.08);
  border-radius: 50%;
}
.lb-counter-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -5%;
  width: 200px;
  height: 200px;
  border: 40px solid rgba(201,168,122,0.06);
  border-radius: 50%;
}
.lb-counter-item {
  text-align: center;
  padding: 1.25rem 0.5rem;
  position: relative;
  z-index: 1;
}
.lb-counter-num {
  font-family: 'Playfair Display', serif;
  font-size: 3.25rem;
  font-weight: 700;
  color: var(--lb-gold);
  display: inline;
  line-height: 1;
}
.lb-counter-suffix {
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--lb-gold);
  display: inline;
}
.lb-counter-label {
  font-size: 0.85rem;
  color: rgba(250,246,241,0.7);
  display: block;
  margin-top: 0.5rem;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.04em;
}

/* ─── Instagram CTA (hakkimizda) ────────────────────────────── */
.lb-instagram-cta--pink {
  padding: 6.5rem 0;
  background: linear-gradient(135deg, var(--lb-rose-light) 0%, #f0e6d8 100%);
}
.lb-instagram-cta--pink .lb-section-title { color: var(--lb-brown); }
.lb-instagram-cta--pink p  { color: #7a6359; margin-bottom: 2.25rem; font-size: 1rem; }
.lb-ig-icon {
  display: block;
  font-size: 3rem;
  color: var(--lb-rose);
  margin-bottom: 1rem;
  line-height: 1;
}

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .lb-founder-content { padding-left: 0; margin-top: 2.5rem; }
  .lb-founder-quote { font-size: 1.25rem; }
  .lb-about-hero { min-height: 420px; }
}
@media (max-width: 767.98px) {
  .lb-about-hero-title { font-size: 2rem; }
  .lb-counter-num { font-size: 2.4rem; }
  .lb-counter-suffix { font-size: 1.75rem; }
  .lb-timeline { padding-left: 2.5rem; }
  .lb-timeline-dot { left: -2.5rem; width: 1.6rem; height: 1.6rem; }
}
