/* ============================================================
   Bülent İşler Barber's Club — Özel Tasarım v2
   Koyu zemin + altın aksan · Bebas Neue display
   ============================================================ */

:root {
  --bg: #0d0b07;
  --bg-2: #14100a;
  --bg-3: #1a1510;
  --line: rgba(217, 126, 44, .18);
  --line-strong: rgba(217, 126, 44, .4);
  --gold: #e08b2d;
  --gold-2: #ffb959;
  --gold-dim: #a05a17;
  --ink: #f4ede0;
  --muted: #b3a98f;
  --muted-2: #7d7460;
  --display: 'Bebas Neue', 'Arial Narrow', sans-serif;
  --sans: 'Manrope', system-ui, sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --radius: 18px;
  --shadow: 0 24px 60px rgba(0, 0, 0, .5);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--gold); color: #111; padding: 10px 18px;
  border-radius: 0 0 10px 0; font-weight: 700;
}
.skip:focus { left: 0; }

.progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--gold-dim), var(--gold), var(--gold-2));
  z-index: 160; transition: width .12s linear;
}

/* ---------- NAV ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 120;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 18px clamp(20px, 4vw, 56px);
  transition: background .35s var(--ease), padding .35s var(--ease), border-color .35s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(13, 11, 7, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
  padding-block: 12px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { height: 42px; width: auto; display: block; }
.brand-text {
  font-family: var(--display); font-size: 1.5rem; letter-spacing: .06em;
  line-height: 1; display: flex; flex-direction: column;
}
.brand-text small {
  font-family: var(--sans); font-size: .58rem; font-weight: 700;
  letter-spacing: .34em; color: var(--gold); margin-top: 4px;
}
.nav-links { display: flex; gap: clamp(16px, 2.4vw, 36px); }
.nav-links a {
  font-size: .82rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted);
  position: relative; padding: 6px 0; transition: color .25s;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--gold); transition: width .3s var(--ease);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: #14100a; background: var(--gold);
  padding: 12px 22px; border-radius: 999px;
  transition: background .25s, transform .25s;
}
.nav-cta:hover { background: var(--gold-2); transform: translateY(-1px); }
.menu-btn {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 0; padding: 8px;
}
.menu-btn span { width: 26px; height: 2px; background: var(--ink); transition: .3s var(--ease); }
.menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- HERO ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center;
  padding: 140px clamp(20px, 5vw, 72px) 90px;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.05);
  animation: heroZoom 14s var(--ease) forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero-veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(13,11,7,.72) 0%, rgba(13,11,7,.32) 40%, rgba(13,11,7,.88) 100%),
    linear-gradient(90deg, rgba(13,11,7,.82) 0%, rgba(13,11,7,.24) 55%, rgba(13,11,7,.4) 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: 860px; }
.hero-eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-size: .74rem; font-weight: 700; letter-spacing: .28em;
  text-transform: uppercase; color: var(--gold-2);
  margin-bottom: 22px;
}
.hero-eyebrow span { color: var(--gold-dim); }
.hero h1 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(3.4rem, 8.2vw, 7.4rem);
  line-height: .94; letter-spacing: .01em;
  margin-bottom: 26px;
}
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-sub {
  font-size: clamp(1rem, 1.5vw, 1.2rem); color: var(--ink);
  max-width: 560px; opacity: .92; margin-bottom: 34px;
}
.br-desk { display: block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 52px; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .8rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; padding: 15px 28px; border-radius: 999px;
  transition: transform .25s var(--ease), background .25s, border-color .25s, color .25s;
}
.btn svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.btn-gold { background: var(--gold); color: #14100a; }
.btn-gold:hover { background: var(--gold-2); transform: translateY(-2px); }
.btn-ghost { border: 1px solid var(--line-strong); color: var(--ink); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-2); transform: translateY(-2px); }
.btn-dark { background: #14100a; color: var(--gold-2); border: 1px solid var(--line-strong); }
.btn-dark:hover { background: var(--bg-3); transform: translateY(-2px); }
.hero-meta {
  display: flex; align-items: center; gap: clamp(20px, 4vw, 48px);
  flex-wrap: wrap;
}
.hm-item { display: flex; flex-direction: column; }
.hm-item strong {
  font-family: var(--display); font-size: 2rem; font-weight: 400;
  color: var(--gold); letter-spacing: .04em; line-height: 1;
}
.hm-item span { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
.scroll-cue {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--muted); font-size: .68rem; letter-spacing: .3em; text-transform: uppercase;
  z-index: 3;
}
.scroll-cue i {
  width: 1px; height: 46px; background: linear-gradient(var(--gold), transparent);
  animation: cue 1.8s ease-in-out infinite;
}
@keyframes cue { 0%, 100% { transform: scaleY(.4); transform-origin: top; opacity: .5; } 50% { transform: scaleY(1); opacity: 1; } }

/* ---------- TICKER ---------- */
.ticker {
  overflow: hidden; border-block: 1px solid var(--line);
  background: var(--bg-2); padding: 16px 0;
}
.ticker-track {
  display: flex; align-items: center; gap: 34px; width: max-content;
  animation: ticker 26s linear infinite;
  font-family: var(--display); font-size: 1.35rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted);
}
.ticker-track i { color: var(--gold); font-style: normal; font-size: 1rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- SECTIONS ---------- */
.section { padding: clamp(72px, 9vw, 130px) 0; }
.section-dark { background: var(--bg-2); }
.section-gold {
  background:
    radial-gradient(1100px 460px at 50% -10%, rgba(224, 139, 45, .16), transparent 60%),
    var(--bg);
  border-block: 1px solid var(--line);
}
.shell { width: min(1180px, 92vw); margin-inline: auto; }
.kicker {
  display: flex; align-items: center; gap: 14px;
  font-size: .72rem; font-weight: 800; letter-spacing: .3em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 18px;
}
.kicker span {
  display: inline-grid; place-items: center;
  width: 34px; height: 34px; border: 1px solid var(--line-strong);
  border-radius: 50%; font-size: .68rem; letter-spacing: .1em;
}
h2 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(2.6rem, 5.4vw, 4.6rem);
  line-height: 1; letter-spacing: .015em;
  margin-bottom: 18px;
}
h2 em { color: var(--gold); font-style: normal; }
.section-head { max-width: 640px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head > p:last-child { color: var(--muted); font-size: 1rem; }

/* ---------- REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- KULÜP ---------- */
.kulup-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px); align-items: center;
}
.kulup-photo { position: relative; }
.kulup-photo img {
  width: 100%; aspect-ratio: 4/3.4; object-fit: cover;
  border-radius: var(--radius);
  filter: saturate(.92) contrast(1.04);
}
.kulup-photo::after {
  content: ''; position: absolute; inset: 18px -18px -18px 18px;
  border: 1px solid var(--line-strong); border-radius: var(--radius);
  z-index: -1; pointer-events: none;
}
.kulup-photo figcaption {
  position: absolute; left: 18px; bottom: 18px;
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink); background: rgba(13, 11, 7, .82);
  padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line-strong);
  backdrop-filter: blur(6px);
}
.kulup-copy > p:not(.kicker) { color: var(--muted); font-size: 1.02rem; margin-bottom: 18px; max-width: 52ch; }
.kulup-sign {
  display: flex; align-items: center; gap: 18px;
  margin-top: 30px; padding-top: 26px;
  border-top: 1px solid var(--line);
}
.ks-line { display: flex; flex-direction: column; }
.ks-line span {
  font-family: var(--display); font-size: 1.6rem; letter-spacing: .05em; line-height: 1;
}
.ks-line small { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.ks-logo { width: 44px; height: 44px; color: var(--gold); }

/* ---------- ZONES / SALON ---------- */
.zone { margin-bottom: clamp(52px, 7vw, 84px); }
.zone:last-child { margin-bottom: 0; }
.zone-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 24px; flex-wrap: wrap; }
.zone-head h3 {
  font-family: var(--display); font-weight: 400; font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: .04em; position: relative; padding-left: 20px;
}
.zone-head h3::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 8px; height: 8px; background: var(--gold); border-radius: 50%;
}
.zone-head p { color: var(--muted); font-size: .9rem; max-width: 46ch; }
.zone-grid {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;
}
.zone-grid figure { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; }
.zone-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.zone-grid figure:hover img { transform: scale(1.05); }
.zone-wide { grid-column: span 9; aspect-ratio: 16/9.4; }
.zone-tall { grid-column: span 3; aspect-ratio: 3/4.2; }
.zone-grid-single figure { grid-column: span 12; aspect-ratio: 16/3.6; }
.zone-grid-6 { grid-template-columns: repeat(3, 1fr); }
.zone-grid-6 figure { aspect-ratio: 3/3.6; }

/* ---------- VIP GALERİ (kaydırmalı) ---------- */
.vip-gallery {
  position: relative; display: flex; align-items: center; gap: 12px;
}
.vip-track {
  flex: 1 1 auto; min-width: 0;
  display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
  border-radius: var(--radius);
  scroll-behavior: smooth;
}
.vip-track::-webkit-scrollbar { display: none; }
.vip-track figure {
  flex: 0 0 clamp(260px, 42%, 460px); margin: 0;
  border-radius: var(--radius); overflow: hidden;
  scroll-snap-align: start; position: relative;
}
.vip-track img {
  width: 100%; aspect-ratio: 4/3.1; object-fit: cover;
  transition: transform .7s var(--ease);
}
.vip-track figure:hover img { transform: scale(1.05); }
.vip-nav {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line-strong); background: var(--bg-2); color: var(--gold-2);
  font-size: 1.4rem; line-height: 1; display: grid; place-items: center;
  transition: background .25s, transform .25s;
}
.vip-nav:hover { background: var(--bg-3); transform: scale(1.06); }
.vip-dots {
  display: flex; gap: 8px; justify-content: center; margin-top: 18px;
}
.vip-dots i {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--line-strong); transition: background .25s, transform .25s;
}
.vip-dots i.on { background: var(--gold); transform: scale(1.25); }

/* ---------- HİZMETLER ---------- */
.svc-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.svc-card {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px 24px;
  display: flex; flex-direction: column; gap: 16px;
  transition: transform .35s var(--ease), border-color .35s, background .35s;
}
.svc-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-strong);
  background: var(--bg-3);
}
.svc-top { display: flex; align-items: center; justify-content: space-between; }
.svc-no {
  font-family: var(--display); font-size: 1.05rem; letter-spacing: .18em;
  color: var(--gold-dim); border: 1px solid var(--line);
  border-radius: 999px; padding: 5px 12px;
}
.svc-top svg { width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.svc-card h3 { font-family: var(--display); font-weight: 400; font-size: 1.55rem; letter-spacing: .05em; line-height: 1.1; }
.svc-card ul { display: flex; flex-direction: column; gap: 8px; }
.svc-card li {
  font-size: .84rem; color: var(--muted); padding-left: 16px; position: relative;
}
.svc-card li::before {
  content: '—'; position: absolute; left: 0; color: var(--gold-dim);
}
.svc-link {
  margin-top: auto; font-size: .76rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold);
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap .25s;
}
.svc-link:hover { gap: 14px; }

/* ---------- RANDEVU ---------- */
.randevu-panel {
  background: var(--bg-2); border: 1px solid var(--line-strong);
  border-radius: 24px; padding: clamp(24px, 4vw, 48px);
  box-shadow: var(--shadow);
}
.randevu-form { display: flex; flex-direction: column; gap: 26px; }
.rf-group { border: 0; display: flex; flex-direction: column; gap: 14px; }
.rf-group legend {
  font-size: .74rem; font-weight: 800; letter-spacing: .24em;
  text-transform: uppercase; color: var(--gold-2); margin-bottom: 4px;
}
.rf-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span {
  display: inline-block; padding: 11px 20px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--muted);
  font-size: .82rem; font-weight: 600; cursor: pointer;
  transition: all .22s var(--ease);
  user-select: none;
}
.chip:hover span { border-color: var(--line-strong); color: var(--ink); }
.chip input:checked + span {
  background: var(--gold); color: #14100a; border-color: var(--gold);
  font-weight: 800;
}
.rf-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
}
.field { display: flex; flex-direction: column; gap: 8px; }
.field span {
  font-size: .72rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted);
}
.field input, .field select, .field textarea {
  background: var(--bg-3); border: 1px solid var(--line);
  border-radius: 12px; color: var(--ink);
  padding: 14px 16px; font-family: var(--sans); font-size: .94rem;
  outline: none; transition: border-color .25s, box-shadow .25s;
  width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(224, 139, 45, .2);
}
.field textarea { resize: vertical; min-height: 74px; }
.field select option { background: var(--bg-3); }
.field input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(.8) sepia(.5) saturate(4) hue-rotate(5deg); }
.rf-foot {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.form-status { font-size: .84rem; color: var(--gold-2); font-weight: 600; }
.rf-note { font-size: .76rem; color: var(--muted-2); }

/* ---------- YORUMLAR ---------- */
.rev-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.rev-card {
  background: var(--bg-3); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .35s var(--ease), border-color .35s;
}
.rev-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.rev-head { display: flex; align-items: center; gap: 12px; }
.rev-avatar {
  width: 44px; height: 44px; border-radius: 50%; flex: 0 0 auto;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold-dim), var(--gold));
  color: #14100a; font-weight: 800; font-size: .82rem;
}
.rev-head strong { display: block; font-size: .9rem; }
.rev-head small { font-size: .7rem; color: var(--muted-2); }
.rev-stars { margin-left: auto; color: #f5a623; font-size: .84rem; letter-spacing: 2px; }
.rev-card p { font-size: .86rem; color: var(--muted); line-height: 1.7; }
.rev-src { display: flex; align-items: center; gap: 8px; font-size: .7rem; color: var(--muted-2); margin-top: auto; }
.rev-src svg { width: 14px; height: 14px; }

/* ---------- İLETİŞİM ---------- */
.contact-grid {
  display: grid; grid-template-columns: 1fr;
  max-width: 640px;
  gap: clamp(32px, 5vw, 72px); align-items: center;
}
.contact-copy > p:not(.kicker) { color: var(--muted); margin-bottom: 26px; max-width: 46ch; }
.contact-phone {
  display: inline-block; font-family: var(--display); font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  letter-spacing: .05em; color: var(--gold); line-height: 1;
  margin-bottom: 30px; transition: color .25s;
}
.contact-phone:hover { color: var(--gold-2); }
.contact-work-phone {
  display: block; width: fit-content; margin: -18px 0 30px;
  color: var(--muted); font-size: .95rem; font-weight: 600; letter-spacing: .03em;
  transition: color .25s;
}
.contact-work-phone:hover { color: var(--gold-2); }
.contact-links { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.contact-links a {
  display: flex; align-items: center; gap: 12px;
  font-size: .88rem; font-weight: 600; color: var(--muted);
  padding: 13px 18px; border: 1px solid var(--line); border-radius: 12px;
  transition: all .25s var(--ease); width: fit-content; min-width: 260px;
}
.contact-links a svg {
  width: 22px; height: 22px; flex: 0 0 22px;
  fill: var(--gold); color: var(--gold); overflow: visible;
  transition: fill .25s, color .25s, filter .25s;
}
.contact-links a:hover { border-color: var(--line-strong); color: var(--ink); transform: translateX(4px); }
.contact-links a:hover svg { fill: var(--gold-2); color: var(--gold-2); filter: drop-shadow(0 0 5px rgba(255, 185, 89, .35)); }
.contact-address { font-style: normal; font-size: .88rem; color: var(--muted); line-height: 1.8; }
.contact-address strong { display: block; color: var(--ink); font-size: .95rem; margin-bottom: 4px; }
.contact-hours { display: flex; flex-direction: column; margin-top: 18px; color: var(--muted); font-size: .88rem; }
.contact-hours strong { color: var(--ink); font-size: .95rem; }

/* ---------- İÇ SAYFALAR ---------- */
.inner-main { min-height: 72vh; }
.inner-main + footer { margin-top: 0; }
.identity-page {
  min-height: 72vh; padding-top: 150px; padding-bottom: 80px;
  display: flex; flex-direction: column; justify-content: center;
}
.identity-page h1, .page-title {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(4rem, 10vw, 8rem); line-height: .92; letter-spacing: .02em;
}
.identity-page p { margin-top: 18px; color: var(--gold); font-size: .82rem; font-weight: 800; letter-spacing: .32em; }
.bio { border-top: 1px solid var(--line); }
.bio-grid {
  display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 7vw, 96px); align-items: center;
}
.bio-visual { position: relative; }
.bio-visual img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  border-radius: var(--radius); filter: saturate(.82) contrast(1.06);
}
.bio-visual::after {
  content: ''; position: absolute; inset: 18px -18px -18px 18px;
  border: 1px solid var(--line-strong); border-radius: var(--radius);
  z-index: -1; pointer-events: none;
}
.bio-text { max-width: 690px; }
.bio-text h2 { margin-bottom: clamp(28px, 4vw, 44px); }
.bio-copy { max-width: 65ch; }
.bio-copy p {
  color: var(--muted); font-size: clamp(.98rem, 1.2vw, 1.08rem);
  line-height: 1.9;
}
.bio-copy p + p {
  margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line);
}
.page-title { margin: 0 0 28px; }
.page-title em { color: var(--gold); font-style: normal; }
.contact-page-section { padding-top: 160px; }
.contact-page-grid { max-width: 760px; }
.contact-page-grid .contact-links a { width: 100%; }

/* ---------- FOOTER ---------- */
footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: 44px 0 90px; }
.footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: 30px;
}
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a {
  font-size: .76rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted); transition: color .25s;
}
.footer-links a:hover { color: var(--gold); }
.footer-phone { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.footer-phone a {
  font-family: var(--display); font-size: 1.4rem; letter-spacing: .06em;
  color: var(--gold);
}
.footer-phone .footer-work-phone { color: var(--muted); font-family: var(--sans); font-size: .78rem; }
.footer-phone .footer-work-phone:hover { color: var(--gold-2); }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  border-top: 1px solid var(--line); padding-top: 22px;
  font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2);
}

/* ---------- SABİT SOSYAL BUTONLAR ---------- */
.social-float {
  position: fixed; z-index: 90; right: 20px; bottom: 20px;
  display: flex; flex-direction: column; gap: 10px;
}
.social-btn {
  width: 50px; height: 50px; border-radius: 15px;
  display: grid; place-items: center; color: #fff;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .42);
  transition: transform .2s, filter .2s, box-shadow .2s;
}
.social-btn:hover { transform: translateY(-3px) scale(1.03); filter: brightness(1.08); }
.social-btn:focus-visible { outline: 3px solid var(--gold-2); outline-offset: 3px; }
.social-btn svg { width: 23px; height: 23px; fill: currentColor; overflow: visible; }
.social-btn.instagram { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.social-btn.whatsapp { background: #25d366; }

/* ---------- MOBILE BAR ---------- */
.mobile-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 110;
  grid-template-columns: 1fr 1.6fr; gap: 1px;
  background: var(--line);
}
.mobile-bar a {
  text-align: center; padding: 15px 10px;
  font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  background: var(--bg-2);
}
.mb-call { color: var(--muted); }
.mb-cta { color: #14100a; background: var(--gold) !important; }

/* ---------- MOBILE MENU ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 115;
  background: rgba(13, 11, 7, .97); backdrop-filter: blur(10px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 22px; opacity: 0; pointer-events: none; transition: opacity .3s var(--ease);
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a {
  font-family: var(--display); font-size: 2rem; letter-spacing: .1em;
  color: var(--ink); text-transform: uppercase;
}
.mobile-menu a:hover { color: var(--gold); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1020px) {
  .kulup-grid, .contact-grid, .bio-grid { grid-template-columns: 1fr; }
  .bio-visual { max-width: 560px; }
  .bio-visual img { aspect-ratio: 4/3; object-position: center 38%; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .zone-grid-6 { grid-template-columns: repeat(2, 1fr); }
  .vip-track figure { flex-basis: min(400px, 58%); }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .menu-btn { display: flex; }
  .hero { padding-top: 120px; }
  .br-desk { display: inline; }
  .zone-wide { grid-column: span 12; aspect-ratio: 16/10; }
  .zone-tall { grid-column: span 12; aspect-ratio: 16/9; }
  .zone-grid-single figure { aspect-ratio: 16/8; }
  .zone-grid-6 { grid-template-columns: 1fr 1fr; gap: 10px; }
  .zone-grid-6 figure { aspect-ratio: 3/3.4; }
  .svc-grid { grid-template-columns: 1fr; }
  .rev-grid { grid-template-columns: 1fr; }
  .rf-grid { grid-template-columns: 1fr; }
  .scroll-cue { display: none; }
  footer { padding-bottom: 74px; }
  .mobile-bar { display: grid; }
  .hero-meta { gap: 18px; }
  .vip-nav { display: none; }
  .vip-track figure { flex-basis: 78%; }
  .social-float { right: 13px; bottom: 68px; }
  .social-btn { width: 46px; height: 46px; border-radius: 14px; }
  .contact-page-section { padding-top: 120px; }
  .contact-links a { min-width: 0; width: 100%; }
  .bio-grid { gap: 48px; }
  .bio-visual::after { inset: 10px -10px -10px 10px; }
  .bio-copy p { line-height: 1.8; }
}
@media (max-width: 420px) {
  .hero h1 { font-size: 3.1rem; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .brand-logo { height: 36px; }
}
