@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Heebo', sans-serif;
  direction: rtl;
  background: #f7f7f5;
  color: #222;
  overflow-x: hidden;
}
.english-title,
[dir="ltr"] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* HEADER */

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.header-wrap {
  max-width: 1280px;
  margin: auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
}

.brand img {
  height: 58px;
  width: auto;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-menu a,
.submenu-toggle {
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  transition: color 0.2s ease;
}

.main-menu a:hover,
.submenu-toggle:hover {
  color: #9f6e38;
}

.menu-item-has-submenu {
  position: relative;
}

.submenu-toggle {
  border: none;
  background: transparent;
  font-family: 'Heebo', sans-serif;
  cursor: pointer;
  padding: 0;
}

.submenu {
  display: none;
  min-width: 220px;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}

.menu-item-has-submenu.open .submenu {
  display: flex;
}

.submenu a {
  display: block;
  width: 100%;
  white-space: normal;
  line-height: 1.5;
}

.header-cta {
  font-weight: 500;
}

.menu-toggle {
  display: none;
  border: none;
  background: none;
  color: #1f1f1f;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

/* CONTENT AREA */

.wrap {
  max-width: 1150px;
  margin: auto;
  padding: 40px 20px 60px;
}

.box {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 42px;
  align-items: start;
}

.grid img {
  border-radius: 22px;
}

h1 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 22px;
}

h2 {
  font-size: 22px;
  line-height: 1.3;
  margin: 28px 0 12px;
}

p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 12px;
}

strong {
  font-weight: 700;
  color: #000;
}

.quote-line {
  font-size: 18px;
  font-weight: 700;
  margin: 14px 0 18px;
}

.year-title {
  font-size: 24px;
  font-weight: 700;
  margin: 34px 0 14px;
}

li {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 8px;
}

/* FOOTER */

.site-footer {
  margin-top: 10px;
  color: #fff;
  background-image:
    linear-gradient(rgba(15, 15, 15, 0.62), rgba(15, 15, 15, 0.72)),
    url("footer-bg-lindaarch.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-overlay {
  padding: 42px 24px 18px;
}

.footer-inner {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.footer-column h3 {
  font-size: 30px;
  font-weight: 700;
  color: #e9cfa4;
  margin-bottom: 14px;
}

.footer-column p,
.footer-column li,
.footer-column a,
.footer-column span {
  font-size: 17px;
  line-height: 1.45;
  color: #ffffff;
}

.footer-column p {
  margin-bottom: 7px;
}

.footer-tagline {
  color: #f0dec2;
  font-weight: 500;
  margin-bottom: 10px;
}

/* SERVICES */

.footer-links {
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.2s ease;
}

.footer-bullet {
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  border-radius: 50%;
  background: #e9cfa4;
  display: inline-block;
  flex: 0 0 6px;
}

/* CONTACT */

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.footer-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e9cfa4;
  flex: 0 0 16px;
}

.footer-icon svg {
  width: 16px;
  height: 16px;
  display: block;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* SOCIALS */

.footer-social-title {
  margin: 18px 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #e9cfa4;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  transition: opacity 0.2s ease;
}

.footer-social-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e9cfa4;
  flex: 0 0 16px;
}

.footer-social-icon svg {
  width: 16px;
  height: 16px;
  display: block;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-links a:hover,
.footer-socials a:hover,
.footer-contact a:hover {
  opacity: 0.82;
}

.footer-bottom {
  max-width: 1280px;
  margin: 24px auto 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  font-size: 14px;
  color: #eee;
}

/* TABLET */

@media (max-width: 1100px) {
  .main-menu {
    gap: 16px;
  }

  .main-menu a,
  .submenu-toggle {
    font-size: 15px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .footer-about {
    grid-column: 1 / -1;
  }
}

/* MOBILE */

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .main-menu {
    display: none;
    position: absolute;
    top: 84px;
    right: 18px;
    left: 18px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .main-menu.open {
    display: flex;
  }

  .main-menu a,
  .submenu-toggle {
    width: 100%;
    font-size: 16px;
    text-align: right;
  }

  .menu-item-has-submenu {
    width: 100%;
  }

  .submenu-toggle {
    display: block;
    padding: 0;
  }

  .submenu {
    width: 100%;
    margin-top: 10px;
    padding: 8px 14px 4px;
    background: #fafaf8;
    border-radius: 14px;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.06);
    gap: 0;
  }

  .submenu a {
    display: block;
    width: 100%;
    padding: 9px 0;
    font-size: 15px;
    line-height: 1.45;
    white-space: normal;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }

  .submenu a:last-child {
    border-bottom: none;
  }

  .brand img {
    height: 52px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .box {
    padding: 24px;
  }

  .wrap {
    padding: 24px 12px 40px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 20px;
  }

  p,
  li {
    font-size: 16px;
    line-height: 1.7;
  }

  .footer-overlay {
    padding: 34px 18px 16px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-column h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .footer-column p,
  .footer-column li,
  .footer-column a,
  .footer-column span {
    font-size: 16px;
    line-height: 1.5;
  }

  .footer-contact-item {
    align-items: flex-start;
  }

  .footer-icon,
  .footer-icon svg,
  .footer-social-icon,
  .footer-social-icon svg {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    max-width: 15px;
    max-height: 15px;
  }

  .footer-socials {
    gap: 12px;
  }

  .footer-socials a {
    font-size: 14px;
  }

  .footer-bottom {
    margin-top: 18px;
    padding-top: 12px;
    font-size: 13px;
  }
}

/* =====================================
   LILACH / BLENHEIM PROJECT PAGE
   תוספות לעמוד blenheim-rehovot.html
===================================== */

.lilach-page {
  direction: rtl;
  background: #f7f4ee;
  color: #1f1f1f;
}

.lilach-project {
  max-width: 1120px;
  margin: auto;
  padding: 0 20px 70px;
  box-sizing: border-box;
}

.lilach-hero {
  min-height: 70vh;
  background: url('lilach-luxury-living-room-1.jpg') center/cover no-repeat;
  display: flex;
  align-items: flex-end;
  color: #fff;
  position: relative;
}

.lilach-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.70), rgba(0,0,0,0.12));
}

.lilach-hero-text {
  position: relative;
  z-index: 1;
  padding: 46px 30px 56px;
  max-width: 900px;
}

.lilach-hero h1 {
  font-size: 54px;
  line-height: 1.08;
  margin: 0 0 12px;
  color: #fff;
}

.lilach-hero h2 {
  font-size: 25px;
  line-height: 1.45;
  margin: 0;
  font-weight: 500;
  color: #fff;
}

.lilach-card,
.lilach-quote {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.lilach-card {
  padding: 38px 28px;
  margin-top: 36px;
}

.lilach-quote {
  margin-top: 34px;
  padding: 26px 28px;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.45;
  color: #111;
}

.lilach-label {
  font-size: 14px;
  color: #7b746a;
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.lilach-card h2 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 18px;
  color: #111;
}

.lilach-lead {
  font-size: 22px;
  line-height: 1.85;
  color: #444;
  margin: 0 0 24px;
}

.lilach-card p {
  font-size: 19px;
  line-height: 1.95;
  margin: 0 0 18px;
  color: #2f2f2f;
}

.lilach-card strong {
  font-weight: 700;
  color: #000;
  background: linear-gradient(transparent 60%, #e7ddd0 60%);
  padding: 2px 4px;
  border-radius: 4px;
}

.lilach-highlight {
  font-size: 27px !important;
  line-height: 1.45 !important;
  text-align: center;
  font-weight: 700;
  color: #111 !important;
  margin: 28px 0 !important;
}

.lilach-video-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #111;
  margin-top: 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.lilach-video-wrap iframe {
  width: 100%;
  min-height: 620px;
  border: 0;
  display: block;
}

.lilach-video-fallback {
  margin-top: 18px;
  text-align: center;
}

.lilach-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.lilach-gallery img {
  width: 100%;
  display: block;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  cursor: pointer;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.lilach-gallery img.tall {
  aspect-ratio: 2 / 3;
}

.lilach-gallery img.wide {
  grid-column: span 2;
  aspect-ratio: 2 / 1;
}

.lilach-actions {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.lilach-btn,
.lilach-link {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.lilach-btn {
  background: #111;
  color: #fff;
  border: 1px solid #111;
}

.lilach-btn:hover {
  background: #fff;
  color: #111;
}

.lilach-link {
  color: #111;
  border: 1px solid #111;
  background: #fff;
}

.lilach-link:hover {
  background: #111;
  color: #fff;
}

.lilach-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.94);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.lilach-lightbox.active {
  display: flex;
}

.lilach-lightbox img {
  max-width: 92vw;
  max-height: 84vh;
  border-radius: 14px;
  display: block;
  object-fit: contain;
}

.lilach-lightbox-close,
.lilach-lightbox-nav {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lilach-lightbox-close {
  top: 18px;
  right: 22px;
  font-size: 28px;
}

.lilach-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
}

.lilach-lightbox-prev {
  right: 18px;
}

.lilach-lightbox-next {
  left: 18px;
}

.lilach-lightbox-counter {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(255,255,255,0.14);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
}

/* FOOTER FIX FOR LILACH PAGE */

.lilach-page .site-footer {
  color: #fff !important;
}

.lilach-page .site-footer p,
.lilach-page .site-footer li,
.lilach-page .site-footer a,
.lilach-page .site-footer span {
  color: #ffffff !important;
}

.lilach-page .site-footer h1,
.lilach-page .site-footer h2,
.lilach-page .site-footer h3,
.lilach-page .site-footer h4,
.lilach-page .footer-tagline,
.lilach-page .footer-social-title {
  color: #e9cfa4 !important;
}

.lilach-page .footer-bullet {
  background: #e9cfa4 !important;
}

.lilach-page .site-footer a:hover {
  opacity: 0.82;
}

/* LILACH MOBILE */

@media (max-width: 900px) {
  .lilach-gallery {
    grid-template-columns: 1fr;
  }

  .lilach-gallery img.wide {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }

  .lilach-hero {
    min-height: 58vh;
  }

  .lilach-hero h1 {
    font-size: 36px;
  }

  .lilach-hero h2 {
    font-size: 20px;
  }

  .lilach-card {
    padding: 24px 18px;
  }

  .lilach-card h2 {
    font-size: 30px;
  }

  .lilach-lead {
    font-size: 19px;
  }

  .lilach-card p {
    font-size: 17px;
  }

  .lilach-highlight,
  .lilach-quote {
    font-size: 23px !important;
  }

  .lilach-video-wrap iframe {
    min-height: 560px;
  }

  .lilach-actions {
    flex-direction: column;
  }

  .lilach-btn,
  .lilach-link {
    width: 100%;
    text-align: center;
  }
}

/* HOME PROJECT TAG OVERRIDE */
.home-page .tag.gold {
  background: #e8e2d8 !important;
  color: #000 !important;
}

/* DESKTOP MENU FIX */
@media (min-width: 901px) {
  .menu-toggle,
  .site-header .menu-toggle,
  #menuToggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .main-menu {
    display: flex !important;
    position: static !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .menu-item-has-submenu {
    position: relative !important;
  }

  .submenu {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    right: 0 !important;
    left: auto !important;
    min-width: 285px !important;
    background: #fff !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 40px rgba(0,0,0,.12) !important;
    padding: 16px 20px !important;
    z-index: 10000 !important;
  }
}

/* VIDEO CONTROLS COVER */
.home-page .video-container {
  position: absolute !important;
}

.home-page .video-container::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 999 !important;
  background: transparent !important;
  pointer-events: auto !important;
}


/* FLOATING BUTTONS VISIBILITY */
.site-tools-btn-whatsapp {
  box-shadow: 0 12px 28px rgba(37,211,102,.34) !important;
  border: 1px solid rgba(255,255,255,.8) !important;
}

.site-tools-btn-contact {
  background: #9a642f !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(80,45,15,.30) !important;
}

.site-back-to-top {
  background: #9a642f !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(80,45,15,.34) !important;
}
/* HERO VIDEO CLEAN */
.home-page .video-container {
  overflow: hidden !important;
}

.home-page .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
