/* =========================================================================
   Neto Balloon — V5.8 layer
   נטען אחרי main.css. כל מה שכאן מבטל או משלים את V5.7.1.
   מיתוג: cream / white / soft black / restrained gold — ללא שינוי.
   ========================================================================= */

:root{
  /* זהב דקורטיבי — נשאר בהיר, משמש רק לקווים ולמסגרות */
  --gold:#A8813F;
  --gold-soft:#C9A461;
  /* זהב לטקסט קטן — 5.94:1 על קרם, עובר WCAG AA */
  --gold-ink:#7A5A20;
}

/* --------------------------------------------------------------- טיפוגרפיה */
h1,h2,h3,h4{font-weight:700;letter-spacing:-.022em}
body{font-size:16px}

/* Eyebrow: בעברית לא מרווחים אותיות */
.eyebrow,.hero__eyebrow,
.category-page .eyebrow,
.category-page--v54 .eyebrow{
  letter-spacing:.01em;
  font-size:13px;
  font-weight:700;
  color:var(--gold-ink);
}
.eyebrow .arc{color:var(--gold)}

/* קישורי "לפרטים" וקישורי טקסט — צבע נגיש */
.tlink,.go,.chev,.textlink{color:var(--gold-ink)}
.tlink{background-image:linear-gradient(var(--gold-ink),var(--gold-ink))}
.logo__sub{color:var(--gold-ink)}
.menu__list a[aria-current="page"]{color:var(--gold-ink)}
.err__code{color:var(--gold)}

@media (min-width:640px){ body{font-size:17px} }
@media (min-width:1024px){
  h1{font-size:clamp(50px,4.8vw,74px)}
  .hero h1{font-size:clamp(52px,4.8vw,74px)}
}

/* --------------------------------------------------- HEADER + ניווט ראשי */
.hdr__nav{gap:22px}
.hdr__cta{display:none}

@media (min-width:1024px){
  .hdr__in{gap:20px}
  .hdr__nav{display:flex;align-items:center;gap:22px;flex:1 1 auto;justify-content:center}
  .hdr__cta{
    display:inline-flex;align-items:center;gap:7px;
    min-height:42px;padding:9px 18px;border-radius:2px;
    background:var(--ink);color:var(--bone);
    font-size:15px;font-weight:700;text-decoration:none;white-space:nowrap;
    border:1px solid var(--ink);
  }
  .hdr__cta:hover{background:#2a251e}
  .hdr__cta svg{width:17px;height:17px}
  .hdr__acts .iconbtn[href^="tel"]{display:grid}
}

/* Dropdown */
.navitem{position:relative;display:flex;align-items:center}
.navitem>a{display:inline-flex;align-items:center;gap:5px}
.navitem__caret{width:9px;height:9px;flex:0 0 auto;opacity:.6}
.navmenu{
  position:absolute;top:100%;inset-inline-start:50%;transform:translateX(50%);
  min-width:250px;background:var(--white);
  border:1px solid var(--rule);border-top:2px solid var(--gold);
  padding:10px 0;margin-top:0;
  box-shadow:0 14px 34px rgba(22,19,15,.10);
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .16s ease,visibility .16s;
  z-index:95;
}
[dir="ltr"] .navmenu{transform:translateX(-50%)}
.navitem:hover>.navmenu,
.navitem:focus-within>.navmenu{opacity:1;visibility:visible;pointer-events:auto}
.navmenu a{
  display:block;padding:10px 22px;font-size:15px;font-weight:600;
  text-decoration:none;border:0!important;line-height:1.35;
}
.navmenu a:hover{background:var(--bone);color:var(--gold-ink)}
@media (max-width:1023px){ .navmenu{display:none} }

/* ------------------------------------------------------ תפריט מובייל */
.menu__group{margin-bottom:22px}
.menu__group>h2{
  font-family:var(--body);font-size:12px;font-weight:700;
  letter-spacing:.02em;color:var(--gold-ink);
  margin:0 0 4px;text-transform:none;
}
.menu__list a{font-size:23px;padding:12px 0}
.menu__list a.is-sub{font-family:var(--body);font-size:17px;font-weight:600;padding:11px 0}

/* --------------------------------------------------------------- HERO */
.hero__media{position:relative;background:var(--bone-deep);overflow:hidden}
.hero__media picture{display:block}
.hero__media img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:4/5}
.hero__media::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(to top,rgba(22,19,15,.30),rgba(22,19,15,0) 46%);
}
@media (min-width:640px){ .hero__media img{aspect-ratio:16/9} }
@media (min-width:1024px){
  .hero__media img{aspect-ratio:2.4/1;max-height:min(64vh,680px)}
  .hero__media::after{background:linear-gradient(to top,rgba(22,19,15,.22),rgba(22,19,15,0) 55%)}
}
/* אם אין תמונת HERO בכלל — לא נשאר מלבן אפור ריק */
.hero--nomedia .hero__media{display:none}

/* --------------------------------------- HERO חזותי לעמודי קטגוריה */
.cathero{position:relative;background:var(--ink);color:var(--bone);overflow:hidden}
.cathero__media{position:absolute;inset:0}
.cathero__media img{width:100%;height:100%;object-fit:cover;display:block}
.cathero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(to top,rgba(12,10,8,.86) 6%,rgba(12,10,8,.55) 48%,rgba(12,10,8,.34) 100%);
}
.cathero__inner{
  position:relative;z-index:2;
  max-width:var(--maxw);margin-inline:auto;padding:0 var(--gut);
  min-height:clamp(400px,72vw,520px);
  display:flex;flex-direction:column;justify-content:flex-end;
  padding-block:120px 44px;
}
.cathero .eyebrow{color:#E4C68A}
.cathero h1{
  font-family:var(--display);font-weight:700;color:#fff;
  font-size:clamp(38px,8.6vw,58px);line-height:1.02;letter-spacing:-.03em;
  margin:0 0 14px;text-wrap:balance;
}
.cathero__lede{
  font-family:var(--body);font-size:17px;line-height:1.6;
  color:rgba(250,247,242,.92);max-width:56ch;margin:0;
}
.cathero__lede strong{color:#fff;font-weight:700}
.cathero__rule{width:64px;height:3px;background:var(--gold-soft);margin:22px 0 0}
.cathero .btnrow{margin-top:26px}
.cathero .btn--secondary{color:#fff;border-color:rgba(250,247,242,.5)}
.cathero .btn--secondary:hover{background:rgba(250,247,242,.12)}
@media (min-width:640px){
  .cathero__inner{min-height:440px;padding-block:150px 52px}
  .cathero__lede{font-size:19px}
}
@media (min-width:1024px){
  .cathero__inner{min-height:min(58vh,560px);padding-block:180px 64px}
  .cathero h1{font-size:clamp(54px,4.8vw,80px)}
  .cathero__lede{font-size:20px}
}
/* גרסת טקסט — כשאין עדיין תמונה אמיתית לקטגוריה */
.cathero--text{background:var(--bone-deep);color:var(--ink)}
.cathero--text::after{display:none}
.cathero--text h1{color:var(--ink)}
.cathero--text .eyebrow{color:var(--gold-ink)}
.cathero--text .cathero__lede{color:var(--ink-70)}
.cathero--text .cathero__lede strong{color:var(--ink)}
.cathero--text .btn--secondary{color:var(--ink);border-color:var(--gold)}
.cathero--text .cathero__inner{min-height:0;padding-block:52px 52px}
@media (min-width:1024px){ .cathero--text .cathero__inner{padding-block:76px 72px} }

/* ------------------------------------------------------------ גלריות */
.nbgal{padding-block:var(--sec)}
.nbgal[hidden]{display:none!important}
.nbgal__grid{
  display:grid;gap:12px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.nbgal__item{margin:0;position:relative;background:var(--bone-deep);overflow:hidden}
.nbgal__item img{
  width:100%;height:100%;display:block;
  aspect-ratio:4/5;object-fit:cover;object-position:50% 40%;
}
@media (min-width:420px){ .nbgal__grid{gap:14px} }
@media (min-width:760px){ .nbgal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px} }
@media (min-width:1024px){ .nbgal__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px} }
.nbgal__more{margin-top:30px;display:flex;justify-content:center}
.nbgal__more[hidden]{display:none}
.nbgal__count{
  margin-top:14px;text-align:center;font-size:14px;color:var(--ink-70);
}

/* ------------------------------------------- כרטיסים חזותיים (עיצובים / אירועים) */
.vcards{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}
.vcard{
  display:block;text-decoration:none;background:var(--white);
  border:1px solid var(--rule);
}
.vcard__media{background:var(--bone-deep);overflow:hidden}
.vcard__media img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;
  transition:transform .4s ease}
.vcard:hover .vcard__media img{transform:scale(1.035)}
.vcard__body{padding:16px 16px 18px}
.vcard__body h3{font-size:20px;margin:0 0 6px;line-height:1.15}
.vcard__body p{font-size:15px;color:var(--ink-70);margin:0 0 10px;line-height:1.55}
.vcard__go{font-size:14px;font-weight:700;color:var(--gold-ink)}
/* כרטיס בלי תמונה אמיתית — נשאר טקסטואלי ומכובד, בלי placeholder */
.vcard--notext .vcard__media{display:none}
.vcard--notext{background:var(--bone-deep)}
@media (min-width:640px){
  .vcards{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
  .vcard__body{padding:20px 22px 24px}
  .vcard__body h3{font-size:23px}
}
@media (min-width:1024px){
  .vcards{gap:28px}
  .vcard__media img{aspect-ratio:3/4}
}
.vcards--events{grid-template-columns:repeat(2,minmax(0,1fr))}
@media (min-width:900px){ .vcards--events{grid-template-columns:repeat(4,minmax(0,1fr))} }

/* --------------------------------------------------------------- Trust */
.trust__list li b{font-weight:700}
.trust a{color:inherit}

/* ------------------------------------------------- Hub של סוגי עיצובים */
.hublist{list-style:none;margin:0;padding:0;display:grid;gap:0;border-top:1px solid var(--rule)}
.hublist li{border-bottom:1px solid var(--rule)}
.hublist a{display:flex;align-items:baseline;gap:14px;padding:22px 0;text-decoration:none}
.hublist h3{font-size:22px;margin:0;flex:0 0 auto}
.hublist p{margin:0;font-size:15px;color:var(--ink-70)}
@media (min-width:1024px){ .hublist h3{font-size:27px;flex:0 0 32%} }

/* --------------------------------------------------------- נגישות/פוקוס */
:focus-visible{outline:3px solid var(--gold-ink);outline-offset:3px}
.cathero :focus-visible,.hero :focus-visible{outline-color:#F0D9A8}
.skip:focus{outline:3px solid var(--gold-soft)}

/* ---------------------------------------------------------------- שונות */
.note{font-size:14px;color:var(--ink-70)}
.ig__head{display:flex;align-items:baseline;gap:12px;margin-bottom:16px;flex-wrap:wrap}
.ig__handle{font-weight:700}
.ig__follow{font-size:15px;color:var(--gold-ink);font-weight:600;text-decoration:none}
.reviews[hidden]{display:none!important}

/* מבטל שאריות מנגנון הגלריה הישן */
.nb-managed-gallery-section,.nb-category-gallery-anchor,.catgallery__empty{display:none!important}

/* --------------------------------------------------------------- לוגו */
/* גובה קבוע + רוחב אוטומטי: היחס האמיתי נשמר, אין CLS ואין מתיחה. */
.logo--image{min-width:auto}
.logo--image picture{display:block;line-height:0}
.logo--image img{width:auto;height:38px;max-width:150px;object-fit:contain;mix-blend-mode:multiply}
.menu__brand{width:auto;height:50px;max-width:170px;object-fit:contain;mix-blend-mode:multiply}
.ftr__brandimg{width:auto;height:72px;max-width:210px;object-fit:contain;
  background:var(--bone);padding:6px 10px;margin-bottom:14px}
@media (min-width:1024px){ .logo--image img{height:46px;max-width:180px} }

/* =========================================================================
   V5.8 — HOMEPAGE UX PASS
   סקשנים חדשים לדף הבית בלבד. לא נוגע בעמודי קטגוריה, בגלריות או ב-Hero.
   מיתוג ללא שינוי: cream / white / soft black / restrained gold.
   ========================================================================= */

/* ---------------------------------------------------- קצב: רקעים לסירוגין */
.sec--cream{background:var(--bone)}
.sec--ink{background:var(--ink);color:var(--bone)}
.sec--ink h2,.sec--ink h3{color:#fff}
.sec--ink .eyebrow{color:#E4C68A}
.sec--ink .lede,.sec--ink p{color:rgba(250,247,242,.78)}
.note--onink{color:rgba(250,247,242,.62);margin-top:20px}
.seclink{margin-top:30px;display:flex;gap:14px;align-items:baseline;flex-wrap:wrap}
.seclink__sep{color:var(--rule)}

/* =========================================================== 3 המסלולים */
.routes{
  background:var(--white);
  padding-block:var(--sec);
  border-bottom:1px solid var(--rule);
}
.routes__head{margin-bottom:28px;max-width:44ch}
.routes__head h2{margin:8px 0 0;font-size:clamp(30px,5.6vw,40px);line-height:1.05}
.routes__grid{display:grid;gap:16px;grid-template-columns:1fr}
.route{
  position:relative;display:block;text-decoration:none;overflow:hidden;
  background:var(--ink);isolation:isolate;
}
.route__media{position:absolute;inset:0;z-index:0}
.route__media img{width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .55s cubic-bezier(.2,.7,.3,1)}
.route::after{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(to top,rgba(10,9,7,.86) 0%,rgba(10,9,7,.52) 38%,rgba(10,9,7,.10) 70%,rgba(10,9,7,0) 100%);
}
.route:hover .route__media img{transform:scale(1.05)}
.route__body{
  position:relative;z-index:2;
  min-height:clamp(260px,52vw,320px);
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:24px 22px 22px;
}
.route__body h3{
  font-family:var(--display);font-weight:700;color:#fff;
  font-size:clamp(26px,5.4vw,31px);line-height:1.06;letter-spacing:-.025em;margin:0 0 8px;
}
.route__body p{
  font-family:var(--body);font-size:15px;line-height:1.5;margin:0 0 14px;
  color:rgba(250,247,242,.9);max-width:32ch;
}
.route__go{
  font-family:var(--body);font-size:14px;font-weight:700;color:#E4C68A;
  padding-top:12px;border-top:1px solid rgba(228,198,138,.4);display:inline-block;
}
@media (min-width:760px){
  .routes__grid{grid-template-columns:repeat(3,1fr);gap:20px}
  .route__body{min-height:360px;padding:28px 26px 26px}
}
@media (min-width:1024px){
  .routes__head{margin-bottom:36px}
  .route__body{min-height:min(42vh,420px);padding:34px 32px 30px}
  .route__body h3{font-size:32px}
  .route__body p{font-size:16px}
}

/* ==================================================== מה חוגגים — 2x2 */
.etiles{display:grid;gap:16px;grid-template-columns:1fr;margin-top:8px}
.etile{
  display:block;text-decoration:none;background:var(--white);
  border:1px solid var(--rule);overflow:hidden;
}
.etile__media{overflow:hidden;background:var(--bone-deep)}
.etile__media img{
  width:100%;display:block;aspect-ratio:4/3;object-fit:cover;object-position:50% 40%;
  transition:transform .55s cubic-bezier(.2,.7,.3,1);
}
.etile:hover .etile__media img{transform:scale(1.045)}
.etile__body{padding:20px 22px 24px}
.etile__body h3{
  font-family:var(--display);font-weight:700;
  font-size:clamp(24px,5vw,30px);line-height:1.08;letter-spacing:-.025em;margin:0 0 8px;
}
.etile__body p{font-size:16px;line-height:1.55;color:var(--ink-70);margin:0 0 12px;max-width:38ch}
.etile__go{font-size:14px;font-weight:700;color:var(--gold-ink)}
@media (min-width:820px){
  .etiles{grid-template-columns:repeat(3,1fr);gap:22px}
  .etile__media img{aspect-ratio:4/3}
}
@media (min-width:1024px){
  .etiles{gap:28px}
  .etile__body{padding:26px 30px 30px}
  .etile__body h3{font-size:32px}
}

/* ============================================ אטרקציות — קטלוג על רקע כהה */
.atiles{display:grid;gap:16px;grid-template-columns:1fr;margin-top:8px}
.atile{
  display:block;text-decoration:none;overflow:hidden;
  background:#211C16;border:1px solid rgba(250,247,242,.12);
}
.atile__media{overflow:hidden;background:#2a251e}
.atile__media img{
  width:100%;display:block;aspect-ratio:4/3;object-fit:cover;object-position:50% 40%;
  transition:transform .55s cubic-bezier(.2,.7,.3,1);
}
.atile:hover .atile__media img{transform:scale(1.045)}
.atile:hover{border-color:rgba(228,198,138,.45)}
.atile__body{padding:20px 22px 24px}
.atile__body h3{
  font-family:var(--display);font-weight:700;color:#fff;
  font-size:clamp(23px,4.8vw,28px);line-height:1.08;letter-spacing:-.025em;margin:0 0 8px;
}
.atile__body p{font-size:15px;line-height:1.55;color:rgba(250,247,242,.72);margin:0 0 12px;max-width:38ch}
.atile__go{font-size:14px;font-weight:700;color:#E4C68A}
.atiles__cta{margin-top:30px}
@media (min-width:760px){
  .atiles{grid-template-columns:repeat(2,1fr);gap:22px}
  .atile__media img{aspect-ratio:16/10}
}
@media (min-width:1024px){ .atiles{gap:26px} }

/* ================================================ עבודות נבחרות — showcase */
.show{display:grid;gap:14px;margin-top:8px}
.show__lead{margin:0;overflow:hidden;background:var(--bone-deep)}
.show__lead img{width:100%;display:block;aspect-ratio:16/9;object-fit:cover}
.show__rest{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.show__item{margin:0;overflow:hidden;background:var(--bone-deep)}
.show__item img{width:100%;display:block;aspect-ratio:1/1;object-fit:cover;object-position:50% 40%}
@media (min-width:760px){
  .show{gap:20px}
  .show__lead img{aspect-ratio:2.4/1}
  .show__rest{grid-template-columns:repeat(4,1fr);gap:20px}
  .show__item img{aspect-ratio:4/5}
}
@media (min-width:1024px){ .show{gap:24px} .show__rest{gap:24px} }

/* ======================================= למה Neto Balloon — רצועה רוחבית */
.whyband{background:var(--white);padding-block:var(--sec);border-block:1px solid var(--rule)}
.whyband__head{max-width:46ch;margin-bottom:30px}
.whyband__head h2{margin:8px 0 0;font-size:clamp(29px,5.4vw,42px);line-height:1.05}
.whyband__list{list-style:none;margin:0;padding:0;counter-reset:why;display:grid;gap:0}
.whyband__list li{
  counter-increment:why;padding:22px 0;border-top:1px solid var(--rule);
  display:grid;grid-template-columns:auto 1fr;gap:0 18px;align-items:baseline;
}
.whyband__list li::before{
  content:counter(why,decimal-leading-zero);
  font-family:var(--body);font-size:13px;font-weight:700;color:var(--gold-ink);
  grid-row:1 / span 2;
}
.whyband__list h3{font-size:22px;margin:0 0 6px;line-height:1.18}
.whyband__list p{margin:0;font-size:16px;line-height:1.6;color:var(--ink-70);max-width:46ch}
.whyband__cta{margin-top:30px}
@media (min-width:900px){
  .whyband__list{grid-template-columns:repeat(3,1fr);gap:0 40px;border-top:1px solid var(--rule)}
  .whyband__list li{border-top:0;padding:26px 0 0}
  .whyband__list h3{font-size:24px}
}

/* ============================================ כרטיסי סוגי עיצובים — הידוק */
.sec--cream .vcard{border-color:var(--rule)}
.vcard__media img{aspect-ratio:4/5}
@media (min-width:1024px){ .vcard__media img{aspect-ratio:4/5} }

/* --------------------------------------------- קצב אנכי: הידוק המרווחים */
/* שני סקשנים עוקבים יצרו רווח כפול (padding תחתון + עליון). מהדקים. */
.sec + .sec,
.sec + .whyband,
.whyband + .sec,
.routes + .sec,
.sec--cream + .sec,
.sec + .sec--cream,
.sec + .sec--ink,
.sec--ink + .sec,
.sec--ink + .whyband,
.whyband + .sec--cream{padding-top:calc(var(--sec) * .58)}
.sec--cream,.sec--ink{padding-bottom:calc(var(--sec) * .74)}
.sec:not(.sec--cream):not(.sec--ink){padding-bottom:calc(var(--sec) * .74)}
.seclink{margin-top:22px}
.sechead{margin-bottom:26px}
@media (min-width:1024px){ .sechead{margin-bottom:34px} }

/* איזון אחרון: routes ו-whyband הן רצועות עם גבול עליון/תחתון — מקצרים גם אותן */
.routes{padding-bottom:calc(var(--sec) * .74)}
.whyband{padding-bottom:calc(var(--sec) * .74)}
.sec.catfaq{padding-bottom:calc(var(--sec) * .62)}

/* =========================================================================
   HERO — באנר מעוצב (FINAL)
   תמונת ה-HERO היא יצירה מעוצבת עם לוגו, קטגוריות וטקסט בתוך התמונה.
   לכן היא מוצגת במלואה, בלי crop ובלי פאנל טקסט שמכסה אותה:
     Desktop  2400x1000  (2.4:1)  — aspect-ratio זהה, אפס חיתוך
     Mobile   1440x1800  (4:5)    — קובץ נפרד, קומפוזיציה משלו
   הטקסט והכפתורים יושבים מתחת לבאנר, על קרם.
   ========================================================================= */
.hero--banner{padding-bottom:0;position:static}
.hero--banner .hero__media{background:var(--bone)}
.hero--banner .hero__media::after{display:none}
.hero--banner .hero__media img{
  width:100%;height:auto;display:block;
  aspect-ratio:4/5;object-fit:cover;max-height:none;
}
.hero--banner .hero__inner{
  max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gut);
  position:static;
}
.hero--banner .hero__panel{
  position:static;background:transparent;box-shadow:none;border-top:0;
  margin:0;padding:26px 0 0;max-width:none;text-align:center;
}
.hero--banner .hero__eyebrow{justify-content:center}
.hero--banner h1{margin:6px 0 14px}
.hero--banner .hero__panel .btnrow{justify-content:center}
.hero--banner .hero__lede{margin-inline:auto;max-width:56ch}
.hero--banner .hero__areas{justify-content:center;border-top:1px solid var(--rule);
  margin-top:24px;padding-top:16px}
.hero--banner + .trust{margin-top:var(--sec)}

@media (min-width:640px){
  .hero--banner .hero__media img{aspect-ratio:2.4/1}
}
@media (min-width:1024px){
  /* אפס חיתוך: היחס זהה לקובץ המקור (2400x1000) */
  .hero--banner .hero__media img{aspect-ratio:2.4/1;max-height:none;object-fit:contain}
  .hero--banner .hero__panel{margin:0;padding:40px 0 0;max-width:none}
  .hero--banner h1{margin:8px 0 16px}
}

/* ---------------------------------------------- בלוקי תוכן SEO וקישורים */
.seotext .prose p{font-size:17px;line-height:1.72;color:var(--ink-70);margin:0 0 14px;max-width:68ch}
.seotext .prose p:last-child{margin-bottom:0}
.seotext .prose strong{color:var(--ink);font-weight:700}
.seotext .prose a{color:var(--gold-ink);font-weight:600}
.related{background:var(--bone)}
.related .hublist a{align-items:flex-start}
.related .hublist h3{font-size:20px}
@media (min-width:1024px){ .related .hublist h3{font-size:24px;flex:0 0 30%} }

/* באנר הסדנאות — תמונה מעוצבת שמוצגת במלואה, בלי חיתוך ובלי טקסט מעליה */
.hero--wshop .hero__media img{aspect-ratio:1122/1496}
@media (min-width:640px){ .hero--wshop .hero__media img{aspect-ratio:1000/417} }

/* ------------------------------- באנר הסדנאות — פוסטר מעוצב, ללא חיתוך */
.wshopbanner{background:var(--bone);padding:0}
.wshopbanner__media{max-width:560px;margin-inline:auto}
.wshopbanner__media img{width:100%;height:auto;display:block}
.wshopintro{text-align:center}
.wshopintro .eyebrow{justify-content:center}
.wshopintro h1{margin:8px 0 14px;font-size:clamp(32px,6.4vw,52px);line-height:1.05}
.wshopintro .lede{margin-inline:auto;max-width:56ch;font-size:17px;color:var(--ink-70)}
.wshopintro .btnrow{justify-content:center;margin-top:26px}
@media (min-width:760px){ .wshopbanner{padding-top:0} .wshopintro .lede{font-size:19px} }

/* =========================================================================
   MOBILE — סדר דף הבית
   בלוק ה-Trust (אינסטגרם · אזורי שירות · מענה ב-WhatsApp) ישב מיד אחרי
   ה-Hero, לפני שהגולש ראה עבודה אחת. במובייל הוא יורד לסוף התוכן,
   מיד לפני ה-CTA הסופי.

   מימוש ב-order של flexbox בלבד: אותו DOM, מופע אחד, בלי שכפול ובלי
   שינוי בטקסט או בקישורים. הדסקטופ לא נוגע — הכלל חי רק עד 1023px.
   ========================================================================= */
@media (max-width:1023px){
  #main{display:flex;flex-direction:column}
  #main > *{order:0}
  #main > .trust{order:1}
  #main > .finalcta{order:2}

  /* בלי הבלוק שהיה צמוד ל-Hero, ה-Hero צריך מרווח תחתון משלו */
  .hero--banner{padding-bottom:calc(var(--sec) * .5)}
  .hero--banner + .trust{margin-top:0}

  /* ה-Trust במיקומו החדש — הפרדה עליונה במקום להיצמד ל-Hero */
  #main > .trust{
    border-top:1px solid var(--rule);
    padding-block:calc(var(--sec) * .62);
  }
}
