.naci-page {
  --naci-ink: #10131a;
  --naci-paper: #f3efe6;
  --naci-red: #e43f32;
  --naci-blue: #315cff;
  --naci-mint: #b8f1d3;
  color: var(--naci-ink);
  background: var(--naci-paper);
  overflow: clip;
}

.naci-page *,
.naci-page *::before,
.naci-page *::after {
  box-sizing: border-box;
}

.naci-page section {
  scroll-margin-top: 112px;
}

.naci-hero {
  min-height: min(900px, calc(100svh - 82px));
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  border-bottom: 1px solid rgba(16, 19, 26, 0.2);
}

.naci-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: clamp(44px, 4.4vw, 70px) clamp(24px, 4.6vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(32px, 3.2vw, 48px);
}

.naci-hero-meta,
.naci-section-kicker,
.naci-role-grid span,
.naci-pillar-index,
.naci-mockup-label,
.naci-scope-list span,
.naci-source {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.naci-hero-meta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.naci-hero h1 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(60px, 6.25vw, 108px);
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.naci-hero h1 em {
  display: block;
  color: var(--naci-red);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.065em;
}

.naci-hero-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(180px, 0.55fr);
  align-items: end;
  gap: 40px;
  border-top: 1px solid rgba(16, 19, 26, 0.28);
  padding-top: 22px;
}

.naci-hero-bottom > p {
  max-width: 670px;
  margin: 0;
  font-size: clamp(15px, 1.35vw, 21px);
  line-height: 1.55;
}

.naci-hero-bottom div {
  display: grid;
  gap: 8px;
}

.naci-hero-bottom span {
  color: var(--naci-red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.naci-hero-bottom strong {
  font-size: 12px;
  line-height: 1.55;
}

.naci-hero-visual {
  position: relative;
  min-height: 720px;
  isolation: isolate;
  overflow: hidden;
  background: var(--naci-blue);
}

.naci-hero-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  pointer-events: none;
}

.naci-hero-visual::after {
  content: "BİLİM / İÇERİK / ÇEKİM";
  position: absolute;
  z-index: 3;
  top: 48px;
  left: 48px;
  color: white;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.naci-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 47%;
  filter: saturate(0.9) contrast(1.04);
}

.naci-hero-visual .naci-photo-wash {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 17, 35, 0.2), transparent 35%),
    linear-gradient(0deg, rgba(10, 17, 35, 0.72), transparent 46%),
    linear-gradient(90deg, rgba(49, 92, 255, 0.22), transparent 48%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.naci-hero-stamp {
  position: absolute;
  z-index: 3;
  right: 44px;
  bottom: 42px;
  width: min(245px, 44%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--naci-ink);
  background: var(--naci-mint);
  transform: rotate(-8deg);
  text-align: center;
  font-size: clamp(16px, 2vw, 28px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.naci-overview,
.naci-posts,
.naci-production,
.naci-scope {
  padding: clamp(84px, 9vw, 150px) clamp(22px, 5vw, 92px);
}

.naci-overview {
  background:
    linear-gradient(rgba(16, 19, 26, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 19, 26, 0.07) 1px, transparent 1px),
    var(--naci-paper);
  background-size: 48px 48px;
}

.naci-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: clamp(40px, 8vw, 130px);
}

.naci-section-head h2,
.naci-production-copy h2,
.naci-scope h2 {
  max-width: 1100px;
  margin: 18px 0 0;
  font-size: clamp(52px, 7vw, 116px);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.naci-section-head h2 em,
.naci-production-copy h2 em,
.naci-scope h2 em {
  color: var(--naci-red);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.naci-section-head > p {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid;
  font-size: 14px;
  line-height: 1.7;
}

.naci-role-grid {
  margin-top: clamp(64px, 8vw, 120px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--naci-ink);
  border-left: 1px solid var(--naci-ink);
}

.naci-role-grid article {
  min-height: 250px;
  padding: 24px;
  border-right: 1px solid var(--naci-ink);
  border-bottom: 1px solid var(--naci-ink);
  background: rgba(243, 239, 230, 0.92);
}

.naci-role-grid article:nth-child(2) {
  color: white;
  background: var(--naci-blue);
}

.naci-role-grid article:nth-child(3) {
  background: var(--naci-mint);
}

.naci-role-grid article:nth-child(4) {
  color: white;
  background: var(--naci-red);
}

.naci-role-grid h3 {
  margin: 72px 0 12px;
  font-size: clamp(25px, 2.2vw, 38px);
  letter-spacing: -0.045em;
}

.naci-role-grid p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.naci-identity {
  position: relative;
  padding: clamp(88px, 10vw, 170px) clamp(22px, 5vw, 92px);
  color: white;
  background: var(--naci-ink);
  overflow: hidden;
}

.naci-identity::after {
  content: "NG";
  position: absolute;
  right: -0.04em;
  bottom: -0.2em;
  color: rgba(255, 255, 255, 0.035);
  font-size: min(42vw, 680px);
  font-weight: 900;
  line-height: 0.75;
  letter-spacing: -0.12em;
  pointer-events: none;
}

.naci-identity-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(56px, 10vw, 160px);
}

.naci-identity h2 {
  margin: 18px 0 28px;
  font-size: clamp(56px, 7vw, 122px);
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.naci-identity h2 em {
  display: block;
  color: var(--naci-mint);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.naci-identity-copy > p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(15px, 1.4vw, 21px);
  line-height: 1.65;
}

.naci-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.naci-pillars article {
  min-height: 210px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.naci-pillars h3 {
  margin: 58px 0 10px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.naci-pillars p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.6;
}

.naci-posts {
  color: var(--naci-ink);
  background: var(--naci-blue);
}

.naci-posts .naci-section-head h2 em {
  color: var(--naci-mint);
}

.naci-posts .naci-section-head > p {
  color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.45);
}

.naci-posts .naci-section-kicker {
  color: white;
}

.naci-mockup-grid {
  margin-top: clamp(66px, 8vw, 126px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(14px, 2vw, 30px);
}

.naci-post-link {
  color: inherit;
  text-decoration: none;
  grid-column: span 4;
}

.naci-post-link:nth-child(2),
.naci-post-link:nth-child(5) {
  transform: translateY(72px);
}

.naci-mockup {
  padding: 12px;
  border: 1px solid rgba(16, 19, 26, 0.32);
  border-radius: 28px;
  background: #faf8f3;
  box-shadow: 0 24px 70px rgba(4, 12, 45, 0.2);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.naci-post-link:hover .naci-mockup,
.naci-post-link:focus-visible .naci-mockup {
  transform: translateY(-10px) rotate(-1deg);
  box-shadow: 0 34px 90px rgba(4, 12, 45, 0.3);
}

.naci-mockup-top {
  min-height: 58px;
  padding: 6px 7px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.naci-mockup-avatar {
  width: 30px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: white;
  background: var(--naci-red);
  font-size: 8px;
  font-weight: 900;
}

.naci-mockup-user {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.naci-mockup-user strong {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.naci-mockup-user span {
  color: #70737a;
  font-size: 8px;
}

.naci-mockup-dots {
  margin-left: auto;
  font-weight: 900;
}

.naci-mockup-media {
  position: relative;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  background: #ece8df;
}

.naci-mockup-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.naci-mockup-reel::after {
  content: "▶";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  color: white;
  background: rgba(16, 19, 26, 0.46);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.naci-mockup-actions {
  padding: 13px 7px 5px;
  display: flex;
  justify-content: space-between;
  font-size: 17px;
}

.naci-mockup-caption {
  min-height: 74px;
  padding: 4px 7px 9px;
}

.naci-mockup-caption strong {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
}

.naci-mockup-caption p {
  margin: 0;
  color: #666a72;
  font-size: 9px;
  line-height: 1.5;
}

.naci-source {
  margin: 110px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.naci-production {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  gap: clamp(32px, 6vw, 96px);
  color: white;
  background: var(--naci-red);
}

.naci-production-copy {
  align-self: center;
}

.naci-production-copy p {
  max-width: 630px;
  margin: 34px 0 0;
  font-size: 15px;
  line-height: 1.75;
}

.naci-production-photo {
  position: relative;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  background: var(--naci-ink);
}

.naci-production-photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.naci-production-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 54%;
}

.naci-production-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 38px;
  bottom: 36px;
  left: 38px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: white;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.naci-scope {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(54px, 9vw, 150px);
  background: var(--naci-mint);
}

.naci-scope h2 em {
  color: var(--naci-blue);
}

.naci-scope-copy > p {
  max-width: 630px;
  margin: 34px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.naci-scope-list {
  border-top: 1px solid var(--naci-ink);
}

.naci-scope-list div {
  min-height: 68px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(16, 19, 26, 0.35);
}

.naci-scope-list p {
  margin: 0;
  font-size: clamp(15px, 1.25vw, 20px);
}

.naci-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  color: white;
  background: var(--naci-ink);
}

.naci-footer > div,
.naci-footer > a {
  min-height: 300px;
  padding: clamp(32px, 5vw, 72px);
}

.naci-footer > div {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.naci-footer p {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.7;
}

.naci-footer a {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  background: var(--naci-blue);
}

.naci-footer a span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.naci-footer a strong {
  font-size: clamp(44px, 5vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.naci-footer a b {
  align-self: end;
  color: var(--naci-mint);
  font-size: 44px;
}

@media (max-width: 1080px) {
  .naci-hero,
  .naci-production,
  .naci-scope {
    grid-template-columns: 1fr;
  }

  .naci-hero-visual {
    min-height: 760px;
  }

  .naci-section-head,
  .naci-identity-inner {
    grid-template-columns: 1fr;
  }

  .naci-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .naci-post-link {
    grid-column: span 6;
  }

  .naci-post-link:nth-child(2),
  .naci-post-link:nth-child(5) {
    transform: none;
  }

  .naci-production-photo {
    min-height: 820px;
  }
}

@media (max-width: 680px) {
  .naci-hero {
    min-height: auto;
  }

  .naci-hero-copy {
    padding: 48px 18px 38px;
    gap: 54px;
  }

  .naci-hero-meta {
    font-size: 7px;
  }

  .naci-hero h1 {
    font-size: clamp(54px, 16vw, 76px);
  }

  .naci-hero-bottom {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .naci-hero-visual {
    min-height: 620px;
  }

  .naci-hero-stamp {
    right: 30px;
    bottom: 30px;
  }

  .naci-overview,
  .naci-posts,
  .naci-production,
  .naci-scope,
  .naci-identity {
    padding: 78px 18px;
  }

  .naci-section-head h2,
  .naci-production-copy h2,
  .naci-scope h2,
  .naci-identity h2 {
    font-size: 50px;
  }

  .naci-role-grid,
  .naci-pillars {
    grid-template-columns: 1fr;
  }

  .naci-role-grid article,
  .naci-pillars article {
    min-height: 190px;
  }

  .naci-post-link {
    grid-column: span 12;
  }

  .naci-mockup-grid {
    gap: 26px;
  }

  .naci-source {
    margin-top: 54px;
  }

  .naci-production-photo {
    min-height: 640px;
  }

  .naci-scope {
    grid-template-columns: 1fr;
  }

  .naci-footer {
    grid-template-columns: 1fr;
  }

  .naci-footer > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}

@media (prefers-reduced-motion: reduce) {
  .naci-mockup {
    transition: none;
  }
}
