/*
 * ZEITUNG.IO V135C
 * Unified architecture for all section pages.
 */

/* ========================================================
   GLOBAL SECTION WIDTH
   ======================================================== */

.section-content{
    width:min(1480px,calc(100% - 32px)) !important;
    max-width:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
}


/* ========================================================
   COMPACT SECTION HERO
   ======================================================== */

.section-hero{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;

    padding-top:34px !important;
    padding-bottom:28px !important;

    margin-top:0 !important;
    margin-bottom:24px !important;
}

.section-hero h1{
    margin-top:6px !important;
    margin-bottom:12px !important;

    font-size:clamp(
        46px,
        5.2vw,
        76px
    ) !important;

    line-height:.92 !important;
    letter-spacing:-.05em !important;
}

.section-hero p{
    max-width:760px !important;
    margin-bottom:0 !important;

    font-size:17px !important;
    line-height:1.45 !important;
}


/* ========================================================
   TOP DESK
   LEAD LARGE / PULSE SMALL
   ======================================================== */

.desk-stage{
    display:grid !important;

    grid-template-columns:
        minmax(0,1fr)
        270px !important;

    gap:26px !important;

    align-items:stretch !important;

    width:100% !important;

    margin-top:0 !important;
    margin-bottom:28px !important;
}

.desk-stage > .desk-lead{
    grid-column:1 !important;
    grid-row:1 !important;

    width:100% !important;
    max-width:none !important;
    min-width:0 !important;

    margin:0 !important;
}

.desk-stage > .desk-empty{
    grid-column:1 !important;
    grid-row:1 !important;

    min-height:260px !important;
}

.desk-stage > .desk-pulse{
    grid-column:2 !important;
    grid-row:1 !important;

    width:auto !important;
    max-width:270px !important;
    min-width:0 !important;

    margin:0 !important;
    padding:22px !important;

    box-sizing:border-box !important;
}


/* keep the lead substantial but not a full empty screen */

.desk-lead{
    min-height:390px !important;
}


/* ========================================================
   REAL PULSE
   ======================================================== */

.desk-pulse.io-v135c-pulse{
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;

    background:#102329 !important;
    color:#fff !important;

    border:0 !important;
}

.io-v135c-pulse small{
    display:block;

    margin-bottom:16px;

    font:900 9px/1.2 Arial,sans-serif;
    letter-spacing:.14em;
    text-transform:uppercase;

    opacity:.65;
}

.io-v135c-pulse strong{
    display:block;

    margin-bottom:8px;

    font-size:62px;
    line-height:.85;
    letter-spacing:-.06em;
}

.io-v135c-pulse span{
    display:block;

    max-width:190px;

    font:800 11px/1.35 Arial,sans-serif;
    letter-spacing:.06em;
    text-transform:uppercase;

    opacity:.82;
}

.io-v135c-pulse i{
    display:block;

    margin-top:auto;
    padding-top:24px;

    font:800 10px/1 Arial,sans-serif;
    font-style:normal;

    opacity:.5;
}


/* ========================================================
   ARCHIVE HEADER / TOOLBAR
   ======================================================== */

.block-head.archive-head{
    margin-top:12px !important;
    margin-bottom:12px !important;

    padding-top:22px !important;
    padding-bottom:12px !important;

    border-top:4px solid #102329 !important;
}

.archive-toolbar{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:20px !important;

    min-height:0 !important;

    margin:0 0 22px !important;
    padding:13px 0 !important;

    border-top:1px solid #aeb7b5 !important;
    border-bottom:1px solid #aeb7b5 !important;
}

.archive-toolbar-title{
    display:flex !important;
    align-items:center !important;

    gap:12px !important;
}

.io-v135c-total{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:28px;
    height:28px;

    padding:0 7px;

    border-radius:50%;

    background:#102329;
    color:#fff;

    font:900 10px/1 Arial,sans-serif;
}

.archive-period{
    margin:0 !important;
}


/* ========================================================
   ARTICLE GRID
   ======================================================== */

.rubric-grid.archive-grid{
    display:grid !important;

    grid-template-columns:
        repeat(3,minmax(0,1fr)) !important;

    gap:24px 22px !important;

    width:100% !important;

    margin-top:0 !important;
}

.archive-card{
    min-width:0 !important;
    margin:0 !important;
}

.archive-card .card-copy{
    min-width:0 !important;
}


/* ========================================================
   EDITORIAL MANIFEST
   Now BELOW the actual news, not before it.
   ======================================================== */

.desk-manifest{
    margin-top:34px !important;
    margin-bottom:8px !important;

    padding-top:22px !important;
    padding-bottom:22px !important;

    border-top:1px solid #aeb7b5 !important;
    border-bottom:0 !important;

    min-height:0 !important;
}

.desk-manifest h2,
.desk-manifest h3{
    margin-top:0 !important;
}

.desk-manifest p{
    max-width:900px !important;
    line-height:1.5 !important;
}


/* ========================================================
   LOAD MORE
   ======================================================== */

.archive-load-wrap{
    margin:28px 0 0 !important;
    padding:0 !important;
}


/* ========================================================
   EMPTY STATE
   ======================================================== */

.archive-empty{
    padding:38px 0 !important;

    min-height:0 !important;

    border-top:1px solid #aeb7b5;
}


/* ========================================================
   TABLET
   ======================================================== */

@media(max-width:1050px){

    .desk-stage{
        grid-template-columns:
            minmax(0,1fr)
            230px !important;

        gap:20px !important;
    }

    .desk-stage > .desk-pulse{
        max-width:230px !important;
    }

    .rubric-grid.archive-grid{
        grid-template-columns:
            repeat(2,minmax(0,1fr)) !important;
    }
}


/* ========================================================
   MOBILE
   ======================================================== */

@media(max-width:760px){

    .section-content{
        width:calc(100% - 24px) !important;
    }

    .section-hero{
        padding-top:22px !important;
        padding-bottom:20px !important;

        margin-bottom:18px !important;
    }

    .section-hero h1{
        font-size:clamp(
            40px,
            12vw,
            56px
        ) !important;
    }

    .desk-stage{
        display:flex !important;
        flex-direction:column !important;

        gap:14px !important;

        margin-bottom:24px !important;
    }

    .desk-stage > .desk-lead,
    .desk-stage > .desk-empty{
        order:1 !important;
    }

    .desk-stage > .desk-pulse{
        order:2 !important;

        width:100% !important;
        max-width:none !important;

        min-height:130px !important;
    }

    .desk-lead{
        min-height:0 !important;
    }

    .io-v135c-pulse strong{
        font-size:44px;
    }

    .archive-toolbar{
        display:block !important;
    }

    .archive-period{
        margin-top:12px !important;
    }

    .rubric-grid.archive-grid{
        grid-template-columns:
            minmax(0,1fr) !important;

        gap:18px !important;
    }

    .desk-manifest{
        margin-top:28px !important;
    }
}

/* IO_SECTION_LIVE_DESK_5_VISIBLE_V1 */
.desk-pulse{
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}
.desk-pulse ol{
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}
.desk-pulse ol li{
  display:grid !important;
  visibility:visible !important;
  opacity:1 !important;
  max-height:none !important;
  overflow:visible !important;
}

@media(max-width:760px){
  .desk-stage > .desk-pulse{
    min-height:0 !important;
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
  }
  .desk-pulse ol{
    display:grid !important;
    gap:0 !important;
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
  }
  .desk-pulse ol li:nth-child(n){
    display:grid !important;
  }
}
