@charset "UTF-8";

/* ==========================================================
   MEGO — PRODÜKSİYON
   Header / menu / footer global style.css + shared.css'ten gelir.
========================================================== */

.production-page {
  margin: 0;
  background: #000000;
  color: #f3efe5;
}

.production-header {
  position: relative !important;
  width: 100% !important;
  height: 135px !important;
  min-height: 135px !important;
  background: #000000 !important;
}

.production-main {
  width: 100%;
  overflow: hidden;
  background: #000000;
}


/* ==========================================================
   HERO VIDEO
========================================================== */

.prod-hero-video {
  width: min(calc(100% - 110px), 1450px);
  height: clamp(470px, 48vw, 760px);
  margin: 0 auto;
  overflow: hidden;
  background: #000000;
}

.prod-hero-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


/* ==========================================================
   MARQUEE
========================================================== */

.prod-marquee {
  width: 100%;
  margin: 50px 0 0;
  padding: 14px 0 54px;
  overflow: hidden;
  background: #000000;
}

.prod-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: prodMarquee 50s linear infinite;
  animation-play-state: paused;
}

.prod-marquee.is-visible .prod-marquee-track {
  animation-play-state: running;
}

.prod-marquee:hover .prod-marquee-track {
  animation-play-state: paused;
}

.prod-marquee-set {
  display: flex;
  flex-shrink: 0;
  gap: 14px;
  padding-right: 14px;
}

.prod-marquee-card {
  position: relative;

  flex: 0 0 clamp(220px, 16vw, 280px);
  height: clamp(340px, 27vw, 450px);

  margin: 0;
  overflow: hidden;
  background: #000000;

  transform: scale(1);
  transform-origin: center;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
  z-index: 1;
}

.prod-marquee-card:hover {
  transform: scale(1.12);
  z-index: 10;
}

.prod-marquee-card img {
  width: 100%;
  height: 100%;
  display: block;

  object-fit: cover;
  object-position: center;

  background: #000000;
}

.prod-marquee-card:hover img {
  transform: scale(1.075);
}

@keyframes prodMarquee {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }

}



.prod-discipline-marquee.is-visible .prod-discipline-track {
  animation-play-state: running;
}

/* Lower sections are skipped by the renderer until needed. */
.prod-intro,
.prod-video-grid,
.prod-services,
.prod-ai {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

/* Keep the long photo strip isolated from the rest of the page. */
.prod-marquee {
  contain: layout paint style;
}

/* Production has its own reveal system; global reveal classes must not add layers. */
.production-page .reveal,
.production-page .reveal-image,
.production-page .reveal-left,
.production-page .reveal-right,
.production-page .reveal-stagger {
  opacity: 1 !important;
  transform: none !important;
}

/* ==========================================================
   INTRO
========================================================== */

.prod-intro {
  width: min(calc(100% - 110px), 1450px);
  margin: 0 auto;
  padding: 38px 0 24px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(70px, 9vw, 150px);
  align-items: end;
}

.prod-intro h1 {
  margin: 0;
  max-width: 620px;

  font-family: "apotek-comp", "apotek", sans-serif;
  font-size: clamp(54px, 5.2vw, 92px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.02em;
  text-transform: none;
  color: #f3efe5;
}

.prod-intro-copy {
  display: flex;
  justify-content: flex-end;
}

.prod-intro-copy p {
  width: min(100%, 590px);
  margin: 0;

  font-family: "roc-grotesk", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 400;
  color: #f3efe5;
}


/* ==========================================================
   DISCIPLINE MARQUEE
========================================================== */

.prod-discipline-marquee {
  width: min(calc(100% - 110px), 1450px);
  margin: 10px auto 48px;
  padding: 20px 0;

  overflow: hidden;

  border-top: 1px solid rgba(243, 239, 229, .8);
  border-bottom: 1px solid rgba(243, 239, 229, .8);

  background: #000000;
}

.prod-discipline-track {
  display: flex;
  width: max-content;

  animation: prodDisciplineMarquee 24s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}

.prod-discipline-set {
  display: flex;
  align-items: center;
  flex-shrink: 0;

  gap: 24px;
  padding-right: 24px;

  white-space: nowrap;
}

.prod-discipline-set span {
  font-family: "roc-grotesk", Arial, sans-serif;
  font-size: clamp(24px, 2.1vw, 38px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.01em;

  color: #f3efe5;
}

.prod-discipline-set i {
  display: inline-block;

  width: 10px;
  height: 10px;

  flex: 0 0 10px;

  border-radius: 50%;
  background: #f1553d;

  font-size: 0;
  line-height: 0;
}

@keyframes prodDisciplineMarquee {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }

}


/* ==========================================================
   3 VIDEO GRID
========================================================== */

.prod-video-grid {
  width: min(calc(100% - 180px), 1320px);
  margin: 150px auto 52px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;

  align-items: end;
}

.prod-video-card {
  width: 100%;
  height: clamp(520px, 42vw, 700px);

  margin: 0;
  overflow: hidden;
  background: #000000;
}

.prod-video-card-center {
  height: calc(clamp(520px, 42vw, 700px) + 130px);
}


/* ==========================================================
   SERVICES
========================================================== */

.prod-services {
  width: min(calc(100% - 110px), 1200px);
  margin: 0 auto 56px;
  padding-top: 30px;

  display: grid;
  grid-template-columns: 540px 500px;
  justify-content: center;
  gap: 45px;

  align-items: end;
}

.prod-services-title h2 {
  margin: 0;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  font-family: "apotek-comp", "apotek", sans-serif;
  font-size: clamp(66px, 6vw, 110px);
  font-weight: 900;
  line-height: .78;
  letter-spacing: -.02em;

  text-transform: uppercase;

  color: #f3efe5;
}

.prod-services-title h2 em {
  margin: .04em 0 .03em;

  color: #f1553d;

  font-family: "Pirata One", serif;
  font-size: .92em;
  font-weight: 400;
  font-style: normal;
  line-height: .78;

  text-transform: none;
}

.prod-services-title p {
  max-width: 490px;
  margin: 28px 0 0;

  font-family: "roc-grotesk", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.35;
}

.prod-services-list {
  width: 500px;
  border-top: 1px solid #f3efe5;
}

.prod-services-list span {
  display: block;

  padding: 10px 0 8px;

  border-bottom: 1px solid #f3efe5;

  font-family: "apotek-comp", "apotek", sans-serif;
  font-size: clamp(34px, 3vw, 56px);
  font-weight: 900;
  line-height: .92;

  text-transform: none;
}


/* ==========================================================
   HUMAN × AI
========================================================== */

.prod-ai {
  width: 100%;
}


/* ==========================================================
   HUMAN × AI ÜST BİLGİ
   SOUL MONKEY META SİSTEMİ
========================================================== */

.prod-ai-head {
  width: min(calc(100% - 110px), 1450px);
  margin: 0 auto 42px;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;

  font-family: "roc-grotesk", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;

  color: #f3efe5;

  text-transform: uppercase;
}

.prod-ai-head > span:first-child {
  text-align: left;
}

.prod-ai-head h2 {
  margin: 0;

  text-align: center;

  font-family: "apotek-comp", "apotek", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;

  color: #f3efe5;

  text-transform: uppercase;
}

.prod-ai-head > span:last-child {
  text-align: right;
}


/* ==========================================================
   AI GRID
========================================================== */

.prod-ai-grid {
  position: relative;

  width: min(calc(100% - 110px), 1450px);
  height: 951px;

  margin: 0 auto;

  background: #000000;
}

.ai-box {
  position: absolute;

  margin: 0;

  background: #e5b800;

  overflow: hidden;
}


/* 01 */

.ai-01 {
  width: 423px;
  height: 528px;

  left: 0;
  top: 0;
}


/* 02 */

.ai-02 {
  width: 331px;
  height: 528px;

  left: 433px;
  top: 0;
}


/* 03 */

.ai-03 {
  width: 336px;
  height: 412px;

  left: 773px;
  top: 0;
}


/* 04 */

.ai-04 {
  width: 327px;
  height: 201px;

  left: 1118px;
  top: 0;
}


/* 05 */

.ai-05 {
  width: 327px;
  height: 201px;

  left: 1118px;
  top: 210px;
}


/* 06 */

.ai-06 {
  width: 394px;
  height: 412px;

  left: 0;
  top: 537px;
}


/* 07 */

.ai-07 {
  width: 360px;
  height: 412px;

  left: 404px;
  top: 537px;
}


/* 08 */

.ai-08 {
  width: 209px;
  height: 259px;

  left: 773px;
  top: 421px;
}


/* 09 */

.ai-09 {
  width: 157px;
  height: 259px;

  left: 991px;
  top: 421px;
}


/* 10 */

.ai-10 {
  width: 157px;
  height: 259px;

  left: 773px;
  top: 689px;
}


/* 11 */

.ai-11 {
  width: 209px;
  height: 259px;

  left: 938px;
  top: 689px;
}


/* 12 */

.ai-12 {
  width: 288px;
  height: 528px;

  left: 1157px;
  top: 421px;
}


/* ==========================================================
   AI GÖRSELLER
========================================================== */

.ai-box img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center;
}


/* ==========================================================
   REVEAL
========================================================== */

.prod-reveal,
.prod-reveal-group {
  opacity: 0;

  transform: translateY(34px);

  transition:
    opacity .75s ease,
    transform .9s cubic-bezier(.16,1,.3,1);
}

.prod-reveal.prod-visible,
.prod-reveal-group.prod-visible {
  opacity: 1;
  transform: translateY(0);
}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

  .prod-marquee-track {
    animation: none;
  }

  .prod-reveal,
  .prod-reveal-group {
    opacity: 1;

    transform: none;

    transition: none;
  }

}
