/* Learn pages only. Keep selectors scoped to avoid cross-page bleed. */

.node--type-learn .container {max-width: 100%;}
.node--type-learn .light_bg {padding: 2rem 7.5%; 3rem}
.page-node-1544 .space-lg {width:65%; margin:3rem auto;}

.page-node-2245 .container {max-width:960px; margin:0 auto;}
.page-node-2237 .container {max-width:960px; margin:0 auto;}

/* ─── TABLE OF CONTENTS (sticky sidebar) ─── */
   .toc-sidebar {
     position:sticky; top:2rem; margin-top:2rem;
   }
   .toc-label {
     font-size:0.55rem; letter-spacing:0.15em;
     text-transform:uppercase; color:#111; margin-bottom:1rem;
   }
   .toc-list {
     list-style:none; padding:0; margin:0;
   }
   .toc-list li {
     margin-bottom:0.6rem;
   }
   .toc-list a {
     font-size:0.72rem; color:#272727; text-decoration:none;
     transition:color 0.3s, padding-left 0.3s;
     display:block; padding-left:0;
     border-left:2px solid transparent;
     padding-left:0.75rem;
   }
   .toc-list a:hover,
   .toc-list a.active {
     color:#917e59;
     border-left-color:#917e59;
   }

   /* ─── EXCUSE BLOCK ─── */
      .excuse-block {
        margin-bottom:5rem;
        padding-top:2rem;
      }
      .excuse-block:last-of-type { margin-bottom:3rem; }

      .excuse-number {
        font-size:0.55rem; letter-spacing:0.2em;
        text-transform:uppercase; color:#917e59; margin-bottom:1rem;
      }
      .excuse-heading {
        font-size:clamp(1.3rem, 2.5vw, 1.75rem); font-weight:700;
        color:#111; line-height:1.3; margin-bottom:2.5rem;
      }

      /* The three layers */
      .layer {
        margin-bottom:2rem;
        padding:1.75rem;
      }
      .layer:last-child { margin-bottom:0; }

      .layer-excuse {
        background:rgba(0,0,0,0.04);
        border-left:3px solid rgba(0,0,0,0.25);
      }
      .layer-reality {
        background:rgba(255,255,255,0);
        border-left:3px solid #111;
      }
      .layer-fix {
        background:var(--accent-bg);
        border-left:3px solid var(--accent);
      }

      .layer-tag {
        font-size:0.55rem; letter-spacing:0.15em;
        text-transform:uppercase; margin-bottom:0.75rem; font-weight:500;
      }
      .layer-excuse .layer-tag { color:#000; }
      .layer-reality .layer-tag { color:#999; }
      .layer-fix .layer-tag { color:var(--accent); }

      .layer-text {
        font-size:0.88rem; color:#555; line-height:1.85;
      }
      .layer-text strong { color:#222; font-weight:600; }

      /* ─── DIVIDER ─── */
      .section-divider {
        width:40px; height:1px;
        background:rgba(0,0,0,0.08);
        margin:0 0 5rem 0;
      }

      /* ─── BOTTOM LINE ─── */
      .bottom-line {
        background:var(--dark);
        padding:5rem 0;
      }
      .bottom-line-title {
        font-size:clamp(1.4rem, 2.8vw, 2rem); font-weight:700;
        color:#fff; line-height:1.3; margin-bottom:1.75rem;
      }
      .bottom-line-text {
        font-size:0.88rem; color:rgba(255,255,255,0.75);
        line-height:1.85;
      }
      .bottom-line-text strong { color:rgba(255,255,255,0.8); font-weight:600; }

  /* ─── REFERENCES ─── */

.references-block {
  width:75%;
  margin-left:25%;
}

.ref-label {
  text-transform: uppercase;
  font-family: 'Inter', san-serif;
  color:#272727;font-size:.9rem;
  margin-bottom:1.5rem;
  margin-left:1rem;
}

.ref-list {
  font-size: .8rem;
  line-height: 1.5;
}

}

ol.ref-list li {
    margin-bottom: .5rem;
}

  /* ─── 27 amendments ─── */

  .page-node-2237 p {font-size:.95rem;}


  /* Section headers */



.amend-27 {margin-top:4rem; text-align:center;}

  .hero-title span { color: var(--accent); }


  .section-head {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    padding-top: 2.5rem;
    border-top: 1px solid #727272;
  }
  .section-head h2, .section-head-top h2  {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    line-height: 1.25;
  }
  .section-head .section-number, .section-head-top .section-number {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.6rem;
    font-weight: 600;
    display: block;
  }

  /* Pull quote */
  .pull-quote {
    margin: 2.5rem 0;
    padding: 2rem 0 2rem 2rem;
    border-left: 3px solid var(--accent);
  }
  .pull-quote p {
    font-size: 1.15rem;
    font-style: italic;
    font-family: 'Shippori Mincho', Georgia, serif;
    color: #111;
    line-height: 1.75;
    margin-bottom: 0;
  }
  .pull-quote .attribution {
    font-family: 'Inter', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent);
    margin-top: 0.75rem;
    font-style: normal;
  }

  /* Callout box */
  .callout {
    background: var(--accent-bg);
    border-left: 3px solid var(--accent);
    padding: 1.75rem 2rem;
    margin: 2.5rem 0;
  }
  .callout p {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    color: #444;
  }
  .callout p:last-child { margin-bottom: 0; }
  .callout strong { color: var(--accent); font-weight: 600; }

  /* TIMELINE SECTION */
  .timeline-section {
    border-top: 1px solid var(--rule);
    padding: 4rem 0 6rem;
    margin-top: 2rem;
  }

  .timeline-header {
    margin: 0 auto 3rem;
    padding: 0 1.5rem;
  }
  .timeline-header .section-label { margin-bottom: 0.75rem; }
  .timeline-header h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 1rem;
  }
  .timeline-header p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.85;
  }

  /* LEGEND */
  .timeline-legend {
    margin: 0 auto 2.5rem;
    padding: 0 1.5rem;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: color 0.2s;
  }

.legend-item p {margin-bottom:0;font-size:.65rem;}

  .legend-item:hover { color: var(--text); }
  .legend-item.active { color: var(--text); }
  .legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .dot-bor     { background: #000000; }
  .dot-patch   { background: #aaa; }
  .dot-proc    { background: #5a5b5f; }
  .dot-struct  { background: #917e59; }

  /* ERA BANDS */
  .era-band {
    margin: 0 auto 0.25rem;
    padding: 0 1.5rem;
  }
  .era-label {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 600;
    padding: 0.75rem 0 0.4rem;
    border-top: 1px solid var(--rule);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .era-label .era-gap {
    font-weight: 400;
    font-size: 0.55rem;
    color: #aaa;
    letter-spacing: 0.05em;
    text-transform: none;
  }

  /* TIMELINE TRACK */
  .timeline-track {
    margin: 0 auto;
    padding: 0 1.5rem;
  }

  /* NODE */
  .tl-node {
    display: grid;
    grid-template-columns: 56px 2px 1fr;
    gap: 0 1.25rem;
    margin-bottom: 0.35rem;
    cursor: pointer;
  }
  .tl-node:last-child { margin-bottom: 0; }

  .tl-year {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.04em;
    padding-top: 1.4rem;
    text-align: right;
  }

  .tl-spine {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tl-spine-line {
    width: 2px;
    background: #ddd;
    flex: 1;
    min-height: 12px;
  }
  .tl-spine-line.top { min-height: 12px; }
  .tl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: transform 0.2s;
  }
  .tl-node:hover .tl-dot { transform: scale(1.3); }
  .tl-node.open .tl-dot { transform: scale(1.3); }

  .dot-bor-node   { background: #000000; }
  .dot-patch-node { background: #aaa; }
  .dot-proc-node  { background: #5a5b5f; }
  .dot-struct-node{ background: #917e59; }

  /* NODE CONTENT */
  .tl-content {
    padding: 1.40rem 0;
  }
  .tl-header {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
  }
  .tl-num {
    font-size: 0.55rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    flex-shrink: 0;
  }
  .tl-num.c-bor    { color: #000000; }
  .tl-num.c-patch  { color: #aaa; }
  .tl-num.c-proc   { color: #5a5b5f; }
  .tl-num.c-struct { color: #917e59; }

  .tl-name {
    font-size: 0.88rem;
    font-weight: 600;
    color: #111;
    line-height: 1.3;
  }
  .tl-type-tag {
    margin-left: auto;
    font-size: 0.5rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    color: #aaa;
    flex-shrink: 0;
  }

  /* EXPANDABLE DETAIL */
  .tl-detail {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
  }
  .tl-node.open .tl-detail {
    max-height: 300px;
    opacity: 1;
  }
  .tl-detail-inner {
    padding: 0.75rem 0 0.5rem;
    border-left: 2px solid var(--rule);
    padding-left: 1rem;
    margin-top: 0.5rem;
  }
  .tl-desc {
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 0.5rem;
  }
  .tl-note {
    font-size: 0.78rem;
    color: var(--text-muted);
    font-style: italic;
  }
  .tl-close {
    display: inline-block;
    margin-top: 0.6rem;
    font-size: 0.55rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
  }

  /* GAP MARKER */
  .gap-marker {
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .gap-inner {
    display: grid;
    grid-template-columns: 56px 2px 1fr;
    gap: 0 1.25rem;
  }
  .gap-spine {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gap-spine-line {
    width: 2px;
    background: #eee;
    flex: 1;
  }
  .gap-text-col { padding: 0.5rem 0; }
  .gap-text {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #aaa;
    font-style: italic;
  }

  /* Emphasis block */
  .emphasis-block {
    margin: 2.5rem 0;
    padding: 2.5rem;
    background: #0a0a0a;
    color: #ccc;
  }
  .emphasis-block p {
    color: #bbb;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .emphasis-block p:last-child { margin-bottom: 0; }
  .emphasis-block strong {
    color: #fff;
    font-weight: 600;
  }
  .emphasis-block .accent-text {
    color: var(--accent);
    font-weight: 600;
  }

.closing {
      margin-top: 3.5rem;
      padding-top: 2.5rem;
      border-top: 2px solid var(--accent);
    }

.closing p {
  font-size: 1.05rem;
  line-height: 1.85;
}

/* Living Constitution Page */

/* ── Article content ── */
   .article-content { padding: 4rem 0 6rem; }

   .section-block {
     margin-bottom: 4rem; padding-top: 2rem;
     border-top: 1px solid var(--rule);
   }
   .section-block:first-child { border-top: none; padding-top: 0; }

   .body-text {
     font-size: 0.92rem; line-height: 1.9;
     color: #555; margin-bottom: 1.25rem;
   }
   .body-text strong { color: #222; font-weight: 600; }
   .body-text:last-child { margin-bottom: 0; }

   /* ── UDHR articles list ── */
     .udhr-list { margin: 1.5rem 0; }
     .udhr-item {
       display: flex; gap: 1.25rem;
       padding: 1rem 0;
       border-bottom: 1px solid var(--rule);
       align-items: baseline;
     }
     .udhr-item:last-child { border-bottom: none; }
     .udhr-art {
       font-family: var(--sans);
       font-size: 0.55rem; font-weight: 600;
       letter-spacing: 0.14em; text-transform: uppercase;
       color: var(--accent); flex-shrink: 0; width: 70px;
     }
     .udhr-text {
       font-size: 0.85rem; color: #666; line-height: 1.7;
     }

     /* ── Treaty record ── */
     .treaty-row {
       display: grid;
       grid-template-columns: 1fr auto;
       gap: 1.5rem; align-items: center;
       padding: 1.25rem 0;
       border-bottom: 1px solid var(--rule);
     }
     .treaty-row:last-child { border-bottom: none; }
     .treaty-name {
       font-family: var(--sans);
       font-size: 0.82rem; color: #444; line-height: 1.5;
     }
     .treaty-stat {
       font-family: var(--sans);
       font-size: 0.65rem; font-weight: 600;
       letter-spacing: 0.1em; text-transform: uppercase;
       white-space: nowrap;
     }
     .treaty-stat.bad { color: #c0392b; }
     .treaty-stat.note { color: #bbb; }

     /* ── Stat callout dark ── */
     .stat-callout {
       background: var(--dark); padding: 2.5rem;
       margin: 2.5rem 0; display: flex; gap: 3rem;
       align-items: center; flex-wrap: wrap;
     }
     .stat-item { text-align: center; flex: 1; min-width: 120px; }
     .stat-num {
       font-family: var(--serif);
       font-size: clamp(2rem, 4vw, 3rem); font-weight: 800;
       color: var(--accent); line-height: 1; display: block;
       letter-spacing: -0.02em;
     }
     .stat-desc {
       font-family: var(--sans);
       font-size: 0.6rem; letter-spacing: 0.1em;
       text-transform: uppercase; color: rgba(255,255,255,0.4);
       margin-top: 0.5rem; display: block; line-height: 1.5;
     }


/* ── Rights stat grid ── */
 .rights-grid {
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   gap: 1px;
   background: var(--rule);
   margin: 2.5rem 0;
 }
 .rights-cell {
   background: #fff;
   padding: 2rem 1.25rem;
   display: flex; flex-direction: column;
   align-items: center; text-align: center; gap: 0.75rem;
 }
 .rights-icon {
   width: 32px; height: 32px;
   color: var(--accent); opacity: 0.7;
 }
 .rights-pct {
   font-family: var(--serif);
   font-size: 2.2rem; font-weight: 800;
   color: var(--dark); line-height: 1;
   letter-spacing: -0.03em;
 }
 .rights-label {
   font-family: var(--sans);
   font-size: 0.58rem; font-weight: 600;
   letter-spacing: 0.12em; text-transform: uppercase;
   color: var(--text-muted); line-height: 1.4;
 }
 .rights-note {
   font-family: var(--sans);
   font-size: 0.65rem; color: #bbb; line-height: 1.5;
   font-style: italic;
 }


/* ----------HOW TO AMEND PAGE ---------- */

/* ─── HERO ─── */
   .hero-amend { padding:2rem 0 2.5rem; text-align:center; }
   .hero-label {
     font-size:0.55rem; letter-spacing:0.2em; font-weight:500;
     text-transform:uppercase; color:var(--accent); margin-bottom:1.25rem;
   }
   .hero-title {
     font-size:clamp(1.8rem, 4vw, 2.6rem); font-weight:700;
     color:#111; line-height:1.15; margin-bottom:1.25rem;
   }
   .hero-intro {
     font-size:0.88rem; color:#888; line-height:1.85; max-width:560px; margin:0 auto;
   }

   /* ─── ARTICLE V TEXT ─── */
   .article-v-block {
     position:relative;
     margin:2rem 0 3rem;
     padding:2rem 2.25rem;
     background:#f7f6f3;
     border-left:3px solid var(--accent);
   }
   .article-v-label {
     font-size:0.5rem; letter-spacing:0.18em;
     text-transform:uppercase; color:var(--accent);
     font-weight:600; margin-bottom:0.75rem;
   }
   .article-v-text {
     font-size:0.8rem; color:#777; line-height:2;
     font-style:italic;
   }

   /* ─── SECTION HEADERS ─── */
   .section-header {
     padding:3rem 0 1.5rem;
     border-top:1px solid #eee;
   }
   .section-header:first-of-type { border-top:none; }
   .section-number {
     font-size:0.65rem; letter-spacing:0.2em;
     text-transform:uppercase; color:var(--accent);
     font-weight:600; margin-bottom:0.5rem;
   }
   .section-title h2 {
     font-size:2.3rem; font-weight:700; color:#111; line-height:1.25;margin-top:.5rem;}
   }

   /* ─── STEP TRACK (Section 1) ─── */
   .step-track { padding:0.5rem 0 2rem; }
   .step-row {
     display:grid;
     grid-template-columns:48px 1fr;
     gap:0;
     position:relative;
   }
   .step-gutter {
     display:flex;
     flex-direction:column;
     align-items:center;
   }
   .step-dot {
     width:32px; height:32px;
     border:2px solid var(--accent);
     display:flex; align-items:center; justify-content:center;
     font-size:0.65rem; font-weight:700; color:var(--accent);
     flex-shrink:0;
     background:#fff;
     position:relative;
     z-index:1;
   }
   .a-step-line {
     width:2px; flex:1;
     background: #917e59;
   }
   .step-row:last-child .step-line { display:none; }
   .step-content {
     padding:0.35rem 0 2rem 1rem;
   }
   .step-label {
     font-size:0.88rem; font-weight:700; color:#222;
     margin-bottom:0.35rem;
   }
   .step-desc {
     font-size:0.82rem; color:#888; line-height:1.75;
   }
   .step-options {
     margin-top:0.75rem;
     display:flex; flex-direction:column; gap:0.5rem;
   }
   .step-option {
     padding:0.75rem 1rem;
     border:1.5px solid #eee;
     background:#fff;
   }
   .step-option-label {
     font-size:0.78rem; font-weight:600; color:#333;
   }
   .step-option-note {
     font-size:0.72rem; color:#aaa; margin-top:0.15rem;
   }
   .step-callout {
     margin-top:0.75rem;
     padding:0.65rem 1rem;
     background:var(--accent-bg);
     border-left:2px solid var(--accent);
     font-size:0.75rem; color:#666; line-height:1.7;
   }

   /* ─── COMPARISON BLOCKS (Section 2) ─── */
   .compare-grid {
     display:grid;
     grid-template-columns:1fr 1fr;
     gap:1px;
     background:#e0e0e0;
     margin:1rem 0 2rem;
     overflow:hidden;
   }
   .compare-col-head {
     padding:1rem 1.25rem;
     font-size:0.6rem; letter-spacing:0.15em;
     text-transform:uppercase; font-weight:700;
     background:#f7f6f3;
   }
   .compare-col-head.amend { color:var(--accent); }
   .compare-col-head.law { color:#666; }
   .compare-row-label {
     grid-column:1 / -1;
     padding:0.65rem 1.25rem;
     font-size:0.55rem; letter-spacing:0.12em;
     text-transform:uppercase; font-weight:600;
     color:#999; background:#fafaf8;
   }
   .compare-cell {
     padding:0.85rem 1.25rem;
     font-size:0.8rem; color:#555; line-height:1.7;
     background:#fff;
   }
   .compare-cell strong { color:#222; font-weight:600; }

   /* ─── TIMELINE CARDS (Section 3) ─── */
   .timeline-intro {
     font-size:0.85rem; color:#888; line-height:1.8;
     margin-bottom:2rem;
   }
   .timeline-grid {
     display:grid;
     grid-template-columns:1fr 1fr;
     gap:0.75rem;
     margin-bottom:1.5rem;
   }
   .t-card {
     border:1.5px solid #eee;
     padding:1.25rem 1.25rem 1rem;
     cursor:pointer;
     transition:all 0.35s ease;
     position:relative;
     overflow:hidden;
     user-select:none;
     -webkit-tap-highlight-color:transparent;
   }
   .t-card::before {
     content:'';
     position:absolute;
     top:0; left:0; right:0;
     height:3px;
     background:var(--accent);
     transform:scaleX(0);
     transform-origin:left;
     transition:transform 0.5s ease;
   }
   .t-card.revealed::before { transform:scaleX(1); }
   .t-card.revealed { border-color:var(--accent-border); }
   .t-card:hover:not(.revealed) { border-color:#ddd; background:#fafaf8; }
   .t-card-num {
     font-size:0.5rem; letter-spacing:0.15em;
     text-transform:uppercase; color:var(--accent);
     font-weight:600; margin-bottom:0.35rem;
   }
   .t-card-name {
     font-size:0.82rem; font-weight:600; color:#222;
     margin-bottom:0.6rem; line-height:1.35;
   }
   .t-card-counter {
     font-size:1.6rem; font-weight:700; color:#ccc;
     font-variant-numeric:tabular-nums;
     transition:color 0.4s ease;
     line-height:1;
   }
   .t-card.revealed .t-card-counter { color:var(--accent); }
   .t-card-unit {
     font-size:0.55rem; letter-spacing:0.1em;
     text-transform:uppercase; color:#bbb;
     margin-top:0.25rem;
     transition:color 0.4s ease;
   }
   .t-card.revealed .t-card-unit { color:var(--accent); opacity:0.7; }
   .t-card-tap {
     font-size:0.55rem; color:#ccc; letter-spacing:0.08em;
     text-transform:uppercase;
     position:absolute; bottom:0.75rem; right:1rem;
     transition:opacity 0.3s;
   }
   .t-card.revealed .t-card-tap { opacity:0; }

   /* Special card: XXVII */
   .t-card.outlier { grid-column:1 / -1; }
   .t-card.outlier .t-card-counter { font-size:2rem; }

   /* Reveal-all button */
   .reveal-all-wrap { text-align:center; margin:1.5rem 0 3rem; }
   .reveal-all-btn {
     background:transparent; border:1.5px solid #ddd;
     padding:0.65rem 1.75rem; font-size:0.65rem;
     letter-spacing:0.1em; text-transform:uppercase;
     color:#999; cursor:pointer; transition:all 0.3s;
   }
   .reveal-all-btn:hover { border-color:var(--accent-border); color:var(--accent); }
   .reveal-all-btn.done { pointer-events:none; opacity:0.3; }

   /* Stats strip */
   .stats-strip {
     display:grid;
     grid-template-columns:1fr 1fr 1fr;
     gap:1px;
     background:#e0e0e0;
     margin:0 0 3rem;
   }
   .stat-box {
     padding:1.25rem;
     background:#f7f6f3;
     text-align:center;
   }


   /* Closing */
   .closing-block {
     text-align:center;
     padding:3rem 1.5rem 5rem;
     border-top:1px solid #eee;
   }
   .closing-text {
     font-size:0.88rem; color:#777; line-height:1.85;
     max-width:500px; margin:0 auto;
   }

   @media(max-width:600px) {
     .timeline-grid { grid-template-columns:1fr; }
     .t-card.outlier { grid-column:1; }
     .compare-grid { grid-template-columns:1fr; }
     .compare-col-head.law { display:none; }
     .compare-col-head.amend { display:none; }
     .compare-row-label { display:none; }
     .compare-cell { padding:0.75rem 1rem; }
     .compare-cell::before {
       content:attr(data-label);
       display:block;
       font-size:0.5rem; letter-spacing:0.1em;
       text-transform:uppercase; font-weight:600;
       margin-bottom:0.35rem;
     }
     .compare-cell.amend::before { color:var(--accent); }
     .compare-cell.law::before { color:#999; }
     .stats-strip { grid-template-columns:1fr; }
     .article-v-block { padding:1.5rem 1.25rem; }
   }

/* <-----------LEARN LANDING PAGE---------> */
.learn-wrap { max-width:1320px; margin:0 auto; padding:4rem 1.5rem; }
.learn-hero-deck {font-size:0.92rem; color:#444; line-height:1.8; max-width:500px; }

    .learn-list { list-style:none; padding:2.5rem 0 6rem; }

    .learn-list li { border-bottom:1px solid #eee; padding:1.75rem 0; }
    .learn-list li:first-child { border-top:1px solid #eee; }

    .learn-list li a { text-decoration:none; color:inherit; display:block; }
    .learn-list li a:hover .item-title { color:var(--accent); }

    .item-meta { font-size:0.52rem; letter-spacing:0.15em; text-transform:uppercase; color:#aaa; font-weight:600; margin-bottom:0.5rem; }
    .interactive-tag { color:var(--accent); border:1px solid var(--accent-border); padding:0.15rem 0.45rem; font-size:0.45rem; border-radius:2px; margin-left:0.4rem; }
    .item-title { font-family:var(--serif); font-size:1.1rem; font-weight:700; color:#111; line-height:1.25; margin-bottom:0.5rem; transition:color 0.2s; }
    .item-desc { font-size:0.8rem; color:#444; line-height:1.75; margin-bottom:0.75rem; }
    .item-arrow { font-size:0.75rem; color:#aaa; }
    .learn-list li a:hover .item-arrow { color:var(--accent); }
