  :root{
    color-scheme: light;
    --ground:#F8F1EF;
    --paper:#FFFBFA;
    --ink:#2A1A20;
    --muted:#6E5960;
    --line:#E7D7D5;
    --line-strong:#D9C5C4;
    --accent:#9E3553;
    --accent-ink:#7E2640;
    --blush:#F1DFE0;
    --plum:#2E1A22;
    --plum-2:#3A2430;
    --plum-text:#F6EAEA;
    --plum-muted:#CDB3BA;
    --plum-accent:#E9A6B7;
    --display:"Bellefair","David Libre","Times New Roman",serif;
    --body:"Assistant","Segoe UI","Arial Hebrew",Arial,sans-serif;
    --gutter:20px;
    --radius:3px;
  }
  html.a11y-contrast{ --muted:#3B2A30; --line:#9C8388; --line-strong:#6E5960; --accent:#7A1F3B; --accent-ink:#5E1229; --plum-muted:#EADCDF; }
  html.a11y-font{ --display:var(--body) }
  html.a11y-big main, html.a11y-big footer{ zoom:1.12 }
  html.a11y-links a{ text-decoration:underline!important }
  html.a11y-still *, html.a11y-still *::before, html.a11y-still *::after{ animation:none!important; transition:none!important; scroll-behavior:auto!important }

  *{box-sizing:border-box}
  [hidden]{display:none!important}
  html{scroll-behavior:smooth; scroll-padding-top:90px}
  @media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto} *,*::before,*::after{transition:none!important; animation:none!important} }
  body{margin:0; background:var(--ground); color:var(--ink); font-family:var(--body); font-size:18px; line-height:1.65; -webkit-font-smoothing:antialiased}
  img{max-width:100%; display:block}
  a{color:inherit}
  button{font-family:inherit}
  :focus-visible{outline:2px solid var(--accent); outline-offset:3px}
  .skip{position:absolute; inset-inline-start:12px; top:-60px; background:var(--ink); color:#fff; padding:10px 16px; z-index:100; text-decoration:none}
  .skip:focus{top:12px}
  .wrap{max-width:1200px; margin-inline:auto; padding-inline:var(--gutter)}
  h1,h2,h3{font-family:var(--display); font-weight:400; line-height:1.12; text-wrap:balance; margin:0}
  h2{font-size:clamp(36px,4.8vw,56px)}
  h3{font-size:clamp(25px,2.4vw,31px)}
  p{margin:0}
  .eyebrow{font-size:14px; font-weight:600; letter-spacing:.14em; color:var(--accent); display:inline-flex; align-items:center; gap:10px}
  .eyebrow::before{content:""; width:28px; height:1px; background:currentColor}
  .lead{font-size:clamp(18px,1.6vw,20px); color:var(--muted); max-width:58ch}
  section{padding-block:clamp(72px,9vw,120px)}
  .sec-head{display:grid; gap:14px; margin-bottom:clamp(36px,5vw,60px); max-width:740px}
  .note{font-size:13.5px; color:var(--muted)}

  /* כפתורים */
  .btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; font:600 17px/1 var(--body); padding:17px 28px; border-radius:var(--radius); text-decoration:none; border:1px solid transparent; cursor:pointer; transition:background .2s, color .2s, border-color .2s, transform .2s}
  .btn:hover{transform:translateY(-1px)}
  .btn-primary{background:var(--accent); color:#fff}
  .btn-primary:hover{background:var(--accent-ink)}
  .btn-ghost{border-color:var(--ink); color:var(--ink); background:transparent}
  .btn-ghost:hover{background:var(--ink); color:var(--ground)}
  .btn svg{width:20px; height:20px; flex:none}
  .text-link{font-size:15.5px; font-weight:600; color:var(--accent); text-decoration:none; border-bottom:1px solid currentColor; justify-self:start; padding-bottom:1px}

  /* פס הודעה */
  .announce{background:var(--ink); color:#EBDADD; font-size:14.5px; text-align:center; padding:9px var(--gutter)}
  .announce a{color:#fff; font-weight:600; text-decoration:none; border-bottom:1px solid rgba(255,255,255,.4); margin-inline-start:6px}

  /* כותרת */
  .topbar{position:sticky; top:env(safe-area-inset-top,0px); z-index:50; background:color-mix(in srgb, var(--ground) 90%, transparent); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); border-bottom:1px solid var(--line)}
  .topbar .wrap{display:flex; align-items:center; justify-content:space-between; gap:24px; min-height:76px}
  .brand{display:flex; align-items:center; gap:12px; text-decoration:none}
  .brand-txt{display:flex; flex-direction:column; align-items:flex-start; line-height:1}
  .brand b{font-family:var(--display); font-weight:400; font-size:32px; letter-spacing:.01em}
  .brand small{font-size:10px; letter-spacing:.3em; color:var(--accent); direction:ltr; margin-top:5px; padding-top:5px; border-top:1px solid var(--line-strong)}
  .nav{display:flex; gap:26px; align-items:center}
  .nav a{text-decoration:none; font-size:16px; color:var(--muted); position:relative}
  .nav a:not(.btn)::after{content:""; position:absolute; inset-inline:0; bottom:-4px; height:1px; background:var(--accent); transform:scaleX(0); transition:transform .25s}
  .nav a:not(.btn):hover{color:var(--ink)}
  .nav a:not(.btn):hover::after{transform:scaleX(1)}
  .nav .btn{padding:13px 18px; font-size:15px; color:#fff}
  .menu-btn{display:none; background:none; border:1px solid var(--line-strong); border-radius:var(--radius); padding:10px 14px; font:600 15px var(--body); color:var(--ink); cursor:pointer}
  @media (max-width:960px){
    .menu-btn{display:block}
    .nav{position:absolute; inset-inline:0; top:100%; flex-direction:column; align-items:stretch; gap:0; background:var(--paper); border-bottom:1px solid var(--line); padding:6px var(--gutter) 22px; display:none; box-shadow:0 20px 40px rgba(42,26,32,.08)}
    .nav.open{display:flex}
    .nav a{padding:15px 0; border-bottom:1px solid var(--line); font-size:18px}
    .nav a::after{display:none}
    .nav .btn{margin-top:16px; border-bottom:0}
  }

  /* פתיח */
  .hero{padding-block:clamp(44px,6vw,84px) clamp(60px,7vw,100px); overflow:hidden}
  .hero .wrap{display:grid; grid-template-columns:1fr 1.02fr; gap:clamp(36px,5vw,80px); align-items:center}
  .hero h1{font-size:clamp(46px,6.4vw,88px); letter-spacing:-.01em; line-height:1.04}
  .hero h1 em{font-style:normal; color:var(--accent)}
  .hero-copy{display:grid; gap:28px}
  .hero-ctas{display:flex; flex-wrap:wrap; gap:12px}
  .hero-trust{display:flex; flex-wrap:wrap; gap:10px 26px; font-size:15px; color:var(--muted); border-top:1px solid var(--line); padding-top:20px}
  .hero-trust span{display:inline-flex; gap:8px; align-items:center}
  .hero-trust svg{width:16px; height:16px; color:var(--accent); flex:none}
  .hero-art{position:relative; max-width:500px; justify-self:center; width:100%}
  .hero-photo{margin:0; position:relative; aspect-ratio:4/5; max-width:100%; overflow:hidden; background:#D9C2B0; box-shadow:0 40px 80px -40px rgba(42,26,32,.45)}
  .hero-photo img{width:100%; height:100%; object-fit:cover}
  .hero-photo::after{content:""; position:absolute; inset:14px; border:1px solid rgba(255,255,255,.45); pointer-events:none}
  @media (max-width:960px){ .hero-art{justify-self:start} }
  .plate{background:var(--paper); border:1px solid var(--line); padding:18px 18px 14px; position:relative; box-shadow:0 30px 60px -30px rgba(42,26,32,.25)}
  .plate canvas{width:100%; aspect-ratio:16/10; display:block; max-width:100%}
  .plate-cap{display:flex; justify-content:space-between; gap:12px; font-size:13px; color:var(--muted); border-top:1px dashed var(--line-strong); padding-top:12px; margin-top:6px; flex-wrap:wrap}
  .plate-tag{position:absolute; top:-13px; inset-inline-start:18px; background:var(--ink); color:var(--ground); font-size:12.5px; letter-spacing:.1em; padding:4px 10px}
  .lip-card{position:absolute; inset-inline-end:-10px; bottom:0; width:min(46%,250px); background:var(--paper); border:1px solid var(--line); padding:14px 14px 10px; box-shadow:0 24px 48px -24px rgba(42,26,32,.3); transform:rotate(-2.5deg)}
  .lip-card canvas{width:100%; aspect-ratio:2/1; display:block}
  .lip-card span{display:flex; justify-content:space-between; font-size:12.5px; color:var(--muted); margin-top:6px}
  .lip-card i{font-style:normal; color:var(--accent); font-weight:600}
  .loc-chip{font-size:13.5px; display:inline-flex; gap:8px; align-items:center; color:var(--muted)}
  .loc-chip::before{content:""; width:8px; height:8px; border-radius:50%; background:#3BA55C; box-shadow:0 0 0 4px rgba(59,165,92,.15)}
  @media (max-width:960px){ .hero .wrap{grid-template-columns:1fr} }

  /* סרט רץ */
  .ribbon{border-block:1px solid var(--line); background:var(--paper); overflow:hidden; overflow:clip; contain:paint; padding-block:18px; direction:ltr}
  .ribbon-track{display:flex; width:max-content; animation:ribbon 38s linear infinite}
  .ribbon-track span{font-family:var(--display); font-size:clamp(24px,2.6vw,32px); white-space:nowrap; padding-inline:26px; display:inline-flex; align-items:center; gap:52px}
  .ribbon-track span::after{content:""; width:7px; height:7px; border:1px solid var(--accent); transform:rotate(45deg)}
  @keyframes ribbon{ from{ transform:translateX(-50%) } to{ transform:translateX(0) } }
  .ribbon:hover .ribbon-track{animation-play-state:paused}

  /* הבטחות */
  .promises .wrap{display:grid; grid-template-columns:repeat(4,1fr)}
  .promise{padding:30px 24px; display:grid; gap:6px; border-inline-start:1px solid var(--line); align-content:start}
  .promise:first-child{border-inline-start:0; padding-inline-start:0}
  .promise svg{width:26px; height:26px; color:var(--accent); margin-bottom:6px}
  .promise b{font-weight:700; font-size:17px}
  .promise span{font-size:15px; color:var(--muted); line-height:1.5}
  @media (max-width:960px){ .promises .wrap{grid-template-columns:1fr 1fr} .promise{padding-inline-start:24px!important} .promise:nth-child(odd){border-inline-start:0; padding-inline-start:0!important} .promise:nth-child(n+3){border-top:1px solid var(--line)} }
  @media (max-width:560px){ .promises .wrap{grid-template-columns:1fr} .promise{border-inline-start:0!important; padding-inline-start:0!important; border-top:1px solid var(--line)} .promise:first-child{border-top:0} }

  /* טיפולים */
  .services-list{display:grid; border-top:1px solid var(--ink)}
  .service{display:grid; grid-template-columns:minmax(210px,.8fr) 1.3fr minmax(260px,1fr); gap:clamp(20px,4vw,56px); padding-block:44px; border-bottom:1px solid var(--line); align-items:start}
  .service-title{display:grid; gap:14px; align-content:start}
  .service-title canvas{width:150px; max-width:100%; aspect-ratio:2/1; display:block}
  .service h3{display:grid; gap:6px}
  .service h3 small{font-family:var(--body); font-size:14px; letter-spacing:.14em; color:var(--accent); font-weight:600}
  .service-body{display:grid; gap:16px}
  .service-body p{color:var(--muted); max-width:56ch}
  .service-body .fits{font-size:15.5px; color:var(--ink)}
  .service-body .fits b{font-weight:700}
  .specs{margin:0; display:grid; border:1px solid var(--line); background:var(--paper)}
  .specs div{display:flex; justify-content:space-between; gap:16px; padding:12px 16px; border-top:1px solid var(--line); font-size:15.5px}
  .specs div:first-child{border-top:0}
  .specs dt{color:var(--muted)}
  .specs dd{margin:0; font-weight:600; font-variant-numeric:tabular-nums; text-align:left}
  @media (max-width:960px){ .service{grid-template-columns:1fr; gap:18px; padding-block:34px} .service-title{grid-template-columns:auto 1fr; align-items:center; gap:18px} .service-title canvas{width:110px; order:2} }

  /* השוואת טכניקות */
  .tech{background:var(--paper); border-block:1px solid var(--line)}
  .tech .wrap{display:grid; grid-template-columns:1fr 1.1fr; gap:clamp(32px,5vw,80px); align-items:center}
  .seg{display:inline-grid; grid-auto-flow:column; border:1px solid var(--ink); border-radius:var(--radius); overflow:hidden; margin-block:8px 24px; max-width:100%}
  .seg button{background:none; border:0; padding:12px 18px; font:600 16px var(--body); color:var(--ink); cursor:pointer; border-inline-start:1px solid var(--ink)}
  .seg button:first-child{border-inline-start:0}
  .seg button[aria-selected="true"]{background:var(--ink); color:var(--ground)}
  .tech-panel{display:grid; gap:16px}
  .tech-panel h3{font-size:32px}
  .tech-panel p{color:var(--muted); max-width:52ch}
  .tech-stage{background:var(--ground); border:1px solid var(--line); padding:20px}
  .tech-stage canvas{width:100%; aspect-ratio:16/9; display:block; max-width:100%}
  .tech-stage .plate-cap{justify-content:center}
  @media (max-width:960px){ .tech .wrap{grid-template-columns:1fr} .tech-stage{order:-1} }
  @media (max-width:420px){ .seg button{padding:11px 12px; font-size:15px} }

  /* גוונים */
  .shades{background:var(--blush)}
  .shades .wrap{display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,5vw,80px); align-items:center}
  .lip-stage{background:var(--paper); border:1px solid var(--line); padding:clamp(20px,4vw,40px); display:grid; gap:18px}
  .lip-stage svg{width:100%; height:auto; max-width:100%}
  .lip-top{display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap}
  .lip-top .seg{margin:0}
  .lip-top .seg button{padding:9px 14px; font-size:14.5px}
  .lip-readout{display:flex; justify-content:space-between; align-items:baseline; gap:12px; flex-wrap:wrap; border-top:1px dashed var(--line-strong); padding-top:14px}
  .lip-readout b{font-family:var(--display); font-weight:400; font-size:30px}
  .lip-readout span{font-size:14px; color:var(--muted); direction:ltr}
  .chips{display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:26px}
  .chip{display:flex; align-items:center; gap:12px; padding:11px 12px; background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); cursor:pointer; font:600 15px var(--body); color:var(--ink); text-align:right; transition:border-color .2s}
  .chip i{width:26px; height:26px; border-radius:50%; flex:none; box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}
  .chip:hover{border-color:var(--muted)}
  .chip[aria-pressed="true"]{border-color:var(--ink); box-shadow:inset 0 0 0 1px var(--ink)}
  .shade-desc{margin-top:18px; color:var(--muted); min-height:3.3em}
  #lipsG path.fill{transition:fill .45s ease}
  @media (max-width:960px){ .shades .wrap{grid-template-columns:1fr} }
  @media (max-width:460px){ .chips{grid-template-columns:1fr 1fr} }

  /* סרטון הסבר */
  .explainer{background:var(--plum); color:var(--plum-text)}
  .explainer .wrap{display:grid; grid-template-columns:minmax(220px,340px) 1fr; gap:clamp(28px,6vw,96px); align-items:center}
  .explainer .eyebrow{color:var(--plum-accent)}
  .explainer .lead{color:var(--plum-muted)}
  .explainer .btn-primary{background:var(--plum-accent); color:var(--plum)}
  .explainer-copy{display:grid; gap:20px}
  .explainer-video{position:relative; aspect-ratio:9/16; max-width:100%; overflow:hidden; background:#000; border-radius:20px; box-shadow:0 40px 80px -40px rgba(0,0,0,.7)}
  .explainer-video video{width:100%; height:100%; object-fit:cover; display:block}
  .play-btn{position:absolute; inset:0; margin:auto; width:84px; height:84px; border-radius:50%; border:0; background:rgba(255,251,250,.92); color:var(--accent); display:grid; place-items:center; cursor:pointer; box-shadow:0 10px 30px rgba(0,0,0,.35); transition:transform .2s}
  .play-btn:hover{transform:scale(1.06)}
  .play-btn svg{width:36px; height:36px; margin-inline-start:-4px}
  @media (max-width:760px){ .explainer .wrap{grid-template-columns:1fr} .explainer-video{max-width:320px} }

  /* תהליך */
  .steps{display:grid; grid-template-columns:repeat(4,1fr); counter-reset:step; border-top:1px solid var(--ink)}
  .step{padding:28px 24px 8px; border-inline-start:1px solid var(--line); display:grid; gap:10px; align-content:start}
  .step:first-child{border-inline-start:0; padding-inline-start:0}
  .step::before{counter-increment:step; content:counter(step, hebrew) "׳"; font-family:var(--display); font-size:46px; color:var(--accent); line-height:1}
  .step b{font-size:19px}
  .step p{color:var(--muted); font-size:16px}
  @media (max-width:960px){ .steps{grid-template-columns:1fr 1fr} .step{padding-inline-start:24px!important; border-inline-start:0; border-top:1px solid var(--line)} .step:nth-child(-n+2){border-top:0} .step:nth-child(odd){padding-inline-start:0!important} }
  @media (max-width:560px){ .steps{grid-template-columns:1fr} .step{padding-inline-start:0!important} .step:nth-child(2){border-top:1px solid var(--line)} }

  /* החלמה */
  .healing{background:var(--paper); border-block:1px solid var(--line)}
  .heal-head{display:flex; justify-content:space-between; align-items:end; gap:24px; flex-wrap:wrap; margin-bottom:44px}
  .heal-head .sec-head{margin-bottom:0}
  .timeline{list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(5,1fr); position:relative}
  .timeline::before{content:""; position:absolute; top:9px; inset-inline:0; height:1px; background:var(--line-strong)}
  .timeline li{position:relative; padding-top:36px; padding-inline-end:22px; display:grid; gap:8px; align-content:start}
  .timeline li::before{content:""; position:absolute; top:3px; inset-inline-start:0; width:13px; height:13px; border-radius:50%; background:var(--paper); border:1.5px solid var(--accent)}
  .timeline li:last-child::before{background:var(--accent)}
  .timeline .when{font-size:14px; font-weight:700; letter-spacing:.08em; color:var(--accent)}
  .timeline b{font-size:18px; font-weight:700}
  .timeline p{font-size:15.5px; color:var(--muted); line-height:1.55}
  @media (max-width:960px){
    .timeline{grid-template-columns:1fr; gap:26px}
    .timeline::before{top:0; bottom:0; inset-inline-start:6px; inset-inline-end:auto; width:1px; height:auto}
    .timeline li{padding-top:0; padding-inline-start:36px; padding-inline-end:0}
  }

  /* גלריה */
  .gallery-head{display:flex; justify-content:space-between; align-items:end; gap:24px; flex-wrap:wrap; margin-bottom:44px}
  .gallery-head .sec-head{margin-bottom:0}
  .gallery{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
  .ba{margin:0; display:grid; gap:12px}
  .ba-frame{position:relative; aspect-ratio:800/816; max-width:100%; overflow:hidden; background:var(--paper)}
  .ba-frame img{width:100%; height:100%; object-fit:cover; transition:transform .6s ease}
  .ba:hover .ba-frame img{transform:scale(1.03)}
  .ba-frame em{position:absolute; inset-inline-start:12px; font-style:normal; font-size:12.5px; font-weight:700; letter-spacing:.1em; padding:3px 10px; background:rgba(255,251,250,.92); color:var(--ink)}
  .ba-frame em.t{top:12px}
  .ba-frame em.b{top:calc(50% + 12px); background:var(--accent); color:#fff}
  .ba figcaption{display:flex; justify-content:space-between; gap:10px; font-size:15.5px; flex-wrap:wrap}
  .ba figcaption b{font-weight:700}
  .ba figcaption span{color:var(--muted)}
  .ba figcaption{flex-direction:column; gap:2px}
  @media (max-width:960px){ .gallery{gap:12px} .ba figcaption{font-size:14.5px} }
  @media (max-width:600px){ .gallery{grid-template-columns:1fr; gap:28px} }

  /* ביקורות */
  .reviews{background:var(--blush)}
  .review-lead{margin:0 0 clamp(32px,4vw,48px); display:grid; gap:14px; max-width:900px}
  .review-lead blockquote{margin:0; font-family:var(--display); font-size:clamp(34px,4.6vw,58px); line-height:1.12; color:var(--accent-ink); text-wrap:balance}
  .review-lead figcaption{display:flex; gap:10px; align-items:baseline; font-size:14.5px}
  .review-lead figcaption b{font-weight:700}
  .review-lead figcaption span{color:var(--muted)}
  .review-lead figcaption span::before{content:"· "}
  /* צילומי מסך: חותכים את שורת הסטטוס ואת פס התמונות הממוזערות של הסטורי */
  .shot{position:relative; display:block; aspect-ratio:921/1635; max-width:100%; overflow:hidden; border:0; padding:0; border-radius:20px; background:#fff; cursor:zoom-in; box-shadow:0 18px 40px -22px rgba(42,26,32,.45); transition:transform .25s}
  .shot:hover{transform:translateY(-4px)}
  .shot img{position:absolute; inset-inline:0; top:-7.95%; width:100%; height:auto}
  .shots-head{display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:14px}
  .shots-nav{display:flex; gap:8px}
  .shots-nav button{width:44px; height:44px; border-radius:50%; border:1px solid var(--ink); background:transparent; color:var(--ink); font-size:18px; cursor:pointer}
  .shots-nav button:hover{background:var(--ink); color:var(--ground)}
  .shots{display:grid; grid-auto-flow:column; grid-auto-columns:clamp(230px,26vw,300px); gap:18px; overflow-x:auto; scroll-snap-type:x mandatory; padding:6px 2px 18px; scrollbar-width:thin; overscroll-behavior-x:contain}
  .shots .shot{scroll-snap-align:start}
  @media (max-width:560px){ .shots{grid-auto-columns:72vw} .shots-nav{display:none} }
  .student-row{display:grid; grid-template-columns:150px 1fr; gap:18px; align-items:center; margin-top:10px}
  .student-shot{border-radius:14px}
  .student-note{font-family:var(--display); font-size:21px; line-height:1.4; color:#fff; display:grid; gap:8px}
  .student-note span{font-family:var(--body); font-size:14px; color:var(--plum-accent); font-weight:600}
  .lightbox{background:transparent; box-shadow:none; max-width:none; width:auto; overflow:visible}
  .lightbox::backdrop{background:rgba(20,12,16,.82)}
  .lb-frame{height:min(86vh, 900px); aspect-ratio:921/1635; max-width:calc(100vw - 32px); position:relative; overflow:hidden; border-radius:22px; background:#fff}
  .lb-frame img{position:absolute; inset-inline:0; top:-7.95%; width:100%; height:auto}
  .lb-close{position:absolute; top:-14px; inset-inline-end:-14px; z-index:2; width:44px; height:44px; border-radius:50%; border:0; background:#fff; color:var(--ink); font-size:22px; cursor:pointer; box-shadow:0 6px 18px rgba(0,0,0,.3)}

  /* אקדמיה */
  .academy{background:var(--plum); color:var(--plum-text)}
  .academy .eyebrow{color:var(--plum-accent)}
  .academy .lead{color:var(--plum-muted)}
  .academy .text-link{color:var(--plum-accent)}
  .fit{display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-block:1px solid rgba(246,234,234,.16); margin-bottom:clamp(40px,5vw,64px)}
  .fit div{padding:26px 24px; border-inline-start:1px solid rgba(246,234,234,.16); display:grid; gap:6px}
  .fit div:first-child{border-inline-start:0; padding-inline-start:0}
  .fit b{font-family:var(--display); font-weight:400; font-size:26px; color:#fff}
  .fit span{color:var(--plum-muted); font-size:16px}
  .courses{display:grid; grid-template-columns:repeat(4,1fr); gap:14px}
  .course{background:var(--plum-2); border:1px solid rgba(233,166,183,.18); padding:28px 24px; display:grid; gap:16px; grid-template-rows:auto auto 1fr auto; transition:transform .25s, border-color .25s}
  .course:hover{transform:translateY(-3px); border-color:rgba(233,166,183,.45)}
  .course .tag{font-size:13px; color:var(--plum-accent); letter-spacing:.1em; font-weight:600}
  .course h3{font-size:30px}
  .course p{color:var(--plum-muted); font-size:16px}
  .course dl{margin:0; display:grid; border-top:1px solid rgba(246,234,234,.14)}
  .course dl div{display:flex; justify-content:space-between; gap:10px; padding:9px 0; border-bottom:1px solid rgba(246,234,234,.14); font-size:15px}
  .course dt{color:var(--plum-muted)}
  .course dd{margin:0; font-weight:600; text-align:left}
  .course.featured{background:var(--plum-text); color:var(--plum)}
  .course.featured .tag{color:var(--accent)}
  .course.featured p, .course.featured dt{color:#6E5960}
  .course.featured dl, .course.featured dl div{border-color:#E2CFD1}
  .inside{display:grid; grid-template-columns:minmax(220px,340px) 1fr; gap:clamp(28px,5vw,72px); align-items:center; margin-top:clamp(52px,6vw,84px)}
  .inside-video{margin:0; aspect-ratio:9/16; max-width:100%; overflow:hidden; background:var(--plum-2); border:1px solid rgba(233,166,183,.25); box-shadow:0 40px 80px -40px rgba(0,0,0,.6)}
  .inside-video video{width:100%; height:100%; object-fit:cover; display:block}
  .inside-copy{display:grid; gap:18px; max-width:52ch}
  .inside-copy h3{font-size:clamp(28px,3vw,38px)}
  .inside-copy p{color:var(--plum-muted)}
  .ticks{list-style:none; margin:0; padding:0; display:grid; gap:10px}
  .ticks li{display:flex; gap:12px; align-items:center}
  .ticks li::before{content:""; width:18px; height:10px; border-inline-start:1.5px solid var(--plum-accent); border-bottom:1.5px solid var(--plum-accent); transform:rotate(-45deg) translateY(-3px); flex:none}
  @media (max-width:760px){ .inside{grid-template-columns:1fr} .inside-video{max-width:300px} }
  .academy-grid{display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,5vw,80px); margin-top:clamp(52px,6vw,84px); padding-top:clamp(40px,5vw,64px); border-top:1px solid rgba(246,234,234,.14)}
  .academy-grid h3{margin-bottom:20px}
  .syllabus{list-style:none; margin:0; padding:0; display:grid}
  .syllabus li{display:grid; grid-template-columns:auto 1fr; column-gap:16px; padding:13px 0; border-bottom:1px solid rgba(246,234,234,.12)}
  .syllabus li b{font-weight:600}
  .syllabus li span{color:var(--plum-muted); font-size:15.5px; grid-column:2}
  .syllabus li::before{content:""; width:7px; height:7px; margin-top:10px; border:1px solid var(--plum-accent); transform:rotate(45deg); grid-row:span 2}
  .kit{display:grid; grid-template-columns:1fr 1fr; gap:12px}
  .kit div{border:1px solid rgba(246,234,234,.16); padding:18px; display:grid; gap:4px; align-content:start}
  .kit b{font-size:17px}
  .kit span{color:var(--plum-muted); font-size:15px; line-height:1.5}
  .academy .btn-primary{background:var(--plum-accent); color:var(--plum)}
  .academy .btn-primary:hover{background:#F3C3CF}
  .academy-cta{display:flex; gap:14px; flex-wrap:wrap; align-items:center; margin-top:28px}
  .academy-cta span{color:var(--plum-muted); font-size:15px}
  @media (max-width:1080px){ .courses{grid-template-columns:1fr 1fr} }
  @media (max-width:960px){ .academy-grid{grid-template-columns:1fr} .fit{grid-template-columns:1fr} .fit div{border-inline-start:0; padding-inline-start:0; border-top:1px solid rgba(246,234,234,.16)} .fit div:first-child{border-top:0} }
  @media (max-width:560px){ .courses{grid-template-columns:1fr} .kit{grid-template-columns:1fr} }

  /* שובר מתנה */
  .gift .wrap{display:grid; grid-template-columns:1.1fr 1fr; gap:clamp(32px,5vw,80px); align-items:center}
  .voucher{position:relative; background:linear-gradient(135deg,#F3DADF 0%,#EBC9CF 55%,#E4BCC4 100%); padding:34px 36px; min-height:230px; display:grid; align-content:space-between; gap:24px; box-shadow:0 30px 60px -32px rgba(126,38,64,.45); transform:rotate(1.5deg)}
  .voucher::before, .voucher::after{content:""; position:absolute; top:50%; width:28px; height:28px; border-radius:50%; background:var(--ground); transform:translateY(-50%)}
  .voucher::before{inset-inline-start:-14px}
  .voucher::after{inset-inline-end:-14px}
  .voucher .v-top{display:flex; justify-content:space-between; align-items:start; gap:16px}
  .voucher .v-top b{font-family:var(--display); font-weight:400; font-size:clamp(34px,4vw,46px); color:var(--accent-ink); line-height:1}
  .voucher .v-top small{font-size:11px; letter-spacing:.24em; color:var(--accent-ink); direction:ltr}
  .voucher .v-bottom{display:flex; justify-content:space-between; gap:16px; border-top:1px dashed rgba(126,38,64,.4); padding-top:16px; font-size:14.5px; color:var(--accent-ink); flex-wrap:wrap}
  .gift-copy{display:grid; gap:20px}
  @media (max-width:960px){ .gift .wrap{grid-template-columns:1fr} .voucher{max-width:520px; transform:none} }

  /* אודות */
  .about .wrap{display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(32px,6vw,96px); align-items:center}
  .portrait{aspect-ratio:4/5; max-width:100%; background:linear-gradient(170deg,#EBD2D5,#D9B2B8); position:relative; display:grid; place-items:center; overflow:hidden}
  .portrait img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover}
  .portrait .mono{font-family:var(--display); font-size:clamp(90px,12vw,150px); color:rgba(255,255,255,.78); line-height:1}
  .portrait .ph-note{position:absolute; bottom:14px; inset-inline:14px; font-size:13px; color:var(--accent-ink); text-align:center}
  .about-copy{display:grid; gap:20px}
  .about-copy p{color:var(--muted); max-width:60ch}
  .values{display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-top:1px solid var(--line); margin-top:8px}
  .values div{padding:18px 18px 0; border-inline-start:1px solid var(--line); display:grid; gap:4px}
  .values div:first-child{border-inline-start:0; padding-inline-start:0}
  .values b{font-family:var(--display); font-weight:400; font-size:23px}
  .values span{font-size:14.5px; color:var(--muted); line-height:1.5}
  .signature{font-family:var(--display); font-size:36px; color:var(--accent)}
  @media (max-width:960px){ .about .wrap{grid-template-columns:1fr} .portrait{max-width:420px} }
  @media (max-width:520px){ .values{grid-template-columns:1fr} .values div{border-inline-start:0; padding-inline-start:0; border-top:1px solid var(--line); padding-bottom:14px} .values div:first-child{border-top:0} }

  /* שאלות */
  .faq .wrap{display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(32px,6vw,96px); align-items:start}
  .faq .sec-head{position:sticky; top:110px}
  .faq-list{border-top:1px solid var(--ink)}
  .faq details{border-bottom:1px solid var(--line)}
  .faq summary{list-style:none; cursor:pointer; display:flex; justify-content:space-between; gap:20px; padding:21px 0; font-size:19px; font-weight:600}
  .faq summary::-webkit-details-marker{display:none}
  .faq summary::after{content:"+"; font-family:var(--display); font-size:30px; line-height:.8; color:var(--accent); transition:transform .25s}
  .faq details[open] summary::after{transform:rotate(45deg)}
  .faq details p{padding:0 0 22px; color:var(--muted); max-width:62ch}
  @media (max-width:960px){ .faq .wrap{grid-template-columns:1fr} .faq .sec-head{position:static} }

  /* יצירת קשר */
  .contact{background:var(--paper); border-top:1px solid var(--line)}
  .contact .wrap{display:grid; grid-template-columns:1fr 1.1fr; gap:clamp(32px,6vw,96px)}
  .contact-info{display:grid; gap:26px; align-content:start}
  .info-rows{display:grid; border-top:1px solid var(--line); margin:0}
  .info-rows div{display:grid; grid-template-columns:110px 1fr; gap:16px; padding:14px 0; border-bottom:1px solid var(--line)}
  .info-rows dt{color:var(--muted); font-size:15.5px}
  .info-rows dd{margin:0; font-weight:600}
  .info-rows a{text-decoration:none; border-bottom:1px solid var(--line-strong)}
  .info-rows .sub{font-weight:400; color:var(--muted); font-size:15px; margin-inline-start:8px}
  .contact-actions{display:flex; gap:10px; flex-wrap:wrap}
  .contact-actions .btn{padding:14px 20px; font-size:15.5px}
  form{display:grid; gap:16px; background:var(--ground); border:1px solid var(--line); padding:clamp(22px,4vw,38px); align-content:start}
  form h3{font-size:30px}
  .row2{display:grid; grid-template-columns:1fr 1fr; gap:16px}
  label{display:grid; gap:6px; font-size:15px; font-weight:600}
  input, select, textarea{font:400 17px var(--body); color:var(--ink); background:var(--paper); border:1px solid var(--line-strong); border-radius:var(--radius); padding:13px 14px; width:100%}
  input:focus, select:focus, textarea:focus{outline:2px solid var(--accent); outline-offset:0; border-color:transparent}
  textarea{min-height:96px; resize:vertical}
  .form-foot{display:flex; gap:14px; align-items:center; flex-wrap:wrap}
  .form-foot small{color:var(--muted); font-size:13.5px}
  .form-foot small button{background:none; border:0; padding:0; color:inherit; text-decoration:underline; cursor:pointer; font-size:inherit}
  .form-msg{font-size:15px; color:var(--accent-ink); font-weight:600}
  @media (max-width:960px){ .contact .wrap{grid-template-columns:1fr} }
  @media (max-width:520px){ .row2{grid-template-columns:1fr} }

  /* תחתית */
  footer{background:var(--ink); color:#D8C6CA; padding-block:56px calc(36px + env(safe-area-inset-bottom,0px)); font-size:15px}
  .foot-top{display:flex; justify-content:space-between; gap:32px; flex-wrap:wrap; align-items:start; padding-bottom:32px; border-bottom:1px solid rgba(255,255,255,.1)}
  footer .brand b{color:#fff}
  footer .brand small{color:#E9A6B7; border-color:rgba(255,255,255,.18)}
  .foot-cols{display:flex; gap:56px; flex-wrap:wrap}
  .foot-cols div{display:grid; gap:8px; align-content:start}
  .foot-cols h4{margin:0 0 4px; font-size:13px; letter-spacing:.14em; color:#B59FA5; font-weight:600}
  footer a, footer button.linkish{text-decoration:none; color:#E6D6DA; background:none; border:0; padding:0; font:inherit; cursor:pointer; text-align:inherit}
  footer a:hover, footer button.linkish:hover{color:#fff}
  .foot-bottom{display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; padding-top:22px; color:#A58E95; font-size:14px}

  /* וואטסאפ צף / סרגל מובייל */
  .fab{position:fixed; inset-inline-end:20px; bottom:calc(20px + env(safe-area-inset-bottom,0px)); z-index:60; width:60px; height:60px; border-radius:50%; background:#25D366; color:#fff; display:grid; place-items:center; box-shadow:0 10px 26px rgba(42,26,32,.28); transition:transform .2s}
  .fab:hover{transform:scale(1.06)}
  .fab svg{width:31px; height:31px}
  .mbar{display:none}
  @media (max-width:720px){
    .fab{display:none}
    body{padding-bottom:calc(66px + env(safe-area-inset-bottom,0px))}
    .mbar{display:grid; grid-template-columns:1.4fr 1fr 1fr; position:fixed; inset-inline:0; bottom:0; z-index:60; background:var(--paper); border-top:1px solid var(--line); padding-bottom:env(safe-area-inset-bottom,0px); box-shadow:0 -10px 30px rgba(42,26,32,.08)}
    .mbar a{display:flex; align-items:center; justify-content:center; gap:8px; min-height:62px; text-decoration:none; font-weight:700; font-size:15.5px; color:var(--ink); border-inline-start:1px solid var(--line)}
    .mbar a:first-child{border-inline-start:0; background:#25D366; color:#fff}
    .mbar svg{width:20px; height:20px}
  }

  /* נגישות */
  .a11y-btn{position:fixed; inset-inline-start:20px; bottom:calc(20px + env(safe-area-inset-bottom,0px)); z-index:61; width:48px; height:48px; border-radius:50%; background:#1F4FA8; color:#fff; border:2px solid #fff; display:grid; place-items:center; cursor:pointer; box-shadow:0 6px 18px rgba(0,0,0,.2)}
  .a11y-btn svg{width:26px; height:26px}
  @media (max-width:720px){ .a11y-btn{bottom:calc(78px + env(safe-area-inset-bottom,0px)); width:44px; height:44px} }
  .a11y-panel{position:fixed; inset-inline-start:20px; bottom:calc(80px + env(safe-area-inset-bottom,0px)); z-index:62; width:min(300px, calc(100vw - 40px)); background:#fff; color:#1b1b1b; border:1px solid #cfcfcf; box-shadow:0 20px 50px rgba(0,0,0,.2); padding:16px; display:grid; gap:8px}
  @media (max-width:720px){ .a11y-panel{bottom:calc(132px + env(safe-area-inset-bottom,0px))} }
  .a11y-panel h4{margin:0 0 4px; font-size:17px}
  .a11y-panel button{display:flex; justify-content:space-between; align-items:center; width:100%; padding:11px 12px; background:#F4F4F6; border:1px solid #DADADF; border-radius:4px; font:600 15px var(--body); color:#1b1b1b; cursor:pointer; text-align:right}
  .a11y-panel button[aria-pressed="true"]{background:#1F4FA8; color:#fff; border-color:#1F4FA8}
  .a11y-panel .row{display:flex; gap:8px}
  .a11y-panel .row button{justify-content:center; background:none; border:0; text-decoration:underline; font-weight:400; font-size:14px; padding:4px}

  /* חלונות */
  dialog{border:0; padding:0; max-width:min(680px, calc(100vw - 32px)); width:100%; background:var(--paper); color:var(--ink); box-shadow:0 40px 80px rgba(0,0,0,.3)}
  dialog::backdrop{background:rgba(42,26,32,.55)}
  .dlg{padding:clamp(22px,4vw,40px); display:grid; gap:14px; max-height:80vh; overflow:auto}
  .dlg h2{font-size:34px}
  .dlg p, .dlg li{color:var(--muted); font-size:16px}
  .dlg ul{margin:0; padding-inline-start:20px; display:grid; gap:6px}
  .dlg .btn{justify-self:start; margin-top:8px}

  .service-links{display:flex; flex-wrap:wrap; gap:10px 22px}

  /* ---------- עמודי שירות ---------- */
  .page-hero{padding-block:clamp(32px,5vw,64px) clamp(56px,7vw,96px)}
  .page-hero .wrap{display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(32px,5vw,80px); align-items:center}
  .page-hero h1{font-size:clamp(42px,5.6vw,76px); line-height:1.05}
  .page-hero .ba{max-width:460px; width:100%; justify-self:center}
  .crumbs{display:flex; flex-wrap:wrap; gap:8px; font-size:14px; color:var(--muted)}
  .crumbs a{color:var(--muted)}
  @media (max-width:960px){ .page-hero .wrap{grid-template-columns:1fr} .page-hero .ba{justify-self:start} }
  .plain{background:var(--ground)}
  .prose{display:grid; grid-template-columns:1.25fr .75fr; gap:clamp(28px,5vw,80px); align-items:start}
  .prose-text{display:grid; gap:16px}
  .prose-text p{color:var(--muted); max-width:62ch}
  .ticks.light li::before{border-color:var(--accent)}
  .care{display:grid; grid-template-columns:1fr 1fr; gap:16px}
  .care > div{background:var(--paper); border:1px solid var(--line); padding:clamp(22px,3vw,32px)}
  .care h3{font-size:28px; margin-bottom:14px}
  .care ul{margin:0; padding-inline-start:20px; display:grid; gap:10px; color:var(--muted)}
  .gallery-2{grid-template-columns:repeat(2,minmax(0,420px))}
  .service .h3{font-size:clamp(25px,2.4vw,31px); display:grid; gap:6px}
  .service .h3 small{font-family:var(--body); font-size:14px; letter-spacing:.14em; color:var(--accent); font-weight:600}
  .combo-note{margin-top:28px; padding:22px 24px; background:var(--blush); display:flex; flex-wrap:wrap; gap:10px 20px; align-items:center}
  .cta-band{background:var(--plum); color:var(--plum-text)}
  .cta-band .wrap{display:grid; grid-template-columns:1.2fr 1fr; gap:clamp(24px,5vw,64px); align-items:center}
  .cta-band .lead{color:var(--plum-muted)}
  .cta-band .btn-primary{background:var(--plum-accent); color:var(--plum)}
  .cta-band .btn-ghost{border-color:var(--plum-text); color:var(--plum-text)}
  .cta-band .btn-ghost:hover{background:var(--plum-text); color:var(--plum)}
  .cta-actions{display:flex; flex-wrap:wrap; gap:12px}
  .more-services{display:grid; grid-template-columns:repeat(3,1fr); gap:14px}
  .more-services a{display:grid; gap:6px; padding:22px 24px; background:var(--paper); border:1px solid var(--line); text-decoration:none; transition:border-color .2s, transform .2s}
  .more-services a:hover{border-color:var(--accent); transform:translateY(-2px)}
  .more-services b{font-family:var(--display); font-weight:400; font-size:26px}
  .more-services span{color:var(--muted); font-size:15px}
  @media (max-width:760px){ .prose, .care, .cta-band .wrap{grid-template-columns:1fr} .more-services{grid-template-columns:1fr} .gallery-2{grid-template-columns:1fr} }

  /* ---------- ניווט בין עמודים ---------- */
  .nav a[aria-current="page"]{color:var(--ink); font-weight:600}
  .nav a[aria-current="page"]::after{transform:scaleX(1)}
  .btn-sm{padding:11px 18px; font-size:15px}
  .btn-on-dark{border-color:var(--plum-text); color:var(--plum-text)}
  .btn-on-dark:hover{background:var(--plum-text); color:var(--plum)}
  .title-link{text-decoration:none; color:inherit; background-image:linear-gradient(var(--accent),var(--accent)); background-size:0 1px; background-repeat:no-repeat; background-position:100% 100%; transition:background-size .3s}
  .title-link:hover{background-size:100% 1px; color:var(--accent-ink)}
