@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@400;500;600;700;800;900&display=swap";:root{--bg: #ffffff;--surface: #ffffff;--surface-strong: #eef3e9;--paper: #ffffff;--ink: #17211b;--muted: #5b655f;--line: #d9dfd4;--green: #1f5d3b;--green-dark: #15442c;--rust: #a34f32;--blue: #315a7d;--yellow: #d4a72c;--shadow: 0 18px 40px rgba(23, 33, 27, .09);--radius: 8px;--content: 1120px;--font-hebrew: "Noto Sans Hebrew", "Segoe UI", sans-serif}*{box-sizing:border-box}html{color:var(--ink);background:var(--bg);font-family:var(--font-hebrew);line-height:1.65;scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg)}img{display:block;max-width:100%}a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--green)}button,input,textarea{font:inherit}.skip-link{position:absolute;inset-block-start:8px;inset-inline-start:8px;z-index:20;transform:translateY(-160%);border-radius:var(--radius);background:var(--ink);color:#fff;padding:8px 12px;text-decoration:none}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(23,33,27,.12);background:#fffffff0;backdrop-filter:blur(16px)}.header-inner{width:min(100% - 32px,var(--content));min-height:74px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;min-width:190px;text-decoration:none}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:var(--radius);background:var(--green);color:#fff;font-family:var(--font-hebrew);font-size:1.7rem;font-weight:900}.brand strong{display:block;font-family:var(--font-hebrew);font-size:1.35rem;font-weight:900;line-height:1}.brand small{display:block;color:var(--muted);font-size:.82rem;line-height:1.2;margin-top:4px}nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}nav a{border-radius:var(--radius);padding:8px 10px;color:var(--muted);font-size:.96rem;font-weight:700;text-decoration:none}nav a:hover,nav a:focus{background:var(--surface-strong);color:var(--ink)}main{min-height:70vh}.section{width:min(100% - 32px,var(--content));margin:0 auto;padding:44px 0}.section-header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-header h1,.section-header h2,.article-header h1,.page-title h1,.category-title h1{margin:0;font-family:var(--font-hebrew);font-weight:900;line-height:1.05}.section-header h1,.page-title h1,.category-title h1{max-width:820px;font-size:3.25rem}.section-header h2{font-size:2.1rem}.section-header p,.page-title p,.category-title p{max-width:720px;margin:10px 0 0;color:var(--muted);font-size:1.12rem}.section.home-hero-section{width:min(100% - 32px,1320px);padding-top:34px;padding-bottom:24px}.hero-grid{display:grid;grid-template-columns:1fr;gap:16px}.hero-feature{position:relative;min-height:620px;overflow:hidden;border-radius:var(--radius);background:var(--ink);color:#fff;box-shadow:0 28px 70px #17211b2e}.hero-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1}.hero-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#17211b0d,#17211b9e),linear-gradient(180deg,#17211b05 45%,#17211b75)}.hero-copy{position:absolute;inset-block-end:30px;inset-inline-start:30px;width:min(620px,calc(100% - 60px));z-index:1;height:auto;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);background:#17211bb8;padding:24px;backdrop-filter:blur(12px)}.hero-copy h1{max-width:100%;margin:0;font-family:var(--font-hebrew);font-size:2.45rem;font-weight:900;line-height:1.08}.hero-copy p{max-width:100%;margin:14px 0 0;font-size:1.04rem;line-height:1.55}.hero-author,.author-byline,.card-author{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.hero-author{display:inline-grid;grid-template-columns:max-content 34px;inline-size:164px;margin-top:18px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#ffffff24;padding:7px 12px;color:#fff;direction:ltr;font-weight:800;backdrop-filter:blur(10px);column-gap:12px;justify-content:center;unicode-bidi:isolate}.hero-author span{display:block;direction:ltr;grid-column:1;min-width:0;white-space:nowrap}.hero-author img{grid-column:2}.hero-author:hover{color:#fff;background:#fff3}.hero-author img,.card-author img,.author-byline img{flex:0 0 auto;width:34px;height:34px;border-radius:999px;object-fit:cover;background:var(--surface-strong)}.hero-side{display:block}.hero-side .article-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.callout{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:26px;box-shadow:var(--shadow)}.callout h2{margin:0;font-family:var(--font-hebrew);font-size:1.6rem;font-weight:900;line-height:1.1}.callout p{margin:12px 0 0;color:var(--muted)}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.metric{border-right:4px solid var(--green);background:var(--surface-strong);padding:12px}.metric strong{display:block;font-size:1.35rem;line-height:1}.metric span{display:block;margin-top:5px;color:var(--muted);font-size:.88rem}.link-section{padding-top:0;padding-bottom:28px}.article-link-panel{border-inline:5px solid rgba(23,33,27,.16);background:#ffffffbd;padding:28px 34px;box-shadow:inset 0 0 0 1px #17211b0a}.article-link-panel ul{list-style:none;margin:0;padding:0;display:grid;gap:12px;justify-items:center}.article-link-panel a{display:inline-flex;align-items:center;gap:10px;color:#1d3741;font-size:1.22rem;font-style:italic;font-weight:500;line-height:1.35;text-decoration-thickness:.05em;text-underline-offset:.22em}.article-link-panel a:before{content:"▸";color:#1d3741;font-size:.9em;font-style:normal;line-height:1}.article-link-panel a:hover{color:var(--green-dark)}.article-link-panel--inline{margin:26px 0 30px}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.article-list{display:grid;gap:14px}.article-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);box-shadow:0 8px 22px #17211b0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.article-card:hover{transform:translateY(-2px);border-color:#1f5d3b47;box-shadow:0 18px 34px #17211b17}.article-card--compact{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:stretch}.article-card--featured{grid-column:span 2}.card-image{display:block;aspect-ratio:4 / 3;overflow:hidden;background:var(--surface-strong)}.article-card--compact .card-image{aspect-ratio:auto;min-height:120px}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.article-card:hover .card-image img{transform:scale(1.03)}.card-body{padding:18px}.article-card--compact .card-body{padding:12px 14px}.eyebrow,.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.9rem;font-weight:700}.eyebrow a,.article-meta a{color:var(--green);text-decoration:none}.article-card h2{margin:8px 0 0;font-family:var(--font-hebrew);font-size:1.55rem;font-weight:900;line-height:1.15}.article-card--compact h2{font-size:1.12rem}.article-card h2 a{text-decoration:none}.article-card p{margin:10px 0 0;color:var(--muted)}.card-author{margin-top:16px;color:var(--muted);font-size:.9rem;font-weight:800}.card-author:hover{color:var(--green-dark)}.category-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.category-pill{min-height:156px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px;text-decoration:none;box-shadow:0 8px 22px #17211b0d}.category-pill strong{display:block;font-family:var(--font-hebrew);font-size:1.28rem;font-weight:900}.category-pill span{display:block;margin-top:8px;color:var(--muted);font-size:.94rem}.newsletter-band,.policy-band{border-block:1px solid var(--line);background:#edf4f7}.band-inner{width:min(100% - 32px,var(--content));margin:0 auto;padding:34px 0;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.band-inner h2{margin:0;font-family:var(--font-hebrew);font-size:1.9rem;font-weight:900}.band-inner p{max-width:760px;margin:8px 0 0;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:var(--radius);background:var(--green);color:#fff;padding:10px 18px;font-weight:800;text-decoration:none}.button:hover{background:var(--green-dark);color:#fff}.page-title,.category-title{width:min(100% - 32px,var(--content));margin:0 auto;padding:46px 0 24px}.category-layout{width:min(100% - 32px,var(--content));margin:0 auto;padding:0 0 52px;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.sidebar{position:sticky;top:96px;display:grid;gap:16px}.article-shell{width:min(100% - 32px,var(--content));margin:0 auto;padding:36px 0 58px;display:grid;grid-template-columns:minmax(0,760px) 300px;gap:42px;align-items:start}.article-header{margin-bottom:22px}.article-header h1{margin-top:12px;font-size:3.35rem}.article-dek{margin:14px 0 0;color:var(--muted);font-size:1.22rem;font-weight:600}.author-byline{width:fit-content;margin-top:14px;color:var(--ink)}.author-byline img{width:34px;height:34px}.author-byline span{display:grid;line-height:1.25}.author-byline strong{font-size:.98rem;font-weight:900;text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.18em}.author-byline small{color:var(--muted);font-size:.84rem;font-weight:700}.author-byline:hover{color:var(--green-dark)}.article-hero{overflow:hidden;border-radius:var(--radius);background:var(--surface-strong);margin:24px 0}.article-hero img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.image-credit{margin:0;padding:8px 12px;color:var(--muted);font-size:.82rem;background:var(--surface)}.answer-box{border:1px solid rgba(31,93,59,.25);border-right:6px solid var(--green);border-radius:var(--radius);background:#f0f7f1;padding:20px;margin:22px 0}.answer-box strong{display:block;margin-bottom:6px;color:var(--green-dark);font-weight:900}.prose{font-size:1.12rem;font-weight:500}.prose>*+*{margin-top:1.05em}.prose h2,.prose h3{font-family:var(--font-hebrew);font-weight:900;line-height:1.12;margin-top:1.45em;margin-bottom:.35em}.prose h2{font-size:2rem;border-top:1px solid var(--line);padding-top:24px}.prose h3{font-size:1.42rem}.prose p,.prose li{color:#263029}.prose ul,.prose ol{padding-inline-start:1.35em}.prose .article-link-panel ul{list-style:none;margin:0;padding:0}.prose .article-link-panel li{margin:0}.prose table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:var(--radius);background:var(--surface);font-size:1rem}.prose th,.prose td{border:1px solid var(--line);padding:10px 12px;vertical-align:top}.prose th{background:var(--surface-strong);color:var(--green-dark)}.prose td:first-child{color:var(--green-dark);font-weight:800}.toc,.source-box,.related-box,.transparency-box{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);padding:18px;box-shadow:0 8px 22px #17211b0d}.toc strong,.source-box h2,.related-box h2,.transparency-box h2{display:block;margin:0 0 10px;font-family:var(--font-hebrew);font-size:1.24rem;font-weight:900}.author-page{width:min(100% - 32px,var(--content));margin:0 auto;padding:56px 0 20px}.author-hero{display:grid;grid-template-columns:280px minmax(0,1fr);gap:36px;align-items:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);padding:28px;box-shadow:var(--shadow)}.author-hero>img{width:100%;aspect-ratio:1;border-radius:var(--radius);object-fit:cover}.kicker{margin:0 0 8px;color:var(--rust);font-size:.9rem;font-weight:900;letter-spacing:0}.author-hero h1{margin:0;font-size:3.2rem;font-weight:900;line-height:1.05}.author-hero p{max-width:700px;margin:12px 0 0;color:var(--muted);font-size:1.12rem;font-weight:600}.author-hero .author-role{color:var(--green-dark);font-weight:900}.toc ol,.source-box ul,.related-box ul{margin:0;padding-inline-start:1.15em}.toc li,.source-box li,.related-box li{margin:7px 0}.site-footer{border-top:1px solid var(--line);background:var(--ink);color:#fff}.footer-grid{width:min(100% - 32px,var(--content));margin:0 auto;padding:42px 0;display:grid;grid-template-columns:1.3fr .7fr;gap:32px}.site-footer h2{margin:0 0 10px;font-family:var(--font-hebrew);font-size:1.35rem;font-weight:900}.site-footer p,.site-footer a,.footer-note{color:#ffffffc7}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li+li{margin-top:6px}.footer-note{width:min(100% - 32px,var(--content));margin:0 auto;padding:18px 0 28px;border-top:1px solid rgba(255,255,255,.14);font-size:.92rem}@media(max-width:980px){.header-inner,.hero-grid,.category-layout,.article-shell,.band-inner,.footer-grid,.author-hero{grid-template-columns:1fr}.header-inner{align-items:flex-start;padding:14px 0}nav{justify-content:flex-start}.hero-feature{min-height:460px}.author-hero>img{max-width:260px}.hero-side{grid-template-rows:auto}.article-grid,.category-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar{position:static}}@media(max-width:680px){.section,.page-title,.category-title,.article-shell,.category-layout,.header-inner,.footer-grid,.band-inner,.author-page{width:min(100% - 24px,var(--content))}.section{padding:32px 0}.section-header,.header-inner{display:block}nav{margin-top:12px;gap:2px}nav a{padding:7px 8px;font-size:.92rem}.site-header{position:static}.section-header h1,.page-title h1,.category-title h1,.article-header h1,.hero-copy h1,.author-hero h1{font-size:2.3rem}.hero-feature{min-height:0;background:var(--ink);color:#fff}.hero-feature>img{position:static;width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover}.hero-feature:after{display:none}.hero-copy{position:static;width:auto;border:0;border-top:1px solid rgba(255,255,255,.14);border-radius:0;background:var(--ink);padding:20px 18px 18px;backdrop-filter:none}.hero-copy h1{font-size:2rem}.hero-copy p{font-size:1rem}.metric-row,.article-grid,.category-strip{grid-template-columns:1fr}.article-card--featured{grid-column:span 1}.article-card--compact{grid-template-columns:96px minmax(0,1fr)}.hero-side .article-list{grid-template-columns:1fr}.article-link-panel{padding:22px 18px}.article-link-panel ul{justify-items:start}.article-link-panel a{font-size:1.03rem}.author-hero{padding:18px}.prose{font-size:1.04rem}}
