@charset "UTF-8";
/* ==========================================================================
   The Bond Barbers — ön yüz stilleri
   Orijinal Betheme tasarımının birebir yeniden üretimi.
   Renk ve ölçüler eski temanın derlenmiş CSS'inden alınmıştır.
   ========================================================================== */

/* --------------------------------------------------------------- tokenlar */
:root {
  --bg: #FCFCFC;
  --surface: #ffffff;
  --header-bg: #141414;
  --header-h: 180px;
  --header-h-sticky: 60px;
  --footer-bg: #101015;
  --footer-text: #65666C;
  --heading: #161922;
  --text: #626262;
  --muted: #929292;
  --accent: #0089F7;
  --accent-dark: #006edf;
  --menu: #ffffff;
  --menu-active: #faf9f9;
  --menu-hover: #df901a;
  --contact-box: #0D0D0D;
  --border: #EBEBEB;
  --frame: #f8f8f8;
  --container: 1220px;
  --gap: 20px;
  --radius: 0px;
  --shadow: 0 2px 12px rgba(0, 0, 0, .06);
  --transition: .25s ease;
}

/* ------------------------------------------------------------- sıfırlama */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background: var(--bg);
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg, iframe, video { max-width: 100%; }
img { height: auto; border: 0; vertical-align: middle; }

/* WordPress hizalama sınıfları — <picture> sarmalayıcıda da geçerlidir */
.alignleft { float: left; margin: 4px 25px 15px 0; }
.alignright { float: right; margin: 4px 0 15px 25px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* <picture> yerleşimi etkilemez; boyut ve hizalama <img> üzerinden yürür */
picture { display: contents; }

/* Başlık ölçeği orijinal temanın değerleriyle birebir aynıdır */
h1, h2, h3, h4, h5, h6 {
  color: var(--heading);
  margin: 0 0 15px;
  letter-spacing: 0;
}

h1 { font-size: 50px; line-height: 60px; font-weight: 500; }
h2 { font-size: 40px; line-height: 50px; font-weight: 500; }
h3 { font-size: 30px; line-height: 40px; font-weight: 400; }
h4 { font-size: 20px; line-height: 30px; font-weight: 600; }
h5 { font-size: 18px; line-height: 30px; font-weight: 400; }
h6 { font-size: 15px; line-height: 26px; font-weight: 700; }

p { margin: 0 0 20px; }
p:last-child { margin-bottom: 0; }

a {
  color: var(--accent);
  text-decoration: none;
  transition: color var(--transition);
}
a:hover { color: var(--accent-dark); }

ul, ol { margin: 0 0 20px; padding-left: 20px; }

hr { border: 0; border-top: 1px solid var(--border); margin: 30px 0; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  padding: 12px 20px;
  background: var(--accent);
  color: #fff;
}
.skip-link:focus { left: 0; color: #fff; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* ------------------------------------------------------------------ ızgara */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gap);
}

.section { padding: 30px 0 50px; position: relative; }
.section--flush { padding: 0; }
.section--tight { padding: 25px 0; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap) / -2);
}
.col { padding: 0 calc(var(--gap) / 2); width: 100%; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.3333%; }

/* --------------------------------------------------------------- üst çubuk */
#header {
  position: relative;
  z-index: 100;
  background: var(--header-bg);
}

.topbar {
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-bg);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: var(--header-h);
  transition: min-height var(--transition);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 15px 30px;
}

.brand img {
  display: block;
  height: 150px;
  width: auto;
  transition: height var(--transition);
}

.nav {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}
/* Bölünmüş menü: sol grup sola, sağ grup sağa yaslanır; logo ortada kalır */
.nav-left { justify-content: flex-start; }
.nav-right { justify-content: flex-end; }

.nav ul {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav a {
  display: block;
  padding: 60px 15px;
  color: var(--menu);
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0;
  white-space: nowrap;
  transition: color var(--transition), padding var(--transition);
}

.nav a:hover,
.nav .is-active > a {
  color: var(--menu-hover);
}
.nav .is-active > a { color: var(--menu-active); }
.nav .is-active > a:hover { color: var(--menu-hover); }

/* alt menü */
.nav li { position: relative; }
.nav .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  min-width: 220px;
  padding: 10px 0;
  background: var(--header-bg);
  box-shadow: var(--shadow);
}
.nav li:hover > .submenu,
.nav li:focus-within > .submenu { display: flex; }
.nav .submenu a { padding: 10px 20px; font-size: 14px; font-weight: 500; }
.nav .submenu a:hover { color: var(--menu-hover); }

/* yapışkan başlık */
body.is-sticky .topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}
body.is-sticky .topbar-inner { min-height: var(--header-h-sticky); }
body.is-sticky .brand { padding: 5px 24px; }
body.is-sticky .brand img { height: 50px; }
body.is-sticky .nav a { padding: 15px 14px; }

.header-spacer { display: none; }
body.is-sticky .header-spacer { display: block; height: var(--header-h); }

/* mobil menü düğmesi */
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--menu);
  cursor: pointer;
}
.nav-toggle svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

/* ----------------------------------------------------------- mobil çekmece */
.drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  z-index: 300;
  width: min(330px, 86vw);
  padding: 78px 26px 34px;
  background: var(--header-bg);
  transform: translateX(100%);
  transition: transform .3s ease;
  overflow-y: auto;
  overscroll-behavior: contain;
  visibility: hidden;
}
body.menu-open .drawer { transform: translateX(0); visibility: visible; }

.drawer ul { list-style: none; margin: 0 0 22px; padding: 0; }
.drawer li + li { border-top: 1px solid rgba(255, 255, 255, .08); }
.drawer a {
  display: block;
  padding: 13px 0;
  color: var(--menu);
  font-size: 15px;
  font-weight: 700;
}
.drawer a:hover, .drawer .is-active > a { color: var(--menu-hover); }

.drawer-contact {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
  line-height: 24px;
}
.drawer-contact a { display: inline; padding: 0; font-weight: 400; color: rgba(255, 255, 255, .85); }

.drawer-close {
  position: absolute;
  top: 18px; right: 20px;
  width: 40px; height: 40px;
  border: 0;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 250;
  background: rgba(0, 0, 0, .55);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}
body.menu-open .menu-backdrop { opacity: 1; visibility: visible; }

@media (min-width: 960px) {
  .drawer, .menu-backdrop { display: none; }
}

/* --------------------------------------------------------------- kahraman */
/* Yükseklik orijinal slider yapılandırmasıyla aynıdır: 1240 ızgarada 800px */
.hero {
  position: relative;
  width: 100%;
  height: min(64.52vw, 800px);
  min-height: 420px;
  overflow: hidden;
  background: #111;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.hero-slide.is-current { opacity: 1; }

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-dots {
  position: absolute;
  left: 0; right: 0; bottom: 22px;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 3;
}
.hero-dots button {
  width: 12px; height: 12px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background var(--transition);
}
.hero-dots button[aria-current="true"] { background: #fff; }

/* --------------------------------------------------------------- alt başlık */
.subheader {
  background: rgba(247, 247, 247, 1);
  border-bottom: 1px solid var(--border);
  padding: 40px 0;
}
.subheader .title {
  margin: 0 0 6px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: var(--heading);
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: var(--muted);
}
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs li + li::before { content: "›"; margin-right: 8px; color: var(--muted); }

/* ---------------------------------------------------------------- kartlar */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 32px;
}

.card {
  display: flex;
  flex-direction: column;
  background: transparent;
}

.card-media {
  position: relative;
  overflow: hidden;
  background: var(--frame);
  aspect-ratio: 350 / 200;
}
.card-media img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.card:hover .card-media img { transform: scale(1.06); }

.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .15);
  opacity: 0;
  transition: opacity var(--transition);
}
.card:hover .card-media::after { opacity: 1; }

.card-date {
  display: inline-block;
  margin: 14px 0 6px;
  font-size: 12px;
  line-height: 18px;
  color: var(--muted);
}

.card-title {
  margin: 16px 0 0;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
}
.card-title a { color: var(--heading); }
.card-title a:hover { color: var(--accent); }

.card-excerpt { margin: 10px 0 0; font-size: 14px; line-height: 24px; }

.card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  font-size: 13px;
  line-height: 30px;
}

.love {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--accent);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}
/* Orijinal temada bu metin gizlidir; erişilebilirlik için işaretlemede kalır */
.love-text {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.love svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.love.is-liked svg { fill: currentColor; }
.love-count { color: var(--accent); }

.card-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  padding-left: 10px;
  border-left: 1px solid var(--border);
  color: var(--accent);
}
.card-more:hover { color: var(--accent-dark); }
.card-more svg {
  width: 14px; height: 14px;
  stroke: var(--muted);
  fill: none;
  stroke-width: 1.7;
}

/* ------------------------------------------------------- içerik tipografisi */
.entry-body { font-size: 15px; line-height: 28px; }
.entry-body h2 { margin-top: 32px; }
.entry-body h3 { margin-top: 28px; }
.entry-body img { height: auto; }
.entry-body iframe { width: 100%; border: 0; aspect-ratio: 4 / 3; }
.entry-body ul, .entry-body ol { margin-bottom: 20px; }
.entry-body li { margin-bottom: 6px; }

.entry-body .alignleft {
  float: left;
  margin: 4px 25px 15px 0;
  max-width: 50%;
}
.entry-body .alignright {
  float: right;
  margin: 4px 0 15px 25px;
  max-width: 50%;
}
.entry-body .aligncenter {
  display: block;
  margin: 10px auto 20px;
}
.entry-body::after { content: ""; display: block; clear: both; }

/* ------------------------------------------------------------- iletişim kutusu */
.contact-box {
  background: var(--contact-box);
  color: #fff;
  padding: 34px 32px;
}
.contact-box .title {
  margin: 0 0 22px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.contact-box ul { list-style: none; margin: 0; padding: 0; }
.contact-box li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: 14px;
  line-height: 24px;
}
.contact-box li:last-child { border-bottom: 0; }
.contact-box .icon {
  flex: 0 0 auto;
  width: 20px;
  color: #fff;
  opacity: .85;
}
.contact-box .icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.7; }
.contact-box a { color: #fff; }
.contact-box a:hover { color: var(--accent); }
.contact-box p { margin: 0; }

.map-frame {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
  display: block;
  background: #e9e9e9;
}

/* --------------------------------------------------------------- galeri */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid #cfcfcf;
  background: var(--frame);
  aspect-ratio: 3 / 4;
}
.gallery-item img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease, filter var(--transition);
}
.gallery-item:hover img { transform: scale(1.05); filter: brightness(.85); }

/* ışık kutusu */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: rgba(0, 0, 0, .92);
}
.lightbox[open], .lightbox.is-open { display: flex; }
.lightbox img {
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  object-fit: contain;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  width: 48px; height: 48px;
  border: 0;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition);
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(255, 255, 255, .25); }
.lightbox-close { top: 20px; right: 20px; }
.lightbox-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 20px; top: 50%; transform: translateY(-50%); }
.lightbox-caption {
  position: absolute;
  left: 0; right: 0; bottom: 16px;
  text-align: center;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
}

/* --------------------------------------------------------------- formlar */
.form-row { margin-bottom: 18px; }
.form-row label {
  display: block;
  margin-bottom: 6px;
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
}
.form-row .req { color: #d33; }

input[type="text"], input[type="email"], input[type="tel"],
input[type="url"], input[type="password"], input[type="search"],
input[type="number"], input[type="date"], select, textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  transition: border-color var(--transition), box-shadow var(--transition);
}
textarea { min-height: 160px; resize: vertical; }

input:focus, select:focus, textarea:focus {
  outline: 0;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 137, 247, .15);
}
::placeholder { color: var(--muted); opacity: 1; }

.form-error { margin-top: 5px; color: #d33; font-size: 13px; }
.hp-field { position: absolute; left: -9999px; }

.button {
  display: inline-block;
  padding: 12px 20px;
  border: 0;
  border-radius: var(--radius);
  background: #dbdddf;
  color: var(--text);
  font-family: Roboto, Poppins, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}
.button:hover { background: #d3d3d3; color: var(--text); }

.button--theme { background: #0095eb; color: #fff; }
.button--theme:hover { background: #007cc3; color: #fff; }

/* ------------------------------------------------------------- bildirimler */
.alert {
  padding: 14px 18px;
  margin-bottom: 22px;
  border-left: 4px solid;
  font-size: 14px;
}
.alert--success { border-color: #1e9e57; background: #eaf7f0; color: #14663a; }
.alert--error { border-color: #d33; background: #fdecec; color: #8c1f1f; }
.alert--info { border-color: var(--accent); background: #eaf4fe; color: #0b5ea8; }

/* ------------------------------------------------------------------- SSS */
.faq { border-top: 1px solid var(--border); }
.faq details {
  border-bottom: 1px solid var(--border);
  padding: 4px 0;
}
.faq summary {
  padding: 16px 30px 16px 0;
  color: var(--heading);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 4px; top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
.faq details[open] summary::after { content: "–"; }
.faq .faq-answer { padding: 0 0 18px; font-size: 14px; line-height: 26px; }

/* -------------------------------------------------------------- sayfalama */
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.pagination a, .pagination span {
  display: block;
  min-width: 40px;
  padding: 9px 12px;
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 14px;
  text-align: center;
}
.pagination a:hover { border-color: var(--accent); color: var(--accent); }
.pagination .is-current {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.pagination .gap { border: 0; }

/* ----------------------------------------------------------------- bölümler */
.section-head { margin-bottom: 34px; }
.section-head h2 { margin: 0 0 8px; }
.section-head p { margin: 0; color: var(--muted); }

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.chip {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 13px;
}
.chip:hover, .chip.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.related h2 { font-size: 30px; margin-bottom: 26px; }

/* --------------------------------------------------------- paylaş satırı */
.share-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 46px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.share-links { display: flex; align-items: center; gap: 14px; }
.share-label { color: var(--text); font-size: 14px; margin-right: 4px; }
.share-links a { color: var(--muted); display: block; line-height: 0; }
.share-links a:hover { color: var(--accent); }
.share-links svg { width: 15px; height: 15px; fill: currentColor; }
.share-row .love { margin-left: auto; }

/* ------------------------------------------------------------------- alt */
#footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  font-size: 13px;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr;
  gap: 40px;
  padding: 55px 0 45px;
}
.footer-main h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.footer-main p { margin: 0 0 12px; line-height: 24px; }
.footer-main ul { list-style: none; margin: 0; padding: 0; }
.footer-main li { margin-bottom: 9px; }
.footer-main a { color: var(--footer-text); }
.footer-main a:hover { color: #fff; }

.footer-logo img { height: 84px; width: auto; margin-bottom: 18px; }

.footer-copy {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 22px 0;
}
/* Genişletilmiş alt bilgi kapalıyken üst çizgiye gerek yok */
.footer-copy--only { border-top: 0; padding: 30px 0; }

.footer-copy .container {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-copy .copyright { margin-right: auto; }

.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--footer-text);
  cursor: pointer;
  transition: color var(--transition);
}
.back-to-top:hover { color: #fff; }
.back-to-top svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.footer-copy a { color: var(--footer-text); }
.footer-copy a:hover { color: #fff; }

.social { display: flex; gap: 14px; list-style: none; margin: 0; padding: 0; }
.social a { color: var(--footer-text); display: block; }
.social a:hover { color: #fff; }
.social svg { width: 18px; height: 18px; fill: currentColor; }

/* --------------------------------------------------------- yüzen düğmeler */
/* Yapışkan iletişim düğmeleri — orijinal sitedeki dikey yığın düzeni */
.sticky-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.sticky-contact-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: opacity .25s ease, transform .25s ease;
}

.sticky-contact.is-closed .sticky-contact-list {
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(.85);
  pointer-events: none;
}

.sc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sc-btn:hover {
  color: #fff;
  transform: scale(1.07);
  box-shadow: 0 5px 18px rgba(0, 0, 0, .3);
}
.sc-btn svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
  stroke: none;
}
/* Çizgi biçimli ikonlar (Instagram) */
.sc-btn svg.sc-outline {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.sc-btn--phone { background: #00bb70; }
.sc-btn--whatsapp { background: #4dc247; }
.sc-btn--map { background: #ef4136; }
.sc-btn--instagram {
  background: radial-gradient(circle at 30% 107%,
    #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

/* Kapatma / açma düğmesi */
.sc-toggle {
  background: #e7c6a0;
  color: #2b2b2b;
}
.sc-toggle:hover { color: #2b2b2b; }
.sc-toggle svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.sc-toggle .sc-icon-open { display: none; }
.sticky-contact.is-closed .sc-toggle .sc-icon-close { display: none; }
.sticky-contact.is-closed .sc-toggle .sc-icon-open {
  display: block;
  fill: currentColor;
  stroke: none;
}

/* WhatsApp düğmesindeki nabız halkası (orijinaldeki "shockwave" animasyonu) */
.sc-pulse { position: relative; }
.sc-pulse::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: inherit;
  opacity: .55;
  animation: sc-shockwave 2.4s ease-out infinite;
  z-index: -1;
}

@keyframes sc-shockwave {
  0%   { transform: scale(1);   opacity: .55; }
  70%  { transform: scale(1.7); opacity: 0; }
  100% { transform: scale(1.7); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .sc-pulse::before { animation: none; opacity: 0; }
}

@media (max-width: 767px) {
  .sticky-contact { right: 14px; bottom: 14px; gap: 12px; }
  .sticky-contact-list { gap: 12px; }
  .sc-btn { width: 50px; height: 50px; }
  .sc-btn svg { width: 24px; height: 24px; }
  .sc-toggle svg { width: 21px; height: 21px; }
}

/* ------------------------------------------------------------------ 404 */
.error-page { padding: 90px 0; text-align: center; }
.error-page .code {
  font-size: 96px;
  line-height: 1;
  font-weight: 900;
  color: var(--accent);
  margin: 0 0 10px;
}

/* ============================== duyarlılık ============================== */

@media (max-width: 1239px) {
  .nav a { padding: 40px 11px; font-size: 14px; }
  :root { --header-h: 150px; }
  .brand img { height: 120px; }
}

@media (max-width: 959px) {
  :root { --header-h: 70px; }

  .topbar-inner { justify-content: space-between; min-height: 70px; }
  .brand { padding: 8px 0; }
  .brand img { height: 54px; }
  body.is-sticky .brand img { height: 46px; }

  .nav-toggle { display: inline-flex; }
  .nav { display: none; }

  .cards { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .subheader { padding: 30px 0; }
  .subheader .title { font-size: 43px; line-height: 51px; }
  body { font-size: 13px; line-height: 24px; }

  h1 { font-size: 43px; line-height: 51px; }
  h2 { font-size: 34px; line-height: 43px; }
  h3 { font-size: 26px; line-height: 34px; }
  h4 { font-size: 17px; line-height: 26px; }
  h5 { font-size: 15px; line-height: 26px; }
  h6 { font-size: 13px; line-height: 22px; }
}

@media (max-width: 767px) {
  body { font-size: 13px; line-height: 21px; }
  .section { padding: 24px 0 36px; }

  h1 { font-size: 38px; line-height: 45px; }
  h2 { font-size: 30px; line-height: 38px; }
  h3 { font-size: 23px; line-height: 30px; }
  h4 { font-size: 15px; line-height: 23px; }
  h5 { font-size: 14px; line-height: 23px; }
  h6 { font-size: 13px; line-height: 20px; }
  .cards { grid-template-columns: 1fr; gap: 28px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .col-1-2, .col-1-3 { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding: 40px 0 30px; }
  .footer-copy .container { flex-direction: column; text-align: center; }
  .subheader .title { font-size: 38px; line-height: 45px; }
  .card-title { font-size: 21px; }
  .entry-body .alignleft, .entry-body .alignright {
    float: none;
    display: block;
    margin: 0 0 18px;
    max-width: 100%;
  }
  .contact-box { padding: 30px 24px; }
  .map-frame { min-height: 300px; }
  .hero { height: min(75vw, 520px); min-height: 300px; }
}

@media (max-width: 479px) {
  .subheader .title { font-size: 30px; line-height: 36px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .error-page .code { font-size: 68px; }

  h1 { font-size: 30px; line-height: 36px; }
  h2 { font-size: 24px; line-height: 30px; }
  h3 { font-size: 18px; line-height: 24px; }
  h4, h5, h6 { font-size: 13px; line-height: 19px; }
}

/* ------------------------------------------------------------- yazdırma */
@media print {
  #header, #footer, .sticky-contact, .hero, .nav-toggle { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
}
