/* ══════════ MİRZA AVM ══════════ */

:root {
  --ink:        #0C0C0D;
  --ink-soft:   #15151A;
  --ink-card:   #1A1A20;
  --ivory:      #F4F1EA;
  --ivory-warm: #ECE6DA;
  --stone:      #8E8474;
  --stone-light:#B6AC9B;
  --bronze:     #C49A6C;
  --line-d:     rgba(255,255,255,0.10);
  --line-l:     rgba(12,12,13,0.10);
  --ease:       cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft:  cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--ink);
  color: var(--ivory);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
em { font-style: italic; }

::selection { background: var(--bronze); color: var(--ink); }

/* ── TYPOGRAPHY HELPERS ── */
.section-tag {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 24px;
}
.section-tag.center { text-align: center; }
.section-head {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 5.5vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}
.section-head.center { text-align: center; }
.section-sub {
  color: var(--stone-light);
  font-size: 1.05rem;
  font-weight: 300;
  max-width: 540px;
  margin: 28px auto 0;
}
.section-sub.center { text-align: center; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 16px 38px; border-radius: 100px;
  font-size: 0.86rem; font-weight: 500; letter-spacing: 0.03em;
  cursor: pointer; transition: all 0.4s var(--ease); border: 1px solid transparent;
}
.btn--light { background: var(--ivory); color: var(--ink); }
.btn--light:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.4); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.84rem; font-weight: 500; color: var(--bronze);
  letter-spacing: 0.02em; transition: gap 0.3s var(--ease);
}
.link-arrow i { font-style: normal; transition: transform 0.3s var(--ease); }
.link-arrow:hover { gap: 14px; }
.link-arrow:hover i { transform: translateX(4px); }

/* ── SCROLL PROGRESS ── */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: var(--bronze); z-index: 200; transition: width 0.1s linear;
}

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background 0.5s var(--ease-soft), backdrop-filter 0.5s var(--ease-soft), border-color 0.5s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(12,12,13,0.72);
  backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--line-d);
}
.nav__inner {
  max-width: 1400px; margin: 0 auto; padding: 10px 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav__logo { display: flex; align-items: center; }
.nav__logo-img { height: 96px; width: auto; display: block; transition: height 0.45s var(--ease); }
.nav.scrolled .nav__logo-img { height: 52px; }
/* footer/eski yazı logosu (showcase vb. için duruyor) */
.nav__logo-mark {
  font-family: 'Fraunces', serif; font-size: 1.45rem; font-weight: 500;
  letter-spacing: 0.04em; color: var(--ivory);
}
.nav__logo-sub { font-size: 0.7rem; letter-spacing: 0.32em; color: var(--bronze); font-weight: 600; }
.nav__links { display: flex; gap: 40px; }
.nav__links a {
  font-size: 0.82rem; font-weight: 400; color: var(--stone-light);
  letter-spacing: 0.04em; transition: color 0.3s; position: relative;
}
.nav__links a:hover { color: var(--ivory); }
.nav__cta {
  font-size: 0.8rem; font-weight: 500; color: var(--ink);
  background: var(--ivory); padding: 10px 24px; border-radius: 100px;
  letter-spacing: 0.03em; transition: all 0.3s var(--ease);
}
.nav__cta:hover { background: var(--bronze); transform: translateY(-2px); }
.nav__burger { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav__burger span { width: 26px; height: 1.5px; background: var(--ivory); transition: 0.3s var(--ease); }
.nav__burger.active span:first-child { transform: translateY(3.75px) rotate(45deg); }
.nav__burger.active span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

/* ══════════ HERO ══════════ */
.hero {
  position: relative; height: 100svh; min-height: 640px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: 1; will-change: transform; }
.hero__video, .hero__fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__video { z-index: 2; }
.hero__fallback {
  z-index: 1;
  background:
    radial-gradient(120% 90% at 70% 20%, #2a2118 0%, transparent 55%),
    radial-gradient(100% 100% at 20% 90%, #1c1812 0%, transparent 60%),
    linear-gradient(160deg, #131217 0%, #0c0c0d 55%, #14110c 100%);
  animation: heroShift 14s ease-in-out infinite alternate;
}
@keyframes heroShift { to { filter: hue-rotate(8deg) brightness(1.08); } }
.hero__veil {
  position: absolute; inset: 0; z-index: 3;
  background:
    radial-gradient(ellipse 70% 50% at 50% 62%, rgba(12,12,13,0.55) 0%, transparent 70%),
    linear-gradient(180deg, rgba(12,12,13,0.6) 0%, rgba(12,12,13,0.35) 38%, rgba(12,12,13,0.88) 100%);
}
.hero__content {
  position: relative; z-index: 4; text-align: center; padding: 0 24px;
  will-change: transform, opacity;
}
.hero__eyebrow {
  font-size: 0.74rem; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--bronze); margin-bottom: 28px;
  opacity: 0; animation: riseIn 1s 0.2s var(--ease) forwards;
}
.hero__title {
  font-family: 'Fraunces', serif; font-weight: 300;
  font-size: clamp(3.4rem, 11vw, 9rem); line-height: 0.96; letter-spacing: -0.03em;
  color: var(--ivory);
}
.hero__title em { color: var(--bronze); font-weight: 400; }
.hero__title { opacity: 0; animation: riseIn 1.1s 0.4s var(--ease) forwards; }
.hero__sub {
  margin-top: 32px; font-size: clamp(1rem, 1.6vw, 1.2rem); font-weight: 300;
  color: var(--stone-light); line-height: 1.7;
  opacity: 0; animation: riseIn 1s 0.7s var(--ease) forwards;
}
.hero__cue {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); z-index: 4;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  opacity: 0; animation: riseIn 1s 1.1s var(--ease) forwards;
}
.hero__cue-mouse {
  width: 22px; height: 36px;
  border: 1.5px solid rgba(196,154,108,0.45);
  border-radius: 11px;
  display: flex; justify-content: center; align-items: flex-start;
  padding-top: 7px;
}
.hero__cue-dot {
  width: 3px; height: 7px;
  background: var(--bronze);
  border-radius: 2px;
  animation: mouseScroll 3.5s ease-in-out infinite;
}
@keyframes mouseScroll {
  0%   { transform: translateY(0);    opacity: 0.9; }
  50%  { transform: translateY(8px);  opacity: 0.2; }
  100% { transform: translateY(0);    opacity: 0.9; }
}
.hero__cue-label {
  font-size: 0.65rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--stone);
}
@keyframes riseIn { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: translateY(0); } }

/* ══════════ FİLM (sticky scale) ══════════ */
.film { position: relative; height: 300vh; background: var(--ink); }
.film__sticky {
  position: sticky; top: 0; height: 100svh;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.film__frame {
  position: relative; width: 38vw; aspect-ratio: 16/10;
  border-radius: 26px; overflow: hidden; will-change: transform, border-radius, width;
  box-shadow: 0 40px 120px rgba(0,0,0,0.6);
  background: #000;
}
.film__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.film__placeholder {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 22px;
  background:
    radial-gradient(80% 80% at 50% 40%, #24201a 0%, #0e0d0c 75%);
}
.film__play {
  width: 84px; height: 84px; border-radius: 50%;
  background: rgba(244,241,234,0.1); border: 1px solid rgba(244,241,234,0.3);
  backdrop-filter: blur(6px); color: var(--ivory);
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: all 0.4s var(--ease); padding-left: 4px;
}
.film__play:hover { background: var(--bronze); border-color: var(--bronze); color: var(--ink); transform: scale(1.08); }
.film__placeholder-label {
  font-size: 0.74rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--stone-light);
}
.film__caption {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 48px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  font-family: 'Fraunces', serif; font-size: clamp(1.2rem, 3vw, 2.4rem); font-weight: 300;
  color: var(--ivory); text-align: center; opacity: 0; will-change: opacity;
}
.film.playing .film__placeholder { opacity: 0; pointer-events: none; transition: opacity 0.6s; }

/* ── Film kontrolleri ── */
.film__controls {
  position: absolute; bottom: 20px; right: 24px; z-index: 10;
  display: none; align-items: center; gap: 8px;
}
.film__ctrl {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(12,12,13,0.60); border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px); color: var(--ivory);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background 0.25s var(--ease), transform 0.2s var(--ease);
}
.film__ctrl:hover { background: rgba(196,154,108,0.35); transform: scale(1.08); }

/* ══════════ MANİFESTO ══════════ */
.manifesto { padding: clamp(120px, 18vh, 220px) 0; background: var(--ink); }
.manifesto__inner { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.manifesto__text {
  font-family: 'Fraunces', serif; font-weight: 300;
  font-size: clamp(1.15rem, 2vw, 1.7rem); line-height: 1.85; letter-spacing: -0.005em;
}
.manifesto__text em { color: var(--bronze); font-style: italic; }
.manifesto__text .word {
  display: inline-block; opacity: 0.16; transition: opacity 0.4s var(--ease-soft);
}
.manifesto__text .word.lit { opacity: 1; }

/* ══════════ İSTATİSTİK ══════════ */
.stats { background: var(--ink-soft); border-top: 1px solid var(--line-d); border-bottom: 1px solid var(--line-d); }
.stats__inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); }
.stat {
  padding: 64px 32px; text-align: center;
  border-right: 1px solid var(--line-d);
}
.stat:last-child { border-right: none; }
.stat strong {
  display: block; font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(2.4rem, 4vw, 3.4rem); color: var(--bronze); line-height: 1;
}
.stat span {
  display: block; margin-top: 12px; font-size: 0.74rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--stone-light);
}

/* ══════════ KOLEKSİYON ══════════ */
.koleksiyon { padding: clamp(110px, 16vh, 200px) 0; background: var(--ink); }
.koleksiyon__intro { padding: 0 32px; margin-bottom: clamp(60px, 10vh, 130px); }

.row {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  gap: clamp(40px, 6vw, 100px); max-width: 1300px; margin: 0 auto clamp(80px, 12vh, 160px);
  padding: 0 32px;
}
.row:last-child { margin-bottom: 0; }
.row--reverse .row__media { order: 2; }
.row__media {
  position: relative; aspect-ratio: 4/3; border-radius: 20px; overflow: hidden;
  display: flex; align-items: flex-end; padding: 36px;
  will-change: transform; transform: scale(0.86); transition: transform 0.2s linear;
}
.row__media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,0.5));
}
.row__placeholder {
  position: relative; z-index: 2; font-size: 0.78rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(244,241,234,0.85); font-weight: 500;
}
.row__media--hali    { background: linear-gradient(135deg, #6e4a32, #a9744a); }
.row__media--mobilya { background: linear-gradient(135deg, #3a2c22, #5c4636); }
.row__media--bosch   { background: linear-gradient(135deg, #14171c, #2a3340); }
.row__media--ceyiz   { background: linear-gradient(135deg, #5a3a4a, #8a5a6e); }
.row__bosch {
  position: absolute; top: 32px; left: 36px; z-index: 2;
  font-family: 'Inter'; font-weight: 700; font-size: 1.5rem; letter-spacing: 0.1em; color: var(--bronze);
}
.row__text { will-change: transform, opacity; }
.row__no { font-family: 'Fraunces', serif; font-size: 1rem; color: var(--bronze); margin-bottom: 18px; }
.row__text h3 {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem); line-height: 1.1; letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.row__text p { color: var(--stone-light); font-weight: 300; font-size: 1.06rem; max-width: 420px; }
.row__badge {
  display: inline-block; margin-top: 22px; padding: 7px 18px;
  border: 1px solid var(--bronze); border-radius: 100px;
  font-size: 0.72rem; letter-spacing: 0.1em; color: var(--bronze); font-weight: 500;
}

/* ══════════ VİTRİN ══════════ */
.vitrin { padding: clamp(110px, 16vh, 200px) 0; background: var(--ink); }
.vitrin__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
  margin-top: clamp(50px, 8vh, 90px);
}
.vitrin__item {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  margin: 0; box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.vitrin__img {
  aspect-ratio: 1/1; background-size: cover; background-position: center;
  transition: transform 1s var(--ease); will-change: transform;
}
.vitrin__item:hover .vitrin__img { transform: scale(1.06); }
.vitrin__item figcaption {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 32px;
  background: linear-gradient(transparent, rgba(12,12,13,0.8));
  font-family: 'Fraunces', serif; font-weight: 300; font-size: 1.15rem;
  letter-spacing: 0.01em; color: var(--ivory);
}
.vitrin__item figcaption span { color: var(--bronze); font-weight: 400; }
@media (max-width: 768px) {
  .vitrin__grid { grid-template-columns: 1fr; }
}

/* ══════════ MAĞAZALAR ══════════ */
.magazalar { padding: clamp(110px, 16vh, 200px) 0; background: var(--ivory); color: var(--ink); }
.magazalar .section-head { color: var(--ink); }
.magazalar .section-sub { color: var(--stone); }
.magazalar__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px;
  margin-top: clamp(50px, 8vh, 90px);
}
.magaza {
  background: #fff; border: 1px solid var(--line-l); border-radius: 20px;
  padding: 40px; transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.magaza:hover { transform: translateY(-6px); box-shadow: 0 30px 70px rgba(12,12,13,0.12); }
.magaza--dark { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.magaza__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.magaza__no { font-family: 'Fraunces', serif; font-size: 0.9rem; color: var(--bronze); }
.magaza__city { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stone); }
.magaza--dark .magaza__city { color: var(--stone-light); }
.magaza h3 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 1.7rem; letter-spacing: -0.01em; margin-bottom: 8px; }
.magaza__desc { font-size: 0.92rem; color: var(--stone); margin-bottom: 26px; }
.magaza--dark .magaza__desc { color: var(--stone-light); }
.magaza__meta { display: flex; flex-direction: column; gap: 5px; margin-bottom: 28px; }
.magaza__meta span { font-size: 0.86rem; color: var(--stone); }
.magaza--dark .magaza__meta span { color: var(--stone-light); }
.magazalar__note {
  margin-top: 40px; text-align: center; font-size: 0.95rem; color: var(--stone);
  max-width: 680px; margin-left: auto; margin-right: auto; line-height: 1.7;
}
.magazalar__note strong { color: var(--ink); font-weight: 600; }

/* ══════════ İLETİŞİM ══════════ */
.iletisim { padding: clamp(120px, 20vh, 240px) 0; background: var(--ink); text-align: center; }
.iletisim__inner { display: flex; flex-direction: column; align-items: center; }
.iletisim__head {
  font-family: 'Fraunces', serif; font-weight: 300;
  font-size: clamp(2.6rem, 7vw, 5.5rem); line-height: 1.02; letter-spacing: -0.03em; margin-bottom: 40px;
}
.iletisim__phone {
  font-family: 'Fraunces', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--bronze);
  letter-spacing: -0.01em; transition: opacity 0.3s;
}
.iletisim__phone:hover { opacity: 0.7; }
.iletisim__hours { margin-top: 14px; margin-bottom: 44px; color: var(--stone-light); font-weight: 300; }

/* ══════════ MARKALAR ŞERİDİ ══════════ */
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.markalar {
  background: var(--ink-soft);
  border-top: 1px solid var(--line-d);
  border-bottom: 1px solid var(--line-d);
  padding: 36px 0;
  overflow: hidden;
}
.markalar__track-wrap {
  display: flex; flex-direction: column; gap: 10px;
}
.markalar__label {
  text-align: center;
  font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--stone); margin-bottom: 4px;
}
.markalar__track {
  display: flex; gap: 0; white-space: nowrap;
  animation: marqueeScroll 70s linear infinite;
  will-change: transform;
}
.markalar__track:hover { animation-play-state: paused; }
.markalar__track span {
  display: inline-block;
  padding: 0 56px;
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--stone-light);
  border-right: 1px solid var(--line-d);
  transition: color 0.3s var(--ease);
}
.markalar__track span:hover { color: var(--bronze); }

/* ══════════ NEDEN MİRZA ══════════ */
.neden {
  padding: clamp(90px, 14vh, 160px) 0;
  background: var(--ink-soft);
  border-top: 1px solid var(--line-d);
}
.neden__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; margin-top: clamp(48px, 7vh, 80px);
}
.neden__item {
  padding: 48px 36px;
  border-right: 1px solid var(--line-d);
  transition: background 0.4s var(--ease);
}
.neden__item:last-child { border-right: none; }
.neden__item:hover { background: rgba(196,154,108,0.04); }
.neden__title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: 1.25rem; color: var(--ivory);
  margin-bottom: 16px; letter-spacing: -0.01em;
}
.neden__desc {
  font-size: 0.92rem; font-weight: 300; line-height: 1.7;
  color: var(--stone-light);
}

/* ══════════ SOSYAL MEDYA ══════════ */
.btn--whatsapp {
  background: #25D366; color: #fff; border-color: #25D366;
  display: inline-flex; align-items: center;
}
.btn--whatsapp:hover { background: #1ebe5d; border-color: #1ebe5d; transform: translateY(-3px); box-shadow: 0 16px 40px rgba(37,211,102,0.3); }

.social-links {
  display: flex; gap: 12px; margin-top: 20px; justify-content: center; flex-wrap: wrap;
}
.social-link {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 22px; border-radius: 100px;
  font-size: 0.84rem; font-weight: 600; letter-spacing: 0.02em;
  color: #fff; border: none; transition: all 0.3s var(--ease);
}
.social-link:hover { transform: translateY(-2px); filter: brightness(1.1); }
.social-link--instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-link--facebook { background: #1877F2; }

/* ══════════ FOOTER ══════════ */
.footer { background: var(--ink); border-top: 1px solid var(--line-d); padding: 64px 0 48px; }
.footer__inner { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.footer__social { display: flex; flex-direction: row; align-items: center; gap: 24px; }
.footer__social-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.8rem; letter-spacing: 0.06em; color: var(--stone);
  transition: color 0.3s var(--ease);
}
.footer__social-link:hover { color: var(--bronze); }
.footer__logo { width: 240px; max-width: 70%; height: auto; opacity: 0.95; }
.footer__copy { font-size: 0.8rem; color: var(--stone); letter-spacing: 0.02em; }

/* ══════════ WHATSAPP FAB ══════════ */
.wa-fab {
  position: fixed; bottom: 28px; right: 28px; width: 58px; height: 58px;
  background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; box-shadow: 0 10px 30px rgba(37,211,102,0.4); z-index: 90;
  transition: transform 0.4s var(--ease);
}
.wa-fab:hover { transform: scale(1.1); }

/* ══════════ REVEAL STATES ══════════ */
[data-fade] { opacity: 0; transform: translateY(40px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
[data-fade].in { opacity: 1; transform: translateY(0); }

/* ══════════ MOBİL ══════════ */
@media (max-width: 900px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .nav__links {
    position: fixed; inset: 0 0 auto 0; top: 0; height: 100svh; flex-direction: column;
    justify-content: center; align-items: center; gap: 36px; background: rgba(12,12,13,0.97);
    backdrop-filter: blur(20px); transform: translateY(-100%); transition: transform 0.5s var(--ease); display: flex;
  }
  .nav__links.open { transform: translateY(0); }
  .nav__links a { font-size: 1.4rem; font-family: 'Fraunces', serif; color: var(--ivory); }
  .nav__logo-img { height: 64px; }
  .nav.scrolled .nav__logo-img { height: 46px; }

  .film { height: 220vh; }
  .film__frame { width: 86vw; }

  .stats__inner { grid-template-columns: repeat(3, 1fr); }
  .stat { border-bottom: 1px solid var(--line-d); padding: 44px 20px; }
  .stat:nth-child(3n) { border-right: none; }

  .row, .row--reverse { grid-template-columns: 1fr; gap: 32px; }
  .row--reverse .row__media { order: 0; }
  .row__media { transform: scale(0.94); }
  .row__text p { max-width: 100%; }

  .neden__grid { grid-template-columns: repeat(2, 1fr); }
  .neden__item:nth-child(2) { border-right: none; }
  .neden__item:nth-child(3) { border-right: 1px solid var(--line-d); border-top: 1px solid var(--line-d); }
  .neden__item:last-child { border-top: 1px solid var(--line-d); }
  .magazalar__grid { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .container { padding: 0 22px; }
  .stat strong { font-size: 2.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.1ms !important; }
  [data-fade] { opacity: 1; transform: none; }
  /* Marquee ve mouse scroll: kasıtlı animasyon, muaf tut */
  .markalar__track { animation-duration: 70s !important; animation-play-state: running !important; }
  .hero__cue-dot   { animation-duration: 3.5s !important; animation-play-state: running !important; }
}
