/* =========================================================================
   Jolie's Lunchroom — publieke homepage (landingspagina)
   Warme, premium café-uitstraling.
   ========================================================================= */

:root {
  --green:      #2f4239;
  --green-deep: #1f2a24;
  --accent:     #c8845a;
  --honey:      #e7c46b;
  --leaf:       #7a9a5b;
  --cream:      #f6f1e9;
  --cream-2:    #efe7d9;
  --surface:    #ffffff;
  --text:       #26221c;
  --muted:      #6f675a;
  --line:       #e4dccd;
  --sh-1: 0 1px 2px rgba(31,42,36,.06), 0 6px 18px rgba(31,42,36,.08);
  --sh-2: 0 18px 48px rgba(31,42,36,.18);
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --script: "Dancing Script", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--text); background: var(--cream); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: min(1120px, 92vw); margin: 0 auto; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 52px; padding: 0 26px; border-radius: 999px; font-weight: 700; font-size: 16px;
  border: 0; cursor: pointer; transition: transform .06s, filter .15s; font-family: var(--sans); }
.btn:active { transform: translateY(1px); }
.btn-accent { background: linear-gradient(180deg, #d0925f, var(--accent)); color: #fff; box-shadow: var(--sh-1); }
.btn-accent:hover { filter: brightness(1.05); }
.btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.4); }
.btn-outline { background: transparent; color: var(--green); border: 2px solid var(--green); }

/* ---- Nav ---- */
.nav { position: sticky; top: 0; z-index: 30; background: rgba(31,42,36,.92); backdrop-filter: blur(8px); color: #f4ecdb; }
.nav .wrap { display: flex; align-items: center; gap: 20px; height: 68px; }
.nav .logo { font-family: var(--script); font-size: 30px; font-weight: 700; color: var(--honey); line-height: 1; }
.nav .logo small { font-family: var(--sans); font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #d9cfb9; display: block; margin-top: -2px; }
.nav .links { display: flex; gap: 26px; margin-left: auto; font-weight: 600; color: #e9dfca; }
.nav .links a:hover { color: #fff; }
.nav .btn { height: 44px; padding: 0 20px; font-size: 15px; }
.nav-toggle { display: none; }

/* ---- Hero ---- */
.hero { position: relative; background: radial-gradient(120% 120% at 80% 0%, #35493d 0%, var(--green-deep) 70%); color: #f4ecdb; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background:
  radial-gradient(60% 60% at 15% 90%, rgba(122,154,91,.18), transparent 60%),
  radial-gradient(50% 50% at 95% 20%, rgba(231,196,107,.14), transparent 60%); pointer-events: none; }
.hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px;
  align-items: center; padding: 64px 0 72px; }
.hero .eyebrow { letter-spacing: 4px; text-transform: uppercase; font-size: 12px; color: var(--honey); font-weight: 700; }
.hero h1 { font-family: var(--script); font-weight: 700; font-size: clamp(52px, 8vw, 92px); line-height: .95; margin: 8px 0 2px; color: #fff; }
.hero h1 span { display: block; font-family: var(--serif); font-size: clamp(24px, 3.4vw, 40px); letter-spacing: 6px; text-transform: uppercase; color: var(--honey); margin-top: 6px; }
.hero p.lead { font-size: 18px; color: #e4dccd; max-width: 46ch; margin: 18px 0 26px; line-height: 1.6; }
.hero .cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-card { justify-self: end; width: 100%; max-width: 420px; aspect-ratio: 4/5; border-radius: 26px; overflow: hidden;
  box-shadow: var(--sh-2); background: var(--cream-2); position: relative; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card .tag { position: absolute; left: 16px; bottom: 16px; background: rgba(31,42,36,.78); color: #fff;
  padding: 8px 14px; border-radius: 999px; font-weight: 700; font-size: 14px; }

/* ---- USP strip ---- */
.usps { background: var(--surface); }
.usps .wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 34px 0; }
.usp { display: flex; align-items: center; gap: 14px; justify-content: center; }
.usp .ico { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center;
  background: var(--cream); color: var(--accent); flex: 0 0 auto; }
.usp .ico svg { width: 26px; height: 26px; }
.usp b { display: block; font-weight: 700; }
.usp span { color: var(--muted); font-size: 14px; }

/* ---- Section ---- */
section.block { padding: 64px 0; }
.section-head { text-align: center; margin-bottom: 34px; }
.section-head .eyebrow { letter-spacing: 3px; text-transform: uppercase; font-size: 12px; color: var(--accent); font-weight: 700; }
.section-head h2 { font-family: var(--serif); font-size: clamp(28px, 4vw, 40px); margin: 6px 0 0; }
.section-head p { color: var(--muted); margin: 10px auto 0; max-width: 56ch; }

/* ---- Favorieten ---- */
.fav-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 22px; }
.fav-card { background: var(--surface); border-radius: 18px; overflow: hidden; box-shadow: var(--sh-1); }
.fav-card .ph { aspect-ratio: 4/3; background: var(--cream-2); }
.fav-card .ph img { width: 100%; height: 100%; object-fit: cover; }
.fav-card .body { padding: 14px 16px 16px; display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.fav-card .fn { font-weight: 700; font-family: var(--serif); font-size: 18px; }
.fav-card .fp { font-weight: 700; color: var(--accent); white-space: nowrap; }

/* ---- Info (openingstijden + contact) ---- */
.info { background: var(--green-deep); color: #f4ecdb; }
.info .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 60px 0; }
.info h3 { font-family: var(--serif); font-size: 26px; margin: 0 0 16px; color: #fff; }
.hours { list-style: none; margin: 0; padding: 0; max-width: 360px; }
.hours li { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #e4dccd; }
.hours li b { color: #fff; font-weight: 600; }
.contact p { color: #e4dccd; line-height: 1.8; margin: 0 0 8px; }
.contact .lbl { color: var(--honey); font-weight: 700; }

/* ---- CTA band ---- */
.cta-band { background: linear-gradient(180deg, #37503f, var(--green)); color: #fff; text-align: center; }
.cta-band .wrap { padding: 56px 0; }
.cta-band h2 { font-family: var(--serif); font-size: clamp(26px, 4vw, 38px); margin: 0 0 8px; }
.cta-band p { color: #dfe6de; margin: 0 0 24px; }

/* ---- Footer ---- */
footer.site { background: var(--green-deep); color: #b9b0a0; }
footer.site .wrap { padding: 26px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 14px; }
footer.site .logo { font-family: var(--script); color: var(--honey); font-size: 24px; }
footer.site a { color: #d9cfb9; }
footer.site a:hover { color: #fff; }

/* ---- Responsive ---- */
@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; padding: 44px 0 52px; }
  .hero-card { justify-self: stretch; max-width: none; aspect-ratio: 16/10; }
  .usps .wrap { grid-template-columns: 1fr; gap: 14px; }
  .info .wrap { grid-template-columns: 1fr; gap: 30px; }
  .nav .links { display: none; }
}
