:root{--ink:#261d16;--muted:#71675f;--orange:#f97316;--orange2:#ea580c;--soft:#fff5eb;--line:#eadfd5;--sage:#198754;--shell:1120px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Arial,"Noto Sans Hebrew",sans-serif;line-height:1.65}
.shell{width:min(var(--shell),calc(100% - 40px));margin-inline:auto}
a{color:inherit}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between}
.brand img{display:block;width:154px;height:auto}
.site-header nav{display:flex;align-items:center;gap:24px}
.site-header nav a{text-decoration:none;font-size:14px;font-weight:700;color:#50473f}
.site-header nav a.active{color:var(--orange2)}
.site-header nav .header-cta,.button{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:10px 18px;color:#fff;background:linear-gradient(135deg,var(--orange),var(--orange2));text-decoration:none;font-weight:800;box-shadow:0 12px 26px -14px rgba(234,88,12,.7)}
.blog-hero{padding:80px 0 70px;background:radial-gradient(55% 80% at 100% 0,rgba(249,115,22,.17),transparent 65%),linear-gradient(180deg,#fff8f0,#fff)}
.eyebrow{display:inline-flex;color:var(--orange2);font-weight:850;font-size:13px;letter-spacing:.02em}
.blog-hero h1,.article-head h1{font-size:clamp(38px,6vw,68px);line-height:1.04;letter-spacing:-2px;margin:12px 0 18px}
.blog-hero p{max-width:700px;color:var(--muted);font-size:19px}
.posts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding-block:64px 92px}
.post-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 24px 55px -42px rgba(62,39,22,.48);display:flex;flex-direction:column;min-height:280px;transition:.2s ease}
.post-card:hover{transform:translateY(-3px);border-color:#efc8a9;box-shadow:0 28px 60px -38px rgba(234,88,12,.35)}
.post-card-media{display:block;aspect-ratio:3/2;overflow:hidden;background:var(--soft)}
.post-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.post-card:hover .post-card-media img{transform:scale(1.025)}
.post-card-content{display:flex;flex:1;flex-direction:column;padding:24px 28px 28px}
.post-meta,.post-bottom,.byline{display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:12px}
.post-meta span{color:var(--orange2);font-weight:800}
.post-card h2{font-size:25px;line-height:1.28;margin:22px 0 12px}
.post-card h2 a{text-decoration:none}
.post-card-content>p{color:var(--muted);margin:0 0 24px}
.post-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:18px}
.read-more{color:var(--orange2);font-weight:800;text-decoration:none}
.empty{grid-column:1/-1;text-align:center;padding:70px 20px;border:1px dashed var(--line);border-radius:24px}
.article{max-width:900px;padding-block:38px 90px}
.breadcrumbs{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:13px;margin-bottom:42px}
.breadcrumbs a{color:var(--orange2);text-decoration:none}
.article-head{max-width:820px;margin-bottom:38px}
.article-head h1{font-size:clamp(36px,5.5vw,64px)}
.article-cover{margin:0 0 38px;border-radius:28px;overflow:hidden;border:1px solid var(--line);background:var(--soft);box-shadow:0 28px 65px -45px rgba(62,39,22,.52)}
.article-cover img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.lead{font-size:20px;line-height:1.7;color:var(--muted);max-width:760px}
.byline{justify-content:flex-start;border-top:1px solid var(--line);padding-top:18px;margin-top:24px}
.answer-box,.takeaways{border-radius:22px;padding:26px 28px;margin:28px 0}
.answer-box{background:linear-gradient(145deg,#fff8f1,var(--soft));border:1px solid #f0d3bd}
.answer-box>span{font-size:12px;color:var(--orange2);font-weight:850}
.answer-box h2{margin:4px 0 8px;font-size:22px}
.answer-box p{margin:0;font-size:17px}
.takeaways{background:#f6fbf8;border:1px solid #cfe7d9}
.takeaways h2{font-size:20px;margin:0 0 12px}
.takeaways ul{margin:0;padding-inline-start:22px}
.takeaways li{margin:7px 0}
.article-body{font-size:18px;line-height:1.82}
.article-body h2{font-size:31px;line-height:1.25;margin:52px 0 18px;scroll-margin-top:100px}
.article-body h3{font-size:23px;margin:34px 0 12px}
.article-body p{margin:0 0 20px}
.article-body ul,.article-body ol{padding-inline-start:26px;margin:0 0 24px}
.article-body li{margin:8px 0}
.article-body a,.sources a{color:#b84708;text-decoration-thickness:1px;text-underline-offset:3px}
.article-body blockquote{border-inline-start:4px solid var(--orange);margin:28px 0;padding:14px 22px;background:var(--soft);border-radius:12px}
.article-body code{font-family:monospace;background:#f2ede8;padding:2px 5px;border-radius:5px}
.faq{margin-top:70px;padding-top:45px;border-top:1px solid var(--line)}
.faq>h2{font-size:32px;margin:8px 0 22px}
.faq details{border:1px solid var(--line);border-radius:16px;padding:0 20px;margin:10px 0;background:#fff}
.faq summary{cursor:pointer;font-weight:800;padding:18px 0}
.faq details p{margin:0;padding:0 0 18px;color:var(--muted)}
.sources{margin-top:55px;padding-top:35px;border-top:1px solid var(--line)}
.sources h2{font-size:21px}
.sources li{margin:10px 0;color:var(--muted);font-size:14px}
.article-cta{margin-top:60px;border-radius:26px;background:linear-gradient(135deg,#2c2118,#53321e);color:#fff;padding:32px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.article-cta span{color:#ffc18e;font-size:13px;font-weight:800}
.article-cta h2{font-size:25px;margin:4px 0 0}
.fomo-banner{position:fixed;z-index:60;left:max(18px,env(safe-area-inset-left));bottom:max(18px,env(safe-area-inset-bottom));width:min(400px,calc(100vw - 36px));padding:22px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:radial-gradient(circle at 0 0,rgba(249,115,22,.25),transparent 38%),linear-gradient(145deg,#2b2119,#4c2d1c);color:#fff;box-shadow:0 28px 75px -22px rgba(38,29,22,.75);animation:fomo-in .45s ease-out both}
.fomo-close{position:absolute;top:10px;left:10px;width:32px;height:32px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.08);color:#fff;font:inherit;font-size:22px;line-height:1;cursor:pointer}
.fomo-close:hover,.fomo-close:focus-visible{background:rgba(255,255,255,.18);outline:2px solid #ffc18e;outline-offset:2px}
.fomo-kicker{display:flex;align-items:center;gap:8px;padding-inline-end:32px;color:#ffc18e;font-size:12px;font-weight:850}
.fomo-kicker i{width:8px;height:8px;border-radius:50%;background:#fb923c;box-shadow:0 0 0 6px rgba(251,146,60,.13);animation:fomo-pulse 1.8s ease-out infinite}
.fomo-title{display:block;margin:9px 0 5px;font-size:21px;line-height:1.3;letter-spacing:-.25px}
.fomo-banner p{margin:0 0 15px;color:#e6dcd4;font-size:14px;line-height:1.55}
.fomo-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 16px;border-radius:13px;background:linear-gradient(135deg,#fff,#fff0e4);color:#7c2d12;text-decoration:none;font-size:14px;font-weight:900;box-shadow:0 14px 28px -18px rgba(0,0,0,.7)}
.fomo-button:hover,.fomo-button:focus-visible{transform:translateY(-1px);outline:2px solid #ffc18e;outline-offset:2px}
@keyframes fomo-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes fomo-pulse{0%,100%{box-shadow:0 0 0 0 rgba(251,146,60,.34)}50%{box-shadow:0 0 0 8px rgba(251,146,60,0)}}
.not-found{min-height:60vh;padding-block:100px;text-align:center}
.not-found p{color:var(--muted);margin-bottom:28px}
footer{background:#211a15;color:#fff;padding:52px 0 26px}
.footer-inner{display:grid;grid-template-columns:1fr auto;gap:30px}
.footer-inner img{filter:brightness(0) invert(1)}
.footer-inner p{color:#c6bbb2}
.footer-inner>div:nth-child(2){display:flex;gap:18px}
.footer-inner a{text-decoration:none;color:#e5dcd5}
.footer-inner small{grid-column:1/-1;color:#94877e;border-top:1px solid #44382f;padding-top:20px}
@media(max-width:720px){.site-header nav a:not(.header-cta){display:none}
.blog-hero{padding:54px 0}
.posts-grid{grid-template-columns:1fr;padding-block:42px 70px}
.article{padding-top:25px}
.breadcrumbs{margin-bottom:28px}
.article-body{font-size:17px}
.article-body h2{font-size:27px}
.article-cta{align-items:flex-start;flex-direction:column}
.fomo-banner{right:12px;left:12px;bottom:max(12px,env(safe-area-inset-bottom));width:auto;padding:18px;border-radius:20px}
.fomo-title{font-size:19px}
.fomo-banner p{font-size:13px;margin-bottom:12px}
.footer-inner{grid-template-columns:1fr}
.footer-inner small{grid-column:1}
.footer-inner>div:nth-child(2){flex-wrap:wrap}
}
@media(prefers-reduced-motion:reduce){.fomo-banner,.fomo-kicker i{animation:none}.fomo-button{transition:none}}

/* Language controls remain visible on narrow screens. */
.language-switcher { flex-shrink: 0; }
.language-switcher select { max-width: 145px; min-height: 36px; border: 1px solid #d5d9e0; border-radius: 8px; padding: 6px; background: white; color: #172033; font: inherit; font-size: 13px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
html[dir=ltr] body { direction: ltr; }
html[dir=ltr] .article { text-align: start; }
@media (max-width: 640px) { .header-inner { flex-wrap: wrap; gap: 10px; } .header-inner nav { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; } }
