/* =========================================================
   Ankara Hayır Lokmacısı Fevzi Usta — Marka Tasarım Sistemi
   Palet: sıcak fildişi zemin + bal/şerbet altını + kahve-siyahı
   Tipografi: Fraunces (başlık) + Manrope (gövde)
   İmza öğesi: "şerbet damlası" ayraç ve lokma-yuvarlağı işaretleyiciler
   ========================================================= */

:root {
  --ink: #241a0c;
  --ink-soft: #4a3c26;
  --cream: #fffdf9;
  --cream-deep: #faf3e6;
  --gold: #c8871f;
  --gold-deep: #9c6412;
  --gold-light: #eab655;
  --syrup: #e7a53a;
  --line: #ecdfc4;
  --whatsapp: #25d366;
  --white: #ffffff;
  --radius-s: 10px;
  --radius-m: 18px;
  --radius-l: 32px;
  --shadow-soft: 0 18px 40px -22px rgba(36, 26, 12, 0.35);
  --shadow-card: 0 10px 30px -18px rgba(36, 26, 12, 0.28);
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 .5em;
  letter-spacing: -0.01em;
}
p { margin: 0 0 1em; }
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 12px;
}
.eyebrow::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--gold-light), var(--gold-deep));
  box-shadow: 0 0 0 3px rgba(200,135,31,.15);
}
.section { padding: 88px 0; position: relative; }
.section-tight { padding: 56px 0; }
.section-alt { background: var(--cream-deep); }
.section-dark {
  background: linear-gradient(160deg, #241a0c 0%, #382712 100%);
  color: #f4ead6;
}
.section-dark h2, .section-dark h3 { color: #fbf3e3; }
.lede { max-width: 620px; color: var(--ink-soft); font-size: 1.06rem; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* Butonlar */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .96rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold-deep));
  color: #2a1c08;
  box-shadow: var(--shadow-card);
}
.btn-gold:hover { box-shadow: 0 16px 30px -14px rgba(156,100,18,.55); }
.btn-outline {
  border-color: rgba(36,26,12,.18);
  color: var(--ink);
  background: transparent;
}
.btn-outline:hover { border-color: var(--gold); background: rgba(200,135,31,.08); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; }
.btn-sm { padding: 10px 18px; font-size: .85rem; }
.btn-block { width: 100%; justify-content: center; }

/* Şerbet damlası ayraç — sayfa markası */
.drip-divider { line-height: 0; }
.drip-divider svg { width: 100%; height: 46px; display: block; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,253,249,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
  max-width: 1180px; margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 46px; width: auto; }
.brand-text { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; line-height: 1.15; }
.brand-text span { display: block; font-family: var(--font-body); font-weight: 600; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-deep); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a {
  font-weight: 600; font-size: .95rem; color: var(--ink-soft);
  position: relative; padding: 6px 0;
}
.main-nav a:hover, .main-nav a.active { color: var(--gold-deep); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 64px 0 100px;
  background: radial-gradient(circle at 82% 12%, rgba(234,182,85,.28), transparent 55%), var(--cream);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 4.4vw, 3.6rem); line-height: 1.06; }
.hero h1 em { font-style: normal; color: var(--gold-deep); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 26px 0 30px; }
.hero-badges .badge { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: .85rem; color: var(--ink-soft); }
.hero-badges .badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-media { position: relative; }
.hero-media .frame {
  border-radius: var(--radius-l);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 6px solid var(--white);
}
.hero-media video, .hero-media img { width: 100%; height: 480px; object-fit: cover; }
.hero-float-card {
  position: absolute; left: -30px; bottom: -26px;
  background: var(--white); border-radius: var(--radius-m);
  padding: 18px 20px; box-shadow: var(--shadow-card);
  display: flex; align-items: center; gap: 14px;
  max-width: 250px;
}
.hero-float-card .num { font-family: var(--font-display); font-size: 1.6rem; color: var(--gold-deep); }

/* ---------- Trust strip ---------- */
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-item {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-m);
  padding: 22px; display: flex; gap: 14px; align-items: flex-start;
}
.trust-item .icon {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-deep));
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  color: #2a1c08;
}
.trust-item h4 { margin: 0 0 4px; font-size: 1rem; }
.trust-item p { margin: 0; font-size: .88rem; color: var(--ink-soft); }

/* ---------- Section headers ---------- */
.section-head { max-width: 640px; margin: 0 auto 48px; text-align: center; }
.section-head.left { margin: 0 0 40px; text-align: left; }

/* ---------- Services ---------- */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card {
  background: var(--white); border-radius: var(--radius-m); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-card);
  display: flex; flex-direction: column; transition: transform .2s ease;
}
.service-card:hover { transform: translateY(-6px); }
.service-card .thumb { height: 190px; background-size: cover; background-position: center; position: relative; }
.service-card .thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(36,26,12,.55));
}
.service-card .body { padding: 22px 22px 26px; flex: 1; display: flex; flex-direction: column; }
.service-card h3 { font-size: 1.18rem; }
.service-card p { color: var(--ink-soft); font-size: .93rem; flex: 1; }
.service-card .more { font-weight: 700; color: var(--gold-deep); font-size: .88rem; margin-top: 10px; }

/* ---------- Gallery / video wall ---------- */
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.media-tile { position: relative; border-radius: var(--radius-m); overflow: hidden; box-shadow: var(--shadow-card); background: #000; }
.media-tile video, .media-tile img { width: 100%; height: 260px; object-fit: cover; }
.media-tile .cap {
  position: absolute; left: 14px; bottom: 12px; color: #fff; font-weight: 700; font-size: .85rem;
  text-shadow: 0 2px 8px rgba(0,0,0,.5);
}

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card {
  background: var(--white); border-radius: var(--radius-m); padding: 26px;
  border: 1px solid var(--line); box-shadow: var(--shadow-card);
}
.testi-stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 10px; font-size: .95rem; }
.testi-card p.quote { font-style: normal; color: var(--ink-soft); }
.testi-who { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.testi-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-deep));
  display: flex; align-items: center; justify-content: center;
  color: #2a1c08; font-weight: 800; font-family: var(--font-display);
}
.testi-who strong { display: block; font-size: .92rem; }
.testi-who span { font-size: .78rem; color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-m); overflow: hidden; }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 20px 24px; font-weight: 700;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.3rem; color: var(--gold-deep); flex-shrink: 0;
  transition: transform .2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 24px 22px; color: var(--ink-soft); }

/* ---------- Blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card { background: var(--white); border-radius: var(--radius-m); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-card); display: flex; flex-direction: column; }
.blog-card .thumb { height: 190px; background: var(--cream-deep) center/cover no-repeat; }
.blog-card .body { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.blog-card .date { font-size: .78rem; color: var(--gold-deep); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.blog-card h3 { font-size: 1.08rem; }
.blog-card p { font-size: .9rem; color: var(--ink-soft); flex: 1; }
.blog-detail { max-width: 780px; margin: 0 auto; }
.blog-detail .cover { border-radius: var(--radius-l); overflow: hidden; margin-bottom: 30px; box-shadow: var(--shadow-soft); }
.blog-detail .cover img { width: 100%; max-height: 460px; object-fit: cover; }
.blog-content { font-size: 1.02rem; color: var(--ink-soft); }
.blog-content h2, .blog-content h3 { color: var(--ink); margin-top: 1.6em; }
.blog-content img { border-radius: var(--radius-m); margin: 18px 0; }
.blog-content a { color: var(--gold-deep); text-decoration: underline; }
.tag-pill {
  display: inline-block; background: var(--cream-deep); color: var(--gold-deep);
  font-size: .78rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; margin: 3px 6px 3px 0;
}

/* ---------- Contact / CTA ---------- */
.cta-band {
  background: linear-gradient(140deg, var(--gold-deep), var(--gold));
  border-radius: var(--radius-l);
  padding: 52px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  color: #2a1c08;
}
.cta-band h2 { color: #2a1c08; margin-bottom: 6px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-list { display: flex; flex-direction: column; gap: 18px; }
.contact-row { display: flex; gap: 14px; align-items: flex-start; }
.contact-row .icon {
  width: 42px; height: 42px; border-radius: 50%; background: var(--cream-deep);
  display: flex; align-items: center; justify-content: center; color: var(--gold-deep); flex-shrink: 0;
}
.contact-row strong { display: block; font-size: .95rem; }
.contact-row span, .contact-row a { color: var(--ink-soft); font-size: .92rem; }
.map-frame { border-radius: var(--radius-m); overflow: hidden; border: 1px solid var(--line); height: 320px; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #d8c6a4; padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand img { height: 42px; margin-bottom: 14px; }
.footer-brand p { color: #b6a482; font-size: .9rem; max-width: 320px; }
.site-footer h5 { color: #fbf3e3; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer a { color: #d8c6a4; font-size: .92rem; }
.site-footer a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: .8rem; color: #9c8862;
}

/* ---------- Floating contact buttons ---------- */
.float-actions {
  position: fixed; right: 20px; bottom: 22px; z-index: 70;
  display: flex; flex-direction: column; gap: 12px;
}
.float-btn {
  width: 58px; height: 58px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 26px -10px rgba(0,0,0,.4);
  color: #fff; transition: transform .18s ease;
}
.float-btn:hover { transform: scale(1.08); }
.float-btn.call { background: linear-gradient(135deg, var(--gold-light), var(--gold-deep)); }
.float-btn.whatsapp { background: var(--whatsapp); }

/* ---------- Breadcrumb / page hero ---------- */
.page-hero {
  padding: 60px 0 44px; text-align: center;
  background: linear-gradient(180deg, var(--cream-deep), var(--cream));
  border-bottom: 1px solid var(--line);
}
.page-hero .eyebrow { justify-content: center; }

/* ---------- Utility ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.mt-40 { margin-top: 40px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-media video, .hero-media img { height: 340px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .media-grid, .testi-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .main-nav, .header-cta .btn-outline { display: none; }
  .nav-toggle { display: block; }
  .main-nav.open {
    display: flex; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; background: var(--white); padding: 18px 24px; gap: 16px;
    border-bottom: 1px solid var(--line);
  }
  .service-grid, .media-grid, .testi-grid, .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; text-align: center; padding: 36px 24px; }
  .hero-float-card { position: static; margin-top: -40px; }
}
