:root{--ink:#202428;--muted:#6c737a;--red:#d9273e;--red2:#b91f33;--soft:#f5f3ef;--soft-2:#fbf8f4;--line:#e4e0d8;--dark:#22262a;--dark-2:#171a1d;--gold:#d6b982;--shadow:0 14px 40px rgba(28,32,36,.07);--shadow-strong:0 24px 60px rgba(28,32,36,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:132px}body{margin:0;font-family:"Assistant","Helvetica Neue",Arial,sans-serif;color:var(--ink);direction:rtl;line-height:1.65;background:#fff;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}main{display:block}main [id]{scroll-margin-top:132px}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1120px,calc(100% - 48px));margin:auto}.skip{position:absolute;right:-9999px;top:10px;background:#fff;color:#111;padding:10px 14px;z-index:999}.skip:focus{right:10px}.topbar{background:var(--dark);color:#fff;font-size:13px}.topbar .container{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar a{text-decoration:underline;text-underline-offset:3px}header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(34,38,42,.08);backdrop-filter:blur(12px)}.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center}.brand img{width:auto;height:56px;max-width:none;object-fit:contain;aspect-ratio:1/1}.menu{display:flex;gap:28px;align-items:center;color:#383e44;font-size:15px}.menu a:hover,.menu a:focus-visible{color:var(--red)}.mobile-links{display:none}.menu-toggle{display:none}.actions{display:flex;gap:14px;align-items:center;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:12px;font-weight:700;border:1px solid transparent;cursor:pointer;font:inherit;transition:.18s ease}.btn.primary{background:var(--red);color:#fff;box-shadow:0 12px 28px rgba(217,39,62,.16)}.btn.primary:hover{background:var(--red2);transform:translateY(-1px)}.btn.outline{border:1.5px solid #7e8791;background:#fff;color:#1f252b;box-shadow:inset 0 0 0 1px rgba(34,38,42,.04)}.btn.outline:hover{border-color:#3f464d;background:#f8f8f8}.hero{position:relative;background:radial-gradient(circle at top right,rgba(214,185,130,.18),transparent 32%),linear-gradient(180deg,#fff 0%,#fbf8f4 100%);border-bottom:1px solid var(--line)}.hero-grid{min-height:560px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:64px;padding:42px 0 56px}.hero-copy{max-width:600px}.hero h1{font-size:clamp(48px,5.5vw,70px);line-height:1.04;letter-spacing:-1.8px;margin:0 0 20px}.hero p{font-size:19px;color:var(--muted);line-height:1.8;max-width:620px;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-visual{display:grid;gap:18px}.hero-photo{position:relative;overflow:hidden;border-radius:28px;min-height:410px;border:1px solid rgba(34,38,42,.08);box-shadow:var(--shadow-strong);background:#ede7dd}.hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.36))}.hero-badge{position:absolute;right:22px;bottom:22px;z-index:1;max-width:250px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);box-shadow:0 12px 30px rgba(0,0,0,.12)}.hero-badge strong{display:block;font-size:18px;margin-bottom:4px}.hero-badge span{display:block;color:#4d555d;font-size:14px;line-height:1.55}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stat-card{border:1px solid rgba(34,38,42,.08);border-radius:18px;padding:18px;background:#fff;box-shadow:var(--shadow)}.stat-card strong{display:block;font-size:28px;line-height:1.1;margin-bottom:6px}.stat-card span{display:block;color:var(--muted);font-size:14px;line-height:1.5}.subhero{padding:68px 0 48px;background:linear-gradient(180deg,#fff,#faf7f2);border-bottom:1px solid var(--line)}.eyebrow{color:var(--red);font-size:13px;font-weight:800;letter-spacing:.04em;margin-bottom:8px}h1{font-size:clamp(40px,5vw,58px);line-height:1.08;margin:0 0 14px}h2{font-size:clamp(30px,3.8vw,44px);line-height:1.16;margin:0 0 16px}h3{font-size:22px;line-height:1.3;margin:0 0 9px}.lead{font-size:17px;color:var(--muted);line-height:1.8;max-width:760px}.section{padding:92px 0}.section.alt{background:linear-gradient(180deg,var(--soft-2),var(--soft))}.section.warm{background:linear-gradient(180deg,#fff7f3,#f8efe7)}.section.dark{background:linear-gradient(180deg,var(--dark),var(--dark-2));color:#fff}.section.dark .lead,.section.dark p,.section.dark small{color:#d4d8dd}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-head .lead{margin:0}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:22px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.panel,.card{border:1px solid rgba(34,38,42,.08);border-radius:22px;padding:28px;background:#fff;box-shadow:var(--shadow)}.panel p,.panel li,.card p{color:var(--muted)}.service-summary{display:grid;grid-template-rows:auto 190px auto auto auto;gap:16px;min-height:100%;padding:18px;background:linear-gradient(180deg,#fff,#fbf8f4)}.service-summary .eyebrow{margin-bottom:0}.service-art{overflow:hidden;border-radius:18px;background:#ece4d7}.service-art img{width:100%;height:100%;min-height:190px;object-fit:cover;transition:transform .25s ease}.service-summary:hover .service-art img{transform:scale(1.03)}.service-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:2px}.service-tags span{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#f3efe7;color:#5f574a;font-size:13px;font-weight:700}.service-summary p{margin:0 0 8px}.service-summary .btn{margin-top:auto;width:max-content}.service-feature-list{display:grid;gap:8px;padding:0;margin:0;list-style:none}.service-feature-list li{position:relative;padding-right:18px;color:#5c646b}.service-feature-list li:before{content:"";position:absolute;right:0;top:.7em;width:8px;height:8px;border-radius:50%;background:var(--red)}.values .card{min-height:190px}.founder{display:grid;grid-template-columns:minmax(200px,280px) 1fr;gap:44px;align-items:center}.founder img{display:block;width:100%;max-width:280px;max-height:340px;aspect-ratio:4/5;height:auto;object-fit:cover;object-position:center 18%;border-radius:20px;box-shadow:var(--shadow);margin-inline:auto}.role{color:var(--red);font-weight:800}.about-detail{display:grid;grid-template-columns:1fr 1fr;gap:22px}.about-detail ul,.service-list{margin:0;padding-right:20px}.about-detail li,.service-list li{margin-bottom:8px;color:var(--muted)}.services .card{min-height:280px}.projects .card{padding:0;overflow:hidden}.project-card{display:grid;min-height:100%;cursor:default;pointer-events:none}.project-thumb{position:relative;aspect-ratio:16/10;overflow:hidden;background:#e8dfd2}.project-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.project-thumb:not(.project-thumb--empty):after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.26))}.project-thumb--empty{display:grid;place-items:center;background:linear-gradient(145deg,#f3eee6,#e7dfd2);color:#7a7368;font-size:14px;font-weight:700}.project-thumb--empty span{padding:10px 14px;border:1px dashed rgba(90,80,68,.28);border-radius:999px;background:rgba(255,255,255,.55)}.project-copy{padding:22px}.project-copy p,.project-copy small{color:#3f474e}.project-copy h3{color:var(--ink)}.section.dark .project-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:22px}.section.dark .project-copy p,.section.dark .project-copy small{color:#d4d8dd}.project-feature{grid-column:span 2}.project-feature .project-thumb{aspect-ratio:16/8}.form-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px}.contact-card{background:var(--dark);color:#fff;border-radius:18px;padding:30px}.contact-card p{color:#ddd}.contact-card a{text-decoration:underline;text-underline-offset:4px}.form{display:grid;gap:16px;border:1px solid var(--line);border-radius:18px;padding:30px;background:#fff}.field{display:grid;gap:6px}.field label{font-weight:700;font-size:14px}.form input,.form textarea,.form select{width:100%;border:1px solid #cfd2d5;border-radius:10px;padding:13px 14px;font:inherit;background:#fff}.form textarea{min-height:125px;resize:vertical}.note{font-size:13px;color:var(--muted)}.cta{background:var(--dark);color:#fff;border-radius:22px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:var(--shadow-strong)}.cta p{color:#ddd;margin-bottom:0}.whatsapp-float{position:fixed;left:18px;bottom:18px;z-index:50;background:#25d366;color:#fff;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;box-shadow:0 10px 28px rgba(0,0,0,.18);line-height:0}.whatsapp-float svg{display:block;width:28px;height:28px}footer{background:#202428;color:#c8cbce;padding:46px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:30px}footer img{width:auto;height:64px;max-width:160px;object-fit:contain;background:#fff;border-radius:8px;padding:8px}footer h4{color:#fff;margin-top:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:26px;padding-top:18px;font-size:13px}.legal{max-width:860px}.legal h2{font-size:28px;margin-top:34px}.legal p,.legal li{color:#555b61}:focus-visible{outline:3px solid #ffb3bd;outline-offset:3px}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
@media(max-width:900px){html{scroll-padding-top:88px}main [id]{scroll-margin-top:88px}.container{width:min(100% - 36px,720px)}.topbar{display:none}.nav{height:76px;gap:16px}.brand img{height:44px}.menu{display:none}.actions{display:none}.menu-toggle{display:grid;width:44px;height:44px;padding:0;border:1px solid var(--line);background:#fff;border-radius:12px;place-content:center;gap:5px;cursor:pointer;margin-right:auto}.menu-toggle span{width:20px;height:2px;background:#30353a;border-radius:2px;display:block;transition:.18s}.menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-open .menu-toggle span:nth-child(2){opacity:0}.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-links{display:none;position:absolute;top:76px;left:16px;right:16px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:0 18px 45px rgba(20,24,28,.12)}.menu-open .mobile-links{display:grid}.mobile-links a{padding:13px 14px;border-radius:10px;font-size:15px;color:#3d4349}.mobile-links a:hover{background:#f7f7f6;color:var(--red)}.grid2,.grid3,.founder,.form-wrap,.about-detail,.hero-grid,.hero-stats{grid-template-columns:1fr}.project-feature{grid-column:auto}.footer-grid{grid-template-columns:1fr}.cta{display:block}.cta .btn{margin-top:14px}.section-head{display:block}.hero-grid{min-height:auto;padding:54px 0 64px;gap:34px}.hero-copy{max-width:none}.hero-photo{min-height:320px}.hero-badge{left:18px;right:auto;max-width:230px}.hero h1{font-size:48px;max-width:560px}.hero p{font-size:17px;max-width:600px}.section{padding:76px 0}.subhero{padding:56px 0 42px}}
@media(max-width:580px){html{scroll-padding-top:84px}main [id]{scroll-margin-top:84px}.container{width:calc(100% - 36px)}.nav{height:74px}.brand img{height:38px}.menu-toggle{width:44px;height:44px}.mobile-links{top:74px}.hero{background:linear-gradient(180deg,#fff 0%,#fff8f3 100%)}.hero-grid{padding:40px 0 72px;display:block}.hero h1{font-size:43px;line-height:1.08;letter-spacing:-1px;margin-bottom:20px;max-width:330px}.hero h1 br{display:block}.hero p{font-size:16px;line-height:1.9;max-width:340px;margin:0}.hero-actions{margin-top:30px;display:block}.hero-actions .btn{width:100%;min-height:54px;font-size:17px;border-radius:12px}.hero-actions .btn.outline{margin-top:12px}.hero-visual{margin-top:28px}.hero-photo{min-height:260px}.hero-badge{right:16px;left:16px;bottom:16px;max-width:none}.hero-stats{gap:12px;margin-top:12px}.stat-card strong{font-size:24px}.eyebrow{font-size:12px;margin-bottom:14px}h1{font-size:38px}h2{font-size:32px}h3{font-size:21px}.lead{font-size:16px;line-height:1.85}.section{padding:78px 0}.section-head{margin-bottom:30px}.section-head h2{margin-bottom:14px}.grid2,.grid3{gap:16px}.panel,.card{padding:24px;border-radius:16px}.service-summary{grid-template-rows:auto 170px auto auto auto}.service-summary .btn{width:100%;min-height:46px;padding:0 15px;font-size:15px}.values .card{min-height:0}.subhero{padding:54px 0 42px}.subhero h1{font-size:38px}.founder{gap:22px}.founder img{max-width:220px;max-height:280px;aspect-ratio:4/5;margin:auto}.form{padding:22px}.contact-card{padding:24px}.cta{padding:30px 24px;border-radius:18px}.cta h2{font-size:29px}.whatsapp-float{width:52px;height:52px;left:14px;bottom:14px}.footer-grid{gap:24px}footer{padding-top:42px}.projects .card,.services .card{min-height:0}}
@media(max-width:390px){.container{width:calc(100% - 30px)}.brand img{height:34px}.hero h1{font-size:40px}.hero-grid{padding-top:34px}.section{padding:68px 0}}
/* About/Contact image sizing tweaks */
.about-detail .service-art img{min-height:160px}
.contact-card .service-art{margin-bottom:18px}
.contact-card .service-art img{min-height:170px}

.lang-switch{display:inline-flex;align-items:center;gap:8px;margin-left:4px;font-size:13px}
.lang-switch a{color:#4c545b;text-decoration:none;padding:4px 2px;border-bottom:2px solid transparent}
.lang-switch a:hover,.lang-switch a:focus-visible{color:var(--red)}
.lang-switch a.is-active{color:var(--red);font-weight:800;border-bottom-color:var(--red)}
html[dir=ltr] body{direction:ltr}
html[dir=ltr] .service-feature-list li{padding-right:0;padding-left:18px}
html[dir=ltr] .service-feature-list li:before{right:auto;left:0}
html[dir=ltr] .about-detail ul,.service-list{padding-right:0;padding-left:20px}
html[dir=ltr] .lang-switch{margin-left:0;margin-right:4px}
html[dir=ltr] .hero-badge{right:auto;left:22px}
@media(max-width:900px){html[dir=ltr] .hero-badge{left:18px;right:auto}.lang-switch{order:-1;width:100%;justify-content:flex-start;margin:0 0 8px}}
@media(max-width:580px){.actions .lang-switch{display:none}.mobile-links .lang-switch,header .lang-switch-mobile{display:flex}.lang-switch{gap:12px;font-size:14px}html[dir=ltr] .hero-badge{left:16px;right:16px}}

/* Brand typography */
h1,h2,h3,.hero-copy h1,.subhero h1{font-family:"Source Serif 4","Assistant",Georgia,serif;letter-spacing:-.02em}
html[lang="he"] h1,html[lang="he"] h2,html[lang="he"] h3,html[data-lang="he"] h1,html[data-lang="he"] h2,html[data-lang="he"] h3{font-family:"Assistant","Source Serif 4",Georgia,serif;letter-spacing:0}
.eyebrow,.btn,.menu a,.lang-switch,label,button{font-family:"Assistant","Helvetica Neue",Arial,sans-serif}

/* Focus & keyboard a11y */
:focus{outline:none}
:focus-visible{outline:3px solid var(--red);outline-offset:3px}
.btn:focus-visible,.menu-toggle:focus-visible,.lang-switch a:focus-visible,.skip:focus-visible{outline:3px solid var(--red);outline-offset:3px}
.menu a:focus-visible,.mobile-links a:focus-visible,.topbar a:focus-visible,footer a:focus-visible{outline:2px solid var(--red);outline-offset:3px}
.field input:focus-visible,.field textarea:focus-visible{outline:3px solid rgba(217,39,62,.45);outline-offset:2px;border-color:var(--red)}

/* Outline buttons contrast on light / dark / warm */
.btn.outline{background:#fff;color:var(--red);border:2px solid var(--red);font-weight:700}
.btn.outline:hover,.btn.outline:focus-visible{background:var(--red);color:#fff}
.section.dark .btn.outline,.section.alt .btn.outline,.cta .btn.outline{background:transparent;color:#fff;border-color:#fff}
.section.dark .btn.outline:hover,.section.alt .btn.outline:hover,.cta .btn.outline:hover,
.section.dark .btn.outline:focus-visible,.section.alt .btn.outline:focus-visible,.cta .btn.outline:focus-visible{background:#fff;color:var(--dark)}
.section.warm .btn.outline{background:rgba(255,255,255,.85)}

/* Lang switch keyboard target size */
.lang-switch a{min-height:32px;min-width:28px;display:inline-flex;align-items:center;justify-content:center;padding:6px 4px}
.menu-toggle:focus-visible{outline-offset:2px}

/* Picture / media */
.service-art picture,.hero-photo picture,.founder picture,.contact-card picture{display:block;width:100%;height:100%}
.service-art picture img,.hero-photo picture img,.founder picture img,.contact-card picture img{width:100%;height:100%;object-fit:cover}
.legal{max-width:760px}
.legal h2{margin-top:1.6em}
.legal ul{padding-inline-start:1.2em}

/* Mobile UI fixes: logo, contrast, founder, WhatsApp */
.brand img{flex-shrink:0}
@media(max-width:900px){
  .brand img{height:48px;width:auto}
  footer img{height:56px}
  .founder{justify-items:center}
  .founder img{max-width:240px;max-height:300px;aspect-ratio:4/5}
}
@media(max-width:580px){
  .brand img{height:44px}
  .project-copy p,.project-copy small{color:#343b42;font-size:14px}
  .project-copy{padding:18px}
  .project-thumb{aspect-ratio:16/10;min-height:180px}
  .founder img{width:200px;max-width:200px;max-height:250px;aspect-ratio:4/5;height:250px}
}
@media(max-width:390px){
  .brand img{height:42px}
  .founder img{width:180px;max-width:180px;max-height:225px;height:225px}
}
