* { margin: 0; padding: 0; box-sizing: border-box; }
html { background: #0b0b0b; height: 100%; overflow-x: hidden; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  background: #0b0b0b; color: #eaeaea; line-height: 1.2; letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  border-radius: 0px; height: 100%; width: 100%;
}

/* HIGH-END EDITORIAL TIPOGRAFIJA */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

/* GLOBALNI LINK FIX ZA SVE NASLOVE */
.blog-featured-title a,
.blog-sub-title a,
.blog-title a,
.card-title a {
  color: #1a1a1a !important;
  text-decoration: none !important;
}

.blog-featured-title a:hover,
.blog-sub-title a:hover,
.blog-title a:hover,
.card-title a:hover {
  color: #000000 !important;
}

/* DESKTOP STILOVI - FIKSIRANE SEKCIJE */
@media (min-width: 769px) {
  html, body { overflow: hidden; position: fixed; }
  .main-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; overflow: hidden; }
  .section-page {
    position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
    display: flex; flex-direction: column; justify-content: flex-start;
    padding: 5.5rem 3rem 2.5rem; overflow-y: auto; overflow-x: hidden;
    border-radius: 0px; box-shadow: none;
    transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform; z-index: 1;
  }
  
  /* Hero ostaje vertikalno centriran punim kadrom */
  #section0.section-page { justify-content: center; padding: 0 !important; }

  /* PORTFOLIO (SECTION 2) — Balansirani padding */
  #section2.section-page {
    padding-top: 4.5rem !important;
    padding-bottom: 2rem !important;
  }

  /* DESKTOP BLOG EDITORIAL LAYOUT (#section3) */
  .blog-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  /* GLAVNA FEATURED PRIČA (GORE) */
  .blog-featured-card {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
    align-items: center;
    background: #ffffff;
    padding: 1.8rem;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  }
  .blog-featured-img-link {
    display: block;
    width: 100%;
    height: 360px;
    overflow: hidden;
    background: #e0e0e0;
    position: relative;
  }
  .blog-featured-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
    line-height: 1.25;
  }
  .blog-featured-body .blog-excerpt {
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    -webkit-line-clamp: 4;
  }

  /* SUB-PRIČE (3 U REDU ISPOD) */
  .blog-sub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
  }
  .blog-sub-card {
    background: #ffffff;
    padding: 1.2rem;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  }
  .blog-sub-img-link {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #e0e0e0;
    position: relative;
  }
  .blog-sub-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
    line-height: 1.3;
  }

  /* ABOUT ME — portret probija desni rub kolone */
  .about-photo { margin-right: -3rem; width: calc(100% + 3rem); }
}

.section-dark { background: #0b0b0b; color: #eaeaea; }
.section-light { background: #f4f4f4; color: #1a1a1a; }

/* PHOTO BREAK */
.section-photobreak { padding: 0 !important; overflow: hidden !important; position: relative; }
.photobreak-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
  filter: none !important;
}

/* PHOTO BREAK STATEMENTS OVERLAY */
.photobreak-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  padding: 2rem;
  z-index: 2;
}
.photobreak-overlay h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0.8rem;
  line-height: 1.15;
}
.photobreak-overlay p {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #e0e0e0;
  font-weight: 300;
}

/* ZAHA HADID PROGRESS LINE */
.zaha-progress-bar {
  position: fixed; bottom: 0; left: 0; height: 2px; background: #ffffff;
  width: 14.28%; z-index: 1001; transition: width 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

/* GLASSMORPHISM HEADER */
.site-header {
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  z-index: 1000;
  background: rgba(10, 10, 10, 0.55); 
  backdrop-filter: blur(20px); 
  -webkit-backdrop-filter: blur(20px);
  display: flex; 
  justify-content: space-between; 
  align-items: center;
  padding: 1.2rem 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); 
  pointer-events: all;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.nav-logo {
  font-size: 1.25rem; 
  font-weight: 500; 
  letter-spacing: 0.2em; 
  text-transform: uppercase;
  color: #f5f5f5; 
  cursor: pointer; 
  position: relative; 
  z-index: 1002; 
  user-select: none;
  flex-shrink: 0;
}

.nav-menu { 
  display: flex; 
  gap: 1.2rem; 
  align-items: center; 
  flex-wrap: nowrap;
}

.nav-link {
  font-size: 0.7rem; 
  font-weight: 500; 
  letter-spacing: 0.2em; 
  text-transform: uppercase;
  color: #d0d0d0; 
  text-decoration: none; 
  transition: color 0.2s ease;
  border-radius: 0px; 
  background: none; 
  cursor: pointer; 
  border: none; 
  font-family: inherit;
  white-space: nowrap;
}

/* HAMBURGER DUGME */
.hamburger-btn {
  display: none; background: none; border: none; color: #ffffff;
  font-size: 1.4rem; cursor: pointer; z-index: 1002; padding: 0.2rem; line-height: 1;
}

.section-inner { max-width: 1600px; width: 100%; margin: 0 auto; opacity: 0; transform: translateY(12px); transition: opacity 0.7s cubic-bezier(0.15, 0.85, 0.3, 1.05), transform 0.7s cubic-bezier(0.15, 0.85, 0.3, 1.05); transition-delay: 0.35s; position: relative; }
.section-page.active .section-inner, body.is-mobile .section-inner { opacity: 1; transform: translateY(0); }
.hero-content { max-width: 900px; }
.hero h1 { font-size: clamp(2.5rem, 6.5vw, 4.5rem); font-weight: 400; letter-spacing: 0.05em; text-transform: uppercase; line-height: 1.1; margin-bottom: 1.5rem; color: #ffffff; }
.hero .subtitle { font-size: 0.85rem; letter-spacing: 0.4em; text-transform: uppercase; color: #b0b0b0; margin-top: 1rem; }
.hero .tagline { font-size: 1.1rem; font-weight: 300; letter-spacing: 0.05em; color: #d0d0d0; margin-bottom: 1rem; font-style: italic; }

/* HERO BACKGROUND & FLASH EFEKT */
.hero-bg-wrapper { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; }
.hero-bg-slide {
  position: absolute; inset: 0; width: 100%; height: 100%;
  background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.08);
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 6s linear;
  filter: grayscale(100%) brightness(0.65);
}
.hero-bg-slide.active { opacity: 1; transform: scale(1); }
.hero-flash { position: absolute; inset: 0; background: #ffffff; opacity: 0; z-index: 3; pointer-events: none; transition: opacity 0.15s ease-out; }
.hero-flash.flash-active { opacity: 0.25; }

/* KIND WORDS MASTHEAD & SPLIT */
.kind-masthead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1550px;
  margin: 0 auto 1.5rem auto;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
}
.kind-masthead h2 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 0.4rem 0;
}
.kind-masthead .section-desc {
  margin: 0;
  max-width: 600px;
  text-align: left !important;
  color: #666;
  font-style: italic;
  font-size: 0.95rem;
}

.kind-split-layout {
  display: flex !important;
  flex-direction: row !important;
  gap: 3.5rem !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 1550px;
  margin: 0 auto 2.2rem auto;
  width: 100%;
}

.kind-split-left {
  flex: 1 1 62% !important;
  max-width: 62% !important;
}

.kind-split-right {
  flex: 0 0 35% !important;
  max-width: 360px !important;
}

.kind-side-img {
  width: 100% !important;
  height: 380px !important;
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  display: block !important;
  filter: brightness(0.96) contrast(1.03);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.kind-featured-quote {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif; 
  font-style: italic; 
  font-weight: 400;
  font-size: clamp(1.4rem, 2.1vw, 1.85rem) !important;
  line-height: 1.5 !important; 
  letter-spacing: 0.01em;
  color: #1a1a1a; 
  margin-bottom: 1.2rem;
}

.kind-featured-author { 
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem; 
  letter-spacing: 0.25em; 
  text-transform: uppercase; 
  color: #5e5e5e; 
}

.kind-grid { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 2.5rem; 
  justify-content: flex-start; 
  margin-top: 0; 
  padding-top: 1.8rem; 
  border-top: 1px solid rgba(0,0,0,0.08); 
  max-width: 1550px;
  margin: 0 auto;
}

.kind-item { flex: 1 1 280px; max-width: 420px; }
.kind-item blockquote { 
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: 0.95rem; 
  font-weight: 400; 
  font-style: italic;
  letter-spacing: 0.01em; 
  line-height: 1.55; 
  margin-bottom: 0.5rem; 
  color: #333; 
}

.kind-author { 
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem; 
  letter-spacing: 0.2em; 
  text-transform: uppercase; 
  color: #5e5e5e; 
}

.kind-footnote { 
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem; 
  font-weight: 300; 
  line-height: 1.6; 
  color: #888; 
  max-width: 720px; 
  margin-top: 2rem; 
}

.section-label { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: #5e5e5e; margin-bottom: 1.5rem; }
.section-desc { font-size: 0.95rem; font-weight: 300; line-height: 1.6; color: #888; max-width: 800px; margin-bottom: 2rem; }

/* ABOUT ME MASTHEAD */
.about-masthead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1550px;
  margin: 0 auto 2rem auto;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
}
.about-masthead h2 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 0.4rem 0;
}
.about-masthead .section-desc {
  margin: 0;
  max-width: 600px;
  text-align: left !important;
  color: #666;
  font-style: italic;
  font-size: 0.95rem;
}

/* ==========================================
   BENTO PORTFOLIO STILOVI (#section2)
   ========================================== */
.portfolio-masthead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1550px;
  margin: 0 auto 1.2rem auto;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
}
.portfolio-masthead h2 { 
  font-size: clamp(2rem, 4.5vw, 3.2rem); 
  font-weight: 300; 
  letter-spacing: 0.02em; 
  text-transform: uppercase; 
  color: #fff; 
  margin: 0 0 0.4rem 0; 
}
.portfolio-masthead .section-desc { 
  margin: 0; 
  max-width: 600px; 
  text-align: left !important;
  color: #9a9a9a; 
  font-style: italic;
  font-size: 0.85rem;
}

.bento-grid {
  display: grid; 
  grid-template-columns: repeat(4, 1fr); 
  grid-template-rows: repeat(3, 1fr) !important;
  gap: 1.1rem;
  max-width: 1550px; 
  margin: 0 auto; 
  width: 100%; 
  height: 58vh; 
}

.bento-item {
  position: relative; 
  overflow: hidden; 
  background: #141414; 
  border-radius: 0px; 
  cursor: pointer;
}

.bento-item img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  display: block;
  filter: brightness(0.92) contrast(1.05); 
  transition: filter 0.4s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.bento-item:hover img { 
  filter: brightness(1) contrast(1.1); 
  transform: scale(1.03); 
}

/* EXACT BENTO GRID SPANS */
.bento-item:nth-child(1) { grid-column: 1 / 3 !important; grid-row: 1 / 3 !important; } 
.bento-item:nth-child(2) { grid-column: 3 / 4 !important; grid-row: 1 / 3 !important; } 
.bento-item:nth-child(3) { grid-column: 4 / 5 !important; grid-row: 1 / 2 !important; } 
.bento-item:nth-child(4) { grid-column: 1 / 2 !important; grid-row: 3 / 4 !important; } 
.bento-item:nth-child(5) { grid-column: 2 / 4 !important; grid-row: 3 / 4 !important; } 
.bento-item:nth-child(6) { grid-column: 4 / 5 !important; grid-row: 2 / 4 !important; } 

.bento-overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,0.4);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s ease;
}
.bento-overlay span {
  color: #fff; font-size: 10px; letter-spacing: 3px; border-bottom: 1px solid #fff; padding-bottom: 2px;
}
.bento-item:hover .bento-overlay { opacity: 1; }

/* EDITORIAL LIGHTBOX STILOVI */
#fancy-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(5, 5, 5, 0.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.35s ease;
  user-select: none;
}
#fancy-lightbox.active { opacity: 1; pointer-events: auto; }

#fancy-lightbox img {
  max-width: 85vw; max-height: 80vh; object-fit: contain;
  box-shadow: 0 20px 50px rgba(0,0,0,0.9);
  transform: scale(0.96); transition: transform 0.3s ease;
}
#fancy-lightbox.active img { transform: scale(1); }
.lightbox-caption {
  margin-top: 18px; color: #888; font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; text-align: center; max-width: 80%;
}
.lightbox-close {
  position: absolute; top: 25px; right: 30px; color: #fff; font-size: 30px;
  cursor: pointer; opacity: 0.5; transition: opacity 0.2s; font-weight: 200; z-index: 10001;
}
.lightbox-close:hover { opacity: 1; }
.lightbox-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  color: #fff; font-size: 36px; cursor: pointer; opacity: 0.4;
  transition: opacity 0.2s, transform 0.2s ease; padding: 20px; z-index: 10001;
  font-weight: 100; font-family: sans-serif;
}
.lightbox-arrow:hover { opacity: 1; }
.lightbox-arrow.prev { left: 15px; }
.lightbox-arrow.next { right: 15px; }
.lightbox-arrow.prev:hover { transform: translateY(-50%) translateX(-3px); }
.lightbox-arrow.next:hover { transform: translateY(-50%) translateX(3px); }

/* ==========================================
   BLOG (#section3)
   ========================================== */
.blog-masthead { text-align: right; margin-left: auto; margin-bottom: 2.5rem; max-width: 100%; }
.blog-masthead h2 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 300; letter-spacing: 0.02em; text-transform: uppercase; color: #1a1a1a; margin-bottom: 0.6rem; }
.blog-masthead p { font-style: italic; font-weight: 300; font-size: 0.9rem; color: #666; }

.blog-card-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.blog-featured-card:hover .blog-card-img, .blog-sub-card:hover .blog-card-img { transform: scale(1.04); }
.blog-card-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #999; font-size: 0.7rem; letter-spacing: 0.2em; }

.blog-date { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: #777; margin-bottom: 0.4rem; }
.blog-excerpt { font-size: 0.78rem; font-weight: 300; color: #555; line-height: 1.45; margin-bottom: 1rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-readmore { display: inline-block; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: #000; text-decoration: none; border-bottom: 1px solid #000; padding-bottom: 2px; font-weight: 500; }

.archive-btn-link {
  display: inline-block; font-size: 0.75rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: #000; text-decoration: none; border: 1px solid #000; padding: 0.8rem 2rem;
  font-weight: 500; transition: all 0.3s ease;
}
.archive-btn-link:hover { background: #000000; color: #ffffff; }

/* PHOTO BOOTH */
.booth-layout {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.booth-text {
  flex: 1 1 45%;
  max-width: 45%;
}
.booth-text h2 {
  font-size: 2.2rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
.booth-text p {
  font-weight: 300;
  color: #a0a0a0;
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.booth-video-wrapper {
  flex: 1 1 50%;
  max-width: 550px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.booth-video {
  width: 100%;
  max-height: 70vh;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

/* HALFTONE RADIAL GRADIENT OVERLAY */
.booth-video-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.45) 20%, transparent 20%);
  background-size: 4px 4px;
  pointer-events: none;
  z-index: 2;
  opacity: 0.85;
}

/* ABOUT ME */
.about-layout { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 3rem; align-items: center; }
.about-left h2 { font-size: 1.1rem; font-weight: 300; font-style: italic; letter-spacing: 0.05em; color: #222; margin-bottom: 1rem; }
.about-left p { max-width: 680px; font-size: 0.95rem; line-height: 1.7; font-weight: 300; color: #444; margin-bottom: 1rem; }
.about-photo { position: relative; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: #ddd; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(15%) contrast(1.05); }
.about-photo .about-handle {
  position: absolute; left: 1.2rem; bottom: 1.2rem; z-index: 2;
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; text-decoration: none;
  background: rgba(0,0,0,0.35); padding: 0.5rem 0.9rem; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  transition: background 0.2s ease;
}
.about-photo .about-handle:hover { background: rgba(0,0,0,0.6); }

/* CONTACT */
.contact-center {
  max-width: 1400px !important;
  margin: 0 auto;
  width: 100%;
}

.contact-layout-split {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.contact-left-col {
  flex: 1 1 50%;
  max-width: 600px;
}

.contact-right-col img {
  width: 100%;
  height: 100%;
  max-height: 62vh;
  object-fit: cover;
  display: block;
  filter: brightness(0.55) contrast(1.05);
  transition: transform 0.6s ease, filter 0.6s ease;
}

.contact-right-col:hover img {
  transform: scale(1.02);
  filter: brightness(0.70) contrast(1.08);
}

.contact-links-row { display: flex; justify-content: flex-start; gap: 2rem; flex-wrap: wrap; margin-top: 2rem; }
.contact-links-row a { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: #d0d0d0; text-decoration: none; transition: color 0.2s; }
.contact-links-row a:hover { color: #ffffff; }
.contact-form { display: flex; flex-direction: column; gap: 1.5rem; }
.input-group { border-bottom: 1px solid #222; padding-bottom: 0.5rem; }
.input-group input, .input-group textarea {
  width: 100%; background: transparent; border: none; color: #fff;
  font-family: inherit; font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase;
  outline: none; padding: 0.5rem 0; font-weight: 300;
}
.input-group input::placeholder, .input-group textarea::placeholder { color: #555; }
.contact-submit-btn {
  background: transparent; border: 1px solid #333; color: #eaeaea;
  padding: 1rem; font-size: 0.75rem; letter-spacing: 0.3em; text-transform: uppercase;
  cursor: pointer; transition: all 0.3s ease; margin-top: 1rem; font-family: inherit;
}
.contact-submit-btn:hover { background: #ffffff; color: #000000; border-color: #ffffff; }
.section-footer { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.04); font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: #5e5e5e; display: flex; justify-content: space-between; width: 100%; }

/* SCROLL CONTROLS */
.scroll-indicator { position: fixed; bottom: 2rem; right: 3rem; z-index: 999; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.scroll-dot { width: 6px; height: 6px; background: rgba(255, 255, 255, 0.3); border-radius: 0px; transition: background 0.3s ease, transform 0.3s ease; cursor: pointer; }
.scroll-dot.active { background: #ffffff; transform: scale(1.5); }
.section-arrow { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); cursor: pointer; z-index: 10; opacity: 0.6; transition: opacity 0.3s ease; animation: bounceArrow 2s infinite; }
.section-arrow:hover { opacity: 1; }
.section-arrow svg { width: 18px; height: 18px; display: block; }
.section-dark .section-arrow svg { stroke: #ffffff; }
.section-light .section-arrow svg { stroke: #1a1a1a; }
@keyframes bounceArrow { 0%, 20%, 50%, 80%, 100% { transform: translate(-50%, 0); } 40% { transform: translate(-50%, -8px); } 60% { transform: translate(-50%, -4px); } }

@media (max-width: 900px) {
  .site-header { padding: 1rem 1.5rem; }
  .scroll-indicator { right: 1.5rem; bottom: 1.5rem; }
  .contact-layout-split {
    flex-direction: column !important;
    gap: 2.5rem !important;
  }
  .contact-left-col, .contact-right-col {
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }
  .contact-right-col img {
    max-height: 350px !important;
  }
}

/* ==========================================
   MOBILNI REŽIM (POTPUNO PRIRODAN SCROLL)
   ========================================= */
@media (max-width: 768px) {
  html, body { overflow-y: auto !important; position: static !important; height: auto !important; }
  .main-wrapper { position: relative !important; height: auto !important; overflow: visible !important; }

  .scroll-indicator, .zaha-progress-bar, .section-arrow { display: none !important; }
  .section-page {
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
    transform: none !important;
    padding: 3.5rem 1.5rem 2.5rem !important;
    overflow: visible !important;
    opacity: 1 !important;
  }
  .site-header {
    padding: 0.8rem 1.2rem !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    background: rgba(11, 11, 11, 0.9) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
  }
  .nav-logo { font-size: 0.95rem !important; letter-spacing: 0.15em !important; }
  .hamburger-btn { display: block !important; }
  .nav-menu {
    position: fixed !important; top: 0 !important; left: 0 !important;
    width: 100% !important; height: 100vh !important;
    background: rgba(11, 11, 11, 0.97) !important;
    backdrop-filter: blur(25px) !important; -webkit-backdrop-filter: blur(25px) !important;
    flex-direction: column !important; justify-content: center !important; align-items: center !important;
    gap: 2.2rem !important; opacity: 0 !important; pointer-events: none !important;
    transition: opacity 0.4s ease !important; z-index: 1001 !important;
  }
  .nav-menu.menu-open { opacity: 1 !important; pointer-events: all !important; }
  .nav-link {
    font-size: 0.95rem !important; letter-spacing: 0.3em !important;
    padding: 0.5rem 1rem !important; color: #eaeaea !important;
  }
  #section0 {
    height: 100vh !important;
    display: flex !important; flex-direction: column !important; justify-content: flex-end !important;
    align-items: center !important; text-align: center !important; padding: 0 1.5rem 5rem 1.5rem !important;
  }
  #section0 .section-inner { display: flex !important; justify-content: center !important; align-items: center !important; width: 100% !important; transform: none !important; opacity: 1 !important; }
  #section0 .hero-content { max-width: 100% !important; text-align: center !important; margin: 0 auto !important; }
  #section0 .hero-content h1 { font-size: 1.35rem !important; line-height: 1.35 !important; letter-spacing: 0.08em !important; font-weight: 300 !important; text-align: center !important; color: #ffffff !important; margin-bottom: 0.8rem !important; }
  #section0 .hero-content .subtitle { font-size: 0.7rem !important; letter-spacing: 0.25em !important; text-align: center !important; color: #cccccc !important; margin-top: 0.5rem !important; }

  /* KIND WORDS NA MOBITELU */
  .kind-split-layout { flex-direction: column !important; gap: 1rem !important; }
  .kind-split-right { display: none !important; }
  .kind-grid { flex-direction: column !important; gap: 2rem !important; }

  /* PORTFOLIO NA MOBITELU */
  .bento-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.2rem !important;
    height: auto !important;
    width: 100% !important;
  }
  .bento-item {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 5 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .bento-item:nth-child(n+5) {
    display: none !important;
  }
  .portfolio-action-wrap {
    margin-top: 2rem !important;
  }

  /* BLOG NA MOBITELU */
  #section3 { padding-top: 3.5rem !important; }
  .blog-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.8rem !important;
    width: 100% !important;
  }
  .blog-featured-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
  }
  .blog-featured-img-link {
    display: block !important;
    width: 100% !important;
    height: 240px !important;
    margin-bottom: 0.8rem !important;
    overflow: hidden !important;
    background: #e0e0e0 !important;
  }
  .blog-featured-title {
    font-size: 1.15rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.5rem !important;
  }

  /* Horizontalni swipe za pod-priče */
  .blog-sub-grid {
    display: flex !important;
    flex-direction: row !important;
    gap: 1.2rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 1rem !important;
    padding-top: 0.5rem !important;
    margin: 0 -1.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .blog-sub-grid::-webkit-scrollbar {
    display: none;
  }
  .blog-sub-card {
    flex: 0 0 78% !important;
    max-width: 78% !important;
    scroll-snap-align: start !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
  }
  .blog-sub-img-link {
    display: block !important;
    width: 100% !important;
    height: 180px !important;
    margin-bottom: 0.6rem !important;
    overflow: hidden !important;
    background: #e0e0e0 !important;
  }
  .blog-sub-title {
    font-size: 0.95rem !important;
  }

  /* PHOTO BOOTH NA MOBITELU */
  .booth-layout { flex-direction: column !important; gap: 2rem !important; }
  .booth-text { flex: 1 1 auto !important; max-width: 100% !important; }
  .booth-text h2 { font-size: 1.35rem !important; margin-bottom: 1rem !important; }
  .booth-video-wrapper { flex: 1 1 auto !important; width: 100% !important; max-width: 100% !important; }

  /* ABOUT ME NA MOBITELU */
  .about-layout { grid-template-columns: 1fr !important; gap: 1.5rem !important; }
  .about-photo { order: -1; aspect-ratio: 4 / 3 !important; width: 100% !important; margin-right: 0 !important; }

  .portfolio-masthead, .kind-masthead, .about-masthead { flex-direction: column !important; align-items: flex-start !important; }
  .portfolio-masthead .section-desc, .kind-masthead .section-desc, .about-masthead .section-desc { text-align: left !important; max-width: 100% !important; }
  .blog-masthead { text-align: left !important; margin-left: 0 !important; }
  .contact-center { max-width: 100% !important; }

  .section-photobreak { height: 62vh !important; min-height: 62vh !important; }
  .photobreak-overlay h3 { font-size: 1.5rem !important; letter-spacing: 0.05em !important; }
  .photobreak-overlay p { font-size: 0.65rem !important; letter-spacing: 0.15em !important; }
}
