/* ===========================================================
   שורש · מטבח ישראלי — עיצוב אתר תדמית לדוגמה
   נבנה ע״י L.S בניית אתרים · כל הפרטים בדף בדיוניים
   =========================================================== */

:root {
  --deep: #1b211d;
  --deep-2: #262e28;
  --clay: #c1613f;
  --clay-2: #d8794f;
  --gold: #d4a556;
  --ink: #23231f;
  --gray: #6f6d64;
  --line: #e8e0d4;
  --cream: #faf6f0;
}
* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Heebo', system-ui, sans-serif; background: #fff; color: var(--ink);
  line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden;
  text-align: center;
  -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-touch-callout: none;
}
input, textarea, select { -webkit-user-select: text; -moz-user-select: text; user-select: text; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: 'Secular One', 'Heebo', sans-serif; font-weight: 400; line-height: 1.25; }
.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 780px; }

/* ===== Header + nav ===== */
.header { position: fixed; inset: 0 0 auto 0; z-index: 60; transition: background .3s, box-shadow .3s, border-color .3s; border-bottom: 1px solid transparent; }
.header.solid { background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-color: var(--line); box-shadow: 0 4px 24px rgba(27,33,29,.07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 16px; }
.logo { font-family: 'Secular One', sans-serif; font-size: 1.45rem; letter-spacing: 2px; color: #fff; transition: color .3s; white-space: nowrap; }
.logo small { display: block; font-family: 'Heebo', sans-serif; font-size: .6rem; letter-spacing: 5px; font-weight: 500; opacity: .75; margin-top: -2px; }
.header.solid .logo { color: var(--deep); }

.nav { display: flex; gap: 26px; font-weight: 500; font-size: .95rem; color: rgba(255,255,255,.9); transition: color .3s; }
.header.solid .nav { color: var(--gray); }
.nav a { position: relative; padding-bottom: 3px; white-space: nowrap; }
.nav a::after { content: ""; position: absolute; inset: auto 50% 0 50%; height: 2px; background: var(--clay); transition: inset .25s; }
.nav a:hover::after, .nav a.current::after { inset: auto 0 0 0; }
.nav a.current { color: var(--clay); font-weight: 700; }
.header.solid .nav a.current { color: var(--clay); }

.cta-mini { background: var(--clay); color: #fff; font-weight: 700; padding: 10px 22px; border-radius: 999px; font-size: .93rem; box-shadow: 0 8px 22px rgba(193,97,63,.4); transition: all .2s; white-space: nowrap; }
.cta-mini:hover { background: var(--clay-2); transform: translateY(-2px); }

.nav-toggle { display: none; width: 44px; height: 40px; border: 0; background: transparent; cursor: pointer; padding: 9px 8px; flex-direction: column; justify-content: space-between; }
.nav-toggle span { display: block; height: 2px; width: 100%; background: #fff; border-radius: 2px; transition: all .25s; }
.header.solid .nav-toggle span { background: var(--deep); }
.nav-toggle.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* ===== Home hero ===== */
.hero { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; padding: 120px 0 90px; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(20,25,22,.72), rgba(20,25,22,.58) 45%, rgba(20,25,22,.92)); }
.hero-inner { position: relative; z-index: 2; color: #fff; max-width: 780px; }
.hero-kicker { display: inline-block; border: 1px solid rgba(212,165,86,.6); color: var(--gold); font-weight: 500; letter-spacing: 4px; font-size: .74rem; padding: 7px 20px; border-radius: 999px; margin-bottom: 24px; }
.hero h1 { font-size: clamp(2.4rem, 6.2vw, 4.3rem); margin-bottom: 20px; text-shadow: 0 4px 30px rgba(0,0,0,.4); }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero p.lead { font-size: clamp(1.02rem, 2.1vw, 1.2rem); color: rgba(255,255,255,.87); max-width: 560px; margin: 0 auto 34px; font-weight: 300; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.scroll-hint { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,.65); font-size: 1.5rem; animation: bob 2.2s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,9px); } }

/* ===== Inner page banner ===== */
.page-head { position: relative; padding: 148px 0 62px; background: var(--deep); overflow: hidden; }
.page-head img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.page-head::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(20,25,22,.8), rgba(20,25,22,.94)); }
.page-head-inner { position: relative; z-index: 2; color: #fff; }
.crumbs { color: rgba(255,255,255,.55); font-size: .84rem; font-weight: 300; margin-bottom: 12px; }
.crumbs a:hover { color: var(--gold); }
.crumbs span { margin: 0 6px; opacity: .5; }
.page-head h1 { font-size: clamp(1.9rem, 4.6vw, 3rem); }
.page-head h1 em { font-style: normal; color: var(--gold); }
.page-head p { color: rgba(255,255,255,.7); font-weight: 300; max-width: 560px; margin: 14px auto 0; }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: inherit; font-weight: 700; font-size: 1rem; padding: 15px 34px; border-radius: 999px; cursor: pointer; border: 2px solid transparent; transition: all .22s; }
.btn-clay { background: var(--clay); color: #fff; box-shadow: 0 14px 34px rgba(193,97,63,.42); }
.btn-clay:hover { background: var(--clay-2); transform: translateY(-3px); box-shadow: 0 20px 44px rgba(193,97,63,.5); }
.btn-outline { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn-dark { background: var(--deep); color: #fff; }
.btn-dark:hover { background: var(--deep-2); transform: translateY(-3px); }
.btn-ghost { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-ghost:hover { border-color: var(--clay); color: var(--clay); }

/* ===== Info strip ===== */
.info-strip { background: var(--deep); color: #fff; padding: 26px 0; }
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.info-grid > div { padding: 6px 10px; }
.info-grid .ico { font-size: 1.4rem; margin-bottom: 6px; }
.info-grid strong { display: block; font-weight: 700; font-size: 1rem; letter-spacing: .5px; }
.info-grid span { color: rgba(255,255,255,.62); font-size: .88rem; font-weight: 300; }

/* ===== Sections ===== */
.section { padding: 92px 0; }
.section-cream { background: var(--cream); }
.sec-head { max-width: 660px; margin: 0 auto 52px; }
.sec-head .kicker { display: block; color: var(--clay); font-weight: 700; letter-spacing: 4px; font-size: .76rem; margin-bottom: 12px; }
.sec-head h2 { font-size: clamp(1.85rem, 4vw, 2.7rem); }
.sec-head h2 em { font-style: normal; color: var(--clay); }
.sec-head p { color: var(--gray); margin-top: 14px; font-weight: 300; }
.divider { width: 58px; height: 2px; background: var(--gold); margin: 18px auto 0; }

/* ===== Value cards ===== */
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.value { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 34px 26px; transition: all .22s; }
.value:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(27,33,29,.12); border-color: rgba(193,97,63,.4); }
.value .ico { font-size: 2rem; margin-bottom: 14px; }
.value h3 { font-size: 1.2rem; margin-bottom: 8px; }
.value p { color: var(--gray); font-size: .95rem; font-weight: 300; }

/* ===== Story ===== */
.story-text { max-width: 700px; margin: 0 auto; color: var(--gray); font-size: 1.05rem; font-weight: 300; }
.story-text p + p { margin-top: 16px; }
.story-imgs { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 46px; }
.story-imgs img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 18px; box-shadow: 0 18px 44px rgba(27,33,29,.16); }
.story-imgs img:nth-child(2) { transform: translateY(-22px); }

/* ===== Menu ===== */
.menu-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.menu-tab { font-family: inherit; font-size: .95rem; font-weight: 700; color: var(--gray); background: #fff; border: 1px solid var(--line); padding: 11px 26px; border-radius: 999px; cursor: pointer; transition: all .2s; }
.menu-tab:hover { border-color: var(--clay); color: var(--clay); }
.menu-tab.on { background: var(--deep); border-color: var(--deep); color: #fff; box-shadow: 0 10px 26px rgba(27,33,29,.22); }
.menu-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px 34px; max-width: 900px; margin: 0 auto; }
.dish { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px 24px; transition: all .22s; }
.dish:hover { border-color: rgba(193,97,63,.45); transform: translateY(-3px); box-shadow: 0 16px 34px rgba(27,33,29,.1); }
.dish-top { display: flex; align-items: baseline; justify-content: center; gap: 10px; flex-wrap: wrap; }
.dish h3 { font-size: 1.13rem; }
.dish .price { font-family: 'Secular One', sans-serif; color: var(--clay); font-size: 1.1rem; }
.dish p { color: var(--gray); font-size: .92rem; font-weight: 300; margin-top: 6px; }
.dish .badge-v { display: inline-block; margin-top: 9px; background: #eef6ec; color: #3f7a35; font-size: .72rem; font-weight: 700; padding: 3px 12px; border-radius: 999px; }
.menu-note { color: var(--gray); font-size: .9rem; margin-top: 34px; font-weight: 300; }

/* ===== Gallery ===== */
.gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.gallery.three { grid-template-columns: repeat(3,1fr); }
.gallery figure { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 14px 36px rgba(27,33,29,.15); }
.gallery img { width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .55s ease; }
.gallery figure:hover img { transform: scale(1.07); }
.gallery figcaption { position: absolute; inset: auto 0 0 0; padding: 34px 12px 14px; color: #fff; font-weight: 700; font-size: .9rem; background: linear-gradient(to top, rgba(20,25,22,.88), transparent); }
.gallery figure.tall { grid-row: span 2; }
.gallery figure.tall img { aspect-ratio: 1/2.08; }

/* ===== Chef card ===== */
.chef-card { max-width: 640px; margin: 0 auto; }
.chef-card img { width: 168px; height: 168px; border-radius: 50%; object-fit: cover; margin: 0 auto 22px; border: 4px solid #fff; box-shadow: 0 20px 46px rgba(27,33,29,.24); }
.chef-card h3 { font-size: 1.6rem; }
.chef-card .role { color: var(--clay); font-weight: 700; letter-spacing: 2px; font-size: .82rem; margin: 6px 0 16px; }
.chef-card p { color: var(--gray); font-weight: 300; }
.chef-quote { font-family: 'Secular One', sans-serif; font-size: 1.15rem; color: var(--deep); margin-top: 20px; line-height: 1.6; }

/* ===== Reviews ===== */
.reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px 26px; box-shadow: 0 6px 20px rgba(27,33,29,.05); transition: all .22s; }
.review:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(27,33,29,.12); }
.review .stars { color: var(--gold); letter-spacing: 3px; font-size: .95rem; margin-bottom: 12px; }
.review p { color: var(--gray); font-size: .96rem; font-weight: 300; }
.review img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; margin: 16px auto 8px; border: 3px solid var(--cream); }
.review footer { font-weight: 700; font-size: .93rem; }
.review footer span { display: block; color: var(--gray); font-weight: 300; font-size: .82rem; }

/* ===== Teaser link row ===== */
.more-link { margin-top: 38px; }

/* ===== CTA band ===== */
.cta-band { position: relative; background: var(--deep); color: #fff; padding: 76px 0; overflow: hidden; }
.cta-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .18; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(27,33,29,.9), rgba(27,33,29,.72)); }
.cta-inner { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }
.cta-inner h2 { font-size: clamp(1.7rem, 3.8vw, 2.5rem); margin-bottom: 12px; }
.cta-inner h2 em { font-style: normal; color: var(--gold); }
.cta-inner p { color: rgba(255,255,255,.72); font-weight: 300; margin-bottom: 28px; }

/* ===== Reservation form ===== */
.reserve-form { max-width: 640px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 38px 32px; box-shadow: 0 18px 46px rgba(27,33,29,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.reserve-form label { display: block; text-align: center; font-size: .85rem; font-weight: 700; color: var(--gray); margin-bottom: 15px; }
.reserve-form input, .reserve-form select, .reserve-form textarea {
  width: 100%; margin-top: 7px; background: var(--cream); border: 1px solid var(--line);
  color: var(--ink); padding: 13px 14px; border-radius: 12px; font-family: inherit; font-size: 1rem; text-align: center;
}
.reserve-form input:focus, .reserve-form select:focus, .reserve-form textarea:focus { outline: none; border-color: var(--clay); background: #fff; }
.reserve-form .btn { width: 100%; margin-top: 6px; }
.form-ok { display: none; margin-top: 16px; background: #fdf4ec; border: 1px solid var(--clay); color: #9c4a2c; padding: 14px; border-radius: 12px; font-weight: 700; font-size: .95rem; }
.form-tiny { color: var(--gray); font-size: .8rem; margin-top: 15px; font-weight: 300; }

/* ===== Hours + location ===== */
.hours-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; max-width: 860px; margin: 0 auto; }
.hours-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px 26px; box-shadow: 0 6px 20px rgba(27,33,29,.05); }
.hours-card h3 { font-size: 1.2rem; margin-bottom: 16px; }
.hours-card ul { list-style: none; }
.hours-card li { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px dashed var(--line); color: var(--gray); font-size: .94rem; font-weight: 300; }
.hours-card li:last-child { border-bottom: 0; }
.hours-card li strong { font-weight: 700; color: var(--ink); }
.map-embed { margin-top: 16px; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: var(--cream); display: grid; place-items: center; aspect-ratio: 16/9; color: var(--gray); font-size: .9rem; font-weight: 300; gap: 6px; }
.map-embed .pin { font-size: 2rem; }

/* ===== Footer ===== */
.footer { background: var(--deep); color: rgba(255,255,255,.6); padding: 46px 0 26px; font-size: .88rem; font-weight: 300; }
.footer .flogo { font-family: 'Secular One', sans-serif; color: #fff; font-size: 1.35rem; letter-spacing: 2px; margin-bottom: 10px; }
.footer-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin: 30px 0 26px; text-align: center; }
.footer-cols h4 { color: #fff; font-family: 'Heebo', sans-serif; font-weight: 700; font-size: .95rem; margin-bottom: 12px; letter-spacing: 1px; }
.footer-cols a, .footer-cols p { display: block; padding: 4px 0; font-size: .88rem; }
.footer-cols a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; font-size: .81rem; color: rgba(255,255,255,.42); }

/* ===== Demo badge ===== */
.demo-badge { position: fixed; bottom: 18px; right: 18px; z-index: 90; background: linear-gradient(120deg, #7c3aed, #06b6d4); color: #fff; font-weight: 700; font-size: .88rem; padding: 11px 18px; border-radius: 999px; box-shadow: 0 12px 34px rgba(124,58,237,.45); display: flex; align-items: center; gap: 8px; transition: transform .2s; }
.demo-badge:hover { transform: translateY(-3px); }

/* ===== Reveal ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
/* ===== Body copy: black, normal weight (not bold like headings) ===== */
.sec-head .kicker,
.sec-head p,
.value p,
.story-text p,
.dish p,
.menu-note,
.chef-card p,
.review p,
.review footer span,
.reserve-form label,
.form-tiny,
.hours-card li,
.map-embed {
  color: #000;
  font-weight: 400;
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav {
    position: fixed; inset: 76px 0 auto 0; flex-direction: column; gap: 0;
    background: #fff; color: var(--gray); padding: 10px 20px 22px;
    box-shadow: 0 18px 40px rgba(27,33,29,.16); border-bottom: 1px solid var(--line);
    transform: translateY(-130%); transition: transform .32s ease; max-height: calc(100vh - 76px); overflow-y: auto;
  }
  .nav.open { transform: none; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1rem; font-weight: 700; }
  .nav a:last-child { border-bottom: 0; }
  .nav a::after { display: none; }
  .header .cta-mini { display: none; }
  .hero { min-height: 86vh; }
  .page-head { padding: 128px 0 52px; }
  .info-grid { grid-template-columns: 1fr; gap: 22px; }
  .values, .reviews { grid-template-columns: 1fr; max-width: 470px; margin-inline: auto; }
  .story-imgs { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; }
  .story-imgs img { aspect-ratio: 16/11; }
  .story-imgs img:nth-child(2) { transform: none; }
  .menu-list { grid-template-columns: 1fr; max-width: 520px; }
  .gallery, .gallery.three { grid-template-columns: repeat(2,1fr); }
  .gallery figure.tall { grid-row: span 1; }
  .gallery figure.tall img { aspect-ratio: 1/1; }
  .hours-grid { grid-template-columns: 1fr; max-width: 470px; }
  .footer-cols { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 560px) {
  .section { padding: 64px 0; }
  .field-row { grid-template-columns: 1fr; }
  .header-inner { height: 68px; }
  .nav { inset: 68px 0 auto 0; }
  .page-head { padding: 118px 0 46px; }
}
