/* =========================================================
   AGENDA EDITORIAL V3 — centered, quieter, more literary
   ========================================================= */

html.ediouro-editorial-shell .agenda-v3{
  --av3-paper:#FCFBF7;
  --av3-cool:#EEF1F2;
  --av3-ink:#11110F;
  --av3-muted:#746E67;
  --av3-rule:#D8D4CD;
  background:#FFF;
  color:var(--av3-ink);
  font-family:'Inter Tight',Arial,sans-serif;
}
html.ediouro-editorial-shell .agenda-v3 .wrap{
  width:min(1180px,calc(100% - 64px));
  max-width:1180px;
  margin:0 auto;
}
html.ediouro-editorial-shell .agenda-v3-kicker{
  color:#777169;
  font:600 8px/1 'Inter Tight',Arial,sans-serif;
  letter-spacing:.24em;
  text-transform:uppercase;
}

/* Hero keeps the site's centered institutional rhythm */
html.ediouro-editorial-shell .agenda-v3-hero{
  background:var(--av3-cool);
}
html.ediouro-editorial-shell .agenda-v3-hero-inner{
  min-height:480px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:74px 0 64px;
  text-align:center;
}
html.ediouro-editorial-shell .agenda-v3-hero h1{
  max-width:900px;
  margin:22px auto 0;
  color:var(--av3-ink);
  font:450 clamp(42px,4.8vw,64px)/.99 'Inter Tight',Arial,sans-serif;
  letter-spacing:-.044em;
  text-wrap:balance;
}
html.ediouro-editorial-shell .agenda-v3-hero p{
  max-width:690px;
  margin:24px auto 0;
  color:#554F49;
  font:italic 400 clamp(19px,1.7vw,25px)/1.42 'Newsreader',Georgia,serif;
}

/* Controls are intentionally quiet */
html.ediouro-editorial-shell .agenda-v3-controls{
  background:#FFF;
  border-bottom:1px solid var(--av3-rule);
}
html.ediouro-editorial-shell .agenda-v3-controls-inner{
  min-height:98px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:15px;
  text-align:center;
}
html.ediouro-editorial-shell .agenda-v3-count{
  color:#8A847C;
  font:500 8px/1 'Inter Tight',Arial,sans-serif;
  letter-spacing:.16em;
  text-transform:uppercase;
}
html.ediouro-editorial-shell .agenda-v3-count span{
  color:#5F5952;
  font:600 9px/1 'Inter Tight',Arial,sans-serif;
}
html.ediouro-editorial-shell .agenda-v3-filters{
  display:flex;
  justify-content:center;
  gap:22px;
  max-width:100%;
  overflow-x:auto;
  scrollbar-width:none;
}
html.ediouro-editorial-shell .agenda-v3-filters::-webkit-scrollbar{display:none}
html.ediouro-editorial-shell .agenda-v3-filter{
  flex:0 0 auto;
  padding:4px 0 5px;
  border:0;
  border-bottom:1px solid transparent;
  background:transparent;
  color:#8B857D;
  font:600 8px/1 'Inter Tight',Arial,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
}
html.ediouro-editorial-shell .agenda-v3-filter.active{
  border-bottom-color:#11110F;
  color:#11110F;
}

/* Main agenda is a centered editorial column */
html.ediouro-editorial-shell .agenda-v3-body{
  padding:82px 0 100px;
  background:var(--av3-paper);
}
html.ediouro-editorial-shell .agenda-v3-body-inner{
  max-width:900px!important;
}
html.ediouro-editorial-shell .agenda-v3-month{
  margin-top:78px;
}
html.ediouro-editorial-shell .agenda-v3-month:first-child{
  margin-top:0;
}
html.ediouro-editorial-shell .agenda-v3-month-label{
  margin-bottom:28px;
  color:#807A72;
  font:600 8px/1 'Inter Tight',Arial,sans-serif;
  letter-spacing:.2em;
  text-align:center;
  text-transform:uppercase;
}
html.ediouro-editorial-shell .agenda-v3-list{
  border-top:1px solid var(--av3-ink);
  border-bottom:1px solid var(--av3-ink);
}
html.ediouro-editorial-shell .agenda-v3-event{
  position:relative;
  padding:42px 44px 44px;
  border-bottom:1px solid var(--av3-rule);
  text-align:center;
}
html.ediouro-editorial-shell .agenda-v3-event:last-child{
  border-bottom:0;
}
html.ediouro-editorial-shell .agenda-v3-event[hidden]{
  display:none!important;
}
html.ediouro-editorial-shell .agenda-v3-meta{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 12px;
  margin-bottom:15px;
}
html.ediouro-editorial-shell .agenda-v3-meta i{
  width:15px;
  height:2px;
  display:block;
  background:var(--agenda-accent);
}
html.ediouro-editorial-shell .agenda-v3-meta span{
  color:#8A847C;
  font:600 7px/1 'Inter Tight',Arial,sans-serif;
  letter-spacing:.13em;
  text-transform:uppercase;
}
html.ediouro-editorial-shell .agenda-v3-meta .agenda-v3-date{
  color:#5F5952;
}
html.ediouro-editorial-shell .agenda-v3-event h3{
  max-width:720px;
  margin:0 auto;
  color:var(--av3-ink);
  font:450 clamp(25px,2.5vw,34px)/1.06 'Inter Tight',Arial,sans-serif;
  letter-spacing:-.034em;
  text-wrap:balance;
}
html.ediouro-editorial-shell .agenda-v3-event>p{
  max-width:650px;
  margin:14px auto 0;
  color:#666059;
  font:400 13px/1.56 'Inter Tight',Arial,sans-serif;
}
html.ediouro-editorial-shell .agenda-v3-details{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px 14px;
  max-width:700px;
  margin:17px auto 0;
  color:#777169;
  font:400 11px/1.4 'Inter Tight',Arial,sans-serif;
}
html.ediouro-editorial-shell .agenda-v3-details strong{
  color:#49443E;
  font-weight:600;
}
html.ediouro-editorial-shell .agenda-v3-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
  margin-top:20px;
}
html.ediouro-editorial-shell .agenda-v3-actions button{
  padding:0 0 4px;
  border:0;
  border-bottom:1px solid currentColor;
  background:transparent;
  color:#5E5851;
  font:600 7px/1 'Inter Tight',Arial,sans-serif;
  letter-spacing:.15em;
  text-transform:uppercase;
  cursor:pointer;
}

/* Empty / archive */
html.ediouro-editorial-shell .agenda-v3-empty{
  padding:46px 0;
  border-top:1px solid var(--av3-ink);
  border-bottom:1px solid var(--av3-ink);
  color:#625D56;
  font:italic 400 24px/1.35 'Newsreader',Georgia,serif;
  text-align:center;
}
html.ediouro-editorial-shell .agenda-v3-archive{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:11px;
  margin-top:70px;
  text-align:center;
}
html.ediouro-editorial-shell .agenda-v3-archive>span{
  color:#8A847C;
  font:600 7px/1 'Inter Tight',Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
}
html.ediouro-editorial-shell .agenda-v3-archive>button{
  padding:0 0 5px;
  border:0;
  border-bottom:1px solid currentColor;
  background:transparent;
  color:#3F3A35;
  font:450 17px/1.1 'Inter Tight',Arial,sans-serif;
  cursor:pointer;
}

@media(max-width:760px){
  html.ediouro-editorial-shell .agenda-v3 .wrap{
    width:min(100% - 40px,1180px);
  }
  html.ediouro-editorial-shell .agenda-v3-kicker{
    font-size:7px;
    letter-spacing:.22em;
  }
  html.ediouro-editorial-shell .agenda-v3-hero-inner{
    min-height:410px;
    padding:58px 0 52px;
  }
  html.ediouro-editorial-shell .agenda-v3-hero h1{
    font-size:39px;
  }
  html.ediouro-editorial-shell .agenda-v3-hero p{
    font-size:19px;
  }
  html.ediouro-editorial-shell .agenda-v3-controls-inner{
    min-height:92px;
    gap:14px;
  }
  html.ediouro-editorial-shell .agenda-v3-filters{
    width:calc(100% + 20px);
    justify-content:flex-start;
    margin-right:-20px;
    padding-right:20px;
    gap:20px;
  }
  html.ediouro-editorial-shell .agenda-v3-body{
    padding:64px 0 78px;
  }
  html.ediouro-editorial-shell .agenda-v3-month{
    margin-top:60px;
  }
  html.ediouro-editorial-shell .agenda-v3-month-label{
    margin-bottom:22px;
  }
  html.ediouro-editorial-shell .agenda-v3-event{
    padding:34px 6px 36px;
  }
  html.ediouro-editorial-shell .agenda-v3-meta{
    gap:7px 9px;
    margin-bottom:13px;
  }
  html.ediouro-editorial-shell .agenda-v3-meta span{
    font-size:6.5px;
  }
  html.ediouro-editorial-shell .agenda-v3-event h3{
    font-size:24px;
  }
  html.ediouro-editorial-shell .agenda-v3-event>p{
    font-size:12px;
  }
  html.ediouro-editorial-shell .agenda-v3-details{
    max-width:310px;
    font-size:10.5px;
  }
  html.ediouro-editorial-shell .agenda-v3-archive{
    margin-top:56px;
  }
}
