:root {
  --ink: #07090d;
  --ink-2: #0e131b;
  --text: #f4f1ea;
  --muted: rgba(244, 241, 234, .66);
  --faint: rgba(244, 241, 234, .14);
  --glass: rgba(14, 19, 27, .52);
  --glass-hi: rgba(255, 255, 255, .07);
  --gold: #d6b46a;
  --gold-2: #f1dca4;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --r: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
svg { width: 1em; height: 1em; flex: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 10px; }

/* ---------- Arka plan ---------- */
.bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; background: var(--ink) url("media/istanbul-poster.jpg") center / cover; }
.bg__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.04);
}
.bg__shade {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 70% at 50% 35%, rgba(7, 9, 13, .05) 0%, rgba(7, 9, 13, .55) 70%, rgba(7, 9, 13, .85) 100%),
    linear-gradient(180deg, rgba(7, 9, 13, .55) 0%, rgba(7, 9, 13, .15) 30%, rgba(7, 9, 13, .6) 70%, rgba(7, 9, 13, .95) 100%);
  transition: background-color .6s var(--ease);
}
body.scrolled .bg__shade { background-color: rgba(7, 9, 13, .45); }
.bg__grain {
  position: absolute; inset: 0; opacity: .08; mix-blend-mode: overlay; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Üst bar ---------- */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: max(14px, env(safe-area-inset-top)) 16px 14px;
  pointer-events: none;
}
.topbar > * { pointer-events: auto; }
.monogram {
  font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: .06em;
  width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid rgba(214, 180, 106, .55); border-radius: 50%;
  color: var(--gold-2);
  background: rgba(7, 9, 13, .35); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  opacity: 0; animation: fadeDown .9s var(--ease) 1.4s forwards;
}
.topbar__actions { display: flex; gap: 8px; opacity: 0; animation: fadeDown .9s var(--ease) 1.5s forwards; }
.chip-btn {
  width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid var(--faint); border-radius: 50%;
  background: rgba(7, 9, 13, .35); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  font-size: 18px; transition: border-color .3s, background .3s;
}
.chip-btn:hover { border-color: var(--gold); background: rgba(214, 180, 106, .12); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  overflow-x: clip;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
  padding: 72px 16px 88px;
  text-align: center;
}
.hero__stage {
  position: relative;
  width: min(100%, calc(60svh * .8), 520px);
  margin-bottom: -96px;
}
.hero__halo {
  position: absolute; left: 50%; top: 30%; width: 120%; aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 180, 106, .28) 0%, rgba(214, 180, 106, .08) 40%, transparent 68%);
  opacity: 0; animation: fadeIn 2.4s ease .6s forwards;
  pointer-events: none;
}
.hero__halo::after {
  content: ""; position: absolute; inset: 18%;
  border-radius: 50%; border: 1px solid rgba(241, 220, 164, .28);
  animation: spinSlow 30s linear infinite;
  border-top-color: transparent; border-left-color: transparent;
}
.hero__portrait {
  position: relative; display: block;
  -webkit-mask-image: radial-gradient(ellipse 46% 52% at 50% 46%, #000 38%, rgba(0,0,0,.7) 58%, rgba(0,0,0,.2) 80%, transparent 96%);
          mask-image: radial-gradient(ellipse 46% 52% at 50% 46%, #000 38%, rgba(0,0,0,.7) 58%, rgba(0,0,0,.2) 80%, transparent 96%);
  opacity: 0;
  transform: translateY(70px) scale(1.08);
  filter: blur(14px) brightness(.6);
  animation: portraitIn 1.6s var(--ease) .35s forwards;
  will-change: transform;
}
.hero__portrait img { width: 100%; height: auto; animation: breathe 9s ease-in-out 2.2s infinite; }

.hero__text { position: relative; z-index: 2; max-width: 560px; }
.eyebrow {
  margin: 0 0 6px;
  font-size: 11px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold);
}
.hero .eyebrow { opacity: 0; animation: fadeUp .9s var(--ease) 1.1s forwards; }
.hero__name {
  margin: 0;
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(46px, 12vw, 84px); line-height: .95; letter-spacing: -.01em;
  text-shadow: 0 6px 40px rgba(0, 0, 0, .55);
  opacity: 0; animation: fadeUp 1s var(--ease) 1.2s forwards;
}
.rotator {
  position: relative; height: 26px; margin: 14px auto 0; overflow: hidden;
  font-size: 14px; font-weight: 500; color: var(--muted); letter-spacing: .02em;
  opacity: 0; animation: fadeUp 1s var(--ease) 1.35s forwards;
}
.rotator__item {
  position: absolute; inset: 0; white-space: nowrap;
  transform: translateY(110%); opacity: 0;
  transition: transform .7s var(--ease), opacity .7s var(--ease);
}
.rotator__item.is-on { transform: none; opacity: 1; }
.rotator__item.is-out { transform: translateY(-110%); opacity: 0; }

.socials { display: flex; justify-content: center; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.social {
  width: 52px; height: 52px; display: grid; place-items: center;
  font-size: 21px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(14px) saturate(1.4); -webkit-backdrop-filter: blur(14px) saturate(1.4);
  opacity: 0; transform: translateY(18px) scale(.9);
  animation: pop .7s var(--ease) forwards;
  transition: transform .35s var(--ease), background .3s, border-color .3s, color .3s;
}
.social:nth-child(1) { animation-delay: 1.5s; }
.social:nth-child(2) { animation-delay: 1.58s; }
.social:nth-child(3) { animation-delay: 1.66s; }
.social:nth-child(4) { animation-delay: 1.74s; }
.social:nth-child(5) { animation-delay: 1.82s; }
.social:hover { transform: translateY(-4px); background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .4); }
.social--gold { color: var(--ink); background: linear-gradient(135deg, var(--gold-2), var(--gold)); border-color: transparent; }
.social--gold:hover { background: linear-gradient(135deg, #fff1c9, var(--gold-2)); border-color: transparent; }

.scroll-cue {
  position: absolute; bottom: max(18px, env(safe-area-inset-bottom)); left: 50%;
  width: 40px; height: 40px; margin-left: -20px;
  display: grid; place-items: center; font-size: 22px; color: var(--muted);
  opacity: 0; animation: fadeIn 1s ease 2.4s forwards, nudge 2.4s ease-in-out 3s infinite;
}

/* ---------- Bölümler ---------- */
.section { padding: 28px 16px; }
.section:last-of-type { padding-bottom: 56px; }
.panel {
  max-width: 640px; margin: 0 auto;
  padding: 30px 22px;
  border-radius: 28px;
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, .09);
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .7), inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(22px) saturate(1.3); -webkit-backdrop-filter: blur(22px) saturate(1.3);
}
.section__title {
  margin: 0 0 14px;
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(30px, 7.5vw, 44px); line-height: 1.05;
}
.section__title em { color: var(--gold-2); font-style: italic; font-weight: 500; }
.lead { margin: 0 0 24px; color: var(--muted); font-size: 15.5px; }

.bio { margin: 0 0 26px; padding-left: 18px; border-left: 2px solid rgba(214, 180, 106, .55); }
.bio p { margin: 0 0 12px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.bio p:last-child { margin-bottom: 0; }
.bio .bio__lead { color: var(--text); font-size: 16.5px; }
.bio strong { color: var(--gold-2); font-weight: 700; }

/* Roller */
.roles { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.role {
  display: flex; flex-direction: column;
  border-radius: 20px; overflow: hidden;
  background: var(--glass-hi);
  border: 1px solid rgba(255, 255, 255, .08);
  transition: border-color .3s, transform .35s var(--ease), box-shadow .35s;
}
.role:hover { border-color: rgba(214, 180, 106, .5); transform: translateY(-3px); box-shadow: 0 20px 40px -24px rgba(0, 0, 0, .8); }
.role__logo {
  height: 104px; padding: 16px;
  display: grid; place-items: center;
  background: #fff;
}
.role__logo img { width: 100%; height: 100%; max-height: 72px; object-fit: contain; }
.role__logo--wide { padding: 16px 14px; }
.role__logo--wide img { max-height: 44px; }
.role--feature { grid-column: 1 / -1; flex-direction: row; align-items: stretch; }
.role--feature .role__logo { flex: 0 0 50%; height: auto; min-height: 136px; }
.role--feature .role__body { justify-content: center; padding: 16px 18px; }
.role--feature .role__title { font-size: 17px; }
.role:hover.role--feature { transform: translateY(-3px); }
.role__logo--fb { padding: 10px; }
.role__logo--fb img { max-height: 86px; }
.role__logo--mhp { position: relative; padding: 0; background: #c40000; overflow: hidden; }
.role__logo--mhp img { position: absolute; inset: 0; margin: auto; width: auto; height: 100%; max-height: none; }
.role__logo--car {
  position: relative;
  padding: 0 !important;
  background: #000000 !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.role__logo--car img {
  width: 100%;
  height: 100%;
  max-height: none !important;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform .6s var(--ease);
}
.role:hover .role__logo--car img {
  transform: scale(1.06);
}
.role__logo--metal {
  position: relative; overflow: hidden; container-type: inline-size;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0;
  padding: 14px 12px;
  background:
    radial-gradient(70% 90% at 50% 45%, rgba(255, 255, 255, .09) 0%, transparent 70%),
    linear-gradient(180deg, #16181c 0%, #050506 100%);
  text-align: center;
}
.metal__word, .metal__sub {
  display: block; line-height: 1.35; padding-top: .12em;
  background: linear-gradient(180deg, #ffffff 0%, #e4e6ea 42%, #8b9098 56%, #eef0f2 74%, #a4a9b0 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .9)) drop-shadow(0 6px 14px rgba(0, 0, 0, .6));
}
.metal__word { font-family: var(--sans); font-weight: 700; font-size: 20px; font-size: min(12.5cqw, 38px); letter-spacing: .08em; padding-left: .08em; }
.metal__sub { font-family: var(--sans); font-weight: 600; font-size: 10px; font-size: min(4.6cqw, 13px); letter-spacing: .55em; padding-left: .55em; }
.metal__line {
  width: 78%; height: 1px; margin-top: 6px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55) 45%, #fff 50%, rgba(255, 255, 255, .55) 55%, transparent);
  box-shadow: 0 0 10px rgba(255, 255, 255, .5);
}
.role__logo--metal::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, .14) 50%, transparent 65%);
  transform: translateX(-100%); transition: transform 1.1s var(--ease);
  pointer-events: none;
}
.role:hover .role__logo--metal::after { transform: translateX(100%); }
.role__body { display: flex; flex-direction: column; gap: 2px; padding: 12px 14px 14px; min-width: 0; }
.role__kicker { font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.role__title { font-size: 14.5px; font-weight: 600; line-height: 1.35; }

/* Şubeler */
.branches { display: grid; gap: 12px; margin-top: 6px; }
.branch {
  position: relative; overflow: hidden;
  display: flex; align-items: center; gap: 14px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(214, 180, 106, .16), rgba(214, 180, 106, .03));
  border: 1px solid rgba(214, 180, 106, .28);
  transition: border-color .3s, transform .35s var(--ease);
}
.branch::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .12) 50%, transparent 70%);
  transform: translateX(-100%); transition: transform .9s var(--ease);
}
.branch:hover { border-color: var(--gold); transform: translateY(-2px); }
.branch:hover::after { transform: translateX(100%); }
.branch__icon {
  width: 50px; height: 50px; flex: none; border-radius: 14px;
  display: grid; place-items: center; font-size: 24px;
  color: var(--ink); background: linear-gradient(135deg, var(--gold-2), var(--gold));
}
.branch__body { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.branch__name { font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.1; }
.branch__meta { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: var(--muted); }
.branch__go, .link-row__go { font-size: 20px; color: var(--gold-2); transition: transform .35s var(--ease); }
.branch:hover .branch__go, .link-row:hover .link-row__go { transform: translate(3px, -3px); }

.brand-logo {
  display: block; margin: 0 0 22px;
  border-radius: 18px; overflow: hidden;
  background: #c70100;
  box-shadow: 0 18px 50px -20px rgba(199, 1, 0, .75), inset 0 0 0 1px rgba(255, 255, 255, .12);
  transition: transform .35s var(--ease), box-shadow .35s;
}
.brand-logo img { width: 100%; height: auto; }
.brand-logo:hover { transform: translateY(-2px); box-shadow: 0 24px 60px -18px rgba(199, 1, 0, .9), inset 0 0 0 1px rgba(255, 255, 255, .2); }
.branch__icon--umran { color: #fff; background: linear-gradient(135deg, #e3261f, #a80000); }

.hotline {
  display: flex; align-items: center; gap: 14px;
  margin-top: 12px; padding: 14px 16px;
  border-radius: 20px;
  border: 1px dashed rgba(241, 220, 164, .35);
  transition: border-color .3s, background .3s;
}
.hotline:hover { border-color: var(--gold); background: rgba(214, 180, 106, .06); }
.hotline:hover .branch__go { transform: translate(3px, -3px); }
.hotline__icon { width: 44px; height: 44px; flex: none; display: grid; place-items: center; font-size: 20px; border-radius: 50%; color: var(--gold-2); border: 1px solid rgba(214, 180, 106, .45); }
.hotline__body { display: flex; flex-direction: column; flex: 1; }
.hotline__label { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.hotline__num { font-size: 22px; font-weight: 700; letter-spacing: .04em; }

/* İletişim */
.links { display: grid; margin: 4px 0 22px; }
.link-row {
  display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto;
  column-gap: 14px; align-items: center;
  padding: 15px 4px;
  border-bottom: 1px solid var(--faint);
}
.link-row:first-child { border-top: 1px solid var(--faint); }
.link-row__icon { grid-row: 1 / 3; font-size: 22px; color: var(--gold-2); }
.link-row__label { font-weight: 600; font-size: 16px; }
.link-row__handle { grid-column: 2; font-size: 13.5px; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.link-row__go { grid-column: 3; grid-row: 1 / 3; }
.link-row:hover .link-row__label { color: var(--gold-2); }

.btn-gold {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; min-height: 54px; padding: 0 22px;
  border: 0; border-radius: 16px;
  font-weight: 700; font-size: 15.5px; letter-spacing: .01em;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 14px 40px -14px rgba(214, 180, 106, .7);
  transition: transform .3s var(--ease), box-shadow .3s;
}
.btn-gold svg { font-size: 20px; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 18px 50px -14px rgba(214, 180, 106, .9); }

/* Footer */
.footer {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 10px 16px max(28px, env(safe-area-inset-bottom));
  font-size: 12.5px; color: var(--muted);
}
.footer p { margin: 0; }
.credit { display: inline-flex; align-items: center; gap: 8px; opacity: .75; transition: opacity .3s; }
.credit:hover { opacity: 1; }
.credit img { height: 22px; width: auto; padding: 3px 8px; box-sizing: content-box; background: #fff; border-radius: 8px; }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 16px; }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(4, 6, 9, .7); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); animation: fadeIn .3s ease; }
.modal__card {
  position: relative; width: min(100%, 360px);
  padding: 30px 22px 22px; text-align: center;
  border-radius: 28px;
  background: linear-gradient(180deg, #151b25, #0c1017);
  border: 1px solid rgba(214, 180, 106, .25);
  box-shadow: 0 40px 100px -20px rgba(0, 0, 0, .8);
  animation: pop .45s var(--ease);
}
.modal__close {
  position: absolute; top: 12px; right: 12px;
  width: 38px; height: 38px; display: grid; place-items: center; font-size: 18px;
  border: 1px solid var(--faint); border-radius: 50%; background: transparent;
}
.modal__avatar { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 10px; border: 2px solid var(--gold); object-fit: cover; }
.modal__title { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 600; }
.modal__sub { margin: 2px 0 18px; font-size: 13.5px; color: var(--muted); }
.modal__qr { width: 188px; height: 188px; margin: 0 auto 18px; padding: 12px; background: #fff; border-radius: 18px; }
.modal__qr img, .modal__qr canvas { width: 100% !important; height: 100% !important; }
.modal__row {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 6px 6px 14px; margin-bottom: 12px;
  border: 1px solid var(--faint); border-radius: 14px; background: rgba(255, 255, 255, .04);
}
.modal__url { flex: 1; min-width: 0; text-align: left; font-size: 13px; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.modal__copy {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 12px; border: 0; border-radius: 10px;
  font-size: 13px; font-weight: 700; background: var(--text); color: var(--ink);
}

.toast {
  position: fixed; left: 50%; bottom: max(24px, env(safe-area-inset-bottom)); z-index: 60;
  padding: 11px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 600;
  background: var(--text); color: var(--ink);
  transform: translate(-50%, 30px); opacity: 0; pointer-events: none;
  transition: transform .4s var(--ease), opacity .4s;
}
.toast.is-on { transform: translate(-50%, 0); opacity: 1; }

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

/* ---------- Animasyonlar ---------- */
@keyframes portraitIn {
  60% { filter: blur(0) brightness(1); }
  to { opacity: 1; transform: none; filter: none; }
}
@keyframes breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.025) translateY(-4px); } }
@keyframes spinSlow { to { transform: rotate(360deg); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes fadeDown { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pop { to { opacity: 1; transform: none; } }
@keyframes nudge { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* ---------- Geniş ekran ---------- */
@media (min-width: 900px) {
  .hero { padding-bottom: 96px; }
  .hero__stage { margin-bottom: -110px; }
  .panel { padding: 44px 44px; }
  .roles { gap: 14px; }
  .role__logo { height: 116px; }
  .branches { grid-template-columns: 1fr 1fr; }
  .section { padding: 40px 16px; }
}
@media (max-height: 700px) and (max-width: 600px) {
  .hero__stage { margin-bottom: -70px; }
  .socials { margin-top: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}
