:root {
  color-scheme: light;
  --bg: #fff6f1;
  --surface: #fff9f6;
  --surface-alt: #fff1eb;
  --text: #2d2320;
  --muted: #7a645d;
  --accent: #d9878d;
  --accent-dark: #b35666;
  --soft: #f5e7e2;
  --border: rgba(45, 35, 32, 0.12);
  --shadow: 0 24px 80px rgba(45, 35, 32, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at top, #fff8f4 0%, #f6ece8 52%, #fff6f1 100%);
  color: var(--text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
.btn {
  border: none;
  cursor: pointer;
  border-radius: 999px;
  font: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

button:hover,
.btn:hover {
  transform: translateY(-1px);
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(255, 250, 247, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f6c6cd 0%, #d87a8a 100%);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.brand-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.brand-sub {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.nav-links {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
  font-weight: 500;
}

.nav-links a {
  color: var(--text);
}

.btn-primary {
  background: linear-gradient(135deg, #d87a8a 0%, #b25668 100%);
  color: #fff;
  padding: 0.95rem 1.5rem;
  box-shadow: 0 20px 40px rgba(216, 122, 138, 0.2);
}

.btn-secondary {
  background: #fff;
  color: var(--text);
  border: 1px solid var(--border);
  padding: 0.95rem 1.5rem;
}

.section {
  padding: 4rem 0;
}

.section-alt {
  background: var(--surface);
}

.section-header {
  max-width: 680px;
  margin-bottom: 2.5rem;
}

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  color: var(--accent-dark);
  margin-bottom: 0.75rem;
}

.section-header h2,
.hero h1 {
  margin: 0;
  line-height: 1.05;
}

.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  place-items: center;
  padding: 3rem 0;
}

.hero-grid {
  display: grid;
  gap: 2rem;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent-dark);
  font-size: 0.9rem;
  letter-spacing: 0.09em;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  margin-bottom: 1rem;
}

.hero-text {
  font-size: 1.05rem;
  max-width: 48rem;
  color: var(--muted);
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 32px;
  padding: 2rem;
  box-shadow: var(--shadow);
  min-width: 280px;
}

.hero-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--soft);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  color: var(--accent-dark);
  margin-bottom: 1.2rem;
}

.hero-card-content p {
  margin: 0;
  color: var(--muted);
}

.hero-card-address {
  margin-top: 1rem;
  color: var(--text);
  font-weight: 600;
}

.card-grid {
  display: grid;
  gap: 1.5rem;
}

.menu-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(45, 35, 32, 0.07);
}

.menu-card-image {
  min-height: 220px;
  background-size: cover;
  background-position: center;
}

.menu-card-image.ekler {
  background: linear-gradient(180deg, #fde7e4 0%, #f8d2d5 100%);
}

.menu-card-image.pasta {
  background: linear-gradient(180deg, #f8efe7 0%, #f2d9cd 100%);
}

.menu-card-image.özel {
  background: linear-gradient(180deg, #fde9f0 0%, #f4d7e3 100%);
}

.menu-card h3 {
  margin: 1.5rem 1.5rem 0.75rem;
  font-size: 1.2rem;
}

.menu-card p {
  margin: 0 1.5rem 1.5rem;
  color: var(--muted);
}

.testimonial-grid {
  display: grid;
  gap: 1.5rem;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.84);
  padding: 2rem;
  border-radius: 28px;
  box-shadow: 0 16px 42px rgba(45, 35, 32, 0.06);
}

.testimonial-text {
  margin: 0 0 1.3rem;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.9;
}

.testimonial-author {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-section {
  padding-bottom: 6rem;
}

.contact-grid {
  display: grid;
  gap: 2rem;
}

.contact-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3rem);
}

.contact-text {
  margin: 0.8rem 0;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.map-card {
  display: grid;
  align-items: center;
}

.map-placeholder {
  min-height: 320px;
  background: linear-gradient(180deg, #fff4ef 0%, #f8e8e3 100%);
  border: 1px dashed var(--border);
  border-radius: 32px;
  display: grid;
  place-items: center;
  color: var(--muted);
  text-align: center;
  padding: 2rem;
}

.whatsapp-fab,
.call-fab {
  position: fixed;
  z-index: 30;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 24px 40px rgba(45, 35, 32, 0.16);
  padding: 0.95rem 1.3rem;
  color: #fff;
}

.whatsapp-fab {
  right: 1.25rem;
  bottom: 1.25rem;
  background: #25d366;
}

.call-fab {
  left: 1.25rem;
  bottom: 1.25rem;
  background: #d87a8a;
}

.site-footer {
  padding: 2rem 0 3rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (min-width: 768px) {
  .header-inner {
    padding: 1.4rem 0;
  }

  .hero-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }

  .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

@media (max-width: 767px) {
  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 2rem;
    min-height: auto;
  }

  .hero-card,
  .menu-card,
  .testimonial-card {
    border-radius: 24px;
  }

  .hero-card {
    padding: 1.8rem;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
