/* 'O projektu' — isti vizuelni jezik kao ostale stranice:
   crno, zlato, hladna iskrenost, ništa "korporativno" */

/* baza za telo */
body.oprojektu-page {
  background-color: #0b0b0c;
  color: #f2f2f2;
  font-family: "Merriweather", serif;
  overflow-x: hidden;
  margin: 0;
  text-shadow: 0 0 8px rgba(0,0,0,0.8);
}

/* UVODNI HEADER BLOK */
.about-header {
  position: relative;
  padding: 100px 20px 60px;
  background: radial-gradient(circle at 50% 20%, rgba(10,10,10,1) 0%, #0b0b0c 60%);
  box-shadow:
    0 -40px 120px rgba(0,0,0,0.9) inset,
    0 80px 160px rgba(0,0,0,0.9) inset;
}

.about-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 200px;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(212,175,55,0.12) 0%,
    rgba(0,0,0,0) 70%
  );
  filter: blur(60px);
  opacity: 0.35;
  pointer-events: none;
}

.about-header-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #cfcfcf;
}

/* Naslov "Zašto ovo postoji" */
.about-title {
  color: #d4af37;
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 1rem + 1vw, 2rem);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-shadow:
    0 0 6px rgba(212,175,55,0.4),
    0 0 30px rgba(212,175,55,0.15);
  margin: 0 0 24px 0;
  opacity: 0.9;
}

/* Kratki lead ispod naslova */
.about-lead {
  max-width: 780px;
  margin: 0 auto;
  font-size: 0.95em;
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #c9c9c9;
  opacity: 0.9;
  text-shadow: 0 0 8px rgba(0,0,0,0.9);
}

/* GLAVNI TEKST BLOK */
.about-body {
  position: relative;
  padding: 60px 20px 40px;
  background: radial-gradient(circle at 50% 50%, rgba(12,12,12,1) 0%, #0b0b0c 70%);
  box-shadow:
    0 0 120px rgba(0,0,0,0.9) inset,
    0 120px 200px rgba(0,0,0,0.9) inset;
}

.about-body-inner {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #d0d0d0;
  text-shadow: 0 0 10px rgba(0,0,0,0.9);
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.about-text {
  margin: 0 0 1.6em 0;
  color: #d0d0d0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05em;
  line-height: 1.7;
  font-weight: 300;
  text-shadow: 0 0 12px rgba(0,0,0,0.8);
}

/* blok sa potpisom autora */
.about-sign-block {
  margin: 2.5em 0 2em 0;
  border-left: 1px solid rgba(212,175,55,0.4);
  padding-left: 18px;
  color: #cfcfcf;
  text-shadow: 0 0 10px rgba(0,0,0,0.9);
}

.about-sign-label {
  font-size: 0.8em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c9c9c9;
  opacity: 0.75;
  font-family: "Cinzel Decorative", serif;
  margin: 0 0 6px 0;
  text-shadow: 0 0 6px rgba(0,0,0,1);
}

.about-sign-name {
  font-family: "Cinzel Decorative", serif;
  font-size: 1.1em;
  letter-spacing: 0.08em;
  color: #d4af37;
  text-shadow:
    0 0 8px rgba(212,175,55,0.4),
    0 0 30px rgba(212,175,55,0.15);
  margin: 0;
}

/* disclaimer */
.disclaimer {
  font-style: italic;
  color: #9a9a9a;
  font-size: 0.9em;
  line-height: 1.6;
  text-shadow: 0 0 8px rgba(0,0,0,1);
}

/* STATUS BLOK / MISIJA NA KRAJU */
.about-status {
  background: radial-gradient(circle at 50% 20%, rgba(10,10,10,1) 0%, #0b0b0c 60%);
  padding: 60px 20px 100px;
  text-align: center;
  box-shadow:
    0 -40px 120px rgba(0,0,0,0.9) inset,
    0 80px 160px rgba(0,0,0,0.9) inset;
}

.about-status-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.status-claim {
  color: #8f8f8f;
  font-size: 0.9em;
  line-height: 1.7;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-shadow: 0 0 8px rgba(0,0,0,0.8);
  opacity: 0.8;
}

/* Fade-in animacija (isti pristup kao druge strane) */
.fade-in {
  opacity: 0;
  transform: translateY(30px) scale(0.98);
  filter: blur(6px);
  transition:
    opacity 1s cubic-bezier(0.16, 0.84, 0.44, 1),
    transform 1s cubic-bezier(0.16, 0.84, 0.44, 1),
    filter 1s cubic-bezier(0.16, 0.84, 0.44, 1);
  will-change: opacity, transform, filter;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
}

/* responsive */
@media (max-width: 900px) {
  .about-header {
    padding: 80px 20px 50px;
  }

  .about-lead {
    font-size: 0.9em;
    line-height: 1.6;
    padding: 0 10px;
  }

  .about-body {
    padding: 40px 20px 20px;
  }

  .about-body-inner {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .about-text {
    font-size: 1em;
  }

  .about-status {
    padding: 50px 20px 80px;
  }

  .status-claim {
    font-size: 0.85em;
    line-height: 1.6;
    padding: 0 10px;
  }
}
