:root {
  --brick: #A63A2A;
  --brick-dark: #7E2B1F;
  --cream: #FBF6EE;
  --charcoal: #2B2118;
  --gold: #C99B4A;
  --muted: #7A6A58;
  --line: #EADFCE;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Playfair Display', Georgia, serif; background: var(--cream); color: var(--charcoal); line-height: 1.65; }
.sans { font-family: 'Inter', system-ui, sans-serif; }
.container { max-width: 1040px; margin: 0 auto; padding: 0 1.25rem; }
img { max-width: 100%; }

/* Header */
header { position: sticky; top: 0; z-index: 50; background: rgba(251,246,238,.95); backdrop-filter: blur(6px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: .9rem 0; }
.logo { font-size: 1.35rem; font-weight: 700; color: var(--brick); text-decoration: none; }
.logo span { color: var(--gold); }
.nav-links { display: flex; gap: 1.2rem; align-items: center; font-family: 'Inter', sans-serif; }
.nav-links a { color: var(--charcoal); text-decoration: none; font-size: .93rem; padding-bottom: 2px; }
.nav-links a.active { color: var(--brick); border-bottom: 2px solid var(--gold); font-weight: 600; }
.nav-links a:hover { color: var(--brick); }
@media (max-width: 720px) { .nav-links a:not(.btn) { font-size: .8rem; } .nav-links { gap: .7rem; } }

.btn { display: inline-flex; align-items: center; gap: .45rem; padding: .65rem 1.25rem; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .95rem; font-family: 'Inter', sans-serif; }
.btn-wa { background: #25D366; color: #fff !important; border-bottom: none !important; }
.btn-brick { background: var(--brick); color: #fff !important; }

/* Hero */
.hero { color: #fff; text-align: center; padding: 7rem 1.25rem; background-position: center; background-size: cover; }
.hero.small { padding: 4.5rem 1.25rem; }
.hero .eyebrow { font-family: 'Inter', sans-serif; color: var(--gold); letter-spacing: .25em; text-transform: uppercase; font-size: .78rem; margin-bottom: 1rem; }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.3rem); margin-bottom: 1rem; }
.hero p { max-width: 580px; margin: 0 auto 1.8rem; color: #F3E4D4; font-size: 1.08rem; font-family: 'Inter', sans-serif; }

/* Sections */
section { padding: 3.5rem 0; }
.section-title { text-align: center; font-size: 1.8rem; color: var(--brick-dark); margin-bottom: .4rem; }
.section-title::after { content: ""; display: block; width: 56px; height: 3px; background: var(--gold); margin: .7rem auto 0; }
.section-sub { text-align: center; color: var(--muted); margin-bottom: 2.4rem; font-family: 'Inter', sans-serif; }

/* Cards */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.4rem; }
.dish-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.dish-card img { width: 100%; height: 180px; object-fit: cover; display: block; }
.dish-card .body { padding: 1.1rem 1.3rem 1.3rem; }
.dish-card h3 { color: var(--brick-dark); margin-bottom: .3rem; }
.dish-card p { font-size: .9rem; color: var(--muted); font-family: 'Inter', sans-serif; }
.dish-card .price { color: var(--brick); font-weight: 700; font-family: 'Inter', sans-serif; margin-top: .5rem; }

/* Menü */
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.2rem; }
.menu-cat h3 { color: var(--brick); font-size: 1.2rem; border-bottom: 2px solid var(--line); padding-bottom: .4rem; margin-bottom: .9rem; }
.dish { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; }
.dish .name { font-weight: 600; }
.dish .desc { font-size: .84rem; color: var(--muted); font-family: 'Inter', sans-serif; }
.dish .price { color: var(--brick); font-weight: 700; white-space: nowrap; font-family: 'Inter', sans-serif; }

/* Galeri */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: .9rem; }
.gallery img { aspect-ratio: 4/3; width: 100%; object-fit: cover; border-radius: 12px; display: block; transition: transform .2s; }
.gallery img:hover { transform: scale(1.02); }

/* İletişim */
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; font-family: 'Inter', sans-serif; }
.info-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 1.4rem; text-align: center; }
.info-card .ic { font-size: 1.7rem; margin-bottom: .5rem; }
.info-card h3 { font-size: 1.02rem; margin-bottom: .3rem; color: var(--brick-dark); font-family: 'Playfair Display', serif; }
.info-card p { font-size: .92rem; color: var(--muted); }
.map-wrap { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); margin-top: 2rem; }
.map-wrap iframe { display: block; width: 100%; height: 340px; border: 0; }

/* CTA + footer */
.cta { background: var(--brick); color: #fff; text-align: center; border-radius: 16px; padding: 2.8rem 1.5rem; }
.cta h2 { margin-bottom: .5rem; }
.cta p { color: #F3D9CE; margin-bottom: 1.4rem; font-family: 'Inter', sans-serif; }
footer { text-align: center; padding: 2rem 1rem; color: var(--muted); font-size: .88rem; font-family: 'Inter', sans-serif; }
footer .demo-note { margin-top: .6rem; font-size: .8rem; }
footer .demo-note a { color: var(--brick); }

/* ── AI Asistan Widget ── */
#fw-chat-btn {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  background: var(--brick); color: #fff; border: none; cursor: pointer;
  border-radius: 999px; padding: .85rem 1.3rem; font-family: 'Inter', sans-serif;
  font-weight: 700; font-size: .95rem; box-shadow: 0 8px 24px rgba(126,43,31,.4);
  display: flex; align-items: center; gap: .5rem;
}
#fw-chat-btn:hover { transform: translateY(-2px); }
#fw-chat {
  position: fixed; right: 22px; bottom: 90px; z-index: 95; width: min(360px, calc(100vw - 44px));
  background: #fff; border-radius: 18px; box-shadow: 0 18px 50px rgba(43,33,24,.3);
  display: none; flex-direction: column; overflow: hidden; font-family: 'Inter', sans-serif;
}
#fw-chat.open { display: flex; }
#fw-chat .head { background: var(--brick); color: #fff; padding: .9rem 1.1rem; }
#fw-chat .head b { display: block; font-size: .98rem; }
#fw-chat .head small { color: #F3D9CE; font-size: .76rem; }
#fw-msgs { padding: 1rem; height: 300px; overflow-y: auto; display: flex; flex-direction: column; gap: .55rem; background: #FBF6EE; }
.fw-m { max-width: 85%; padding: .55rem .85rem; border-radius: 14px; font-size: .88rem; line-height: 1.45; }
.fw-bot { background: #fff; border: 1px solid var(--line); align-self: flex-start; border-bottom-left-radius: 4px; }
.fw-user { background: var(--brick); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
#fw-quick { display: flex; flex-wrap: wrap; gap: .45rem; padding: .8rem 1rem; background: #fff; border-top: 1px solid var(--line); }
#fw-quick button {
  border: 1.5px solid var(--brick); color: var(--brick); background: #fff; cursor: pointer;
  border-radius: 999px; padding: .4rem .85rem; font-size: .8rem; font-family: 'Inter', sans-serif; font-weight: 600;
}
#fw-quick button:hover { background: var(--brick); color: #fff; }
.fw-badge { text-align: center; font-size: .7rem; color: var(--muted); padding: .45rem; background: #fff; }
.fw-badge a { color: var(--brick); }
