/* ===== TACITURI — Lees ===== */
.theme-paper{ background:var(--paper); }

/* header */
.lees-head{ padding:clamp(120px,15vw,180px) 0 clamp(46px,6vw,72px); background:var(--paper-2); }
.lees-head-grid{ display:grid; grid-template-columns:1.4fr .9fr; gap:clamp(36px,6vw,84px); align-items:end; }
.lees-title{ font-size:clamp(40px,7vw,84px); color:var(--text); line-height:.98; margin-bottom:1.4rem; }
.lees-intro{ font-size:clamp(21px,1.9vw,24px); color:var(--text-2); max-width:52ch; margin:0 0 2rem; }
.lees-head-actions{ display:flex; gap:14px; flex-wrap:wrap; }
.lees-head-note{ border-left:1px solid var(--line); padding-left:28px; }
.lees-head-note .marg{ margin:0 0 30px; line-height:1.7; }
.lees-head-quote{ font-family:var(--serif); font-style:italic; font-size:25px; color:var(--text); line-height:1.4; margin:0; }
.lees-head-quote .mono{ display:inline-block; margin-top:10px; font-style:normal; }

/* chapters */
.chapters{ padding-block:clamp(50px,7vw,96px); display:flex; flex-direction:column; gap:clamp(56px,8vw,118px); }
.chapter{ display:grid; grid-template-columns:0.92fr 1.08fr; gap:clamp(30px,5vw,72px); align-items:center; }
.chapter.flip .ch-media{ order:2; }

.ch-media{ margin:0; position:relative; }
.ch-img{ display:block; width:100%; padding:0; border:0; background:none; cursor:zoom-in; overflow:hidden; border:1px solid var(--line-soft); }
.ch-img img{ width:100%; aspect-ratio:16/10; object-fit:cover; transition:transform 1.1s var(--ease), filter .8s; filter:saturate(.92) contrast(1.02); }
.ch-img:hover img{ transform:scale(1.035); filter:saturate(1) contrast(1.04); }
.ch-media figcaption{ margin-top:12px; letter-spacing:.16em; text-transform:uppercase; font-size:13.5px; }

.ch-body{ position:relative; }
.ch-rn{ font-family:var(--serif); font-weight:300; font-size:clamp(40px,5vw,68px); color:var(--bronze); line-height:1; letter-spacing:.04em; margin-bottom:.4rem; }
.ch-title{ font-size:clamp(30px,4.4vw,56px); color:var(--text); line-height:1.04; margin-bottom:1.3rem; letter-spacing:.005em; }
.ch-syn{ font-size:clamp(20px,1.7vw,23px); color:var(--text-2); line-height:1.6; margin:0 0 1.6rem; max-width:46ch; }
.ch-quote{ font-family:var(--serif); font-style:italic; font-size:clamp(20px,2.2vw,27px); color:var(--text); line-height:1.34; margin:0; padding-left:24px; border-left:1px solid var(--bronze); max-width:42ch; }

/* closing CTA */
.lees-cta{ background:var(--ink); color:var(--d-text); padding-block:clamp(70px,9vw,120px); text-align:center; }
.lees-cta-inner{ max-width:640px; margin:0 auto; }
.lees-cta .eyebrow{ color:var(--d-muted); justify-content:center; display:flex; }
.lees-cta .eyebrow::before{ background:var(--bronze-lite); }
.lees-cta-title{ font-size:clamp(28px,4vw,48px); color:var(--d-text); margin-bottom:1.2rem; line-height:1.1; }
.lees-cta-body{ color:var(--d-text-2); margin:0 auto 2.2rem; max-width:48ch; }

@media (max-width:880px){
  .lees-head-grid{ grid-template-columns:1fr; align-items:start; gap:40px; }
  .chapter,.chapter.flip{ grid-template-columns:1fr; gap:24px; }
  .chapter.flip .ch-media{ order:0; }
}
