/* Fournos Eleni — Bakery. Cyan + colorful, professional & animated */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,500&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --cyan-deep: #0C7B91;
  --cyan: #19A6BD;
  --cyan-light: #D9F4F6;
  --cream: #FFF9EF;
  --coral: #FF6F5E;
  --gold: #F4B740;
  --ink: #133338;
  --paper: #FBFEFE;
  --font-display: 'Fraunces', serif;
  --font-body: 'Inter', sans-serif;
}

body { background: var(--cyan); color: var(--ink); font-family: var(--font-body); overflow-x: hidden; }
h1, h2, h3, .display { font-family: var(--font-display); }

/* ---- Nav ---- */
.site-nav { color: #fff; }
.site-nav.scrolled { background: var(--cyan-deep); }
.site-nav .brand { font-family: var(--font-display); font-size: 1.3rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: 0.3s; }
.mobile-menu {
  position: fixed; inset: 0; background: var(--cyan-deep); z-index: 99;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
  transform: translateY(-100%); transition: transform 0.45s cubic-bezier(.65,0,.35,1); 
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a { color: #fff; font-size: 1.4rem; font-family: var(--font-display); }

/* ---- Hero ---- */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  background: radial-gradient(circle at 80% 20%, var(--cyan-deep), var(--cyan) 60%);
  overflow: hidden; padding-top: 6rem;
}
.hero-grain {
  position: absolute; inset: 0; opacity: 0.06; pointer-events: none;
  background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 18px 18px;
}
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; }
.hero-eyebrow { color: var(--gold); }
.hero h1 { font-size: clamp(2.6rem, 5.5vw, 4.4rem); color: #fff; line-height: 1.04; margin: 0.6rem 0 1.2rem; font-weight: 600; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero p.lede { color: var(--cyan-light); font-size: 1.1rem; max-width: 480px; line-height: 1.6; margin-bottom: 2rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 14px 30px -10px rgba(255,111,94,0.6); }
.btn-primary:hover { background: #ff8678; }
.btn-ghost { background: rgba(255,255,255,0.1); color: #fff; border: 1.5px solid rgba(255,255,255,0.5); }
.btn-ghost:hover { background: rgba(255,255,255,0.18); }

.hero-visual { position: relative; }
.hero-visual .plate {
  width: 100%; border-radius: 28px; overflow: hidden; box-shadow: 0 40px 70px -20px rgba(0,0,0,0.45);
  transform: rotate(2deg);
  animation: heroIn 1s cubic-bezier(.22,.61,.36,1) both;
}
.hero-visual .plate img { aspect-ratio: 4/5; object-fit: cover; }
.badge-fresh {
  position: absolute; top: -18px; left: -18px; width: 110px; height: 110px; border-radius: 50%;
  background: var(--gold); color: var(--ink); display: flex; align-items: center; justify-content: center;
  text-align: center; font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; line-height: 1.15;
  box-shadow: 0 12px 24px -6px rgba(0,0,0,0.35);
}
@keyframes heroIn { from { opacity: 0; transform: translateY(40px) rotate(2deg); } to { opacity: 1; transform: translateY(0) rotate(2deg); } }

/* steam */
.steam { position: absolute; bottom: 92%; left: 38%; width: 10px; height: 60px; pointer-events: none; }
.steam i {
  position: absolute; bottom: 0; width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.55);
  animation: rise 3.2s ease-in infinite;
}
.steam i:nth-child(2) { left: 14px; animation-delay: 1s; }
.steam i:nth-child(3) { left: -10px; animation-delay: 2s; }
@keyframes rise { 0% { transform: translateY(0) scale(0.6); opacity: 0; } 25% { opacity: 0.8; } 100% { transform: translateY(-70px) scale(1.4); opacity: 0; } }

/* ---- Marquee ---- */
.marquee-wrap { background: var(--cream); padding: 1.1rem 0; overflow: hidden; border-top: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.marquee { display: flex; gap: 3rem; white-space: nowrap; animation: scrollMarquee 26s linear infinite; }
.marquee span { font-family: var(--font-display); font-size: 1.15rem; color: var(--cyan-deep); font-weight: 600; }
.marquee span::after { content: '✦'; margin-left: 3rem; color: var(--coral); }
@keyframes scrollMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- Section generic ---- */
section { padding: 6.5rem 0; }
.bg-cream { background: var(--cream); }
.bg-cyan-light { background: var(--cyan-light); }
.bg-cyan { background: var(--cyan); color: #fff; }
.section-head { max-width: 620px; margin-bottom: 3rem; }
.section-head .eyebrow { color: var(--coral); }
.section-head h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin: 0.5rem 0 0.8rem; }
.bg-cyan .section-head .eyebrow { color: var(--gold); }

/* ---- Story ---- */
.story-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3.5rem; align-items: center; }
.story-imgs { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.story-imgs img { border-radius: 18px; }
.story-imgs .img-a { grid-column: 1; transform: translateY(20px); border-radius: 18px; }
.story-imgs .img-b { grid-column: 2; }
.story-text p { line-height: 1.75; color: #2c4d52; margin-bottom: 1.1rem; }
.stat-row { display: flex; gap: 2.5rem; margin-top: 2rem; }
.stat b { font-family: var(--font-display); font-size: 2rem; color: var(--cyan-deep); display: block; }
.stat span { font-size: 0.85rem; color: #5c7a7e; }

/* ---- Menu cards ---- */
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.menu-card {
  background: var(--paper); border-radius: 22px; overflow: hidden; position: relative;
  box-shadow: 0 18px 40px -22px rgba(13,60,66,0.35);
  transition: transform 0.45s cubic-bezier(.22,.61,.36,1), box-shadow 0.45s ease;
}
.menu-card:hover { transform: translateY(-10px); box-shadow: 0 28px 50px -20px rgba(13,60,66,0.45); }
.menu-card .img-wrap { aspect-ratio: 5/4; overflow: hidden; }
.menu-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.menu-card:hover .img-wrap img { transform: scale(1.08); }
.menu-card .body { padding: 1.4rem 1.5rem 1.7rem; }
.menu-card h3 { margin: 0 0 0.4rem; font-size: 1.25rem; }
.menu-card p { margin: 0 0 0.9rem; font-size: 0.9rem; color: #4a6a6e; line-height: 1.55; }
.tag-row { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.tag { font-size: 0.72rem; font-weight: 600; padding: 0.25rem 0.7rem; border-radius: 999px; background: var(--cyan-light); color: var(--cyan-deep); }
.price { position: absolute; top: 1rem; right: 1rem; background: var(--coral); color: #fff; font-weight: 700; font-size: 0.85rem; padding: 0.35rem 0.8rem; border-radius: 999px; }

/* ---- Gallery ---- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gallery-grid a { border-radius: 16px; overflow: hidden; aspect-ratio: 1; position: relative; display: block; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease, filter 0.4s ease; }
.gallery-grid a:hover img { transform: scale(1.12); filter: brightness(1.05); }
.gallery-grid a:nth-child(1) { grid-row: span 2; }

/* ---- Testimonial ---- */
.testi-wrap { max-width: 760px; margin: 0 auto; text-align: center; }
.testi-wrap .stars { color: var(--gold); font-size: 1.3rem; letter-spacing: 0.2rem; margin-bottom: 1.2rem; }
.testi-wrap blockquote { font-family: var(--font-display); font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-style: italic; line-height: 1.5; margin: 0 0 1.2rem; }
.testi-wrap cite { font-style: normal; font-weight: 600; opacity: 0.85; }

/* ---- CTA ---- */
.cta-band {
  background: linear-gradient(120deg, var(--coral), var(--gold));
  border-radius: 32px; padding: 4rem 3rem; text-align: center; position: relative; overflow: hidden;
}
.cta-band h2 { color: #fff; font-size: clamp(2rem, 4vw, 2.7rem); margin: 0 0 1rem; }
.cta-band p { color: rgba(255,255,255,0.92); margin-bottom: 1.8rem; }
.cta-band .btn { background: #fff; color: var(--coral); }
.cta-band .blob { position: absolute; width: 240px; height: 240px; border-radius: 50%; background: rgba(255,255,255,0.12); }
.cta-band .blob.b1 { top: -80px; left: -60px; }
.cta-band .blob.b2 { bottom: -100px; right: -40px; }

/* ---- Footer ---- */
.site-footer { background: var(--cyan-deep); color: #fff; }
.site-footer a { opacity: 0.85; }
.site-footer a:hover { opacity: 1; }
.site-footer h4 { font-family: var(--font-display); margin: 0 0 1rem; }
.site-footer li { margin-bottom: 0.5rem; font-size: 0.92rem; }
.site-footer .footer-grid { border-bottom: 1px solid rgba(255,255,255,0.18); }
.builder-credit a { color: var(--gold); }

@media (max-width: 980px) {
  .hero .container { grid-template-columns: 1fr; text-align: center; }
  .hero p.lede { margin-inline: auto; }
  .hero-ctas { justify-content: center; }
  .story-grid { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .menu-grid { grid-template-columns: 1fr; }
  .stat-row { flex-wrap: wrap; gap: 1.3rem; }
}
