﻿@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700&family=Heebo:wght@500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --bg: #ffffff;
  --bg-cream: #f9f6ef;
  --text: #1f261d;
  --muted: #5a6458;
  --olive: #5f7640;
  --olive-dark: #44572f;
  --olive-soft: #edf3e3;
  --border: #e2e6d9;
  --radius: 18px;
  --shadow: 0 18px 40px rgba(31, 41, 24, 0.09);
  --container: 1240px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.section { padding: 5.4rem 0; }
.bg-soft { background: linear-gradient(180deg, #fdfcf8 0%, #f7f3e8 100%); }
main .section:not(.hero):nth-of-type(even):not(.bg-soft) { background: var(--bg-cream); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 180;
  background: #faf9f6;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(68, 87, 47, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  height: 110px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.site-header.header-transparent {
  background: #faf9f6;
  backdrop-filter: blur(8px);
  border-bottom-color: rgba(68, 87, 47, 0.08);
  box-shadow: 0 10px 24px rgba(21, 30, 18, 0.1);
}

.site-header.header-scrolled {
  background: #faf9f6;
  border-bottom-color: rgba(68, 87, 47, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
  gap: 1rem;
  padding: 0;
}

.header-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.header-logo img {
  height: 100px;
  width: auto;
  object-fit: contain;
  display: block;
}

.site-nav {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 0.5rem 1rem 1rem;
  z-index: 140;
  box-shadow: 0 12px 22px rgba(22, 31, 18, 0.08);
}

.site-header.en-header {
  direction: ltr;
}

.site-header.he-header {
  direction: rtl;
}

.site-header.en-header .nav-wrap {
  direction: ltr;
}

.site-header.he-header .nav-wrap {
  direction: rtl;
}

.site-nav a {
  padding: 0.9rem 0;
  color: #1f2a1f;
  font-weight: 500;
  font-size: 15.5px;
  letter-spacing: 0.5px;
  transition: color 240ms ease;
}

.site-nav a[aria-current="page"] { color: #2b2b2b; }
.site-nav a:hover { color: #4f6f3a; }
.site-nav.open { display: flex; }

.lang-switch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f0e4;
  color: #4f6f3a;
  border: 1px solid #d6e1cf;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
  white-space: nowrap;
}

.lang-switch-btn:hover {
  background: #dce9d4;
  color: #3f5b2f;
  border-color: #c8d8bd;
}

.nav-toggle {
  border: 1px solid #d8dece;
  background: #fff;
  border-radius: 12px;
  padding: 0.62rem 0.95rem;
  font-weight: 600;
  color: #1f2a1f;
}

.site-header.header-transparent .site-nav a,
.site-header.header-transparent .nav-toggle {
  color: #1f2a1f;
}

.site-header.header-transparent .site-nav a[aria-current="page"] {
  color: #2b2b2b;
}

.site-header.header-transparent .nav-toggle {
  border-color: #d8dece;
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(115deg, rgba(14, 20, 13, 0.72) 0%, rgba(23, 34, 19, 0.58) 48%, rgba(18, 25, 15, 0.66) 100%),
    url("../images/Kosher-salad.webp");
  background-size: cover;
  background-position: center;
}

.hero-grid {
  display: grid;
  gap: 2rem;
}

.eyebrow {
  color: #d8e8c3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  margin: 0 0 0.6rem;
}

h1, h2, h3 { line-height: 1.2; margin-top: 0; }
h1, h2, h3, .brand {
  font-family: "Cinzel", "Times New Roman", serif;
  letter-spacing: 0.08em;
}
h1 { font-size: clamp(2rem, 4.2vw, 3.7rem); margin-bottom: 1rem; font-weight: 700; }
h2 { font-size: clamp(1.65rem, 2.9vw, 2.6rem); margin-bottom: 1rem; font-weight: 700; }
h3 { font-size: 1.42rem; font-weight: 600; }

.hero h1,
.hero .lead { color: #ffffff; }

.lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 64ch;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.btn {
  display: inline-block;
  padding: 0.92rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
  min-height: 48px;
}

.btn-primary {
  background: var(--olive);
  color: #fff;
  box-shadow: 0 10px 22px rgba(68, 87, 47, 0.34);
}
.btn-primary:hover {
  background: var(--olive-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(68, 87, 47, 0.42);
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.62);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.btn-outline:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.22);
}

.card-grid {
  display: grid;
  gap: 1.25rem;
}

.services-modern {
  background: #faf9f6;
}

.services-grid-modern {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
}

.service-card-modern {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.service-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.service-card-modern .service-photo {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 14px;
}

.service-card-modern h2,
.service-card-modern h3 {
  color: #2b2b2b;
  margin-top: 6px;
  margin-bottom: 10px;
}

.service-card-modern p {
  color: #555;
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
}

.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.service-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(27, 36, 23, 0.13);
  margin-bottom: 0.9rem;
}

.private-chef-split {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.private-chef-photo {
  max-width: 520px;
  width: 100%;
  margin-bottom: 0;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.private-chef-photo:hover {
  transform: scale(1.01);
  box-shadow: 0 16px 30px rgba(27, 36, 23, 0.18);
}

.hero-card {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius);
  padding: 1.7rem;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: 0 18px 38px rgba(8, 14, 8, 0.28);
  backdrop-filter: blur(3px);
}

.hero-card ul {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
}

.hero-card li { margin-bottom: 0.3rem; }

.steps {
  display: grid;
  gap: 1rem;
}

.steps article {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem;
}

.steps span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--olive-soft);
  color: var(--olive-dark);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tags span {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.45rem 0.92rem;
  background: #fcfdf9;
  color: var(--olive-dark);
  font-weight: 700;
}

.final-cta { text-align: center; }
.final-cta p { color: var(--muted); }

.inline-cta { margin-top: 2rem; text-align: center; }
.text-link { color: var(--olive-dark); text-decoration: underline; }

.narrow { max-width: 760px; }
.contact-form {
  display: grid;
  gap: 0.65rem;
}

input, textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.82rem 0.9rem;
  font: inherit;
}

select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.82rem 0.9rem;
  font: inherit;
  background: #fff;
}

input:focus, textarea:focus {
  outline: 2px solid #d8e3c6;
  border-color: var(--olive);
}

.contact-note { margin-top: 1rem; }
.contact-whatsapp-cta {
  font-weight: 600;
  margin: 0.2rem 0 1.2rem;
}

.form-status {
  display: none;
  border-radius: 12px;
  padding: 0.8rem 0.9rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.form-status.success {
  display: block;
  background: #ecf8ee;
  color: #205d35;
  border-color: #b8e2c2;
}

.form-status.error {
  display: block;
  background: #fff2f2;
  color: #8a1f1f;
  border-color: #f1c3c3;
}

.honeypot-wrap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  background: #1b2118;
  color: #ffffff;
  margin-top: 2rem;
  font-size: 0.95rem;
}

.footer-main {
  display: grid;
  gap: 1.6rem;
  padding: 2.2rem 0 1.8rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-logo {
  width: 128px;
  height: auto;
  display: block;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Cinzel", "Times New Roman", serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.footer-col h3 {
  font-size: 1.02rem;
  margin: 0 0 0.4rem;
  color: #ffffff;
}

.footer-col a {
  color: #d6ddd0;
  padding: 0.22rem 0;
}

.footer-col a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-desc,
.footer-by,
.footer-note {
  color: #b7c0b1;
  margin: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.85rem 0;
  color: #c5cec0;
}

.footer-bottom-wrap p {
  margin: 0;
}

.whatsapp-float {
  position: fixed;
  right: 1.1rem;
  bottom: 1.2rem;
  z-index: 125;
  width: 50px;
  height: 50px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(20, 115, 55, 0.35);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
  transform: scale(1.06);
  filter: brightness(1.03);
  box-shadow: 0 15px 26px rgba(20, 115, 55, 0.42);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  display: block;
}

.service-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--olive-soft);
  display: grid;
  place-items: center;
  margin-bottom: 0.9rem;
}

.service-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--olive-dark);
  fill: none;
  stroke-width: 1.8;
}

.gallery-grid {
  display: grid;
  gap: 1rem;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 16px 32px rgba(25, 34, 22, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-grid img:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 20px 34px rgba(25, 34, 22, 0.18);
}

.dest-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
}

.dest-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 18px;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.dest-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.dest-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 14px;
}

.dest-large-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0.8rem 0 1.1rem;
}

@media (min-width: 760px) {
  .site-nav {
    display: flex;
    position: static;
    flex-direction: row;
    border: 0;
    padding: 0;
    gap: 30px;
    background: transparent;
    box-shadow: none;
    align-items: center;
  }

  .nav-toggle { display: none; }
  .nav-wrap { min-height: 110px; }
  .nav-wrap { padding-right: 0.4rem; }
  .lang-switch-btn { margin-left: 1.1rem; }
  .site-header.en-header .site-nav {
    margin-left: 1rem;
    margin-right: auto;
    justify-content: flex-start;
    text-align: left;
    direction: ltr;
  }
  .site-header.en-header .lang-switch-btn {
    margin-left: auto;
  }
  .site-header.he-header .site-nav {
    margin-right: 1rem;
    margin-left: auto;
    justify-content: flex-start;
    text-align: right;
    direction: rtl;
  }
  .site-header.he-header .lang-switch-btn {
    margin-right: auto;
    margin-left: 0;
  }
  .hero-grid { grid-template-columns: 1.2fr 0.8fr; align-items: center; }
  .cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .dest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps.vertical { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .private-chef-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .services-grid-modern {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-main {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1120px) {
  .services-grid-modern {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 759px) {
  .section { padding: 3.6rem 0; }
  .container { width: min(100% - 1.4rem, var(--container)); }
  .card { padding: 1.2rem; }
  .btn { width: 100%; text-align: center; }
  .cta-row { gap: 0.65rem; }
  .hero { background-position: center 36%; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { gap: 1.35rem; }
  h1, h2, h3, .brand { letter-spacing: 0.03em; }
  h1 { font-size: 1.95rem; }
  h2 { font-size: 1.52rem; }
  h3 { font-size: 1.2rem; }
  .lead { font-size: 1rem; }
  .site-header { z-index: 190; }
  .site-nav {
    top: 76px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-8px);
    transition: max-height 220ms ease, opacity 180ms ease, transform 180ms ease;
    background: #fbf9f4;
  }
  .site-nav.open {
    max-height: 75vh;
    opacity: 1;
    transform: translateY(0);
    overflow-y: auto;
  }
  .site-header.header-transparent .site-nav {
    background: #fbf9f4;
  }
  .site-header.header-transparent .site-nav a,
  .site-header.header-transparent .site-nav a[aria-current="page"] {
    color: #1f2a1f;
  }
  .nav-wrap { min-height: 110px; }
  .footer-logo { width: 112px; }
  .service-icon { margin-bottom: 0.7rem; }
  .contact-form { gap: 0.75rem; }
  input, textarea, select { min-height: 46px; }
  body { padding-bottom: 86px; }
  .whatsapp-float {
    right: 0.85rem;
    bottom: 1.1rem;
    width: 50px;
    height: 50px;
  }
  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 430px) {
  .container { width: min(100% - 1.1rem, var(--container)); }
  .section { padding: 3.2rem 0; }
  .card { padding: 1rem; }
  .nav-toggle { padding: 0.56rem 0.78rem; }
  .site-nav a { padding: 1rem 0.1rem; }
  .lang-switch-btn {
    margin-right: 0.4rem;
    padding: 8px 12px;
    min-height: 38px;
  }
  .site-nav .lang-switch-btn {
    order: -1;
    margin: 0.35rem 0 0.7rem;
    align-self: flex-start;
  }
  .site-header.en-header .site-nav a {
    text-align: left;
    direction: ltr;
  }
  .site-header.en-header .site-nav .lang-switch-btn {
    align-self: flex-start;
  }
  .site-header.he-header .site-nav a {
    text-align: right;
    direction: rtl;
  }
  .site-header.he-header .site-nav .lang-switch-btn {
    align-self: flex-end;
  }
  .whatsapp-float { right: 0.75rem; bottom: 1rem; }
}

@media (max-width: 390px) {
  h1 { font-size: 1.82rem; }
  h2 { font-size: 1.42rem; }
}

@media (max-width: 375px) {
  .footer-logo { width: 148px; }
  .hero-card { padding: 1.2rem; }
}

body.nav-open .whatsapp-float {
  opacity: 0;
  pointer-events: none;
}

html[dir="rtl"] body {
  text-align: right;
}

html[dir="rtl"] .nav-wrap {
  direction: rtl;
}

html[dir="rtl"] .site-nav {
  direction: rtl;
}

html[dir="rtl"] .site-nav a {
  text-align: right;
}

html[dir="rtl"] .cta-row {
  justify-content: flex-start;
}

html[dir="rtl"] .footer-main,
html[dir="rtl"] .footer-col {
  text-align: right;
}

@media (min-width: 760px) {
  .whatsapp-float {
    width: 60px;
    height: 60px;
    right: 1.25rem;
    bottom: 1.25rem;
  }
  .whatsapp-float svg {
    width: 30px;
    height: 30px;
  }
}



/* Hebrew premium RTL overrides */
html[lang="he"] body {
  font-family: "Assistant", "Noto Sans Hebrew", sans-serif;
  line-height: 1.75;
  text-align: right;
}

html[lang="he"] h1,
html[lang="he"] h2,
html[lang="he"] h3,
html[lang="he"] .header-logo,
html[lang="he"] .footer-brand {
  font-family: "Heebo", "Assistant", sans-serif;
  letter-spacing: 0.01em;
}

html[lang="he"] h1 { font-size: clamp(2.1rem, 5.3vw, 3.5rem); font-weight: 800; }
html[lang="he"] h2 { font-size: clamp(1.75rem, 3.8vw, 2.45rem); font-weight: 800; }
html[lang="he"] h3 { font-size: 1.32rem; font-weight: 700; }
html[lang="he"] .section { padding: 5.8rem 0; }
html[lang="he"] .card { padding: 1.7rem; }
html[lang="he"] .btn { padding: 1rem 1.6rem; font-size: 1rem; }
html[lang="he"] .lead { font-size: 1.1rem; max-width: 68ch; }
html[lang="he"] .he-content { max-width: 760px; }
html[lang="he"] p { margin-top: 0; margin-bottom: 1rem; }
html[lang="he"] .services-modern { background: #faf9f6; }
html[lang="he"] .services-modern .container > h1 {
  text-align: right;
  font-size: clamp(2rem, 4.1vw, 2.7rem);
  margin-bottom: 1.25rem;
}

html[lang="he"] .services-grid-modern {
  direction: rtl;
  gap: 28px;
}

html[lang="he"] .service-card-modern {
  text-align: right;
  padding: 16px 18px 20px 20px;
}

html[lang="he"] .service-card-modern h2 {
  font-family: "Heebo", "Assistant", sans-serif;
  font-size: clamp(20px, 2.1vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
  margin-top: 12px;
  margin-bottom: 10px;
}

html[lang="he"] .service-card-modern p {
  font-size: 14.5px;
  line-height: 1.6;
  text-align: right;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html[lang="he"] .split-feature {
  display: grid;
  gap: 1.3rem;
  align-items: center;
}

html[lang="he"] .split-feature img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 16px 32px rgba(26, 36, 21, 0.15);
}

html[lang="he"] .dark-cta {
  background: linear-gradient(120deg, #394f2d 0%, #2f3f24 100%);
  color: #fff;
  border-radius: 20px;
  padding: 2rem;
  text-align: right;
}

html[lang="he"] .dark-cta p { color: rgba(255, 255, 255, 0.88); }
html[lang="he"] .site-nav a { text-align: right; }
html[lang="he"] .cta-row { justify-content: flex-start; }
html[lang="he"] .footer-main,
html[lang="he"] .footer-col { text-align: right; }

@media (min-width: 760px) {
  html[lang="he"] .split-feature { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}

@media (max-width: 759px) {
  html[lang="he"] .section { padding: 4.1rem 0; }
  html[lang="he"] h1 { font-size: 2rem; }
  html[lang="he"] h2 { font-size: 1.56rem; }
  html[lang="he"] .services-modern .container > h1 { font-size: 1.95rem; }
  html[lang="he"] .he-content { max-width: 100%; }
}

@media (max-width: 768px) {
  .header-logo img {
    height: 70px;
  }
  .site-header {
    height: 90px;
  }
  .nav-wrap {
    min-height: 90px;
  }
}
