
.page-node-1542 .space-lg {width:75%;}
.page-node-1542 .light_bg {padding: 6rem 10.5%;}

.cbp-process-copy {
  max-width: 24rem;
}

.cbp-center-narrow {
  max-width: 40rem;
  margin: 0 auto;
}

.cbp-hover-link {
  cursor: pointer;
}

.cbp-label-link {

  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #555;
}

.cbp-accent-arrow {
  color: var(--accent);
  font-size: 0.85rem;
}

.cbp-question {

  font-size: 1.2rem;
  font-weight: 600;
  color: #111;
}

.cbp-table-head {

  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ccc;
}

.cbp-compare-head-col {
  width: 6.5rem;
  text-align: right;
}

.cbp-proposals-intro {

  font-size: 0.82rem;
  color: #666;
  max-width: 26rem;
  line-height: 1.7;
}

.cbp-learn-link {

  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #555;
}

.cbp-cta-title {

  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin: 0;
}

.law-butt {
  margin-left:5rem;
}

.learn-butt {
  text-align:center;
  margin-top:2rem;
}

@media (min-width: 992px) {
  .cbp-pad-x {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Bootstrap doesn't include py-md-6 by default. */
@media (min-width: 768px) {
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

/* HERO */

.hero-line1 {
    width:100%;
}
.hero-title-top {
    font-family:var(--serif);
    font-weight:800;
    font-size:clamp(3.5rem, 9vw, 9rem);
    line-height:1.0;
    color:#fff;
    letter-spacing:-0.03em;
}
.hero-line2 {
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap:2rem;
  align-items:center;
}

@media (max-width: 768px) {
  .hero-line2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}


.hero-title-bottom {
    font-family:var(--serif);
    font-weight:800;
    font-size:clamp(3.5rem, 9vw, 9rem);
    line-height:1.0;
    color:#fff;
    letter-spacing:-0.03em;
}
.hero-quote-block {
    padding-top:2rem;
}
.hero-quote {
    font-weight:400;
    font-size:clamp(0.80rem, 1.3vw, .9rem);
    line-height:1.4;
    color:#777;
    margin-bottom: 0;
    max-width: 50ch;
}
.hero-attr {
    font-family:var(--sans);
    font-size:0.6rem;
    letter-spacing:0.12em;
    text-transform:uppercase;
    color:#ccc;
    display:block;
    margin-top:0.75rem;
}
.hero-declaration {
    margin-top:2.5rem;
}
.declaration-lead {
    font-family:var(--sans);
    font-size:clamp(0.90rem, 1.25vw, .95rem);
    color:#ccc;
    line-height:1.5;
    margin-bottom:2.25rem;
    width:88%;
}
.declaration-beats {
    display:flex;
    gap:2.5rem;
    margin-bottom:1.25rem;
}
.declaration-beat {
    font-family:var(--serif);
    font-size:clamp(1rem, 1.6vw, 1.2rem);
    font-weight:600;
    color:#fff;
    line-height:1.3;
    padding-left:1rem;
    border-left:2px solid var(--accent);
}
.declaration-close {
    font-family:var(--sans);
    font-size:0.88rem;
    color:#999;
    line-height:1.8;
    margin-top:2rem;
}

@media(max-width:900px) {
    .hero-line2 {
        grid-template-columns:1fr;
        gap:1.5rem;
    }
    .hero-quote-block {
        max-width:28rem;
    }
    .declaration-beats {
        flex-direction:column;
        gap:1rem;
    }
}

.scroll-cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  animation: cbp-float-down 2.5s ease-in-out infinite;
}

.scroll-cta span {
  font-size: 0.85rem;
  font-weight:400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #917e59;
}

.scroll-cta svg {
  stroke: #917e59;
}

@keyframes cbp-float-down {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}


/* The Long Con */

.home-pullquote {
  font-family:'Shippori Mincho', Georgia, serif; font-weight:500;
  font-size:clamp(1.15rem, 2vw, 2rem); line-height:1.2;
  color:#917e59; padding:0 3rem;
}
.excuse-item {
      border-bottom:1px solid rgba(255,255,255,0.2);
    }

.excuse-item:first-child {
          border-top:1px solid rgba(255,255,255,0.2);
        }
.accordion.accordion-flush.excuse-accordion {
        --bs-accordion-color: #fff;
        --bs-accordion-bg: #111;
      }

.accordion-button.excuse-header:not(.collapsed) {
   --bs-accordion-active-bg: #111;
   box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 #272727;
}

.accordion.accordion-flush.accordion-button:not(.collapsed) {
  background-color:#111;
}


.excuse-item h2 {
  color:#fff;
  margin-top:0;
}

.excuse-item .accordion-button {
  color:#fff;
}

.excuse-header {
  padding:1.5rem;
  transition:all 0.3s;
}

.excuse-header:hover .excuse-num {
      color:#917e59;
    }

    .excuse-left {
      display:flex;
      align-items:center;
      gap:1.25rem;
    }

.excuse-counter {
  font-size:0.82rem;
  color:#fff;
     }

.excuse-counter p {
  margin-bottom:0.4rem;
  padding-left:1rem;
  border-left:2px solid #917e59;
     }



     /* SHARED STEP ROWS */
       .ht-rows { display:flex; flex-direction:column; gap:0; }

       .ht-row {
         display:flex;
         position:relative;
       }

       /* Row divider label */
       .ht-row-label {
         position:absolute;
         top:-0.9rem;
         left:0;
         font-size:0.5rem;
         letter-spacing:0.18em;
         text-transform:uppercase;
         font-weight:600;
         padding:0.2rem 0.6rem;
         border-radius:2px;
       }
       .ht-row-label.your-part {
         color:var(--accent);
         background:rgba(145,126,89,0.08);
       }
       .ht-row-label.what-next {
         color:#999;
         background:rgba(0,0,0,0.04);
       }

       .ht-row-inner {
         display:flex;
         width:100%;
         border-top:1px solid #ddd;
         padding-top:2.5rem;
         padding-bottom:2.5rem;
         gap:0;
       }

       /* STEPS */
       .ht-step {
         flex:1;
         text-align:center;
         padding:0 1.5rem;
         cursor:default;
         transition:all 0.4s;
         position:relative;
       }

       /* vertical separator between steps */
       .ht-step + .ht-step::before {
         content:'';
         position:absolute;
         left:0; top:0; bottom:0;
         width:1px;
         background:#ddd;
       }

       .ht-icon {
         width:52px; height:52px; margin:0 auto 1.25rem;
         border:1.5px solid #ddd; border-radius:50%;
         display:flex; align-items:center; justify-content:center;
         transition:all 0.4s;
         background:#fff;
       }
       .ht-icon svg { stroke:#ccc; transition:stroke 0.4s; }

       .ht-step:hover .ht-icon,
       .ht-step.active .ht-icon {
         border-color:var(--accent);
         background:var(--accent-bg);
       }
       .ht-step:hover .ht-icon svg,
       .ht-step.active .ht-icon svg {
         stroke:var(--accent);
       }

       .ht-step-num {
         font-family:var(--sans);
         font-size:0.65rem;
         letter-spacing:0.15em;
         text-transform:uppercase;
         color:#aaa;
         font-weight:600;
         margin-bottom:0.4rem;
         transition:color 0.4s;
       }
       .ht-step:hover .ht-step-num { color:var(--accent); }

       .ht-step-title {
         font-family:var(--serif);
         font-size:1rem;
         font-weight:600;
         color:#111;
         margin-bottom:0.5rem;
         transition:color 0.4s;
         line-height:1.25;
       }
       .ht-step:hover .ht-step-title,
       .ht-step.active .ht-step-title {
         color:var(--accent);
       }

       .ht-step-desc {
         font-family:var(--sans);
         font-size:0.78rem;
         color:#777;
         line-height:1.65;
         transition:color 0.4s;
         font-weight:400;
       }
       .ht-step:hover .ht-step-desc,
       .ht-step.active .ht-step-desc {
         font-color:#222;
       }

       .ht-step-desc p {margin-bottom:.25rem;}
       .desc-sub {text-align:left; margin-bottom:.25rem;}

       /* DATE BAR */
       .date-bar {
         display:flex;
         border:1px solid #e8e8e8;
         margin-top:3rem;
         background:#fff;
       }
       .date-item {
         flex:1;
         padding:0.875rem 1.25rem;
         border-right:1px solid #e8e8e8;
         transition:background 0.3s;
       }
       .date-item:last-child { border-right:none; }
       .date-item:hover { background:var(--accent-bg); }
       .date-label {
         font-family:var(--sans);
         font-size:0.5rem;
         letter-spacing:0.15em;
         text-transform:uppercase;
         color:#ccc;
         font-weight:600;
         margin-bottom:0.3rem;
       }
       .date-val {
         font-family:var(--serif);
         font-size:0.92rem;
         font-weight:600;
         color:#333;
       }

       /* LINK */
       .process-link {
         display:inline-flex;
         align-items:center;
         gap:0.4rem;
         margin-top:1.5rem;
         font-family:var(--sans);
         font-size:0.65rem;
         letter-spacing:0.15em;
         text-transform:uppercase;
         color:#555;
         text-decoration:none;
         border:1px solid #ddd;
         border-radius:50px;
         padding:0.55rem 1.25rem;
         transition:border-color 0.3s;
       }
       .process-link:hover { border-color:#999; color:#333; }

       @media(max-width:767px) {
         .ht-row-inner { flex-direction:column; gap:2.5rem; }
         .ht-step { text-align:left; display:flex; flex-direction:column; gap:0.75rem; align-items:flex-start; padding:0; }
         .ht-icon { margin:0; flex-shrink:0; }
         .ht-step > div { width:100%; }
         .ht-step + .ht-step::before { display:none; }
         .date-bar { flex-direction:column; }
         .date-item { border-right:none; border-bottom:1px solid #e8e8e8; }
         .date-item:last-child { border-bottom:none; }
       }

/* DISCONNECT */
.stat-row {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  border-top: 1px solid #e8e8e8;
  transition: background-color 0.3s;
}

.stat-row:hover {
  background-color: var(--accent-bg);
}

.stat-row:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.stat-label {
  flex: 1;

  font-size: 0.85rem;
  font-weight: 500;
  color: #333;
}

.stat-congress,
.stat-you {
  width: 7rem;
  text-align: right;

  font-size: 0.85rem;
}

.stat-congress {
  color: #aaa;
}

.stat-you {
  font-weight: 500;
  color: #333;
}

.stat-row:hover .stat-you {
  color: var(--accent);
}

.big-stat-num {

  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
}

.big-stat-label {

  font-size: 0.7rem;
  color: #999;
  margin-top: 0.25rem;
}

/* PROPOSALS */
.proposal-row {
  display: flex;
  align-items: flex-start;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: all 0.3s;
  gap: 1rem;
}

.proposal-row:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.proposal-row:hover {
  background: rgba(255, 255, 255, 0.02);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.proposal-row-name {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(0.9rem, 1.5vw, 1.25rem);
  font-weight: 700;
  width: 35%;
  flex-shrink: 0;
  transition: color 0.3s;
}

 .proposal-row-name a {
  color: #fff;
}

.proposal-row:hover .proposal-row-name a {
  color:#917e59;
}

.proposal-row-desc {
  font-size: 0.82rem;
  line-height: 1.65;
  flex: 1;
  transition: color 0.3s;
}
.proposal-row-desc a {
    color: rgba(255, 255, 255, 0.55);
}

.proposal-row:hover .proposal-row-desc a {
  color: rgba(255, 255, 255, 0.95);
}

.proposal-row-arrow {

  font-size: 0.75rem;
  color: var(--accent);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  flex-shrink: 0;
  padding-top: 0.2rem;
}

.proposal-row:hover .proposal-row-arrow {
  opacity: 1;
  transform: translateX(4px);
}

.proposal-cat-label {

  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 0.35rem;
}

.proposal-cat-meta {

  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.75rem;
  font-weight:400;
}

@media (max-width: 767px) {
  .proposal-row {
    flex-direction: column;
    gap: 0.5rem;
  }

  .proposal-row-name {
    width: 100%;
  }

  .proposal-row-arrow {
    display: none;
  }
}



/* LAW BOXES */
.law-box {
  border: 1px solid #eee;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}

.law-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: background 0.4s;
}

.law-box:hover {
  border-color: #ddd;
}

.law-box.highlight {
  border-color: var(--accent);
  background: var(--accent-bg);
}

.law-box.highlight::after {
  background: var(--accent);
}

.law-box-type {

  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.law-box-result {

  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

/* TRANSPARENCY */
.transparency-link {

  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 0.55rem 1.25rem;
  text-decoration: none;
  display: inline-block;
  transition: border-color 0.3s, color 0.3s;
}

.transparency-link:hover {
  border-color: #999;
  color: #333;
}

/* LEARN */
.learn-card {
  padding: 1.75rem;
  border: 1px solid #917e59;
  border-radius: 8px;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
}

.learn-card:hover {
  background: var(--accent-bg);
  border-color: rgba(145, 126, 89, 0.2);
}

.learn-card-cat {

  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 1rem;
  transition: color 0.3s;
}

.learn-card:hover .learn-card-cat {
  color: var(--accent);
}

.learn-card-title {

  font-size: 1rem;
  font-weight: 500;
  color: #111;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.learn-card-desc {

  font-size: 0.75rem;
  color: #aaa;
  line-height: 1.6;
}

.learn-card-arrow {
  margin-top: 1.25rem;

  font-size: 0.7rem;
  color: var(--accent);
  opacity: 0;
  transition: opacity 0.3s;
}

.learn-card:hover .learn-card-arrow {
  opacity: 1;
}

/* CTA */
.cta-btn {

  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s;
  border: none;
}

.cta-btn:hover {
  transform: scale(1.05);
  color: #fff;
}


/* ═══════════════════════════════════════════ */
  /* SECTION                                     */
  /* ═══════════════════════════════════════════ */

.vote-section {
    padding: 5rem 0 1rem;
  }
.vote-section .layout__region.layout__region--content {
  max-width: 1320px;
   margin: 0 auto;
   padding: 0 1.5rem;
}

  .vote-title {
    font-weight: 700;
    font-size: clamp(1.6rem, 3.2vw, 2.5rem);
    color: #111;
    line-height: 1.2;
    margin-bottom: 2rem;
    max-width: 520px;
  }

  .vote-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
  }

  .vote-text p {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    font-weight:400;
  }
  .vote-text p:last-child { margin-bottom: 0; }
  .vote-text .highlight {
    font-weight: 700;
  }


  /* Fee callout */


  p.fee-block {
    font-size: 0.84rem;
    color: #272727;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    font-weight:400;
  }
  span.hightlight {font-weight:700;}

  .fee-block p:last-child { margin-bottom: 0; }

  /* ═══════════════════════════════════════════ */
  /* INFOGRAPHIC                                 */
  /* ═══════════════════════════════════════════ */
  .infographic-section {
    padding: 1rem 0 4rem;
  }

  .infographic-section .double {
    text-align: center;
  }

  .infographic-section .layout__region.layout__region--content  {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }

  .info-header {
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .info-header h3 {
    font-weight: 700;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: #111;
    margin-bottom: 0.5rem;
  }
  .info-header p {
    font-size: 0.78rem;
    color: rgba(0,0,0,0.5);
  }

  /* Flow container */
  .flow {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
  }

  /* Main horizontal flow */
  .flow-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
    margin-bottom:20px;
  }

  /* Flow node */
  .flow-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
  }

  .flow-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    transition: all 0.4s;
  }
  .flow-node:hover .flow-icon {
    border-color: rgba(145,126,89,0.25);
    background: rgba(145,126,89,0.07);
  }
  .flow-icon svg {
    stroke: rgba(0,0,0,0.4);
    transition: stroke 0.4s;
  }
  .flow-node:hover .flow-icon svg {
    stroke: var(--accent);
  }

  .flow-icon-accent {
    border-color: rgba(145,126,89,0.4);
    background: rgba(145,126,89,0.07);
  }
  .flow-icon-accent svg { stroke: var(--accent); }

  .flow-node-label {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.8);
    font-weight: 500;
    margin-bottom: 0.25rem;
  }

  .flow-node-desc {
    font-size: 0.75rem;
    color: rgba(0,0,0,0.75);
    line-height: 1.5;
    max-width: 150px;
  }

  /* Connector arrows */
  .flow-connector {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-bottom: 2.5rem;
  }
  .flow-connector-line {
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.3);
    position: relative;
  }
  .flow-connector-line::after {
    content: '';
    position: absolute;
    right: -1px;
    top: -3px;
    width: 0; height: 0;
    border-left: 5px solid rgba(0,0,0,0.15);
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
  }

  /* ── SPLIT / BRANCH ── */
  .flow-split {
    margin-top: 2.5rem;
    position: relative;
  }

  /* Vertical connector from main flow to split */
  .flow-vert-connector {
    width: 1px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    margin: 0 auto;
    position: relative;
  }
  .flow-vert-connector::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -3px;
    width: 0; height: 0;
    border-top: 5px solid rgba(0,0,0,0.15);
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
  }

  /* The veil line */
  .veil-marker {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem auto;
    max-width: 500px;
  }
  .veil-line {
    flex: 1;
    height: 1px;
    background: rgba(145,126,89,0.5);
  }
  .veil-tag {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
    white-space: nowrap;
    padding: 0.3rem 0.85rem;
    border: 1px solid rgba(145,126,89,0.5);
    border-radius: 2px;
  }

  /* Branch paths */
  .flow-branches {
    display: flex;
    justify-content: center;
    gap: 6rem;
    position: relative;
    margin-top: 0.5rem;
  }

  /* Horizontal bridge between branches */
  .flow-branches::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 3rem - 56px/2);
    right: calc(50% - 3rem - 56px/2);
    height: 1px;
    background: rgba(0,0,0,0.3);
  }

  .flow-branch {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }

  /* Vertical tick down from bridge */
  .flow-branch::before {
    content: '';
    width: 1px;
    height: 20px;
    background: rgba(0,0,0,0.3);
    margin-bottom: 0.5rem;
  }

  .branch-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgba(145,126,89,0.25);
    background: rgba(145,126,89,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
  }
  .branch-icon svg { stroke: var(--accent); }

  .branch-label {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 0.25rem;
  }

  .branch-desc {
    font-size: 0.75rem;
    color: rgba(0,0,0,0.75);
    line-height: 1.5;
    max-width: 140px;
  }

  /* No one has — bottom note */
  .flow-footer {
    text-align: center;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0,0,0,0.05);
  }
  .flow-footer p {
    font-size: 0.75rem;
    color: rgba(0,0,0,0.75);
    font-style: italic;
  }
  .flow-footer strong {
    color: rgba(0,0,0,0.75);
    font-weight: 500;
    font-style: normal;
  }

  /* ═══════════════════════════════════════════ */
  /* CTA                                         */
  /* ═══════════════════════════════════════════ */
  .cta-bar {
    background: #000;
    padding: 2.5rem 0;
  }
  .cta-bar .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
  }

  .cta-btn {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: var(--accent);
    color: #000;
    border-radius: 50px;
    padding: 0.75rem 2rem;
    text-decoration: none;
    transition: transform 0.3s;
    border: none;
    cursor: pointer;
  }
  .cta-btn:hover { transform: scale(1.05); color: #000; }

  .cta-link {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #555;
    border: 1px solid #444;
    border-radius: 50px;
    padding: 0.7rem 1.75rem;
    text-decoration: none;
    transition: border-color 0.3s, color 0.3s;
  }
  .cta-link:hover { border-color: #999; color: #333; }

  /* ═══════════════════════════════════════════ */
  /* RESPONSIVE                                  */
  /* ═══════════════════════════════════════════ */
  @media (max-width: 900px) {
    .vote-cols {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }

  @media (max-width: 640px) {
    .vote-section { padding: 3.5rem 0 2rem; }
    .infographic-section { padding: 3rem 0; }

    .flow-main {
      flex-direction: column;
      gap: 0;
    }
    .flow-connector {
      width: 1px;
      height: 30px;
      padding-bottom: 0;
    }
    .flow-connector-line {
      width: 1px;
      height: 100%;
      background: rgba(0,0,0,0.1);
    }
    .flow-connector-line::after {
      right: auto;
      bottom: -1px;
      left: -3px;
      top: auto;
      border-left: 3.5px solid transparent;
      border-right: 3.5px solid transparent;
      border-top: 5px solid rgba(0,0,0,0.15);
    }

    .flow-branches {
      flex-direction: column;
      gap: 2rem;
      align-items: center;
    }
    .flow-branches::before { display: none; }
    .flow-branch::before { display: none; }

    .cta-bar .container {
      flex-direction: column;
      align-items: flex-start;
    }
  }

  /* ═══════════════════════════════════════════ */
  /* laW v Amend                                 */
  /* ═══════════════════════════════════════════ */

  /* LIST */
.verdict-list { list-style:none; }

.verdict-item {
  display:grid;
  grid-template-columns:32px 1fr;
  gap:0 1.25rem;
  align-items:start;
  padding:1.5rem 0;
  border-bottom:1px solid #eee;
}
.verdict-item:first-child { border-top:1px solid #eee; }

/* ICON */
.verdict-icon {
  margin-top:0.15rem;
  flex-shrink:0;
}

/* CONTENT */
.verdict-content {}
.verdict-type {
  font-family:var(--sans); font-size:0.6rem; letter-spacing:0.15em;
  text-transform:uppercase; font-weight:600; margin-bottom:0.3rem;
}
.verdict-type.dead { color:#ccc; }
.verdict-title {
  font-family:var(--serif); font-size:1.15rem; font-weight:700;
  line-height:1.25; margin-bottom:0.35rem;
}
.verdict-title.dead {
  color:#bbb;
  text-decoration:line-through;
  text-decoration-color:#ddd;
}
.verdict-desc {
  font-family:var(--sans); font-size:0.82rem; line-height:1.7;
}
.verdict-desc.dead { color:#ccc; }

/* WINNER ROW */
.verdict-item.winner {
  border-bottom:none;
  padding-top:2rem;
}
.verdict-item.winner .verdict-type { color:var(--accent); }
.verdict-item.winner .verdict-title {
  font-size:clamp(1.4rem,3vw,2rem);
  color:#111;
  text-decoration:none;
}
.verdict-item.winner .verdict-desc { color:#555; font-size:0.88rem; }
.verdict-stat {
  display:inline-flex; gap:2rem; margin-top:0.75rem; flex-wrap:wrap;
}
.verdict-stat-item {}
.verdict-stat-num {
  font-family:var(--serif); font-size:1.5rem; font-weight:700; color:var(--accent); line-height:1;
}
.verdict-stat-label {
  font-family:var(--sans); font-size:0.65rem; color:#444;
  letter-spacing:0.08em; margin-top:0.2rem;
}

@media(max-width:600px) {
  body { padding:3rem 1.25rem; }
  .verdict-stat { gap:1.5rem; }
}
