@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap");

/* =====================================================================
   ATELIER — Model / Talent Agency (manken & oyuncu)
   DARK / EDITORIAL / CINEMATIC design system. Bootstrap 5.3 üstüne premium katman.
   Yüklenme sırası: bootstrap -> ajans-fonts -> bu dosya (override).
   Font fallback: yukarıdaki @import display fontunu garantiler.
   ===================================================================== */

/* Tarayıcıya UA'nın açık boyaması için sinyal — siyah flash'ı önler. */
:root { color-scheme: light; }

:root {
  /* ── Prestige palette ────────────────────────────────────────── */
  --bg:        #ffffff;
  --bg-alt:    #EDEAE9;
  --surface:   #f3f0ec;
  --surface-2: #e9e5e1;
  --ink:       #2b2b2b;
  --ink-soft:  #444;
  --gray:      #666;
  --gray-2:    #8a8a8a;
  --line:      rgba(0,0,0,.10);
  --line-soft: rgba(0,0,0,.05);

  /* ── Gold accent — prestige #A68018 ─────────────────────────── */
  --accent:      #A68018;
  --accent-600:  #8c6c14;
  --accent-700:  #6f5610;
  --accent-soft: #c7a23f;
  --accent-tint: rgba(166,128,24,.10);
  --on-accent:   #ffffff;
  /* Gold glow — updated to new hue */
  --gold-glow:   0 0 0 1px rgba(166,128,24,.35), 0 10px 34px rgba(166,128,24,.22);

  /* ── SHARP corners (prestige) ────────────────────────────────── */
  --radius:    0;
  --radius-lg: 0;
  --radius-sm: 0;
  --pill:      0;

  /* ── Shadows ─────────────────────────────────────────────────── */
  --shadow-sm: 0 1px 2px rgba(0,0,0,.06), 0 2px 8px rgba(0,0,0,.05);
  --shadow:    0 10px 30px rgba(0,0,0,.10), 0 24px 60px rgba(0,0,0,.08);
  --shadow-lg: 0 30px 80px rgba(0,0,0,.16);

  /* ── Typography — Montserrat + Source Sans Pro ───────────────── */
  --font-head:  "Montserrat", system-ui, sans-serif;
  --font-body:  "Source Sans Pro", system-ui, sans-serif;
  --font-label: "Source Sans Pro", system-ui, sans-serif;

  /* ── Layout ──────────────────────────────────────────────────── */
  --maxw: 1320px;
  --header-h: 96px;
}

/* ------------------------------------------------------------------ */
/* Temel — anında koyu boya, FOUC yok                                 */
/* ------------------------------------------------------------------ */
* { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

*, *::before, *::after {
  transition-property: color, background-color, border-color, box-shadow, opacity, transform, filter;
  transition-duration: .28s;
  transition-timing-function: cubic-bezier(.2,.7,.3,1);
}

html, body {
  background: var(--bg);
  color: var(--ink);
}
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  overflow-x: hidden;
  background-image: url("../images/bg-pattern.png");
  background-repeat: repeat;
  /* İçerik anında görünür — opacity fade-in YOK (beyaz alt katmanı sızdırıyordu). */
}
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after { transition-duration: .001s !important; animation: none !important; }
}

h1,h2,h3,h4,h5,.font-head {
  font-family: var(--font-head);
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--ink);
}
h1 { font-size: 36px; line-height: 45px; color: var(--accent); }
h2 { font-size: 28px; line-height: 35px; }
h3 { font-size: 22px; line-height: 30px; }
h4 { font-size: 18px; line-height: 25px; }

a { color: inherit; text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--accent); }

img { max-width: 100%; display: block; }

::selection { background: var(--accent); color: var(--on-accent); }

/* İnce, editöryel scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #c8c4bc; border-radius: 10px; border: 2px solid var(--bg); }
::-webkit-scrollbar-thumb:hover { background: #b0aba2; }

/* ------------------------------------------------------------------ */
/* Bootstrap AÇIK override — menü/dropdown/offcanvas beyaz, koyu metin */
/* ------------------------------------------------------------------ */
.dropdown-menu {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--ink);
}
.dropdown-item { color: var(--ink); }
.dropdown-item:hover,
.dropdown-item:focus { background: var(--bg-alt); color: var(--ink); }
.dropdown-item.active,
.dropdown-item:active { background: var(--accent-tint); color: var(--accent); }
.dropdown-divider { border-color: var(--line); }
.dropdown-header { color: var(--gray); }

.offcanvas,
.offcanvas-start,
.offcanvas-end,
.offcanvas-top,
.offcanvas-bottom { background: #ffffff; color: var(--ink); }
.offcanvas-header,
.offcanvas-body { color: var(--ink); }
.offcanvas .dropdown-menu { background: var(--bg-alt); border-color: var(--line); }
.offcanvas-backdrop { background: rgba(26,26,26,.55); }
.offcanvas-backdrop.show { opacity: 1; }

.modal-content { background: var(--bg-alt); color: var(--ink); border: 1px solid var(--line); }
.modal-header, .modal-footer { border-color: var(--line); }

.container-x {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: 32px;
}
@media (max-width: 575.98px){ .container-x { padding-inline: 20px; } }

/* Bölüm ritmi — cömert siyah boşluk */
.section { padding-block: clamp(72px, 10vw, 160px); }
.section-sm { padding-block: clamp(52px, 6vw, 96px); }

.bg-alt { background: var(--bg-alt); }
/* Kasıtlı kontrast bandı: açık temada sıcak krem alt yüzey */
.bg-ink { background: var(--bg-alt); color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bg-ink h1,.bg-ink h2,.bg-ink h3,.bg-ink h4 { color: var(--ink); }

/* ------------------------------------------------------------------ */
/* Altın saç-teli bölüm ayraçları — lüks detay                         */
/* ------------------------------------------------------------------ */
.hairline { height: 1px; border: 0; margin: 0;
  background: linear-gradient(90deg, transparent, var(--line) 12%, var(--line) 88%, transparent); }
.hairline-gold { height: 1px; border: 0; margin: 0;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 55%, transparent) 50%, transparent); }
.section-divider { position: relative; }
.section-divider::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line) 12%, var(--line) 88%, transparent);
}
.section-divider.gold::before {
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 55%, transparent) 50%, transparent);
}

/* ------------------------------------------------------------------ */
/* Tipografik ölçek — editöryel display (büyütülmüş magazin başlıkları) */
/* ------------------------------------------------------------------ */
.display   { font-family: var(--font-head); font-size: clamp(3.0rem, 7.8vw, 5.2rem); font-weight: 600; letter-spacing: -0.005em; line-height: 1.02; }
.h-hero    { font-family: var(--font-head); font-size: clamp(2.6rem, 6.4vw, 4.2rem); font-weight: 600; letter-spacing: -0.004em; line-height: 1.05; }
.h-section { font-family: var(--font-head); font-size: clamp(2.0rem, 4vw, 3.0rem); font-weight: 600; letter-spacing: -0.003em; line-height: 1.08; }
.h-card    { font-family: var(--font-head); font-size: 1.55rem; font-weight: 600; letter-spacing: 0; }
.lead {
  font-family: var(--font-body);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  color: var(--gray);
  line-height: 1.62;
  letter-spacing: 0;
  font-weight: 400;
}
.bg-ink .lead { color: var(--gray); }

/* Uppercase, harf-aralıklı etiket stili */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-label);
  font-weight: 500;
  font-size: .72rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--accent);
}
.eyebrow::before {
  content: ""; width: 28px; height: 1px; background: var(--accent); display: inline-block;
}
.eyebrow.no-line::before { display: none; }
.bg-ink .eyebrow { color: var(--accent); }
.bg-ink .eyebrow::before { background: var(--accent); }

/* Hafif döndürülmüş aksan etiketi — magazin dokunuşu */
.accent-rot {
  display: inline-block;
  transform: rotate(-3.5deg);
  font-family: var(--font-label);
  font-weight: 600; font-size: .7rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--accent);
  padding: 6px 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent);
  border-radius: var(--pill);
  background: var(--accent-tint);
}

/* Büyük endeks numarası — süreç adımı / liste / galeri başlıkları */
.idx {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: .90;
  letter-spacing: -0.003em;
  color: transparent;
  -webkit-text-stroke: 1px color-mix(in srgb, var(--accent) 60%, transparent);
  display: inline-block;
}
.idx.solid { color: var(--accent); -webkit-text-stroke: 0; }
.idx.ghost { color: transparent; -webkit-text-stroke: 1px var(--line); }

.text-gray { color: var(--gray) !important; }
.text-accent { color: var(--accent) !important; }
.measure { max-width: 58ch; }
.measure-sm { max-width: 44ch; }

/* Harf-aralıklı küçük etiket */
.label-xs {
  font-family: var(--font-label); font-size: .68rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gray);
}

/* ------------------------------------------------------------------ */
/* İkonlar — ajans_icon() inline SVG sarmalayıcı                       */
/* ------------------------------------------------------------------ */
.icn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.15em; height: 1.15em; flex: none;
  color: currentColor;
  vertical-align: -0.18em;
  transition: color .3s ease, transform .3s ease;
}
.icn svg { width: 100%; height: 100%; display: block; stroke: currentColor; fill: none; stroke-width: 1.6; }
.icn.icn-gold { color: var(--accent); }
.icn.icn-lg { width: 1.6em; height: 1.6em; }
.icn.icn-xl { width: 2.2em; height: 2.2em; }
/* Hover'da altına dön — etkileşimli kapsayıcılarda */
a:hover .icn, button:hover .icn,
.filter-chip:hover .icn, .social-row a:hover .icn { color: inherit; }
.icn-hover-gold:hover .icn, .icn-hover-gold:hover.icn { color: var(--accent); }

/* ------------------------------------------------------------------ */
/* Pill etiketleri / rozetler                                         */
/* ------------------------------------------------------------------ */
.pill-tag {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 15px;
  border-radius: var(--pill);
  background: transparent;
  border: 1px solid var(--line);
  font-family: var(--font-label);
  font-size: .74rem; font-weight: 500; color: var(--ink-soft);
  letter-spacing: .08em; text-transform: uppercase;
}
.pill-tag.is-accent { background: var(--accent-tint); border-color: color-mix(in srgb, var(--accent) 40%, transparent); color: var(--accent); }
.pill-tag.is-ink { background: var(--ink); color: #ffffff; border-color: transparent; }

.badge-pop {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 13px; border-radius: var(--pill);
  background: var(--accent); color: var(--on-accent);
  font-family: var(--font-label);
  font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
}

/* ------------------------------------------------------------------ */
/* Pill butonlar                                                      */
/* ------------------------------------------------------------------ */
.btn-pill {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px;
  border-radius: var(--pill);
  font-family: var(--font-label);
  font-weight: 500; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .28s cubic-bezier(.2,.7,.3,1), box-shadow .28s ease, background .28s ease, color .28s ease, border-color .28s ease;
  white-space: nowrap;
}
.btn-pill svg, .btn-pill .icn { width: 17px; height: 17px; flex: none; }
.btn-pill:hover { transform: translateY(-2px); }

/* Birincil — altın; hover'da OKUNAKLI kalır (koyu metne düşmez), altın parıltı */
.btn-primary-pill { background: var(--accent); color: var(--on-accent); }
.btn-primary-pill:hover {
  background: var(--accent-600);
  color: var(--on-accent);
  border-color: var(--accent-soft);
  box-shadow: var(--gold-glow);
}

.btn-outline-pill { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-outline-pill:hover { border-color: var(--accent); color: var(--accent); box-shadow: var(--gold-glow); }

.btn-ghost-pill { background: transparent; color: var(--ink); padding-inline: 8px; }
.btn-ghost-pill:hover { color: var(--accent); }

.bg-ink .btn-outline-pill { color: var(--ink); border-color: var(--line); }
.bg-ink .btn-outline-pill:hover { border-color: var(--accent); color: var(--accent); }

.btn-sm-pill { padding: 10px 20px; font-size: .72rem; }
.btn-lg-pill { padding: 18px 38px; font-size: .86rem; }
.btn-block-pill { width: 100%; }

.arrow-link {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-label);
  font-weight: 500; color: var(--ink); font-size: .78rem;
  letter-spacing: .12em; text-transform: uppercase;
}
.arrow-link svg, .arrow-link .icn { width: 15px; height: 15px; transition: transform .28s ease; }
.arrow-link:hover { color: var(--accent); }
.arrow-link:hover svg, .arrow-link:hover .icn { transform: translateX(5px); }

/* ------------------------------------------------------------------ */
/* Kartlar                                                            */
/* ------------------------------------------------------------------ */
.a-card {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s ease, border-color .35s ease, background .35s ease;
  height: 100%;
}
.a-card.is-hover:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: color-mix(in srgb, var(--accent) 45%, var(--line));
}
.a-card.soft { background: var(--surface-2); border-color: var(--line-soft); }

.icon-badge {
  width: 52px; height: 52px; border-radius: var(--radius);
  display: grid; place-items: center;
  background: var(--accent-tint); color: var(--accent);
  margin-bottom: 22px; transition: background .3s ease, color .3s ease;
}
.icon-badge svg, .icon-badge .icn { width: 24px; height: 24px; }
.a-card.is-hover:hover .icon-badge { background: var(--accent); color: var(--on-accent); }

/* ------------------------------------------------------------------ */
/* Çerçeveli görseller — ince altın kenar + iç gölge                   */
/* ------------------------------------------------------------------ */
.framed {
  position: relative;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, var(--line));
  padding: 6px;
  background: var(--bg-alt);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06), var(--shadow-sm);
}
.framed > img, .framed > .ph { display: block; width: 100%; height: 100%; object-fit: cover; }
.framed.framed-tight { padding: 4px; }
.framed.framed-gold { border-color: color-mix(in srgb, var(--accent) 70%, transparent); }

/* ------------------------------------------------------------------ */
/* Görsel placeholder — koyu, ince degrade                            */
/* ------------------------------------------------------------------ */
.ph {
  position: relative;
  border-radius: var(--radius);
  background:
    radial-gradient(120% 90% at 30% 20%, rgba(255,255,255,.60), transparent 60%),
    linear-gradient(150deg, var(--surface) 0%, var(--surface-2) 55%, var(--bg-alt) 100%);
  border: 1px solid var(--line-soft);
  overflow: hidden;
  display: grid; place-items: center;
  color: var(--gray-2);
}
.ph::after {
  content: attr(data-label);
  font-family: var(--font-label);
  font-size: .64rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gray);
  padding: 6px 13px;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  background: rgba(255,255,255,.60);
}
.ph[data-label=""]::after, .ph:not([data-label])::after { display: none; }
.ph.on-ink {
  background:
    radial-gradient(120% 90% at 30% 20%, rgba(255,255,255,.50), transparent 60%),
    linear-gradient(150deg, var(--surface), var(--bg-alt));
  border-color: var(--line);
}
.ph.on-ink::after { color: var(--gray); border-color: var(--line); background: rgba(255,255,255,.50); }
.ratio-1 { aspect-ratio: 1 / 1; }
.ratio-43 { aspect-ratio: 4 / 3; }
.ratio-45 { aspect-ratio: 4 / 5; }
.ratio-34 { aspect-ratio: 3 / 4; }
.ratio-32 { aspect-ratio: 3 / 2; }
.ratio-169 { aspect-ratio: 16 / 9; }
.ratio-photo { aspect-ratio: 4 / 5; }

/* ------------------------------------------------------------------ */
/* Header — sticky blur + scroll'da küçülme                           */
/* ------------------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: 1030;
  background: rgba(255,255,255,.80);
  backdrop-filter: saturate(1.1) blur(0px);
  transition: background .4s ease, box-shadow .4s ease, backdrop-filter .4s ease, border-color .4s ease, height .4s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(1.3) blur(18px);
  border-bottom-color: var(--line);
}
.header-inner {
  min-height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  transition: min-height .4s ease;
}
.site-header.scrolled .header-inner { min-height: 76px; }

.brand {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--font-head); font-weight: 500; font-size: 1.5rem;
  letter-spacing: .04em; text-transform: uppercase; color: var(--ink);
}
.brand .mark { width: 32px; height: 32px; border-radius: var(--radius-sm); background: var(--ink); display: grid; place-items: center; color: var(--bg); font-size: 1rem; }
.brand .mark span { transform: translateY(-1px); }

.nav-main { display: flex; align-items: center; gap: 6px; }
.nav-main a {
  position: relative; padding: 8px 16px; border-radius: var(--pill);
  font-family: var(--font-label);
  font-size: 16px; font-weight: 300; color: var(--accent);
  letter-spacing: .04em; text-transform: uppercase;
}
.nav-main a:hover { color: var(--accent-700); }
.nav-main a.active { color: var(--accent); }
.nav-main a.active::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 0; height: 1px;
  background: var(--accent);
}

.header-actions { display: flex; align-items: center; gap: 12px; }

/* Dil seçici */
.lang-select { position: relative; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; border: 1px solid var(--line); border-radius: var(--pill);
  padding: 9px 14px; font-family: var(--font-label); font-size: .72rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink); cursor: pointer;
}
.lang-btn:hover { border-color: var(--accent); color: var(--accent); }
.lang-btn svg, .lang-btn .icn { width: 12px; height: 12px; opacity: .6; transition: transform .25s; }
.lang-select.open .lang-btn svg, .lang-select.open .lang-btn .icn { transform: rotate(180deg); }
.lang-menu {
  position: absolute; top: calc(100% + 10px); right: 0; min-width: 150px;
  background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 7px; opacity: 0; visibility: hidden;
  transform: translateY(-8px); transition: opacity .25s, transform .25s, visibility .25s; z-index: 50;
}
.lang-select.open .lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-menu button {
  display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 10px;
  background: transparent; border: 0; border-radius: var(--radius-sm); padding: 10px 12px;
  font-family: var(--font-label); font-size: .8rem; font-weight: 500; color: var(--ink-soft); cursor: pointer; text-align: left;
}
.lang-menu button:hover { background: var(--bg-alt); color: var(--ink); }
.lang-menu button.active { color: var(--accent); }
.lang-menu button .tick { opacity: 0; }
.lang-menu button.active .tick { opacity: 1; }
/* Anchor-based language switcher (asmira-i18n) */
.lang-menu a.lang-opt {
  display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 14px;
  border-radius: var(--radius-sm); padding: 9px 12px; text-decoration: none;
  font-family: var(--font-label); font-size: .78rem; font-weight: 500; color: var(--ink-soft);
}
.lang-menu a.lang-opt:hover { background: var(--bg-alt); color: var(--ink); }
.lang-menu a.lang-opt.active { color: var(--accent); }
.lang-opt__code { letter-spacing: .08em; text-transform: uppercase; }
.lang-opt__name { font-size: .72rem; opacity: .6; }
/* Mobile switcher inside the offcanvas */
.mobile-lang { margin-top: 18px; }
.mobile-lang__label {
  display: block; font-family: var(--font-label); font-size: .68rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); opacity: .7; margin-bottom: 10px;
}
.mobile-lang__row { display: flex; flex-wrap: wrap; gap: 8px; }
.mobile-lang__row a {
  display: inline-flex; align-items: center; padding: 8px 14px; border: 1px solid var(--line);
  border-radius: var(--pill); text-decoration: none; color: var(--ink-soft);
  font-family: var(--font-label); font-size: .72rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
}
.mobile-lang__row a.active { border-color: var(--accent); color: var(--accent); }

.hamburger {
  display: none; width: 46px; height: 46px; border: 1px solid var(--line);
  border-radius: var(--radius); background: transparent; place-items: center; cursor: pointer; color: var(--ink);
}
.hamburger:hover { border-color: var(--accent); color: var(--accent); }
.hamburger svg, .hamburger .icn { width: 22px; height: 22px; }

/* Offcanvas (mobil menü) tema */
.offcanvas .btn-close { filter: none; opacity: .7; }
.mobile-nav a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 4px; font-family: var(--font-head); font-size: 1.8rem; font-weight: 600;
  border-bottom: 1px solid var(--line-soft); color: var(--ink);
}
.mobile-nav a:hover { color: var(--accent); }
.mobile-nav a.active { color: var(--accent); }

/* ------------------------------------------------------------------ */
/* Hero                                                               */
/* ------------------------------------------------------------------ */
.hero { padding-top: clamp(56px, 8vw, 110px); padding-bottom: clamp(56px, 8vw, 110px); }

/* Full-bleed sinematik model hero */
.model-hero {
  position: relative;
  min-height: clamp(64vh, 80vh, 92vh);
  display: flex; align-items: flex-end;
  overflow: hidden;
  background: var(--bg-alt);
}
.model-hero__media { position: absolute; inset: 0; z-index: 0; }
.model-hero__media img, .model-hero__media .ph { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.model-hero__media .ph { border: 0; }
.model-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(247,245,240,.30) 0%, transparent 28%, transparent 44%, rgba(26,26,26,.72) 100%),
    radial-gradient(120% 80% at 80% 0%, rgba(166,128,24,.10), transparent 55%);
}
.model-hero__inner { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(40px, 7vw, 96px); }

/* ------------------------------------------------------------------ */
/* Native parallax — sürtünmesiz, GSAP yok                            */
/* ------------------------------------------------------------------ */
.parallax { will-change: transform; }
@media (prefers-reduced-motion: reduce){ .parallax { transform: none !important; } }

/* Bento istatistik kutuları (hero yan paneli) */
.bento {
  display: grid; gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 160px;
}
.bento .b-tall { grid-row: span 2; }
.bento .b-wide { grid-column: span 2; }
.stat-mini {
  border-radius: var(--radius); background: var(--surface-2); color: var(--ink);
  padding: 24px; display: flex; flex-direction: column; justify-content: space-between;
  border: 1px solid var(--line);
}
.stat-mini .num { font-family: var(--font-head); font-size: 2.4rem; letter-spacing: -0.003em; line-height: 1; font-weight: 600; }
.stat-mini .lbl { font-family: var(--font-label); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gray); }
.stat-mini.accent { background: var(--accent); color: var(--on-accent); border-color: transparent; }
.stat-mini.accent .lbl { color: rgba(255,255,255,.75); }

/* ------------------------------------------------------------------ */
/* Logo marquee — "AS FEATURED IN" marka şeridi                       */
/* ------------------------------------------------------------------ */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 72px; width: max-content; animation: marquee 36s linear infinite; align-items: center; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-logo {
  font-family: var(--font-head); font-weight: 500; font-size: 1.7rem; letter-spacing: .04em;
  text-transform: uppercase; color: var(--gray); white-space: nowrap; opacity: .7;
  transition: opacity .3s, color .3s;
}
.marquee-logo:hover { opacity: 1; color: var(--ink); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce){ .marquee-track { animation: none; } }

/* AS FEATURED IN şeridi sarmalayıcısı */
.as-featured {
  border-block: 1px solid var(--line);
  padding-block: clamp(26px, 4vw, 44px);
  background: linear-gradient(180deg, var(--bg-alt), var(--bg));
}
.as-featured__label {
  font-family: var(--font-label); font-size: .68rem; font-weight: 500;
  letter-spacing: .28em; text-transform: uppercase; color: var(--gray-2);
  text-align: center; margin-bottom: clamp(18px, 2.4vw, 30px);
}

/* ------------------------------------------------------------------ */
/* İstatistik sayaçları                                               */
/* ------------------------------------------------------------------ */
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.stat .num { font-family: var(--font-head); font-size: clamp(2.8rem, 4.4vw, 4rem); letter-spacing: -0.003em; line-height: 1; font-weight: 600; }
.stat .lbl { font-family: var(--font-label); color: var(--gray); margin-top: 10px; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; }
.bg-ink .stat .lbl { color: var(--gray); }
.bg-ink .stat .num { color: var(--ink); }
.stat .num .suf { color: var(--accent); }

/* ------------------------------------------------------------------ */
/* Süreç adımları — büyük .idx numarası + ikon                        */
/* ------------------------------------------------------------------ */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; position: relative; }
.process-step { position: relative; }
.process-step .step-no {
  font-family: var(--font-head); font-size: 1.05rem; font-weight: 500;
  width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--line); color: var(--accent); background: transparent; margin-bottom: 20px;
  transition: background .3s, color .3s, border-color .3s;
}
.process-step:hover .step-no { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.process-step:hover .idx { -webkit-text-stroke-color: var(--accent); color: var(--accent); }
.process-step .step-icn { color: var(--accent); margin-bottom: 16px; }
.process-step .step-icn .icn { width: 26px; height: 26px; }
.process-step .step-line { position: absolute; top: 25px; left: 62px; right: -14px; height: 1px; background: var(--line); }
.process-step:last-child .step-line { display: none; }
.bg-ink .process-step .step-no { background: transparent; border-color: var(--line); color: var(--accent); }
.bg-ink .process-step .step-line { background: var(--line); }

/* ------------------------------------------------------------------ */
/* Testimonial / carousel                                             */
/* ------------------------------------------------------------------ */
.quote-xl { font-family: var(--font-head); font-weight: 400; font-size: clamp(1.7rem, 3.2vw, 2.9rem); line-height: 1.3; letter-spacing: 0; }
.t-author { display: flex; align-items: center; gap: 16px; margin-top: 32px; }
.t-author .av { width: 54px; height: 54px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--line); flex: none; overflow: hidden; }
.bg-ink .t-author .av { background: var(--surface-2); border-color: var(--line); }
.t-author .nm { font-family: var(--font-label); font-weight: 600; letter-spacing: .04em; }
.t-author .rl { color: var(--gray); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.bg-ink .t-author .rl { color: var(--gray); }
.stars { color: var(--accent); letter-spacing: 3px; }

.slider-nav { display: inline-flex; gap: 12px; }
.slider-nav button {
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line);
  background: transparent; display: grid; place-items: center; cursor: pointer; color: var(--ink);
  transition: background .25s, color .25s, border-color .25s;
}
.slider-nav button:hover { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.bg-ink .slider-nav button { border-color: var(--line); background: transparent; color: var(--ink); }
.bg-ink .slider-nav button:hover { background: var(--accent); color: var(--on-accent); }
.slider-nav button svg, .slider-nav button .icn { width: 20px; height: 20px; }

/* ------------------------------------------------------------------ */
/* Üyelik / fiyat kartı (model panel — toggle YOK)                    */
/* ------------------------------------------------------------------ */
.price-card {
  border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px 32px;
  background: var(--bg-alt); height: 100%; display: flex; flex-direction: column;
  transition: transform .35s, box-shadow .35s, border-color .35s;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--accent) 40%, var(--line)); }
.price-card.featured {
  border: 1px solid var(--accent); box-shadow: var(--shadow);
  position: relative; background: var(--surface-2);
}
.price-amount { font-family: var(--font-head); font-size: 3.4rem; letter-spacing: -0.003em; line-height: 1; font-weight: 600; }
.price-amount .per { font-family: var(--font-body); font-size: 1rem; color: var(--gray); font-weight: 400; letter-spacing: 0; }
.feature-li { display: flex; gap: 13px; align-items: flex-start; padding: 10px 0; font-size: .96rem; color: var(--ink-soft); }
.feature-li svg, .feature-li .icn { width: 19px; height: 19px; color: var(--accent); flex: none; margin-top: 3px; }

/* ------------------------------------------------------------------ */
/* Akordeon (FAQ) tema — Bootstrap accordion üstüne                   */
/* ------------------------------------------------------------------ */
.faq .accordion-item { border: 1px solid var(--line); border-radius: var(--radius) !important; margin-bottom: 14px; overflow: hidden; background: var(--bg-alt); color: var(--ink); }
.faq .accordion-item:has(.accordion-button:not(.collapsed)) { border-color: color-mix(in srgb, var(--accent) 50%, var(--line)); }
.faq .accordion-button {
  font-family: var(--font-head); font-weight: 600; font-size: 1.25rem; color: var(--ink);
  padding: 26px 28px; background: transparent; box-shadow: none;
}
.faq .accordion-button:not(.collapsed) { color: var(--accent); background: transparent; }
.faq .accordion-button::after {
  width: 20px; height: 20px; background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A68018' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A68018' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.faq .accordion-button:focus { box-shadow: none; border: 0; }
.faq .accordion-body { padding: 0 28px 28px; color: var(--gray); font-size: 1rem; line-height: 1.65; }

/* ------------------------------------------------------------------ */
/* Formlar — koyu inputlar (okunaklı etiket + alan)                   */
/* ------------------------------------------------------------------ */
.field { margin-bottom: 20px; }
.field label { display: block; font-family: var(--font-label); font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; color: var(--ink-soft); }
.field .input, .field .select, .field .textarea {
  width: 100%; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 15px 16px; font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  background: var(--bg-alt); transition: border-color .25s, box-shadow .25s, background .25s;
}
.field .select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239b9b9b' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; padding-right: 42px;
}
.field .select option { background: var(--bg-alt); color: var(--ink); }
.field .textarea { resize: vertical; min-height: 140px; }
.field .input:focus, .field .select:focus, .field .textarea:focus {
  outline: 0; border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-tint);
}
.field .input::placeholder, .field .textarea::placeholder { color: var(--gray-2); }
.check-row { display: flex; gap: 11px; align-items: flex-start; font-size: .9rem; color: var(--ink-soft); }
.check-row input { margin-top: 4px; accent-color: var(--accent); width: 17px; height: 17px; flex: none; }
.check-row a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.check-row a:hover { color: var(--accent); }

.info-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: var(--bg-alt); transition: box-shadow .3s, border-color .3s; }
.info-card:hover { box-shadow: var(--shadow-sm); border-color: color-mix(in srgb, var(--accent) 35%, var(--line)); }
.info-card .ic { width: 44px; height: 44px; border-radius: var(--radius); background: var(--accent-tint); color: var(--accent); display: grid; place-items: center; margin-bottom: 16px; }
.info-card .ic svg, .info-card .ic .icn { width: 20px; height: 20px; }

/* Newsletter input */
.news-form { display: flex; gap: 10px; background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--pill); padding: 6px 6px 6px 22px; max-width: 460px; }
.news-form input { flex: 1; border: 0; background: transparent; font-size: .96rem; color: var(--ink); outline: 0; }
.news-form input::placeholder { color: var(--gray-2); }
.bg-ink .news-form { background: var(--surface-2); border-color: var(--line); }
.bg-ink .news-form input { color: var(--ink); }
.bg-ink .news-form input::placeholder { color: var(--gray-2); }

/* ------------------------------------------------------------------ */
/* CTA bandı — koyu                                                   */
/* ------------------------------------------------------------------ */
.cta-band { border-radius: var(--radius-lg); overflow: hidden; position: relative; border: 1px solid var(--line); }
.cta-band.ink { background: linear-gradient(160deg, var(--surface) 0%, var(--bg-alt) 100%); color: var(--ink); }
.cta-band.accent { background: var(--accent); color: var(--on-accent); border-color: transparent; }
.cta-band.accent h1,.cta-band.accent h2,.cta-band.accent h3 { color: var(--on-accent); }
.cta-glow::before {
  content:""; position: absolute; width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(166,128,24,.16), transparent 70%);
  top: -180px; right: -120px; pointer-events: none;
}

/* ------------------------------------------------------------------ */
/* Footer                                                             */
/* ------------------------------------------------------------------ */
.site-footer { background: var(--bg-alt); border-top: 1px solid var(--line); padding-block: 80px 32px; }
/* ── Prestige footer text delta — scoped to .site-footer only (global .text-gray untouched) ── */
.site-footer,
.site-footer .footer-col a,
.site-footer .footer-legal a {
  color: #000;
  font-size: 12px;
  line-height: 22px;
}
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; }
.footer-col h5 { font-family: var(--font-label); font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gray); margin-bottom: 20px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer-col a { color: var(--gray); font-size: .94rem; }
.footer-col a:hover { color: var(--accent); }
.social-row { display: flex; gap: 11px; }
.social-row a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); background: transparent; }
.social-row a:hover { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.social-row a svg, .social-row a .icn { width: 18px; height: 18px; }

.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--gray); font-size: .84rem; letter-spacing: .04em; }

/* ------------------------------------------------------------------ */
/* Scroll reveal — başta görünür-ama-ötelenmiş; .in ötelemeyi kaldırır */
/* (beyaz/boş flash YOK)                                              */
/* ------------------------------------------------------------------ */
.reveal { opacity: 1; transform: translateY(22px); transition: transform .7s cubic-bezier(.2,.7,.3,1), opacity .7s ease; }
.reveal.in { transform: none; }
/* Per-item stagger — IntersectionObserver .in eklediğinde kademeli */
.reveal[data-delay="1"]{ transition-delay: .06s; }
.reveal[data-delay="2"]{ transition-delay: .12s; }
.reveal[data-delay="3"]{ transition-delay: .18s; }
.reveal[data-delay="4"]{ transition-delay: .24s; }
.reveal[data-delay="5"]{ transition-delay: .30s; }
.reveal[data-delay="6"]{ transition-delay: .36s; }
@media (prefers-reduced-motion: reduce){ .reveal { transform: none !important; transition: none !important; } }

/* ------------------------------------------------------------------ */
/* Breadcrumb                                                         */
/* ------------------------------------------------------------------ */
.crumb { display: flex; gap: 9px; align-items: center; font-family: var(--font-label); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gray); }
.crumb a:hover { color: var(--ink); }
.crumb .sep { opacity: .5; }

/* ------------------------------------------------------------------ */
/* Filtre çubuğu — kategori chip'leri (okunaklı aktif durum)          */
/* ------------------------------------------------------------------ */
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.filter-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px; border-radius: var(--pill); border: 1px solid var(--line);
  background: transparent; font-family: var(--font-label); font-size: .72rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); cursor: pointer;
  transition: color .25s, background .25s, border-color .25s, box-shadow .25s; white-space: nowrap; text-decoration: none;
}
.filter-chip .icn { width: 15px; height: 15px; }
.filter-chip:hover { border-color: var(--accent); color: var(--accent); }
.filter-chip.active {
  background: var(--accent); color: var(--on-accent); border-color: var(--accent);
  box-shadow: var(--gold-glow);
}
.filter-chip.active .icn { color: var(--on-accent); }

/* ================================================================== */
/* MODEL / TALENT — katalog, kart, profil                             */
/* ================================================================== */

/* Katalog grid: 2 -> 4 kolon */
.model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px){ .model-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
@media (min-width: 1100px){ .model-grid { grid-template-columns: repeat(4, 1fr); gap: 22px; } }

/* --- BENTO: asimetrik, değişken en-boy editöryel grid --- */
.model-grid.bento {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  gap: 16px;
}
@media (min-width: 768px){ .model-grid.bento { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
@media (min-width: 1100px){ .model-grid.bento { grid-template-columns: repeat(4, 1fr); gap: 20px; } }

/* Bento: TÜM kartlar dikey (portre 4:5) ve grid hücresini TAM doldurur.
   Eski hata: media'da `height:100%` + `aspect-ratio` BİRLİKTE veriliyordu →
   tarayıcı yüksekliği hücreye sabitleyip genişliği aspect-ratio'dan hesaplıyor,
   böylece medya kutusu hücreden DAR kalıp sağda boşluk bırakıyordu (foto yatay
   kesilmemiş gibi görünüyordu). Çözüm: yükseklik kaynağı TEK (aspect-ratio),
   height:auto → genişlik daima %100, dikey foto hücreyi tam doldurur. */
.model-grid.bento .model-card { height: 100%; }
.model-grid.bento .model-card__media { aspect-ratio: 4 / 5; width: 100%; height: auto; }

/* İlk kart: büyük 2x2 yıldız — taban hücre 4:5 olduğundan 2x2 span de portre 4:5
   kalır, dikey foto tam oturur (boş sağ taraf yok). */
.model-grid.bento .model-card:nth-child(1) { grid-column: span 2; grid-row: span 2; }

@media (max-width: 767.98px){
  /* Mobilde dev hero olmasın: ilk kart da normal tek hücre */
  .model-grid.bento .model-card:nth-child(1) { grid-column: auto; grid-row: auto; }
}

/* === Vitrin "VIDEO DUVARI": tek-tip kareler + SENKRON pan/zoom ===
   Tüm karolar AYNI boyutta (göz yorulmaz). İçlerindeki portreler AYNI ANDA,
   aynı süre + aynı zamanlama + 0 gecikme ile sağa-sola-yukarı-aşağı kayar ve
   zoom in/out yapar → "birden fazla ekranda aynı şey oluyor" sinematik etkisi.
   Görsel hücreden büyük ölçeklenir (scale ≥1.18) ki kayma sırasında kenar boşluğu
   asla görünmesin; foto tam dolar. */
.model-grid.wall { grid-auto-rows: auto; }
.model-grid.wall .model-card__media { aspect-ratio: 4 / 5; height: auto; overflow: hidden; }
.model-grid.wall .model-card__media img {
  animation: ajans-wall 24s ease-in-out infinite;
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
}
/* Hover'da hareket DURMAZ; sadece renklenir (animasyon transform'u önceliklidir). */
.model-grid.wall .model-card:hover .model-card__media img,
.model-grid.wall .model-card:focus-visible .model-card__media img {
  filter: grayscale(0) contrast(1);
}

@keyframes ajans-wall {
  0%   { transform: scale(1.18) translate3d(-4%, -3%, 0); }
  16%  { transform: scale(1.32) translate3d( 3%, -4%, 0); }
  33%  { transform: scale(1.24) translate3d( 5%,  2%, 0); }
  50%  { transform: scale(1.40) translate3d( 2%,  4%, 0); }
  66%  { transform: scale(1.26) translate3d(-3%,  3%, 0); }
  83%  { transform: scale(1.34) translate3d(-5%, -2%, 0); }
  100% { transform: scale(1.18) translate3d(-4%, -3%, 0); }
}

/* Hareket hassasiyeti olanlar için: animasyonu kapat, yüzü ortalı sabit göster. */
@media (prefers-reduced-motion: reduce){
  .model-grid.wall .model-card__media img { animation: none; transform: scale(1.05); }
}

/* --- Katalog: ilk 1-2 kart daha büyük (arşiv .model-grid.feature-first) --- */
@media (min-width: 768px){
  .model-grid.feature-first .model-card:nth-child(1),
  .model-grid.feature-first .model-card:nth-child(2) { grid-column: span 2; grid-row: span 2; }
  /* Taban kartlar 4:5; 2x2 span de 4:5 portre kalır → dikey foto tam dolar, boş kenar yok.
     (Eski `height:100% + aspect-ratio` çakışması sağda boşluk bırakıyordu.) */
  .model-grid.feature-first .model-card:nth-child(1) .model-card__media,
  .model-grid.feature-first .model-card:nth-child(2) .model-card__media { aspect-ratio: 4 / 5; height: auto; }
}

/* Model kartı — altın çerçeve dokunuşu */
.model-card {
  position: relative; display: block; height: 100%;
  border-radius: var(--radius); overflow: hidden;
  background: var(--bg-alt);
  border: 1px solid var(--line-soft);
  text-decoration: none; color: inherit;
  isolation: isolate;
  transition: border-color .4s ease, box-shadow .4s ease, transform .4s cubic-bezier(.2,.7,.3,1);
}
.model-card:hover {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
  box-shadow: var(--shadow), 0 0 0 1px rgba(166,128,24,.18);
}
.model-card__media {
  position: relative; aspect-ratio: 4 / 5; overflow: hidden;
  background: var(--surface-2);
}
.model-card__media img,
.model-card__media .ph {
  width: 100%; height: 100%; object-fit: cover; border: 0; border-radius: 0;
  transition: transform .8s cubic-bezier(.2,.7,.3,1), filter .6s ease;
  filter: grayscale(1) contrast(1.02);
}
/* Hover: gri tonlama -> renk + ölçek (güçlendirilmiş) */
.model-card:hover .model-card__media img,
.model-card:focus-visible .model-card__media img,
.model-card:hover .model-card__media .ph,
.model-card:focus-visible .model-card__media .ph {
  transform: scale(1.06);
  filter: grayscale(0) contrast(1);
}

/* Hover'da beliren koyu degrade + isim/kategori/ölçü */
.model-card__overlay {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(180deg, transparent 38%, rgba(10,10,10,.50) 70%, rgba(10,10,10,.88) 100%);
  opacity: 0; transform: translateY(8px);
  transition: opacity .45s ease, transform .45s cubic-bezier(.2,.7,.3,1);
  pointer-events: none;
}
.model-card:hover .model-card__overlay,
.model-card:focus-visible .model-card__overlay { opacity: 1; transform: translateY(0); }
.model-card__overlay::before { content: none; }

.model-card__name {
  font-family: var(--font-head); font-weight: 600; font-size: 1.35rem;
  letter-spacing: 0; color: #f4f4f4; line-height: 1.1;
}
.model-card__cat {
  font-family: var(--font-label); font-size: .68rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent);
  margin-top: 6px;
}
.model-card__measure {
  font-family: var(--font-label); font-size: .74rem; color: rgba(255,255,255,.75);
  letter-spacing: .04em; margin-top: 8px;
  display: flex; flex-wrap: wrap; gap: 4px 14px;
}
.model-card__measure span { white-space: nowrap; }
.model-card__measure .icn { width: 13px; height: 13px; color: var(--accent); }

/* Kart altında statik isim şeridi (overlay'e ek, mobil için güvenli) */
.model-card__caption {
  padding: 16px 18px 18px;
  display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
}
.model-card__caption .model-card__name { font-size: 1.15rem; color: var(--ink); }
.model-card__caption .model-card__cat { margin-top: 0; }

/* Büyük bento kartında daha iri başlık */
.model-grid.bento .model-card:nth-child(1) .model-card__name,
.model-grid.feature-first .model-card:nth-child(1) .model-card__name { font-size: clamp(1.5rem, 2.4vw, 2.2rem); }

/* ------------------------------------------------------------------ */
/* Model profil — hero + galeri + ölçü tablosu                        */
/* ------------------------------------------------------------------ */
.model-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  grid-auto-flow: dense;
}
@media (min-width: 768px){ .model-gallery { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
.model-gallery > * {
  border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; background: var(--bg-alt);
}
.model-gallery img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.3,1), filter .6s;
  filter: grayscale(.65);
}
.model-gallery a:hover img { transform: scale(1.05); filter: grayscale(0); }

/* Editöryel düzen: ilk öğe büyük + kalanlar çeşitli en-boy */
.model-gallery.featured > *:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: 3 / 4; }
@media (min-width: 768px){
  .model-gallery.featured > *:nth-child(4) { aspect-ratio: 3 / 4; }
  .model-gallery.featured > *:nth-child(5) { aspect-ratio: 1 / 1; }
  .model-gallery.featured > *:nth-child(7) { aspect-ratio: 4 / 5; }
}
@media (max-width: 575.98px){ .model-gallery.featured > *:first-child { grid-column: span 2; grid-row: auto; aspect-ratio: 4 / 5; } }

/* Ölçü tablosu — ikon + hover */
.measure-table {
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  background: var(--bg-alt);
}
.measure-row {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line-soft);
  transition: background .25s ease;
}
.measure-row:last-child { border-bottom: 0; }
.measure-row:hover { background: rgba(166,128,24,.05); }
.measure-row .label {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-label); font-size: .72rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--gray);
}
.measure-row .label .icn { width: 16px; height: 16px; color: var(--accent); }
.measure-row .value {
  font-family: var(--font-head); font-size: 1.15rem; font-weight: 500; color: var(--ink);
  letter-spacing: -0.005em;
}

/* Meta liste (instagram, kategori, üyelik vb.) */
.meta-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.meta-list li { display: flex; align-items: center; gap: 12px; color: var(--ink-soft); font-size: .96rem; }
.meta-list li svg, .meta-list li .icn { width: 18px; height: 18px; color: var(--accent); flex: none; }
.meta-list li .k { font-family: var(--font-label); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gray); min-width: 90px; }

/* ------------------------------------------------------------------ */
/* Başvuru funnel — adım göstergesi + ödeme                           */
/* ------------------------------------------------------------------ */
.funnel-steps { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.funnel-step {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-label); font-size: .7rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase; color: var(--gray-2);
}
.funnel-step .dot {
  width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--line); font-size: .72rem; color: var(--gray); background: transparent;
}
.funnel-step.active { color: var(--ink); }
.funnel-step.active .dot { border-color: var(--accent); color: var(--accent); }
.funnel-step.done { color: var(--gray); }
.funnel-step.done .dot { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }

/* Stripe payment element konteyneri */
#model-payment-element {
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px; margin-bottom: 20px; min-height: 56px;
}
#model-pay-button { width: 100%; }
#model-payment-message {
  margin-top: 16px; font-size: .9rem; color: var(--gray);
  min-height: 1.2em;
}
#model-payment-message.is-error { color: #e07a5f; }
#model-payment-message.is-success { color: var(--accent); }

/* Birincil foto + galeri yükleme önizleme */
.upload-box {
  border: 1px dashed var(--line); border-radius: var(--radius);
  background: var(--bg-alt); padding: 28px; text-align: center; color: var(--gray);
  transition: border-color .25s, color .25s, background .25s; cursor: pointer;
}
.upload-box:hover { border-color: var(--accent); color: var(--ink); }
.upload-preview { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 10px; margin-top: 16px; }
.upload-preview .thumb { aspect-ratio: 4/5; border-radius: var(--radius-sm); overflow: hidden; background: var(--surface-2); }
.upload-preview .thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ------------------------------------------------------------------ */
/* Timeline (Hakkımızda)                                              */
/* ------------------------------------------------------------------ */
.timeline { position: relative; padding-left: 34px; }
.timeline::before { content:""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 1px; background: var(--line); }
.tl-item { position: relative; padding-bottom: 42px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content:""; position: absolute; left: -34px; top: 5px; width: 14px; height: 14px; border-radius: 50%; background: var(--bg); border: 2px solid var(--accent); }
.tl-item .yr { font-family: var(--font-head); font-weight: 500; color: var(--accent); font-size: 1.1rem; }

/* Ekip / temsil kartı */
.team-card { text-align: left; }
.team-card .team-img { border-radius: var(--radius); overflow: hidden; position: relative; aspect-ratio: 4/5; }
.team-card .team-img .ph,
.team-card .team-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .5s, transform .6s; }
.team-card:hover .team-img .ph,
.team-card:hover .team-img img { filter: grayscale(0); transform: scale(1.04); }
.team-card .nm { font-family: var(--font-head); font-weight: 500; font-size: 1.25rem; margin-top: 18px; }
.team-card .rl { font-family: var(--font-label); color: var(--gray); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; margin-top: 4px; }

/* Karşılaştırma tablosu */
.cmp-table { width: 100%; border-collapse: collapse; }
.cmp-table th, .cmp-table td { padding: 17px 18px; text-align: center; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.cmp-table th:first-child, .cmp-table td:first-child { text-align: left; font-weight: 500; color: var(--ink); }
.cmp-table thead th { font-family: var(--font-head); font-size: 1.1rem; color: var(--ink); }
.cmp-table .col-pop { background: var(--accent-tint); }
.cmp-table .yes { color: var(--accent); }
.cmp-table .no { color: var(--gray-2); }
.cmp-table tbody tr:hover { background: var(--bg-alt); }

/* ------------------------------------------------------------------ */
/* Hero varyantları                                                   */
/* ------------------------------------------------------------------ */
.hero-variant { display: none; }
[data-hero="bento"]    .hero-variant.v-bento,
[data-hero="ortali"]   .hero-variant.v-ortali,
[data-hero="bolunmus"] .hero-variant.v-bolunmus { display: block; }
body:not([data-hero]) .hero-variant.v-bento { display: block; }

.hero-center { text-align: center; max-width: 960px; margin-inline: auto; }
.hero-center .hero-cta { justify-content: center; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ------------------------------------------------------------------ */
/* Responsive                                                         */
/* ------------------------------------------------------------------ */
@media (max-width: 991.98px){
  .nav-main { display: none; }
  /* Dil seçici mobilde de görünür kalır — kompakt pill olarak APPLY'ın yanında. */
  .header-actions .lang-select { display: block; }
  .header-inner { min-height: 84px; gap: 14px; }
  .header-actions { gap: 8px; }
  .hamburger { display: grid; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 28px; }
  .process { grid-template-columns: 1fr; gap: 0; padding-left: 4px; }
  .process-step { padding-left: 68px; padding-bottom: 32px; }
  .process-step .step-no { position: absolute; left: 0; top: 0; margin: 0; }
  .process-step .step-line { top: 50px; left: 24px; right: auto; bottom: 12px; width: 1px; height: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .bento { grid-auto-rows: 128px; }
}
@media (max-width: 575.98px){
  body { font-size: 15.5px; }
  .a-card { padding: 26px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .bento { grid-template-columns: 1fr 1fr; grid-auto-rows: 104px; }
  .news-form { max-width: none; }
  .model-grid { gap: 12px; }

  /* Header satırı: logo · kompakt dil dropdown · APPLY · hamburger — sıkışmadan tek satır. */
  .header-inner { min-height: 76px; gap: 8px; }
  .header-actions { gap: 6px; }
  .brand { font-size: 2.135rem; gap: 8px; }
  .header-actions .lang-btn {
    padding: 6px 8px;
    gap: 4px;
    font-size: .62rem;
  }
  .header-actions .lang-btn .lang-flag { width: 18px; height: 12px; }
  .header-actions .lang-btn svg { width: 9px; height: 9px; }
  .header-actions .btn-sm-pill { padding: 8px 13px; font-size: .64rem; }
}

/* ===== ANASAYFA YENİ BÖLÜMLER ===== */

/* HERO */
/* ============================================================ */
/* HERO MASONRY — 3B Pinterest "akan albüm-kapağı" duvarı (S/B)   */
/* ============================================================ */
.hero-masonry {
  position: relative;
  min-height: min(88vh, 940px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--bg);
  perspective: 1500px;                 /* 3B albüm-kapağı derinliği */
  perspective-origin: 50% 40%;
}

/* Mozaik arkaplan: 5 sütunlu flex masonry — hafif 3B döndürülmüş plak duvarı */
.hero-masonry__bg {
  position: absolute;
  inset: -24% -12% -24% -12%;          /* eğim + akış kenarlarını gizle */
  z-index: 0;
  display: flex;
  gap: 12px;
  padding: 0 6px;
  pointer-events: none;
  transform: rotateY(-14deg) rotateX(6deg) scale(1.16);
  transform-style: preserve-3d;
}
.hero-masonry__col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  will-change: transform;
  animation-timing-function: linear;   /* sürekli, akışkan */
  animation-iteration-count: infinite;
}
/* Albüm-kapağı karolar: küçük, gölgeli, S/B */
.hero-masonry__col img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-sm);
  filter: grayscale(1) contrast(1.02) brightness(.95);
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0,0,0,.18), 0 2px 6px rgba(0,0,0,.10);
  outline: 1px solid rgba(0,0,0,.06);
  outline-offset: -1px;
}
/* Pinterest: bir uzun, bir kısa, biraz yatay (kare = albüm kapağı).
   Döngü 5'lik (sütun başına 5 görsel) → iki kopya birebir eşleşir, akış kusursuz. */
.hero-masonry__col img:nth-child(5n+1) { aspect-ratio: 2 / 3; }   /* uzun portre */
.hero-masonry__col img:nth-child(5n+2) { aspect-ratio: 1 / 1; }   /* kare — albüm kapağı */
.hero-masonry__col img:nth-child(5n+3) { aspect-ratio: 4 / 5; }   /* portre */
.hero-masonry__col img:nth-child(5n+4) { aspect-ratio: 4 / 3; }   /* yatay */
.hero-masonry__col img:nth-child(5n+5) { aspect-ratio: 1 / 1; }   /* kare — albüm kapağı */

/* Sürekli AKIŞ — komşu sütunlar zıt yön, farklı hız + faz (asimetrik) */
.hero-masonry__col--0 { animation-name: hero-flow-up;   animation-duration: 26s; animation-delay:  -3s; }
.hero-masonry__col--1 { animation-name: hero-flow-down; animation-duration: 34s; animation-delay: -19s; }
.hero-masonry__col--2 { animation-name: hero-flow-up;   animation-duration: 30s; animation-delay: -11s; }
.hero-masonry__col--3 { animation-name: hero-flow-down; animation-duration: 38s; animation-delay: -25s; }
.hero-masonry__col--4 { animation-name: hero-flow-up;   animation-duration: 23s; animation-delay: -14s; }

@keyframes hero-flow-up   { from { transform: translateY(0);    } to { transform: translateY(-50%); } }
@keyframes hero-flow-down { from { transform: translateY(-50%); } to { transform: translateY(0);    } }

/* Hafif scrim — metin okunabilirliği + açık temaya uygun sıcak peçe */
.hero-masonry__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(135% 100% at 20% 80%, rgba(247,245,240,.92) 0%, rgba(247,245,240,.50) 38%, transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,.55) 0%, rgba(255,255,255,.10) 28%, rgba(26,26,26,.18) 58%, rgba(26,26,26,.82) 100%),
    radial-gradient(120% 80% at 84% 2%, rgba(166,128,24,.10), transparent 56%);
}

/* İçerik scrim'in üstünde */
.hero-masonry .model-hero__inner { z-index: 2; }

/* Tablet: 4 sütun, daha az eğim */
@media (max-width: 1000px){
  .hero-masonry__bg { transform: rotateY(-10deg) rotateX(5deg) scale(1.18); }
  .hero-masonry__col--4 { display: none; }
}
/* Mobil: 3 sütun, eğimi azalt */
@media (max-width: 700px){
  .hero-masonry { min-height: min(84vh, 780px); perspective: 1100px; }
  .hero-masonry__col--3 { display: none; }
  .hero-masonry__bg { inset: -26% -6% -26% -6%; transform: rotateY(-8deg) rotateX(4deg) scale(1.2); gap: 9px; }
}

/* Hareketi azalt: akış kapalı, eğim sabit */
@media (prefers-reduced-motion: reduce){
  .hero-masonry__col { animation: none !important; transform: none !important; }
}

/* NEDEN */
/* ANASAYFA: neden — avantaj kartları responsive grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(16px, 1.6vw, 24px);
}
@media (min-width: 992px) {
  .why-grid { grid-template-columns: repeat(4, 1fr); }
}

/* UYELIK */
/* ============================================================ */
/* ANASAYFA: ÜYELİK — tek yıllık ücret kartı (.uyelik-*)         */
/* ============================================================ */
.uyelik-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  margin-top: clamp(34px, 5vw, 64px);
}
@media (max-width: 860px) {
  .uyelik-grid { grid-template-columns: 1fr; gap: 36px; }
}

.uyelik-copy .accent-rot { display: inline-block; }

.uyelik-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.uyelik-list__item {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-body);
  color: var(--ink-soft);
  font-size: 1rem;
}
.uyelik-list__check {
  flex: 0 0 auto;
  width: 26px; height: 26px; border-radius: var(--pill);
  display: grid; place-items: center;
  background: var(--accent-tint); color: var(--accent);
}
.uyelik-list__check .icn, .uyelik-list__check svg { width: 15px; height: 15px; }

/* Fiyat kartı — altın vurgulu, hafif glow */
.uyelik-card {
  position: relative;
  background: var(--surface);
  border-color: color-mix(in srgb, var(--accent) 32%, var(--line));
  box-shadow: var(--gold-glow);
  padding: clamp(30px, 3.4vw, 44px);
  text-align: center;
}
.uyelik-card__ribbon {
  display: inline-block;
  font-family: var(--font-label, var(--font-body));
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-tint);
  border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent);
  border-radius: var(--pill);
  padding: 7px 16px;
  margin-bottom: 22px;
}
.uyelik-card__price {
  display: flex; align-items: baseline; justify-content: center; gap: 8px;
  flex-wrap: wrap;
}
.uyelik-card__amount {
  font-family: var(--font-head);
  font-size: clamp(2.8rem, 6vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.uyelik-card__amount--text { font-size: clamp(1.8rem, 4vw, 2.4rem); }
.uyelik-card__per {
  font-family: var(--font-body);
  font-size: 1rem; font-weight: 400;
  color: var(--gray);
}
.uyelik-card__note { font-size: 0.9rem; margin-top: 12px; }

.uyelik-card__rule {
  display: block; height: 1px; width: 100%;
  background: var(--line-soft);
  margin: 26px 0;
}

.uyelik-card__list { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 12px; text-align: left; }
.uyelik-card__list li {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-body);
  font-size: 0.96rem;
  color: var(--ink-soft);
}
.uyelik-card__check {
  flex: 0 0 auto;
  color: var(--accent);
  display: grid; place-items: center;
}
.uyelik-card__check .icn, .uyelik-card__check svg { width: 18px; height: 18px; }

.uyelik-card__cta { width: 100%; justify-content: center; }
.uyelik-card__fine { font-size: 0.82rem; margin-top: 14px; }

/* REFERANSLAR */
/* ============================================================
   ANASAYFA: REFERANSLAR — kayan testimonial slider
   (yalnız yeni selektörler; .slider-nav & .a-card mevcut stilleri korunur)
   ============================================================ */
.testi-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	flex-wrap: wrap;
}

.testi-stage { margin-top: clamp(30px, 4vw, 56px); }

.testi-track { position: relative; }

.testi-card {
	margin: 0;
	background: var(--surface-2);
	border: 1px solid var(--line-soft);
	border-radius: var(--radius-lg);
	padding: clamp(32px, 4.5vw, 64px);
	position: relative;
	box-shadow: var(--shadow);
}

.testi-quote-mark {
	display: block;
	font-family: var(--font-head);
	font-size: clamp(4rem, 9vw, 7rem);
	line-height: 0.6;
	color: var(--accent);
	opacity: 0.9;
	margin-bottom: clamp(10px, 2vw, 22px);
	user-select: none;
}

.testi-quote { margin: 0; }
.testi-quote p {
	margin: 0;
	font-family: var(--font-head);
	font-weight: 500;
	font-size: clamp(1.3rem, 2.6vw, 2.05rem);
	line-height: 1.32;
	letter-spacing: -0.012em;
	color: var(--ink);
	max-width: 46ch;
}

.testi-cite {
	margin-top: clamp(24px, 3vw, 38px);
	padding-top: 22px;
	border-top: 1px solid var(--line-soft);
	display: flex;
	align-items: baseline;
	gap: 12px;
	flex-wrap: wrap;
}
.testi-name {
	font-family: var(--font-label);
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	color: var(--ink-soft);
}
.testi-role {
	font-family: var(--font-label);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--accent);
}
.testi-role::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 1px;
	background: var(--line);
	vertical-align: middle;
	margin-right: 12px;
}

/* Dots */
.testi-dots {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: clamp(24px, 3vw, 36px);
}
.testi-dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 1px solid var(--gray-2);
	border-radius: var(--pill);
	background: transparent;
	cursor: pointer;
	transition: background .3s ease, border-color .3s ease, transform .3s ease;
}
.testi-dot:hover { border-color: var(--accent); }
.testi-dot.active {
	background: var(--accent);
	border-color: var(--accent);
	transform: scale(1.15);
}

/* Slide giriş animasyonu (main.js aktif slide'a .in ekler) */
.testi-card[data-slide] { opacity: 0; transform: translateY(14px); }
.testi-card[data-slide].in {
	opacity: 1;
	transform: none;
	transition: opacity .55s ease, transform .55s cubic-bezier(.22,.61,.36,1);
}

@media (prefers-reduced-motion: reduce) {
	.testi-card[data-slide],
	.testi-card[data-slide].in { opacity: 1; transform: none; transition: none; }
	.testi-dot { transition: none; }
}

@media (max-width: 575.98px) {
	.testi-head { gap: 20px; }
	.testi-nav { align-self: flex-start; }
}


/* ===== BAŞVURU FUNNEL ===== */

/* Funnel A: çok adımlı başvuru akışı (REST/JS).
   Ölü .funnel-*/.upload-* kurallarına dokunulmadı; bu blok bağımsızdır. */

/* --- Adım formu görünürlük + akıcı giriş --- */
.model-form { display: none; }
.model-form.is-active { display: block; animation: stepIn .45s cubic-bezier(.2, .7, .3, 1); }
.model-form[hidden] { display: none !important; }

@keyframes stepIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .model-form.is-active { animation: none; }
}

/* --- Stepper (üst durum çubuğu) --- */
.model-steps {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: clamp(28px, 6vw, 72px);
}
.model-steps__item {
  position: relative;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
/* adımlar arası bağlantı çizgisi (ilk hariç) */
.model-steps__item::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 50%;
  width: calc(100% + clamp(28px, 6vw, 72px));
  height: 1px;
  background: var(--line);
  z-index: 0;
}
.model-steps__item:first-child::before { display: none; }

.model-steps__num {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: var(--pill);
  border: 1px solid var(--line);
  background: var(--bg);
  display: grid;
  place-items: center;
  font-family: var(--font-label);
  font-size: .85rem;
  color: var(--gray);
  transition: border-color .25s ease, color .25s ease, background .25s ease, box-shadow .25s ease;
}
.model-steps__label {
  font-family: var(--font-label);
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gray);
}

/* durumlar */
.model-steps__item.is-active .model-steps__num {
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-tint);
}
.model-steps__item.is-active .model-steps__label { color: var(--ink); }

.model-steps__item.is-done .model-steps__num {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--on-accent);
}
.model-steps__item.is-done::before { background: var(--accent); }

.model-steps__item.is-upcoming .model-steps__num { color: var(--gray-2); }
.model-steps__item.is-upcoming .model-steps__label { color: var(--gray-2); }

@media (max-width: 575.98px) {
  .model-steps__label { display: none; }
}

/* --- Kart + uyarı --- */
.model-form-card { padding: clamp(28px, 4vw, 44px); }

.model-form__alert {
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  background: var(--accent-tint);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: .92rem;
}
.model-form__alert.is-error {
  border-left-color: #e07a5f;
  background: rgba(224, 122, 95, .12);
  color: var(--ink);
}

/* --- Kategori seçimi (radio kart) --- */
.model-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
}
.model-cat-chip {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.model-cat-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.model-cat-chip:hover {
  border-color: color-mix(in srgb, var(--accent) 45%, var(--line));
}
.model-cat-chip:has(input:checked) {
  border-color: var(--accent);
  box-shadow: var(--gold-glow);
  background: var(--accent-tint);
}
.model-cat-chip:has(input:focus-visible) {
  box-shadow: 0 0 0 3px var(--accent-tint);
}
.model-cat-chip__cat {
  font-family: var(--font-label);
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}
.model-cat-chip__name {
  font-family: var(--font-head);
  font-size: 1.05rem;
  color: var(--ink);
}
/* `.field label` (display:block + uppercase + margin) çiplerin flex düzenini eziyordu;
   daha yüksek özgüllükle geri al. */
.field label.model-cat-chip {
  display: flex;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: normal;
}

/* --- Dosya seçici --- */
.model-file {
  width: 100%;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: var(--bg-alt);
  padding: 22px;
  color: var(--gray);
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}
.model-file:hover,
.model-file:focus {
  border-color: var(--accent);
  color: var(--ink);
}
.model-file::file-selector-button {
  margin-right: 14px;
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  background: transparent;
  color: var(--ink-soft);
  font-family: var(--font-label);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
.model-file.is-processing {
  opacity: .6;
  pointer-events: none;
}

/* --- Foto önizleme --- */
.model-photo-preview {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.model-photo-preview[aria-hidden="true"] { display: none; }
/* Birincil önizleme (galeri --grid değil): tek küçük thumbnail, tüm genişliği kaplamasın. */
.model-photo-preview:not(.model-photo-preview--grid) {
  grid-template-columns: 200px;
  justify-content: start;
}
.model-photo-preview--grid {
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
}
.model-photo-preview__item {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--surface-2);
}
.model-photo-preview__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model-photo-preview__item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px 6px;
  font-size: .6rem;
  background: rgba(26, 26, 26, .65);
  color: rgba(255,255,255,.85);
}

/* --- Alan hataları --- */
.field .req { color: var(--accent); }
.field-error {
  display: none;
  margin-top: 8px;
  font-size: .82rem;
  color: #e07a5f;
}
.field-error.is-visible { display: block; }
.input.has-error,
.model-file.has-error {
  border-color: #e07a5f;
  box-shadow: 0 0 0 3px rgba(224, 122, 95, .12);
}

/* --- Ücret özeti --- */
.model-fee-summary {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-alt);
  padding: 20px 22px;
}
.model-fee-summary__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.model-fee-summary__amount {
  font-family: var(--font-head);
  font-size: 1.6rem;
  color: var(--ink);
}

/* ===== Marka logo görseli (ajans_logo_image) ===== */
/* Header logo yüksekliği admin ayarından (ajans_logo_height / ajans_logo_height_mobile)
   wp_head içine inline <style> olarak basılır — bkz. functions.php ajans_logo_height_inline_css(). */
.brand-logo{width:auto;height:auto;display:block;max-width:none;object-fit:contain}
.footer-brand .brand-logo{height:30px}
#mobileNavLabel .brand-logo{height:30px}

/* ================================================================== */
/* BAYRAK DİL SEÇİCİ                                                  */
/* ================================================================== */

/* Küçük bayrak görseli — tüm bağlamlarda ortak */
.lang-flag {
  display: inline-block;
  width: 22px;
  height: 15px;
  border-radius: 2px;
  object-fit: cover;
  flex: none;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08);
  vertical-align: middle;
}

/* lang-btn: mevcut pill buton içine bayrak + kod */
.lang-btn { display: inline-flex; align-items: center; gap: 6px; }
.lang-btn .lang-flag { margin-right: 2px; }

/* lang-opt: dropdown satırı — bayrak + dil adı */
.lang-menu a.lang-opt { display: flex; align-items: center; gap: 10px; }
.lang-opt .lang-flag { flex: none; }

/* ---- Mobil bayrak satırı (header üstü) ---- */
/* Masaüstü: gizli; mobil <992px: flex */
.header-flags {
  display: none;
  gap: 8px;
  align-items: center;
}
.header-flags__item {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px;
  transition: box-shadow .2s ease, opacity .2s ease;
  opacity: .75;
}
.header-flags__item:hover { opacity: 1; box-shadow: 0 0 0 2px var(--accent); }
.header-flags__item .lang-flag { display: block; }

@media (max-width: 991.98px) {
  .header-flags { display: flex; }
}
@media (min-width: 992px) {
  .header-flags { display: none !important; }
}

/* ================================================================== */
/* FOOTER YASAL + ÖDEME + TELİF                                       */
/* ================================================================== */

/* Yasal bağlantı satırı */
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-legal a {
  font-family: var(--font-label);
  font-size: .72rem;
  letter-spacing: .06em;
  color: var(--gray);
  text-decoration: none;
  transition: color .2s ease;
}
.footer-legal a:hover { color: var(--accent); }

/* Ödeme logoları */
.footer-pay {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}
.footer-pay img {
  height: 22px;
  width: auto;
  display: block;
  object-fit: contain;
  opacity: .55;
  filter: grayscale(1);
  transition: opacity .2s ease, filter .2s ease;
}
.footer-pay img:hover { opacity: .85; filter: grayscale(0); }

/* Telif satırı */
.footer-copyright {
  font-family: var(--font-label);
  font-size: .72rem;
  letter-spacing: .04em;
  color: var(--gray-2);
  margin-top: 10px;
}

/* ================================================================== */
/* PRESTIGE HOMEPAGE COMPONENTS — .pm-*                               */
/* contract: front-page.php + header.php emit these exact class names */
/* ================================================================== */

/* ── Section wrapper ─────────────────────────────────────────────── */
.pm-section {
  padding: 84px 0;
}
@media (max-width: 575.98px) {
  .pm-section { padding: 52px 0; }
}
.pm-section--gold {
  background: var(--accent);
  color: #fff;
}
.pm-section--gold h1,
.pm-section--gold h2,
.pm-section--gold h3,
.pm-section--gold h4,
.pm-section--gold h5,
.pm-section--gold p,
.pm-section--gold li,
.pm-section--gold span {
  color: #fff;
}
.pm-section--grey  { background: var(--bg-alt); }
.pm-section--white {
  background-color: #fff;
  background-image: url("../images/bg-pattern.png");
  background-repeat: repeat;
}

/* ── Section heading ─────────────────────────────────────────────── */
.content-headline {
  font-family: var(--font-head);
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 16px;
}
.content-headline::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* Gold sections: headline + underline are white via currentColor */
.pm-section--gold .content-headline { color: #fff; }
/* Grey / white sections: headline + underline are gold */
.pm-section--grey .content-headline,
.pm-section--white .content-headline { color: var(--accent); }

/* ── Gold divider bar ────────────────────────────────────────────── */
.gold-line {
  display: block;
  width: 100%;
  height: 18px;
  background: var(--accent);
  margin: 0;
}

/* ── Hero carousel ───────────────────────────────────────────────── */
.pm-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pm-hero .carousel-item img {
  width: 100%;
  height: clamp(260px, 34vw, 460px);
  object-fit: cover;
  display: block;
}
.pm-hero .carousel-item a { display: block; }

.pm-hero__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  margin: 0;
  padding: 0 24px;
  text-align: center;
  font-family: var(--font-head);
  font-weight: 200;
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .pm-hero__title { font-size: 18px; bottom: 16px; }
}

/* ── Utility bar ─────────────────────────────────────────────────── */
.pm-utility {
  background-color: #fff;
  background-image: url("../images/bg-pattern.png");
  background-repeat: repeat;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.pm-utility__login {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--accent);
  color: var(--accent);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
  font-family: var(--font-label);
  font-weight: 600;
  font-size: .74rem;
  letter-spacing: .08em;
  text-decoration: none;
  transition: background .25s ease, color .25s ease;
}
.pm-utility__login:hover {
  background: var(--accent);
  color: #fff;
}

/* ── Age cards ───────────────────────────────────────────────────── */
.pm-age-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media (max-width: 991.98px) {
  .pm-age-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575.98px) {
  .pm-age-grid { grid-template-columns: 1fr; gap: 18px; }
}

.pm-age-card {
  background: rgba(177,177,177,.12);
  border: 1px solid var(--accent);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: box-shadow .3s ease, transform .3s ease;
}
.pm-age-card:hover {
  box-shadow: var(--gold-glow);
  transform: translateY(-4px);
}

.pm-age-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.pm-age-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  transition: transform .5s ease;
}
.pm-age-card:hover .pm-age-card__media img { transform: scale(1.04); }

.pm-age-card__num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 70px;
  color: #fff;
  text-shadow: 0 0 8px #2D2D2D;
  line-height: 1;
  pointer-events: none;
}
.pm-age-card__unit {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 24px;
  font-family: var(--font-label);
  font-weight: 600;
  text-shadow: 0 0 4px #2D2D2D;
  white-space: nowrap;
}

.pm-age-card__desc {
  padding: 16px;
  color: var(--ink-soft);
  font-size: .9rem;
  flex: 1;
  font-family: var(--font-body);
  line-height: 1.55;
}

.pm-age-card__btn {
  display: block;
  background: var(--accent);
  color: #fff;
  padding: 12px;
  font-family: var(--font-label);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  transition: background .25s ease;
}
.pm-age-card__btn:hover { background: var(--accent-700); color: #fff; }

/* ── Content split block ─────────────────────────────────────────── */
.pm-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.pm-content--rev { direction: rtl; }
.pm-content--rev > * { direction: ltr; }

@media (max-width: 767.98px) {
  .pm-content,
  .pm-content--rev { grid-template-columns: 1fr; gap: 40px; }
  .pm-content--rev { direction: ltr; }
  /* Mobilde her zaman medya üstte, metin altta — masaüstü sırası/DOM sırası ne olursa olsun. */
  .pm-content__media { order: -1; }
  .pm-content__text { order: 2; }
}

.pm-content__media {
  position: relative;
}
.pm-content__media img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  display: block;
}
@media (max-width: 767.98px) {
  /* Görsel gelmezse (placeholder) alan çökmesin — rozet asılı kalmasın. */
  .pm-content__media-ph { min-height: 260px; border-radius: var(--radius-lg); }
}

.pm-content__text { font-family: var(--font-body); }

/* ── Badge (circular overlay on media) ──────────────────────────── */
.pm-badge {
  position: absolute;
  width: clamp(120px, 12vw, 200px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 16px;
  bottom: -28px;
  right: -10px;
  box-shadow: var(--shadow);
  z-index: 2;
}
.pm-badge--white { background: #fff; }
.pm-badge--gold  { background: var(--accent); }

@media (max-width: 767.98px) {
  /* Mobilde rozet küçülür + taşma payı azalır, böylece alttaki metne binmez. */
  .pm-badge {
    width: 92px;
    padding: 10px;
    bottom: -14px;
    right: 10px;
  }
}

.pm-badge strong {
  display: block;
  font-family: var(--font-head);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.05;
}
.pm-badge span { font-size: .9rem; }

@media (max-width: 767.98px) {
  .pm-badge strong { font-size: .74rem; }
  .pm-badge span { font-size: .66rem; }
}

/* White badge: dark top line + gold accent second line */
.pm-badge--white strong { color: #111; }
.pm-badge--white span   { color: var(--accent); }

/* Gold badge: dark top line + white second line */
.pm-badge--gold strong  { color: #111; }
.pm-badge--gold span    { color: #fff; }

/* ── CTA strip ───────────────────────────────────────────────────── */
.pm-cta {
  background: rgba(237,234,233,.6);
  padding: 22px 0;
}
@media (max-width: 575.98px) {
  .pm-cta { padding: 18px 0; }
}
.pm-cta__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.pm-cta__text {
  font-family: var(--font-head);
  font-weight: 300;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  color: var(--ink);
}
.pm-cta__btn {
  background: #fff;
  border: 1px solid var(--bg-alt);
  padding: 14px 26px;
  border-radius: var(--radius);
  font-family: var(--font-label);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
  white-space: nowrap;
}
.pm-cta__btn:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

/* ── Quotes column ───────────────────────────────────────────────── */
.pm-quotes {
  column-count: 2;
  column-gap: 32px;
}
@media (max-width: 575.98px) { .pm-quotes { column-count: 1; } }

.pm-quote {
  break-inside: avoid;
  margin-bottom: 14px;
}
.pm-quote__who {
  font-weight: 700;
  color: inherit;
  font-family: var(--font-label);
  font-size: .85rem;
  letter-spacing: .04em;
  margin-bottom: 4px;
}
.pm-quote__text {
  font-family: var(--font-body);
  font-size: .92rem;
  line-height: 1.55;
  color: inherit;
  font-style: italic;
}
/* Inside gold section these inherit #fff via .pm-section--gold * { color:#fff } */

/* ── Company notes 2-col ─────────────────────────────────────────── */
.pm-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 767.98px) { .pm-notes { grid-template-columns: 1fr; gap: 32px; } }

.pm-note { font-family: var(--font-body); }
.pm-note .content-headline { font-size: clamp(1.2rem, 1.8vw, 1.5rem); }

/* ── Primary gold pill button ────────────────────────────────────── */
.pm-btn {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 13px 28px;
  border-radius: var(--pill);
  font-family: var(--font-label);
  font-weight: 600;
  font-size: .84rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}
.pm-btn:hover {
  background: var(--accent-700);
  color: #fff;
  transform: translateY(-2px);
}

/* ── Prestige content button (.button) — kept separate from .pm-btn ─ */
.button {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  border: 1px solid var(--accent);
  padding: 5px 15px;
  font-family: var(--font-label);
  font-size: .8rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.button:hover {
  background: #fff;
  color: var(--accent);
  border-color: var(--accent);
}

/* ── Footer gold bar ─────────────────────────────────────────────── */
.footer-goldbar {
  background: var(--accent);
  color: #fff;
  padding: 10px 0;
  font-family: var(--font-label);
  font-size: 12px;
  letter-spacing: .04em;
  text-align: center;
  width: 100%;
}
.footer-goldbar a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-goldbar a:hover { opacity: .8; }

/* ── Header language switcher gold tint ──────────────────────────── */
.header-actions .lang-btn {
  border-color: color-mix(in srgb, var(--accent) 50%, var(--line));
  color: var(--accent);
}
.header-actions .lang-btn:hover {
  border-color: var(--accent);
  color: var(--accent-700);
}
