/* ============================================================
   Anđela Bukurecki - O meni (podstrana)
   Reuse-uje V2 design tokens (.ab2-wrap), dodaje sopstvene
   sekcije sa .ab2-om- prefiksom.
   ============================================================ */

.ab2-om-wrap { background: var(--c-cream); }

/* Aktivan link u nav-u */
.ab2-om-wrap .ab2-nav-in .ab2-menu a.is-active {
  color: var(--c-accent);
  font-style: italic;
}

/* Univerzalni section header */
.ab2-om-section-head { margin-bottom: clamp(40px, 6vw, 80px); }
.ab2-om-section-head .ab2-eye { display: block; margin-bottom: 18px; }
.ab2-om-section-head-center { text-align: center; max-width: 820px; margin-left: auto; margin-right: auto; }

/* ── HERO ─────────────────────────────────────────────── */

.ab2-om-hero {
  padding: clamp(40px, 5vw, 80px) 0 clamp(60px, 8vw, 120px);
  background: var(--c-cream);
  border-bottom: 1px solid var(--c-line-soft);
}
.ab2-om-hero-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.ab2-om-hero-text .ab2-eye { display: block; margin-bottom: 24px; }

.ab2-om-h1 {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(56px, 7vw, 116px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  margin: 0 0 36px;
  color: var(--c-ink);
}
.ab2-om-h1 em { font-style: italic; color: var(--c-accent); letter-spacing: -0.045em; }

.ab2-om-hero-lead {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--c-ink-soft);
  margin: 0;
}
.ab2-om-hero-lead em { color: var(--c-accent); font-style: italic; }

.ab2-om-hero-photo {
  margin: 0;
  position: relative;
}
.ab2-om-hero-photo img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  box-shadow: 0 60px 100px -50px rgba(46,35,30,0.35);
}
.ab2-om-hero-photo figcaption {
  position: absolute;
  left: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  background: var(--c-cream);
  padding: clamp(14px, 1.4vw, 20px) clamp(18px, 1.8vw, 26px);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--f);
  letter-spacing: -0.02em;
  font-size: clamp(15px, 1.1vw, 17px);
  color: var(--c-ink);
  border: 1px solid var(--c-line);
}
.ab2-om-hero-photo .ab2-eye { display: block; margin: 0; }

/* ── STORY ────────────────────────────────────────────── */

.ab2-om-story {
  padding: clamp(80px, 10vw, 160px) 0;
  background: var(--c-cream-2);
}
.ab2-om-story-in {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--pad);
}
.ab2-om-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.ab2-om-story-text p {
  font-family: var(--f);
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.55;
  letter-spacing: -0.022em;
  color: var(--c-ink-soft);
  margin: 0 0 22px;
}
.ab2-om-story-text p:last-child { margin-bottom: 0; }
.ab2-om-story-text em { color: var(--c-accent); font-style: italic; }

.ab2-om-pull {
  margin: 0;
  padding: clamp(32px, 3.5vw, 48px);
  background: var(--c-cream);
  border-radius: 8px;
  border: 1px solid var(--c-line);
  position: sticky;
  top: 100px;
}
.ab2-om-pull::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 40%;
  height: 1px;
  background: var(--c-accent);
  opacity: 0.7;
}
.ab2-om-pull .ab2-eye { display: block; margin-bottom: 18px; }
.ab2-om-pull p {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.035em;
  color: var(--c-ink);
  margin: 0;
}
.ab2-om-pull em { color: var(--c-accent); font-style: italic; }

/* ── STATS ────────────────────────────────────────────── */

.ab2-om-stats {
  padding: clamp(80px, 10vw, 160px) 0;
  background: var(--c-cream);
  border-top: 1px solid var(--c-line-soft);
  border-bottom: 1px solid var(--c-line-soft);
}
.ab2-om-stats-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--pad);
}
.ab2-om-stats-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.ab2-om-stats-row li {
  padding: 0 clamp(20px, 2.5vw, 40px);
  text-align: center;
  border-right: 1px solid var(--c-line);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ab2-om-stats-row li:last-child { border-right: 0; }

.ab2-om-stat-n {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(72px, 9vw, 140px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: var(--c-accent);
  display: block;
  font-weight: 400;
}
.ab2-om-stat-n em {
  font-style: italic;
  color: var(--c-rose-deep);
  font-size: 0.5em;
  letter-spacing: -0.04em;
  vertical-align: super;
  margin-left: 2px;
}
.ab2-om-stat-unit {
  display: block;
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(16px, 1.2vw, 19px);
  letter-spacing: -0.015em;
  color: var(--c-rose-deep);
  margin: 8px 0 clamp(16px, 1.6vw, 22px);
}
.ab2-om-stats-row p {
  font-family: var(--f);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--c-ink-soft);
  margin: 0;
  max-width: 22ch;
}

/* ── TODAY ────────────────────────────────────────────── */

.ab2-om-today {
  padding: clamp(80px, 10vw, 160px) 0;
  background: var(--c-cream-2);
}
.ab2-om-today-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.ab2-om-today-photo img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  box-shadow: 0 50px 90px -50px rgba(46,35,30,0.3);
}
.ab2-om-today-text .ab2-eye { display: block; margin-bottom: 18px; }
.ab2-om-today-text .ab2-h2 { margin: 0 0 32px; }
.ab2-om-today-text .ab2-p-lead,
.ab2-om-today-text .ab2-p {
  font-family: var(--f);
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: var(--c-ink-soft);
  margin: 0 0 20px;
}
.ab2-om-today-text .ab2-p-lead {
  font-size: clamp(19px, 1.4vw, 22px);
  color: var(--c-ink);
  font-style: italic;
}
.ab2-om-today-text em { color: var(--c-accent); font-style: italic; }
.ab2-om-today-text .ab2-arrow { margin-top: 12px; }

/* ── MANIFEST ─────────────────────────────────────────── */

.ab2-om-manifest {
  padding: clamp(100px, 12vw, 200px) 0;
  background: var(--c-ink);
  color: var(--c-cream);
  position: relative;
  overflow: hidden;
}
.ab2-om-manifest-in {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--pad);
  text-align: center;
}
.ab2-om-manifest .ab2-eye { display: block; margin-bottom: clamp(32px, 4vw, 56px); }
.ab2-om-manifest-q {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.18;
  letter-spacing: -0.04em;
  margin: 0;
  color: var(--c-cream);
}
.ab2-om-manifest-q em { font-style: italic; color: var(--c-peach); }
.ab2-om-manifest-q span { display: block; margin-top: clamp(20px, 2.5vw, 36px); }

/* ── VALUES ───────────────────────────────────────────── */

.ab2-om-values {
  padding: clamp(80px, 10vw, 160px) 0;
  background: var(--c-cream);
}
.ab2-om-values-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--pad);
}
.ab2-om-values-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2vw, 32px);
}
.ab2-om-values-list li {
  background: var(--c-cream-2);
  border: 1px solid var(--c-line);
  border-radius: 8px;
  padding: clamp(28px, 3vw, 44px);
  position: relative;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), border-color 0.35s, box-shadow 0.35s;
}
.ab2-om-values-list li::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 40%;
  height: 1px;
  background: var(--c-accent);
  opacity: 0.6;
}
.ab2-om-values-list li:hover {
  transform: translateY(-4px);
  border-color: var(--c-accent);
  box-shadow: 0 40px 60px -40px rgba(46,35,30,0.25);
}
.ab2-om-val-n {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--c-accent);
  display: block;
  margin-bottom: clamp(20px, 2vw, 28px);
}
.ab2-om-values-list h3 {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(22px, 1.9vw, 30px);
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 14px;
  color: var(--c-ink);
}
.ab2-om-values-list p {
  font-family: var(--f);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--c-ink-soft);
  margin: 0;
}
.ab2-om-values-list em { color: var(--c-accent); font-style: italic; }

/* ── CTA ──────────────────────────────────────────────── */

.ab2-om-cta {
  padding: clamp(80px, 10vw, 160px) 0;
  background: var(--c-cream-2);
  border-top: 1px solid var(--c-line-soft);
}
.ab2-om-cta-in {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--pad);
  text-align: center;
}
.ab2-om-cta .ab2-eye { display: block; margin-bottom: 24px; }
.ab2-om-bigtitle {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(48px, 7vw, 110px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  margin: 0 0 32px;
  color: var(--c-ink);
}
.ab2-om-bigtitle em { font-style: italic; color: var(--c-accent); letter-spacing: -0.045em; }
.ab2-om-cta-lead {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(19px, 1.7vw, 26px);
  line-height: 1.4;
  letter-spacing: -0.025em;
  color: var(--c-ink-soft);
  margin: 0 auto clamp(36px, 4vw, 56px);
  max-width: 720px;
}
.ab2-om-cta-lead em { color: var(--c-accent); font-style: italic; }
.ab2-om-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 36px);
  flex-wrap: wrap;
}

/* ── RESPONSIVE ───────────────────────────────────────── */

@media (max-width: 980px) {
  .ab2-om-hero-in,
  .ab2-om-today-in,
  .ab2-om-story-grid {
    grid-template-columns: 1fr;
  }
  .ab2-om-hero-photo { order: -1; max-width: 480px; }
  .ab2-om-pull { position: static; }
  .ab2-om-stats-row { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
  .ab2-om-stats-row li:nth-child(2) { border-right: 0; }
  .ab2-om-values-list { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .ab2-om-stats-row { grid-template-columns: 1fr; gap: 32px; }
  .ab2-om-stats-row li { border-right: 0 !important; padding-bottom: 32px; border-bottom: 1px solid var(--c-line); }
  .ab2-om-stats-row li:last-child { border-bottom: 0; padding-bottom: 0; }
  .ab2-om-hero-photo figcaption {
    left: 12px;
    bottom: 12px;
    padding: 10px 14px;
    font-size: 14px;
  }
}

/* ── PREMIUM POLISH ───────────────────────────────────── */

/* Scroll reveal - default skriveno, .is-in pokazuje */
.ab2-om-wrap [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.ab2-om-wrap [data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* Photo overflow + transition za hover parallax */
.ab2-om-hero-photo,
.ab2-om-today-photo {
  overflow: hidden;
  border-radius: 6px;
  cursor: zoom-in;
}
.ab2-om-hero-photo img,
.ab2-om-today-photo img {
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
  will-change: transform;
}
.ab2-om-hero-photo:hover img,
.ab2-om-today-photo:hover img {
  filter: brightness(1.03) saturate(1.04);
}

/* Hero figcaption se podiže suptilno na hover */
.ab2-om-hero-photo figcaption {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
  will-change: transform;
}
.ab2-om-hero-photo:hover figcaption {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -25px rgba(46,35,30,0.3);
}


/* Eyebrow underline akcent - tanka linija ispred */
.ab2-om-wrap .ab2-eye {
  position: relative;
}

/* Stats brojevi - blago opadanje kontrasta na hover roditelja */
.ab2-om-stats-row li {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.ab2-om-stats-row li:hover .ab2-om-stat-n {
  letter-spacing: -0.045em;
  transition: letter-spacing 0.5s ease;
}
.ab2-om-stat-n {
  transition: letter-spacing 0.5s ease;
}

/* Pull quote - subtilan border-pulse */
.ab2-om-pull::before {
  transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.ab2-om-pull.is-in::before {
  animation: ab2-om-line-grow 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes ab2-om-line-grow {
  from { width: 0%; }
  to { width: 40%; }
}

/* Values cards - dodatni "lift" sa scale na image-less hover */
.ab2-om-values-list li {
  will-change: transform, box-shadow;
}
.ab2-om-values-list li::before {
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}
.ab2-om-values-list li:hover::before {
  width: 70%;
  opacity: 1;
}

/* Arrow link - underline grow */
.ab2-om-wrap .ab2-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease, color 0.3s ease;
}
.ab2-om-wrap .ab2-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.ab2-om-wrap .ab2-arrow:hover {
  gap: 14px;
  color: var(--c-accent);
}
.ab2-om-wrap .ab2-arrow:hover::after {
  width: 100%;
}

/* Btn accent - blagi shimmer */
.ab2-om-wrap .ab2-btn-accent {
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
.ab2-om-wrap .ab2-btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px -18px rgba(138, 46, 60, 0.5);
}

/* Reduced motion respect */
@media (prefers-reduced-motion: reduce) {
  .ab2-om-wrap [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
