/* =========================================================
   Mia Porfiria Ink — Aydın Dövme Stüdyosu
   Editoryal / koyu konsept · mobil öncelikli
   ========================================================= */

:root {
  /* Renk */
  --ink:        #0a0a0b;   /* ana zemin */
  --ink-2:      #101012;   /* alternatif bölüm zemini */
  --ink-3:      #17171a;   /* kart zemini */
  --bone:       #efe9e0;   /* ana metin */
  --bone-dim:   #a09a91;   /* ikincil metin */
  --bone-faint: #5c5852;   /* üçüncül metin */
  --accent:     #c1452e;   /* mürekkep kırmızısı */
  --accent-soft:#e0664c;
  --line:       rgba(239, 233, 224, 0.12);
  --line-soft:  rgba(239, 233, 224, 0.06);

  /* Tipografi */
  --display: "Bodoni Moda", "Didot", "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Ritim */
  --wrap: 1180px;
  --gut: clamp(20px, 5vw, 48px);
  --section-y: clamp(72px, 12vw, 148px);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; font-weight: 400; line-height: 1.08; letter-spacing: -0.015em; }
p { margin: 0; }

::selection { background: var(--accent); color: #fff; }

/* ---------- Yardımcılar ---------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gut);
}
.wrap-narrow { max-width: 780px; }
.center { text-align: center; }

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--accent);
  color: #fff;
  padding: 12px 20px;
}
.skip:focus { left: 12px; top: 12px; }

:focus-visible {
  outline: 2px solid var(--accent-soft);
  outline-offset: 3px;
}

.eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin-bottom: 20px;
}

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease),
              border-color .25s var(--ease), transform .2s var(--ease);
}
.btn svg { width: 18px; height: 18px; fill: currentColor; flex: none; }
.btn:active { transform: translateY(1px); }

.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-soft); }

.btn-ghost { border-color: var(--line); color: var(--bone); }
.btn-ghost:hover { border-color: var(--bone); background: rgba(239,233,224,.05); }

.btn-sm { padding: 10px 20px; font-size: 12px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding-block: 20px;
  transition: background .3s var(--ease), padding .3s var(--ease),
              border-color .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  padding-block: 12px;
  background: rgba(10, 10, 11, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line-soft);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo { display: flex; align-items: center; gap: 12px; }
/* Logo monogramı kaynakta siyah-üzeri-şeffaf; koyu zeminde görünmesi için
   ters çevriliyor (invert alfa kanalını etkilemez). */
.logo-mark {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: invert(1);
  flex: none;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.25; }
.logo-text strong {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.logo-text em {
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-faint);
}

.nav { display: flex; align-items: center; gap: 36px; }
.nav ul { display: flex; gap: 30px; }
.nav ul a {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--bone-dim);
  transition: color .2s var(--ease);
}
.nav ul a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 100%; height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
}
.nav ul a:hover { color: var(--bone); }
.nav ul a:hover::after { transform: scaleX(1); transform-origin: left; }

/* ---------- Dil seçici (TR / EN) ---------- */
.lang {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.lang span {
  width: 1px;
  height: 11px;
  background: var(--line);
}
.lang a {
  padding: 4px 2px;
  color: var(--bone-faint);
  transition: color .2s var(--ease);
}
.lang a:hover { color: var(--bone); }
.lang a.is-active {
  color: var(--accent-soft);
  border-bottom: 1px solid var(--accent);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 1px;
  width: 24px;
  margin-inline: auto;
  background: var(--bone);
  transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-block: 140px 100px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--ink);
}
.hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 45%;
  opacity: .55;
  filter: grayscale(.35) contrast(1.08);
}
/* Fotoğrafın üzerine renk katmanı: metin kontrastını garanti eder */
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(10,10,11,.94) 0%, rgba(10,10,11,.72) 45%, rgba(10,10,11,.35) 100%),
    linear-gradient(to bottom, rgba(10,10,11,.55), rgba(10,10,11,.30) 40%, rgba(10,10,11,.95)),
    radial-gradient(120% 90% at 78% 12%, rgba(193, 69, 46, 0.20), transparent 58%),
    radial-gradient(90% 70% at 5% 92%, rgba(193, 69, 46, 0.08), transparent 60%);
}
.hero-bg::after {
  /* ince film grenli doku */
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  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='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; max-width: 900px; }

.hero h1 {
  font-family: var(--display);
  font-size: clamp(2.9rem, 10.5vw, 6.4rem);
  font-weight: 400;
  margin-bottom: 32px;
}
.hero h1 .accent { color: var(--accent-soft); font-style: italic; }

.lede {
  max-width: 56ch;
  font-size: clamp(1rem, 2.4vw, 1.15rem);
  color: var(--bone-dim);
  margin-bottom: 44px;
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  width: 1px;
  height: 56px;
  background: var(--line);
  overflow: hidden;
}
.scroll-hint span {
  position: absolute;
  inset: 0;
  background: var(--accent);
  animation: trickle 2.4s var(--ease) infinite;
}
@keyframes trickle {
  0%   { transform: translateY(-100%); }
  60%  { transform: translateY(100%); }
  100% { transform: translateY(100%); }
}

/* ---------- Künye şeridi ---------- */
.facts {
  border-block: 1px solid var(--line-soft);
  background: var(--ink-2);
}
.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
}
.fact {
  padding: 34px 20px;
  text-align: center;
  border-left: 1px solid var(--line-soft);
}
.fact:first-child { border-left: 0; }
.fact dt {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bone-faint);
  margin-bottom: 10px;
}
.fact dd {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.4rem, 4vw, 2rem);
  line-height: 1.1;
}
.fact dd span {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--bone-dim);
}

/* ---------- Bölüm iskeleti ---------- */
.section { padding-block: var(--section-y); }
.section-alt { background: var(--ink-2); }

.section-head { max-width: 640px; margin-bottom: clamp(40px, 6vw, 72px); }
.section-head h2 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 5.4vw, 3.1rem);
  margin-bottom: 20px;
}
.section-lede { color: var(--bone-dim); font-size: 1rem; }

/* ---------- Hizmet kartları ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}
.card {
  position: relative;
  padding: clamp(30px, 4vw, 44px);
  background: var(--ink);
  transition: background .35s var(--ease);
}
.section-alt .card { background: var(--ink-2); }
.card:hover { background: var(--ink-3); }

.card-num {
  display: block;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 22px;
}
.card h3 {
  font-family: var(--display);
  font-size: 1.55rem;
  margin-bottom: 16px;
}
.card p { color: var(--bone-dim); font-size: 0.94rem; }

.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.tags li {
  padding: 5px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--bone-faint);
}

/* ---------- Galeri ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: clamp(12px, 2vw, 20px);
  margin-bottom: clamp(40px, 6vw, 64px);
}
.gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--ink-3);
  aspect-ratio: 4 / 5;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  transition: transform .7s var(--ease), filter .5s var(--ease);
}
.gallery figure:hover img { transform: scale(1.05); filter: grayscale(0) contrast(1); }

.gallery figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 40px 20px 18px;
  background: linear-gradient(to top, rgba(10,10,11,.92), transparent);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bone);
}

/* ---------- Sanatçılar ---------- */
.artists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(24px, 4vw, 48px);
}
.artist { padding-top: 28px; border-top: 1px solid var(--accent); }

.artist-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;   /* portrelerde yüzü üstte tut */
  margin-bottom: 26px;
  filter: grayscale(1) contrast(1.05);
  transition: filter .5s var(--ease);
}
.artist:hover .artist-photo { filter: grayscale(0) contrast(1); }

.artist h3 {
  font-family: var(--display);
  font-size: 1.7rem;
  margin-bottom: 8px;
}
.role {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin-bottom: 6px;
}
.exp { font-size: 13px; color: var(--bone-dim); margin-bottom: 20px; }
.skills { margin-top: 20px; }
.skills li {
  padding: 9px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 13px;
  color: var(--bone-dim);
}

/* ---------- Süreç ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(28px, 4vw, 44px);
  counter-reset: step;
}
.steps li { position: relative; padding-top: 26px; border-top: 1px solid var(--line); }
.step-num {
  position: absolute;
  top: -14px; left: 0;
  display: grid;
  place-items: center;
  width: 28px; height: 28px;
  background: var(--ink-2);
  border: 1px solid var(--accent);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 13px;
  color: var(--accent-soft);
}
.section-alt .step-num { background: var(--ink-2); }
.steps h3 { font-family: var(--display); font-size: 1.3rem; margin: 14px 0 12px; }
.steps p { font-size: 0.92rem; color: var(--bone-dim); }

/* ---------- Neden biz ---------- */
.usp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border-block: 1px solid var(--line-soft);
}
.usp li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(26px, 3.5vw, 38px);
  background: var(--ink);
}
.usp strong {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 400;
}
.usp span { font-size: 0.9rem; color: var(--bone-dim); }

/* ---------- SSS ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  position: relative;
  padding: 24px 46px 24px 0;
  font-family: var(--display);
  font-size: clamp(1.05rem, 2.6vw, 1.25rem);
  cursor: pointer;
  list-style: none;
  transition: color .2s var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--accent-soft); }
.faq summary::after {
  content: "";
  position: absolute;
  right: 6px; top: 50%;
  width: 13px; height: 13px;
  margin-top: -6px;
  border-right: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  transform: rotate(45deg);
  transition: transform .3s var(--ease);
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq-body { padding-bottom: 26px; }
.faq-body p { max-width: 68ch; color: var(--bone-dim); font-size: 0.95rem; }

/* ---------- İletişim ---------- */
.contact {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}
.contact-info { font-style: normal; }
.contact-info p {
  padding: 22px 0;
  border-bottom: 1px solid var(--line-soft);
}
.contact-info p:first-child { padding-top: 0; }
.label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bone-faint);
  margin-bottom: 8px;
}
.contact-info a, .contact-info time {
  font-family: var(--display);
  font-size: 1.15rem;
  line-height: 1.5;
  transition: color .2s var(--ease);
}
.contact-info a:hover { color: var(--accent-soft); }

.contact-cta {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(28px, 4vw, 40px);
  background: var(--ink-3);
  border: 1px solid var(--line-soft);
}
.cta-note { font-size: 0.92rem; color: var(--bone-dim); margin-bottom: 6px; }


/* İletişim bloğundaki sosyal ikon */
.contact-info a svg {
  display: inline-block;
  vertical-align: -3px;
  margin-right: 6px;
  color: var(--accent-soft);
}

/* ---------- Footer ---------- */
.site-footer {
  padding-block: clamp(48px, 7vw, 72px) 110px;
  border-top: 1px solid var(--line-soft);
  background: var(--ink-2);
}
.footer-inner {
  display: grid;
  gap: 32px;
}
.footer-brand {
  font-family: var(--display);
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.footer-tag { font-size: 0.88rem; color: var(--bone-faint); }
.site-footer nav ul { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.site-footer nav a {
  font-size: 13px;
  color: var(--bone-dim);
  transition: color .2s var(--ease);
}
.site-footer nav a:hover { color: var(--accent-soft); }
.footer-legal {
  padding-top: 26px;
  border-top: 1px solid var(--line-soft);
  font-size: 12px;
  color: var(--bone-faint);
}

/* ---------- Sabit WhatsApp butonu ---------- */
.fab {
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 90;
  display: grid;
  place-items: center;
  width: 54px; height: 54px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0,0,0,.45);
  transition: transform .25s var(--ease);
}
.fab svg { width: 28px; height: 28px; fill: #0a0a0b; }
.fab:hover { transform: scale(1.08); }

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }

/* =========================================================
   Duyarlılık
   ========================================================= */

@media (max-width: 900px) {
  .contact { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(3) { border-left: 0; }
  .fact:nth-child(n+3) { border-top: 1px solid var(--line-soft); }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 76px; }

  .nav-toggle { display: flex; }

  .nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(84vw, 340px);
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
    padding: 40px var(--gut);
    background: var(--ink-2);
    border-left: 1px solid var(--line);
    transform: translateX(100%);
    transition: transform .45s var(--ease);
    overflow-y: auto;
  }
  .nav.open { transform: none; }
  .nav ul { flex-direction: column; gap: 4px; }
  .nav ul a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--line-soft);
    font-family: var(--display);
    font-size: 1.3rem;
    letter-spacing: 0;
    color: var(--bone);
  }
  .nav ul a::after { display: none; }
  .nav-cta { text-align: center; }

  /* Mobil menüde dil seçici daha büyük ve ortalı */
  .lang {
    justify-content: center;
    gap: 16px;
    font-size: 14px;
    padding-bottom: 4px;
  }
  .lang a { padding: 8px 10px; }

  body.nav-open { overflow: hidden; }
  body.nav-open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 99;
    background: rgba(10,10,11,.6);
    backdrop-filter: blur(2px);
  }
  .nav { z-index: 101; }

  .hero { min-height: 92svh; padding-block: 120px 90px; }
  .hero-cta .btn { width: 100%; }
  .contact-cta .btn { width: 100%; }
  .scroll-hint { display: none; }
}

@media (max-width: 420px) {
  .logo-text em { display: none; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery figcaption { font-size: 10px; padding: 30px 12px 12px; }
}

/* ---------- Hareket azaltma ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Yazdırma ---------- */
@media print {
  .site-header, .fab, .scroll-hint, .hero-bg { display: none; }
  body { background: #fff; color: #000; }
  .faq details { open: true; }
}

/* =========================================================
   Landing sayfaları (aydin-dovme, aydin-piercing, ...)
   ========================================================= */

.breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 6px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--bone-faint);
}
.breadcrumb a { color: var(--bone-dim); transition: color .2s var(--ease); }
.breadcrumb a:hover { color: var(--accent-soft); }
.breadcrumb span[aria-current] { color: var(--bone); }

.page-hero {
  position: relative;
  padding-block: clamp(48px, 8vw, 96px) clamp(56px, 9vw, 110px);
  overflow: hidden;
}
.page-hero-bg { position: absolute; inset: 0; overflow: hidden; background: var(--ink); }
.page-hero-bg img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 35%;
  opacity: .28;
  filter: grayscale(.6) contrast(1.05);
}
.page-hero-bg::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(10,10,11,.96) 0%, rgba(10,10,11,.78) 48%, rgba(10,10,11,.42) 100%),
    linear-gradient(to bottom, rgba(10,10,11,.5), rgba(10,10,11,.35) 45%, rgba(10,10,11,.95));
}
.page-hero-inner { position: relative; z-index: 1; max-width: 780px; }
.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(2.1rem, 6.4vw, 3.7rem);
  font-weight: 400;
  margin-bottom: 22px;
}

/* Öne çıkan kutu (ör. ücretsiz ön değerlendirme) */
.highlight {
  padding: clamp(28px, 4.5vw, 44px);
  border: 1px solid var(--accent);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(193,69,46,.09), transparent);
  text-align: center;
}
.highlight h2 {
  font-family: var(--display);
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  margin-bottom: 14px;
}
.highlight p {
  max-width: 56ch;
  margin: 0 auto 26px;
  color: var(--bone-dim);
  font-size: .96rem;
}
.highlight .btn { width: auto; }

/* Yasal metin sayfası */
.legal { max-width: 72ch; }
.legal h2 {
  font-family: var(--display);
  font-size: clamp(1.25rem, 3.2vw, 1.55rem);
  margin: 42px 0 14px;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
}
.legal h2:first-of-type { margin-top: 30px; }
.legal p { margin-bottom: 16px; color: var(--bone-dim); font-size: .96rem; line-height: 1.75; }
.legal strong { color: var(--bone); font-weight: 500; }
.legal a { color: var(--accent-soft); text-decoration: underline; text-underline-offset: 3px; }
.legal ul { margin: 0 0 20px; padding-left: 0; }
.legal li {
  position: relative;
  padding: 7px 0 7px 22px;
  color: var(--bone-dim);
  font-size: .94rem;
  line-height: 1.65;
}
.legal li::before {
  content: "";
  position: absolute;
  left: 4px; top: 17px;
  width: 5px; height: 1px;
  background: var(--accent);
}

@media (max-width: 780px) {
  .breadcrumb { padding-top: 104px; }
}

/* Kart içi "Detaylı bilgi" bağlantısı */
.card-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--accent-soft);
  border-bottom: 1px solid transparent;
  transition: border-color .2s var(--ease);
}
.card-link:hover { border-bottom-color: var(--accent); }

/* 404 sayfası kısayolları */
.mp-chip-link {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  color: var(--bone-dim);
  transition: all .2s var(--ease);
}
.mp-chip-link:hover { border-color: var(--accent); color: var(--bone); }

/* =========================================================
   Çerez onay bandı (Consent Mode v2)
   position: fixed — sayfa akışına girmez, CLS'i etkilemez.
   ========================================================= */

.mp-consent {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 200;
  background: rgba(16, 16, 18, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  padding: 18px var(--gut) calc(18px + env(safe-area-inset-bottom));
  animation: mpConsentIn .35s var(--ease);
}
.mp-consent[hidden] { display: none; }

@keyframes mpConsentIn {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}

.mp-consent-inner {
  max-width: var(--wrap);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mp-consent-title {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--bone);
}
.mp-consent-body {
  margin: 0;
  max-width: 68ch;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--bone-dim);
}
.mp-consent-body a {
  color: var(--accent-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mp-consent-actions {
  display: flex;
  gap: 10px;
  flex: none;
}

/* İki buton görsel olarak EŞİT ağırlıkta — GDPR karanlık deseni yasaklıyor:
   reddetmek kabul etmek kadar kolay ve görünür olmalı. */
.mp-consent-btn {
  appearance: none;
  min-width: 118px;
  padding: 12px 22px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: transparent;
  color: var(--bone);
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
.mp-consent-btn:hover { border-color: var(--bone); background: rgba(239,233,224,.06); }
.mp-consent-btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  font-weight: 600;
}
.mp-consent-btn-primary:hover { background: var(--accent-soft); border-color: var(--accent-soft); }

@media (max-width: 780px) {
  .mp-consent { padding-top: 16px; }
  .mp-consent-inner { flex-direction: column; align-items: stretch; gap: 14px; }
  .mp-consent-body { font-size: 13px; }
  .mp-consent-actions { gap: 10px; }
  .mp-consent-btn { flex: 1; min-width: 0; padding: 13px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .mp-consent { animation: none; }
}

/* Banner açıkken sabit WhatsApp butonu onun üstüne çıksın — aksi hâlde
   mobilde en önemli dönüşüm butonu banner'ın altında kalıp tıklanamıyor.

   NOT: `bottom` yerine `transform` kullanılıyor. `bottom` animasyonu
   position:fixed elemanda bile layout kayması sayılıyor ve CLS'i 0,00'dan
   0,01'e çıkarmıştı; transform düzen hesabına girmez, CLS'e dokunmaz. */
body.mp-consent-open .fab {
  transform: translateY(calc(-1 * (var(--mp-consent-h, 190px) + 16px)));
}
body.mp-consent-open .fab:hover {
  transform: translateY(calc(-1 * (var(--mp-consent-h, 190px) + 16px))) scale(1.08);
}
.fab { transition: transform .3s var(--ease); }
