:root {
  --ink: #14271f;
  --muted: #586961;
  --paper: #fff8e7;
  --paper-2: #f4eaca;
  --white: #fffef8;
  --green: #008b62;
  --green-dark: #07543f;
  --green-soft: #ccf3df;
  --red: #ff4036;
  --red-soft: #ffe0d8;
  --sand: #ffc83d;
  --blue: #3978ff;
  --purple: #8f56e8;
  --line: rgba(17, 27, 23, 0.13);
  --shadow: 0 18px 60px rgba(17, 27, 23, 0.08);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 200, 61, .32), transparent 25rem),
    radial-gradient(circle at 93% 17%, rgba(57, 120, 255, .13), transparent 26rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  min-height: 100vh;
}

button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  height: 76px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(244, 241, 233, 0.9);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { display: grid; width: 34px; height: 34px; color: var(--red); }
.brand-name { font-size: 1.12rem; font-weight: 800; letter-spacing: -0.05em; }
.brand-name span { color: var(--green); }

.desktop-nav { display: flex; justify-content: center; gap: 4px; }
.desktop-nav a {
  padding: 9px 11px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); background: var(--white); }

.header-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--ink);
  font-size: 0.83rem;
  font-weight: 800;
  cursor: pointer;
}
.header-action-dot { width: 7px; height: 7px; border-radius: 50%; background: #63d699; box-shadow: 0 0 0 4px rgba(99,214,153,.15); }

#app { min-height: calc(100vh - 76px); }
.page { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 48px 0 100px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, .serif {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(3.2rem, 8vw, 7.2rem); }
h2 { font-size: clamp(2.25rem, 5vw, 4.4rem); }
h3 { line-height: 1.2; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1rem, 2vw, 1.22rem); }

.hero { position: relative; overflow: hidden; padding: 36px; border:2px solid var(--ink); border-radius:36px; background:linear-gradient(135deg,#fffdf5 0 63%,#d9f5e7 63%); box-shadow:8px 8px 0 var(--ink); }
.hero-grid { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(380px,.75fr); align-items:center; gap:52px; }
.hero-copy h1 { font-size:clamp(3.2rem,6.5vw,6.7rem); }
.hero-collage { position:relative; min-height:520px; }
.story-image { position:relative; margin:0; overflow:hidden; background:var(--paper-2); }
.story-image img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.story-image:hover img { transform:scale(1.035); }
.story-image figcaption { position:absolute; z-index:2; right:8px; bottom:8px; max-width:85%; padding:5px 8px; border-radius:7px; color:white; background:rgba(10,18,14,.72); font-size:.56rem; font-weight:700; backdrop-filter:blur(6px); }
.collage-main { position:absolute; inset:0 0 70px 48px; border-radius:180px 180px 24px 24px; transform:rotate(2deg); box-shadow:var(--shadow); }
.collage-small { position:absolute; z-index:3; left:0; bottom:12px; width:48%; aspect-ratio:1.3; border:7px solid var(--paper); border-radius:18px; transform:rotate(-5deg); box-shadow:var(--shadow); }
.collage-stamp { position:absolute; z-index:4; right:0; bottom:18px; display:grid; place-items:center; width:142px; aspect-ratio:1; padding:18px; border-radius:50%; color:white; background:var(--red); text-align:center; transform:rotate(8deg); box-shadow:0 16px 40px rgba(198,58,53,.3); }
.collage-stamp strong { font:500 2.6rem/1 Georgia,serif; }
.collage-stamp span { font-size:.68rem; font-weight:850; line-height:1.15; }
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15px;
  right: max(20px, calc((100vw - var(--max)) / 2));
  width: min(43vw, 530px);
  aspect-ratio: 1;
  opacity: 0.09;
  background:
    linear-gradient(135deg, var(--red) 0 50%, transparent 50%) left / 50% 100% no-repeat,
    linear-gradient(var(--ink) 0 33%, transparent 33% 66%, var(--green) 66%) right / 50% 100% no-repeat;
  transform: rotate(-7deg);
}
.hero h1 em { color: var(--green); font-style: normal; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0 54px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 11px 19px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: white; background: var(--red); box-shadow:3px 3px 0 var(--ink); }
.btn-green { border-color: var(--green); color: white; background: var(--green); }
.btn-small { min-height: 38px; padding: 8px 13px; font-size: .78rem; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-item { padding: 24px 20px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; margin-bottom: 3px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; }
.trust-item span { color: var(--muted); font-size: .78rem; font-weight: 700; }

.section { padding: 80px 0 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-head h2 { max-width: 720px; margin-bottom: 0; }
.section-head .lead { max-width: 430px; margin-bottom: 4px; font-size: .98rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,253,248,.72);
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}
.card:hover { border-color: rgba(0,139,98,.55); }
.card-grid .card:nth-child(3n+1) { box-shadow:4px 4px 0 rgba(0,139,98,.2); }
.card-grid .card:nth-child(3n+2) { box-shadow:4px 4px 0 rgba(57,120,255,.17); }
.card-grid .card:nth-child(3n) { box-shadow:4px 4px 0 rgba(255,64,54,.16); }
.module-card { padding-top:14px; }
.module-image,.module-pattern { height:160px; margin:-1px -11px 22px; border-radius:16px; }
.module-pattern { display:grid; place-items:center; color:rgba(255,255,255,.85); background:radial-gradient(circle at 30% 25%,var(--sand),transparent 28%),linear-gradient(135deg,var(--green),var(--green-dark)); }
.module-pattern span { font:500 5rem/1 Georgia,serif; opacity:.4; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 42px; }
.card-number { color: var(--green); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--green-soft);
  font-size: .67rem;
  font-weight: 850;
}
.tag-red { color: #7f2420; background: var(--red-soft); }
.tag-dark { color: white; background: var(--ink); }
.card h3 { margin-bottom: 10px; font-size: 1.25rem; }
.card p { color: var(--muted); font-size: .9rem; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; }
.meta { color: var(--muted); font-size: .73rem; font-weight: 700; }
.progress-track { height: 5px; margin-top: 18px; border-radius: 99px; background: var(--paper-2); overflow: hidden; }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: var(--green); }

.feature-band {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1px;
  overflow: hidden;
  margin-top: 80px;
  border-radius: 30px;
  color: white;
  background: rgba(255,255,255,.16);
  box-shadow: var(--shadow);
}
.feature-band > div { padding: clamp(30px, 6vw, 70px); background: var(--ink); }
.feature-band > div:last-child { background: var(--green-dark); }
.feature-band h2 { font-size: clamp(2.3rem, 5vw, 4.8rem); }
.feature-band p { max-width: 590px; color: rgba(255,255,255,.66); }
.feature-stat { display: grid; align-content: center; }
.feature-stat strong { font-family: Georgia, serif; font-size: clamp(4rem, 10vw, 8rem); font-weight: 400; line-height: .85; }
.feature-stat span { margin-top: 14px; color: rgba(255,255,255,.65); }
.journey-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:80px; }
.journey-grid a { display:flex; flex-direction:column; min-height:190px; padding:22px; border:2px solid var(--ink); border-radius:22px; background:var(--sand); color:var(--ink); text-decoration:none; box-shadow:5px 5px 0 var(--ink); transition:.2s ease; }
.journey-grid a:nth-child(2) { color:white; background:var(--red); }
.journey-grid a:nth-child(3) { color:white; background:var(--blue); }
.journey-grid a:nth-child(4) { color:white; background:var(--green); }
.journey-grid a:hover { transform:translateY(-5px) rotate(-1deg); }
.journey-grid span { font-size:.72rem; font-weight:950; }
.journey-grid strong { margin:auto 0 5px; font:500 1.65rem/1 Georgia,serif; }
.journey-grid small { font-size:.7rem; font-weight:800; opacity:.75; }

.page-head { padding: 30px 0 36px; border-bottom: 1px solid var(--line); }
.page-head h1 { max-width: 860px; font-size: clamp(3rem, 7vw, 6.2rem); }
.page-head-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }

.filter-bar {
  position: sticky;
  z-index: 30;
  top: 88px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(244,241,233,.9);
  backdrop-filter: blur(16px);
  overflow-x: auto;
}
.filter-chip {
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 0;
  border-radius: 11px;
  color: var(--muted);
  background: transparent;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}
.filter-chip.active { color: white; background: var(--ink); }
.search-input {
  min-width: 220px;
  margin-left: auto;
  padding: 9px 12px;
  border: 0;
  outline: 0;
  background: transparent;
}

.timeline-intro { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:16px 2px 2px; }
.timeline-intro > div { display:flex; align-items:center; min-width:220px; gap:10px; color:var(--green); font:500 1.2rem Georgia,serif; }
.timeline-intro i { flex:1; height:3px; border-radius:9px; background:linear-gradient(90deg,var(--red),var(--sand),var(--green)); }
.timeline-intro p { margin:0; color:var(--muted); font-size:.76rem; font-weight:800; }
.timeline { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(320px,39%); gap:18px; margin:28px calc((100vw - min(var(--max), calc(100vw - 40px))) / -2) 0; padding:0 max(20px,calc((100vw - var(--max))/2)) 26px; overflow-x:auto; overscroll-behavior-inline:contain; scroll-snap-type:x mandatory; scrollbar-color:var(--green) var(--paper-2); }
.timeline-item { position:relative; display:grid; grid-template-rows:250px 1fr; min-height:590px; overflow:hidden; border:1px solid var(--line); border-radius:26px; background:var(--white); box-shadow:0 12px 35px rgba(17,27,23,.06); scroll-snap-align:center; transition:transform .25s ease,box-shadow .25s ease; }
.timeline-item:hover { transform:translateY(-5px) rotate(-.4deg); box-shadow:var(--shadow); }
.timeline-image { width:100%; height:250px; }
.timeline-image::after { content:""; position:absolute; inset:45% 0 0; background:linear-gradient(transparent,rgba(17,27,23,.65)); }
.timeline-content { display:flex; flex-direction:column; padding:24px; }
.timeline-meta { display:flex; align-items:center; justify-content:space-between; }
.timeline-count { color:var(--red); font-size:.7rem; font-weight:950; letter-spacing:.12em; }
.timeline-year { margin:20px 0 8px; color:var(--green); font:500 clamp(2.4rem,5vw,4.6rem)/.9 Georgia,serif; letter-spacing:-.06em; }
.timeline-content h3 { margin-bottom:10px; font-size:1.25rem; }
.timeline-content p { color:var(--muted); font-size:.88rem; }
.timeline-content .source-link { margin-top:auto; padding-top:12px; }
.source-link { display: inline-flex; align-items: center; gap: 5px; color: var(--green); font-size: .75rem; font-weight: 850; text-decoration: none; }
.source-link:hover { text-decoration: underline; }

.video-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:30px; }
.video-card { overflow:hidden; border:2px solid var(--ink); border-radius:26px; background:var(--white); box-shadow:6px 6px 0 var(--blue); }
.video-card:nth-child(2n) { box-shadow-color:var(--sand); }
.video-featured { grid-column:1/-1; display:grid; grid-template-columns:1.45fr .55fr; }
.video-frame { aspect-ratio:16/9; background:var(--ink); }
.video-frame iframe { display:block; width:100%; height:100%; border:0; }
.video-copy { padding:24px; }
.video-copy h3 { margin:18px 0 9px; font:500 1.8rem/1 Georgia,serif; }
.reflection-check { display:flex; align-items:center; gap:9px; margin-top:22px; padding:12px; border-radius:12px; background:var(--green-soft); font-size:.78rem; font-weight:800; cursor:pointer; }
.reflection-check input { width:18px; height:18px; accent-color:var(--green); }

.connection-lab { margin-top:32px; padding:clamp(20px,4vw,44px); border:2px solid var(--ink); border-radius:30px; background:linear-gradient(145deg,#e2f8ec,#fff4c8); box-shadow:8px 8px 0 var(--ink); }
.role-picker { display:grid; grid-template-columns:repeat(4,1fr); gap:9px; }
.role-button { display:flex; align-items:center; justify-content:center; gap:8px; min-height:58px; padding:10px; border:1.5px solid var(--ink); border-radius:15px; background:var(--white); color:var(--ink); font-size:.78rem; font-weight:850; cursor:pointer; }
.role-button span { color:var(--red); font-size:1.2rem; }
.role-button.active { color:white; background:var(--blue); transform:translateY(-3px); box-shadow:3px 3px 0 var(--ink); }
.role-button.active span { color:var(--sand); }
.connection-stage { display:grid; grid-template-columns:150px 1fr 150px; align-items:center; gap:16px; margin:48px auto; max-width:820px; }
.you-node,.palestine-node { display:grid; place-items:center; aspect-ratio:1; padding:15px; border:2px solid var(--ink); border-radius:50%; background:var(--white); text-align:center; box-shadow:5px 5px 0 var(--red); }
.palestine-node { color:white; background:var(--green); box-shadow-color:var(--sand); }
.you-node > span,.palestine-node > span { font-size:2rem; }
.you-node small,.palestine-node small { font-size:.55rem; font-weight:900; letter-spacing:.12em; }
.connection-line { display:flex; align-items:center; gap:9px; color:var(--muted); font-size:.65rem; text-align:center; }
.connection-line i { flex:1; height:3px; background:var(--ink); }
.connection-actions { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.connection-actions article { display:grid; grid-template-columns:34px 1fr; gap:10px; padding:18px; border:1.5px solid var(--ink); border-radius:18px; background:var(--white); }
.connection-actions span { color:var(--red); font-weight:950; }
.connection-actions p { margin:0; font-size:.85rem; }
.pledge { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:18px; margin-top:20px; padding:18px; border-radius:18px; color:white; background:var(--ink); }
.pledge > span { color:var(--sand); font-size:.7rem; font-weight:900; text-transform:uppercase; }
.action-ladder { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:28px 0; }
.action-ladder article { min-height:160px; padding:22px; border:2px solid var(--ink); border-radius:22px; background:var(--sand); box-shadow:5px 5px 0 var(--ink); }
.action-ladder article:nth-child(2) { color:white; background:var(--blue); }
.action-ladder article:nth-child(3) { color:white; background:var(--green); }
.action-ladder span { display:block; margin-bottom:35px; font-size:.68rem; font-weight:950; letter-spacing:.1em; text-transform:uppercase; }
.action-ladder strong { font:500 1.55rem/1.05 Georgia,serif; }

.data-lab-section { margin-top:42px; padding:clamp(22px,4vw,42px); border:1px solid var(--line); border-radius:30px; background:rgba(255,253,248,.7); }
.data-lab-section + .data-lab-section { margin-top:24px; }
.data-lab-head { display:flex; align-items:end; justify-content:space-between; gap:28px; margin-bottom:28px; }
.data-lab-head h2 { margin:0; font-size:clamp(2.2rem,5vw,4.5rem); }
.big-number { color:var(--green); font:500 clamp(2.6rem,6vw,5rem)/1 Georgia,serif; white-space:nowrap; }
.big-number small { font:800 .75rem/1 Inter,sans-serif; letter-spacing:.04em; text-transform:uppercase; }
.population-lab { display:grid; grid-template-columns:minmax(280px,.8fr) minmax(320px,1.2fr); gap:clamp(26px,6vw,76px); align-items:center; }
.gaza-map-wrap { position:relative; width:min(100%,390px); margin:auto; }
.gaza-map { display:block; width:100%; filter:drop-shadow(0 18px 30px rgba(17,27,23,.1)); }
.gaza-map text { fill:rgba(17,27,23,.55); font:800 7px Inter,sans-serif; letter-spacing:.12em; }
.gaza-land { fill:#ead9b5; stroke:#735f3b; stroke-width:2; }
.population-dots { fill:var(--red); stroke:white; stroke-width:1.5; transition:.3s ease; }
.map-legend { position:absolute; left:14px; bottom:14px; display:flex; align-items:center; gap:7px; padding:7px 10px; border-radius:10px; color:white; background:rgba(17,27,23,.8); font-size:.68rem; font-weight:800; }
.map-legend i { width:9px; height:9px; border:1px solid white; border-radius:50%; background:var(--red); }
.population-controls label { display:flex; justify-content:space-between; align-items:end; color:var(--muted); font-size:.75rem; font-weight:850; }
.population-controls label strong { color:var(--green); font:500 3.2rem/1 Georgia,serif; }
.population-controls input[type="range"] { width:100%; margin:20px 0 7px; accent-color:var(--red); cursor:pointer; }
.year-stops { display:flex; justify-content:space-between; color:var(--muted); font-size:.68rem; font-weight:800; }
.density-meter { height:12px; margin:30px 0 16px; overflow:hidden; border-radius:99px; background:var(--paper-2); }
.density-meter span { display:block; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--sand),var(--red)); transition:width .35s ease; }
.population-controls p { max-width:600px; }
.method-note { color:var(--muted); font-size:.74rem !important; }
.view-switch { display:flex; flex-wrap:wrap; gap:6px; padding:6px; border:1px solid var(--line); border-radius:15px; }
.impact-chart { display:grid; gap:14px; }
.impact-row { display:grid; grid-template-columns:minmax(230px,1.2fr) minmax(180px,1fr) 70px 90px; align-items:center; gap:18px; padding:20px 0; border-bottom:1px solid var(--line); }
.impact-row > div:first-child { display:grid; gap:5px; }
.impact-row span { color:var(--muted); font-size:.75rem; }
.impact-row b { color:var(--red); font:500 2rem/1 Georgia,serif; text-align:right; }
.impact-bar-track { height:22px; overflow:hidden; border-radius:6px; background:var(--paper-2); }
.impact-bar-track > span { display:block; height:100%; background:var(--red); }
.action-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.action-card h3 { margin:22px 0 8px; font:500 2rem/1 Georgia,serif; }
.action-card > strong { display:block; margin-bottom:10px; color:var(--green); }

.notice {
  display: flex;
  gap: 14px;
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid rgba(198,58,53,.2);
  border-radius: 16px;
  color: #6b2926;
  background: var(--red-soft);
  font-size: .88rem;
}
.notice strong { color: var(--red); }

.current-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.metric-card { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; }
.metric-card strong { display: block; margin-bottom: 8px; font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 500; letter-spacing: -.05em; }
.metric-card h3 { margin: 0; font-size: .87rem; }
.metric-card p { font-size: .8rem; }

.boycott-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.company-card { min-height: 330px; display: flex; flex-direction: column; }
.company-card h3 { margin: 18px 0 6px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.company-card .summary { margin-bottom: 20px; color: var(--ink); font-size: .92rem; }
.evidence-list { display: grid; gap: 10px; margin: auto 0 18px; padding: 0; list-style: none; }
.evidence-list li { display: grid; grid-template-columns: 9px 1fr; gap: 10px; color: var(--muted); font-size: .82rem; }
.evidence-list li::before { content: ""; width: 7px; height: 7px; margin-top: 7px; border-radius: 50%; background: var(--green); }
.confidence { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .72rem; font-weight: 800; }
.confidence-dots { display: flex; gap: 3px; }
.confidence-dots i { width: 16px; height: 4px; border-radius: 99px; background: var(--paper-2); }
.confidence-dots i.on { background: var(--green); }

.quiz-shell { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 24px; max-width: 980px; margin: 38px auto; }
.quiz-card { padding: clamp(24px, 5vw, 50px); }
.quiz-kicker { color: var(--green); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.quiz-card h2 { margin: 18px 0 32px; font-family: inherit; font-size: clamp(1.5rem, 4vw, 2.35rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.15; }
.answers { display: grid; gap: 9px; }
.answer {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: var(--white);
  text-align: left;
  cursor: pointer;
}
.answer:hover { border-color: var(--green); }
.answer .letter { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; color: var(--muted); background: var(--paper-2); font-size: .72rem; font-weight: 900; }
.answer.correct { border-color: var(--green); background: var(--green-soft); }
.answer.wrong { border-color: var(--red); background: var(--red-soft); }
.answer:disabled { cursor: default; }
.quiz-feedback { margin-top: 18px; padding: 16px; border-left: 3px solid var(--green); background: var(--green-soft); font-size: .86rem; }
.quiz-side { display: grid; align-content: start; gap: 12px; }
.score-card { text-align: center; }
.score-ring { display: grid; place-items: center; width: 126px; height: 126px; margin: 15px auto; border: 10px solid var(--green-soft); border-top-color: var(--green); border-radius: 50%; font-family: Georgia, serif; font-size: 2.2rem; }
.quiz-dots { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.quiz-dots i { aspect-ratio: 1; border-radius: 6px; background: var(--paper-2); }
.quiz-dots i.done { background: var(--green); }
.quiz-dots i.current { box-shadow: 0 0 0 2px var(--red) inset; }

.source-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
.source-card h3 { font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.source-card ul { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.source-card a { color: var(--green); font-size: .86rem; font-weight: 750; text-decoration: none; }
.source-card a:hover { text-decoration: underline; }

.module-dialog {
  width: min(760px, calc(100% - 24px));
  max-height: min(88vh, 900px);
  padding: 0;
  border: 0;
  border-radius: 26px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 30px 100px rgba(0,0,0,.3);
}
.module-dialog::backdrop { background: rgba(10, 18, 14, .66); backdrop-filter: blur(6px); }
.dialog-close { position: sticky; z-index: 3; top: 14px; float: right; width: 38px; height: 38px; margin: 14px 14px -52px 0; border: 0; border-radius: 50%; color: white; background: var(--ink); font-size: 1.5rem; cursor: pointer; }
.dialog-hero { padding: 50px 42px 34px; color: white; background: var(--green-dark); }
.dialog-hero h2 { margin: 10px 0 15px; font-size: clamp(2.4rem, 8vw, 4.6rem); }
.dialog-hero p { max-width: 570px; color: rgba(255,255,255,.7); }
.dialog-body { padding: 34px 42px 48px; }
.lesson-section { padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.lesson-section h3 { font-size: 1.15rem; }
.lesson-section p, .lesson-section li { color: #4f5d56; font-size: .93rem; }
.lesson-section li + li { margin-top: 7px; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 8px; }

.empty-state { padding: 70px 20px; color: var(--muted); text-align: center; }
.toast { position: fixed; z-index: 300; right: 20px; bottom: 24px; max-width: 340px; padding: 13px 17px; border-radius: 12px; color: white; background: var(--ink); box-shadow: var(--shadow); opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.mobile-nav { display: none; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; height: 68px; padding: 0 20px; }
  .header-action { padding: 9px 12px; font-size: .75rem; }
  .page { width: min(100% - 28px, var(--max)); padding-top: 28px; padding-bottom: 110px; }
  .hero { padding-top: 46px; }
  .hero-grid { grid-template-columns:1fr; gap:20px; }
  .hero-collage { min-height:430px; margin-top:-15px; }
  .hero::after { width: 70vw; right: -22vw; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head, .page-head-row { align-items: start; flex-direction: column; }
  .card-grid, .current-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-band { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns:repeat(2,1fr); }
  .boycott-grid { grid-template-columns: 1fr; }
  .video-featured { display:block; }
  .role-picker { grid-template-columns:repeat(2,1fr); }
  .connection-actions { grid-template-columns:1fr; }
  .action-ladder { grid-template-columns:1fr; }
  .quiz-shell { grid-template-columns: 1fr; }
  .quiz-side { grid-row: 1; grid-template-columns: 1fr 1fr; }
  .score-ring { width: 92px; height: 92px; border-width: 7px; font-size: 1.7rem; }
  .mobile-nav {
    position: fixed;
    z-index: 100;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 7px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    background: rgba(17,27,23,.94);
    box-shadow: 0 18px 50px rgba(0,0,0,.25);
    backdrop-filter: blur(18px);
  }
  .mobile-nav a { display: grid; place-items: center; gap: 2px; padding: 5px; border-radius: 13px; color: rgba(255,255,255,.56); font-size: .58rem; font-weight: 750; text-decoration: none; }
  .mobile-nav a.active { color: white; background: rgba(255,255,255,.1); }
  .mobile-nav svg { width: 21px; height: 21px; fill: currentColor; }
  .toast { right: 14px; bottom: 92px; left: 14px; max-width: none; }
}

@media (max-width: 580px) {
  .brand-mark { width: 30px; height: 30px; }
  .brand-name { font-size: 1rem; }
  .header-action-dot { display: none; }
  h1 { font-size: clamp(2.8rem, 16vw, 4.4rem); }
  .hero-actions .btn { flex: 1 1 auto; }
  .trust-item { padding: 18px 12px; }
  .trust-item strong { font-size: 1.4rem; }
  .section { padding-top: 60px; }
  .card-grid, .current-grid, .source-groups { grid-template-columns: 1fr; }
  .card-top { margin-bottom: 28px; }
  .feature-band { margin-top: 60px; border-radius: 22px; }
  .journey-grid { grid-template-columns:1fr 1fr; margin-top:60px; }
  .journey-grid a { min-height:150px; padding:17px; }
  .feature-band > div { padding: 32px 24px; }
  .page-head { padding-top: 18px; }
  .page-head h1 { font-size: clamp(2.8rem, 15vw, 4.7rem); }
  .filter-bar { top: 76px; }
  .search-input { order: -1; width: 100%; min-width: 180px; }
  .hero-collage { min-height:345px; }
  .hero { padding:26px 18px; border-radius:25px; box-shadow:5px 5px 0 var(--ink); }
  .video-grid { grid-template-columns:1fr; }
  .video-featured { grid-column:auto; }
  .connection-stage { grid-template-columns:92px 1fr 92px; gap:8px; margin:34px auto; }
  .you-node,.palestine-node { padding:8px; }
  .connection-line b { display:none; }
  .pledge { grid-template-columns:1fr; }
  .data-lab-section { padding:20px 16px; border-radius:22px; }
  .data-lab-head { align-items:flex-start; flex-direction:column; }
  .population-lab { grid-template-columns:1fr; }
  .impact-row { grid-template-columns:1fr 65px; gap:10px; }
  .impact-row > div:first-child { grid-column:1/-1; }
  .impact-row .impact-bar-track { grid-column:1; }
  .impact-row .source-link { grid-column:1/-1; }
  .action-grid { grid-template-columns:1fr; }
  .collage-main { inset:0 0 55px 25px; }
  .collage-stamp { width:108px; }
  .collage-stamp strong { font-size:2rem; }
  .timeline-intro { align-items:flex-start; flex-direction:column; }
  .timeline { grid-auto-columns:88%; margin-right:-14px; margin-left:-14px; padding-right:14px; padding-left:14px; }
  .timeline-item { grid-template-rows:210px 1fr; min-height:540px; }
  .timeline-image { height:210px; }
  .quiz-side { grid-template-columns: 1fr; }
  .score-card { display: none; }
  .quiz-card { padding: 22px 18px; }
  .dialog-hero, .dialog-body { padding-right: 23px; padding-left: 23px; }
  .dialog-hero { padding-top: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
