@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap");

.cll-sig, .cll-df {
  --ink: #0c2238;
  --ink-deep: #071827;
  --gold: #c8a65c;
  --gold-light: #e6d099;
  --paper: #f6f0e5;
  --paper-pale: #fbf8f1;
  --line: #d8cfbf;
  --muted: #61707e;
  --text: #162b3e;
  color: var(--text);
  font-family: Manrope, Inter, Arial, sans-serif;
  background: var(--paper-pale);
}
.cll-sig a, .cll-df a { color: inherit; text-decoration: none; }
.cll-sig a:focus-visible, .cll-df a:focus-visible,
.cll-sig button:focus-visible, .cll-df button:focus-visible,
.cll-sig input:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.cll-sig h1, .cll-sig h2, .cll-df h1, .cll-df h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.04em;
}
.cll-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.cll-crumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 11px; }
.cll-crumb a { color: inherit; }
.cll-crumb--dark { color: rgba(255,255,255,.72); }
.cll-crumb--dark span { color: #fff; }
.cll-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.cll-eyebrow span { width: 18px; height: 1px; background: currentColor; }

/* Listing hero */
.cll-sig-hero { position: relative; overflow: hidden; background: #0b263f; color: #fff; }
.cll-sig-hero__lines { position: absolute; inset: 0; opacity: .35; pointer-events: none;
  background-image: linear-gradient(90deg, rgba(225,205,151,.18) 1px, transparent 1px), linear-gradient(rgba(225,205,151,.12) 1px, transparent 1px);
  background-size: 96px 96px; }
.cll-sig-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .75fr; gap: 64px; padding: 36px 0 48px; align-items: end; }
.cll-sig-hero h1 { max-width: 18ch; margin: 22px 0 16px; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: .94; }
.cll-sig-hero h1 em { color: var(--gold-light); font-style: italic; }
.cll-sig-hero__intro { max-width: 62ch; margin: 0; color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.7; }
.cll-sig-hero__actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; align-items: center; }
.cll-btn { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 16px; background: var(--gold); color: var(--ink) !important; font-size: 12px; font-weight: 800; }
.cll-btn--ghost { background: transparent; color: var(--gold-light) !important; }
.cll-sig-feat { position: relative; overflow: hidden; padding: 22px 24px 26px; background: #f4eddf; color: var(--ink); }
.cll-sig-feat__top { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid #d2c3a9; color: #90763d; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cll-sig-feat .cat { margin: 28px 0 8px; color: #9b7d3c; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cll-sig-feat h2 { margin: 0; font-size: 1.7rem; line-height: 1.08; }
.cll-sig-feat p { margin: 12px 0 16px; color: #62717b; font-size: 13px; line-height: 1.6; }
.cll-sig-feat a.read { font-size: 12px; font-weight: 800; }
.cll-sig-principles { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.19); border-bottom: 0; }
.cll-sig-principles > div { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 14px 16px; background: #0a2135; border-right: 1px solid rgba(255,255,255,.19); }
.cll-sig-principles > div:last-child { border-right: 0; }
.cll-sig-principles b { color: var(--gold-light); font-size: 11px; }
.cll-sig-principles strong { display: block; color: #fff; font-size: 12px; }
.cll-sig-principles span { display: block; color: rgba(255,255,255,.56); font-size: 11px; }

.cll-sig-ctrl { padding: 40px 0 8px; }
.cll-sig-search { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: end; }
.cll-sig-search h2 { margin: 8px 0 0; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.cll-sig-search h2 em { color: #8a6a28; font-style: italic; }
.cll-sig-search label { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); background: #fff; }
.cll-sig-search input { flex: 1; border: 0; outline: 0; font: inherit; background: transparent; min-height: 44px; }
.cll-sig-topics { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.cll-sig-topics a { display: inline-flex; align-items: center; min-height: 40px; padding: 6px 12px; border: 1px solid var(--line); background: #fff; font-size: 12px; font-weight: 700; }
.cll-sig-topics a.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }

.cll-sig-feed { padding: 36px 0 72px; }
.cll-sig-feed__head { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin-bottom: 22px; }
.cll-sig-feed__head h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.cll-sig-feed__head p { margin: 0; color: var(--muted); font-size: 13px; }
.cll-sig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cll-sig-card { display: flex; flex-direction: column; min-height: 280px; padding: 16px 18px 18px; border: 1px solid var(--line); background: #fff; }
.cll-sig-card:hover { box-shadow: 0 16px 32px rgba(12,34,56,.1); }
.cll-sig-card__visual { position: relative; height: 96px; margin: -16px -18px 16px; background: #243f52; }
.cll-sig-card__visual span { position: absolute; top: 14px; left: 16px; color: rgba(255,255,255,.8); font-family: "DM Serif Display", Georgia, serif; font-size: 22px; }
.cll-sig-card__meta { display: flex; justify-content: space-between; gap: 10px; color: #89733f; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cll-sig-card__meta time { color: #8c9394; }
.cll-sig-card__trust { margin-top: 8px; color: #6c6049; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cll-sig-card h3 { margin: 12px 0 auto; font-family: "DM Serif Display", Georgia, serif; font-size: 1.25rem; font-weight: 400; line-height: 1.15; }
.cll-sig-card__bot { display: flex; justify-content: space-between; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 11px; color: #6c7880; }
.cll-sig-card__bot b { color: var(--ink); }
.cll-sig-empty { grid-column: 1 / -1; padding: 48px 16px; text-align: center; border: 1px dashed #bfb096; }
.cll-sig-pager { margin-top: 36px; }
.cll-sig-bridge { padding: 0 0 72px; }
.cll-sig-bridge__grid { display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 28px; align-items: center; padding: 32px 36px; border-top: 4px solid var(--gold); background: #e5d9c3; }
.cll-sig-bridge h2 { margin: 0; font-size: 1.6rem; }
.cll-sig-bridge p { margin: 0; color: #647078; font-size: 13px; line-height: 1.65; }

/* Article */
.cll-df-cover { position: relative; overflow: hidden; padding: 28px 0 0; background: #0b263f; color: #fff; }
.cll-df-cover__lines { position: absolute; inset: 0; opacity: .3; pointer-events: none;
  background-image: linear-gradient(90deg, rgba(225,205,151,.16) 1px, transparent 1px), linear-gradient(rgba(225,205,151,.11) 1px, transparent 1px);
  background-size: 88px 88px; }
.cll-df-cover .cll-wrap { position: relative; z-index: 1; }
.cll-df-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 36px; color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cll-df-cover h1 { max-width: 22ch; margin: 16px 0; font-size: clamp(2rem, 4.5vw, 3.8rem); line-height: .96; }
.cll-df-stand { max-width: 68ch; margin: 0 0 22px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.65; }
.cll-df-brief { display: grid; grid-template-columns: 1fr auto auto; gap: 18px; align-items: center; padding: 16px 18px; background: #102f49; border: 1px solid rgba(255,255,255,.18); }
.cll-df-author { display: flex; align-items: center; gap: 12px; }
.cll-df-mono { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--gold-light); color: var(--gold-light); font-family: "DM Serif Display", Georgia, serif; }
.cll-df-author img { width: 40px; height: 40px; object-fit: cover; border-radius: 50%; }
.cll-df-author small, .cll-df-author b, .cll-df-author em { display: block; }
.cll-df-author small { color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cll-df-author em { color: rgba(255,255,255,.62); font-size: 12px; font-style: normal; }
.cll-df-policy { display: flex; flex-wrap: wrap; gap: 12px; font-size: 12px; }
.cll-df-policy a { color: rgba(255,255,255,.78); }
.cll-df-marker { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; margin-top: 0; transform: translateY(22px); padding: 20px 22px; background: #f4eddf; color: var(--ink); }
.cll-df-marker span { color: #8a6a28; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cll-df-marker p { margin: 6px 0 0; font-size: 15px; line-height: 1.5; }
.cll-df-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 48px; padding: 56px 0 48px; }
.cll-df-rail details, .cll-df-rail nav { background: #fff; border: 1px solid var(--line); padding: 16px; }
.cll-df-rail summary { cursor: pointer; font-size: 12px; font-weight: 800; min-height: 44px; display: flex; align-items: center; }
.cll-df-rail ol { margin: 10px 0 0; padding: 0; list-style: none; }
.cll-df-rail li a { display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.35; }
.cll-df-rail b { color: #8a6a28; font-size: 11px; }
.cll-df-prose { max-width: 720px; }
.cll-df-prose .cll-l4-body, .cll-df-prose { font-size: 16.5px; line-height: 1.75; color: var(--text); }
.cll-df-prose h2 { margin: 1.6em 0 .6em; font-size: 1.7rem; color: var(--ink); }
.cll-df-prose p { margin: 0 0 1em; }
.cll-df-prose blockquote { margin: 1.4em 0; padding: 18px 22px; border-left: 3px solid var(--gold); background: #f4efe5; }
.cll-df-auth { margin: 36px 0; padding: 22px; border: 1px solid var(--line); background: #fff; }
.cll-df-auth ul { margin: 12px 0 0; padding: 0; list-style: none; }
.cll-df-auth li { padding: 10px 0; border-top: 1px solid var(--line); }
.cll-df-auth a { font-weight: 700; color: var(--ink); }
.cll-df-share { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; }
.cll-df-share a, .cll-df-share button { display: inline-flex; align-items: center; min-height: 40px; padding: 6px 10px; border: 0; background: transparent; font: inherit; font-weight: 800; cursor: pointer; }
.cll-df-about { padding: 48px 0; background: var(--paper); }
.cll-df-about__grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.cll-df-about h2 { margin: 6px 0 8px; font-size: 2rem; }
.cll-df-about p { margin: 0; color: var(--muted); max-width: 58ch; }
.cll-df-about a { display: block; font-size: 13px; font-weight: 800; padding: 10px 0; border-bottom: 1px solid #cdbfa8; }
.cll-df-rel { padding: 64px 0; background: var(--ink); color: #fff; }
.cll-df-rel h2 { margin: 8px 0 10px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.cll-df-rel__grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; border: 1px solid rgba(255,255,255,.18); }
.cll-df-rel__grid a { display: flex; flex-direction: column; min-height: 160px; padding: 18px; border-right: 1px solid rgba(255,255,255,.18); }
.cll-df-rel__grid a:last-child { border-right: 0; }
.cll-df-rel__grid b { color: var(--gold-light); font-size: 11px; }
.cll-df-rel__grid span { margin-top: auto; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cll-df-rel__grid strong { margin-top: 6px; font-family: "DM Serif Display", Georgia, serif; font-size: 1.2rem; font-weight: 400; }
.cll-df-next { padding: 64px 0; background: var(--paper); }
.cll-df-next__grid { display: grid; grid-template-columns: 1.2fr .6fr; gap: 40px; align-items: center; }
.cll-df-next h2 { margin: 8px 0; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.cll-df-next small { display: block; margin-top: 12px; color: #68767a; font-size: 11px; }
.cll-df-reviewer { font-size: 13px; color: rgba(255,255,255,.7); margin-top: 6px; }
.cll-l4-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 40; pointer-events: none; }
.cll-l4-progress > span { display: block; height: 100%; width: 0; background: var(--gold); }

@media (max-width: 900px) {
  .cll-sig-hero__grid, .cll-sig-search, .cll-df-layout, .cll-df-brief, .cll-df-about__grid, .cll-df-next__grid { grid-template-columns: 1fr; }
  .cll-sig-grid, .cll-df-rel__grid { grid-template-columns: 1fr 1fr; }
  .cll-sig-bridge__grid { grid-template-columns: 1fr; }
  .cll-sig-principles { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .cll-wrap { width: min(100% - 28px, 1180px); }
  .cll-sig-grid, .cll-df-rel__grid { grid-template-columns: 1fr; }
  .cll-df-cover h1 { font-size: clamp(1.8rem, 9vw, 2.6rem); }
}
@media (prefers-reduced-motion: reduce) {
  .cll-sig-card { transition: none; }
  html { scroll-behavior: auto; }
}
body:has(.cll-sig) .tm-main.uk-section,
body:has(.cll-df) .tm-main.uk-section { padding-top: 0 !important; padding-bottom: 0 !important; }
body:has(.cll-sig) #tm-main .uk-container:has(.cll-sig),
body:has(.cll-df) #tm-main .uk-container:has(.cll-df) { max-width: none !important; width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; }
#comments, #commentbox, [id*="commentbox"], .commentbox-counter { display: none !important; }
