:root {
  --primary: #24483b;
  --primary-strong: #17362c;
  --accent: #9f5f1f;
  --accent-strong: #7d4816;
  --text: #17231f;
  --muted: #52635d;
  --bg: #ffffff;
  --surface: #f4f1ea;
  --border: #d8ded9;
  --radius: 18px;
  --shadow: 0 18px 44px rgba(23, 54, 44, .12);
  --max-width: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Arial, "Noto Sans Hebrew", sans-serif; font-size: 16px; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #d99b54; outline-offset: 3px; }
.skip-link { position: fixed; inset-inline-start: 12px; top: 12px; z-index: 2147483646; padding: 10px 16px; background: #fff; color: var(--primary-strong); border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.topbar { background: var(--primary-strong); color: #fff; }
.phone-list { min-height: 46px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px 20px; padding: 7px 0; }
.phone-list a { color: #fff; text-decoration: none; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--primary-strong); font-weight: 900; font-size: 1.25rem; text-decoration: none; }
.brand img { width: 58px; height: 58px; border-radius: 50%; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { text-decoration: none; font-weight: 700; }
.nav-toggle { display: none; border: 0; border-radius: 10px; padding: 10px 12px; color: #fff; background: var(--primary); font: inherit; font-weight: 700; cursor: pointer; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; gap: 8px; padding: 11px 20px; border: 2px solid transparent; border-radius: 999px; background: var(--accent); color: #fff; font-weight: 800; text-decoration: none; cursor: pointer; }
.btn:hover { background: var(--accent-strong); }
.btn.secondary { background: #fff; color: var(--primary-strong); border-color: var(--primary-strong); }
.btn.secondary:hover { background: var(--surface); }
.hero { min-height: 660px; display: grid; place-items: center; position: relative; overflow: hidden; background: var(--primary-strong); color: #fff; text-align: center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(9,28,22,.88), rgba(9,28,22,.48)); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-inner { position: relative; z-index: 2; width: min(760px, calc(100% - 40px)); padding: 78px 0; }
.hero-logo { width: 150px; height: 150px; margin: 0 auto 24px; border-radius: 50%; border: 5px solid rgba(255,255,255,.9); box-shadow: var(--shadow); }
.eyebrow { margin: 0 0 8px; color: var(--accent-strong); font-weight: 800; letter-spacing: .03em; }
.hero .eyebrow { color: #f1c48d; }
.hero h1 { margin: 0; font-size: clamp(2.4rem, 7vw, 5rem); line-height: 1.16; }
.hero p { max-width: 630px; margin: 20px auto 28px; font-size: clamp(1.1rem, 2.2vw, 1.35rem); }
.actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
section { padding: 88px 0; }
.section-head { max-width: 740px; margin: 0 auto 38px; text-align: center; }
.section-head h2 { margin: 0 0 12px; color: var(--primary-strong); font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.2; }
.section-head p { margin: 0; color: var(--muted); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.about-copy h2 { margin-top: 0; color: var(--primary-strong); font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.2; }
.about-copy p { font-size: 1.08rem; }
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature { min-height: 140px; padding: 22px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.feature h3 { margin: 0 0 6px; color: var(--primary-strong); }
.feature p { margin: 0; color: var(--muted); }
.gallery-section, .reviews-section { background: var(--surface); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 14px; background: #dce2de; aspect-ratio: 4/3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.gallery figure:hover img { transform: scale(1.035); }
.yad2-card { margin-top: 32px; padding: 24px; display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; }
.yad2-card img { width: 130px; }
.reviews-section { --gmb-accent: var(--primary); --gmb-card-bg: #fff; --gmb-border: var(--border); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; }
.contact-card, .contact-form { padding: clamp(24px, 4vw, 38px); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); background: #fff; }
.contact-card h2, .contact-form h2 { margin-top: 0; color: var(--primary-strong); line-height: 1.25; }
.contact-lines { display: grid; gap: 10px; margin: 24px 0; }
.contact-lines a { font-weight: 700; text-decoration: none; }
.nav-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 6px; font-weight: 800; }
.field input, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #96a29c; border-radius: 10px; background: #fff; color: var(--text); font: inherit; }
.field textarea { min-height: 120px; resize: vertical; }
.form-note, #form-status { color: var(--muted); font-size: .95rem; }
.site-footer { padding: 42px 0 110px; background: var(--primary-strong); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 28px; }
.site-footer h2, .site-footer h3 { margin-top: 0; color: #fff; }
.site-footer a { color: #fff; }
.site-footer p { margin: 6px 0; }
.fab-wrap { position: fixed; left: 18px; bottom: 18px; z-index: 2147482999; display: flex; gap: 10px; direction: ltr; }
.fab { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: #fff; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,.26); font-weight: 900; font-size: 1.25rem; }
.fab.wa { background: #146c36; }
.fab.call { background: #174f84; }
.page-hero { padding: 74px 0 54px; background: var(--surface); text-align: center; }
.page-hero h1 { margin: 0; color: var(--primary-strong); font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.2; }
.prose { max-width: 820px; margin-inline: auto; }
.prose h2 { color: var(--primary-strong); margin-top: 36px; line-height: 1.25; }
.notice { padding: 18px; border-inline-start: 5px solid var(--accent); background: var(--surface); border-radius: 10px; }
@media (max-width: 900px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 100%; inset-inline: 0; padding: 20px; background: #fff; border-bottom: 1px solid var(--border); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max-width)); }
  .phone-list { font-size: .9rem; gap: 5px 12px; }
  .brand span { font-size: 1.05rem; }
  .brand img { width: 48px; height: 48px; }
  .nav-wrap { min-height: 66px; }
  .hero { min-height: 600px; }
  section { padding: 64px 0; }
  .features { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .fab-wrap { left: 12px; bottom: 12px; }
  .fab { width: 52px; height: 52px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
