  /* Founder editorial archives */
  .archive-body{
    background: #f8f7f5;
  }
  .archive-page{
    padding-top: 70px;
  }
  .archive-shell{
    width: min(1280px, 90vw);
    margin: 0 auto;
  }
  .archive-hero{
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(3rem, 5vw, 5rem);
    background:
      linear-gradient(rgba(0,0,0,0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,0,0,0.025) 1px, transparent 1px),
      #ffffff;
    background-size: 64px 64px;
    border-bottom: 1px solid var(--rule);
  }
  .archive-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    color: var(--red);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }
  .archive-eyebrow::before{
    content: "";
    width: 38px;
    height: 1px;
    background: currentColor;
  }
  .archive-title{
    max-width: 1000px;
    font-size: clamp(3.25rem, 7vw, 6.6rem);
    font-weight: 200;
    letter-spacing: -0.055em;
    line-height: 0.98;
  }
  .archive-title--compact{
    font-size: clamp(2.275rem, 4.9vw, 4.62rem);
  }
  .archive-title em{
    color: var(--red);
    font-style: normal;
    font-weight: 600;
  }
  .archive-intro{
    max-width: 790px;
    margin-top: clamp(1.7rem, 3vw, 2.5rem);
    color: var(--grey);
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    line-height: 1.75;
  }
  .archive-summary{
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 2rem;
    margin-top: 2.4rem;
    color: var(--grey);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .archive-summary strong{
    color: var(--ink);
    font-weight: 600;
  }
  .archive-directory{
    padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(4rem, 8vw, 7rem);
  }
  .archive-toolbar{
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    gap: 1.25rem 2rem;
    align-items: end;
    padding-bottom: 1.6rem;
  }
  .archive-search-label{
    display: block;
    margin-bottom: 0.55rem;
    color: var(--grey);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .archive-search-wrap{
    position: relative;
  }
  .archive-search-wrap svg{
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--grey);
    stroke-width: 1.5;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .archive-search{
    width: 100%;
    padding: 0.75rem 0 0.75rem 2rem;
    border: 0;
    border-bottom: 1px solid var(--rule-strong);
    border-radius: 0;
    outline: none;
    background: transparent;
    color: var(--ink);
    font: inherit;
  }
  .archive-search:focus{
    border-bottom-color: var(--red);
  }
  .archive-list-head{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    color: var(--grey);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .archive-list{
    background: var(--white);
    border-top: 1px solid var(--rule-strong);
  }
  .archive-entry{
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 130px;
    gap: 1.5rem;
    align-items: center;
    min-height: 154px;
    padding: 1.55rem 1.4rem;
    border-right: 1px solid var(--rule-strong);
    border-bottom: 1px solid var(--rule-strong);
    border-left: 1px solid var(--rule-strong);
    transition: background 0.2s ease, border-left-color 0.2s ease;
  }
  .archive-entry:hover{
    border-left-color: var(--red);
    background: #fffdfd;
  }
  .archive-entry[hidden]{
    display: none;
  }
  .archive-date{
    align-self: start;
    color: var(--grey);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-transform: uppercase;
  }
  .archive-entry-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.9rem;
    margin-bottom: 0.7rem;
    color: var(--red);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .archive-entry h2{
    max-width: 850px;
    font-size: clamp(0.92rem, 1.44vw, 1.24rem);
    font-weight: 400;
    letter-spacing: -0.018em;
    line-height: 1.35;
  }
  .archive-entry h2 a{
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  .archive-entry h2 a:hover{
    color: var(--red);
  }
  .archive-entry-action{
    justify-self: end;
    color: var(--red);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
  }
  .archive-entry-action span{
    display: inline-block;
    margin-left: 0.4rem;
    transition: transform 0.2s ease;
  }
  .archive-entry-action:hover span{
    transform: translateX(4px);
  }
  .archive-entry-action.is-muted{
    color: var(--grey);
  }
  .archive-empty{
    padding: 3rem 1.5rem;
    border: 1px solid var(--rule-strong);
    border-top: 0;
    background: var(--white);
    color: var(--grey);
    text-align: center;
  }
  .archive-back{
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 2rem;
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .archive-back:hover{
    color: var(--red);
  }
  @media (max-width: 900px){
    .archive-toolbar{
      grid-template-columns: 1fr;
    }
    .archive-entry{
      grid-template-columns: 120px minmax(0, 1fr);
    }
    .archive-entry-action{
      grid-column: 2;
      justify-self: start;
      text-align: left;
    }
  }
  @media (max-width: 640px){
    .archive-page{
      padding-top: 62px;
    }
    .archive-shell{
      width: min(88vw, 1280px);
    }
    .archive-hero{
      padding-top: 4rem;
    }
    .archive-title{
      font-size: clamp(2.8rem, 15vw, 4.5rem);
    }
    .archive-title--compact{
      font-size: clamp(1.96rem, 10.5vw, 3.15rem);
    }
    .archive-summary{
      flex-direction: column;
      gap: 0.45rem;
    }
    .archive-list-head{
      align-items: flex-end;
    }
    .archive-entry{
      grid-template-columns: 1fr;
      gap: 0.75rem;
      min-height: 0;
      padding: 1.35rem 1.1rem;
    }
    .archive-date,
    .archive-entry-action{
      grid-column: 1;
      justify-self: start;
    }
    .archive-entry-main{
      grid-column: 1;
    }
  }
