.hio-portal{
  --hio-ink:#11130f;
  --hio-deep:#2a2d2b;
  --hio-footer:#090f0e;
  --hio-green:#173f39;
  --hio-ivory:#f4f1ea;
  --hio-soft:#f8f7f4;
  --hio-sand:#e8e2d8;
  --hio-line:#d8d4cc;
  --hio-muted:#6f716c;
  --hio-white:#ffffff;
  --hio-max:1280px;
  width:100%;margin:0;padding:0;background:var(--hio-white);color:var(--hio-ink);
  font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
.hio-portal,.hio-portal *,.hio-portal *:before,.hio-portal *:after{box-sizing:border-box}
.hio-portal img{display:block;max-width:100%}
.hio-portal button,.hio-portal input,.hio-portal select{font:inherit}
.hio-portal a,.hio-portal a:visited{color:inherit!important;text-decoration:none!important}
.hio-portal h1,.hio-portal h2,.hio-portal h3,.hio-portal p{margin-top:0}
.hio-portal [hidden]{display:none!important}
.hio-portal__container{width:min(calc(100% - 72px),var(--hio-max));margin:0 auto}

/* HEADER — FIJO Y COORDINADO CON LA NAVEGACIÓN EDITORIAL */
.hio-portal{scroll-padding-top:170px}
.hio-portal [data-hio-section]{scroll-margin-top:170px}
.hio-portal__site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.98);border-bottom:1px solid var(--hio-line);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.hio-portal__site-header-inner{width:min(calc(100% - 72px),var(--hio-max));min-height:94px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:42px}
.hio-portal__brand{font-family:Georgia,"Times New Roman",serif!important;font-size:31px!important;line-height:1!important;letter-spacing:-.035em!important;color:var(--hio-green)!important;white-space:nowrap}
.hio-portal__site-nav{display:flex;align-items:center;gap:34px}
.hio-portal__site-nav a{position:relative;padding:36px 0 33px;font-size:11px!important;line-height:1.2;font-weight:700;color:#171815!important}
.hio-portal__site-nav a.is-current:after{content:"";position:absolute;left:0;right:0;bottom:22px;height:1px;background:var(--hio-green)}
.hio-portal__mobile-nav{display:none}
body.admin-bar .hio-portal__site-header{top:32px}

/* SUBCATEGORÍAS — TEXTO LIMPIO, SIN CELDAS, FIJAS BAJO EL ENCABEZADO */
.hio-portal__topic-rail{
  position:sticky;
  top:94px;
  z-index:990;
  background:rgba(255,255,255,.985);
  border-bottom:1px solid var(--hio-line);
  box-shadow:0 5px 16px rgba(16,18,15,.028);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
body.admin-bar .hio-portal__topic-rail{top:126px}
.hio-portal__topic-rail-inner{
  width:min(calc(100% - 72px),var(--hio-max));
  max-width:var(--hio-max);
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  overflow-x:auto;
  scrollbar-width:none;
}
.hio-portal__topic-rail-inner::-webkit-scrollbar{display:none}
.hio-portal__topic-rail button{
  position:relative;
  flex:0 0 auto;
  min-height:62px;
  padding:2px 0 0;
  border:0!important;
  outline:0;
  background:transparent!important;
  box-shadow:none!important;
  color:#777873!important;
  -webkit-text-fill-color:#777873!important;
  font-size:9px!important;
  line-height:1.25!important;
  font-weight:700!important;
  letter-spacing:.105em!important;
  text-transform:uppercase;
  white-space:nowrap;
  cursor:pointer;
}
.hio-portal__topic-rail button:hover,
.hio-portal__topic-rail button:focus{
  color:var(--hio-green)!important;
  -webkit-text-fill-color:var(--hio-green)!important;
}
.hio-portal__topic-rail button.is-active{
  color:var(--hio-green)!important;
  -webkit-text-fill-color:var(--hio-green)!important;
}
.hio-portal__topic-rail button.is-active:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:var(--hio-green);
}

/* MASTHEAD EDITORIAL — DECLARACIÓN HORIZONTAL EN DOS LÍNEAS */
.hio-portal__masthead{
  background:var(--hio-ivory);
  color:var(--hio-ink);
  border-bottom:1px solid var(--hio-line);
}
.hio-portal__masthead-inner{
  min-height:300px;
  padding-top:58px;
  padding-bottom:55px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:center;
}
.hio-portal__kicker{
  margin:0 0 24px!important;
  font-size:10px!important;
  line-height:1.3!important;
  font-weight:700!important;
  letter-spacing:.18em!important;
  text-transform:uppercase;
  color:var(--hio-green)!important;
}
.hio-portal__masthead h1{
  width:100%;
  max-width:none;
  margin:0!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(38px,3.05vw,52px)!important;
  line-height:1.13!important;
  font-weight:400!important;
  letter-spacing:-.035em!important;
  color:var(--hio-ink)!important;
  text-wrap:balance;
}
.hio-portal__masthead-action{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-top:28px;
  padding:0 0 8px;
  border:0!important;
  border-bottom:1px solid var(--hio-green)!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--hio-green)!important;
  -webkit-text-fill-color:var(--hio-green)!important;
  font-size:9px!important;
  font-weight:700!important;
  letter-spacing:.13em!important;
  text-transform:uppercase;
  cursor:pointer;
}

/* COMMON TITLES */
.hio-portal__section-label{margin:0 0 18px;font-size:9px;line-height:1.3;font-weight:700;letter-spacing:.17em;text-transform:uppercase;color:var(--hio-green)}
.hio-portal__section-title-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,390px);gap:65px;align-items:end;margin-bottom:34px}
.hio-portal__section-title-row>div>p{margin:0 0 10px!important;font-size:9px!important;line-height:1.3!important;font-weight:700!important;letter-spacing:.17em!important;text-transform:uppercase;color:var(--hio-green)!important}
.hio-portal__section-title-row h2{margin:0!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(39px,3.7vw,54px)!important;line-height:1.03!important;font-weight:400!important;letter-spacing:-.038em!important;color:var(--hio-ink)!important}
.hio-portal__section-title-row>p{max-width:390px;margin:0!important;font-size:13px!important;line-height:1.75!important;color:var(--hio-muted)!important}

/* FEATURED ARTICLE — COMPACT, EDITORIAL */
.hio-portal__lead-story{padding:72px 0 78px;background:var(--hio-soft)}
.hio-portal__lead-story .hio-portal__container{max-width:1180px}
.hio-portal__lead-card{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);min-height:430px;background:#fff;border-top:1px solid var(--hio-ink);border-bottom:1px solid var(--hio-line)}
.hio-portal__lead-image{height:430px;overflow:hidden;background:#ddd}
.hio-portal__lead-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.hio-portal__lead-copy{padding:39px 44px 34px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.hio-portal__meta,.hio-portal__feed-meta{display:flex;flex-wrap:wrap;gap:8px 15px;align-items:center;margin-bottom:18px;font-size:8px;line-height:1.4;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:#888984}
.hio-portal__meta strong,.hio-portal__feed-meta strong{color:var(--hio-green)}
.hio-portal__lead-copy h2{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 20px!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(38px,3.55vw,52px)!important;line-height:1.02!important;font-weight:400!important;letter-spacing:-.04em!important;color:var(--hio-ink)!important}
.hio-portal__lead-copy h2 a{color:var(--hio-ink)!important}
.hio-portal__lead-copy>p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 26px!important;font-size:14px!important;line-height:1.75!important;color:#51524e!important}
.hio-portal__lead-actions{margin-top:auto;padding-top:22px;border-top:1px solid var(--hio-line);display:flex;align-items:center;justify-content:space-between;gap:22px}
.hio-portal__primary-link{display:inline-flex!important;align-items:center;justify-content:space-between;gap:24px;min-width:175px;padding:14px 17px;background:var(--hio-ink)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:8px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:.13em!important;text-transform:uppercase}
.hio-portal__primary-link:hover{background:var(--hio-green)!important}
.hio-portal__lead-actions>span{font-size:8px;line-height:1.5;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8d8e89}

/* PUBLICATIONS */
.hio-portal__publications{padding:82px 0 92px;background:#fff}
.hio-portal__content-grid{display:grid;grid-template-columns:minmax(0,1fr) 278px;gap:52px;align-items:start}
.hio-portal__results-head{display:flex;justify-content:space-between;gap:20px;padding:0 0 14px;border-bottom:1px solid var(--hio-line);font-size:8px;line-height:1.4;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#777873}
.hio-portal__feed{display:flex;flex-direction:column}
.hio-portal__feed-item{display:grid;grid-template-columns:220px minmax(0,1fr);gap:30px;padding:28px 0;border-bottom:1px solid var(--hio-line);background:transparent}
.hio-portal__feed-image{height:154px;overflow:hidden;background:#ddd}
.hio-portal__feed-image img{width:100%;height:100%;object-fit:cover}
.hio-portal__feed-copy{min-width:0;display:flex;flex-direction:column}
.hio-portal__feed-meta{margin-bottom:12px}
.hio-portal__feed-copy h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 10px!important;font-family:Georgia,"Times New Roman",serif!important;font-size:30px!important;line-height:1.08!important;font-weight:400!important;letter-spacing:-.03em!important;color:var(--hio-ink)!important}
.hio-portal__feed-copy h3 a{color:var(--hio-ink)!important}
.hio-portal__feed-copy>p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 15px!important;font-size:13px!important;line-height:1.68!important;color:#61625e!important}
.hio-portal__feed-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.hio-portal__feed-footer>span,.hio-portal__feed-footer>a{font-size:8px!important;line-height:1.4!important;font-weight:700!important;letter-spacing:.11em!important;text-transform:uppercase}
.hio-portal__feed-footer>span{color:#92938e}
.hio-portal__feed-footer>a{display:inline-flex;gap:9px;color:var(--hio-green)!important}
.hio-portal__empty,.hio-portal__empty-static{padding:40px;border:1px solid var(--hio-line);background:#fff}
.hio-portal__empty h3,.hio-portal__empty-static h3{margin:0 0 10px!important;font-family:Georgia,"Times New Roman",serif!important;font-size:28px!important;font-weight:400!important}
.hio-portal__empty p,.hio-portal__empty-static p{margin:0!important;color:var(--hio-muted)!important}

/* FILTERS — QUIET SIDE RAIL */
.hio-portal__filters{position:sticky;top:118px}
.hio-portal__filters-toggle{display:none}
.hio-portal__filters-panel{padding:21px 0 0;border-top:1px solid var(--hio-ink);background:transparent}
.hio-portal__filter-group{padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid var(--hio-line)}
.hio-portal__filter-group label,.hio-portal__filter-group>span{display:block;margin-bottom:12px;font-size:8px;line-height:1.4;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--hio-green)}
.hio-portal__filter-group input,.hio-portal__filter-group select{width:100%;min-height:43px;padding:10px 11px;border:1px solid var(--hio-line)!important;border-radius:0!important;background:#fff!important;color:var(--hio-ink)!important;-webkit-text-fill-color:var(--hio-ink)!important;font-size:11px!important;box-shadow:none!important;outline:none}
.hio-portal__filter-group input:focus,.hio-portal__filter-group select:focus{border-color:var(--hio-green)!important}
.hio-portal__filter-buttons{display:flex;flex-direction:column}
.hio-portal__filter-buttons button{display:flex;justify-content:space-between;gap:18px;width:100%;padding:10px 0;border:0;border-bottom:1px solid var(--hio-line);background:transparent!important;color:#5e5f5a!important;-webkit-text-fill-color:#5e5f5a!important;text-align:left;font-size:10px!important;line-height:1.4!important;cursor:pointer}
.hio-portal__filter-buttons button.is-active{background:transparent!important;color:var(--hio-green)!important;-webkit-text-fill-color:var(--hio-green)!important;font-weight:700}
.hio-portal__filter-buttons b{font-weight:700;color:#999a95}
.hio-portal__reset{width:100%;min-height:45px;border:1px solid var(--hio-ink)!important;background:var(--hio-ink)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:8px!important;font-weight:700!important;letter-spacing:.13em!important;text-transform:uppercase;cursor:pointer}
.hio-portal__reset:hover{background:var(--hio-green)!important;border-color:var(--hio-green)!important}

/* COLLECTIONS — SMALLER 16:9 TILES */
.hio-portal__collections{padding:78px 0 88px;background:var(--hio-ivory);border-top:1px solid var(--hio-line)}
.hio-portal__collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.hio-portal__collection{position:relative;aspect-ratio:16/9;min-height:0;padding:0;border:0!important;background:#111!important;overflow:hidden;text-align:left;cursor:pointer}
.hio-portal__collection img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.62) contrast(1.05) brightness(.82);transition:transform .45s ease,filter .45s ease}
.hio-portal__collection-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,12,11,.08) 25%,rgba(5,12,11,.78) 100%)}
.hio-portal__collection-number{position:absolute;top:17px;left:18px;font-size:8px;line-height:1;font-weight:700;letter-spacing:.15em;color:rgba(255,255,255,.72)}
.hio-portal__collection-title{position:absolute;left:18px;right:47px;bottom:18px;font-family:Georgia,"Times New Roman",serif;font-size:23px;line-height:1.06;letter-spacing:-.02em;color:#fff}
.hio-portal__collection-arrow{position:absolute;right:18px;bottom:18px;font-size:16px;color:#fff}
.hio-portal__collection:hover img{transform:scale(1.025);filter:saturate(.72) contrast(1.06) brightness(.88)}

/* ARCHIVE */
.hio-portal__archive{padding:76px 0 83px;background:#fff;border-top:1px solid var(--hio-line)}
.hio-portal__archive-list{border-top:1px solid var(--hio-ink)}
.hio-portal__archive-row{display:grid;grid-template-columns:75px 190px minmax(0,1fr) 95px;gap:25px;align-items:center;padding:22px 0;border-bottom:1px solid var(--hio-line)}
.hio-portal__archive-row>time{font-family:Georgia,"Times New Roman",serif;font-size:19px;color:var(--hio-green)}
.hio-portal__archive-row>div{display:flex;flex-direction:column;gap:4px}
.hio-portal__archive-row>div strong,.hio-portal__archive-row>div span{font-size:8px;line-height:1.4;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.hio-portal__archive-row>div strong{color:var(--hio-green)}
.hio-portal__archive-row>div span{color:#8b8c87}
.hio-portal__archive-row h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0!important;font-family:Georgia,"Times New Roman",serif!important;font-size:23px!important;line-height:1.15!important;font-weight:400!important;letter-spacing:-.018em!important}
.hio-portal__archive-row h3 a{color:var(--hio-ink)!important}
.hio-portal__archive-row>a{display:flex;justify-content:flex-end;gap:9px;font-size:8px!important;line-height:1.4!important;font-weight:700!important;letter-spacing:.11em!important;text-transform:uppercase;color:var(--hio-green)!important}

/* CTA — COMPACT AND DISTINCT FROM FOOTER */
.hio-portal__cta{padding:58px 0;background:var(--hio-deep);color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.12)}
.hio-portal__cta-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:68px;align-items:center}
.hio-portal__cta-grid>div:first-child>p{margin:0 0 12px!important;font-size:9px!important;font-weight:700!important;letter-spacing:.17em!important;text-transform:uppercase;color:rgba(255,255,255,.52)!important}
.hio-portal__cta h2{max-width:740px;margin:0 0 17px!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(35px,3.4vw,48px)!important;line-height:1.08!important;font-weight:400!important;letter-spacing:-.035em!important;color:#fff!important}
.hio-portal__cta-grid>div:first-child>span{display:block;max-width:710px;font-size:13px;line-height:1.7;color:rgba(255,255,255,.65)}
.hio-portal__cta-grid>div:last-child{display:flex;flex-direction:column;gap:10px}
.hio-portal__cta-grid>div:last-child>a{display:flex!important;align-items:center;justify-content:space-between;gap:20px;min-height:49px;padding:13px 16px;border:1px solid #fff!important;background:#fff!important;color:var(--hio-ink)!important;-webkit-text-fill-color:var(--hio-ink)!important;font-size:8px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase}
.hio-portal__cta-grid>div:last-child>a.secondary{background:transparent!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:rgba(255,255,255,.35)!important}

/* OPTIONAL INTERNAL FOOTER — NORMALLY DISABLED */
.hio-portal__footer{padding:58px 0 24px;background:var(--hio-footer);color:#fff;border-top:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.hio-portal__footer-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);gap:65px;padding-bottom:45px}
.hio-portal__footer-top h2{margin:0 0 16px!important;font-family:Georgia,"Times New Roman",serif!important;font-size:38px!important;line-height:1!important;font-weight:400!important;letter-spacing:-.035em!important;color:#fff!important}
.hio-portal__footer-top>div:first-child>p{max-width:560px;margin:0 0 18px!important;font-family:Georgia,"Times New Roman",serif!important;font-size:21px!important;line-height:1.42!important;color:rgba(255,255,255,.78)!important}
.hio-portal__footer-top>div:first-child>span{font-size:8px;line-height:1.4;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.4)}
.hio-portal__footer-contact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 38px}
.hio-portal__footer-contact>div{display:flex;flex-direction:column;gap:7px}
.hio-portal__footer-contact strong{font-size:8px;line-height:1.4;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.43)}
.hio-portal__footer-contact a,.hio-portal__footer-contact p{margin:0!important;font-size:11px!important;line-height:1.65!important;color:rgba(255,255,255,.76)!important}
.hio-portal__footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:21px;border-top:1px solid rgba(255,255,255,.12)}
.hio-portal__footer-bottom nav{display:flex;flex-wrap:wrap;gap:20px}
.hio-portal__footer-bottom a,.hio-portal__footer-bottom p{margin:0!important;font-size:7px!important;line-height:1.4!important;font-weight:700!important;letter-spacing:.11em!important;text-transform:uppercase;color:rgba(255,255,255,.48)!important}

@media(max-width:1180px){
  .hio-portal__container,.hio-portal__site-header-inner{width:min(calc(100% - 48px),var(--hio-max))}
  .hio-portal__site-nav{gap:25px}
  .hio-portal__lead-card{grid-template-columns:minmax(0,.9fr) minmax(390px,1.1fr)}
  .hio-portal__content-grid{grid-template-columns:minmax(0,1fr) 260px;gap:40px}
  .hio-portal__feed-item{grid-template-columns:205px minmax(0,1fr);gap:25px}
  .hio-portal__archive-row{grid-template-columns:70px 170px minmax(0,1fr) 85px}
}
@media(max-width:900px){
  .hio-portal__site-header-inner{min-height:82px}
  .hio-portal__site-nav{display:none}
  .hio-portal__mobile-nav{display:block;position:relative}
  .hio-portal__mobile-nav summary{list-style:none;cursor:pointer;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
  .hio-portal__mobile-nav summary::-webkit-details-marker{display:none}
  .hio-portal__mobile-nav nav{position:absolute;right:0;top:35px;z-index:30;min-width:220px;padding:15px;background:#fff;border:1px solid var(--hio-line);display:flex;flex-direction:column}
  .hio-portal__mobile-nav nav a{padding:11px 8px;font-size:10px!important;font-weight:700!important}
  .hio-portal__masthead-inner{min-height:260px;padding-top:46px;padding-bottom:44px}
  .hio-portal__masthead h1{font-size:clamp(36px,4vw,47px)!important}
  .hio-portal__topic-rail{top:82px}
  .hio-portal__topic-rail-inner{width:min(calc(100% - 48px),var(--hio-max));justify-content:flex-start;gap:28px}
  body.admin-bar .hio-portal__site-header{top:32px}
  body.admin-bar .hio-portal__topic-rail{top:114px}
  .hio-portal__lead-card{grid-template-columns:1fr;min-height:0}
  .hio-portal__lead-image{height:360px}
  .hio-portal__lead-copy{padding:34px 36px}
  .hio-portal__section-title-row{grid-template-columns:1fr;gap:19px}
  .hio-portal__content-grid{grid-template-columns:1fr}
  .hio-portal__filters{position:relative;top:auto;order:-1}
  .hio-portal__filters-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:15px 17px;border:1px solid var(--hio-ink)!important;background:#fff!important;color:var(--hio-ink)!important;-webkit-text-fill-color:var(--hio-ink)!important;font-size:8px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase}
  .hio-portal__filters-panel{display:none;margin-top:10px;padding:20px;border:1px solid var(--hio-line);background:#fff}
  .hio-portal__filters-panel.is-open{display:block}
  .hio-portal__archive-row{grid-template-columns:65px minmax(0,1fr) 85px;gap:18px}
  .hio-portal__archive-row>div{grid-column:2}
  .hio-portal__archive-row h3{grid-column:2}
  .hio-portal__archive-row>a{grid-column:3;grid-row:1/3}
  .hio-portal__cta-grid{grid-template-columns:1fr;gap:30px}
  .hio-portal__footer-top{grid-template-columns:1fr;gap:45px}
}
@media(max-width:767px){
  .hio-portal__container,.hio-portal__site-header-inner{width:min(calc(100% - 32px),var(--hio-max))}
  .hio-portal__brand{font-size:26px!important}
  .hio-portal__masthead-inner{min-height:235px;padding-top:40px;padding-bottom:38px}
  .hio-portal__masthead h1{font-size:36px!important;line-height:1.14!important}
  .hio-portal__topic-rail-inner{width:min(calc(100% - 32px),var(--hio-max));justify-content:flex-start;gap:24px}
  .hio-portal__topic-rail button{min-height:54px;padding:2px 0 0;font-size:8px!important}
  .hio-portal__lead-story,.hio-portal__collections,.hio-portal__publications,.hio-portal__archive{padding-top:58px;padding-bottom:64px}
  .hio-portal__lead-image{height:300px}
  .hio-portal__lead-copy{padding:29px 24px}
  .hio-portal__lead-copy h2{font-size:36px!important}
  .hio-portal__lead-actions{align-items:flex-start;flex-direction:column}
  .hio-portal__collection-grid{grid-template-columns:1fr}
  .hio-portal__collection{aspect-ratio:16/8.8}
  .hio-portal__section-title-row h2{font-size:38px!important}
  .hio-portal__feed-item{grid-template-columns:1fr;gap:18px;padding:23px 0}
  .hio-portal__feed-image{height:220px}
  .hio-portal__feed-copy h3{font-size:27px!important}
  .hio-portal__archive-row{grid-template-columns:50px minmax(0,1fr);gap:14px;padding:20px 0}
  .hio-portal__archive-row>div{grid-column:2}
  .hio-portal__archive-row h3{grid-column:1/-1;font-size:21px!important}
  .hio-portal__archive-row>a{grid-column:1/-1;grid-row:auto;justify-content:flex-start}
  .hio-portal__cta h2{font-size:36px!important}
  .hio-portal__footer-contact{grid-template-columns:1fr}
  .hio-portal__footer-bottom{flex-direction:column}
}
@media(max-width:420px){
  .hio-portal__container,.hio-portal__site-header-inner{width:min(calc(100% - 24px),var(--hio-max))}
  .hio-portal__masthead h1{font-size:32px!important;line-height:1.16!important}
  .hio-portal__lead-copy h2{font-size:33px!important}
  .hio-portal__section-title-row h2{font-size:35px!important}
  .hio-portal__collection-title{font-size:21px}
}
@media(max-width:782px){
  body.admin-bar .hio-portal__site-header{top:46px}
  body.admin-bar .hio-portal__topic-rail{top:128px}
}
@media(prefers-reduced-motion:reduce){.hio-portal *{scroll-behavior:auto!important;transition:none!important}}
