:root {
  --red: #c8201a;
  --red-hover: #a6160f;
  --ink: #0e0e10;
  --paper: #f7f4ed;
  --white: #ffffff;
  --meta: #5a5a60;
  --red-on-ink: #e03a33;
  --line: #d9d2c2;
  --wash: #c9c3b5;
  --ink-soft: #2b2b2f;
  --paper-deep: #efeae0;
  --wrap: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Heebo, "IBM Plex Sans Hebrew", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; transition: color .12s ease-out; }
a:hover { color: var(--red); }
button { font: inherit; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }
.plex { font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif; }
.frank { font-family: "Frank Ruhl Libre", "Times New Roman", serif; }

@keyframes pushPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(.8); }
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  display: inline-block;
  flex-shrink: 0;
  animation: pushPulse 1.2s ease-in-out infinite;
}
.dot.white { background: #fff; }
.dot.on-ink { background: var(--red-on-ink); }

.skip { position: absolute; inset-inline-start: -9999px; top: 8px; }
.skip:focus { inset-inline-start: 16px; background: var(--ink); color: #fff; padding: 8px 12px; z-index: 20; }

/* Header */
.mast {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(247, 244, 237, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.mast-util {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--meta);
  flex-wrap: wrap;
}
.mast-live {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--red);
  font-weight: 700;
  letter-spacing: .1em;
}
.mast-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
}
.nav {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-weight: 600;
  font-size: 13px;
}
.nav a[aria-current="page"] { color: var(--red); }
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}
.brand:hover { color: var(--ink); }
.badge {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.badge svg { width: 32px; height: 32px; display: block; }
.badge.sm { width: 40px; height: 40px; border-radius: 8px; }
.badge.sm svg { width: 26px; height: 26px; }
.wordmark {
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.mast-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.icon-btn {
  background: none;
  border: 0;
  padding: 8px;
  color: var(--ink);
  display: flex;
}
.icon-btn:hover { color: var(--red); }
.btn-red {
  font-weight: 700;
  font-size: 13px;
  padding: 9px 16px;
  background: var(--red);
  color: #fff;
  border: 0;
  border-radius: 2px;
  white-space: nowrap;
  display: inline-block;
}
.btn-red:hover { background: var(--red-hover); color: #fff; }

/* Ticker */
.ticker {
  background: var(--ink);
  color: var(--paper);
}
.ticker-inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
}
.ticker-chip {
  background: var(--red);
  color: #fff;
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .14em;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  z-index: 1;
}
.ticker-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  mask-image: linear-gradient(to left, #000 92%, transparent);
}
.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: ticker-run var(--ticker-s, 48s) linear infinite;
}
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-list {
  display: flex;
  align-items: center;
  gap: 36px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  padding-inline: 36px;
}
@keyframes ticker-run {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
  .ticker-viewport { overflow-x: auto; }
}
.ticker-item {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--paper);
  line-height: 1.2;
}
.ticker-item:hover { color: #fff; }
.ticker-src {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  color: var(--red-on-ink);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  white-space: nowrap;
}

/* Lead */
.lead {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 40px;
  padding: 32px 0;
  border-bottom: 2px solid var(--ink);
  align-items: start;
}
.lead-card {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  color: #fff;
  background: #4a4642;
}
.lead-card,
.lead-card:hover { color: #fff; }
.lead-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(14, 14, 16, 0) 35%, rgba(14, 14, 16, .92) 100%);
  pointer-events: none;
}
.chip-mivzak {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--ink);
  color: #fff;
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .14em;
  padding: 10px 14px;
}
.lead-copy {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.kicker-box {
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  padding: 4px 12px;
  margin: 0;
}
.lead-copy h1 {
  margin: 0;
  font-weight: 900;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.1;
  letter-spacing: -.01em;
  text-wrap: balance;
  max-width: 20ch;
}
.lead-lede {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: var(--wash);
  max-width: 60ch;
}
.lead-meta {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--wash);
}

.mivzakim {
  display: flex;
  flex-direction: column;
}
.mivzakim-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 4px;
  gap: 12px;
}
.mivzakim-head h2 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 22px;
}
.mivzakim-head span {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--meta);
}
.mivzak-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.mivzak-row:last-of-type { border-bottom: 0; }
.mivzak-src {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: var(--meta);
  font-variant-numeric: tabular-nums;
  padding-top: 2px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.25;
}
.mivzak-src b {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}
.mivzak-src i {
  font-style: normal;
  font-size: 11px;
  color: var(--meta);
}
.mivzak-row:first-of-type .mivzak-src { color: var(--red); }
.mivzak-row strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  display: block;
}
.more-plex {
  margin-top: auto;
  padding-top: 14px;
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-size: 12px;
  letter-spacing: .06em;
  font-weight: 600;
}

/* Headlines */
.headlines { padding: 32px 0; border-bottom: 1px solid var(--line); }
.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 22px;
}
.sec-head h2 { margin: 0; font-weight: 900; font-size: 26px; }
.head-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.head-card { display: flex; flex-direction: column; gap: 12px; }
.head-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #6b665e;
}
.head-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.head-boxes {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.head-boxes.bottom { right: 16px; left: 16px; bottom: 16px; }
.head-boxes.top { right: 16px; left: 16px; top: 16px; }
.box-line {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.15;
  padding: 1px 10px;
}
.box-line.red { background: var(--red); color: #fff; }
.box-line.paper { background: var(--paper); color: var(--ink); }
.head-copy { display: flex; flex-direction: column; gap: 8px; }
.head-cat {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--red);
}
.head-meta, .stamp, .col-stamp, .feat-stamp {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--meta);
  font-variant-numeric: tabular-nums;
}
.feat-stamp { color: rgba(247, 244, 237, .78); font-size: 11px; }
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.chip {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .08em;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ink-soft);
}
.chip .slash,
.tag-title .slash {
  color: var(--red);
  font-weight: 800;
  margin-inline-end: 2px;
}
.chip.section { color: var(--ink); }
.chip.topic { color: var(--red); }
a.chip:hover { color: var(--red); }
a.chip.section:hover { color: var(--red); }
.tag-title { display: flex; align-items: baseline; gap: 0; }
.head-copy h3 {
  margin: 0;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.25;
  text-wrap: balance;
}
.head-credit {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--meta);
}

/* Columns */
.columns {
  padding: 32px 0 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.col-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 16px;
}
.col-head h2 { margin: 0; font-weight: 900; font-size: 22px; }
.feat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.feat-photo {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #5a5650;
}
.feat-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feat-copy {
  position: absolute;
  right: 14px;
  left: 14px;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.feat-kicker {
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 2px 8px;
}
.feat-copy strong {
  font-weight: 900;
  font-size: 19px;
  line-height: 1.2;
  color: #fff;
}
.col-link {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}
.col-link:last-child { border-bottom: 0; }
.col-empty {
  color: var(--meta);
  font-size: 15px;
  line-height: 1.5;
  padding: 8px 0 0;
}

/* CTA */
.cta {
  background: var(--ink);
  color: var(--paper);
  padding: 56px 0;
}
.cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}
.cta-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.cta-copy h2 {
  margin: 0;
  font-weight: 900;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.1;
  letter-spacing: -.01em;
  text-wrap: balance;
}
.cta-copy p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: var(--wash);
  max-width: 52ch;
}
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-ghost {
  font-weight: 700;
  font-size: 14px;
  padding: 10px 18px;
  border: 1px solid rgba(247, 244, 237, .4);
  color: var(--paper);
  border-radius: 2px;
}
.btn-ghost:hover { border-color: var(--paper); color: var(--paper); }
.recap { display: flex; flex-direction: column; gap: 20px; }
.recap-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 2px solid var(--paper);
  padding-bottom: 10px;
}
.recap-head strong { font-weight: 900; font-size: 22px; }
.recap-head span {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-size: 11px;
  letter-spacing: .08em;
  color: #948e81;
}
.recap-row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border-bottom: 1px solid #2d2d33;
  padding-bottom: 16px;
  color: var(--paper);
}
.recap-row:last-child { border-bottom: 0; padding-bottom: 0; }
.recap-row:hover { color: #fff; }
.recap-n {
  font-family: "Frank Ruhl Libre", "Times New Roman", serif;
  font-weight: 900;
  font-size: 36px;
  color: var(--red-on-ink);
  line-height: 1;
  min-width: 32px;
}
.recap-row b { font-weight: 700; font-size: 18px; line-height: 1.3; }

/* Footer */
.site-foot { padding: 56px 0 32px; }
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.foot-brand { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.foot-lockup { display: flex; align-items: center; gap: 10px; }
.foot-lockup .wordmark { font-size: 28px; }
.foot-brand p {
  margin: 0;
  font-size: 14px;
  color: var(--ink-soft);
  max-width: 320px;
  line-height: 1.5;
}
.handle {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--meta);
  direction: ltr;
}
.handle a { color: inherit; text-decoration: none; }
.handle a:hover { color: var(--red); }
.foot-col h5 {
  margin: 0 0 14px;
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .1em;
}
.foot-col a {
  display: block;
  color: var(--ink-soft);
  font-size: 14px;
  margin-bottom: 8px;
}
.foot-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 24px;
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--meta);
}

/* Inner pages */
.page { padding: 32px 0 72px; }
.page-meta {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-size: 13px;
  color: var(--meta);
  margin: -8px 0 22px;
  font-variant-numeric: tabular-nums;
}
.page-kicker {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--red);
  margin: 0 0 10px;
}
.page h1 {
  margin: 0 0 16px;
  font-weight: 900;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -.01em;
  text-wrap: balance;
}
.prose { max-width: 68ch; font-size: 18px; line-height: 1.7; }
.prose p { margin: 0 0 14px; }
.prose a { color: var(--red); font-weight: 700; }
.search-form { display: flex; gap: 10px; margin: 0 0 28px; max-width: 520px; }
.search-form input {
  flex: 1;
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px 14px;
  font: inherit;
  font-size: 16px;
  color: var(--ink);
}
.search-form input:focus { outline: 2px solid var(--red); border-color: var(--red); }

.story { max-width: 860px; }
.story-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #4a4642;
  margin: 0 0 22px;
}
.story-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story .chips { margin: 0 0 14px; }
.story .kicker-box { display: inline-block; font-size: 16px; margin-bottom: 12px; }
.story h1 { font-size: clamp(30px, 3.6vw, 48px); }
.story .lede { font-size: 20px; line-height: 1.5; color: var(--ink-soft); margin: 0 0 12px; }
.story .credit {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--meta);
  margin: 0 0 22px;
}
.story-body { font-size: 18px; line-height: 1.7; margin: 0 0 28px; }
.story-body p { margin: 0 0 14px; }
.back {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--red);
}

.empty {
  border: 1px solid var(--line);
  padding: 28px 20px;
  color: var(--meta);
  background: #fff;
}

.sec-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

@media (max-width: 980px) {
  .wrap { padding: 0 20px; }
  .mast-row { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .nav, .mast-actions { justify-content: center; }
  .lead, .cta-grid, .columns, .head-grid, .foot-grid, .sec-page-grid {
    grid-template-columns: 1fr;
  }
  .wordmark { font-size: 26px; }
  .lead-copy { padding: 0 18px 18px; }
  .lead-copy h1 { font-size: 28px; }
  .chip-mivzak { top: 14px; right: 14px; }
}

@media (max-width: 640px) {
  .wrap { padding: 0 16px; }
  .nav { gap: 12px; font-size: 12px; }
  .wordmark { font-size: 22px; }
  .badge { width: 40px; height: 40px; border-radius: 8px; }
  .badge svg { width: 26px; height: 26px; }
  .mast-actions .btn-red { font-size: 12px; padding: 8px 12px; }
  .ticker-list { gap: 22px; }
  .head-copy h3 { font-size: 19px; }
}

/* ------------------------------------------------------------------ portal look
   Homepage and chrome modelled on calcalist.co.il: grey page, white boxes,
   1210px frame, 890px main column + 304px sidebar, red roof titles. */
:root { --frame: 1210px; --grey: #ebebeb; --box: #ffffff; --rule: #e3e3e3; --meta-grey: #8a8a8a; }
body { background: var(--grey); }
.wrap { max-width: var(--frame); padding: 0 16px; }
.mast { background: var(--box); border-bottom: 1px solid var(--rule); backdrop-filter: none; }
.mast-row {
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  padding: 0;
  align-items: stretch;
  min-height: 58px;
}
.brand {
  background: var(--red);
  color: #fff;
  padding: 0 18px;
  gap: 10px;
  align-self: stretch;
}
.brand:hover { color: #fff; background: var(--red-hover); }
.brand .badge { width: 34px; height: 34px; border-radius: 6px; background: rgba(255, 255, 255, .14); }
.brand .badge svg { width: 24px; height: 24px; }
.brand .wordmark { font-size: 26px; }
.nav { gap: 20px; font-family: Heebo, sans-serif; font-weight: 700; font-size: 15px; color: var(--ink); }
.mast-actions { padding-inline-start: 8px; }
.mast-util {
  border-bottom: 0;
  border-top: 1px solid var(--rule);
  padding: 8px 0;
  font-size: 13px;
  letter-spacing: 0;
  gap: 24px;
}
.mast-util .hot { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--ink); }
.mast-util .hot span { color: var(--red); font-weight: 700; }
.mast-util .hot i { font-style: normal; color: var(--meta-grey); }
.mast-util .hot a { font-weight: 600; }
.mast-util-left { display: flex; gap: 18px; align-items: center; }
.ticker { border-bottom: 1px solid var(--rule); }

main.wrap:not(.cl-main) {
  background: var(--box);
  margin: 16px auto;
  padding: 24px 32px 40px;
  max-width: var(--frame);
}

.cl-main { padding-top: 16px; padding-bottom: 32px; }
.cl-grid {
  display: grid;
  grid-template-columns: minmax(0, 890fr) minmax(0, 304fr);
  gap: 16px;
  align-items: start;
}
.cl-col, .cl-side { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.cl-box { background: var(--box); padding: 12px; }

/* top story */
.cl-top-link {
  display: grid;
  grid-template-columns: minmax(0, 290fr) minmax(0, 580fr);
  gap: 18px;
  color: var(--ink);
}
.cl-top-link:hover { color: var(--ink); }
.cl-top-link:hover h1 { color: var(--red); }
.cl-top-photo { aspect-ratio: 580 / 330; overflow: hidden; background: #ddd; order: 2; }
.cl-top-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cl-top-copy { display: flex; flex-direction: column; gap: 8px; padding: 4px 4px 0 0; order: 1; }
.cl-roof-big { color: var(--red); font-weight: 800; font-size: 20px; line-height: 1.1; }
.cl-top-copy h1 { margin: 0; font-size: 34px; line-height: 1.15; font-weight: 900; letter-spacing: -.01em; }
.cl-top-lede { margin: 0; font-size: 16px; line-height: 1.45; color: #222; }
.cl-meta { font-size: 12px; color: var(--meta-grey); margin-top: auto; }
.cl-meta b { color: var(--ink); font-weight: 700; }

/* strips */
.cl-strip-head { display: flex; justify-content: space-between; align-items: baseline; margin: 2px 4px 12px; }
.cl-strip-head h2 { margin: 0; color: var(--red); font-size: 26px; font-weight: 900; line-height: 1; }
.cl-more { font-size: 13px; font-weight: 700; color: var(--ink); }
.cl-more:hover { color: var(--red); }
.cl-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 16px; }
.cl-card { display: flex; flex-direction: column; gap: 8px; color: var(--ink); }
.cl-card:hover { color: var(--ink); }
.cl-card:hover h3 { color: var(--red); }
.cl-card-photo { aspect-ratio: 270 / 147; overflow: hidden; background: #ddd; }
.cl-card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cl-card h3 { margin: 0; font-size: 19px; line-height: 1.25; font-weight: 800; }
.cl-roof { color: var(--red); }
.cl-card .cl-meta { margin-top: 0; }

/* sidebar */
.cl-side-title {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--rule);
}
.cl-mrows { display: flex; flex-direction: column; }
.cl-mrow {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 14px;
  line-height: 1.3;
  color: var(--ink);
}
.cl-mrow b { color: var(--ink); font-size: 13px; font-variant-numeric: tabular-nums; padding-top: 1px; }
.cl-mrow:first-child b { color: var(--red); }
.cl-mrow:hover span { color: var(--red); }
.cl-side .cl-more { display: inline-block; margin-top: 10px; }
.cl-ig-card { display: flex; gap: 12px; align-items: center; color: var(--ink); padding: 6px 0 12px; }
.cl-ig-card img { width: 64px; height: 64px; border-radius: 50%; border: 2px solid var(--red); }
.cl-ig-card div { display: flex; flex-direction: column; gap: 2px; }
.cl-ig-card strong { font-size: 15px; }
.cl-ig-card span { font-size: 13px; color: var(--meta); }
.cl-ig-btn { display: block; text-align: center; }
.cl-sections { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; font-weight: 700; font-size: 15px; }
.cl-sections a { padding: 6px 0; border-bottom: 1px solid var(--rule); }
.cl-rss p { margin: 0 0 6px; font-size: 13px; color: var(--meta); }

@media (max-width: 980px) {
  .cl-grid { grid-template-columns: 1fr; }
  .cl-top-link { grid-template-columns: 1fr; }
  .cl-top-photo { order: 1; }
  .cl-top-copy { order: 2; }
  .cl-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mast-row { grid-template-columns: auto 1fr; }
  .mast-actions { grid-column: 1 / -1; justify-content: flex-start; padding: 8px 0; }
  .brand { padding: 8px 12px; }
  main.wrap:not(.cl-main) { padding: 18px 16px 32px; }
}
@media (max-width: 640px) {
  .cl-cards { grid-template-columns: 1fr; }
  .cl-top-copy h1 { font-size: 26px; }
  .mast-util { flex-direction: column; align-items: flex-start; gap: 6px; }
}
.cl-feed-sentinel { text-align: center; color: var(--meta-grey); font-size: 13px; padding: 14px 0 4px; min-height: 18px; }
/* narrow screens: one-row brand, scrollable nav */
@media (max-width: 640px) {
  .mast-row { grid-template-columns: 1fr; min-height: 0; }
  .brand { padding: 10px 14px; justify-content: flex-start; }
  .brand .wordmark { font-size: 22px; }
  .nav { flex-wrap: nowrap; overflow-x: auto; gap: 16px; padding: 8px 0; -webkit-overflow-scrolling: touch; }
  .mast-actions { grid-column: auto; padding: 4px 0 10px; }
  .mast-util .hot { font-size: 12px; }
}

.story-figure {
  margin: 26px 0 0;
}
.story-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.story-figure figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: baseline;
  margin-top: 8px;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.story-figure figcaption small {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--meta);
}

.story-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
.story-link:hover { filter: brightness(1.08); }
.story-link span { font-size: 13px; }

.langs {
  display: inline-flex;
  gap: 6px;
  margin-inline-start: 14px;
  direction: ltr;
}
.langs a {
  font-family: "IBM Plex Sans Hebrew", Heebo, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 2px 7px;
  border: 1px solid var(--line, #ddd);
  border-radius: 999px;
  color: var(--ink-soft);
  text-decoration: none;
}
.langs a[aria-current="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.langs a:hover { color: var(--red); border-color: var(--red); }
.foot-col .langs-inline a { display: inline-block; margin-inline-end: 8px; }

/* An ad box exists on the page only while Google actually filled it: an unfilled unit
   collapses together with its label, so readers never see an empty frame. */
.ad { display: none; margin: 18px auto; max-width: 1200px; text-align: center; }
.ad:has(ins.adsbygoogle[data-ad-status="filled"]) { display: block; }
.ad-tag { display: block; font-size: 10px; letter-spacing: .12em; color: var(--meta); margin-bottom: 4px; }
.ad-sidebar { margin: 18px 0; }
.ad-article { margin: 26px 0; }
ins.adsbygoogle[data-ad-status="unfilled"] { display: none !important; }

/* A language edition is left to right; nothing may widen the page sideways. */
body { overflow-x: clip; }
@media (max-width: 760px) {
  .nav { flex-wrap: wrap; justify-content: center; row-gap: 4px; }
}

/* Left to right editions: the marquee runs the other way and fades on the right. */
[dir="ltr"] .ticker-viewport { mask-image: linear-gradient(to right, #000 92%, transparent); }
[dir="ltr"] .ticker-track { animation-name: ticker-run-ltr; }
@keyframes ticker-run-ltr {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
