:root{--bg:#f4efe6;--paper:#fffdf9;--ink:#171411;--muted:#6e675e;--line:#d9d0c2;--accent:#b64324;--accent2:#ecbf68;--shadow:0 18px 44px -32px #33261e80;font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f9e8cf 0,#f4efe6 340px);color:var(--ink)}a{color:inherit}.top{max-width:860px;margin:auto;padding:14px 20px;display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}.brand,.crumb{text-decoration:none;font-weight:850}.brand{justify-self:start}.brand span{color:var(--accent)}.crumb{font-size:.88rem;color:var(--muted)}.langs{justify-self:end;display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:var(--paper)}.langs button{border:0;background:transparent;padding:7px 10px;font-weight:850;cursor:pointer}.langs button[aria-pressed=true]{background:var(--ink);color:#fff}.page{max-width:820px;margin:auto;padding:10px 20px 72px}.hero{position:relative;min-height:420px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);display:flex;align-items:flex-end}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 15%,#160e08e8 100%)}.hero-copy{position:relative;z-index:1;color:#fff;padding:34px;max-width:650px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:850;font-size:.73rem}.hero h1,.tour-hero h1{font-size:clamp(2.25rem,7vw,4.6rem);line-height:.98;margin:.15em 0}.hero p,.tour-hero>p{font-size:1.08rem;line-height:1.65;margin:0;max-width:62ch}.section-head{display:flex;justify-content:space-between;align-items:center;margin:34px 0 14px}.section-head h2{margin:0;font-size:1.25rem}.section-head>span{font-size:.8rem;font-weight:850;background:var(--ink);color:#fff;border-radius:999px;padding:5px 9px}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.card{display:block;background:var(--paper);border:1px solid var(--line);border-radius:20px;overflow:hidden;text-decoration:none;box-shadow:var(--shadow);transition:.2s}.card:hover{transform:translateY(-2px);border-color:var(--accent)}.card>img{width:100%;height:175px;object-fit:cover}.card>span{display:block;padding:18px}.card strong{font-size:1.2rem}.card small{display:block;color:var(--accent);font-weight:850;margin:6px 0}.card p{margin:0;color:var(--muted);line-height:1.55}.ideas{display:grid;gap:12px}.idea{display:grid;grid-template-columns:42px 1fr;gap:14px;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:18px}.idea-num{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:900}.idea small{color:var(--accent);font-weight:850}.idea h3{margin:4px 0 7px;font-size:1.2rem}.idea p{margin:0 0 8px;color:var(--muted);line-height:1.58}.idea a{font-size:.85rem;font-weight:850;color:var(--accent)}.week{background:#fff8e9;border:1px solid #e8d3a6;border-radius:24px;padding:0 22px 22px;margin-top:34px}.week .section-head{margin-top:22px}.week ol{list-style:none;padding:0;margin:0;display:grid;gap:9px}.week li{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:center}.week li b{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:var(--ink);color:#fff}.week>p{color:var(--muted);line-height:1.6;margin-bottom:0}.planner{background:var(--ink);color:#fff;border-radius:24px;padding:26px;margin-top:36px}.planner h2{margin:0 0 8px}.planner p{color:#ded7ce}.planner a,.primary{display:inline-block;background:var(--accent2);color:#24170c;text-decoration:none;font-weight:900;border-radius:13px;padding:13px 18px}.compact{display:flex;align-items:center;justify-content:space-between;gap:20px}.tour-hero{padding:52px 0 22px}.tour-hero h1{max-width:720px}.facts{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}.facts span{background:var(--paper);border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:.9rem}.warning{background:#fff3d5;border:1px solid #e3b95f;border-inline-start:6px solid #d77724;border-radius:18px;padding:18px;margin:22px 0}.warning p{margin:7px 0 0;line-height:1.6}.primary{margin-top:4px;background:var(--ink);color:#fff}.tour #map{height:390px;border-radius:22px;border:1px solid var(--line);overflow:hidden;box-shadow:var(--shadow)}.map-note{font-size:.8rem;color:var(--muted)}.stops{list-style:none;padding:0;margin:0;display:grid;gap:12px}.stops li{display:grid;grid-template-columns:42px 1fr;gap:14px;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:17px}.num{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:900}.stops h3{margin:2px 0 7px}.stops p{margin:0 0 8px;color:var(--muted);line-height:1.55}.stops a{font-size:.85rem;font-weight:850;color:var(--accent)}footer{border-top:1px solid var(--line);margin-top:40px;padding-top:20px;color:var(--muted);font-size:.8rem;line-height:1.6}footer p{margin:6px 0}html[lang=en] [data-he],html[lang=he] [data-en]{display:none!important}@media(max-width:620px){.top{grid-template-columns:1fr auto}.crumb{grid-column:1/-1;grid-row:2}.langs{grid-column:2;grid-row:1}.page{padding-inline:14px}.hero{min-height:390px;border-radius:22px}.hero-copy{padding:24px}.cards{grid-template-columns:1fr}.card{display:grid;grid-template-columns:115px 1fr}.card>img{height:100%;min-height:170px}.tour #map{height:320px}.compact{display:block}.compact a{margin-top:12px}.tour-hero{padding-top:34px}}.navlaunch{appearance:none;border:0;cursor:pointer;font-size:1rem}.navnote{font-size:.92rem!important;color:var(--muted);margin-top:10px!important}.provenance{background:#eef6ec;border:1px solid #a8c6a0;border-radius:18px;padding:18px;margin:20px 0}.provenance p{margin:7px 0 0}.provenance a{font-weight:850;color:#285b2b}.tour-chat{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:22px}.tour-chat h2{margin:0 0 5px}.tour-chat>p{color:var(--muted);margin:0 0 14px}.chatrow{display:flex;gap:8px}.chatrow input{min-width:0;flex:1;border:1px solid var(--line);border-radius:12px;padding:13px;font:inherit;background:#fff;color:var(--ink)}.chatrow button{border:0;border-radius:12px;padding:12px 18px;background:var(--ink);color:#fff;font-weight:850;cursor:pointer}#chatLog{white-space:pre-wrap;line-height:1.55;margin-top:14px}