/* =========================================================
   Digitizer Service Pages — Production page
   Uses shared editorial/service components from core/components.
========================================================= */

.dz-page--production {
  --dz-service-accent: #ff6600;
}

/* =========================================================
   PRODUCTION TEAM
========================================================= */

.dz-production-team {
  position: relative;
}

.dz-production-team__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 68px);
}

.dz-production-team__intro .dz-title {
  margin-bottom: 0;
}

.dz-production-team__intro-text {
  max-width: 680px;
}

.dz-production-team__intro-text p {
  margin: 0;
}

.dz-production-team__visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: clamp(22px, 3vw, 42px);
  background:
    radial-gradient(
      circle at 80% 16%,
      rgba(255, 102, 0, 0.18),
      transparent 32%
    ),
    linear-gradient(145deg, #f7f7f7 0%, #ececec 100%);
  box-shadow:
    0 24px 70px rgba(18, 18, 18, 0.11),
    inset 0 0 0 1px rgba(18, 18, 18, 0.05);
}

.dz-production-team__visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 22px;
  width: clamp(72px, 9vw, 130px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 102, 0, 0.42);
  border-radius: 50%;
  pointer-events: none;
}

.dz-production-team__visual::after {
  content: "DIGITIZER PRODUCTION";
  position: absolute;
  z-index: 2;
  left: clamp(18px, 3vw, 38px);
  bottom: clamp(16px, 2.5vw, 32px);
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 18, 18, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
}

.dz-production-team__visual img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
  object-position: center;
}

.dz-production-team__profiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(18, 18, 18, 0.14);
  margin-top: clamp(30px, 4vw, 54px);
}

.dz-production-profile {
  position: relative;
  padding:
    clamp(30px, 4vw, 56px)
    clamp(20px, 4vw, 56px)
    0;
}

.dz-production-profile:first-child {
  padding-left: 0;
  padding-right: clamp(30px, 5vw, 70px);
  border-right: 1px solid rgba(18, 18, 18, 0.14);
}

.dz-production-profile:last-child {
  padding-right: 0;
  padding-left: clamp(30px, 5vw, 70px);
}

.dz-production-profile__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 28px;
  margin-bottom: 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--dz-service-accent);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
}

.dz-production-profile h3 {
  margin: 0 0 22px;
  font-size: clamp(28px, 3vw, 45px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.dz-production-profile p {
  margin: 0;
  color: rgba(18, 18, 18, 0.73);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.82;
}

/* =========================================================
   PODCAST STUDIO
========================================================= */

.dz-podcast-studio {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 86% 15%,
      rgba(255, 102, 0, 0.28),
      transparent 30%
    ),
    radial-gradient(
      circle at 12% 90%,
      rgba(255, 102, 0, 0.12),
      transparent 34%
    ),
    #101010;
}

.dz-podcast-studio::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -110px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.dz-podcast-studio::after {
  content: "";
  position: absolute;
  right: 90px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 102, 0, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.dz-podcast-studio .dz-container {
  position: relative;
  z-index: 2;
}

.dz-podcast-studio__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(45px, 7vw, 110px);
  align-items: start;
}

.dz-podcast-studio__copy {
  position: sticky;
  top: 120px;
}

.dz-podcast-studio .dz-kicker {
  color: var(--dz-service-accent);
}

.dz-podcast-studio__copy h2 {
  max-width: 720px;
  margin: 16px 0 28px;
  color: #fff;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.dz-podcast-studio__lead {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
}

.dz-podcast-studio__options {
  display: grid;
  gap: 14px;
}

.dz-podcast-option {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.dz-podcast-option:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 102, 0, 0.72);
  background: rgba(255, 255, 255, 0.075);
}

.dz-podcast-option__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 38px;
}

.dz-podcast-option__number {
  color: var(--dz-service-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.dz-podcast-option__type {
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.dz-podcast-option h3 {
  margin: 0 0 15px;
  color: #fff;
  font-size: clamp(27px, 3vw, 43px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.dz-podcast-option p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.7;
}

.dz-podcast-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(50px, 7vw, 90px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.dz-podcast-service {
  min-height: 210px;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.dz-podcast-service b {
  display: block;
  margin-bottom: 34px;
  color: var(--dz-service-accent);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.dz-podcast-service h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.dz-podcast-service p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================
   PRODUCTION NAVIGATION – 5 ITEMS
========================================================= */

.dz-page--production .dz-production-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dz-page--production .dz-production-tile {
  min-width: 0;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
  .dz-page--production .dz-production-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dz-podcast-studio__layout {
    grid-template-columns: 1fr;
  }

  .dz-podcast-studio__copy {
    position: static;
  }

  .dz-podcast-studio__copy h2 {
    max-width: 900px;
  }

  .dz-podcast-studio__lead {
    max-width: 820px;
  }

  .dz-podcast-studio__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dz-podcast-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .dz-production-team__intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .dz-production-team__profiles {
    grid-template-columns: 1fr;
  }

  .dz-production-profile {
    padding: 34px 0;
  }

  .dz-production-profile:first-child {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(18, 18, 18, 0.14);
  }

  .dz-production-profile:last-child {
    padding-left: 0;
    padding-bottom: 0;
  }

  .dz-production-team__visual img {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .dz-page--production .dz-production-strip {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .dz-page--production .dz-production-tile {
    flex: 0 0 min(82vw, 310px);
    scroll-snap-align: start;
  }

  .dz-production-team__visual {
    border-radius: 22px;
  }

  .dz-production-team__visual::before {
    top: 14px;
    right: 14px;
    width: 68px;
  }

  .dz-production-team__visual::after {
    left: 14px;
    bottom: 14px;
    padding: 8px 11px;
    font-size: 9px;
  }

  .dz-production-team__visual img {
    min-height: 0;
  }

  .dz-production-profile {
    padding-top: 30px;
  }

  .dz-production-profile p {
    font-size: 15px;
    line-height: 1.75;
  }

  .dz-podcast-studio__options {
    grid-template-columns: 1fr;
  }

  .dz-podcast-option {
    min-height: 0;
    padding: 27px 23px;
    border-radius: 20px;
  }

  .dz-podcast-option__top {
    margin-bottom: 28px;
  }

  .dz-podcast-services {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }

  .dz-podcast-service {
    min-height: 0;
    padding: 27px 23px;
  }

  .dz-podcast-service b {
    margin-bottom: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dz-podcast-option {
    transition: none;
  }

  .dz-podcast-option:hover {
    transform: none;
  }
}
/* =========================================================
   PRODUCTION TEAM — DARK PAGE FIX
========================================================= */

.dz-page--production .dz-production-team {
  position: relative;
  overflow: hidden;
}

.dz-page--production .dz-production-team__intro {
  align-items: end;
}

.dz-page--production .dz-production-team__intro-text {
  color: rgba(255, 255, 255, 0.72);
}

.dz-page--production .dz-production-team__intro-text .dz-text,
.dz-page--production .dz-production-team__intro-text p {
  color: rgba(255, 255, 255, 0.72);
}

.dz-page--production .dz-production-team__visual {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #f4f4f4;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.03);
}

.dz-page--production .dz-production-team__visual img {
  width: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center bottom;
}

.dz-page--production .dz-production-team__profiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
  border-top: 0;
}

.dz-page--production .dz-production-profile,
.dz-page--production .dz-production-profile:first-child,
.dz-page--production .dz-production-profile:last-child {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 102, 0, 0.13),
      transparent 42%
    ),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.dz-page--production .dz-production-profile:first-child {
  padding-right: clamp(28px, 4vw, 48px);
}

.dz-page--production .dz-production-profile:last-child {
  padding-left: clamp(28px, 4vw, 48px);
}

.dz-page--production .dz-production-profile__number {
  margin-bottom: 20px;
  color: #ffffff;
  background: var(--dz-service-accent);
}

.dz-page--production .dz-production-profile h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.dz-page--production .dz-production-profile p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.75;
}

/* =========================================================
   PODCAST TYPOGRAPHY FIX
========================================================= */

.dz-page--production .dz-podcast-studio__copy h2 {
  font-family: inherit;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.dz-page--production .dz-podcast-studio__lead {
  color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
  .dz-page--production .dz-production-team__profiles {
    grid-template-columns: 1fr;
  }

  .dz-page--production .dz-production-profile,
  .dz-page--production .dz-production-profile:first-child,
  .dz-page--production .dz-production-profile:last-child {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.11);
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .dz-page--production .dz-production-team__profiles {
    gap: 12px;
    margin-top: 14px;
  }

  .dz-page--production .dz-production-profile,
  .dz-page--production .dz-production-profile:first-child,
  .dz-page--production .dz-production-profile:last-child {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .dz-page--production .dz-production-profile h3 {
    margin-bottom: 17px;
    font-size: 28px;
  }

  .dz-page--production .dz-production-profile p {
    font-size: 14px;
    line-height: 1.7;
  }

  .dz-page--production .dz-podcast-studio__copy h2 {
    font-size: 36px;
    line-height: 1;
  }
}
/* =========================================================
   PRODUCTION SERVICES STRIP — CORRECT TOP ALIGNMENT
========================================================= */

.dz-page--production .dz-production-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.dz-page--production .dz-production-tile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  min-height: 225px;
  padding: 20px 16px 18px;
  border-radius: 22px;
}

.dz-page--production .dz-production-tile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 36px;
}

.dz-page--production .dz-production-tile__top span {
  white-space: nowrap;
}

.dz-page--production .dz-production-tile > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dz-page--production .dz-production-tile h3 {
  margin: 0 0 16px;
  font-size: clamp(24px, 1.8vw, 31px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.dz-page--production .dz-production-tile p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

/* Ručni prelom ostaje samo tamo gde je definisan u HTML-u */
.dz-page--production .dz-production-tile h3 br {
  display: block;
}

@media (max-width: 1180px) and (min-width: 768px) {
  .dz-page--production .dz-production-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dz-page--production .dz-production-tile {
    min-height: 220px;
    padding: 22px;
  }

  .dz-page--production .dz-production-tile h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .dz-page--production .dz-production-strip {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .dz-page--production .dz-production-tile {
    flex: 0 0 min(82vw, 300px);
    min-height: 215px;
    padding: 22px 20px;
    scroll-snap-align: start;
  }

  .dz-page--production .dz-production-tile__top {
    margin-bottom: 30px;
  }

  .dz-page--production .dz-production-tile h3 {
    font-size: 29px;
  }
}