@font-face{font-family:"Assistant";font-style:normal;font-weight:400 800;font-display:swap;
  src:url("fonts/assistant-hebrew.woff2") format("woff2");
  unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}
@font-face{font-family:"Assistant";font-style:normal;font-weight:400 800;font-display:swap;
  src:url("fonts/assistant-latin.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+20AC,U+2122,U+2212,U+FEFF,U+FFFD}

:root{--navy:#0c1826;--navy2:#132840;--gold:#c9a227;--gold-lt:#e2c66e;
  --ink:#161b23;--muted:#5c6774;--line:#e7ebf1;--sand:#f7f8fa;--wrap:1080px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-size:17px;line-height:1.6;
  font-family:"Assistant",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  -webkit-font-smoothing:antialiased}
img,video{display:block;max-width:100%}
h1,h2{margin:0;line-height:1.15;font-weight:800;letter-spacing:-.02em}
.wrap{width:min(var(--wrap),92vw);margin-inline:auto}

/* ── bar ── */
.bar{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:14px;
  padding:10px min(4vw,26px);background:rgba(255,255,255,.97);backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line)}
.logo{max-height:44px;width:auto;margin-inline-end:auto}
.bar-tel{display:inline-flex;align-items:center;gap:8px;text-decoration:none;
  background:var(--navy);color:#fff;font-weight:700;font-size:15px;
  padding:11px 18px;border-radius:999px;min-height:44px;transition:.25s}
.bar-tel:hover{background:var(--gold);color:#12203a}

/* ── hero ── */
.hero{position:relative;overflow:hidden;background:var(--navy);
  display:grid;place-items:center;text-align:center;min-height:min(78vh,620px)}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.veil{position:absolute;inset:0;background:
  linear-gradient(180deg,rgba(8,15,26,.78) 0%,rgba(8,15,26,.68) 45%,rgba(8,15,26,.9) 100%)}
.hero-in{position:relative;color:#fff;padding:70px min(5vw,24px)}
.hero h1{font-size:clamp(30px,6vw,54px);margin-bottom:16px;
  text-shadow:0 2px 26px rgba(0,0,0,.6)}
.hero p{max-width:44ch;margin:0 auto 28px;font-size:clamp(16px,2vw,19px);
  color:rgba(255,255,255,.93);text-shadow:0 1px 14px rgba(0,0,0,.6)}
.hint{display:block;margin-top:14px;font-size:13.5px;color:rgba(255,255,255,.75)}

/* ── cta ── */
.cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;
  padding:15px 38px;border:0;border-radius:14px;cursor:pointer;text-decoration:none;
  font-family:inherit;font-weight:800;font-size:17px;letter-spacing:-.01em;color:#14213a;
  background:linear-gradient(178deg,#e2c25c,#c9a227 48%,#b08d1d);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 12px 28px -12px rgba(201,162,39,.8);
  transition:transform .2s,box-shadow .26s,filter .2s}
.cta:hover{transform:translateY(-2px);filter:brightness(1.05);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 18px 36px -14px rgba(201,162,39,.9)}
.cta:active{transform:none;filter:brightness(.97)}
.cta.wide{width:100%;max-width:420px;margin:26px auto 0}

/* ── product blocks ── */
.prod{padding:clamp(46px,7vw,78px) 0}
.prod.alt{background:var(--sand);border-block:1px solid var(--line)}
.head{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:22px}
.head h2{font-size:clamp(24px,3.8vw,36px);color:var(--navy)}
.tag{background:linear-gradient(135deg,#132840,#1d3a5c);color:#fff;font-weight:700;
  font-size:14px;padding:9px 18px;border-radius:999px;white-space:nowrap;
  border:1px solid rgba(201,162,39,.5)}
.tag b{color:var(--gold);font-size:22px;font-weight:800;letter-spacing:-.02em}
.tag.sukkah{background:linear-gradient(135deg,var(--gold),#dfbc55);color:#14213a;
  border-color:transparent}

.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.grid figure{margin:0;border-radius:14px;overflow:hidden;background:#e4e9ef;
  aspect-ratio:4/3;box-shadow:0 1px 2px rgba(16,24,40,.05),0 12px 28px -18px rgba(16,24,40,.4)}
.grid figure.big{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}
.grid img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.grid figure:hover img{transform:scale(1.05)}

/* ── video ── */
.video{position:relative;margin:0 0 20px;border-radius:16px;overflow:hidden;background:#000;
  box-shadow:0 2px 4px rgba(16,24,40,.08),0 26px 56px -28px rgba(16,24,40,.6)}
.video video{width:100%;aspect-ratio:16/9;object-fit:cover}
.video.on .play{opacity:0;pointer-events:none}
.play{position:absolute;top:50%;inset-inline-start:50%;transform:translate(50%,-50%);
  width:78px;height:78px;border-radius:50%;border:0;cursor:pointer;
  background:var(--gold);color:#14213a;display:grid;place-items:center;
  box-shadow:0 14px 40px -12px rgba(0,0,0,.8);transition:.28s}
.play:hover{transform:translate(50%,-50%) scale(1.08)}
.play::after{content:"";position:absolute;inset:-8px;border-radius:50%;
  border:2px solid rgba(201,162,39,.65);animation:p 2.4s ease-out infinite}
@keyframes p{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.45);opacity:0}100%{opacity:0}}
.video figcaption{padding:12px 16px;font-size:14px;color:rgba(255,255,255,.75);
  background:#101820}

/* ── lead ── */
.lead{padding:clamp(46px,7vw,78px) 0;text-align:center;
  background:radial-gradient(75% 90% at 50% 0%,rgba(201,162,39,.14) 0%,transparent 62%),
  linear-gradient(170deg,#101f33,#08111d);color:#fff}
.lead h2{font-size:clamp(24px,3.8vw,36px);margin-bottom:8px}
.sub{margin:0 0 28px;color:rgba(255,255,255,.78)}
.lead form{max-width:440px;margin-inline:auto;display:grid;gap:14px;text-align:start}
.lead label{display:grid;gap:6px;font-weight:600;font-size:14.5px;color:rgba(255,255,255,.9)}
.lead input,.lead select{padding:14px;border-radius:12px;border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.07);color:#fff;font:inherit;font-size:16px;min-height:50px}
.lead input::placeholder{color:rgba(255,255,255,.45)}
.lead input:focus,.lead select:focus{outline:none;border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(201,162,39,.22)}
.lead option{color:#14213a}

/* ── foot ── */
.foot{background:#070e17;color:#fff;text-align:center;padding:28px 0;
  border-top:1px solid rgba(201,162,39,.2)}
.foot img{max-height:40px;width:auto;margin:0 auto 12px;background:#fff;
  border-radius:10px;padding:7px 12px}
.foot p{margin:0;font-size:13px;opacity:.6}

/* ── whatsapp ── */
.wa{position:fixed;left:18px;bottom:18px;width:58px;height:58px;border-radius:50%;
  background:#25d366;color:#fff;display:grid;place-items:center;z-index:40;
  box-shadow:0 8px 26px rgba(0,0,0,.3);transition:transform .2s}
.wa:hover{transform:scale(1.07)}

@media(max-width:860px){
  .grid{grid-template-columns:repeat(2,1fr)}
  .grid figure.big{grid-column:span 2;grid-row:auto;aspect-ratio:16/10}
}
@media(max-width:600px){
  body{font-size:16px}
  .bar{padding:9px 16px}
  .logo{max-height:36px}
  .bar-tel span{display:none}
  .bar-tel{width:44px;height:44px;padding:0;justify-content:center;border-radius:13px}
  .hero{min-height:auto}
  .hero-in{padding:56px 18px 50px}
  .hero h1{font-size:28px}
  .hero p{font-size:16px;margin-bottom:24px}
  .prod{padding:44px 0}
  .head{gap:10px;margin-bottom:18px}
  .head h2{font-size:23px}
  .tag{font-size:13px;padding:8px 14px}
  .tag b{font-size:19px}
  .grid{gap:9px}
  .grid figure{border-radius:12px}
  .play{width:64px;height:64px}
  .cta{width:100%;max-width:none;padding:15px 20px;font-size:16.5px}
  .cta.wide{margin-top:20px}
  .lead{padding:44px 0}
  .wa{left:14px;bottom:14px;width:54px;height:54px}
}
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}

/* ═══════════ גריד סימטרי ═══════════ */
/* The big tile had aspect-ratio:auto and sized to its own image, so its bottom
   edge never lined up with the two small rows beside it. Stretching it across
   both rows makes the block a clean rectangle. */
.grid{grid-template-columns:repeat(4,1fr);align-items:stretch}
.grid figure{aspect-ratio:4/3;height:auto}
.grid figure.big{grid-column:span 2;grid-row:span 2;aspect-ratio:auto;height:100%;
  align-self:stretch}

/* ═══════════ מחיר: באדג' בולט ═══════════ */
.head{justify-content:space-between;gap:18px;margin-bottom:26px;
  padding-bottom:20px;border-bottom:1px solid var(--line)}
.prod.alt .head{border-color:#e0e5ec}
.head h2{flex:1 1 auto}

.tag{display:inline-flex;align-items:center;gap:10px;position:relative;
  background:linear-gradient(140deg,#16294170,#0f2036);
  border:1px solid rgba(201,162,39,.55);border-radius:16px;
  padding:14px 24px 14px 20px;white-space:nowrap;
  box-shadow:0 1px 2px rgba(0,0,0,.2),0 16px 34px -18px rgba(12,24,38,.85)}
.tag::before{content:"מבצע";position:absolute;top:-11px;inset-inline-start:18px;
  background:var(--gold);color:#14213a;font-size:10.5px;font-weight:800;
  letter-spacing:.12em;padding:4px 12px;border-radius:99px;
  box-shadow:0 6px 16px -6px rgba(201,162,39,.95)}
.tag{font-size:14px;font-weight:600;color:rgba(255,255,255,.82)}
.tag b{color:var(--gold);font-size:34px;font-weight:800;letter-spacing:-.035em;
  line-height:1;text-shadow:0 4px 22px rgba(201,162,39,.5)}
.tag i{font-style:normal;color:var(--gold);font-size:19px;font-weight:800;
  align-self:flex-end;margin-bottom:2px}

.tag.sukkah{background:linear-gradient(140deg,var(--gold),#dcb84f);
  color:#14213a;border-color:rgba(255,255,255,.45);
  font-size:17px;font-weight:800;padding:16px 26px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 16px 34px -16px rgba(201,162,39,.9)}
.tag.sukkah::before{content:"חדש";background:#14213a;color:var(--gold)}
.tag.sukkah svg{opacity:.9}

@media(max-width:860px){
  .grid{grid-template-columns:repeat(2,1fr)}
  .grid figure.big{grid-column:span 2;grid-row:auto;aspect-ratio:16/10;height:auto}
}
@media(max-width:600px){
  .head{flex-direction:column;align-items:stretch;gap:14px;padding-bottom:16px;
    margin-bottom:18px}
  .tag{justify-content:center;padding:14px 20px;border-radius:14px}
  .tag::before{inset-inline-start:50%;transform:translateX(-50%)}
  .tag b{font-size:30px}
  .tag.sukkah{font-size:16px;padding:15px 20px}
}

/* ═══════════ טופס פרטים ═══════════ */
.lead{text-align:start}
.lead-in{display:grid;grid-template-columns:1fr 440px;gap:44px;align-items:center}
.lead-kicker{display:inline-block;background:var(--gold);color:#14213a;font-weight:800;
  font-size:11.5px;letter-spacing:.14em;padding:7px 16px;border-radius:99px;margin-bottom:16px}
.lead h2{font-size:clamp(26px,4vw,40px);margin-bottom:10px}
.lead .sub{margin:0 0 22px;font-size:17px;max-width:40ch;color:rgba(255,255,255,.82)}
.perks{list-style:none;padding:0;margin:0 0 22px;display:grid;gap:11px}
.perks li{display:flex;align-items:center;gap:10px;font-size:15.5px;
  color:rgba(255,255,255,.9)}
.perks svg{color:var(--gold);flex:0 0 auto}
.lead-tel{display:inline-flex;align-items:center;gap:9px;color:var(--gold-lt);
  text-decoration:none;font-weight:700;font-size:15px;padding:11px 0;min-height:44px}
.lead-tel:hover{color:#fff}

.lead-card{background:#fff;border-radius:20px;padding:28px;display:grid;gap:16px;
  box-shadow:0 2px 6px rgba(0,0,0,.25),0 34px 70px -34px rgba(0,0,0,.9)}
.lead-card label{display:grid;gap:7px;font-weight:700;font-size:14.5px;color:var(--ink)}
.lead-card input[type=text],.lead-card input:not([type=radio]){
  padding:15px;border-radius:12px;border:1.5px solid var(--line);background:#fbfcfd;
  color:var(--ink);font:inherit;font-size:16px;min-height:52px;transition:.2s}
.lead-card input:not([type=radio])::placeholder{color:#a9b2be}
.lead-card input:not([type=radio]):focus{outline:none;border-color:var(--gold);
  background:#fff;box-shadow:0 0 0 4px rgba(201,162,39,.16)}

.pick{border:0;padding:0;margin:0;display:grid;gap:9px}
.pick legend{font-weight:700;font-size:14.5px;color:var(--ink);padding:0;margin-bottom:3px}
.opt{display:flex;align-items:center;gap:11px;cursor:pointer;
  padding:13px 15px;border:1.5px solid var(--line);border-radius:12px;background:#fbfcfd;
  font-weight:600;font-size:15px;min-height:50px;transition:.2s}
.opt input{appearance:none;width:20px;height:20px;border-radius:50%;flex:0 0 auto;
  border:2px solid #c6cedb;margin:0;position:relative;transition:.2s}
.opt input:checked{border-color:var(--gold);background:var(--gold)}
.opt input:checked::after{content:"";position:absolute;inset:4px;border-radius:50%;background:#fff}
.opt:has(input:checked){border-color:var(--gold);background:#fffdf5;
  box-shadow:0 0 0 3px rgba(201,162,39,.13)}
.opt:hover{border-color:#c6cedb}
.lead-card .cta{margin:4px 0 0;max-width:none;width:100%}
.note{margin:0;text-align:center;font-size:12.5px;color:var(--muted)}

@media(max-width:900px){
  .lead-in{grid-template-columns:1fr;gap:30px}
  .lead-copy{text-align:center}
  .lead .sub{margin-inline:auto}
  .perks{justify-items:start;max-width:280px;margin-inline:auto}
  .lead-tel{justify-content:center}
}
@media(max-width:600px){
  .lead-card{padding:22px 18px;border-radius:16px}
  .lead .sub{font-size:15.5px}
  .perks li{font-size:14.5px}
}

/* the earlier .lead input rule was stretching the radios into ovals */
.lead input[type=radio]{padding:0!important;min-height:0!important;height:20px!important;
  width:20px!important;border-radius:50%!important;background:#fff!important;
  border:2px solid #c6cedb!important;flex:0 0 auto}
.lead input[type=radio]:checked{border-color:var(--gold)!important;
  background:var(--gold)!important}
.opt{align-items:center}
.opt span{flex:1 1 auto}

/* ═══════════ קולאז' ═══════════ */
.collage{display:grid;gap:12px;grid-auto-flow:dense}
.collage figure{margin:0;border-radius:16px;overflow:hidden;background:#e4e9ef;
  cursor:zoom-in;position:relative;
  box-shadow:0 1px 2px rgba(16,24,40,.05),0 14px 32px -20px rgba(16,24,40,.45);
  transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s}
.collage figure:hover{transform:translateY(-4px);
  box-shadow:0 2px 4px rgba(16,24,40,.07),0 26px 50px -24px rgba(16,24,40,.55)}
.collage img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.collage figure:hover img{transform:scale(1.06)}
.collage figure::after{content:"⤢";position:absolute;top:11px;inset-inline-end:11px;
  width:34px;height:34px;border-radius:11px;display:grid;place-items:center;
  background:rgba(8,16,26,.55);color:#fff;font-size:15px;backdrop-filter:blur(6px);
  opacity:0;transform:scale(.85);transition:.3s}
.collage figure:hover::after{opacity:1;transform:none}

/* 5 tiles: one hero tile plus a staggered cluster */
#pergolas .collage{grid-template-columns:repeat(6,1fr);grid-auto-rows:150px}
#pergolas .collage figure:nth-child(1){grid-column:span 3;grid-row:span 2}
#pergolas .collage figure:nth-child(2){grid-column:span 2}
#pergolas .collage figure:nth-child(3){grid-column:span 1}
#pergolas .collage figure:nth-child(4){grid-column:span 1}
#pergolas .collage figure:nth-child(5){grid-column:span 2}

/* 4 tiles: a balanced pinwheel */
#roofs .collage{grid-template-columns:repeat(4,1fr);grid-auto-rows:150px}
#roofs .collage figure:nth-child(1){grid-column:span 2;grid-row:span 2}
#roofs .collage figure:nth-child(2){grid-column:span 2}
#roofs .collage figure:nth-child(3){grid-column:span 1}
#roofs .collage figure:nth-child(4){grid-column:span 1}

/* ═══════════ לייטבוקס ═══════════ */
.lb{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:22px;
  background:rgba(6,12,20,.95);backdrop-filter:blur(10px);animation:lbf .25s ease both}
.lb[hidden]{display:none!important}
@keyframes lbf{from{opacity:0}to{opacity:1}}
.lb img{max-width:min(1100px,94vw);max-height:84vh;width:auto;height:auto;
  border-radius:14px;box-shadow:0 40px 100px -30px rgba(0,0,0,1);
  animation:lbu .35s cubic-bezier(.2,.7,.2,1) both}
@keyframes lbu{from{transform:scale(.96) translateY(16px);opacity:0}to{transform:none;opacity:1}}
.lb-x{position:absolute;top:18px;inset-inline-end:20px;width:46px;height:46px;
  border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.1);
  color:#fff;font-size:28px;line-height:1;cursor:pointer;transition:.25s}
.lb-x:hover{background:var(--gold);color:#14213a;transform:rotate(90deg)}
.lb-a{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;
  border-radius:50%;border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.1);
  color:#fff;font-size:29px;line-height:1;cursor:pointer;backdrop-filter:blur(6px);transition:.25s}
.lb-a:hover{background:var(--gold);color:#14213a;border-color:var(--gold)}
.lb-p{inset-inline-end:20px}
.lb-n{inset-inline-start:20px}
.lb-c{position:absolute;bottom:20px;inset-inline-start:50%;transform:translateX(-50%);
  color:rgba(255,255,255,.82);font-size:13px;letter-spacing:.06em;
  background:rgba(0,0,0,.5);padding:7px 15px;border-radius:99px}

@media(max-width:860px){
  #pergolas .collage,#roofs .collage{grid-template-columns:repeat(4,1fr);grid-auto-rows:118px;gap:9px}
  #pergolas .collage figure:nth-child(1){grid-column:span 4;grid-row:span 2}
  #pergolas .collage figure:nth-child(2),#pergolas .collage figure:nth-child(3),
  #pergolas .collage figure:nth-child(4),#pergolas .collage figure:nth-child(5){grid-column:span 2;grid-row:span 1}
  #roofs .collage figure:nth-child(1){grid-column:span 4;grid-row:span 2}
  #roofs .collage figure:nth-child(2),#roofs .collage figure:nth-child(3),
  #roofs .collage figure:nth-child(4){grid-column:span 2;grid-row:span 1}
  #roofs .collage figure:nth-child(4){grid-column:span 4}
  .collage figure{border-radius:13px}
  .collage figure::after{opacity:1;transform:none;width:30px;height:30px;font-size:13px}
  .lb-a{width:44px;height:44px;font-size:26px}
  .lb-p{inset-inline-end:10px}.lb-n{inset-inline-start:10px}
}

/* ═══════════ אזור הסרטון ═══════════ */
/* The source is 848×478. Stretching it to the full 1080px column upscaled it and
   made it look soft, so the player is capped at its native width and centred. */
.video{max-width:848px;margin:0 auto 24px;border-radius:18px;
  box-shadow:0 2px 6px rgba(16,24,40,.1),0 30px 64px -30px rgba(16,24,40,.7)}
.video video{aspect-ratio:848/478;width:100%;height:auto;object-fit:contain;background:#0a0f16}
.video figcaption{background:linear-gradient(180deg,#101820,#0a0f16);
  color:rgba(255,255,255,.8);font-size:13.5px;padding:13px 18px;text-align:center;
  letter-spacing:.01em}
.video::after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:18px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.09)}
.play{width:72px;height:72px}

/* the sukkah badge, with its icon breathing properly */
.tag.sukkah{gap:11px;align-items:center}
.tag.sukkah svg{opacity:1;flex:0 0 auto}

@media(max-width:600px){
  .video{border-radius:14px;margin-bottom:18px}
  .video figcaption{font-size:12.5px;padding:11px 14px}
  .play{width:62px;height:62px}
}

/* ═══════════ הירו ═══════════ */
.hero{min-height:min(92vh,760px)}
.hero-img{animation:kb 30s ease-in-out infinite alternate}
@keyframes kb{from{transform:scale(1.05)}to{transform:scale(1.14) translate(1%,-1%)}}
.veil{background:
  radial-gradient(95% 75% at 50% 42%, rgba(6,12,22,.34) 0%, rgba(6,12,22,.72) 58%, rgba(6,12,22,.92) 100%),
  linear-gradient(180deg, rgba(6,12,22,.72) 0%, rgba(6,12,22,.34) 32%, rgba(6,12,22,.88) 100%)}
.hero-in{max-width:760px;padding:84px min(5vw,24px) 96px}

.kick{display:inline-flex;align-items:center;gap:8px;background:rgba(201,162,39,.16);
  border:1px solid rgba(201,162,39,.6);color:var(--gold-lt);
  font-weight:800;font-size:11.5px;letter-spacing:.16em;
  padding:8px 18px;border-radius:99px;margin-bottom:20px;backdrop-filter:blur(6px)}
.kick::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);
  box-shadow:0 0 0 0 rgba(201,162,39,.8);animation:dot 2.4s ease-out infinite}
@keyframes dot{0%{box-shadow:0 0 0 0 rgba(201,162,39,.7)}70%{box-shadow:0 0 0 9px rgba(201,162,39,0)}100%{box-shadow:0 0 0 0 rgba(201,162,39,0)}}

.hero h1{font-size:clamp(34px,7vw,68px);line-height:1.06;margin-bottom:18px;
  text-shadow:0 3px 34px rgba(0,0,0,.75)}
.hero h1 span{background:linear-gradient(100deg,var(--gold-lt),#f0dc9a 45%,var(--gold));
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 3px 26px rgba(201,162,39,.4))}
.hero p{max-width:46ch;font-size:clamp(16px,1.9vw,19px);margin-bottom:26px}

/* the two offers, stated up front */
.chips{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}
.chip{display:flex;flex-direction:column;align-items:center;gap:2px;position:relative;
  background:linear-gradient(150deg,rgba(255,255,255,.14),rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.24);border-radius:16px;
  padding:14px 26px;min-width:190px;backdrop-filter:blur(10px);
  font-size:12.5px;letter-spacing:.04em;color:rgba(255,255,255,.82);font-weight:600;
  box-shadow:0 16px 34px -20px rgba(0,0,0,.9)}
.chip b{color:#fff;font-size:30px;font-weight:800;line-height:1.05;letter-spacing:-.03em;
  display:flex;align-items:baseline;gap:3px}
.chip i{font-style:normal;font-size:17px;font-weight:800}
.chip em{font-style:normal;font-size:11px;opacity:.7;letter-spacing:.06em}
.chip.gold{background:linear-gradient(150deg,var(--gold),#d5b247);
  border-color:rgba(255,255,255,.5);color:rgba(20,33,58,.78)}
.chip.gold b{color:#14213a;font-size:19px;letter-spacing:-.01em}

.hint{margin-top:16px;font-size:13.5px}

/* scroll cue */
.scroll{position:absolute;bottom:20px;inset-inline-start:50%;transform:translateX(-50%);
  width:26px;height:42px;border:2px solid rgba(255,255,255,.4);border-radius:99px;
  display:grid;justify-items:center;padding-top:8px}
.scroll span{width:3px;height:8px;border-radius:99px;background:rgba(255,255,255,.8);
  animation:sc 1.8s ease-in-out infinite}
@keyframes sc{0%{transform:translateY(0);opacity:1}70%{transform:translateY(13px);opacity:0}100%{opacity:0}}

@media(max-width:600px){
  .hero{min-height:auto}
  .hero-in{padding:64px 18px 74px}
  .hero h1{font-size:32px;margin-bottom:14px}
  .kick{font-size:10.5px;padding:7px 15px;margin-bottom:16px}
  .hero p{font-size:15.5px;margin-bottom:22px}
  .chips{gap:9px;margin-bottom:24px}
  .chip{min-width:0;flex:1 1 140px;padding:12px 14px}
  .chip b{font-size:26px}
  .chip.gold b{font-size:15.5px}
  .scroll{display:none}
}
@media(prefers-reduced-motion:reduce){.hero-img{animation:none}}

/* ═══════════ טופס: איזון ורוחב ═══════════ */
/* The 1fr + 440px split left a dead gap in the middle and squeezed the card into a
   tall narrow column. Centred, wider, and the fields sit two-up. */
.lead-in{grid-template-columns:1fr;gap:30px;max-width:760px;margin-inline:auto;
  text-align:center;justify-items:center}
.lead-copy{max-width:600px}
.lead .sub{margin-inline:auto}
.perks{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-bottom:18px}
.perks li{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);
  border-radius:99px;padding:9px 16px;font-size:13.5px;gap:8px}
.lead-tel{margin-top:2px}

.lead-card{width:100%;max-width:640px;padding:30px;gap:15px;text-align:start}
.lead-card .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pick{gap:10px}
.pick .opts{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.opt{flex-direction:column;align-items:center;text-align:center;gap:8px;
  padding:14px 10px;min-height:78px;justify-content:center;font-size:14px;line-height:1.3}
.opt input{margin:0}
.opt span{flex:0 0 auto}

@media(max-width:700px){
  .lead-card{padding:22px 18px}
  .lead-card .row{grid-template-columns:1fr;gap:14px}
  .pick .opts{grid-template-columns:1fr;gap:8px}
  .opt{flex-direction:row;text-align:start;justify-content:flex-start;
    min-height:52px;padding:13px 15px;gap:11px}
  .perks li{font-size:12.5px;padding:8px 13px}
}

/* Eli's ad copy, deliberately small so it supports the headline instead of competing */
.fine{max-width:52ch;margin:20px auto 0;font-size:12.5px;line-height:1.65;
  color:rgba(255,255,255,.62);text-shadow:0 1px 10px rgba(0,0,0,.6)}
.note-sukkah{max-width:66ch;margin:0 0 18px;font-size:13px;line-height:1.6;
  color:var(--muted);padding-inline-start:13px;border-inline-start:2px solid var(--gold)}
@media(max-width:600px){
  .fine{font-size:11.5px;margin-top:16px}
  .note-sukkah{font-size:12.5px;margin-bottom:14px}
}

/* Grid items default to min-width:auto, so a long option label or an input's
   intrinsic size pushed the row wider than the card and it spilled out. */
.lead-card,.lead-card .row,.pick,.pick .opts{min-width:0}
.lead-card > *,.lead-card .row > *,.pick .opts > *{min-width:0}
.lead-card label{min-width:0}
.lead-card input,.lead-card select{width:100%;min-width:0;max-width:100%}
.opt{min-width:0;overflow-wrap:anywhere}
.opt span{min-width:0;overflow-wrap:anywhere;hyphens:auto}
.lead-card .cta{width:100%;max-width:100%;min-width:0}
.lead-card{overflow:hidden}

/* .lead form (0,1,1) outranked .lead-card (0,1,0) and capped the card at 440px */
.lead form.lead-card{max-width:640px;width:100%}
@media(max-width:700px){.lead form.lead-card{max-width:none}}

/* ═══════════ חיצי גלילה ═══════════ */
.scroll{position:absolute;bottom:26px;inset-inline-start:50%;transform:translateX(-50%);
  width:auto;height:auto;border:0;border-radius:0;padding:6px 14px;
  display:flex;flex-direction:column;align-items:center;gap:0;
  color:var(--gold-lt);text-decoration:none;z-index:3}
.scroll svg{display:block;margin-top:-7px;opacity:0;filter:drop-shadow(0 2px 8px rgba(0,0,0,.6));
  animation:chev 2.1s cubic-bezier(.4,0,.4,1) infinite}
.scroll svg:nth-child(1){animation-delay:0s}
.scroll svg:nth-child(2){animation-delay:.18s}
.scroll svg:nth-child(3){animation-delay:.36s}
@keyframes chev{
  0%{opacity:0;transform:translateY(-7px)}
  38%{opacity:1;transform:translateY(0)}
  78%{opacity:0;transform:translateY(7px)}
  100%{opacity:0;transform:translateY(7px)}}
.scroll:hover svg{color:#fff}
@media(max-width:600px){.scroll{display:flex;bottom:16px}.scroll svg{width:26px;height:13px}}
@media(prefers-reduced-motion:reduce){.scroll svg{animation:none;opacity:.85;transform:none}}

/* In RTL, inset-inline-start resolves to right, so right:50% + translateX(-50%)
   pushed the arrows left of centre. Physical properties keep it exact. */
.scroll{inset-inline-start:auto;left:50%;right:auto;transform:translateX(-50%)}

/* transform-based centring kept losing to the animation stack; margin auto inside
   a full-width inset can't be overridden by it. */
.scroll{left:0;right:0;inset-inline:0;transform:none!important;
  width:fit-content;margin-inline:auto}

/* .hero is a grid, so an abspos child anchors to its grid area rather than the
   full box. Making the anchor a full-width flex strip centres it regardless. */
.scroll{left:0;right:0;inset-inline:0;width:auto;margin:0;
  display:flex;flex-direction:column;align-items:center;justify-content:flex-end;
  padding:0 0 4px}

/* two options now, so they split the row evenly */
.pick .opts{grid-template-columns:repeat(2,1fr)}
@media(max-width:700px){.pick .opts{grid-template-columns:1fr}}

/* ═══════════ קישורים משפטיים + עוגיות ═══════════ */
.legal-links{display:flex;justify-content:center;flex-wrap:wrap;gap:6px 18px;margin-top:14px}
.legal-links a{color:rgba(255,255,255,.62);font-size:12.5px;text-decoration:none;
  padding:6px 2px;min-height:34px;display:inline-flex;align-items:center;transition:.2s}
.legal-links a:hover{color:var(--gold-lt)}

.ck{position:fixed;inset-inline:14px;bottom:14px;z-index:80;max-width:640px;margin-inline:auto;
  background:rgba(12,24,38,.97);backdrop-filter:blur(12px);
  border:1px solid rgba(201,162,39,.35);border-radius:16px;padding:16px 18px;
  display:flex;align-items:center;gap:16px;flex-wrap:wrap;
  box-shadow:0 24px 60px -24px rgba(0,0,0,.95);
  animation:ckup .45s cubic-bezier(.2,.7,.2,1) both}
.ck[hidden]{display:none!important}
@keyframes ckup{from{transform:translateY(18px);opacity:0}to{transform:none;opacity:1}}
.ck p{margin:0;flex:1 1 260px;font-size:13px;line-height:1.55;color:rgba(255,255,255,.85)}
.ck a{color:var(--gold-lt)}
.ck button{flex:0 0 auto;min-height:44px;padding:11px 26px;border:0;border-radius:12px;
  cursor:pointer;font:inherit;font-weight:800;font-size:14.5px;color:#14213a;
  background:linear-gradient(178deg,#e2c25c,#c9a227 50%,#b08d1d);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 10px 24px -12px rgba(201,162,39,.9);
  transition:transform .2s,filter .2s}
.ck button:hover{transform:translateY(-1px);filter:brightness(1.05)}
@media(max-width:600px){
  .ck{inset-inline:10px;bottom:10px;padding:14px;gap:12px}
  .ck p{font-size:12.5px;flex-basis:100%}
  .ck button{width:100%}
  .wa{bottom:96px}
}

/* ═══════════ צ׳יפים: קריאות ═══════════ */
/* The label was grey-on-dark and "החל מ" sat under the number, so neither read
   well. Label is now high-contrast, and the prefix sits inline before the price. */
.chip{padding:15px 26px;min-width:210px;gap:6px;
  background:linear-gradient(150deg,rgba(255,255,255,.17),rgba(255,255,255,.07));
  border-color:rgba(255,255,255,.32)}
.chip em{font-style:normal;font-size:13.5px;font-weight:700;letter-spacing:.02em;
  color:rgba(255,255,255,.92);text-shadow:0 1px 8px rgba(0,0,0,.5)}
.chip b{color:#fff;font-size:34px;font-weight:800;line-height:1;letter-spacing:-.03em;
  display:flex;align-items:baseline;gap:6px;
  text-shadow:0 2px 14px rgba(0,0,0,.5)}
.chip b span{font-size:13px;font-weight:700;opacity:.8;letter-spacing:0;align-self:center}
.chip i{font-style:normal;font-size:19px;font-weight:800;color:var(--gold-lt)}

.chip.gold{background:linear-gradient(150deg,#e0c05a,#c9a227);
  border-color:rgba(255,255,255,.55)}
.chip.gold em{color:rgba(20,33,58,.82);text-shadow:none}
.chip.gold b{color:#12203a;font-size:20px;letter-spacing:-.01em;text-shadow:none;
  justify-content:center}

@media(max-width:600px){
  .chip{min-width:0;flex:1 1 150px;padding:13px 14px;gap:5px}
  .chip em{font-size:12px}
  .chip b{font-size:29px}
  .chip b span{font-size:11.5px}
  .chip i{font-size:16px}
  .chip.gold b{font-size:16px}
}

/* ═══════════ קולאז': יחסי גובה־רוחב הגיוניים ═══════════ */
/* A 2-column × 1-row tile came out roughly 3.6:1 and cropped the product into a
   sliver. No tile is wider than ~1.7:1 now. */
#roofs .collage{grid-template-columns:repeat(4,1fr);grid-auto-rows:172px}
#roofs .collage figure:nth-child(1){grid-column:span 2;grid-row:span 2}
#roofs .collage figure:nth-child(2){grid-column:span 1;grid-row:span 2}
#roofs .collage figure:nth-child(3){grid-column:span 1;grid-row:span 1}
#roofs .collage figure:nth-child(4){grid-column:span 1;grid-row:span 1}

#pergolas .collage{grid-auto-rows:168px}
#pergolas .collage figure:nth-child(1){grid-column:span 3;grid-row:span 2}
#pergolas .collage figure:nth-child(2){grid-column:span 2;grid-row:span 1}
#pergolas .collage figure:nth-child(3){grid-column:span 1;grid-row:span 1}
#pergolas .collage figure:nth-child(4){grid-column:span 1;grid-row:span 1}
#pergolas .collage figure:nth-child(5){grid-column:span 2;grid-row:span 1}

/* ═══════════ מובייל: קולאז' בלי חיתוכים קיצוניים ═══════════ */
@media(max-width:860px){
  #pergolas .collage,#roofs .collage{grid-template-columns:repeat(2,1fr);
    grid-auto-rows:132px;gap:9px}
  #pergolas .collage figure:nth-child(1),#roofs .collage figure:nth-child(1){
    grid-column:span 2;grid-row:span 2}
  #pergolas .collage figure:nth-child(n+2),#roofs .collage figure:nth-child(n+2){
    grid-column:span 1;grid-row:span 1}
  /* 5th pergola tile has no partner, so it runs full width as a banner */
  #pergolas .collage figure:nth-child(5){grid-column:span 2}
}
@media(max-width:420px){
  #pergolas .collage,#roofs .collage{grid-auto-rows:118px}
}

/* with 4 tiles after the hero tile, they pair up evenly — no stretched banner */
@media(max-width:860px){
  #pergolas .collage figure:nth-child(5){grid-column:span 1}
}

/* the same chevrons, pointing down into the form */
.chevs{display:flex;flex-direction:column;align-items:center;color:var(--gold-lt);
  margin-bottom:14px}
.chevs svg{display:block;margin-top:-7px;opacity:0;
  filter:drop-shadow(0 2px 8px rgba(0,0,0,.5));
  animation:chev 2.1s cubic-bezier(.4,0,.4,1) infinite}
.chevs svg:nth-child(1){animation-delay:0s}
.chevs svg:nth-child(2){animation-delay:.18s}
.chevs svg:nth-child(3){animation-delay:.36s}
@media(max-width:600px){.chevs svg{width:26px;height:13px}.chevs{margin-bottom:10px}}
@media(prefers-reduced-motion:reduce){.chevs svg{animation:none;opacity:.85;transform:none}}

/* ═══════════ הערת סוכות: קריאות ═══════════ */
/* Was 13px muted grey on a light band and effectively disappeared. */
.note-sukkah{max-width:none;margin:0 0 20px;font-size:15px;line-height:1.65;
  color:#2b3441;font-weight:500;
  background:linear-gradient(135deg,#fffaeb,#fdf5e0);
  border:1px solid rgba(201,162,39,.4);border-inline-start:4px solid var(--gold);
  border-radius:12px;padding:14px 18px;
  display:flex;align-items:flex-start;gap:11px;
  box-shadow:0 1px 2px rgba(16,24,40,.04)}
.note-sukkah::before{content:"סוכות";flex:0 0 auto;background:var(--gold);color:#14213a;
  font-size:11px;font-weight:800;letter-spacing:.1em;padding:5px 11px;border-radius:99px;
  margin-top:1px}
.tag.sukkah svg{width:23px;height:21px}
@media(max-width:600px){
  .note-sukkah{font-size:14px;padding:13px 14px;gap:9px;flex-direction:column;margin-bottom:16px}
  .note-sukkah::before{align-self:flex-start}
}

/* the note read small and lost inside a full-width band */
.note-sukkah{max-width:760px;font-size:17px;line-height:1.7;color:#141b25;font-weight:600;
  padding:18px 22px;gap:14px;align-items:center;border-radius:14px;
  background:linear-gradient(135deg,#fff8e3,#fdf2d6);
  border-color:rgba(201,162,39,.55);border-inline-start-width:5px;
  box-shadow:0 1px 2px rgba(16,24,40,.05),0 14px 30px -22px rgba(201,162,39,.7)}
.note-sukkah::before{font-size:12px;padding:7px 14px;letter-spacing:.12em;
  box-shadow:0 6px 16px -7px rgba(201,162,39,.9)}
.note-sukkah b{font-weight:800;color:#0f1620}
@media(max-width:600px){
  .note-sukkah{font-size:15.5px;line-height:1.6;padding:15px 16px;gap:10px}
}

/* Flex treated the text as one item beside the badge, so the sentence wrapped at
   bad points and the comma stranded. A normal block with the badge inline lets
   the text flow as ordinary prose. */
.note-sukkah{display:block;text-align:start;max-width:820px;
  padding:17px 22px;line-height:1.75}
.note-sukkah::before{display:inline-block;vertical-align:1px;margin-inline-end:11px;
  margin-top:0}
.note-sukkah b{white-space:nowrap}
@media(max-width:600px){
  .note-sukkah{padding:15px 16px;line-height:1.7}
  .note-sukkah::before{margin-bottom:8px}
  .note-sukkah b{white-space:normal}
}

/* one short sentence, no inline bold, so RTL punctuation stays put */
.note-sukkah{max-width:640px;text-wrap:balance}
.note-sukkah b{font-weight:inherit;white-space:normal}

/* two send options */
.send{display:grid;gap:10px;margin-top:4px}
.send .cta{margin:0}
.alt-send{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:48px;padding:12px 20px;border-radius:13px;cursor:pointer;
  font:inherit;font-weight:700;font-size:15px;color:var(--navy);
  background:#fff;border:1.5px solid var(--line);transition:.22s}
.alt-send:hover{border-color:var(--gold);background:#fffdf5;color:#14213a}
.lead-mail{display:inline-flex;align-items:center;gap:9px;color:var(--gold-lt);
  text-decoration:none;font-weight:700;font-size:15px;padding:9px 0;min-height:44px;
  margin-inline-end:18px}
.lead-mail:hover{color:#fff}
@media(max-width:600px){.lead-mail{margin:0;font-size:14px}}

/* five roof tiles now: same staggered rhythm as the pergolas block */
#roofs .collage{grid-template-columns:repeat(6,1fr);grid-auto-rows:168px}
#roofs .collage figure:nth-child(1){grid-column:span 3;grid-row:span 2}
#roofs .collage figure:nth-child(2){grid-column:span 2;grid-row:span 1}
#roofs .collage figure:nth-child(3){grid-column:span 1;grid-row:span 1}
#roofs .collage figure:nth-child(4){grid-column:span 1;grid-row:span 1}
#roofs .collage figure:nth-child(5){grid-column:span 2;grid-row:span 1}
@media(max-width:860px){
  #roofs .collage{grid-template-columns:repeat(2,1fr);grid-auto-rows:132px}
  #roofs .collage figure:nth-child(1){grid-column:span 2;grid-row:span 2}
  #roofs .collage figure:nth-child(n+2){grid-column:span 1;grid-row:span 1}
}
@media(max-width:420px){#roofs .collage{grid-auto-rows:118px}}

/* honeypot: off-screen, never focusable */
.hp{position:absolute!important;width:1px!important;height:1px!important;
  opacity:0!important;pointer-events:none}
.formmsg{margin:2px 0 0;text-align:center;font-size:14px;font-weight:700;
  padding:11px 14px;border-radius:11px}
.formmsg[hidden]{display:none!important}
.formmsg.ok{background:#eaf7ee;color:#1c6b35;border:1px solid #b9e3c6}
.formmsg.err{background:#fdf1e7;color:#8a4b12;border:1px solid #f0cba6}
.alt-send:disabled{opacity:.65;cursor:default}

/* both floating buttons on one baseline */
.wa{bottom:20px;left:20px;right:auto;width:56px;height:56px}
#nova-a11y-btn{bottom:20px!important;width:56px!important;height:56px!important}
@media(max-width:600px){
  .wa{bottom:16px;left:16px;width:52px;height:52px}
  #nova-a11y-btn{bottom:16px!important;width:52px!important;height:52px!important}
}

/* The honeypot used left:-9999px, which in RTL adds ~10000px of scrollable width
   instead of hiding the field. Standard visually-hidden clip creates no overflow. */
.hp{position:absolute!important;left:auto!important;right:auto!important;
  width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;
  border:0!important;white-space:nowrap!important;opacity:0!important;
  pointer-events:none!important}
/* belt and braces: nothing may widen the page */
html,body{max-width:100%;overflow-x:hidden}

/* keep the phone and email on one line each */
.lead-tel,.lead-mail,.bar-tel span{white-space:nowrap}
.lead-tel{flex-wrap:nowrap}
@media(max-width:380px){.lead-tel,.lead-mail{font-size:14px}}

/* text-level guard is primary (U+2011); these are belt and braces */
.lead-tel,.lead-mail,.bar-tel span,.foot p{white-space:nowrap}
.lead-tel,.lead-mail{word-break:keep-all;overflow-wrap:normal}
