:root {
  --cream: #f4efe6;
  --cream-alt: #efe7d9;
  --ink: #211d17;
  --body: #57503f;
  --muted: #776d5b;
  --accent: #b85c38;
  --accent-hover: #96431f;
  --dark: #16130f;
  --light: #f3ece0;
  --line: #d9cfbd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: "Assistant", sans-serif; }
body[data-lang="en"] { font-family: "Assistant", sans-serif; }
body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; }
::selection { background: var(--accent); color: #fff; }
.scroll-progress { position: fixed; z-index: 120; inset: 0 0 auto; height: 3px; background: var(--accent); transform: scaleX(0); transform-origin: left center; pointer-events: none; }
html[dir="rtl"] .scroll-progress { transform-origin: right center; }
.word-clip { display: inline-block; overflow: hidden; vertical-align: bottom; padding-block: .08em; margin-block: -.08em; }
.word-motion, .char-motion { display: inline-block; will-change: transform, opacity; }
.char-motion-space { white-space: pre; }

.skip-link { position: fixed; z-index: 200; inset-block-start: 8px; inset-inline-start: 8px; padding: 12px 16px; background: #fff; color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.wide { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(1100px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(96px, 13vw, 170px) 0; }
.kicker { margin: 0 0 24px; color: var(--accent); font-size: 13px; font-weight: 600; letter-spacing: .34em; text-transform: uppercase; }
.body-copy { color: var(--body); font-size: 17px; font-weight: 300; line-height: 1.85; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 24px clamp(20px, 5vw, 56px); color: #fff; }
.brand { display: flex; flex-direction: column; width: max-content; min-height: 48px; justify-content: center; }
.brand-he { font-family: "Frank Ruhl Libre", serif; font-size: 24px; font-weight: 500; line-height: 1.05; }
.brand-en { color: rgba(255,255,255,.8); font-size: 10px; letter-spacing: .28em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 2px; border-bottom: 1px solid transparent; font-size: 15px; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { border-color: currentColor; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 16px; }
.language-switch { direction: ltr; display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.65); }
.language-switch button { min-width: 44px; min-height: 44px; padding: 0 4px; border: 0; background: transparent; color: rgba(255,255,255,.68); cursor: pointer; }
.language-switch button[aria-pressed="true"] { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.phone-link { min-height: 44px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.58); padding: 0 18px; font-size: 15px; transition: .25s ease; }
.phone-link:hover, .phone-link:focus-visible { background: #fff; color: var(--ink); }

.hero { position: relative; height: 100svh; min-height: 680px; overflow: hidden; background: #1d1a16; }
.hero-poster, .hero-video { position: absolute; inset: -4%; width: 108%; height: 108%; object-fit: cover; }
.hero-video { opacity: 0; transition: opacity 1.2s ease; }
.hero-video.is-ready { opacity: 1; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,14,10,.66), rgba(18,14,10,.2) 46%, rgba(18,14,10,.68)); }
.hero-content { position: relative; z-index: 3; display: flex; height: 100%; flex-direction: column; justify-content: center; padding: 56px clamp(24px, 7vw, 100px) 0; color: #fff; }
.hero-kicker { margin-block-end: 28px; color: rgba(255,255,255,.9); }
.hero h1 { margin: 0; font-family: "Frank Ruhl Libre", serif; font-size: clamp(56px, 10vw, 140px); font-weight: 300; line-height: 1.02; }
.hero-line-mask { min-height: clamp(70px, 11vw, 154px); overflow: hidden; }
.hero-line { margin: 0; color: #e8b491; font-family: "Frank Ruhl Libre", serif; font-size: clamp(42px, 8vw, 110px); font-weight: 400; line-height: 1.25; will-change: transform, opacity; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-block-start: 36px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 34px; border: 1px solid rgba(255,255,255,.65); color: #fff; font-size: 16px; font-weight: 600; transition: .25s ease; }
.button-solid { border-color: var(--accent); background: var(--accent); }
.button-solid:hover, .button-solid:focus-visible { border-color: var(--accent-hover); background: var(--accent-hover); }
.button-outline:hover, .button-outline:focus-visible { background: rgba(255,255,255,.14); }
.scroll-cue { position: absolute; z-index: 3; inset-block-end: 24px; inset-inline-start: clamp(24px, 7vw, 100px); min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,.8); font-size: 12px; letter-spacing: .25em; }

.intro-title { max-width: 980px; margin: 0; font-family: "Frank Ruhl Libre", serif; font-size: clamp(36px, 4.8vw, 64px); font-weight: 300; line-height: 1.28; text-wrap: pretty; }
.intro-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 6vw, 80px); margin-block-start: clamp(48px, 6vw, 80px); }
.intro-copy p { margin: 0; color: var(--body); font-size: 18px; font-weight: 300; line-height: 1.9; text-wrap: pretty; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-block-start: clamp(64px, 8vw, 100px); border-block: 1px solid var(--line); }
.stat { min-height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px 16px; text-align: center; }
.stat + .stat { border-inline-start: 1px solid var(--line); }
.stat-value { direction: ltr; font-family: "Frank Ruhl Libre", serif; font-size: 48px; font-weight: 300; line-height: 1; }
.stat-label { margin-block-start: 10px; color: var(--muted); font-size: 14px; letter-spacing: .08em; }

.zone { padding-block: clamp(96px, 13vw, 170px) 0; }
.zone-head { display: flex; align-items: baseline; gap: 22px; padding-block-end: 20px; border-bottom: 1px solid var(--line); }
.zone-number { direction: ltr; color: #b5a992; font-family: "Frank Ruhl Libre", serif; font-size: clamp(42px, 5vw, 64px); font-weight: 300; line-height: 1; }
.zone-kicker { color: var(--accent); font-size: 13px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; }
.zone-grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(460px, 1.2fr); gap: clamp(40px, 6vw, 80px); align-items: start; margin-block-start: clamp(40px, 6vw, 72px); }
.zone:nth-child(even) .zone-copy { order: 2; }
.zone-copy h2, .section-heading h2, .location h2 { margin: 0; font-family: "Frank Ruhl Libre", serif; font-size: clamp(40px, 5vw, 68px); font-weight: 300; line-height: 1.12; text-wrap: pretty; }
.zone-copy p { margin: 24px 0 0; color: var(--body); font-size: 17.5px; font-weight: 300; line-height: 1.9; text-wrap: pretty; }
.facts { display: flex; flex-wrap: wrap; gap: 10px; margin-block-start: 26px; }
.fact { padding: 7px 14px; border: 1px solid #c6b9a2; color: #5d5546; font-size: 13.5px; }
.price { margin-block-start: 28px; font-family: "Frank Ruhl Libre", serif; font-size: 23px; }
.collage { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.photo-button { position: relative; min-height: 200px; overflow: hidden; padding: 0; border: 0; background: #ddd2c0; cursor: zoom-in; }
.photo-button.wide-photo { grid-column: 1 / -1; min-height: 340px; }
.photo-button.tall-photo { min-height: 220px; }
.photo-button img { position: absolute; inset: -10% -5%; width: 110%; height: 120%; object-fit: cover; transition: filter .5s ease; will-change: transform; }
.photo-button:hover img, .photo-button:focus-visible img { filter: saturate(1.08) contrast(1.03); }

.quote-break { position: relative; height: clamp(440px, 68vh, 660px); overflow: hidden; margin-block-start: clamp(96px, 13vw, 170px); }
.quote-image { position: absolute; inset: -15% 0; width: 100%; height: 130%; max-width: none; object-fit: cover; }
.quote-scrim { position: absolute; inset: 0; background: rgba(18,14,10,.5); }
.quote-break blockquote { position: relative; z-index: 2; width: min(850px, calc(100% - 48px)); margin: 0 auto; top: 50%; transform: translateY(-50%); color: #fff; font-family: "Frank Ruhl Libre", serif; font-size: clamp(28px, 4.4vw, 50px); font-weight: 300; line-height: 1.45; text-align: center; text-wrap: pretty; text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-block-end: clamp(40px, 6vw, 70px); }
.gallery-count { color: var(--muted); font-size: 14px; letter-spacing: .1em; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; grid-auto-flow: dense; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; min-height: 44px; padding: 0; border: 0; background: #ddd2c0; cursor: zoom-in; }
.gallery-item.featured { grid-row: span 2; }
.gallery-item img { position: absolute; inset: -10% -5%; width: 110%; height: 120%; max-width: none; object-fit: cover; transition: filter .5s ease; will-change: transform; }
.gallery-item:hover img, .gallery-item:focus-visible img { filter: saturate(1.08) contrast(1.03); }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 34px 14px 11px; background: linear-gradient(0deg, rgba(18,14,10,.72), transparent); color: #fff; font-size: 13px; text-align: start; }

.reviews { padding-block-end: clamp(30px, 5vw, 64px); }
.reviews-inner { width: min(900px, calc(100% - 48px)); margin: 0 auto; text-align: center; }
.review { margin: 0 0 clamp(56px, 7vw, 80px); }
.review blockquote { margin: 0; font-family: "Frank Ruhl Libre", serif; font-size: clamp(24px, 3vw, 35px); font-weight: 300; line-height: 1.55; text-wrap: pretty; }
.review figcaption { margin-block-start: 20px; color: var(--muted); font-size: 14px; letter-spacing: .12em; }

.location { padding-block: clamp(80px, 10vw, 130px); }
.location-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 6vw, 72px); align-items: center; }
.location h2 { font-size: clamp(38px, 4.6vw, 60px); }
.location .body-copy { margin-block-start: 26px; }
.location-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-block-start: 32px; }
.map-button { min-height: 48px; display: inline-flex; align-items: center; padding: 0 28px; border: 1px solid var(--ink); font-weight: 600; transition: .25s ease; }
.map-button.secondary { border-color: #bbae98; color: #5d5546; font-weight: 400; }
.map-button:hover, .map-button:focus-visible { background: var(--ink); color: var(--cream); }
.map-frame { height: 420px; overflow: hidden; border: 1px solid var(--line); }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.35); }

.contact { padding: clamp(100px, 14vw, 180px) 0 0; background: var(--dark); color: var(--light); }
.contact-kicker { color: #d08a63; }
.contact-link { display: flex; min-height: 110px; align-items: center; padding-block: clamp(20px, 3vw, 38px); border-top: 1px solid rgba(243,236,224,.18); font-family: "Frank Ruhl Libre", serif; font-size: clamp(32px, 5.4vw, 76px); font-weight: 300; line-height: 1.12; transition: color .3s ease, padding .3s ease; }
.contact-link:last-child { border-bottom: 1px solid rgba(243,236,224,.18); }
.contact-link:hover, .contact-link:focus-visible { padding-inline-start: 18px; color: #d08a63; }
.footer-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 0; }
.footer-bar p { margin: 0; }
.footer-bar p:first-child { font-family: "Frank Ruhl Libre", serif; font-size: 19px; }
.footer-bar p:last-child { color: rgba(243,236,224,.64); font-size: 13.5px; }
.credit { padding-block: 0 28px; color: rgba(243,236,224,.5); font-size: 12px; text-align: center; }
.credit a { color: rgba(243,236,224,.75); text-decoration: underline; text-underline-offset: 3px; }

.whatsapp-fab { position: fixed; z-index: 50; inset-block-end: 24px; inset-inline-end: 24px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.28); transition: transform .25s ease; }
.whatsapp-fab:hover, .whatsapp-fab:focus-visible { transform: scale(1.08); }
.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 48px; border: 0; background: rgba(14,11,8,.96); color: #fff; overflow: hidden; }
.lightbox::backdrop { background: rgba(14,11,8,.96); }
.lightbox[open] { display: grid; grid-template-columns: 64px 1fr 64px; align-items: center; }
.lightbox figure { display: flex; min-width: 0; height: 100%; flex-direction: column; align-items: center; justify-content: center; margin: 0; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 130px); object-fit: contain; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lightbox figcaption { margin-block-start: 16px; color: rgba(255,255,255,.84); font-size: 14px; text-align: center; }
.lightbox-close, .lightbox-nav { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; }
.lightbox-close { position: absolute; z-index: 2; inset-block-start: 18px; inset-inline-end: 20px; border: 0; background: transparent; font-size: 34px; }
.lightbox-nav { font-size: 26px; }
.reveal { will-change: transform, opacity; }

body[data-lang="en"] .kicker, body[data-lang="en"] .zone-kicker { letter-spacing: .24em; }
body[data-lang="en"] .hero h1, body[data-lang="en"] .hero-line, body[data-lang="en"] h2, body[data-lang="en"] .review blockquote, body[data-lang="en"] .contact-link { line-height: 1.05; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .zone-grid, .location-grid { grid-template-columns: 1fr; }
  .zone:nth-child(even) .zone-copy { order: initial; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .wide, .narrow, .reviews-inner { width: min(100% - 32px, 1240px); }
  .site-header { padding: 16px; gap: 12px; }
  .brand-he { font-size: 20px; }
  .brand-en { font-size: 8px; }
  .phone-link { display: none; }
  .header-actions { gap: 6px; }
  .language-switch button { min-width: 40px; }
  .hero { min-height: 620px; }
  .hero-content { padding-inline: 20px; }
  .hero h1 { font-size: clamp(52px, 17vw, 82px); }
  .hero-line { font-size: clamp(36px, 11vw, 58px); }
  .hero-line-mask { min-height: 108px; }
  .hero-actions { margin-block-start: 24px; }
  .button { width: 100%; }
  .scroll-cue { inset-inline-start: 20px; }
  .intro-copy { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-inline-start: 0; border-top: 1px solid var(--line); }
  .stat:nth-child(4) { border-top: 1px solid var(--line); }
  .zone-grid { gap: 32px; }
  .collage { gap: 8px; }
  .photo-button, .photo-button.tall-photo { min-height: 150px; }
  .photo-button.wide-photo { min-height: 260px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; gap: 8px; }
  .gallery-item.featured { grid-row: span 1; }
  .map-frame { height: 340px; }
  .contact-link { min-height: 92px; }
  .footer-bar { align-items: flex-start; flex-direction: column; }
  .lightbox { padding: 56px 12px 20px; }
  .lightbox[open] { grid-template-columns: 48px 1fr 48px; }
  .lightbox-nav { width: 44px; height: 44px; }
  .whatsapp-fab { inset-block-end: 18px; inset-inline-end: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal, .word-motion, .char-motion { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .hero-poster, .hero-video, .parallax-image { transform: none !important; }
}
