/* ============================================================
   Anđela Bukurecki - Landing V2
   Vibe: Serrina / Melange / Miss Magnetic / Madison Mae
   Primary font: Instrument Serif
   ============================================================ */

.ab2-wrap,
.ab2-wrap *,
.ab2-wrap *::before,
.ab2-wrap *::after { box-sizing: border-box; }

.ab2-wrap {
  /* Paleta - mekane boje */
  --c-cream: #F7EFE3;
  --c-cream-2: #F1E5D3;
  --c-peach: #F5D5B7;
  --c-peach-2: #F8DFC5;
  --c-rose: #E9BDA8;
  --c-rose-deep: #C4887A;
  --c-ink: #2E231E;
  --c-ink-soft: #5A4A42;
  --c-muted: #8F7A70;
  --c-line: #DFC9B3;
  --c-line-soft: #E8D4BF;
  --c-accent: #8A2E3C;
  --c-accent-soft: #A84658;

  --f: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  --f-ui: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;

  --pad: clamp(24px, 4vw, 72px);

  font-family: var(--f);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: var(--c-ink);
  background: var(--c-cream);
}

.ab2-wrap a { color: inherit; text-decoration: none; }
.ab2-wrap img { max-width: 100%; height: auto; display: block; }
.ab2-wrap button { font-family: inherit; cursor: pointer; border: 0; background: none; }
.ab2-wrap input, .ab2-wrap textarea { font-family: inherit; font-size: inherit; }

/* ── TIPOGRAFIJA ──────────────────────────────────────── */

/* Eyebrow - malo uppercase italic Instrument Serif */
.ab2-eye {
  display: inline-block;
  font-family: var(--f);
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--c-rose-deep);
  line-height: 1;
  opacity: 0.9;
}
.ab2-eye-it {
  font-family: var(--f);
  font-size: 16px;
  font-style: italic;
  color: var(--c-accent);
  letter-spacing: -0.03em;
  line-height: 1;
}
.ab2-eye-it em { font-style: italic; }

/* Display - ogromni naslovi */
.ab2-hero-title {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(64px, 12vw, 180px);
  line-height: 0.86;
  letter-spacing: -0.05em;
  color: var(--c-ink);
  margin: 0;
  text-transform: uppercase;
}
.ab2-hero-title em {
  font-style: italic;
  color: var(--c-accent);
  text-transform: lowercase;
  letter-spacing: -0.04em;
  padding: 0 0.04em;
}

.ab2-title-lg {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(44px, 6.4vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--c-ink);
  margin: 0 0 28px;
}
.ab2-title-lg em {
  font-style: italic;
  color: var(--c-accent);
  letter-spacing: -0.045em;
}
.ab2-title-center { text-align: center; }

.ab2-title-xl {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(54px, 8vw, 132px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: var(--c-ink);
  margin: 16px 0 32px;
}
.ab2-title-xl em {
  font-style: italic;
  color: var(--c-accent);
  letter-spacing: -0.04em;
}

.ab2-h2 {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: var(--c-ink);
  margin: 0 0 24px;
}
.ab2-h2 em { font-style: italic; color: var(--c-accent); letter-spacing: -0.045em; }
.ab2-h2-center { text-align: center; }

.ab2-signature {
  font-family: var(--f);
  font-size: clamp(40px, 4vw, 56px);
  font-style: italic;
  color: var(--c-accent);
  letter-spacing: -0.04em;
  line-height: 1;
}
.ab2-signature em { font-style: italic; }

/* Body */
.ab2-p {
  font-family: var(--f);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.5;
  color: var(--c-ink-soft);
  letter-spacing: -0.015em;
  margin: 0 0 16px;
  font-weight: 400;
}
.ab2-p em { font-style: italic; color: var(--c-accent); }

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

/* ── DUGMAD ───────────────────────────────────────────── */

.ab2-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 30px;
  background: var(--c-ink);
  color: var(--c-cream) !important;
  border-radius: 999px;
  font-family: var(--f-ui);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important;
}
.ab2-btn svg { width: 16px; height: 16px; transition: transform 0.3s; }
.ab2-btn:hover { background: var(--c-accent); transform: translateY(-2px); box-shadow: 0 14px 32px -12px rgba(138, 46, 60, 0.45); }
.ab2-btn:hover svg { transform: translateX(4px); }
.ab2-btn-accent { background: var(--c-accent); }
.ab2-btn-accent:hover { background: var(--c-ink); }
.ab2-btn-full { display: flex; width: 100%; justify-content: center; }

.ab2-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f);
  font-size: 17px;
  font-style: italic;
  color: var(--c-accent);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--c-accent);
  letter-spacing: -0.02em;
  transition: gap 0.25s, color 0.25s;
}
.ab2-arrow:hover { gap: 14px; color: var(--c-rose-deep); }

.ab2-method-arrow {
  font-family: var(--f);
  font-size: 28px;
  color: var(--c-rose-deep);
  font-style: italic;
  transition: transform 0.3s, color 0.3s;
  margin-left: auto;
}

/* ── NAV ──────────────────────────────────────────────── */

.ab2-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(247, 239, 227, 0.94);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.ab2-nav.is-scrolled { border-bottom-color: var(--c-line-soft); }

.ab2-nav-in {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ab2-brand {
  font-family: var(--f);
  font-size: 22px;
  letter-spacing: -0.03em;
  color: var(--c-ink);
  line-height: 1;
  font-weight: 400;
}
.ab2-brand em { font-style: italic; color: var(--c-accent); letter-spacing: -0.03em; }

.ab2-menu { display: flex; gap: 36px; }
.ab2-menu a {
  font-family: var(--f);
  font-size: 18px;
  color: var(--c-ink);
  letter-spacing: -0.02em;
  transition: color 0.25s, font-style 0.25s;
  position: relative;
  padding-bottom: 4px;
}
.ab2-menu a:hover { color: var(--c-accent); font-style: italic; }

.ab2-nav-cta {
  padding: 10px 22px !important;
  background: var(--c-ink) !important;
  background-color: var(--c-ink) !important;
  color: var(--c-cream) !important;
  border-radius: 999px !important;
  font-family: var(--f) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
  border: 0 !important;
  line-height: 1 !important;
  transition: all 0.25s;
}
.ab2-nav-cta:hover, .ab2-nav-cta:focus, .ab2-nav-cta:active, .ab2-nav-cta:visited {
  background: var(--c-accent) !important;
  background-color: var(--c-accent) !important;
  color: var(--c-cream) !important;
  font-style: italic !important;
}

.ab2-burger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.ab2-burger span { display: block; width: 24px; height: 1.5px; background: var(--c-ink); transition: transform 0.3s; }

/* ── HERO (Velora-style) ──────────────────────────────── */

.ab2-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: var(--c-cream);
}
.ab2-hero-in {
  position: relative;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: clamp(40px, 6vh, 90px) var(--pad) 0;
  min-height: inherit;
}

/* Naslov - IZA portreta */
.ab2-hero-title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0;
  font-family: var(--f);
  font-size: clamp(72px, 15vw, 240px);
  line-height: 0.82;
  letter-spacing: -0.05em;
  color: var(--c-ink);
  text-transform: uppercase;
  font-weight: 400;
}
.ab2-hero-l1, .ab2-hero-l2 { display: block; }
.ab2-hero-title em {
  font-style: italic;
  color: var(--c-accent);
  text-transform: lowercase;
  letter-spacing: -0.04em;
  padding: 0 0.05em;
}

/* Portret - VEĆI, ISPRED naslova (z-index viši) */
.ab2-hero-portrait {
  position: absolute;
  left: 50%;
  bottom: -12vh;
  transform: translateX(-50%);
  width: clamp(520px, 68vw, 1180px);
  height: clamp(600px, 92vh, 1160px);
  z-index: 3;
  pointer-events: none;
}
.ab2-hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 40px 50px rgba(46, 35, 30, 0.14));
}

/* Oznake (tags) oko portreta - z-index iznad svega */
.ab2-tag {
  position: absolute;
  z-index: 5;
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--f-ui);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.55;
  color: var(--c-ink);
  max-width: 260px;
}
.ab2-tag span { display: inline-block; }

/* Pozicije - srednja visina sa strana, dole levo */
.ab2-tag-tl { top: 40%; left: clamp(24px, 6vw, 100px); }
.ab2-tag-tr { top: 42%; right: clamp(24px, 6vw, 100px); text-align: right; }
.ab2-tag-bl { bottom: clamp(100px, 14vh, 180px); left: clamp(24px, 6vw, 100px); }

.ab2-squiggle {
  width: 74px;
  height: 50px;
  color: var(--c-accent);
  flex-shrink: 0;
}

/* CTA pill bottom-right */
.ab2-hero-cta {
  position: absolute;
  bottom: clamp(32px, 6vh, 64px);
  right: clamp(20px, 5vw, 64px);
  z-index: 5;
  padding: 18px 38px;
  background: var(--c-accent);
  color: var(--c-cream) !important;
  border-radius: 999px;
  font-family: var(--f-ui);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0 !important;
}
.ab2-hero-cta:hover,
.ab2-hero-cta:focus,
.ab2-hero-cta:active,
.ab2-hero-cta:visited {
  background: var(--c-ink) !important;
  color: var(--c-cream) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -12px rgba(46, 35, 30, 0.45);
}

/* ── INTRO ────────────────────────────────────────────── */

.ab2-intro {
  padding: clamp(64px, 8vw, 120px) 0;
  background: var(--c-cream-2);
  text-align: center;
}
.ab2-intro-in {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--pad);
}
.ab2-intro .ab2-eye { display: block; margin-bottom: 32px; }
.ab2-intro-p {
  font-family: var(--f);
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: var(--c-ink);
  margin: 0 0 36px;
  font-weight: 400;
}
.ab2-intro-p em { font-style: italic; color: var(--c-accent); letter-spacing: -0.035em; }

/* ── O MENI ───────────────────────────────────────────── */

.ab2-about {
  padding: clamp(80px, 10vw, 180px) 0;
  background: var(--c-cream);
}
.ab2-about-in {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(48px, 7vw, 120px);
  align-items: center;
}

.ab2-about-photo {
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  background: var(--c-peach);
  box-shadow: 0 40px 70px -35px rgba(46, 35, 30, 0.35);
}
.ab2-about-photo img { width: 100%; height: 100%; object-fit: cover; }

.ab2-about-text .ab2-eye { display: block; margin-bottom: 18px; }

.ab2-about-foot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--c-line);
  gap: 24px;
  flex-wrap: wrap;
}

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

.ab2-manifest {
  padding: clamp(80px, 10vw, 180px) 0;
  background: var(--c-cream-2);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ab2-manifest::before, .ab2-manifest::after {
  content: "";
  position: absolute;
  width: 1px; height: 64px;
  background: var(--c-rose-deep);
  opacity: 0.5;
  left: 50%;
}
.ab2-manifest::before { top: 48px; }
.ab2-manifest::after { bottom: 48px; }
@media (max-width: 720px) {
  .ab2-manifest::before, .ab2-manifest::after { display: none; }
}

.ab2-manifest-in {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--pad);
}
.ab2-manifest .ab2-eye { display: block; margin-bottom: 32px; }

.ab2-manifest-q {
  font-family: var(--f);
  font-size: clamp(26px, 3.8vw, 54px);
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: var(--c-ink);
  margin: 0;
  font-weight: 400;
}
.ab2-manifest-q em { font-style: italic; color: var(--c-accent); letter-spacing: -0.045em; }

/* Word-by-word scroll reveal */
.ab2-manifest-q .ab2-w {
  display: inline-block;
  opacity: 0.18;
  will-change: opacity, filter;
  transform: translateZ(0);
}
@media (prefers-reduced-motion: reduce) {
  .ab2-manifest-q .ab2-w { opacity: 1 !important; filter: none !important; }
}

/* ── PROGRAM (horizontal rail) ────────────────────────── */

.ab2-program {
  padding: clamp(80px, 10vw, 180px) 0;
  background: var(--c-cream);
  overflow: hidden;
}
.ab2-program-in {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--pad);
  position: relative;
}

.ab2-pg-head {
  margin-bottom: clamp(48px, 6vw, 80px);
}
.ab2-pg-head-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: start;
  padding-bottom: clamp(32px, 4vw, 56px);
  border-bottom: 1px solid var(--c-line);
  margin-bottom: clamp(24px, 3vw, 40px);
}
.ab2-pg-head .ab2-eye { display: block; margin-bottom: 16px; }
.ab2-pg-head-title .ab2-title-lg { margin: 0; }

.ab2-pg-specs {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: clamp(28px, 3.5vw, 64px);
  align-items: end;
}
.ab2-pg-specs > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ab2-pg-specs .ab2-eye {
  margin-bottom: 0;
  font-size: 13px;
}
.ab2-pg-specs strong {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(30px, 2.6vw, 44px);
  letter-spacing: -0.045em;
  line-height: 1;
  color: var(--c-ink);
}
.ab2-pg-specs em { font-style: italic; color: var(--c-accent); letter-spacing: -0.04em; }

.ab2-pg-lead {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(19px, 1.7vw, 26px);
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: var(--c-ink-soft);
  margin: 0;
  max-width: 860px;
  font-weight: 400;
}
.ab2-pg-lead em { color: var(--c-accent); font-style: italic; }

/* Horizontal rail */
.ab2-pg-rail {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 0 calc(var(--pad) * -1);
  padding: 8px 0 40px;
  outline: none;
}
.ab2-pg-rail::-webkit-scrollbar { display: none; }

.ab2-pg-track {
  display: flex;
  gap: clamp(16px, 1.8vw, 28px);
  padding: 0 var(--pad);
  list-style: none;
  margin: 0;
}

.ab2-pcard {
  flex: 0 0 clamp(260px, 24vw, 340px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  min-height: clamp(320px, 28vw, 400px);
  background: var(--c-cream-2);
  border: 1px solid var(--c-line);
  border-radius: 8px;
  padding: clamp(24px, 2vw, 32px);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), box-shadow 0.35s, border-color 0.35s;
  position: relative;
  overflow: hidden;
}
.ab2-pcard::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 40%;
  height: 1px;
  background: var(--c-accent);
  opacity: 0.6;
}
.ab2-pcard:hover {
  transform: translateY(-6px);
  border-color: var(--c-accent);
  box-shadow: 0 40px 60px -35px rgba(46,35,30,0.25);
  background: var(--c-cream);
}
.ab2-pcard:hover::before { width: 100%; opacity: 1; transition: width 0.5s, opacity 0.3s; }

.ab2-pcard-n {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(54px, 5vw, 84px);
  line-height: 0.88;
  letter-spacing: -0.055em;
  color: var(--c-accent);
  display: block;
  font-weight: 400;
}
.ab2-pcard-label {
  display: block;
  font-family: var(--f);
  font-style: italic;
  font-size: 14px;
  color: var(--c-rose-deep);
  margin: 4px 0 clamp(18px, 2vw, 26px);
  letter-spacing: -0.015em;
  padding-bottom: clamp(14px, 1.6vw, 20px);
  border-bottom: 1px solid var(--c-line);
}
.ab2-pcard-label em { font-style: italic; color: var(--c-rose-deep); }
.ab2-pcard h3 {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(22px, 1.9vw, 30px);
  letter-spacing: -0.045em;
  line-height: 1;
  margin: auto 0 clamp(12px, 1.4vw, 18px);
  color: var(--c-ink);
}
.ab2-pcard h3 em { font-style: italic; color: var(--c-accent); letter-spacing: -0.04em; }
.ab2-pcard 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;
}
.ab2-pcard p em { font-style: italic; color: var(--c-accent); }

/* Controls */
.ab2-pg-controls {
  display: none;
  grid-template-columns: auto 1fr auto;
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  margin-bottom: clamp(56px, 7vw, 100px);
  padding-top: clamp(20px, 2vw, 28px);
  border-top: 1px solid var(--c-line);
}
.ab2-pg-rail { margin-bottom: clamp(56px, 7vw, 100px); }
@media (max-width: 720px) {
  .ab2-pg-controls { display: grid; }
  .ab2-pg-rail { margin-bottom: 0; }
}
.ab2-pg-counter {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(18px, 1.5vw, 22px);
  color: var(--c-accent);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.ab2-pg-counter em {
  font-style: normal;
  color: var(--c-muted);
  opacity: 0.6;
  margin: 0 6px;
}
.ab2-pg-progress {
  height: 1px;
  background: var(--c-line);
  position: relative;
  max-width: 500px;
}
.ab2-pg-progress span {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  background: var(--c-accent);
  width: 12.5%;
  transition: width 0.45s cubic-bezier(0.4,0,0.2,1);
}
.ab2-pg-nav {
  display: flex;
  gap: 12px;
}
.ab2-pg-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--c-line);
  background: transparent;
  color: var(--c-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  cursor: pointer;
}
.ab2-pg-btn svg { width: 18px; height: 18px; }
.ab2-pg-btn:hover {
  background: var(--c-accent);
  color: var(--c-cream);
  border-color: var(--c-accent);
  transform: translateY(-2px);
}
.ab2-pg-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none !important;
}

/* Outro */
.ab2-pg-outro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: clamp(40px, 5vw, 72px);
  border-top: 1px solid var(--c-line);
  flex-wrap: wrap;
}
.ab2-pg-outro p {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: var(--c-ink);
  margin: 0;
  max-width: 780px;
  font-weight: 400;
}
.ab2-pg-outro em { color: var(--c-accent); font-style: italic; }
.ab2-pg-actions {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 36px);
  flex-wrap: wrap;
}

/* ── KAKO RADIM ───────────────────────────────────────── */

.ab2-how {
  padding: clamp(80px, 10vw, 180px) 0;
  background: var(--c-cream-2);
}
.ab2-how-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(48px, 8vw, 140px);
  align-items: start;
}
.ab2-how-left { position: sticky; top: 120px; }
.ab2-how-left .ab2-eye { display: block; margin-bottom: 20px; }
.ab2-how-lead {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 1.4;
  letter-spacing: -0.025em;
  color: var(--c-ink-soft);
  margin: 16px 0 0;
  max-width: 460px;
}
.ab2-how-lead em { color: var(--c-accent); font-style: italic; }

.ab2-how-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--c-line);
}
.ab2-how-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 28px;
  padding: clamp(28px, 3vw, 40px) 0;
  border-bottom: 1px solid var(--c-line);
  align-items: baseline;
}
.ab2-how-n {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(28px, 2.4vw, 40px);
  color: var(--c-accent);
  letter-spacing: -0.04em;
  line-height: 1;
}
.ab2-how-list strong {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(24px, 2vw, 30px);
  letter-spacing: -0.04em;
  color: var(--c-ink);
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.ab2-how-list p {
  font-family: var(--f);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--c-ink-soft);
  margin: 0;
}

/* ── ZA KOGA ──────────────────────────────────────────── */

.ab2-fw {
  padding: clamp(80px, 10vw, 180px) 0;
  background: var(--c-cream);
}
.ab2-fw-in {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--pad);
}
.ab2-fw-head {
  text-align: center;
  margin-bottom: clamp(48px, 6vw, 80px);
}
.ab2-fw-head .ab2-eye { display: block; margin-bottom: 20px; }

.ab2-fw-list {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(32px, 4vw, 48px);
  border-top: 1px solid var(--c-line);
  columns: 2;
  column-gap: 56px;
  column-rule: 1px solid var(--c-line);
}
.ab2-fw-list li {
  padding: 22px 0 22px 36px;
  border-bottom: 1px solid var(--c-line);
  font-family: var(--f);
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: var(--c-ink);
  break-inside: avoid;
  position: relative;
}
.ab2-fw-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 34px;
  width: 22px; height: 1px;
  background: var(--c-accent);
}
.ab2-fw-list li em { font-style: italic; color: var(--c-accent); }

.ab2-fw-note {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--c-ink-soft);
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.ab2-fw-note em { color: var(--c-accent); font-style: italic; }

/* ── UTISCI ───────────────────────────────────────────── */

.ab2-testim {
  padding: clamp(80px, 10vw, 180px) 0;
  background: var(--c-cream-2);
}
.ab2-testim-in {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 var(--pad);
}
.ab2-testim-head {
  text-align: center;
  margin-bottom: clamp(48px, 6vw, 80px);
}
.ab2-testim-head .ab2-eye { display: block; margin-bottom: 16px; }

.ab2-testim-stage {
  position: relative;
  min-height: 220px;
}
.ab2-t {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.6s, transform 0.6s;
  text-align: center;
}
.ab2-t.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}
.ab2-t blockquote {
  margin: 0 0 32px;
  font-family: var(--f);
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--c-ink);
  font-weight: 400;
}
.ab2-t blockquote em { font-style: italic; color: var(--c-accent); letter-spacing: -0.035em; }
.ab2-t figcaption {
  font-family: var(--f);
  font-style: italic;
  font-size: 16px;
  color: var(--c-rose-deep);
  letter-spacing: -0.015em;
}
.ab2-t figcaption em { color: var(--c-muted); }

.ab2-testim-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: clamp(8px, 1vw, 16px);
}
.ab2-testim-foot {
  margin-top: clamp(36px, 4.5vw, 56px);
  text-align: center;
}
.ab2-t-btn {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: transparent;
  color: var(--c-ink);
  border: 1px solid var(--c-line);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
.ab2-t-btn svg { width: 18px; height: 18px; }
.ab2-t-btn:hover { background: var(--c-accent); color: var(--c-cream); border-color: var(--c-accent); }
.ab2-t-count {
  font-family: var(--f);
  font-style: italic;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--c-rose-deep);
}
.ab2-t-count em { font-style: normal; opacity: 0.5; margin: 0 6px; }

/* ── RESURSI ──────────────────────────────────────────── */

.ab2-res {
  padding: clamp(80px, 10vw, 180px) 0;
  background: var(--c-cream);
}
.ab2-res-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(48px, 7vw, 120px);
  align-items: start;
}
.ab2-res-head { position: sticky; top: 120px; }
.ab2-res-head .ab2-eye { display: block; margin-bottom: 20px; }
.ab2-res-lead {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--c-ink-soft);
  margin: 16px 0 0;
  max-width: 380px;
}

/* Podcast feature blok - Spotify embed */
.ab2-res-podcast {
  grid-column: 2;
  background: var(--c-ink);
  color: var(--c-cream);
  border-radius: 12px;
  padding: clamp(28px, 3vw, 44px);
  margin-bottom: clamp(40px, 4vw, 56px);
  position: relative;
  overflow: hidden;
}
.ab2-res-podcast::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 50%;
  height: 1px;
  background: var(--c-peach);
  opacity: 0.7;
}
.ab2-res-podcast-text { margin-bottom: clamp(20px, 2vw, 28px); }
.ab2-res-podcast-text .ab2-eye {
  display: block;
  margin-bottom: 14px;
  color: var(--c-rose);
  opacity: 0.95;
}
.ab2-res-podcast-text h3 {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--c-cream);
  margin: 0 0 12px;
}
.ab2-res-podcast-text h3 em { font-style: italic; color: var(--c-peach); }
.ab2-res-podcast-text p {
  font-family: var(--f);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--c-cream);
  opacity: 0.8;
  margin: 0;
  max-width: 56ch;
}
.ab2-res-podcast-embed iframe {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
}

.ab2-res-list {
  grid-column: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--c-line);
}
.ab2-res-list li {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: clamp(20px, 3vw, 48px);
  padding: clamp(28px, 3vw, 44px) 0;
  border-bottom: 1px solid var(--c-line);
  align-items: start;
  transition: padding-left 0.3s;
}
.ab2-res-list li:hover { padding-left: 16px; }
.ab2-res-n {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(40px, 3.6vw, 56px);
  color: var(--c-accent);
  line-height: 1;
  letter-spacing: -0.04em;
}
.ab2-res-body h3 {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: -0.045em;
  color: var(--c-ink);
  margin: 0 0 10px;
  line-height: 1.05;
}
.ab2-res-body h3 em { font-style: italic; color: var(--c-accent); }
.ab2-res-body p {
  font-family: var(--f);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--c-ink-soft);
  margin: 0;
  max-width: 520px;
}
.ab2-res-link {
  font-family: var(--f);
  font-style: italic;
  font-size: 17px;
  color: var(--c-accent);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--c-accent);
  letter-spacing: -0.02em;
  white-space: nowrap;
  align-self: center;
  transition: color 0.25s;
}
.ab2-res-link:hover { color: var(--c-rose-deep); }

/* ── KONTAKT ──────────────────────────────────────────── */

.ab2-cta {
  padding: clamp(80px, 10vw, 180px) 0;
  background: var(--c-cream-2);
  position: relative;
  overflow: hidden;
}
.ab2-cta::before {
  content: "";
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--c-peach), transparent 70%);
  opacity: 0.55;
  pointer-events: none;
}
.ab2-cta-in {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 var(--pad);
  position: relative;
  z-index: 2;
}
.ab2-cta-head {
  text-align: center;
  margin-bottom: clamp(48px, 6vw, 80px);
}
.ab2-cta-head .ab2-eye { display: block; margin-bottom: 16px; }
.ab2-cta-lead {
  font-family: var(--f);
  font-style: italic;
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.4;
  letter-spacing: -0.025em;
  color: var(--c-ink-soft);
  margin: 0 auto;
  max-width: 820px;
}
.ab2-cta-lead em { color: var(--c-accent); font-style: italic; }

.ab2-cta-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 56px;
}
.ab2-method {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0 20px;
  padding: 28px 32px;
  background: var(--c-cream);
  border: 1px solid var(--c-line-soft);
  border-radius: 4px;
  transition: all 0.3s;
}
.ab2-method:hover { background: var(--c-peach-2); border-color: var(--c-accent); }
.ab2-method:hover .ab2-method-arrow { transform: translateX(4px); color: var(--c-accent); }
.ab2-method .ab2-eye { grid-column: 1; grid-row: 1; margin-bottom: 6px; }
.ab2-method strong {
  grid-column: 1; grid-row: 2;
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(17px, 1.4vw, 21px);
  letter-spacing: -0.035em;
  color: var(--c-ink);
}
.ab2-method .ab2-method-arrow { grid-column: 2; grid-row: 1 / span 2; align-self: center; }

.ab2-form {
  background: var(--c-cream);
  padding: clamp(32px, 4vw, 56px);
  border-radius: 6px;
  border: 1px solid var(--c-line-soft);
}
.ab2-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}
.ab2-form label { display: block; }
.ab2-form-full { margin-bottom: 32px; }
.ab2-form label .ab2-eye {
  display: block;
  margin-bottom: 10px;
}
.ab2-form input,
.ab2-form textarea {
  width: 100%;
  padding: 12px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--c-line);
  font-family: var(--f);
  font-size: clamp(18px, 1.4vw, 22px);
  letter-spacing: -0.02em;
  color: var(--c-ink);
  transition: border-color 0.25s;
  border-radius: 0;
}
.ab2-form input:focus,
.ab2-form textarea:focus {
  outline: none;
  border-bottom-color: var(--c-accent);
}
.ab2-form textarea { resize: vertical; line-height: 1.4; }
.ab2-form input::placeholder,
.ab2-form textarea::placeholder { color: var(--c-muted); font-style: italic; }

/* Form question labels — non-italic, slightly bolder, non-uppercase */
.ab2-form label > .ab2-eye,
.ab2-form-radio legend {
  font-family: var(--f);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
  letter-spacing: -0.01em;
  color: #8a2e3c;
  display: block;
  margin-bottom: 10px;
}
.ab2-form input::placeholder,
.ab2-form textarea::placeholder {
  color: var(--c-muted);
  font-style: italic;
  font-size: 15px;
}

.ab2-form-radio {
  border: 0;
  padding: 0;
  margin: 0 0 32px;
}
.ab2-form-radio legend { padding: 0; margin-bottom: 14px; }

.ab2-radio {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 28px 12px 0;
  cursor: pointer;
  font-family: var(--f);
  font-size: 17px;
  letter-spacing: -0.015em;
  color: var(--c-ink-soft);
  transition: color 0.2s;
}
.ab2-radio:hover { color: var(--c-ink); }
.ab2-radio input[type="radio"] {
  -webkit-appearance: none;
  width: 22px;
  padding: 2px !important;
  height: 22px;
  margin-right: 10px;
  border: 1.5px solid var(--c-line);
  border-radius: 50%;
  background: var(--c-cream);
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
}
.ab2-radio input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--c-accent);
  transform: scale(0);
  transition: transform 0.18s ease;
}
.ab2-radio:hover input[type="radio"] {
  border-color: var(--c-accent);
}
.ab2-radio input[type="radio"]:checked {
  border-color: var(--c-accent);
  background: var(--c-cream);
  box-shadow: 0 0 0 4px rgba(150, 40, 60, 0.08);
}
.ab2-radio input[type="radio"]:checked::before {
  transform: scale(1);
}
.ab2-radio:has(input:checked) { color: var(--c-ink); }
.ab2-form-note {
  display: block;
  margin-top: 18px;
  font-family: var(--f);
  font-style: italic;
  font-size: 15px;
  color: var(--c-muted);
  text-align: center;
  letter-spacing: -0.015em;
}

/* ── FOOTER ───────────────────────────────────────────── */

.ab2-foot {
  background: var(--c-ink);
  color: var(--c-cream-2);
  padding: clamp(64px, 7vw, 96px) 0 36px;
}
.ab2-foot-in {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--pad);
}
.ab2-foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(240, 206, 189, 0.18);
}
.ab2-foot-brand { display: flex; flex-direction: column; gap: 14px; }
.ab2-foot-name {
  font-family: var(--f);
  font-weight: 400;
  font-size: clamp(28px, 2.6vw, 36px);
  letter-spacing: -0.045em;
  color: var(--c-cream);
  margin: 0;
  line-height: 1;
}
.ab2-foot-name em { font-style: italic; color: var(--c-rose); letter-spacing: -0.04em; }
.ab2-foot-brand p { margin: 0; font-family: var(--f); font-size: 17px; line-height: 1.4; color: var(--c-cream-2); opacity: 0.75; max-width: 360px; letter-spacing: -0.015em; }

.ab2-foot-nav, .ab2-foot-col { display: flex; flex-direction: column; gap: 12px; }
.ab2-foot-nav strong, .ab2-foot-col strong {
  font-family: var(--f);
  font-style: italic;
  font-size: 14px;
  color: var(--c-rose);
  opacity: 0.85;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.ab2-foot-nav a, .ab2-foot-col a {
  font-family: var(--f);
  font-size: 18px;
  color: var(--c-cream);
  letter-spacing: -0.02em;
  transition: color 0.25s, font-style 0.25s;
}
.ab2-foot-nav a:hover, .ab2-foot-col a:hover { color: var(--c-rose); font-style: italic; }

.ab2-foot-bot {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  font-family: var(--f);
  font-size: 15px;
  color: var(--c-cream-2);
  opacity: 0.65;
  flex-wrap: wrap;
  gap: 12px;
  letter-spacing: -0.01em;
}

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

@media (max-width: 1080px) {
  .ab2-pg-head-top { grid-template-columns: 1fr; gap: 32px; }
  .ab2-pg-specs { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 900px) {
  /* Nav must NOT create containing block for fixed children -> kill backdrop-filter on mobile */
  .ab2-nav { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(247,239,227,0.96); }

  .ab2-menu { display: none; }
  .ab2-menu.is-open {
    display: flex;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: var(--c-cream);
    background: radial-gradient(120% 90% at 80% 0%, var(--c-peach) 0%, transparent 55%), linear-gradient(180deg, var(--c-cream) 0%, var(--c-cream-2) 100%);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 100px 24px 80px;
    margin: 0;
    z-index: 9998;
    animation: ab2MenuFade .4s ease both;
  }
  @keyframes ab2MenuFade {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .ab2-menu a {
    font-family: var(--f);
    font-size: clamp(34px, 9vw, 56px);
    line-height: 1.1;
    letter-spacing: -.04em;
    color: var(--c-ink);
    padding: 12px 0;
    position: relative;
    text-align: center;
    animation: ab2LinkIn .5s ease both;
    transition: color .25s ease, font-style .25s ease;
  }
  @keyframes ab2LinkIn {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .ab2-menu.is-open > a:nth-of-type(1) { animation-delay: .10s; }
  .ab2-menu.is-open > a:nth-of-type(2) { animation-delay: .16s; }
  .ab2-menu.is-open > a:nth-of-type(3) { animation-delay: .22s; }
  .ab2-menu.is-open > a:nth-of-type(4) { animation-delay: .28s; }
  .ab2-menu.is-open > a:nth-of-type(5) { animation-delay: .34s; }
  .ab2-menu a::after {
    content: "";
    position: absolute;
    left: 50%; bottom: 4px;
    width: 0; height: 1px;
    background: var(--c-accent);
    transition: width .3s ease, left .3s ease;
  }
  .ab2-menu a:hover,
  .ab2-menu a.is-active,
  .ab2-menu a[aria-current="page"] {
    color: var(--c-accent);
    font-style: italic;
  }
  .ab2-menu a.is-active::after,
  .ab2-menu a[aria-current="page"]::after,
  .ab2-menu a:hover::after {
    width: 56%;
    left: 22%;
  }

  .ab2-nav-cta { display: none; }
  .ab2-burger {
    display: inline-flex;
    position: relative;
    z-index: 9999;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .ab2-burger span { transition: transform .35s ease, opacity .25s ease, background .25s ease; transform-origin: center; }
  .ab2-burger[aria-expanded="true"] span { background: var(--c-accent); }
  .ab2-burger[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .ab2-burger[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  /* lock body scroll when menu open */
  html:has(.ab2-menu.is-open),
  body:has(.ab2-menu.is-open) { overflow: hidden; }

  /* Sakrij "Kontakt" link u meniju na mobilnom — CTA dugme ide ispod */
  .ab2-menu > a[href*="/kontakt"],
  .ab-kontakt .ab2-menu > a[aria-current="page"] { display: none; }

  /* Mobile menu header (foto + ime + linija) */
  .ab2-menu-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    animation: ab2LinkIn .5s ease both;
  }
  .ab2-menu-brand-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    padding: 0 !important;
    animation: none !important;
  }
  .ab2-menu-brand-link::after { display: none !important; }
  .ab2-menu-photo {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--c-cream);
    box-shadow: 0 12px 28px -12px rgba(45, 37, 32, 0.3);
  }
  .ab2-menu-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .ab2-menu-brand {
    font-family: var(--f);
    font-size: 24px !important;
    line-height: 1 !important;
    letter-spacing: -.03em;
    color: var(--c-ink);
    font-style: normal;
    padding: 0 !important;
  }
  .ab2-menu-brand em {
    font-style: italic;
    color: var(--c-accent);
    letter-spacing: -.03em;
  }
  .ab2-menu-divider {
    display: block;
    width: 80px;
    height: 1px;
    background: var(--c-line);
    opacity: .65;
    margin: 4px 0 8px;
  }

  /* Mobile menu footer (CTA + social) */
  .ab2-menu-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 18px;
    animation: ab2LinkIn .5s ease both;
    animation-delay: .42s;
  }
  .ab2-menu-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--c-accent);
    color: var(--c-cream) !important;
    font-family: var(--f);
    font-style: normal !important;
    font-size: 21px !important;
    font-weight: 400;
    letter-spacing: 0.01em;
    padding: 20px 50px;
    min-width: 270px;
    border-radius: 999px;
    text-decoration: none;
    line-height: 1 !important;
    box-shadow: 0 14px 32px -14px rgba(122, 34, 48, 0.55);
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
  }
  .ab2-menu-cta::before { display: none !important; }
  .ab2-menu-cta::after {
    content: "→";
    display: inline-block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    color: var(--c-cream);
    font-size: 22px;
    line-height: 1;
    transform: translateX(0);
    transition: transform .25s ease;
  }
  .ab2-menu-cta:hover {
    background: var(--c-ink);
    transform: translateY(-2px);
    box-shadow: 0 18px 38px -14px rgba(45, 37, 32, 0.6);
  }
  .ab2-menu-cta:hover::after { transform: translateX(4px); }
  .ab2-menu-socials {
    display: flex;
    gap: 22px;
    align-items: center;
  }
  .ab2-menu-socials a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid var(--c-line);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--c-ink) !important;
    font-size: 0 !important;
    padding: 0 !important;
    animation: none !important;
    transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
  }
  .ab2-menu-socials a::after { display: none !important; }
  .ab2-menu-socials a:hover {
    background: var(--c-accent);
    color: var(--c-cream) !important;
    border-color: var(--c-accent);
    transform: translateY(-1px);
  }

  .ab2-about-in { grid-template-columns: 1fr; gap: 56px; }
  .ab2-about-photo { max-width: 520px; margin: 0 auto; width: 100%; }
  .ab2-how-in { grid-template-columns: 1fr; gap: 48px; }
  .ab2-how-left { position: static; }
  .ab2-fw-list { columns: 1; column-rule: 0; }
  .ab2-res-in { grid-template-columns: 1fr; gap: 48px; }
  .ab2-res-head { position: static; }
  .ab2-res-podcast,
  .ab2-res-list { grid-column: 1; }
  .ab2-cta-methods { grid-template-columns: 1fr; }
  .ab2-foot-top { grid-template-columns: 1fr; gap: 32px; }
}

/* Hide injected mobile-only blocks na desktopu */
@media (min-width: 901px) {
  .ab2-menu-head,
  .ab2-menu-foot { display: none !important; }
}

@media (max-width: 900px) {
  .ab2-tag { max-width: 180px; font-size: 10px; letter-spacing: 0.14em; }
  .ab2-squiggle { width: 44px; height: 32px; }
  .ab2-hero-portrait { width: 70vw; }
}

@media (max-width: 720px) {
  .ab2-pg-specs { grid-template-columns: repeat(3, 1fr); gap: 20px 16px; }
  .ab2-pg-specs .ab2-pg-spec-pristup { grid-column: 1 / -1; }
  .ab2-pg-specs strong { font-size: clamp(22px, 6vw, 30px); }
  .ab2-pcard { flex-basis: min(85vw, 360px); }
  .ab2-pg-controls {
    grid-template-columns: auto 1fr;
    gap: 16px 20px;
  }
  .ab2-pg-nav { grid-column: 1 / -1; justify-content: flex-end; }
  .ab2-pg-outro {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  /* Hero - flow layout, portret preko slova, CTA preko ruku */
  .ab2-hero { min-height: auto; }
  .ab2-hero-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px var(--pad) 32px;
    gap: 0;
  }
  .ab2-hero-title {
    position: static;
    font-size: clamp(56px, 17vw, 100px);
    margin: 0;
  }
  .ab2-tag-tl, .ab2-tag-tr, .ab2-tag-bl { display: none; }
  .ab2-hero-portrait {
    position: relative;
    left: auto; bottom: auto;
    transform: none;
    width: min(88vw, 460px);
    height: auto;
    aspect-ratio: auto;
    margin: -105px auto 0;    /* pull-up - transparent deo PNG-a prelazi preko naslova */
    z-index: 3;
    overflow: visible;         /* bez clip-a, nema ostrih ivica */
  }
  .ab2-hero-portrait img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: initial;
    object-position: initial;
    display: block;
    margin: 0;
    filter: none;              /* bez drop-shadow-a koji bi pravio okvir */
  }
  .ab2-hero-cta {
    position: relative;
    left: auto; right: auto; bottom: auto;
    transform: none;
    margin: -84px auto 0;
    padding: 15px 32px;
    font-size: 12px;
    z-index: 6;
  }

  .ab2-steps { grid-template-columns: 1fr; }
  .ab2-steps li { border-right: 0 !important; }
  .ab2-program-meta { grid-template-columns: 1fr; }
  .ab2-program-meta > div { border-right: 0; border-bottom: 1px solid var(--c-line); }
  .ab2-program-meta > div:last-child { border-bottom: 0; }
  .ab2-res-list li { grid-template-columns: 60px 1fr; gap: 16px; }
  .ab2-res-link { grid-column: 1 / -1; margin-top: 8px; }
  .ab2-form-grid { grid-template-columns: 1fr; gap: 20px; }
  .ab2-hero-top { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ab2-about-foot { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .ab2-wrap * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ── Lead magnet modal ─────────────────────────────────── */
.ab2-lm-modal[hidden] { display: none; }
.ab2-lm-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.ab2-lm-overlay {
  position: absolute; inset: 0;
  background: rgba(46, 35, 30, 0.55);
  backdrop-filter: blur(4px);
}
.ab2-lm-box {
  position: relative;
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  border-radius: 18px;
  padding: 36px 32px 28px;
  max-width: 460px; width: 100%;
  box-shadow: 0 20px 60px rgba(46, 35, 30, 0.25);
  animation: ab2LmIn 0.25s ease-out;
}
@keyframes ab2LmIn {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.ab2-lm-close {
  position: absolute; top: 10px; right: 14px;
  background: none; border: 0;
  font-size: 28px; line-height: 1;
  color: var(--c-ink-soft);
  cursor: pointer; padding: 4px 8px;
}
.ab2-lm-close:hover { color: var(--c-accent); }
.ab2-lm-box h3 {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 26px;
  color: var(--c-ink);
}
.ab2-lm-lead {
  margin: 0 0 20px;
  color: var(--c-ink-soft);
  font-size: 15px; line-height: 1.5;
}
.ab2-lm-row { display: block; margin-bottom: 12px; }
.ab2-lm-row input[type="email"] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--c-line);
  border-radius: 10px;
  background: #fff;
  font-size: 15px;
  color: var(--c-ink);
  font-family: inherit;
}
.ab2-lm-row input[type="email"]:focus {
  outline: none;
  border-color: var(--c-rose-deep);
  box-shadow: 0 0 0 3px rgba(196, 136, 122, 0.18);
}
.ab2-lm-submit {
  width: 100%;
  padding: 12px 18px;
  background: var(--c-accent) !important;
  color: #ffffff !important;
  border: 0; border-radius: 10px;
  font-size: 15px; font-weight: 500;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
}
.ab2-lm-submit .ab2-lm-label { color: #ffffff !important; }
.ab2-lm-submit:hover:not(:disabled) { background: var(--c-accent-soft) !important; }
.ab2-lm-submit:disabled { opacity: 0.7; cursor: default; }
.ab2-lm-status {
  min-height: 20px;
  margin-top: 10px;
  font-size: 14px;
}
.ab2-lm-fine {
  margin: 14px 0 0;
  font-size: 12px;
  color: var(--c-muted);
  line-height: 1.5;
}
