/* stavtheodor.com: the one theme every page shares.
   Generated pages link this file; edit it here, then run python3 build.py.
   Part 1 is the approved homepage stylesheet (the ArtLink register, 2026-09-26), unchanged
   except that the opening's caption rule is scoped to #cap so the film and project captions
   render. Part 2 styles the inner pages: Art Radar posts, the archive, advisory, projects,
   partners and the guide. Tokens live in :root. */

/* ===================== Part 1: the homepage register ===================== */
  :root {
    color-scheme: dark;
    --bg: #0F0F14; --surface: #1A1A20; --ink: #F2F0EC; --soft: #D8D5CF; --muted: #A5A3AC;
    --taupe: #9D7663; --taupe-ink: #1A1418; --line: rgba(242,240,236,0.14);
    --serif: 'DM Serif Display', Georgia, serif; --sans: 'Plus Jakarta Sans', Helvetica, Arial, sans-serif; --he: 'Frank Ruhl Libre', 'David Libre', serif;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; background: var(--bg); }
  body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
  [data-l="he"] { font-family: var(--he); }
  body.lang-en [data-l="he"] { display: none !important; }
  body.lang-he [data-l="en"] { display: none !important; }
  .serif { font-family: var(--serif); font-weight: 400; line-height: 1.05; letter-spacing: -0.01em; }
  .serif [data-l="he"] { font-family: var(--he); font-weight: 400; letter-spacing: 0; }
  a { color: inherit; text-decoration: none; }
  a:hover { color: #C9A46B; }
  img { display: block; max-width: 100%; }
  .eyebrow { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--taupe); font-weight: 600; }
  .eyebrow.soft { color: var(--muted); }
  .eyebrow [data-l="he"] { letter-spacing: 0.04em; font-size: 14px; }
  .muted { color: var(--muted); }
  .body { font-size: 17px; line-height: 1.7; color: var(--soft); }
  .wrap { padding-left: clamp(20px, 3.4vw, 48px); padding-right: clamp(20px, 3.4vw, 48px); }
  .section { padding-top: clamp(88px, 10vw, 150px); }
  .head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; margin-bottom: clamp(28px, 3vw, 40px); }
  .head .lead { display: flex; flex-direction: column; gap: 16px; max-width: 900px; }
  h2.serif { font-size: clamp(30px, 3.2vw, 44px); text-wrap: balance; }
  .arrow { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; white-space: nowrap; }
  .arrow [data-l="he"] { letter-spacing: 0; text-transform: none; font-size: 16px; }
  .ln { width: 36px; height: 1px; background: currentColor; display: inline-block; flex: none; }
  .btn { display: inline-block; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; color: var(--ink); border: 1px solid rgba(242,240,236,0.45); padding: 16px 30px; transition: background .3s, color .3s; }
  .btn:hover { background: var(--ink); color: var(--bg); }
  .btn.big { font-size: 15px; padding: 20px 40px; border-color: var(--ink); }
  .btn [data-l="he"] { letter-spacing: 0; text-transform: none; font-size: 16px; }
  .btn.big [data-l="he"] { font-size: 18px; }
  .cover { width: 100%; height: 100%; object-fit: cover; }

  /* Scroll reveal. The hidden state exists only once the boot script has added html.js,
     and the script at the end of the page guarantees nothing in view stays hidden. */
  html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .9s ease, transform .9s ease; }
  html.js .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) { html.js .reveal { opacity: 1; transform: none; transition: none; } }

  /* Fixed top bar, readable over any photo */
  .nav { position: fixed; left: 0; right: 0; top: 0; z-index: 50; display: flex; justify-content: space-between; align-items: center; padding: calc(26px + env(safe-area-inset-top, 0px)) clamp(20px, 3.4vw, 48px) 26px; pointer-events: none; text-shadow: 0 1px 2px rgba(0,0,0,0.45), 0 2px 12px rgba(0,0,0,0.28); }
  .nav::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: calc(96px + env(safe-area-inset-top, 0px)); background: linear-gradient(180deg, rgba(15,15,20,0.55) 0%, rgba(15,15,20,0) 100%); pointer-events: none; z-index: -1; }
  .nav .wordmark, .nav .links a, .nav .lang-switch, .nav .menu-btn { pointer-events: auto; }
  .wordmark { font-family: var(--serif); font-size: 22px; letter-spacing: 0.22em; color: var(--ink); }
  .links { display: flex; gap: 30px; align-items: center; }
  .links a { font-size: 13px; font-weight: 500; letter-spacing: 0.02em; }
  .links a [data-l="he"] { font-size: 16px; }
  .lang-switch button { background: none; border: 0; color: var(--ink); cursor: pointer; font-family: var(--he); font-size: 16px; padding: 0; text-shadow: inherit; }
  .lang-switch button[data-lang="en"] { font-family: var(--sans); font-size: 13px; font-weight: 500; }
  body.lang-en .lang-switch button[data-lang="en"] { display: none; }
  body.lang-he .lang-switch button[data-lang="he"] { display: none; }
  .menu-btn { display: none; background: none; border: 0; color: var(--ink); font-family: var(--sans); font-size: 13px; font-weight: 500; cursor: pointer; text-shadow: inherit; }
  .menu-btn [data-l="he"] { font-size: 16px; }

  /* ===== The opening: a room painted out of the dark, then the art brushed onto its wall =====
     Three states, set on body by the scripts:
       (none)          static: the after photos as plain figures, the nav and hero line visible. This is the no-JS state.
       body.gl         WebGL is live: the fixed canvas draws, the chain is a 230vh scroll spacer, figures hidden.
       body.entering   the entrance is playing: nav, hero line and cue hidden until it finishes or the visitor skips it. */
  .nav { transition: opacity .5s ease; }
  body.entering .nav { opacity: 0; }
  body.entering .nav * { pointer-events: none !important; }
  #gl { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 1; display: none; }
  body.gl #gl { display: block; }
  .gl-only { display: none; }
  body.gl .gl-only { display: block; }
  body.gl .static-only { display: none; }
  .hero { position: relative; z-index: 3; height: 100vh; height: 100svh; overflow: hidden; background: var(--surface); }
  body.gl .hero { background: transparent; }
  .hero-ui { position: absolute; inset: 0; pointer-events: none; }
  .line { position: absolute; left: clamp(20px, 3.4vw, 48px); bottom: 76px; display: none; font-family: var(--serif); font-size: clamp(54px, 5vw, 76px); line-height: 1.1; letter-spacing: 0.005em; color: var(--ink); white-space: nowrap; opacity: 0; text-shadow: 0 1px 4px rgba(15,15,20,0.55), 0 4px 28px rgba(15,15,20,0.6); }
  body.gl .line { display: block; }
  .line .ch { display: inline-block; will-change: transform, opacity; }
  .mark-wrap { position: absolute; inset: 0; }
  .mark-in { position: absolute; inset: 0; }
  .cue { position: absolute; left: 50%; bottom: calc(30px + env(safe-area-inset-bottom, 0px)); width: 1px; height: 48px; margin-left: -0.5px; }
  .cue i { display: block; width: 1px; height: 100%; background: var(--ink); animation: pulse 2s cubic-bezier(.455,.03,.515,.955) infinite alternate; }
  @keyframes pulse { from { opacity: .3; } to { opacity: .7; } }
  body.gl .cue { opacity: 0; }
  /* The opening header after the rooms: one black block on the page ground. It slides over the fixed canvas
     while the canvas fades to the same ground, and the h1 settles in from near-visible, never from 0. */
  .intro { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: clamp(40px, 7vh, 72px); padding: clamp(112px, 14vh, 176px) clamp(20px, 8vw, 120px) clamp(96px, 12vh, 150px); text-align: center; background: var(--bg); }
  .intro h1 { font-size: clamp(44px, 6vw, 92px); line-height: 1.02; text-wrap: balance; max-width: 12ch; }
  body.gl .intro h1 { opacity: 0.5; transform: translateY(22px); }
  .intro .statement { display: flex; flex-direction: column; align-items: center; gap: 32px; }
  .intro .statement h2 { font-size: clamp(30px, 3.6vw, 52px); max-width: 1040px; }
  /* Lenis smooth wheel (fine-pointer devices only): the library scrolls the window itself */
  html.lenis, html.lenis body { height: auto; }
  html.lenis { scroll-behavior: auto !important; }
  .lenis.lenis-stopped { overflow: hidden; }
  body.reduced .cue i { animation: none; opacity: .6; }
  @media (prefers-reduced-motion: reduce) { .cue i { animation: none; opacity: .6; } }
  .band { position: fixed; left: 0; right: 0; bottom: 0; height: 24vh; height: 24svh; z-index: 2; pointer-events: none; background: linear-gradient(to top, rgba(15,15,20,0.6), rgba(15,15,20,0)); }
  #cap { position: fixed; right: clamp(20px, 3.4vw, 48px); bottom: calc(28px + env(safe-area-inset-bottom, 0px)); z-index: 2; text-align: right; font-size: 12px; letter-spacing: 0.04em; color: var(--muted); opacity: 0; pointer-events: none; text-shadow: 0 1px 3px rgba(15,15,20,0.8), 0 1px 14px rgba(15,15,20,0.7); }
  #cap .cap-t { display: none; }
  #cap[data-show="living"] .cap-t[data-cap="living"] { display: inline; }
  #cap [data-l="he"], .sfig figcaption [data-l="he"] { font-size: 14px; letter-spacing: 0; }
  .chain { position: relative; }
  body.gl .chain { height: 215vh; }
  .sfig { position: relative; height: 100vh; height: 100svh; overflow: hidden; background: var(--surface); }
  .sfig img { width: 100%; height: 100%; object-fit: cover; object-position: 50% var(--fy, 50%); }
  .sfig::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 24%; pointer-events: none; background: linear-gradient(to top, rgba(15,15,20,0.6), rgba(15,15,20,0)); }
  .sfig figcaption { position: absolute; right: clamp(20px, 3.4vw, 48px); bottom: calc(28px + env(safe-area-inset-bottom, 0px)); z-index: 1; text-align: right; font-size: 12px; letter-spacing: 0.04em; color: var(--muted); text-shadow: 0 1px 3px rgba(15,15,20,0.8), 0 1px 14px rgba(15,15,20,0.7); }
  .hero .sfig { position: absolute; inset: 0; height: 100%; }
  @media (max-aspect-ratio: 1/1) { .sfig img { object-position: var(--fx, 50%) 50%; } }
  .page { position: relative; z-index: 2; background: var(--bg); }
  @media (max-width: 767px) {
    .line { font-size: 42px; bottom: 168px; }
    .cue { left: auto; right: clamp(20px, 3.4vw, 48px); margin-left: 0; }
    #cap, .sfig figcaption { right: auto; left: clamp(20px, 3.4vw, 48px); text-align: left; bottom: calc(124px + env(safe-area-inset-bottom, 0px)); }
  }


  .cols { display: flex; height: 720px; }
  .col { position: relative; overflow: hidden; background: var(--surface); flex: 1; transition: flex .7s cubic-bezier(.2,.7,.2,1); }
  .col.open { flex: 1.9; }
  .col img { width: 100%; height: 100%; object-fit: cover; }
  .col .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,15,20,0.72) 0%, rgba(15,15,20,0.08) 45%, rgba(15,15,20,0.55) 100%); }
  .col .text { position: absolute; left: 32px; right: 32px; top: 36px; display: flex; flex-direction: column; gap: 18px; max-width: 460px; }
  .col h3 { font-size: 26px; }
  .col.open h3 { font-size: 34px; }
  .col .desc { font-size: 15px; line-height: 1.65; color: #E6E3DE; opacity: 0; transition: opacity .5s .2s; }
  .col.open .desc { opacity: 1; }

  .about { display: grid; grid-template-columns: minmax(0, 520px) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
  .about .portrait { overflow: hidden; background: var(--surface); }
  .about .portrait img { width: 100%; height: auto; filter: grayscale(100%); }
  .about .text { display: flex; flex-direction: column; gap: 22px; max-width: 680px; }
  .role { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
  .role [data-l="he"] { letter-spacing: 0; text-transform: none; font-size: 15px; }

  .film video { display: block; width: 100%; aspect-ratio: 16 / 9; background: var(--surface); }
  .film .cap { margin-top: 18px; font-size: 15px; color: var(--muted); }

  .grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 24px; }
  .card { display: flex; flex-direction: column; gap: 14px; }
  .card .ph { height: 320px; overflow: hidden; background: var(--surface); }
  .card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
  .card:hover .ph img { transform: scale(1.04); }
  .card h3 { font-size: 24px; }
  .card p { font-size: 14px; }

  .rows { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 64px; border-bottom: 1px solid var(--line); }
  .row { display: grid; grid-template-columns: minmax(0, 1fr) 40px; gap: 24px; align-items: center; padding: 26px 0; border-top: 1px solid var(--line); }
  .row h3 { font-size: 24px; }

  .museum { position: relative; min-height: 640px; overflow: hidden; background: var(--surface); margin-top: clamp(88px, 10vw, 150px); display: flex; align-items: center; }
  .museum img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
  .museum .scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,15,20,0.94) 0%, rgba(15,15,20,0.8) 45%, rgba(15,15,20,0.4) 100%); }
  .museum .text { position: relative; display: flex; flex-direction: column; gap: 24px; max-width: 640px; padding: 88px clamp(20px, 3.4vw, 48px); }
  .museum h2 { font-size: clamp(32px, 3.4vw, 48px); }

  .radar-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
  .radar-intro .left { display: flex; flex-direction: column; gap: 22px; }
  .radar-intro .right { display: flex; flex-direction: column; gap: 18px; padding-top: 44px; }

  /* the posts timeline */
  .timeline { position: relative; margin-top: clamp(40px, 5vw, 64px); padding-left: 44px; }
  .timeline::before { content: ""; position: absolute; left: 6px; top: 0; bottom: 0; width: 1px; background: linear-gradient(180deg, var(--taupe) 0%, rgba(157,118,99,0.35) 100%); }
  .month { position: relative; padding: 8px 0 8px 0; margin-top: 40px; }
  .month:first-child { margin-top: 0; }
  .month::before { content: ""; position: absolute; left: -44px; top: 12px; width: 13px; height: 13px; background: var(--bg); border: 1px solid var(--taupe); }
  .entry { position: relative; display: grid; grid-template-columns: 170px minmax(0, 1fr) 220px; gap: 32px; align-items: center; padding: 26px 0; border-top: 1px solid var(--line); }
  .entry::before { content: ""; position: absolute; left: -41px; top: 50%; width: 7px; height: 7px; margin-top: -3px; background: var(--taupe); }
  .entry .date { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
  .entry .date [data-l="he"] { letter-spacing: 0; text-transform: none; font-size: 15px; }
  .entry h3 { font-size: 26px; }
  .entry .teaser { font-size: 14px; color: var(--muted); margin-top: 8px; }
  .entry .th { height: 132px; overflow: hidden; background: var(--surface); }
  .entry .th img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
  .entry:hover .th img { transform: scale(1.04); }
  .entry:hover h3 { color: #C9A46B; }
  .cta-posts { display: flex; flex-direction: column; align-items: center; gap: 28px; text-align: center; padding: clamp(64px, 7vw, 96px) 20px 0; }
  .cta-posts h2 { font-size: clamp(30px, 3.4vw, 48px); }

  .qas { display: flex; flex-direction: column; border-bottom: 1px solid var(--line); max-width: 1040px; }
  .qa { border-top: 1px solid var(--line); }
  .qa summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: minmax(0, 1fr) 40px; gap: 24px; align-items: center; padding: 26px 0; }
  .qa summary::-webkit-details-marker { display: none; }
  .qa h3 { font-size: 26px; }
  .qa .plus { width: 40px; height: 40px; border: 1px solid rgba(242,240,236,0.3); position: relative; }
  .qa .plus::before, .qa .plus::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--ink); transform: translate(-50%, -50%); width: 14px; height: 1px; }
  .qa .plus::after { width: 1px; height: 14px; transition: transform .3s; }
  .qa[open] .plus::after { transform: translate(-50%, -50%) scaleY(0); }
  .qa .body { max-width: 820px; padding: 0 0 30px; }

  /* Footer: same near-black ground as the page, one hairline above it */
  .foot { background: var(--bg); color: var(--soft); border-top: 1px solid var(--line); margin-top: clamp(88px, 10vw, 150px); padding: clamp(64px, 7vw, 96px) clamp(20px, 3.4vw, 48px) 48px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 80px); }
  .foot a { color: var(--ink); }
  .foot a:hover { color: #C9A46B; }
  .foot .eyebrow { color: var(--muted); }
  .foot .left { display: flex; flex-direction: column; gap: 26px; }
  .foot h2 { color: var(--ink); font-size: clamp(30px, 3.2vw, 44px); line-height: 1.15; max-width: 680px; }
  .foot .cols2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-content: start; padding-top: 6px; }
  .foot .cols2 > div { display: flex; flex-direction: column; gap: 12px; font-size: 14px; font-weight: 500; }
  .foot .cols2 [data-l="he"] { font-size: 16px; }
  .foot .copy { grid-column: 1 / -1; margin-top: 40px; }

  .mail-fallback { position: fixed; inset: 0; background: rgba(15,15,20,0.72); display: none; align-items: center; justify-content: center; padding: 24px; z-index: 9999; }
  .mail-fallback.open { display: flex; }
  .mail-fallback .card { background: var(--surface); border: 1px solid var(--line); max-width: 420px; width: 100%; padding: 30px 30px 26px; text-align: center; display: block; }
  .mail-fallback h3 { font-size: 26px; margin-bottom: 8px; }
  .mail-fallback p { font-size: 15px; color: var(--muted); margin-bottom: 18px; }
  .mail-fallback .addr { display: block; font-size: 18px; color: var(--ink); border: 1px solid var(--line); padding: 12px 14px; margin-bottom: 16px; word-break: break-all; direction: ltr; }
  .mail-fallback .row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; border: 0; padding: 0; grid-template-columns: none; }
  .mail-fallback .row a, .mail-fallback .row button { font-family: var(--sans); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; padding: 10px 16px; border: 1px solid var(--taupe); background: transparent; color: var(--ink); cursor: pointer; }
  .mail-fallback .row a.solid { background: var(--taupe); color: var(--taupe-ink); }
  .mail-fallback .close { margin-top: 16px; background: none; border: 0; font-family: var(--sans); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); cursor: pointer; }

  @media (max-width: 900px) {
    .links { display: none; position: fixed; inset: 0; background: var(--bg); flex-direction: column; justify-content: center; align-items: center; gap: 28px; z-index: 20; text-shadow: none; }
    .links a { font-family: var(--serif); font-size: 32px; letter-spacing: 0; }
    .links a [data-l="he"] { font-size: 30px; }
    body.menu-open .links { display: flex; pointer-events: auto; }
    .menu-btn { display: inline-block; position: relative; z-index: 30; }
    .nav .lang-switch { position: relative; z-index: 30; }
    .nav .right { display: flex; gap: 18px; align-items: center; }
    .cols { flex-direction: column; height: auto; }
    .col, .col.open { flex: none; height: 260px; }
    .col:first-child { height: 320px; }
    .col .text { left: 20px; right: 20px; top: auto; bottom: 20px; }
    .col .scrim { background: linear-gradient(180deg, rgba(15,15,20,0.15) 0%, rgba(15,15,20,0.78) 100%); }
    .col h3, .col.open h3 { font-size: 24px; }
    .col .desc { opacity: 1; font-size: 14px; }
    .about { grid-template-columns: 1fr; }
    .about .portrait { max-width: 260px; }
    .grid3 { grid-template-columns: 1fr; gap: 32px; }
    .card .ph { height: 240px; }
    .rows { grid-template-columns: 1fr; }
    .row h3, .qa h3 { font-size: 20px; }
    .museum { min-height: 0; }
    .museum .scrim { background: linear-gradient(180deg, rgba(15,15,20,0.55) 0%, rgba(15,15,20,0.92) 100%); }
    .museum .text { padding: 64px 20px; }
    .radar-intro { grid-template-columns: 1fr; }
    .radar-intro .right { padding-top: 0; }
    .timeline { padding-left: 28px; }
    .month::before { left: -28px; }
    .entry { grid-template-columns: 1fr; gap: 12px; }
    .entry::before { left: -25px; top: 40px; }
    .entry .th { height: 200px; order: -1; }
    .entry h3 { font-size: 22px; }
    .foot { grid-template-columns: 1fr; }
    .btn { display: block; text-align: center; }
  }
  @media (min-width: 901px) { .nav .right { display: flex; gap: 30px; align-items: center; } }

/* ===================== Part 2: inner pages ===================== */
  /* Full-bleed photo header (project pages, hubs, the archive) */
  .phero { position: relative; height: 86vh; min-height: 560px; max-height: 900px; overflow: hidden; background: var(--bg); }
  .phero img { width: 100%; height: 100%; object-fit: cover; animation: drift 28s ease-in-out infinite alternate; }
  @keyframes drift { from { transform: scale(1.04) translateY(0); } to { transform: scale(1.12) translateY(-1.5%); } }
  @media (prefers-reduced-motion: reduce) { .phero img { animation: none; } }
  .phero .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,15,20,0.55) 0%, rgba(15,15,20,0.1) 35%, rgba(15,15,20,0.3) 65%, rgba(15,15,20,0.92) 100%); }
  .phero .title { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 clamp(20px, 3.4vw, 48px) clamp(40px, 5vw, 64px); display: flex; flex-direction: column; gap: 18px; max-width: 1100px; }
  .phero h1 { font-size: clamp(38px, 5.2vw, 76px); text-wrap: balance; }
  .phero .cap { font-size: 15px; color: var(--soft); max-width: 720px; }
  /* Text header (advisory, partners, the guide, a post) */
  .phead { padding: calc(132px + env(safe-area-inset-top, 0px)) clamp(20px, 3.4vw, 48px) 0; display: flex; flex-direction: column; gap: 18px; max-width: 1100px; }
  .phead h1 { font-size: clamp(38px, 5.2vw, 72px); text-wrap: balance; }
  .phead .lead { font-size: clamp(18px, 1.6vw, 22px); line-height: 1.5; color: var(--soft); max-width: 820px; }
  .phead .eyebrow a:hover { color: #C9A46B; }
  .pfig { margin: clamp(40px, 5vw, 64px) 0 0; max-width: 1100px; }
  .pfig img { width: 100%; height: auto; }
  .pfig figcaption { font-size: 14px; color: var(--muted); margin-top: 12px; }
  .plead { padding: clamp(72px, 8vw, 120px) clamp(20px, 3.4vw, 48px) 0; max-width: 1000px; }
  .plead p { font-family: var(--serif); font-size: clamp(26px, 2.6vw, 36px); line-height: 1.25; }
  .plead p [data-l="he"] { font-family: var(--he); }
  .section.tight { padding-top: clamp(48px, 6vw, 88px); }
  /* Reading column */
  .prose { max-width: 860px; }
  .prose h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(26px, 2.4vw, 32px); line-height: 1.1; margin: 52px 0 18px; letter-spacing: -0.01em; }
  .prose h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(22px, 2vw, 26px); line-height: 1.15; margin: 36px 0 12px; }
  .prose[data-l="he"] h2, .prose[data-l="he"] h3 { font-family: var(--he); letter-spacing: 0; }
  .prose p { font-size: 18px; line-height: 1.75; color: var(--soft); margin: 0 0 22px; }
  .prose[data-l="he"] p, .prose[data-l="he"] li { font-size: 19px; line-height: 1.85; }
  .prose ul, .prose ol { margin: 0 0 22px 22px; color: var(--soft); font-size: 18px; line-height: 1.75; }
  .prose[data-l="he"] ul, .prose[data-l="he"] ol { margin: 0 22px 22px 0; }
  .prose li { margin-bottom: 8px; }
  .prose a { color: var(--ink); border-bottom: 1px solid rgba(242,240,236,0.35); }
  .prose a:hover { color: #C9A46B; }
  .prose strong { color: var(--ink); font-weight: 600; }
  .prose blockquote { border-left: 1px solid var(--taupe); padding-left: 24px; margin: 36px 0; font-family: var(--serif); font-size: 26px; line-height: 1.3; color: var(--ink); }
  .prose[data-l="he"] blockquote { border-left: 0; border-right: 1px solid var(--taupe); padding-left: 0; padding-right: 24px; font-family: var(--he); }
  .prose figure { margin: 44px 0; }
  .prose figure img { width: 100%; height: auto; }
  .prose figcaption { font-size: 14px; color: var(--muted); margin-top: 12px; }
  .next { display: flex; flex-direction: column; gap: 18px; padding-top: clamp(88px, 10vw, 150px); }
  .next a.big { font-family: var(--serif); font-size: clamp(34px, 4.4vw, 64px); line-height: 1.05; letter-spacing: -0.01em; text-wrap: balance; }
  .next a.big [data-l="he"] { font-family: var(--he); }
  .readnext { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
  .readnext a { font-size: 16px; color: var(--soft); border-bottom: 1px solid var(--line); align-self: flex-start; }
  .readnext a:hover { color: #C9A46B; }
  /* Closing call on the advisory, partner and guide pages */
  .cta { display: flex; flex-direction: column; gap: 26px; align-items: flex-start; max-width: 860px; border-top: 1px solid var(--line); padding-top: clamp(40px, 5vw, 64px); }
  .cta h2 { font-size: clamp(28px, 3vw, 40px); }
  /* An Art Radar post: the article block is authored in content/posts.html */
  .article { max-width: 900px; padding-top: clamp(28px, 3vw, 40px); }
  .post-date { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
  .post-date[data-l="he"] { letter-spacing: 0; text-transform: none; font-size: 15px; }
  .post-title { font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 4.6vw, 64px); line-height: 1.05; letter-spacing: -0.01em; margin: 14px 0 36px; text-wrap: balance; }
  .post-title[data-l="he"], .post-title-he { font-family: var(--he); letter-spacing: 0; }
  .post-title-he { direction: rtl; }
  .post-body { font-size: 18px; line-height: 1.75; color: var(--soft); }
  .post-body[lang="he"] { font-family: var(--he); font-size: 19px; line-height: 1.85; }
  .post-body p { margin: 0 0 22px; }
  .post-body p:last-child { margin-bottom: 0; }
  .post-body a { color: var(--ink); border-bottom: 1px solid rgba(242,240,236,0.35); word-break: break-word; }
  .post-body a:hover { color: #C9A46B; }
  .post-body strong { color: var(--ink); font-weight: 600; }
  .post-body figure { margin: 36px 0; }
  .post-body figure img, .post-body video { width: 100%; height: auto; display: block; }
  .post-body figcaption { font-size: 14px; color: var(--muted); margin-top: 12px; direction: ltr; text-align: left; }
  .credit { font-size: 15px; color: var(--muted); }
  article.post.note .post-title { font-size: clamp(28px, 3vw, 40px); }
  .post-gallery { column-count: 2; column-gap: 14px; margin-bottom: -14px; }
  .post-gallery img { width: 100%; max-width: 100%; display: block; margin-bottom: 14px; }
  .pair-bottom { display: flex; align-items: flex-end; justify-content: center; gap: 16px; }
  .pair-bottom img { width: 50%; max-width: 50%; display: block; }
  .pair-caps { display: flex; gap: 16px; margin-top: 12px; }
  .pair-caps figcaption { width: 50%; margin-top: 0; text-align: center; }
  .walk-stop { margin-top: 42px; padding-top: 38px; border-top: 1px solid var(--line); }
  .walk-venue { direction: ltr; text-align: left; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--taupe); margin-bottom: 18px; }
  .walk-stop figure { margin: 0 0 20px; }
  .walk-intro { margin-top: 42px; padding-top: 34px; border-top: 1px solid var(--line); }
  /* One language at a time, for the post markup conventions (see AGENTS.md 3.7) */
  body.lang-en .post-body[lang="he"], body.lang-en .post-title-he { display: none; }
  body.lang-he .post-body-en, body.lang-he .post-title-en { display: none; }
  @media (max-width: 900px) {
    .phero { height: 72vh; min-height: 520px; }
    .phead { padding-top: calc(112px + env(safe-area-inset-top, 0px)); }
    .post-gallery { column-count: 1; }
    .pair-bottom, .pair-caps { flex-direction: column; align-items: center; }
    .pair-bottom img, .pair-caps figcaption { width: 100%; max-width: 100%; }
  }
