/* =========================================================
   VERA AGENCY — Tasarım Sistemi
   Açık (pudra pembesi) tema varsayılan · Koyu tema [data-theme="dark"]
   ========================================================= */

/* ---------- Değişkenler ----------
   Marka paleti: pudra pembesi zemin + gül kurusu (raspberry) vurgu.
   Varsayılan tema AÇIK (poster görünümü); koyu mod gece sürümüdür.
   Not: --gold değişken adları geriye uyumluluk için korunmuştur;
   değerleri artık gül kurusu tonlarıdır. */
:root {
  --bg: #fdf1f5;
  --bg-2: #fae2ea;
  --surface: #ffffff;
  --surface-2: #fdf1f5;
  --line: rgba(180, 60, 95, 0.16);
  --text: #241318;
  --text-2: #96707c;
  --gold: #d34f6e;
  --gold-2: #b8385a;
  --gold-grad: linear-gradient(120deg, #c73a5e, #e8718e 55%, #c73a5e);
  --danger: #d95a5a;
  --ok: #4da878;
  --radius: 14px;
  --shadow: 0 20px 50px rgba(190, 60, 95, 0.18);
  --font-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --font-sans: "Jost", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-script: "Great Vibes", "Segoe Script", cursive;
  --header-h: 76px;
  color-scheme: light;
}

[data-theme="dark"] {
  --bg: #180a10;
  --bg-2: #200e16;
  --surface: #27121b;
  --surface-2: #2f1721;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f9eef1;
  --text-2: #b58f9b;
  --gold: #e8718e;
  --gold-2: #f19bb0;
  --gold-grad: linear-gradient(120deg, #cf4a6b, #f08fa6 55%, #cf4a6b);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  color-scheme: dark;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  transition: background 0.4s ease, color 0.4s ease;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; }
::selection { background: var(--gold); color: #fff; }

h1, h2, h3, .serif {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.005em;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h3 { font-size: 1.35rem; }

.container { width: min(1240px, 92vw); margin-inline: auto; }
section { padding: clamp(64px, 9vw, 120px) 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  text-transform: uppercase; letter-spacing: 0.34em;
  font-size: 0.72rem; color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }

.section-head { margin-bottom: clamp(32px, 5vw, 56px); }
.section-head p { color: var(--text-2); max-width: 560px; margin-top: 14px; }
.section-head.center { text-align: center; }
.section-head.center p { margin-inline: auto; }
.section-head.center .eyebrow::after { content: ""; width: 34px; height: 1px; background: var(--gold); }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 30px; border-radius: 999px;
  font-size: 0.82rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.18em;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease,
              color 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-gold { background: var(--gold-grad); color: #ffffff; box-shadow: 0 10px 30px rgba(211, 79, 110, 0.25); }
.btn-gold:hover { box-shadow: 0 14px 36px rgba(211, 79, 110, 0.4); }
.btn-ghost { border-color: var(--line); color: var(--text); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-sm { padding: 10px 20px; font-size: 0.72rem; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 90;
  height: var(--header-h);
  display: flex; align-items: center;
  /* En üstteyken de okunaklı: her zaman buzlu zemin */
  background: color-mix(in srgb, var(--bg) 80%, transparent);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
.site-header.scrolled {
  background: color-mix(in srgb, var(--bg) 94%, transparent);
  box-shadow: 0 1px 0 var(--line), 0 8px 30px rgba(190, 60, 95, 0.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.logo { display: flex; align-items: center; gap: 11px; color: var(--text); }
.logo-mark { width: 40px; height: 40px; flex: none; color: var(--gold); }
.logo-word { display: flex; flex-direction: column; line-height: 1; }
.lw-top { font-family: var(--font-serif); font-size: 1.18rem; font-weight: 600; letter-spacing: 0.14em; }
.lw-top em {
  font-family: var(--font-script); font-style: normal; font-weight: 400;
  font-size: 1.45em; color: var(--gold); letter-spacing: 0;
  margin: 0 3px; vertical-align: -0.14em;
}
.logo-word small {
  font-family: var(--font-sans); font-size: 0.5rem; font-weight: 500;
  letter-spacing: 0.62em; text-transform: uppercase; color: var(--gold); margin-top: 5px;
}

.main-nav { display: flex; gap: 34px; }
.main-nav a {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--text-2); position: relative; padding: 6px 0;
  transition: color 0.25s ease;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.3s ease;
}
.main-nav a:hover, .main-nav a.active { color: var(--text); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); transform-origin: left; }

.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn {
  width: 42px; height: 42px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); color: var(--text-2);
  transition: color 0.25s, border-color 0.25s, transform 0.25s;
}
.icon-btn:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-1px); }
.icon-btn svg { width: 17px; height: 17px; }

.nav-toggle { display: none; }
.header-cta { margin-left: 6px; }

/* Mobil menü */
@media (max-width: 960px) {
  .main-nav {
    position: fixed; inset: var(--header-h) 0 0 0;
    flex-direction: column; gap: 0;
    background: var(--bg);
    padding: 24px 6vw;
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 80;
  }
  .main-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .main-nav a { font-size: 1.05rem; padding: 18px 0; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: inline-flex; }
  .header-cta { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  min-height: 100svh;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding: calc(var(--header-h) + 40px) 0 80px;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(ellipse 70% 55% at 78% 30%, rgba(211, 79, 110, 0.13), transparent 60%),
    radial-gradient(ellipse 55% 60% at 15% 80%, rgba(220, 110, 145, 0.14), transparent 65%),
    var(--bg);
}
.hero-bg video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.28; }

/* Hero fotoğrafı — poster düzeni: model sağda, metin solda temiz zeminde */
.hero-photo { opacity: 0.45; object-position: 70% 22%; }
@media (min-width: 961px) {
  .hero-photo {
    opacity: 0.9;
    object-position: right center;
    -webkit-mask-image: linear-gradient(to right, transparent 30%, black 62%);
    mask-image: linear-gradient(to right, transparent 30%, black 62%);
  }
}
[data-theme="dark"] .hero-photo { opacity: 0.55; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, var(--bg), transparent 45%);
}
.hero-grid-lines {
  position: absolute; inset: 0; z-index: -1; opacity: 0.5;
  background-image: linear-gradient(var(--line) 1px, transparent 1px),
                    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 30%, transparent 75%);
}
.hero-content { max-width: 780px; }
/* Posterdeki el yazısı vurgusu ("Your Journey Starts Here" tarzı) */
.hero h1 em, .script {
  font-family: var(--font-script);
  font-style: normal;
  font-weight: 400;
  font-size: 1.12em;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--gold);
}
.hero p.lead { font-size: clamp(1rem, 1.6vw, 1.2rem); color: var(--text-2); max-width: 540px; margin: 26px 0 40px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: clamp(28px, 5vw, 64px); margin-top: clamp(48px, 7vw, 84px); }
.hero-stats div strong { display: block; font-family: var(--font-serif); font-size: 2.1rem; color: var(--gold-2); }
.hero-stats div span { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.22em; color: var(--text-2); }

.scroll-hint {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--text-2);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.scroll-hint::after {
  content: ""; width: 1px; height: 42px;
  background: linear-gradient(var(--gold), transparent);
  animation: drip 2s ease-in-out infinite;
}
@keyframes drip { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Hızlı Cast Arama (ana sayfa) ---------- */
.quick-cast {
  margin-top: clamp(36px, 5vw, 56px);
  background: color-mix(in srgb, var(--surface) 72%, transparent);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  padding: 22px 24px;
  max-width: 720px;
}
.quick-cast .qc-title {
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.26em;
  color: var(--gold); margin-bottom: 14px; display: block;
}
.qc-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: stretch; }
.qc-row select {
  flex: 1; min-width: 170px;
  padding: 13px 16px; border-radius: 10px;
  background: var(--bg-2); border: 1px solid var(--line);
  color: var(--text); font: inherit; font-size: 0.9rem;
}
.qc-row select:focus { outline: none; border-color: var(--gold); }
.qc-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.qc-chips a {
  font-size: 0.76rem; padding: 7px 14px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--text-2);
  transition: all 0.22s ease;
}
.qc-chips a:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- Carousel (Öne Çıkan Yüzler) ---------- */
.carousel-wrap { position: relative; }
.carousel {
  display: flex; gap: 24px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
  padding-bottom: 8px;
  scroll-padding-inline: 4px;
}
.carousel::-webkit-scrollbar { display: none; }
.carousel .talent-card {
  flex: 0 0 min(300px, 78vw);
  scroll-snap-align: start;
}
.carousel-nav {
  display: flex; gap: 10px; justify-content: flex-end;
  margin-bottom: 22px;
}
.carousel-nav .icon-btn { width: 48px; height: 48px; }
.carousel-nav .icon-btn:disabled { opacity: 0.3; pointer-events: none; }

/* ---------- Sayısal Başarı Sayaçları ---------- */
.counters-band {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(ellipse 50% 90% at 50% -30%, rgba(211, 79, 110, 0.1), transparent 70%),
    var(--bg-2);
  padding: clamp(48px, 7vw, 88px) 0;
}
.counters { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; text-align: center; }
.counter strong {
  display: block; font-family: var(--font-serif);
  font-size: clamp(2.6rem, 5vw, 4rem); color: var(--gold-2);
  line-height: 1.1; font-variant-numeric: tabular-nums;
}
.counter span { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.24em; color: var(--text-2); }

/* ---------- Son Projeler ---------- */
.projects-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.project-card {
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); background: var(--surface);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(211, 79, 110, 0.35); }
.project-visual {
  aspect-ratio: 16 / 10; position: relative;
  background: linear-gradient(140deg, var(--pv1), var(--pv2));
}
.project-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8, 8, 10, 0.55), transparent 55%),
              radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.14), transparent 50%);
}
.project-visual .pv-cat {
  position: absolute; top: 14px; left: 14px; z-index: 1;
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
  background: rgba(10, 10, 12, 0.5); color: #ffe3ea;
  border: 1px solid rgba(211, 79, 110, 0.4); backdrop-filter: blur(8px);
}
.project-body { padding: 20px 22px 24px; }
.project-body h3 { font-size: 1.2rem; margin-bottom: 8px; }
.project-body p { color: var(--text-2); font-size: 0.88rem; }
.project-body .pv-date {
  display: block; margin-top: 14px;
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.22em; color: var(--gold);
}

/* ---------- Marka Logoları ---------- */
.brands-strip { padding: clamp(40px, 6vw, 64px) 0; border-block: 1px solid var(--line); }
.brands-strip .brands-title {
  text-align: center; font-size: 0.7rem; text-transform: uppercase;
  letter-spacing: 0.3em; color: var(--text-2); margin-bottom: 34px;
}
.brands-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(28px, 5vw, 64px); align-items: center;
}
.brand-logo {
  font-family: var(--font-serif); font-size: clamp(1.05rem, 2vw, 1.35rem);
  letter-spacing: 0.22em; color: var(--text-2);
  opacity: 0.55; filter: grayscale(1);
  transition: opacity 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
.brand-logo img { height: 34px; width: auto; filter: grayscale(1); opacity: 0.7; transition: filter 0.3s, opacity 0.3s; }
.brand-logo:hover { opacity: 1; color: var(--gold-2); }
.brand-logo:hover img { filter: none; opacity: 1; }

/* ---------- Müşteri Yorumları ---------- */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.testimonial {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 28px;
  display: flex; flex-direction: column; gap: 20px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.testimonial:hover { transform: translateY(-4px); border-color: rgba(211, 79, 110, 0.35); }
.testimonial .quote-mark { font-family: var(--font-serif); font-size: 3rem; line-height: 0.6; color: var(--gold); }
.testimonial blockquote { color: var(--text-2); font-size: 0.96rem; font-style: italic; flex: 1; }
.testimonial .t-author { border-top: 1px solid var(--line); padding-top: 16px; }
.testimonial .t-author strong { display: block; font-size: 0.94rem; }
.testimonial .t-author span { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold); }

/* ---------- Kartlar / Katalog Grid ---------- */
.talent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 26px;
}
.talent-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.4s ease, border-color 0.4s ease;
  display: block;
}
.talent-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(211, 79, 110, 0.35); }
.talent-media { aspect-ratio: 3 / 4; position: relative; overflow: hidden; }
.talent-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.talent-card:hover .talent-media img { transform: scale(1.05); }

/* Placeholder görsel */
.ph {
  width: 100%; height: 100%;
  background: linear-gradient(150deg, var(--ph1), var(--ph2));
  display: flex; align-items: center; justify-content: center; position: relative;
  transition: transform 0.6s ease;
}
.talent-card:hover .ph { transform: scale(1.04); }
.ph-fig { position: absolute; inset: 0; width: 100%; height: 100%; fill: rgba(255, 255, 255, 0.1); }
.ph-initials {
  font-family: var(--font-serif); font-size: 3rem; color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.1em; z-index: 1;
}
.ph-initials.big { font-size: 5rem; }

.talent-badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
  background: rgba(10, 10, 12, 0.55); color: #ffe3ea;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(211, 79, 110, 0.4);
}
.talent-info { padding: 18px 20px 20px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.talent-info h3 { font-size: 1.25rem; }
.talent-info small { display: block; color: var(--text-2); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.16em; margin-top: 3px; }
.talent-info .arrow { color: var(--gold); font-size: 1.2rem; transition: transform 0.3s ease; }
.talent-card:hover .arrow { transform: translateX(6px); }

/* ---------- Katalog Sayfası: Filtre paneli ---------- */
.page-head { padding: calc(var(--header-h) + clamp(40px, 7vw, 80px)) 0 clamp(28px, 4vw, 48px); }
.catalog-layout { display: grid; grid-template-columns: 280px 1fr; gap: 44px; align-items: start; }
@media (max-width: 960px) { .catalog-layout { grid-template-columns: 1fr; } }

.filters {
  position: sticky; top: calc(var(--header-h) + 20px);
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 24px;
}
.filters h3 { font-size: 1rem; text-transform: uppercase; letter-spacing: 0.2em; font-family: var(--font-sans); font-weight: 600; margin-bottom: 4px; }
.filter-group { padding: 18px 0; border-bottom: 1px solid var(--line); }
.filter-group:last-of-type { border-bottom: 0; }
.filter-group > label, .filter-group > .fg-title {
  display: block; font-size: 0.7rem; text-transform: uppercase;
  letter-spacing: 0.22em; color: var(--text-2); margin-bottom: 12px;
}
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  padding: 7px 14px; border-radius: 999px; font-size: 0.78rem;
  border: 1px solid var(--line); color: var(--text-2);
  transition: all 0.22s ease;
}
.chip:hover { border-color: var(--gold); color: var(--text); }
.chip.active { background: var(--gold-grad); color: #ffffff; border-color: transparent; font-weight: 500; }

.range-row { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: var(--text-2); }
.range-row output { min-width: 48px; color: var(--gold-2); font-weight: 500; text-align: right; }
input[type="range"] { flex: 1; accent-color: var(--gold); }

.search-input {
  width: 100%; padding: 12px 16px; border-radius: 10px;
  background: var(--bg-2); border: 1px solid var(--line);
  color: var(--text); font: inherit; font-size: 0.9rem;
  transition: border-color 0.25s ease;
}
.search-input:focus { outline: none; border-color: var(--gold); }
.search-input::placeholder { color: var(--text-2); }

.filters .btn-clear { width: 100%; margin-top: 18px; }

.catalog-toolbar {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; margin-bottom: 24px; flex-wrap: wrap;
}
.result-count { color: var(--text-2); font-size: 0.88rem; }
.result-count strong { color: var(--gold-2); }
.sort-select {
  padding: 10px 14px; border-radius: 10px; background: var(--surface);
  border: 1px solid var(--line); color: var(--text); font: inherit; font-size: 0.85rem;
}
.empty-state {
  text-align: center; padding: 80px 20px; color: var(--text-2);
  border: 1px dashed var(--line); border-radius: var(--radius);
}
.empty-state .serif { font-size: 1.6rem; color: var(--text); margin-bottom: 8px; }

/* Mobil filtre aç/kapa */
.filters-toggle { display: none; }
@media (max-width: 960px) {
  .filters-toggle { display: inline-flex; width: 100%; }
  .filters { display: none; position: static; }
  .filters.open { display: block; }
}

/* ---------- Model Detay / Sedcard ---------- */
.detail-layout {
  display: grid; grid-template-columns: minmax(320px, 460px) 1fr;
  gap: clamp(32px, 5vw, 64px); align-items: start;
}
@media (max-width: 900px) { .detail-layout { grid-template-columns: 1fr; } }
.detail-media { border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/4; border: 1px solid var(--line); position: sticky; top: calc(var(--header-h) + 20px); }
@media (max-width: 900px) { .detail-media { position: static; } }

.detail-name { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.detail-cat { color: var(--gold); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.26em; }
.detail-bio { color: var(--text-2); margin: 18px 0 30px; max-width: 60ch; }

.sedcard {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  margin-bottom: 30px;
}
.sedcard div { background: var(--surface); padding: 16px 18px; }
.sedcard dt { font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--text-2); margin-bottom: 5px; }
.sedcard dd { font-family: var(--font-serif); font-size: 1.3rem; color: var(--gold-2); }

.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.tag { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 7px 14px; border-radius: 999px; border: 1px solid var(--line); color: var(--text-2); }

.detail-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.gallery-strip { margin-top: clamp(48px, 7vw, 80px); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
.gallery-grid .ph, .gallery-grid img { aspect-ratio: 3/4; border-radius: 10px; overflow: hidden; }

/* ---------- Formlar ---------- */
.form-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px); padding: clamp(28px, 4vw, 48px);
  box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

.field label {
  display: block; font-size: 0.72rem; text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--text-2); margin-bottom: 9px;
}
.field label .req { color: var(--gold); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; border-radius: 10px;
  background: var(--bg-2); border: 1px solid var(--line);
  color: var(--text); font: inherit; font-size: 0.94rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(211, 79, 110, 0.15);
}
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--danger); }
.field .err { display: none; color: var(--danger); font-size: 0.76rem; margin-top: 6px; }
.field.invalid .err { display: block; }
.field .hint { color: var(--text-2); font-size: 0.76rem; margin-top: 6px; }

fieldset { border: 0; }
.form-section-title {
  grid-column: 1 / -1;
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.26em;
  color: var(--gold); padding-top: 10px;
  display: flex; align-items: center; gap: 14px;
}
.form-section-title::after { content: ""; flex: 1; height: 1px; background: var(--line); }

.checkbox-row { display: flex; gap: 10px; align-items: flex-start; font-size: 0.86rem; color: var(--text-2); }
.checkbox-row input { width: auto; margin-top: 4px; accent-color: var(--gold); }

.form-success {
  display: none; text-align: center; padding: clamp(40px, 6vw, 70px) 20px;
}
.form-success.show { display: block; }
.form-success .tick {
  width: 74px; height: 74px; border-radius: 50%; margin: 0 auto 24px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--gold); color: var(--gold); font-size: 1.8rem;
}
.form-success h3 { font-size: 1.8rem; margin-bottom: 10px; }
.form-success p { color: var(--text-2); max-width: 46ch; margin: 0 auto 28px; }

/* ---------- Hizmet kartları ---------- */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.service-card {
  border-radius: var(--radius); border: 1px solid var(--line);
  background: var(--surface); overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(211, 79, 110, 0.35); }
.service-visual { height: 150px; background: linear-gradient(135deg, var(--sv1), var(--sv2)); position: relative; }
.service-visual::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.16), transparent 55%);
}
.service-visual .num {
  position: absolute; bottom: 12px; left: 22px;
  font-family: var(--font-serif); font-size: 3rem; color: rgba(255, 255, 255, 0.4);
}
.service-body { padding: 26px 26px 30px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.service-body p { color: var(--text-2); font-size: 0.94rem; flex: 1; }
.service-body ul { display: grid; gap: 9px; }
.service-body ul li { display: flex; gap: 10px; font-size: 0.88rem; color: var(--text-2); }
.service-body ul li::before { content: "—"; color: var(--gold); flex: none; }
.service-link { color: var(--gold); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.2em; margin-top: 6px; }

/* ---------- CTA bandı ---------- */
.cta-band {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(ellipse 60% 100% at 50% 120%, rgba(211, 79, 110, 0.14), transparent 70%),
    var(--bg-2);
  text-align: center;
}
.cta-band p { color: var(--text-2); max-width: 52ch; margin: 16px auto 34px; }

/* ---------- Süreç adımları ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 26px; counter-reset: step; }
.step { border-top: 1px solid var(--line); padding-top: 22px; position: relative; }
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: var(--font-serif); font-size: 2.4rem; color: var(--gold);
  display: block; margin-bottom: 12px;
}
.step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { color: var(--text-2); font-size: 0.9rem; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: clamp(48px, 7vw, 80px) 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; margin-bottom: 48px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.24em; color: var(--text-2); margin-bottom: 18px; }
.footer-grid ul { display: grid; gap: 10px; }
.footer-grid a { color: var(--text-2); font-size: 0.92rem; transition: color 0.2s; }
.footer-grid a:hover { color: var(--gold); }
.footer-about p { color: var(--text-2); font-size: 0.92rem; max-width: 36ch; margin-top: 14px; }
.footer-bottom {
  border-top: 1px solid var(--line); padding-top: 24px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  color: var(--text-2); font-size: 0.8rem;
}

/* ---------- Arama Overlay ---------- */
.search-overlay {
  position: fixed; inset: 0; z-index: 120;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(18px);
  display: flex; align-items: flex-start; justify-content: center;
  padding: 14vh 5vw 40px;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.search-overlay.open { opacity: 1; pointer-events: auto; }
.search-box { width: min(680px, 100%); }
.search-box input {
  width: 100%; background: transparent; border: 0;
  border-bottom: 1px solid var(--gold); color: var(--text);
  font-family: var(--font-serif); font-size: clamp(1.6rem, 4vw, 2.4rem);
  padding: 10px 4px 16px;
}
.search-box input:focus { outline: none; }
.search-box input::placeholder { color: var(--text-2); opacity: 0.6; }
.search-hint { color: var(--text-2); font-size: 0.78rem; margin-top: 12px; letter-spacing: 0.1em; }
.search-results { margin-top: 28px; display: grid; gap: 8px; max-height: 46vh; overflow: auto; }
.search-results a {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 14px 18px; border-radius: 10px; border: 1px solid transparent;
  color: var(--text); transition: all 0.2s ease;
}
.search-results a:hover { background: var(--surface); border-color: var(--line); }
.search-results a small { color: var(--text-2); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.66rem; }
.search-close { position: absolute; top: 26px; right: 5vw; }

/* ---------- Özel Cursor ---------- */
.cursor-dot, .cursor-ring {
  position: fixed; top: 0; left: 0; z-index: 200; pointer-events: none;
  border-radius: 50%; transform: translate(-50%, -50%);
}
.cursor-dot { width: 6px; height: 6px; background: var(--gold); transition: opacity 0.3s; }
.cursor-ring {
  width: 38px; height: 38px; border: 1px solid rgba(211, 79, 110, 0.55);
  transition: width 0.3s ease, height 0.3s ease, background 0.3s ease, opacity 0.3s;
  display: flex; align-items: center; justify-content: center;
  font-size: 0; color: #ffffff; letter-spacing: 0.12em; text-transform: uppercase;
}
.cursor-ring.zoom {
  width: 76px; height: 76px;
  background: color-mix(in srgb, var(--gold) 88%, white);
  font-size: 0.6rem; font-weight: 600;
}
@media (hover: none), (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }

/* ---------- Scroll Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.1s; }
.reveal[data-delay="2"] { transition-delay: 0.2s; }
.reveal[data-delay="3"] { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Sayfa giriş animasyonu ---------- */
body { animation: pageIn 0.6s ease both; }
@keyframes pageIn { from { opacity: 0; } to { opacity: 1; } }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 70;
  width: 54px; height: 54px; border-radius: 50%;
  background: #1fb355; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease;
}
.wa-float:hover { transform: translateY(-3px) scale(1.05); }
.wa-float svg { width: 26px; height: 26px; }

/* ---------- Favori (Cast Listem) ---------- */
.fav-btn {
  position: absolute; top: 12px; right: 12px; z-index: 3;
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(10, 10, 12, 0.5); backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18); color: #fff;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.fav-btn:hover { transform: scale(1.12); border-color: var(--gold); }
.fav-btn svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; transition: fill 0.2s; }
.fav-btn.active { background: var(--gold-grad); border-color: transparent; color: #ffffff; }
.fav-btn.active svg { fill: #ffffff; stroke: #ffffff; }
.fav-count {
  position: absolute; top: -4px; right: -4px;
  min-width: 17px; height: 17px; border-radius: 999px;
  background: var(--gold-grad); color: #ffffff;
  font-size: 0.62rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center; padding: 0 4px;
}
#favHeaderBtn { position: relative; }

/* Müsaitlik rozeti */
.avail-badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.18em;
  padding: 6px 13px; border-radius: 999px; border: 1px solid var(--line);
}
.avail-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; }
.avail-badge.on { color: var(--ok); border-color: color-mix(in srgb, var(--ok) 45%, transparent); }
.avail-badge.on::before { background: var(--ok); box-shadow: 0 0 8px var(--ok); }
.avail-badge.off { color: var(--text-2); }
.avail-badge.off::before { background: var(--text-2); }

/* ---------- Sekmeler (galeri: stüdyo/podyum/polaroid/video) ---------- */
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.tab-btn {
  padding: 9px 20px; border-radius: 999px; font-size: 0.76rem;
  text-transform: uppercase; letter-spacing: 0.16em;
  border: 1px solid var(--line); color: var(--text-2);
  transition: all 0.22s ease;
}
.tab-btn:hover { border-color: var(--gold); color: var(--text); }
.tab-btn.active { background: var(--gold-grad); color: #ffffff; border-color: transparent; font-weight: 500; }
.tab-pane { display: none; }
.tab-pane.active { display: block; animation: fadeUp 0.4s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.video-slot {
  aspect-ratio: 16 / 9; border-radius: var(--radius);
  border: 1px dashed var(--line); background: var(--bg-2);
  display: flex; flex-direction: column; gap: 10px; align-items: center; justify-content: center;
  color: var(--text-2); font-size: 0.88rem;
}
.video-slot .play {
  width: 60px; height: 60px; border-radius: 50%;
  border: 1px solid var(--gold); color: var(--gold);
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}

/* ---------- Akordeon (SSS) ---------- */
.accordion { display: grid; gap: 12px; }
.acc-item { border: 1px solid var(--line); border-radius: 12px; background: var(--surface); overflow: hidden; }
.acc-item summary {
  list-style: none; cursor: pointer; padding: 18px 22px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-weight: 500; font-size: 0.98rem;
}
.acc-item summary::-webkit-details-marker { display: none; }
.acc-item summary::after { content: "+"; font-family: var(--font-serif); font-size: 1.5rem; color: var(--gold); transition: transform 0.3s; flex: none; }
.acc-item[open] summary::after { transform: rotate(45deg); }
.acc-item .acc-body { padding: 0 22px 20px; color: var(--text-2); font-size: 0.92rem; }

/* ---------- Karşılaştırma Tablosu ---------- */
.compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.compare { width: 100%; border-collapse: collapse; min-width: 640px; background: var(--surface); }
.compare th, .compare td { padding: 15px 20px; text-align: center; border-bottom: 1px solid var(--line); font-size: 0.9rem; }
.compare th { font-family: var(--font-sans); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold); background: var(--bg-2); }
.compare td:first-child, .compare th:first-child { text-align: left; color: var(--text-2); }
.compare tr:last-child td { border-bottom: 0; }
.compare .yes { color: var(--ok); font-size: 1.05rem; }
.compare .no { color: var(--text-2); opacity: 0.45; }

/* ---------- Lokasyon Ağı ---------- */
.locations-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.location-card { border: 1px solid var(--line); border-radius: 12px; padding: 22px; background: var(--surface); }
.location-card h3 { font-size: 1.05rem; color: var(--gold-2); margin-bottom: 12px; display: flex; align-items: center; gap: 9px; }
.location-card h3::before { content: "◆"; font-size: 0.6rem; color: var(--gold); }
.location-card li { color: var(--text-2); font-size: 0.86rem; padding: 4px 0; }

/* ---------- Önce / Sonra Slider ---------- */
.ba-slider {
  position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius);
  overflow: hidden; border: 1px solid var(--line); user-select: none; touch-action: none;
}
.ba-slider .ba-before, .ba-slider .ba-after { position: absolute; inset: 0; }
.ba-slider .ba-after { clip-path: inset(0 0 0 var(--ba, 50%)); }
.ba-label {
  position: absolute; top: 14px; z-index: 2;
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
  background: rgba(10, 10, 12, 0.55); color: #ffe3ea; backdrop-filter: blur(6px);
}
.ba-label.l { left: 14px; } .ba-label.r { right: 14px; }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: var(--ba, 50%); z-index: 3;
  width: 2px; background: var(--gold); transform: translateX(-1px); cursor: ew-resize;
}
.ba-handle::after {
  content: "⟨ ⟩"; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gold-grad); color: #ffffff;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; letter-spacing: 2px; font-weight: 700;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* ---------- Moodboard ---------- */
.mood-grid { columns: 4 200px; column-gap: 16px; }
.mood-tile {
  break-inside: avoid; margin-bottom: 16px; border-radius: 12px; overflow: hidden;
  position: relative; border: 1px solid var(--line);
}
.mood-tile .mt-visual { background: linear-gradient(145deg, var(--m1), var(--m2)); }
.mood-tile span {
  position: absolute; bottom: 10px; left: 14px;
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.85);
}

/* ---------- Form Sihirbazı (2 aşamalı başvuru) ---------- */
.wizard-steps { display: flex; align-items: center; gap: 0; margin-bottom: 34px; }
.wstep { display: flex; align-items: center; gap: 12px; color: var(--text-2); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; }
.wstep .dot {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); font-family: var(--font-serif); font-size: 1rem;
  transition: all 0.3s ease;
}
.wstep.active { color: var(--text); }
.wstep.active .dot { background: var(--gold-grad); color: #ffffff; border-color: transparent; }
.wstep.done .dot { border-color: var(--ok); color: var(--ok); }
.wizard-steps .wline { flex: 1; height: 1px; background: var(--line); margin: 0 18px; }
.wizard-pane { display: none; }
.wizard-pane.active { display: block; animation: fadeUp 0.4s ease; }
.wizard-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.guide-box {
  border: 1px solid color-mix(in srgb, var(--gold) 35%, transparent);
  background: color-mix(in srgb, var(--gold) 7%, transparent);
  border-radius: 12px; padding: 18px 20px; font-size: 0.86rem; color: var(--text-2);
}
.guide-box strong { color: var(--gold-2); display: block; margin-bottom: 8px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.18em; }
.guide-box li { padding: 3px 0 3px 18px; position: relative; }
.guide-box li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }

.skill-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.skill-check { position: relative; }
.skill-check input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.skill-check span {
  display: block; text-align: center; padding: 10px 8px; border-radius: 10px;
  border: 1px solid var(--line); font-size: 0.82rem; color: var(--text-2);
  transition: all 0.2s ease;
}
.skill-check input:checked + span { background: var(--gold-grad); color: #ffffff; border-color: transparent; font-weight: 500; }

/* ---------- Tahmini Bütçe Kutusu ---------- */
.estimate-box {
  grid-column: 1 / -1;
  border: 1px solid color-mix(in srgb, var(--gold) 35%, transparent);
  background: color-mix(in srgb, var(--gold) 6%, transparent);
  border-radius: 12px; padding: 20px 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap;
}
.estimate-box .eb-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--text-2); }
.estimate-box .eb-value { font-family: var(--font-serif); font-size: clamp(1.4rem, 3vw, 2rem); color: var(--gold-2); }
.estimate-box .eb-note { flex-basis: 100%; font-size: 0.74rem; color: var(--text-2); }

/* ---------- Bülten ---------- */
.newsletter { display: flex; gap: 10px; margin-top: 16px; max-width: 340px; }
.newsletter input {
  flex: 1; min-width: 0; padding: 11px 14px; border-radius: 10px;
  background: var(--bg-2); border: 1px solid var(--line); color: var(--text); font: inherit; font-size: 0.85rem;
}
.newsletter input:focus { outline: none; border-color: var(--gold); }
.newsletter-msg { font-size: 0.78rem; color: var(--ok); margin-top: 8px; display: none; }

/* ---------- Blog Kartları ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.blog-card {
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  background: var(--surface); display: flex; flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(211, 79, 110, 0.35); }
.blog-visual { aspect-ratio: 16 / 9; background: linear-gradient(140deg, var(--bv1), var(--bv2)); position: relative; }
.blog-visual .b-tag {
  position: absolute; top: 12px; left: 12px;
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px;
  background: rgba(10, 10, 12, 0.5); color: #ffe3ea; border: 1px solid rgba(211, 79, 110, 0.4);
}
.blog-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-body h3 { font-size: 1.25rem; }
.blog-body p { color: var(--text-2); font-size: 0.9rem; flex: 1; }
.blog-body time { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold); }

/* ---------- Ekip Kartları (prodüksiyon) ---------- */
.crew-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 22px; }
.crew-card { text-align: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 20px; background: var(--surface); }
.crew-card .crew-ph {
  width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 16px;
  background: linear-gradient(140deg, var(--c1), var(--c2));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 1.6rem; color: rgba(255,255,255,0.7);
}
.crew-card h3 { font-size: 1.05rem; }
.crew-card span { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold); }

/* ---------- Rozetler / güven bandı ---------- */
.trust-row { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-badge {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.76rem; color: var(--text-2);
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px;
}
.trust-badge::before { content: "✓"; color: var(--gold); }

/* ---------- Yazdırma (Sedcard & Cast Listesi PDF) ---------- */
@media print {
  .site-header, .site-footer, .wa-float, .cursor-dot, .cursor-ring,
  .search-overlay, .btn, .scroll-hint, .cta-band, .carousel-nav,
  .filters, .catalog-toolbar, .tabs, .no-print { display: none !important; }
  body { background: #fff !important; color: #111 !important; animation: none; }
  :root { --text: #111; --text-2: #555; --surface: #fff; --bg-2: #fff; --line: #ddd; }
  .page-head { padding-top: 10px; }
  a { text-decoration: none; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .detail-media { position: static; max-width: 300px; }
  .print-only { display: block !important; }
}
.print-only { display: none; }

/* ---------- Fotoğraf Filigranı (logo — tüm cast fotoğraflarında) ---------- */
.talent-media::after, .detail-media::after, .g-item::after {
  content: "MODEL OF WORLD";
  position: absolute; right: 12px; bottom: 10px; z-index: 3;
  font-family: var(--font-serif); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.65);
  pointer-events: none;
}
.detail-media::after { font-size: 0.8rem; right: 16px; bottom: 14px; }
.g-item { position: relative; overflow: hidden; border-radius: 10px; }
@media print {
  .talent-media::after, .detail-media::after, .g-item::after {
    color: rgba(255, 255, 255, 0.9) !important; display: block !important;
  }
}

/* ---------- Görsel kaplama ---------- */
.cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-visual .num, .project-visual .pv-cat, .blog-visual .b-tag, .sf-visual .num { z-index: 1; }
.service-visual .cover, .project-visual .cover, .blog-visual .cover { transition: transform 0.6s ease; }
.service-card:hover .service-visual .cover,
.project-card:hover .project-visual .cover,
.blog-card:hover .blog-visual .cover { transform: scale(1.05); }

/* ---------- Yardımcılar ---------- */
.muted { color: var(--text-2); }
.gold { color: var(--gold); }
.center { text-align: center; }
.mt-2 { margin-top: 20px; } .mt-4 { margin-top: 40px; }
.hidden { display: none !important; }
