/* ============================================================================
   PIXTOOR — Ana stil. Açık tema + Ashley tarzı (büyük ince tipografi, hareket).
   Tasarım sistemi: pixtoor-web-design skill'i.  Font: Montserrat (self-host).
   ========================================================================== */

/* ----- Montserrat (self-host, değişken font) ----- */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/montserrat-latinext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ----- Tasarım Tokenları ----- */
:root {
  --c-light:   #f1fafe;
  --c-primary: #226192;
  --c-navy:    #0f2d44;
  --c-ink:     #000d18;
  --c-accent:  #5e9bd1;
  --c-white:   #ffffff;
  --c-primary-600: #1b5180;
  --c-primary-050: #eaf2f9;
  --c-line:    rgba(15, 45, 68, 0.12);
  --c-muted:   #5b7184;
  --c-muted-light: rgba(241, 250, 254, 0.70);

  --font-head: "Montserrat", "Segoe UI", Arial, sans-serif;
  --font-body: "Montserrat", Arial, "Helvetica Neue", sans-serif;

  --fs-display: clamp(2.8rem, 7.2vw, 6.6rem);
  --fs-h1: clamp(2.4rem, 5.5vw, 4.6rem);
  --fs-h2: clamp(1.9rem, 4.2vw, 3.5rem);
  --fs-h3: clamp(1.25rem, 2vw, 1.6rem);
  --fs-body: 1.0625rem;
  --lh-body: 1.8;

  --container: 1240px;
  --pad-x: clamp(1.25rem, 5vw, 2.5rem);
  --section-y: clamp(4.5rem, 10vw, 9rem);

  --radius-card: 18px;
  --radius-btn: 999px;
  --shadow-sm: 0 6px 24px rgba(15, 45, 68, 0.07);
  --shadow-md: 0 24px 60px rgba(15, 45, 68, 0.14);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 0.5s;
  --header-h: 88px;
}

/* ----- Reset ----- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
  color: var(--c-muted);
  background: var(--c-white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* Lenis smooth-scroll */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: var(--c-primary); text-decoration: none; transition: color var(--dur) var(--ease); }
ul { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--c-navy); line-height: 1.08; letter-spacing: -0.025em; font-weight: 300; overflow-wrap: break-word; }
p { overflow-wrap: break-word; }
html, body { overflow-x: clip; max-width: 100%; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); font-weight: 600; letter-spacing: -0.01em; }
strong, b { font-weight: 600; }
p { max-width: 60ch; }

::selection { background: var(--c-primary); color: #fff; }

.sr-only, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 8px; left: 8px; width: auto; height: auto; clip: auto; background: var(--c-navy); color: #fff; padding: .6rem 1rem; border-radius: 8px; z-index: 1000; }

/* ----- Düzen ----- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--pad-x); }
.section { padding-block: var(--section-y); position: relative; }
.section--light { background: var(--c-light); }
.section--white { background: var(--c-white); }
.section--soft  { background: linear-gradient(180deg, var(--c-white), var(--c-light)); }
.section--navy  { background: var(--c-navy); color: var(--c-muted-light); }
.section--navy h1, .section--navy h2, .section--navy h3 { color: #fff; }

/* ----- Suptitle (eyebrow) ----- */
.suptitle {
  display: inline-flex; align-items: center; gap: .8rem;
  font-family: var(--font-head); font-weight: 600; font-size: .78rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--c-primary);
  margin-bottom: 1.5rem;
}
.suptitle::before { content: ""; width: 34px; height: 1.5px; background: var(--c-primary); display: inline-block; }
.suptitle.center { justify-content: center; }
.section--navy .suptitle { color: var(--c-accent); }
.section--navy .suptitle::before { background: var(--c-accent); }

.section-head { max-width: 760px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 1.4rem; font-size: 1.12rem; }

/* ----- Butonlar ----- */
.btn {
  display: inline-flex; align-items: center; gap: .8rem;
  font-family: var(--font-head); font-weight: 600; font-size: .9rem; letter-spacing: .02em;
  padding: 1rem 1.9rem; border-radius: var(--radius-btn);
  transition: transform var(--dur) var(--ease), background var(--dur) var(--ease), color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  line-height: 1;
}
.btn:has(.btn-arrow) { padding: .55rem .55rem .55rem 1.7rem; }
.btn-arrow { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; transition: transform var(--dur) var(--ease), background var(--dur) var(--ease); }
.btn-arrow .icon { width: 16px; height: 16px; transition: transform var(--dur) var(--ease); }
.btn-primary { background: var(--c-navy); color: #fff; }
.btn-primary .btn-arrow { background: rgba(255,255,255,.16); }
.btn-primary:hover { background: var(--c-primary); color: #fff; transform: translateY(-3px); box-shadow: 0 16px 32px rgba(34,97,146,.3); }
.btn-primary:hover .btn-arrow { transform: rotate(-45deg); }
.btn-ghost { background: transparent; color: var(--c-navy); box-shadow: inset 0 0 0 1.5px var(--c-line); }
.btn-ghost .btn-arrow { background: var(--c-primary-050); }
.btn-ghost:hover { color: var(--c-primary); box-shadow: inset 0 0 0 1.5px var(--c-primary); transform: translateY(-3px); }
.btn-ghost:hover .btn-arrow { transform: rotate(-45deg); background: var(--c-primary); color: #fff; }
.section--navy .btn-ghost { color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.3); }
.section--navy .btn-ghost .btn-arrow { background: rgba(255,255,255,.14); }

.link-arrow { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-head); font-weight: 600; font-size: .92rem; color: var(--c-navy); }
.link-arrow .icon { width: 16px; height: 16px; transition: transform var(--dur) var(--ease); }
.link-arrow:hover { color: var(--c-primary); }
.link-arrow:hover .icon { transform: translateX(5px); }

/* ----- Özel cursor ----- */
.cursor, .cursor-dot { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; border-radius: 50%; mix-blend-mode: difference; }
.cursor { width: 40px; height: 40px; border: 1.5px solid #fff; transform: translate(-50%, -50%); transition: width .3s, height .3s, background .3s; }
.cursor-dot { width: 6px; height: 6px; background: #fff; transform: translate(-50%, -50%); }
.cursor.is-hover { width: 64px; height: 64px; background: rgba(255,255,255,.15); }
body.has-cursor { cursor: none; }
body.has-cursor a, body.has-cursor button { cursor: none; }
@media (hover: none), (max-width: 900px) { .cursor, .cursor-dot { display: none !important; } body.has-cursor { cursor: auto; } }

/* ----- Preloader ----- */
.preloader { position: fixed; inset: 0; z-index: 9000; background: var(--c-navy); display: grid; place-items: center; transition: opacity .6s var(--ease), visibility .6s; }
.preloader.done { opacity: 0; visibility: hidden; }
.preloader .pix-mark { height: 64px; width: auto; animation: pulse 1.2s var(--ease) infinite alternate; }
@keyframes pulse { from { transform: translateY(0); opacity: .7; } to { transform: translateY(-8px); opacity: 1; } }

/* ----- Header / Nav ----- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; transition: background var(--dur), box-shadow var(--dur), transform var(--dur); }
.site-header.scrolled { background: rgba(255,255,255,.86); backdrop-filter: saturate(180%) blur(14px); box-shadow: var(--shadow-sm); }
.site-header.hide { transform: translateY(-100%); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }

/* Logo */
.pix-logo { display: inline-flex; align-items: center; gap: .6rem; }
.pix-mark { height: 34px; width: auto; }
.pix-word { font-family: var(--font-head); font-weight: 300; font-size: 1.5rem; letter-spacing: .04em; color: var(--c-navy); }
.pix-word-b { font-weight: 700; }
.brand-light .pix-word { color: #fff; }

.main-nav { display: flex; align-items: center; }
.nav-list { display: flex; align-items: center; gap: 2rem; }
.nav-list > li > a { font-family: var(--font-head); font-weight: 500; font-size: .95rem; color: var(--c-navy); position: relative; }
.nav-list > li > a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1.5px; background: var(--c-primary); transition: width var(--dur) var(--ease); }
.nav-list > li > a:hover, .nav-list > li > a[aria-current] { color: var(--c-primary); }
.nav-list > li > a:hover::after, .nav-list > li > a[aria-current]::after { width: 100%; }
/* CTA butonu nav-link renk kuralından etkilenmesin */
.nav-list > li.nav-cta > a.btn, .nav-list > li.nav-cta > a.btn:hover { color: #fff; }
.nav-list > li.nav-cta > a.btn::after { content: none; display: none; }
.lang-switch { font-weight: 600; font-size: .82rem; padding: .35rem .7rem; border-radius: 999px; box-shadow: inset 0 0 0 1.5px var(--c-line); color: var(--c-navy); }
.lang-switch:hover { box-shadow: inset 0 0 0 1.5px var(--c-primary); color: var(--c-primary); }
.nav-toggle { display: none; flex-direction: column; gap: 6px; padding: 8px; z-index: 210; }
.nav-toggle span { width: 26px; height: 2px; background: var(--c-navy); border-radius: 2px; transition: transform var(--dur), opacity var(--dur); }

/* ----- Hero ----- */
.hero { position: relative; padding-top: calc(var(--header-h) + clamp(2rem, 5vw, 4rem)); padding-bottom: clamp(3rem, 6vw, 5rem); background: var(--c-light); overflow: hidden; }
.hero-deco { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-deco .deco-p { position: absolute; right: 2%; top: 14%; width: 150px; opacity: .14; animation: decoFloat 9s var(--ease) infinite; }
.hero-deco .deco-dots { position: absolute; left: -40px; bottom: 8%; width: 160px; opacity: .35; animation: decoFloat 11s var(--ease) infinite reverse; }
/* Animasyonlu dekoratif P */
.deco-p { will-change: transform; transform-origin: center; }
@keyframes decoFloat { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-26px) rotate(5deg); } }
@media (prefers-reduced-motion: reduce) { .deco-p, .hero-deco .deco-dots { animation: none !important; } }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 5vw, 4.5rem); position: relative; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { font-size: var(--fs-display); font-weight: 300; letter-spacing: -0.035em; }
.hero h1 .accent { color: var(--c-primary); font-weight: 600; }
.hero h1 .ital { font-style: italic; font-weight: 400; }
.hero-text { margin-top: 1.8rem; font-size: 1.18rem; max-width: 48ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; align-items: center; }
.hero-visual { position: relative; }
.hero-photo { position: relative; border-radius: 220px 220px 24px 24px; overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow-md); }
.hero-photo img { width: 100%; height: 116%; object-fit: cover; object-position: top center; }
.hero-badge { position: absolute; left: -26px; bottom: 46px; background: #fff; border-radius: 16px; padding: 1rem 1.3rem; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: .8rem; z-index: 3; }
.hero-badge strong { font-family: var(--font-head); font-size: 1.7rem; font-weight: 700; color: var(--c-primary); line-height: 1; display: block; }
.hero-badge span { font-size: .78rem; color: var(--c-muted); }
.hero-scroll { display: inline-flex; align-items: center; gap: .7rem; margin-top: 3rem; font-family: var(--font-head); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--c-muted); transition: color var(--dur) var(--ease); }
.hero-scroll:hover { color: var(--c-primary); }
body.nav-open { overflow: hidden; }
.hero-scroll .scroll-ico { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; box-shadow: inset 0 0 0 1.5px var(--c-line); color: var(--c-primary); transition: background var(--dur), color var(--dur); }
.hero-scroll:hover .scroll-ico { background: var(--c-primary); color: #fff; box-shadow: none; }
.hero-scroll .scroll-ico .icon { width: 17px; height: 17px; transform: rotate(90deg); animation: bounceDown 1.5s var(--ease) infinite; }
@keyframes bounceDown { 0%, 100% { transform: rotate(90deg) translateX(0); } 50% { transform: rotate(90deg) translateX(5px); } }
@media (prefers-reduced-motion: reduce) { .hero-scroll .scroll-ico .icon { animation: none; } }

/* ----- Marquee ----- */
.marquee { overflow: hidden; padding-block: clamp(1.5rem, 3vw, 2.5rem); background: var(--c-navy); border-block: 1px solid rgba(255,255,255,.06); }
.marquee-track { display: flex; gap: 0; width: max-content; will-change: transform; animation: marqueeScroll 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }
.marquee-item { font-family: var(--font-head); font-weight: 300; font-size: clamp(2rem, 5vw, 4rem); color: #fff; letter-spacing: -0.02em; display: inline-flex; align-items: center; white-space: nowrap; padding-inline: 1.5rem; }
.marquee-item .dot { width: 12px; height: 12px; border-radius: 50%; background: var(--c-accent); margin-inline: 2rem; }
.marquee-item.outline { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.5); }

/* ----- Studio / split ----- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.split--reverse .split-media { order: -1; }
.split-media { position: relative; border-radius: var(--radius-card); overflow: hidden; aspect-ratio: 5/6; box-shadow: var(--shadow-md); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media.parallax img { width: 100%; height: 118%; }
.mini-stats { display: flex; gap: 2.5rem; margin-top: 2.2rem; flex-wrap: wrap; }
.mini-stat strong { font-family: var(--font-head); font-weight: 300; font-size: 2.6rem; color: var(--c-navy); display: block; line-height: 1; }
.mini-stat span { font-size: .9rem; }

/* ----- Hizmetler — numaralı liste ----- */
.serv-list { border-top: 1px solid var(--c-line); }
.serv-row { display: grid; grid-template-columns: 72px minmax(0, 1.5fr) minmax(0, 1fr) 64px; align-items: center; gap: 1.5rem; padding: clamp(1.5rem, 3vw, 2.4rem) 0; border-bottom: 1px solid var(--c-line); position: relative; transition: padding var(--dur) var(--ease); }
.serv-row .serv-num { font-family: var(--font-head); font-weight: 300; font-size: 1.1rem; color: var(--c-accent); }
.serv-row .serv-title { font-family: var(--font-head); font-weight: 400; font-size: clamp(1.4rem, 3vw, 2.4rem); color: var(--c-navy); letter-spacing: -0.02em; transition: color var(--dur) var(--ease), transform var(--dur) var(--ease); }
.serv-row .serv-desc { color: var(--c-muted); max-width: 38ch; font-size: .98rem; }
.serv-row .serv-go { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; box-shadow: inset 0 0 0 1.5px var(--c-line); color: var(--c-navy); transition: all var(--dur) var(--ease); }
.serv-row .serv-go .icon { width: 18px; height: 18px; transition: transform var(--dur) var(--ease); }
.serv-row:hover .serv-title { color: var(--c-primary); transform: translateX(12px); }
.serv-row:hover .serv-go { background: var(--c-primary); color: #fff; box-shadow: none; }
.serv-row:hover .serv-go .icon { transform: rotate(-45deg); }
@media (max-width: 760px) { .serv-row { grid-template-columns: 50px 1fr; } .serv-row .serv-desc { display: none; } .serv-row .serv-go { grid-row: 1; grid-column: 2; justify-self: end; } }

/* Hizmet kartı (alternatif grid) */
.cards { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.card { background: var(--c-white); border-radius: var(--radius-card); padding: 2.4rem 2rem; box-shadow: var(--shadow-sm); border: 1px solid var(--c-line); transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.card-icon { width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; background: var(--c-primary-050); color: var(--c-primary); margin-bottom: 1.5rem; }
.card-icon .icon { width: 28px; height: 28px; }
.card h3 { margin-bottom: .7rem; }
.card p { font-size: .98rem; margin-bottom: 1.3rem; }

/* ----- Tanıtım videosu ----- */
.video-wrap { position: relative; max-width: 960px; margin-inline: auto; border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 16/9; cursor: pointer; background: var(--c-navy); }
/* Studio bölümünde video (split içinde) — 16:9 oranını koru */
.split-media.video-wrap { aspect-ratio: 16 / 9; }
.video-wrap video { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-hint { position: absolute; right: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .5rem; background: rgba(15, 45, 68, .72); color: #fff; padding: .55rem 1rem; border-radius: var(--radius-pill); font-family: var(--font-head); font-weight: 500; font-size: .85rem; backdrop-filter: blur(6px); pointer-events: none; transition: opacity var(--dur) var(--ease); }
.video-hint .icon { width: 17px; height: 17px; }
.video-replay { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; opacity: 0; transition: opacity var(--dur) var(--ease); }
.video-replay .vp { width: 76px; height: 76px; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--c-navy); display: grid; place-items: center; box-shadow: var(--shadow-md); transform: scale(.9); transition: transform var(--dur) var(--ease); }
.video-replay .vp .icon { width: 26px; height: 26px; margin-left: 3px; }
/* oynatma bitince baştan-oynat rozeti belirir */
.video-wrap.ended .video-replay { opacity: 1; }
.video-wrap.ended:hover .video-replay .vp { transform: scale(1); }
.video-wrap.sound-on .video-hint { opacity: 0; }

/* ----- Sayaçlar ----- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat { text-align: center; }
.stat-num { font-family: var(--font-head); font-weight: 300; font-size: clamp(2.8rem, 6vw, 4.6rem); color: #fff; line-height: 1; letter-spacing: -0.03em; }
.section--navy .stat-num { color: #fff; }
.stat-num .suf { color: var(--c-accent); }
.stat-label { margin-top: .8rem; font-size: .95rem; letter-spacing: .04em; }

/* ----- Portföy ----- */
.filter-bar { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.5rem; }
.filter-btn { font-family: var(--font-head); font-weight: 500; font-size: .9rem; padding: .55rem 1.2rem; border-radius: 999px; color: var(--c-navy); box-shadow: inset 0 0 0 1.5px var(--c-line); transition: all var(--dur) var(--ease); }
.filter-btn:hover { box-shadow: inset 0 0 0 1.5px var(--c-primary); color: var(--c-primary); }
.filter-btn.is-active { background: var(--c-navy); color: #fff; box-shadow: none; }
.portfolio-grid { display: grid; gap: 1.6rem; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); }
.project { position: relative; border-radius: var(--radius-card); overflow: hidden; aspect-ratio: 4/3; background: var(--c-navy); display: block; }
.project-img { width: 100%; height: 100%; overflow: hidden; display: block; }
.project-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.project-img.ph { display: grid; place-items: center; background: linear-gradient(155deg, #2f6ea6, #11314a); }
.project-img.ph img { width: 56px; height: auto; opacity: .42; transition: transform .8s var(--ease); }
.project:hover .project-img.ph img { transform: translateY(-6px) rotate(4deg); }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,13,24,.82) 0%, rgba(0,13,24,.12) 55%, transparent 100%); transition: opacity var(--dur); }
.project:hover .project-img img { transform: scale(1.08); }
.project-meta { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.8rem; z-index: 2; }
.project-cat { display: inline-block; font-family: var(--font-head); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--c-accent); margin-bottom: .5rem; }
.project-meta h3 { color: #fff; font-size: 1.35rem; font-weight: 500; }
.project-zoom { position: absolute; top: 1.4rem; right: 1.4rem; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.16); backdrop-filter: blur(4px); display: grid; place-items: center; color: #fff; z-index: 3; opacity: 0; transform: scale(.7); transition: all var(--dur) var(--ease); }
.project:hover .project-zoom { opacity: 1; transform: scale(1); }

/* ----- Ekip ----- */
.team-grid { display: grid; gap: 1.6rem; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.team-card { text-align: center; }
.team-photo { position: relative; border-radius: var(--radius-card); overflow: hidden; aspect-ratio: 3/4; margin-bottom: 1.2rem; display: grid; place-items: center; background: linear-gradient(160deg, #e3eef8, #c6dbef); }
.team-ph { font-family: var(--font-head); font-weight: 300; font-size: 3.4rem; color: var(--c-primary); opacity: .5; letter-spacing: .02em; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.team-card:hover .team-photo img { transform: scale(1.06); }
.team-social { position: absolute; inset: auto 0 0 0; display: flex; justify-content: center; gap: .5rem; padding: 1rem; background: linear-gradient(to top, rgba(15,45,68,.85), transparent); transform: translateY(100%); transition: transform var(--dur) var(--ease); }
.team-card:hover .team-social { transform: translateY(0); }
.team-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.18); display: grid; place-items: center; color: #fff; }
.team-social a .icon { width: 16px; height: 16px; }
.team-card h3 { font-size: 1.2rem; font-weight: 600; }
.team-role { font-size: .9rem; color: var(--c-primary); }

/* ----- Testimonials (Swiper) ----- */
.testi-wrap { position: relative; max-width: 880px; margin-inline: auto; text-align: center; }
.testi-wrap .swiper { padding-bottom: 3.5rem; }
.testi-wrap .swiper-pagination { bottom: 0; }
.testi-quote { color: var(--c-accent); margin-inline: auto; margin-bottom: 1.5rem; }
.testi-quote .icon { width: 50px; height: 50px; }
.testi blockquote { font-family: var(--font-head); font-weight: 300; font-size: clamp(1.3rem, 2.8vw, 2rem); line-height: 1.5; color: #fff; letter-spacing: -0.01em; }
.testi-author { margin-top: 2rem; }
.testi-author strong { font-family: var(--font-head); color: #fff; font-weight: 600; display: block; }
.testi-author span { color: var(--c-accent); font-size: .9rem; }
.swiper-pagination-bullet { background: rgba(255,255,255,.4); opacity: 1; }
.swiper-pagination-bullet-active { background: var(--c-accent); width: 26px; border-radius: 4px; }

/* ----- Partnerler ----- */
.partners { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(2rem, 5vw, 4.5rem); }
.partner { font-family: var(--font-head); font-weight: 600; font-size: 1.4rem; color: var(--c-navy); opacity: .45; transition: opacity var(--dur), color var(--dur); letter-spacing: -0.01em; }
.partner img { height: 38px; width: auto; filter: grayscale(1); opacity: .6; transition: all var(--dur); }
.partner:hover { opacity: 1; color: var(--c-primary); }
.partner:hover img { filter: none; opacity: 1; }

/* ----- Fiyatlandırma ----- */
.pricing-grid { display: grid; gap: 1.6rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.price-card { background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius-card); padding: 2.5rem 2rem; transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); display: flex; flex-direction: column; }
.price-card.featured { background: var(--c-navy); color: var(--c-muted-light); border-color: var(--c-navy); }
.price-card.featured h3, .price-card.featured .price { color: #fff; }
.price-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.price-badge { align-self: flex-start; font-family: var(--font-head); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--c-accent); margin-bottom: 1rem; }
.price-card h3 { font-size: 1.3rem; font-weight: 600; margin-bottom: 1rem; }
.price { font-family: var(--font-head); font-weight: 300; font-size: 3rem; color: var(--c-navy); line-height: 1; letter-spacing: -0.03em; }
.price small { font-size: .9rem; color: var(--c-muted); font-weight: 400; }
.price-feats { margin: 1.6rem 0; display: grid; gap: .8rem; }
.price-feats li { display: flex; gap: .6rem; align-items: flex-start; font-size: .95rem; }
.price-feats .icon { width: 18px; height: 18px; color: var(--c-primary); flex: none; margin-top: .2rem; }
.price-card.featured .price-feats .icon { color: var(--c-accent); }
.price-card .btn { margin-top: auto; justify-content: center; }

/* ----- SSS akordeon ----- */
.faq { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--c-line); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.5rem 0; text-align: left; font-family: var(--font-head); font-weight: 500; font-size: clamp(1.05rem, 2vw, 1.3rem); color: var(--c-navy); }
.faq-q .faq-icon { flex: none; width: 34px; height: 34px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px var(--c-line); display: grid; place-items: center; position: relative; transition: all var(--dur); }
.faq-q .faq-icon::before, .faq-q .faq-icon::after { content: ""; position: absolute; background: var(--c-navy); transition: transform var(--dur), background var(--dur); }
.faq-q .faq-icon::before { width: 13px; height: 1.6px; }
.faq-q .faq-icon::after { width: 1.6px; height: 13px; }
.faq-item.open .faq-q { color: var(--c-primary); }
.faq-item.open .faq-icon { background: var(--c-primary); box-shadow: none; }
.faq-item.open .faq-icon::before, .faq-item.open .faq-icon::after { background: #fff; }
.faq-item.open .faq-icon::after { transform: scaleY(0); }
.faq-a { overflow: hidden; height: 0; transition: height var(--dur) var(--ease); }
.faq-a-inner { padding-bottom: 1.6rem; max-width: 64ch; }

/* ----- Blog ----- */
.post-grid { display: grid; gap: 1.6rem; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); }
.post-card { background: var(--c-white); border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--c-line); transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.post-thumb { aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(140deg, var(--c-primary), var(--c-navy)); display: block; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.post-card:hover .post-thumb img { transform: scale(1.06); }
.post-body { padding: 1.8rem; display: flex; flex-direction: column; gap: .7rem; flex: 1; }
.post-date { font-size: .8rem; color: var(--c-primary); font-family: var(--font-head); letter-spacing: .06em; text-transform: uppercase; }
.post-card h3 { font-size: 1.22rem; font-weight: 600; }
.post-card h3 a { color: var(--c-navy); }
.post-card h3 a:hover { color: var(--c-primary); }
.post-card p { font-size: .95rem; }
.post-card .link-arrow { margin-top: auto; }

/* ----- CTA ----- */
.cta-band { background: var(--c-navy); color: #fff; text-align: center; position: relative; overflow: hidden; }
.cta-band .deco-p { position: absolute; left: -40px; top: -50px; width: 200px; opacity: .12; animation: decoFloat 10s var(--ease) infinite; }
.cta-band .deco-p.two { left: auto; right: -40px; top: auto; bottom: -70px; animation-duration: 8s; animation-direction: reverse; }
.cta-band .container { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; max-width: 18ch; margin-inline: auto; font-size: clamp(2.2rem, 5vw, 4rem); }
.cta-band p { color: var(--c-muted-light); margin: 1.4rem auto 2.5rem; font-size: 1.15rem; }

/* ----- İletişim ----- */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.contact-info { display: grid; gap: 1.6rem; }
.contact-item { display: flex; gap: 1.1rem; align-items: flex-start; }
.contact-item .ci-icon { flex: none; width: 50px; height: 50px; border-radius: 14px; background: var(--c-primary-050); color: var(--c-primary); display: grid; place-items: center; }
.contact-item h3 { font-size: 1rem; margin-bottom: .2rem; }
.contact-item a, .contact-item p { color: var(--c-muted); }
.form { background: var(--c-white); border-radius: var(--radius-card); padding: clamp(1.6rem, 3vw, 2.6rem); box-shadow: var(--shadow-sm); border: 1px solid var(--c-line); display: grid; gap: 1.2rem; }
.field { display: grid; gap: .45rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field label { font-family: var(--font-head); font-weight: 500; font-size: .85rem; color: var(--c-navy); }
.field input, .field textarea { width: 100%; padding: .95rem 1.1rem; border-radius: 12px; border: 1.5px solid var(--c-line); background: var(--c-light); font: inherit; color: var(--c-navy); transition: border-color var(--dur), background var(--dur); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--c-primary); background: #fff; }
.field textarea { resize: vertical; min-height: 140px; }
.form-status { font-size: .95rem; padding: .9rem 1.1rem; border-radius: 12px; display: none; }
.form-status.show { display: block; }
.form-status.ok { background: #e6f6ec; color: #1c7a3e; }
.form-status.err { background: #fdecec; color: #b3261e; }

/* ----- Footer ----- */
.site-footer { background: var(--c-ink); color: var(--c-muted-light); padding-top: clamp(4rem, 7vw, 6rem); position: relative; overflow: hidden; }
.footer-cta { text-align: center; padding-bottom: clamp(3rem, 6vw, 5rem); border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-cta h2 { color: #fff; font-size: clamp(2.2rem, 6vw, 5rem); font-weight: 300; }
.footer-cta a { color: var(--c-accent); border-bottom: 2px solid transparent; transition: border-color var(--dur); }
.footer-cta a:hover { border-color: var(--c-accent); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 2.5rem; padding-block: clamp(2.5rem, 5vw, 4rem); }
.footer-about { margin: 1.4rem 0 1.6rem; font-size: .95rem; max-width: 32ch; }
.footer-h { color: #fff; font-size: .95rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 1.3rem; }
.footer-col ul { display: grid; gap: .8rem; }
.footer-col a { color: var(--c-muted-light); font-size: .95rem; }
.footer-col a:hover { color: var(--c-accent); }
.social { display: flex; gap: .7rem; }
.social-link { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.06); color: var(--c-light); transition: all var(--dur); }
.social-link .icon { width: 19px; height: 19px; }
.social-link:hover { background: var(--c-primary); color: #fff; transform: translateY(-4px); }
.newsletter { display: flex; gap: .5rem; margin-top: 1rem; }
.newsletter input { flex: 1; padding: .8rem 1rem; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); color: #fff; }
.newsletter input::placeholder { color: rgba(255,255,255,.5); }
.newsletter input:focus { outline: none; border-color: var(--c-accent); }
.newsletter button { border-radius: 999px; padding: .8rem 1.3rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-block: 1.6rem; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; font-size: .85rem; }
.footer-tag { font-family: var(--font-head); color: var(--c-accent); }

/* ----- WhatsApp float ----- */
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 150; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 12px 28px rgba(37,211,102,.45); transition: transform var(--dur) var(--ease); }
.whatsapp-float .icon { width: 30px; height: 30px; }
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }

/* ----- İç sayfa başlığı ----- */
.page-hero { background: var(--c-light); padding-top: calc(var(--header-h) + clamp(2.5rem, 5vw, 4rem)); padding-bottom: clamp(2.5rem, 5vw, 4rem); position: relative; overflow: hidden; }
.page-hero .deco-p { position: absolute; right: 4%; top: 26%; width: 120px; opacity: .12; animation: decoFloat 9s var(--ease) infinite; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: var(--fs-h1); font-weight: 300; }
.breadcrumb { display: flex; gap: .5rem; align-items: center; font-size: .88rem; color: var(--c-muted); margin-bottom: 1.2rem; }
.breadcrumb a { color: var(--c-primary); }

/* ----- Makale / prose ----- */
.prose { max-width: 70ch; }
.prose p { margin-bottom: 1.3rem; color: var(--c-muted); }
.prose p:first-of-type { font-size: 1.2rem; color: var(--c-navy); }
.prose h2, .prose h3 { margin: 2rem 0 1rem; }

/* ----- Reveal (GSAP devralır; JS yoksa görünür) ----- */
html.js .mil-up { opacity: 0; }
html.js .mil-scale > img, html.js .mil-scale img.mil-scale-img { transform: scale(1.18); }

@keyframes fadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* ----- Responsive ----- */
@media (max-width: 980px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  /* Studio medyası (artık video) mobilde de görünür */
  .split--reverse .split-media { display: block; order: 0; }
  .hero-visual { max-width: 440px; margin-inline: auto; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  .nav-list { position: fixed; inset: 0 0 0 auto; width: min(80vw, 340px); flex-direction: column; align-items: flex-start; gap: 0; background: #fff; padding: calc(var(--header-h)) var(--pad-x) 2rem; box-shadow: var(--shadow-md); transform: translateX(100%); transition: transform var(--dur) var(--ease); z-index: 205; overflow-y: auto; }
  .nav-list.open { transform: translateX(0); }
  .nav-list > li { width: 100%; }
  .nav-list > li > a { display: block; padding: 1rem 0; border-bottom: 1px solid var(--c-line); width: 100%; font-size: 1.1rem; }
  .nav-list > li > a::after { display: none; }
  .nav-cta, .nav-lang { margin-top: 1rem; }
  .nav-cta .btn { width: 100%; justify-content: center; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .footer-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .hero-badge { left: 10px; }
  .hero-deco, .page-hero .deco-p, .cta-band .deco-p { display: none; }
  .hero h1 { font-size: clamp(2.1rem, 9vw, 3.2rem); }
  .hero-actions .btn { flex: 1 1 auto; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  html.js .mil-up { opacity: 1; }
  html.js .mil-scale img { transform: none; }
}
