.manahvc-hub, .manahvc-home, .manahvc-single, .manahvc-archive { --man-green: #35441e; --man-gold: #c5a360; --man-paper: #f9f9f7; --man-card: #fff; --man-body: #6a6d65; --man-title-font: "Playfair Display", "Cormorant Garamond", Georgia, serif; --man-body-font: "Source Sans 3", "Segoe UI", Arial, sans-serif; box-sizing: border-box; background: var(--man-paper); color: var(--man-green); }
.manahvc-hub *, .manahvc-home *, .manahvc-single *, .manahvc-archive * { box-sizing: border-box; }

.manahvc-hero { position: relative; overflow: hidden; padding: clamp(64px, 10vw, 128px) clamp(26px, 8vw, 112px); border: 1px solid rgba(197, 163, 96, .5); border-radius: 22px; background: linear-gradient(135deg, var(--man-green), #52662d); color: #fff; text-align: center; }
.manahvc-hero__eyebrow { display: inline-flex; padding: 10px 18px; border: 1px solid var(--man-gold); border-radius: 999px; color: #ead5a8; font: 800 11px/1 var(--man-body-font); letter-spacing: .14em; }
.manahvc-hero h1 { position: relative; z-index: 1; margin: 28px 0 0; color: #fff; font: 700 clamp(52px, 8vw, 96px)/.98 var(--man-title-font); letter-spacing: -.05em; }
.manahvc-hero p { position: relative; z-index: 1; max-width: 760px; margin: 24px auto 0; color: rgba(255,255,255,.8); font: 400 clamp(16px, 2vw, 20px)/1.65 var(--man-body-font); }
.manahvc-hero__monogram { position: absolute; right: -26px; bottom: -60px; color: #fff; opacity: .055; font: 700 clamp(130px, 22vw, 310px)/1 var(--man-title-font); letter-spacing: -.08em; }

.manahvc-category-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 28px 0 0; }
.manahvc-category-nav a { display: inline-flex; align-items: center; justify-content: center; padding: 10px 15px; border: 1px solid #e6decc; border-radius: 999px; background: var(--man-card); color: var(--man-green); font: 700 12px/1.25 var(--man-body-font); text-decoration: none; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.manahvc-category-nav a:hover, .manahvc-category-nav a:focus-visible { border-color: var(--man-gold); background: #fffdf8; color: var(--man-green); box-shadow: 0 7px 18px rgba(53,68,30,.08); transform: translateY(-1px); outline: none; }

.manahvc-sections { display: grid; gap: clamp(54px, 8vw, 100px); padding: clamp(54px, 8vw, 104px) 0; }
.manahvc-topic { scroll-margin-top: 150px; }
.manahvc-topic__header { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 18px 24px; margin-bottom: 26px; padding-bottom: 16px; border-bottom: 1px solid #e6decc; }
.manahvc-topic__header > div { display: flex; align-items: center; gap: 14px; }
.manahvc-topic__header span { display: grid; width: 36px; height: 36px; place-items: center; flex: 0 0 auto; border: 1px solid var(--man-gold); border-radius: 50%; color: #9b732e; font: 800 11px/1 var(--man-body-font); }
.manahvc-topic__header h2 { margin: 0; color: var(--man-green); font: 700 clamp(28px, 4vw, 46px)/1.1 var(--man-title-font); letter-spacing: -.025em; }
.manahvc-topic__header .manahvc-topic__count { display: inline-flex; width: auto; min-width: 0; height: auto; min-height: 38px; place-items: initial; align-items: center; gap: 6px; flex: 0 0 auto; margin-left: auto; padding: 8px 13px; border: 1px solid #ddcfb0; border-radius: 999px; background: #fffdf8; color: #735824; font: 700 10px/1 var(--man-body-font); letter-spacing: .035em; text-transform: uppercase; white-space: nowrap; }
.manahvc-topic__header .manahvc-topic__count svg { width: 16px; height: 16px; flex: 0 0 auto; fill: none; stroke: var(--man-gold); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.manahvc-topic__header .manahvc-topic__count strong { color: var(--man-green); font-size: 12px; }
.manahvc-topic__posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.5vw, 30px); }

.manahvc-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #e6e2d9; border-radius: 8px; background: var(--man-card); color: var(--man-green); transition: transform .25s ease, box-shadow .25s ease; }
.manahvc-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(53, 68, 30, .11); }
.manahvc-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #e5e7df; }
.manahvc-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.manahvc-card:hover .manahvc-card__image img { transform: scale(1.035); }
.manahvc-card__placeholder { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(135deg, var(--man-green), #52662d); color: #fff; opacity: .94; font: 700 clamp(50px, 7vw, 90px)/1 var(--man-title-font); letter-spacing: -.07em; }
.manahvc-card__content { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: clamp(22px, 2.7vw, 34px); }
.manahvc-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-bottom: 15px; color: var(--man-green); font: 500 12px/1.3 var(--man-body-font); }
.manahvc-card__meta span { padding: 5px 9px; border-radius: 5px; background: #edf0ea; font-size: 11px; }
.manahvc-card__meta time::before { content: "▦"; margin-right: 7px; color: var(--man-gold); }
.manahvc-card h3 { margin: 0; color: var(--man-green); font: 700 clamp(22px, 2vw, 30px)/1.16 var(--man-title-font); letter-spacing: -.018em; }
.manahvc-card h3 a { color: inherit; text-decoration: none; }
.manahvc-card h3 a:hover { color: #65733f; }
.manahvc-card__content > p { margin: 18px 0 0; color: var(--man-body); font: 400 14px/1.65 var(--man-body-font); }
.manahvc-card__read { display: inline-flex; margin-top: auto; padding-top: 24px; color: var(--man-green); font: 800 11px/1 var(--man-body-font); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.manahvc-card__read:hover { color: var(--man-gold); }
.manahvc-empty { margin: 0; padding: 22px; border: 1px dashed var(--man-gold); border-radius: 8px; background: var(--man-card); color: var(--man-body); font: 400 14px/1.6 var(--man-body-font); }
.manahvc-card[hidden] { display: none !important; }
.manahvc-topic__more { display: flex; justify-content: center; margin-top: 28px; }
.manahvc-more-button { display: inline-flex; min-width: 138px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid var(--man-gold); border-radius: 999px; background: var(--man-green); color: #fff; font: 800 11px/1 var(--man-body-font); letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.manahvc-more-button:hover, .manahvc-more-button:focus-visible { background: #465527; color: #fff; box-shadow: 0 10px 24px rgba(53,68,30,.16); transform: translateY(-1px); outline: none; }
.manahvc-more-button[hidden] { display: none !important; }

/* One lead story and supporting cards inside every category. */
.manahvc-layout-editorial .manahvc-topic__posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.manahvc-layout-editorial .manahvc-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); min-height: 420px; }
.manahvc-layout-editorial .manahvc-card:first-child .manahvc-card__image { min-height: 100%; aspect-ratio: auto; }
.manahvc-layout-editorial .manahvc-card:first-child .manahvc-card__content { justify-content: center; padding: clamp(34px, 5vw, 64px); }
.manahvc-layout-editorial .manahvc-card:first-child h3 { font-size: clamp(34px, 4vw, 56px); }

/* Horizontal archive layout. */
.manahvc-layout-list .manahvc-topic__posts { grid-template-columns: 1fr; }
.manahvc-layout-list .manahvc-card { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); }
.manahvc-layout-list .manahvc-card__image { min-height: 230px; aspect-ratio: auto; }
.manahvc-layout-list .manahvc-card__content { justify-content: center; }

/* Mosaic patrimonial: an asymmetric museum-wall composition. */
.manahvc-layout-mosaic .manahvc-topic__posts { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: 18px; }
.manahvc-layout-mosaic .manahvc-card { grid-column: span 4; }
.manahvc-layout-mosaic .manahvc-card:first-child { grid-column: span 7; grid-row: span 2; }
.manahvc-layout-mosaic .manahvc-card:nth-child(2) { grid-column: span 5; }
.manahvc-layout-mosaic .manahvc-card:nth-child(3) { grid-column: span 5; }
.manahvc-layout-mosaic .manahvc-card:first-child .manahvc-card__image { aspect-ratio: 16 / 12; }
.manahvc-layout-mosaic .manahvc-card:first-child h3 { font-size: clamp(30px, 3.4vw, 48px); }

/* Historical timeline: chronological reading with a gold axis. */
.manahvc-layout-timeline .manahvc-topic__posts { position: relative; grid-template-columns: 1fr; gap: 20px; padding-left: 52px; }
.manahvc-layout-timeline .manahvc-topic__posts::before { position: absolute; top: 0; bottom: 0; left: 18px; width: 1px; background: linear-gradient(var(--man-gold), #e8dfcc); content: ""; }
.manahvc-layout-timeline .manahvc-card { position: relative; display: grid; grid-template-columns: minmax(210px, .65fr) minmax(0, 1.35fr); overflow: visible; }
.manahvc-layout-timeline .manahvc-card::before { position: absolute; top: 34px; left: -42px; width: 15px; height: 15px; border: 4px solid var(--man-paper); border-radius: 50%; background: var(--man-gold); box-shadow: 0 0 0 1px var(--man-gold); content: ""; }
.manahvc-layout-timeline .manahvc-card__image { min-height: 230px; aspect-ratio: auto; border-radius: 8px 0 0 8px; }
.manahvc-layout-timeline .manahvc-card__content { justify-content: center; }

/* Visual showcase: image-led covers with discreet paper captions. */
.manahvc-layout-showcase .manahvc-topic__posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.manahvc-layout-showcase .manahvc-card { position: relative; min-height: 480px; border: 0; border-radius: 14px; background: var(--man-green); }
.manahvc-layout-showcase .manahvc-card__image { position: absolute; inset: 0; height: 100%; aspect-ratio: auto; border-radius: inherit; }
.manahvc-layout-showcase .manahvc-card__image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(26,35,13,.9) 100%); content: ""; }
.manahvc-layout-showcase .manahvc-card__content { position: relative; z-index: 2; align-self: end; justify-content: flex-end; margin-top: auto; padding: clamp(28px, 4vw, 48px); background: transparent; }
.manahvc-layout-showcase .manahvc-card__meta, .manahvc-layout-showcase .manahvc-card h3, .manahvc-layout-showcase .manahvc-card h3 a, .manahvc-layout-showcase .manahvc-card__content > p, .manahvc-layout-showcase .manahvc-card__read { color: #fff; }
.manahvc-layout-showcase .manahvc-card__meta span { background: rgba(255,255,255,.16); }
.manahvc-layout-showcase .manahvc-card h3 { font-size: clamp(28px, 3.5vw, 46px); }
.manahvc-layout-showcase .manahvc-card__content > p { color: rgba(255,255,255,.76); }
.manahvc-layout-showcase .manahvc-card__read { border-bottom: 1px solid var(--man-gold); }

/* Home-page announcement. */
.manahvc-home { padding: clamp(48px, 7vw, 92px) clamp(20px, 5vw, 72px); }
.manahvc-home__header { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.manahvc-home__header > div { max-width: 760px; }
.manahvc-home__header span { color: var(--man-gold); font: 800 11px/1 var(--man-body-font); letter-spacing: .17em; }
.manahvc-home__header h2 { margin: 10px 0 0; color: var(--man-green); font: 700 clamp(38px, 5vw, 66px)/1.03 var(--man-title-font); letter-spacing: -.04em; }
.manahvc-home__header p { margin: 15px 0 0; color: var(--man-body); font: 400 16px/1.6 var(--man-body-font); }
.manahvc-home__header > a { flex: 0 0 auto; padding: 14px 20px; border: 1px solid var(--man-green); border-radius: 999px; background: var(--man-green); color: #fff; font: 800 11px/1 var(--man-body-font); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.manahvc-home__header > a:hover { border-color: var(--man-gold); background: var(--man-gold); color: var(--man-green); }
.manahvc-home__posts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2vw, 26px); }
.manahvc-home .manahvc-card h3 { font-size: clamp(20px, 1.8vw, 27px); }
.manahvc-home .manahvc-card__content { padding: 24px; }

.manahvc-home-featured .manahvc-home__posts { grid-template-columns: minmax(0, 1.65fr) minmax(260px, .85fr); }
.manahvc-home-featured .manahvc-card:first-child { grid-row: span 3; }
.manahvc-home-featured .manahvc-card:first-child .manahvc-card__image { aspect-ratio: 16 / 11; }
.manahvc-home-featured .manahvc-card:first-child h3 { font-size: clamp(31px, 3.5vw, 48px); }
.manahvc-home-featured .manahvc-card:not(:first-child) { display: grid; grid-template-columns: minmax(120px, .75fr) minmax(0, 1.25fr); }
.manahvc-home-featured .manahvc-card:not(:first-child) .manahvc-card__image { min-height: 100%; aspect-ratio: auto; }
.manahvc-home-featured .manahvc-card:not(:first-child) .manahvc-card__content { padding: 19px; }
.manahvc-home-featured .manahvc-card:not(:first-child) .manahvc-card__content > p,
.manahvc-home-featured .manahvc-card:not(:first-child) .manahvc-card__read { display: none; }
.manahvc-home-featured .manahvc-card:not(:first-child) h3 { font-size: clamp(18px, 1.7vw, 24px); }

/* Individual Agenda y Noticias post. */
.manahvc-single-page { background: var(--man-paper, #f9f9f7); }
.manahvc-single { width: min(100% - 32px, 1240px); margin: clamp(28px, 5vw, 64px) auto; overflow: hidden; border: 1px solid #e6decc; border-radius: 22px; box-shadow: 0 24px 70px rgba(43, 55, 24, .09); }
.manahvc-single-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 8% 15%, rgba(197,163,96,.13), transparent 30%), radial-gradient(circle at 72% 110%, rgba(255,255,255,.08), transparent 42%), linear-gradient(135deg, #253214 0%, var(--man-green) 55%, #4c602a 100%); color: #fff; }
.manahvc-single-hero::before { position: absolute; inset: 0; background: repeating-linear-gradient(120deg, rgba(255,255,255,.018) 0 1px, transparent 1px 11px); content: ""; pointer-events: none; }
.manahvc-single-hero__inner { position: relative; z-index: 1; width: min(100%, 1080px); margin: 0 auto; padding: clamp(54px, 8vw, 104px) clamp(24px, 6vw, 80px); }
.manahvc-single-hero__text { position: relative; z-index: 2; max-width: 910px; }
.manahvc-single__back { display: inline-flex; margin-bottom: 34px; color: rgba(255,255,255,.76); font: 800 11px/1.2 var(--man-body-font); letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.manahvc-single__back:hover { color: #fff; }
.manahvc-single__categories { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.manahvc-single__categories span { padding: 8px 12px; border: 1px solid rgba(225,195,128,.75); border-radius: 999px; color: #f0dba9; font: 800 10px/1.15 var(--man-body-font); letter-spacing: .07em; text-transform: uppercase; }
.manahvc-single__folio { display: block; margin-bottom: 18px; color: var(--man-gold); font: 800 10px/1.2 var(--man-body-font); letter-spacing: .18em; }
.manahvc-single-hero h1 { max-width: 950px; margin: 0; color: #fff; font: 700 clamp(42px, 6.2vw, 78px)/1.02 var(--man-title-font); letter-spacing: -.045em; text-wrap: balance; }
.manahvc-single__meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; color: rgba(255,255,255,.77); font: 600 12px/1.4 var(--man-body-font); letter-spacing: .035em; }
.manahvc-single__meta span::before { content: "•"; margin-right: 20px; color: var(--man-gold); }
.manahvc-single__deck { max-width: 720px; margin: 26px 0 0; padding-left: 18px; border-left: 2px solid var(--man-gold); color: rgba(255,255,255,.88); font: 500 clamp(15px, 1.45vw, 18px)/1.72 var(--man-body-font); }
.manahvc-single-hero__mark { position: absolute; right: -34px; bottom: -58px; color: #fff; opacity: .045; font: 700 clamp(150px, 23vw, 290px)/1 var(--man-title-font); letter-spacing: -.09em; pointer-events: none; }
.manahvc-single__featured { position: relative; z-index: 2; width: min(100% - clamp(28px, 7vw, 90px), 1080px); margin: clamp(-38px, -4vw, -52px) auto clamp(46px, 7vw, 88px); }
.manahvc-single__featured img { display: block; width: 100%; max-height: 680px; object-fit: cover; border: 7px solid var(--man-card); border-radius: 15px; box-shadow: 0 24px 60px rgba(37, 47, 22, .19); }
.manahvc-single__featured figcaption { padding: 10px 8px 0; color: var(--man-body); font: 400 12px/1.5 var(--man-body-font); text-align: center; }

/* Gotas: the featured photograph becomes a visual, button-led chapter index. */
.manahvc-gota-index { position: relative; z-index: 3; isolation: isolate; width: min(100% - clamp(28px, 7vw, 90px), 1080px); min-height: clamp(600px, 72vw, 820px); margin: clamp(-72px, -6vw, -48px) auto clamp(48px, 7vw, 86px); overflow: hidden; border: 7px solid var(--man-card); border-radius: 20px; background: #263416; color: #fff; box-shadow: 0 28px 70px rgba(28, 38, 15, .24); }
.manahvc-gota-index__media { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: radial-gradient(circle at 18% 18%, #60713b, transparent 42%), linear-gradient(135deg, #263416, #4d602a); }
.manahvc-gota-index__media::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,29,10,.18) 0%, rgba(20,29,10,.56) 34%, rgba(17,25,8,.96) 100%), linear-gradient(90deg, rgba(25,35,12,.72), transparent 72%); content: ""; }
.manahvc-gota-index__image { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); }
.manahvc-gota-index__placeholder { position: absolute; right: -28px; bottom: -55px; color: rgba(255,255,255,.08); font: 700 clamp(170px, 30vw, 360px)/1 var(--man-title-font); letter-spacing: -.09em; }
.manahvc-gota-index__overlay { display: flex; min-height: inherit; flex-direction: column; justify-content: flex-end; padding: clamp(34px, 6vw, 72px); }
.manahvc-gota-index__eyebrow { align-self: flex-start; margin-bottom: 16px; padding: 8px 12px; border: 1px solid rgba(231,203,145,.72); border-radius: 999px; background: rgba(24,34,12,.35); color: #efd9aa; font: 800 9px/1.2 var(--man-body-font); letter-spacing: .16em; }
.manahvc-gota-index h2 { max-width: 780px; margin: 0; color: #fff; font: 700 clamp(34px, 5vw, 58px)/1.04 var(--man-title-font); letter-spacing: -.038em; text-wrap: balance; }
.manahvc-gota-index__overlay > p { max-width: 650px; margin: 14px 0 24px; color: rgba(255,255,255,.78); font: 500 clamp(14px, 1.45vw, 17px)/1.6 var(--man-body-font); }
.manahvc-gota-index__chapters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; width: 100%; }
.manahvc-gota-index__chapters a { display: grid; min-width: 0; min-height: 58px; grid-template-columns: 35px minmax(0, 1fr) 22px; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.23); border-radius: 10px; background: rgba(255,255,255,.1); color: #fff; font-family: var(--man-body-font); text-decoration: none; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.manahvc-gota-index__chapters a:hover, .manahvc-gota-index__chapters a:focus-visible, .manahvc-gota-index__chapters a.is-active { border-color: #e6c981; background: rgba(230,201,129,.2); color: #fff; box-shadow: 0 8px 22px rgba(8,13,4,.17); transform: translateY(-1px); outline: none; }
.manahvc-gota-index__number { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(230,201,129,.72); border-radius: 50%; color: #f1dcae; font: 800 9px/1 var(--man-body-font); }
.manahvc-gota-index__label { min-width: 0; font: 700 clamp(12px, 1.1vw, 14px)/1.28 var(--man-body-font); overflow-wrap: anywhere; }
.manahvc-gota-index__arrow { color: #ecd49e; font: 700 17px/1 var(--man-body-font); text-align: right; }
.manahvc-gota-index__all { display: inline-flex; align-items: center; gap: 9px; align-self: flex-start; margin-top: 18px; padding: 12px 17px; border: 1px solid var(--man-gold); border-radius: 999px; background: var(--man-gold); color: #263416; font: 800 10px/1.2 var(--man-body-font); letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.manahvc-gota-index__all:hover, .manahvc-gota-index__all:focus-visible { background: #fff; color: var(--man-green); transform: translateY(-1px); outline: none; }
.manahvc-gota-index__caption { display: block; max-width: 760px; margin-top: 16px; color: rgba(255,255,255,.62); font: 400 11px/1.45 var(--man-body-font); }
.manahvc-single--gota .manahvc-article-layout { margin-top: 0; }
.manahvc-entry-content [data-manahvc-chapter-heading] { display: grid; scroll-margin-top: 125px; grid-template-columns: 50px minmax(0, 1fr); align-items: center; gap: 15px; margin: 2.35em 0 .9em; padding: clamp(19px, 3vw, 28px); border: 1px solid #e0d6c1; border-left: 5px solid var(--man-gold); border-radius: 0 13px 13px 0; background: linear-gradient(105deg, #eef1e8, #fff 72%); box-shadow: 0 12px 30px rgba(45,57,27,.065); color: var(--man-green); font-size: clamp(28px, 3.3vw, 42px); line-height: 1.13; outline: none; }
.manahvc-entry-content [data-manahvc-chapter-heading]::before { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--man-gold); border-radius: 50%; color: #8a692c; content: attr(data-manahvc-chapter-number); font: 800 10px/1 var(--man-body-font); letter-spacing: .04em; }
.manahvc-entry-content [data-manahvc-chapter-heading].is-targeted { border-color: #cbae70; background: linear-gradient(105deg, #e6ebdc, #fff 72%); box-shadow: 0 16px 36px rgba(45,57,27,.13); }

.manahvc-article-layout { display: grid; grid-template-columns: 230px minmax(0, 820px); justify-content: center; gap: clamp(38px, 6vw, 78px); width: min(100% - 40px, 1120px); margin: clamp(56px, 8vw, 104px) auto; }
.manahvc-single__featured + .manahvc-article-layout { margin-top: 0; }
.manahvc-article { min-width: 0; }
.manahvc-article-aside { min-width: 0; }
.manahvc-publication-card { position: sticky; top: 96px; padding: 25px 22px; border-top: 4px solid var(--man-gold); border-radius: 0 0 10px 10px; background: #eef0e8; box-shadow: 0 14px 34px rgba(45,57,27,.08); }
.manahvc-publication-card__eyebrow { color: #896b2f; font: 800 9px/1.3 var(--man-body-font); letter-spacing: .15em; }
.manahvc-publication-card dl { margin: 18px 0 0; }
.manahvc-publication-card dl > div { padding: 13px 0; border-top: 1px solid rgba(53,68,30,.13); }
.manahvc-publication-card dt { margin: 0 0 5px; color: #777b70; font: 800 9px/1.2 var(--man-body-font); letter-spacing: .09em; text-transform: uppercase; }
.manahvc-publication-card dd { margin: 0; color: var(--man-green); font: 700 14px/1.42 var(--man-title-font); }
.manahvc-publication-card dd a { color: inherit; text-decoration-color: var(--man-gold); text-underline-offset: 3px; }
.manahvc-share { padding-top: 15px; border-top: 1px solid rgba(53,68,30,.13); }
.manahvc-share > span { display: block; margin-bottom: 10px; color: #777b70; font: 800 9px/1.2 var(--man-body-font); letter-spacing: .09em; text-transform: uppercase; }
.manahvc-share > div { display: flex; gap: 8px; }
.manahvc-share a { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid color-mix(in srgb, var(--share-color, var(--man-green)) 30%, transparent); border-radius: 50%; background: #fff; color: var(--share-color, var(--man-green)); text-decoration: none; box-shadow: 0 4px 12px rgba(42,53,25,.06); transition: .2s ease; }
.manahvc-share a:hover { border-color: var(--share-color, var(--man-green)); background: var(--share-color, var(--man-green)); color: #fff; box-shadow: 0 7px 16px color-mix(in srgb, var(--share-color, var(--man-green)) 24%, transparent); transform: translateY(-2px); }
.manahvc-share a svg { display: block; width: 19px; height: 19px; fill: currentColor; }
.manahvc-share a.manahvc-share__button--email svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.manahvc-share__button--whatsapp { --share-color: #25d366; }
.manahvc-share__button--facebook { --share-color: #1877f2; }
.manahvc-share__button--email { --share-color: #896a2e; }
.manahvc-entry-content { color: #3f433c; font: 400 clamp(17px, 1.45vw, 19px)/1.88 var(--man-title-font); overflow-wrap: anywhere; }
.manahvc-entry-content > :first-child { margin-top: 0; }
.manahvc-entry-content > p:first-child { color: #394324; font-size: clamp(20px, 2vw, 24px); line-height: 1.7; }
.manahvc-entry-content p { margin: 0 0 1.55em; }
.manahvc-entry-content h2, .manahvc-entry-content h3, .manahvc-entry-content h4 { color: var(--man-green); font-family: var(--man-title-font); font-weight: 700; letter-spacing: -.025em; }
.manahvc-entry-content h2 { margin: 2.1em 0 .75em; padding-top: .7em; border-top: 1px solid #e7ddc8; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.12; }
.manahvc-entry-content h3 { margin: 1.8em 0 .65em; font-size: clamp(24px, 2.6vw, 32px); line-height: 1.2; }
.manahvc-entry-content h4 { margin: 1.6em 0 .6em; font-size: 21px; line-height: 1.3; }
.manahvc-entry-content a { color: #6d531f; text-decoration-color: var(--man-gold); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.manahvc-entry-content a:hover { color: var(--man-green); }
.manahvc-entry-content ul, .manahvc-entry-content ol { margin: 1.4em 0 1.8em; padding-left: 1.3em; }
.manahvc-entry-content li { margin-bottom: .65em; padding-left: .25em; }
.manahvc-entry-content li::marker { color: var(--man-gold); font-weight: 700; }
.manahvc-entry-content blockquote, .manahvc-entry-content .wp-block-quote { margin: 2.2em 0; padding: clamp(25px, 4vw, 42px); border: 0; border-left: 5px solid var(--man-gold); border-radius: 0 12px 12px 0; background: #f0f2eb; color: var(--man-green); font-size: clamp(21px, 2.2vw, 28px); font-style: italic; line-height: 1.55; }
.manahvc-entry-content blockquote p:last-child { margin-bottom: 0; }
.manahvc-entry-content blockquote cite { display: block; margin-top: 16px; color: var(--man-body); font: 700 11px/1.4 var(--man-body-font); letter-spacing: .07em; text-transform: uppercase; }
.manahvc-entry-content figure { max-width: 100%; margin: 2.4em 0; }
.manahvc-entry-content img { max-width: 100%; height: auto; border-radius: 9px; }
.manahvc-entry-content figcaption, .manahvc-entry-content .wp-element-caption { margin-top: 9px; color: #74776f; font: 400 12px/1.5 var(--man-body-font); text-align: center; }
.manahvc-entry-content .alignwide { width: min(1040px, calc(100vw - 64px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.manahvc-entry-content .alignfull { width: min(1208px, calc(100vw - 32px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.manahvc-entry-content table { width: 100%; margin: 2em 0; border-collapse: collapse; background: #fff; font: 400 14px/1.55 var(--man-body-font); }
.manahvc-entry-content th, .manahvc-entry-content td { padding: 13px 15px; border: 1px solid #ddd7ca; text-align: left; vertical-align: top; }
.manahvc-entry-content th { background: var(--man-green); color: #fff; }
.manahvc-entry-content pre { overflow-x: auto; padding: 22px; border-radius: 8px; background: #273218; color: #fff; font-size: 13px; line-height: 1.6; }
.manahvc-entry-content hr { margin: 3em auto; border: 0; border-top: 1px solid #ddd3bd; }
.manahvc-entry-content .wp-block-button__link { border-radius: 999px; background: var(--man-green); color: #fff; font: 800 12px/1 var(--man-body-font); letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.manahvc-page-links { margin-top: 36px; font: 700 13px/1.5 var(--man-body-font); }

/* Legacy layouts retained only for visual backward compatibility. */
.manahvc-single--split .manahvc-single-hero__inner { display: grid; grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr); align-items: end; gap: clamp(34px, 5vw, 70px); width: min(100%, 1170px); padding: clamp(50px, 6vw, 76px) clamp(25px, 4vw, 52px) 0; }
.manahvc-single--split .manahvc-single-hero__text { align-self: center; padding-bottom: clamp(50px, 6vw, 76px); }
.manahvc-single--split .manahvc-single-hero h1 { font-size: clamp(38px, 4.5vw, 61px); line-height: 1.08; }
.manahvc-single--split .manahvc-single__back { margin-bottom: 28px; }
.manahvc-single--split .manahvc-single__deck { font-weight: 600; }
.manahvc-single-hero__split-image { position: relative; z-index: 2; align-self: end; margin: 0; }
.manahvc-single-hero__split-image::after { position: absolute; inset: 0; border: 1px solid rgba(234,213,168,.55); border-radius: 15px 15px 0 0; content: ""; pointer-events: none; }
.manahvc-single-hero__split-image img { display: block; width: 100%; max-height: 650px; aspect-ratio: 4 / 4.65; object-fit: cover; border-radius: 15px 15px 0 0; box-shadow: 0 26px 65px rgba(12,17,7,.34); }
.manahvc-single--split.no-featured-image .manahvc-single-hero__inner { grid-template-columns: minmax(0, 900px); justify-content: center; padding-bottom: clamp(50px, 7vw, 88px); }
.manahvc-single--split.no-featured-image .manahvc-single-hero__text { padding-bottom: 0; }

/* Patrimonio AHVC: centered institutional masthead, inspired by the Academy itself. */
.manahvc-single--heritage .manahvc-single-hero__inner { width: min(100%, 1040px); padding-top: clamp(62px, 9vw, 118px); padding-bottom: clamp(76px, 11vw, 142px); text-align: center; }
.manahvc-single--heritage .manahvc-single-hero__text { max-width: 940px; margin: 0 auto; }
.manahvc-single--heritage .manahvc-single__back { margin-bottom: 38px; }
.manahvc-single--heritage .manahvc-single__categories, .manahvc-single--heritage .manahvc-single__meta { justify-content: center; }
.manahvc-single--heritage .manahvc-single__folio { display: inline-flex; padding: 9px 15px; border: 1px solid var(--man-gold); border-radius: 999px; color: #e8d09a; }
.manahvc-single--heritage .manahvc-single-hero h1 { margin-top: 18px; font-size: clamp(44px, 7vw, 84px); }
.manahvc-single--heritage .manahvc-single__deck { margin-right: auto; margin-left: auto; padding-left: 0; border-left: 0; color: rgba(255,255,255,.8); }
.manahvc-single--heritage .manahvc-single__featured { width: min(100% - clamp(30px, 8vw, 110px), 1020px); margin-top: clamp(-74px, -6vw, -48px); }

/* Folio histórico: restrained cream paper and archival numbering. */
.manahvc-single--folio .manahvc-single-hero { border-bottom: 1px solid #d9caa9; background: linear-gradient(120deg, #f3efe5, #fbfaf6); color: var(--man-green); }
.manahvc-single--folio .manahvc-single-hero__inner { width: min(100%, 1020px); padding-top: clamp(55px, 8vw, 90px); padding-bottom: clamp(55px, 8vw, 90px); }
.manahvc-single--folio .manahvc-single__back, .manahvc-single--folio .manahvc-single__meta { color: #666b5e; }
.manahvc-single--folio .manahvc-single__categories span { border-color: #c9ad72; color: #715726; }
.manahvc-single--folio .manahvc-single-hero h1 { max-width: 980px; color: var(--man-green); }
.manahvc-single--folio .manahvc-single__deck { border-left-color: var(--man-gold); color: #53594d; }
.manahvc-single--folio .manahvc-single-hero__mark { color: var(--man-green); opacity: .035; }
.manahvc-single--folio .manahvc-single__featured { margin-top: 34px; }

/* Archivo documental: framed source image and catalogue-like title block. */
.manahvc-single--documentary .manahvc-single-hero { background: #eae7dd; color: var(--man-green); }
.manahvc-single--documentary .manahvc-single-hero__inner { display: grid; grid-template-columns: minmax(320px, 1.05fr) minmax(0, .95fr); align-items: center; gap: clamp(34px, 6vw, 74px); width: min(100%, 1120px); padding: clamp(44px, 6vw, 76px); }
.manahvc-single-hero__document { position: relative; z-index: 2; margin: 0; padding: 15px; border: 1px solid #cfbd95; background: #fff; box-shadow: 0 18px 44px rgba(45,54,29,.14); transform: rotate(-1deg); }
.manahvc-single-hero__document img { display: block; width: 100%; max-height: 650px; object-fit: cover; }
.manahvc-single--documentary .manahvc-single__back, .manahvc-single--documentary .manahvc-single__meta { color: #666b5e; }
.manahvc-single--documentary .manahvc-single__categories span { border-color: #c4a76d; color: #715726; }
.manahvc-single--documentary .manahvc-single-hero h1 { color: var(--man-green); font-size: clamp(38px, 4.8vw, 62px); }
.manahvc-single--documentary .manahvc-single__deck { border-left-color: var(--man-gold); color: #53594d; }
.manahvc-single--documentary .manahvc-single-hero__mark { color: var(--man-green); opacity: .035; }
.manahvc-single--documentary.no-featured-image .manahvc-single-hero__inner { grid-template-columns: 1fr; }

/* Alternative 3: quieter academic journal treatment. */
.manahvc-single--classic .manahvc-single-hero { border-bottom: 1px solid #ded2b8; background: #f2eee4; color: var(--man-green); }
.manahvc-single--classic .manahvc-single-hero__inner { padding-top: clamp(48px, 7vw, 82px); padding-bottom: clamp(48px, 7vw, 82px); }
.manahvc-single--classic .manahvc-single__back, .manahvc-single--classic .manahvc-single__meta { color: #6a6d65; }
.manahvc-single--classic .manahvc-single__deck { border-left-color: var(--man-gold); color: #545a4d; }
.manahvc-single--classic .manahvc-single__categories a { border-color: var(--man-gold); color: #715a28; }
.manahvc-single--classic .manahvc-single-hero h1 { max-width: 980px; color: var(--man-green); }
.manahvc-single--classic .manahvc-single-hero__mark { color: var(--man-green); opacity: .04; }
.manahvc-single--classic .manahvc-single__featured { margin-top: 34px; }

.manahvc-post-navigation { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(100% - 40px, 1080px); margin: 0 auto; border-top: 1px solid #ded7c8; border-bottom: 1px solid #ded7c8; }
.manahvc-post-navigation > div { min-width: 0; }
.manahvc-post-navigation > div:last-child { border-left: 1px solid #ded7c8; text-align: right; }
.manahvc-post-navigation a { display: flex; min-height: 120px; flex-direction: column; justify-content: center; padding: 24px clamp(12px, 3vw, 34px); color: var(--man-green); font: 700 clamp(17px, 1.8vw, 22px)/1.3 var(--man-title-font); text-decoration: none; }
.manahvc-post-navigation a:hover { background: #f1f2ec; }
.manahvc-post-navigation span { display: block; margin-bottom: 9px; color: #927234; font: 800 10px/1 var(--man-body-font); letter-spacing: .09em; text-transform: uppercase; }
.manahvc-related { padding: clamp(54px, 7vw, 90px) clamp(20px, 5vw, 64px); }
.manahvc-related > header { margin-bottom: 30px; text-align: center; }
.manahvc-related > header span { color: #927234; font: 800 10px/1 var(--man-body-font); letter-spacing: .15em; }
.manahvc-related > header h2 { margin: 10px 0 0; color: var(--man-green); font: 700 clamp(30px, 4vw, 46px)/1.1 var(--man-title-font); letter-spacing: -.03em; }
.manahvc-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.manahvc-related .manahvc-card h3 { font-size: clamp(20px, 2vw, 26px); }
.manahvc-related .manahvc-card__content { padding: 22px; }

/* Category archives: replaces the unrelated generic theme archive. */
.manahvc-category-page { background: var(--man-paper, #f9f9f7); }
.manahvc-archive { width: min(100% - 32px, 1240px); margin: clamp(28px, 5vw, 64px) auto; overflow: hidden; border: 1px solid #e6decc; border-radius: 22px; box-shadow: 0 24px 70px rgba(43,55,24,.09); }
.manahvc-archive-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 10%, rgba(197,163,96,.16), transparent 28%), linear-gradient(135deg, #273416, var(--man-green) 58%, #52662d); color: #fff; }
.manahvc-archive-hero::before { position: absolute; inset: 0; background: repeating-linear-gradient(120deg, rgba(255,255,255,.018) 0 1px, transparent 1px 11px); content: ""; }
.manahvc-archive-hero__inner { position: relative; z-index: 1; width: min(100%, 1080px); margin: 0 auto; padding: clamp(54px, 8vw, 100px) clamp(24px, 6vw, 76px); }
.manahvc-archive__back { display: inline-flex; margin-bottom: 38px; color: rgba(255,255,255,.72); font: 800 10px/1.2 var(--man-body-font); letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.manahvc-archive__back:hover { color: #fff; }
.manahvc-archive-hero__eyebrow { display: block; margin-bottom: 16px; color: #e7cb91; font: 800 10px/1.2 var(--man-body-font); letter-spacing: .16em; }
.manahvc-archive-hero h1 { position: relative; z-index: 2; max-width: 880px; margin: 0; color: #fff; font: 700 clamp(42px, 6.7vw, 78px)/1.02 var(--man-title-font); letter-spacing: -.045em; text-wrap: balance; }
.manahvc-archive-hero p, .manahvc-archive-hero__description { position: relative; z-index: 2; max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.8); font: 400 clamp(15px, 1.6vw, 18px)/1.7 var(--man-body-font); }
.manahvc-archive-hero__description p { margin: 0; color: inherit; font: inherit; }
.manahvc-archive-hero__mark { position: absolute; right: -28px; bottom: -65px; color: #fff; opacity: .045; font: 700 clamp(150px, 22vw, 280px)/1 var(--man-title-font); letter-spacing: -.09em; }
.manahvc-archive-nav { display: flex; overflow-x: auto; gap: 9px; padding: 22px clamp(20px, 4vw, 48px); border-bottom: 1px solid #e5dece; background: #f2f2ed; scrollbar-width: thin; }
.manahvc-archive-nav a { display: inline-flex; min-width: max-content; align-items: center; padding: 10px 14px; border: 1px solid #ddd5c4; border-radius: 999px; background: #fff; color: var(--man-green); font: 800 10px/1.2 var(--man-body-font); letter-spacing: .035em; text-decoration: none; }
.manahvc-archive-nav a:hover, .manahvc-archive-nav a.is-current { border-color: var(--man-green); background: var(--man-green); color: #fff; }
.manahvc-archive-content { padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 64px); }
.manahvc-archive-content__header { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid #dfd7c7; }
.manahvc-archive-content__header span { color: #917035; font: 800 9px/1.2 var(--man-body-font); letter-spacing: .15em; }
.manahvc-archive-content__header h2 { margin: 7px 0 0; color: var(--man-green); font: 700 clamp(32px, 4.5vw, 52px)/1.06 var(--man-title-font); letter-spacing: -.035em; }
.manahvc-archive-content__header > p { margin: 0; color: var(--man-body); font: 600 12px/1.4 var(--man-body-font); }
.manahvc-archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 3vw, 30px); }
.manahvc-archive-grid .manahvc-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); min-height: 420px; }
.manahvc-archive-grid .manahvc-card:first-child .manahvc-card__image { min-height: 100%; aspect-ratio: auto; }
.manahvc-archive-grid .manahvc-card:first-child .manahvc-card__content { justify-content: center; padding: clamp(32px, 5vw, 58px); }
.manahvc-archive-grid .manahvc-card:first-child h3 { font-size: clamp(32px, 4vw, 52px); }
.manahvc-archive-pagination { margin-top: 42px; }
.manahvc-archive-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.manahvc-archive-pagination .page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; padding: 0 12px; border: 1px solid #ddd5c4; border-radius: 999px; background: #fff; color: var(--man-green); font: 800 11px/1 var(--man-body-font); text-decoration: none; }
.manahvc-archive-pagination .page-numbers.current, .manahvc-archive-pagination .page-numbers:hover { border-color: var(--man-green); background: var(--man-green); color: #fff; }

@media (max-width: 1000px) {
	.manahvc-topic__posts, .manahvc-home__posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.manahvc-home-featured .manahvc-home__posts { grid-template-columns: 1fr; }
	.manahvc-home-featured .manahvc-card:not(:first-child) { grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr); }
	.manahvc-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.manahvc-article-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 34px; }
	.manahvc-layout-mosaic .manahvc-card { grid-column: span 6; }
	.manahvc-layout-mosaic .manahvc-card:first-child { grid-column: span 12; }
}

@media (max-width: 720px) {
	.manahvc-hero { border-radius: 15px; }
	.manahvc-topic__header, .manahvc-home__header { align-items: flex-start; flex-direction: column; }
	.manahvc-topic__header .manahvc-topic__count { margin-left: 0; }
	.manahvc-topic__posts, .manahvc-home__posts { grid-template-columns: 1fr; }
	.manahvc-layout-editorial .manahvc-card:first-child,
	.manahvc-layout-list .manahvc-card,
	.manahvc-layout-timeline .manahvc-card,
	.manahvc-home-featured .manahvc-card:not(:first-child) { grid-template-columns: 1fr; }
	.manahvc-layout-editorial .manahvc-card:first-child .manahvc-card__image,
	.manahvc-layout-list .manahvc-card__image,
	.manahvc-home-featured .manahvc-card:not(:first-child) .manahvc-card__image { min-height: 220px; aspect-ratio: 16 / 10; }
	.manahvc-layout-editorial .manahvc-card:first-child { min-height: 0; }
	.manahvc-layout-mosaic .manahvc-topic__posts { grid-template-columns: 1fr; }
	.manahvc-layout-mosaic .manahvc-card, .manahvc-layout-mosaic .manahvc-card:first-child, .manahvc-layout-mosaic .manahvc-card:nth-child(2), .manahvc-layout-mosaic .manahvc-card:nth-child(3) { grid-column: auto; grid-row: auto; }
	.manahvc-layout-timeline .manahvc-topic__posts { padding-left: 34px; }
	.manahvc-layout-timeline .manahvc-topic__posts::before { left: 10px; }
	.manahvc-layout-timeline .manahvc-card::before { left: -31px; }
	.manahvc-layout-timeline .manahvc-card__image { min-height: 220px; aspect-ratio: 16 / 10; border-radius: 8px 8px 0 0; }
	.manahvc-layout-showcase .manahvc-topic__posts { grid-template-columns: 1fr; }
	.manahvc-layout-showcase .manahvc-card { min-height: 410px; }
	/* Mobile single: clear the theme's floating header and give the hero breathing room. */
	.manahvc-single { width: min(100% - 20px, 1240px); margin: clamp(118px, 29vw, 142px) auto 30px; border-radius: 16px; }
	.manahvc-archive { width: min(100% - 20px, 1240px); margin: 10px auto 28px; border-radius: 14px; }
	.manahvc-archive-content__header { align-items: flex-start; flex-direction: column; }
	.manahvc-archive-grid { grid-template-columns: 1fr; }
	.manahvc-archive-grid .manahvc-card:first-child { grid-column: auto; grid-template-columns: 1fr; min-height: 0; }
	.manahvc-archive-grid .manahvc-card:first-child .manahvc-card__image { min-height: 220px; aspect-ratio: 16 / 10; }
	.manahvc-single--split .manahvc-single-hero__inner { grid-template-columns: 1fr; }
	.manahvc-single--documentary .manahvc-single-hero__inner { grid-template-columns: 1fr; }
	.manahvc-single--split .manahvc-single-hero__text { padding-bottom: 0; }
	.manahvc-single-hero__split-image img { max-height: 480px; aspect-ratio: 16 / 10; border-radius: 12px 12px 0 0; }
	.manahvc-single__meta span::before { display: none; }

	/* Refined phone layout for individual Agenda y Noticias articles. */
	.manahvc-single--heritage .manahvc-single-hero__inner,
	.manahvc-single--classic .manahvc-single-hero__inner,
	.manahvc-single--folio .manahvc-single-hero__inner {
		padding: 42px 20px 62px;
	}
	.manahvc-single--split .manahvc-single-hero__inner,
	.manahvc-single--documentary .manahvc-single-hero__inner {
		padding: 42px 20px 52px;
	}
	.manahvc-single--heritage .manahvc-single__back,
	.manahvc-single__back {
		margin-bottom: 30px;
		font-size: 10px;
		line-height: 1.35;
	}
	.manahvc-single__categories { gap: 7px; margin-bottom: 18px; }
	.manahvc-single__categories span { max-width: 100%; padding: 8px 11px; font-size: 9px; line-height: 1.25; text-align: center; }
	.manahvc-single--heritage .manahvc-single__folio { margin-bottom: 14px; padding: 8px 13px; font-size: 9px; }
	.manahvc-single-hero h1,
	.manahvc-single--heritage .manahvc-single-hero h1,
	.manahvc-single--split .manahvc-single-hero h1,
	.manahvc-single--documentary .manahvc-single-hero h1 {
		max-width: 100%;
		font-size: clamp(36px, 10.5vw, 44px);
		line-height: 1.03;
		letter-spacing: -.035em;
		overflow-wrap: normal;
		word-break: normal;
		hyphens: none;
		text-wrap: balance;
	}
	.manahvc-single__meta { gap: 8px 14px; margin-top: 22px; font-size: 11px; }
	.manahvc-single__deck { margin-top: 22px; padding-left: 14px; font-size: 15px; line-height: 1.62; }
	.manahvc-single--heritage .manahvc-single__deck { padding-left: 0; }
	.manahvc-single--heritage .manahvc-single__featured { margin-top: -28px; }
	.manahvc-single__featured { width: calc(100% - 28px); }
	.manahvc-single__featured img { border-width: 5px; border-radius: 12px; }
	.manahvc-gota-index { width: calc(100% - 20px); min-height: 0; margin: -30px auto 52px; border-width: 5px; border-radius: 15px; }
	.manahvc-gota-index__media::after { background: linear-gradient(180deg, rgba(20,29,10,.3) 0%, rgba(17,25,8,.9) 40%, rgba(17,25,8,.98) 100%); }
	.manahvc-gota-index__overlay { min-height: 640px; justify-content: flex-end; padding: 26px 18px 24px; }
	.manahvc-gota-index h2 { font-size: clamp(30px, 9vw, 39px); line-height: 1.07; }
	.manahvc-gota-index__overlay > p { margin-bottom: 19px; font-size: 14px; }
	.manahvc-gota-index__chapters { grid-template-columns: 1fr; max-height: 335px; padding-right: 4px; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: var(--man-gold) rgba(255,255,255,.12); scrollbar-width: thin; }
	.manahvc-gota-index__chapters a { min-height: 56px; background: rgba(255,255,255,.12); }
	.manahvc-gota-index__all { align-self: stretch; justify-content: center; }
	.manahvc-entry-content [data-manahvc-chapter-heading] { scroll-margin-top: 105px; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 18px 15px; font-size: clamp(25px, 7.4vw, 33px); }
	.manahvc-entry-content [data-manahvc-chapter-heading]::before { width: 36px; height: 36px; font-size: 9px; }

	.manahvc-article-layout { grid-template-columns: 1fr; }
	.manahvc-publication-card { position: static; }
	.manahvc-entry-content .alignwide, .manahvc-entry-content .alignfull { width: calc(100vw - 30px); }
	.manahvc-post-navigation, .manahvc-related__grid { grid-template-columns: 1fr; }
	.manahvc-post-navigation > div:last-child { border-top: 1px solid #ded7c8; border-left: 0; text-align: left; }
}


@media (min-width: 1001px) {
	/* Desktop single-entry spacing: push the hero noticeably lower below the floating site header. */
	.manahvc-single {
		margin-top: clamp(108px, 11vw, 176px);
	}
	.manahvc-single-hero__inner {
		padding-top: clamp(116px, 12vw, 186px);
	}
	.manahvc-single__back {
		margin-bottom: 50px;
	}
	.manahvc-single--heritage .manahvc-single-hero__inner,
	.manahvc-single--classic .manahvc-single-hero__inner,
	.manahvc-single--folio .manahvc-single-hero__inner,
	.manahvc-single--split .manahvc-single-hero__inner,
	.manahvc-single--documentary .manahvc-single-hero__inner {
		padding-top: clamp(126px, 13vw, 198px);
	}
}

/* 2.3.0 · Refined Agenda y Noticias presentation. */
.manahvc-hub {
	isolation: isolate;
	width: min(100%, 1320px);
	margin-inline: auto;
	padding: clamp(8px, 1.6vw, 20px);
	border-radius: 30px;
	background:
		radial-gradient(circle at 8% 3%, rgba(197, 163, 96, .09), transparent 22rem),
		linear-gradient(180deg, #fbfaf6 0%, var(--man-paper) 100%);
}

.manahvc-hub .manahvc-hero {
	display: flex;
	min-height: clamp(410px, 48vw, 560px);
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: clamp(70px, 10vw, 128px) clamp(24px, 8vw, 116px);
	border-color: rgba(222, 190, 120, .58);
	border-radius: 24px;
	background:
		radial-gradient(circle at 84% 18%, rgba(214, 184, 114, .22), transparent 25rem),
		radial-gradient(circle at 13% 92%, rgba(255, 255, 255, .07), transparent 20rem),
		linear-gradient(135deg, #293817 0%, var(--man-green) 52%, #53682d 100%);
	box-shadow: 0 28px 70px rgba(32, 44, 17, .16);
}

.manahvc-hub .manahvc-hero::before,
.manahvc-hub .manahvc-hero::after {
	position: absolute;
	border: 1px solid rgba(234, 213, 168, .15);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.manahvc-hub .manahvc-hero::before {
	top: -225px;
	right: -125px;
	width: 520px;
	height: 520px;
}

.manahvc-hub .manahvc-hero::after {
	top: -145px;
	right: -45px;
	width: 360px;
	height: 360px;
}

.manahvc-hub .manahvc-hero__eyebrow {
	position: relative;
	z-index: 2;
	padding: 10px 17px;
	background: rgba(31, 44, 15, .25);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}

.manahvc-hub .manahvc-hero h1 {
	max-width: 1020px;
	font-size: clamp(54px, 8.3vw, 104px);
	text-wrap: balance;
}

.manahvc-hub .manahvc-hero p {
	max-width: 720px;
	color: rgba(255, 255, 255, .86);
}

.manahvc-hub .manahvc-hero__monogram {
	z-index: 0;
	opacity: .042;
}

.manahvc-hub .manahvc-category-nav {
	position: relative;
	z-index: 3;
	width: min(calc(100% - 36px), 1080px);
	margin: -25px auto 0;
	padding: 14px 18px;
	border: 1px solid rgba(197, 163, 96, .28);
	border-radius: 15px;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 16px 38px rgba(42, 54, 24, .1);
}

.manahvc-hub .manahvc-category-nav a {
	position: relative;
	padding: 8px 11px 9px;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 11px;
	letter-spacing: .035em;
}

.manahvc-hub .manahvc-category-nav a::after {
	position: absolute;
	right: 11px;
	bottom: 3px;
	left: 11px;
	height: 1px;
	background: var(--man-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .22s ease;
}

.manahvc-hub .manahvc-category-nav a:hover,
.manahvc-hub .manahvc-category-nav a:focus-visible {
	background: transparent;
	box-shadow: none;
	transform: none;
}

.manahvc-hub .manahvc-category-nav a:hover::after,
.manahvc-hub .manahvc-category-nav a:focus-visible::after {
	transform: scaleX(1);
}

.manahvc-hub .manahvc-sections {
	gap: clamp(42px, 6vw, 72px);
	padding: clamp(62px, 8vw, 100px) 0 clamp(38px, 6vw, 72px);
}

.manahvc-hub .manahvc-topic {
	position: relative;
	padding: clamp(26px, 4vw, 50px);
	border: 1px solid rgba(53, 68, 30, .1);
	border-radius: 24px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 22px 58px rgba(40, 52, 21, .07);
}

.manahvc-hub .manahvc-topic::before {
	position: absolute;
	top: -1px;
	left: clamp(26px, 4vw, 50px);
	width: clamp(82px, 11vw, 150px);
	height: 3px;
	border-radius: 0 0 4px 4px;
	background: var(--man-gold);
	content: "";
}

.manahvc-hub .manahvc-topic__header {
	margin-bottom: clamp(24px, 3vw, 36px);
	padding: 4px 0 20px;
	border-bottom-color: rgba(53, 68, 30, .13);
}

.manahvc-hub .manahvc-topic__header > div {
	gap: 16px;
}

.manahvc-hub .manahvc-topic__header > div > span {
	width: 42px;
	height: 42px;
	border-color: rgba(197, 163, 96, .62);
	background: #fbf7ed;
}

.manahvc-hub .manahvc-topic__header h2 {
	font-size: clamp(31px, 4.2vw, 50px);
	text-wrap: balance;
}

.manahvc-hub .manahvc-topic__header .manahvc-topic__count {
	border-color: rgba(53, 68, 30, .12);
	background: #f7f5ee;
}

.manahvc-hub .manahvc-topic__posts {
	gap: clamp(20px, 2.5vw, 30px);
}

.manahvc-hub .manahvc-card,
.manahvc-home .manahvc-card {
	position: relative;
	border-color: rgba(42, 59, 23, .12);
	border-radius: 17px;
	box-shadow: 0 10px 28px rgba(35, 48, 18, .055);
}

.manahvc-hub .manahvc-card:hover,
.manahvc-home .manahvc-card:hover {
	box-shadow: 0 24px 56px rgba(35, 48, 18, .14);
	transform: translateY(-6px);
}

.manahvc-hub .manahvc-card__image::after,
.manahvc-home .manahvc-card__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 62%, rgba(17, 29, 8, .19));
	content: "";
	pointer-events: none;
}

.manahvc-hub .manahvc-card__content,
.manahvc-home .manahvc-card__content {
	padding: clamp(24px, 2.8vw, 35px);
}

.manahvc-hub .manahvc-card__meta span,
.manahvc-home .manahvc-card__meta span {
	padding: 0;
	background: transparent;
	color: #8b6a2c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.manahvc-hub .manahvc-card__meta time,
.manahvc-home .manahvc-card__meta time {
	color: #777c72;
	font-size: 11px;
}

.manahvc-hub .manahvc-card h3,
.manahvc-home .manahvc-card h3 {
	line-height: 1.13;
	text-wrap: balance;
}

.manahvc-hub .manahvc-card__content > p,
.manahvc-home .manahvc-card__content > p {
	color: #5c6257;
	font-family: var(--man-title-font);
	font-size: 15px;
	line-height: 1.7;
}

.manahvc-hub .manahvc-card__read,
.manahvc-home .manahvc-card__read {
	position: relative;
	padding: 25px 0 7px;
	border-bottom: 1px solid var(--man-gold);
}

.manahvc-hub.manahvc-layout-editorial .manahvc-card:first-child {
	min-height: 450px;
	border-color: rgba(197, 163, 96, .28);
	background: linear-gradient(135deg, #fff 0%, #fbf9f2 100%);
}

.manahvc-hub .manahvc-more-button {
	min-width: 150px;
	border-color: var(--man-green);
	box-shadow: 0 8px 20px rgba(53, 68, 30, .12);
}

.manahvc-home {
	width: min(100%, 1280px);
	margin-inline: auto;
	border: 1px solid rgba(53, 68, 30, .1);
	border-radius: 25px;
	background:
		radial-gradient(circle at 92% 5%, rgba(197, 163, 96, .11), transparent 18rem),
		linear-gradient(135deg, #fbfaf6, #f3f2eb);
	box-shadow: 0 22px 60px rgba(40, 52, 21, .075);
}

.manahvc-home__header {
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(53, 68, 30, .12);
}

.manahvc-home__header > a {
	border-color: var(--man-green);
	box-shadow: 0 9px 22px rgba(53, 68, 30, .13);
}

@media (max-width: 720px) {
	.manahvc-hub { padding: 6px; border-radius: 20px; }
	.manahvc-hub .manahvc-hero { min-height: 390px; border-radius: 18px; }
	.manahvc-hub .manahvc-hero h1 { font-size: clamp(46px, 15vw, 66px); }
	.manahvc-hub .manahvc-category-nav { width: calc(100% - 22px); justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding: 11px 12px; scrollbar-width: thin; }
	.manahvc-hub .manahvc-category-nav a { min-width: max-content; }
	.manahvc-hub .manahvc-topic { padding: 24px 17px; border-radius: 18px; }
	.manahvc-hub .manahvc-topic::before { left: 17px; }
	.manahvc-hub .manahvc-topic__header > div { align-items: flex-start; }
	.manahvc-hub .manahvc-topic__header h2 { font-size: clamp(29px, 9.5vw, 40px); }
	.manahvc-hub.manahvc-layout-editorial .manahvc-card:first-child { min-height: 0; }
	.manahvc-hub .manahvc-card,
	.manahvc-home .manahvc-card { border-radius: 14px; }
	.manahvc-home { width: calc(100% - 12px); padding: 38px 17px; border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
	.manahvc-hub *,
	.manahvc-home * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* 2.4.0 · Tarjetas editoriales premium para Agenda, Inicio y contenidos relacionados. */
.manahvc-card {
	isolation: isolate;
	position: relative;
	border: 1px solid rgba(38, 55, 25, .12);
	border-radius: 18px;
	background: linear-gradient(180deg, #fff 0%, #fdfcf9 100%);
	box-shadow: 0 12px 34px rgba(31, 45, 20, .08);
	transform: translateY(0);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.manahvc-card:hover {
	border-color: rgba(197, 163, 96, .45);
	box-shadow: 0 26px 62px rgba(31, 45, 20, .17);
	transform: translateY(-7px);
}

.manahvc-card__image {
	isolation: isolate;
	position: relative;
	display: block;
	min-height: 300px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #31421f;
	color: #fff;
	text-decoration: none;
}

.manahvc-card__image::after {
	content: none !important;
	display: none !important;
}

.manahvc-card__photo {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center;
	transform: scale(1.001);
	transition: transform .6s cubic-bezier(.2, .7, .2, 1), filter .35s ease;
}

.manahvc-card:hover .manahvc-card__photo {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.055);
}

.manahvc-card__placeholder {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	background:
		radial-gradient(circle at 78% 18%, rgba(231, 205, 145, .22), transparent 34%),
		repeating-linear-gradient(118deg, transparent 0 28px, rgba(255, 255, 255, .025) 28px 29px),
		linear-gradient(138deg, #233316 0%, var(--man-green) 58%, #556a30 100%);
	color: #fff;
	opacity: 1;
	font-family: var(--man-body-font);
	letter-spacing: normal;
}

.manahvc-card__placeholder-mark {
	color: rgba(255, 255, 255, .16);
	font: 700 clamp(64px, 8vw, 104px)/.85 var(--man-title-font);
	letter-spacing: -.075em;
}

.manahvc-card__placeholder-label {
	color: #ecd8aa;
	font: 800 9px/1 var(--man-body-font);
	letter-spacing: .2em;
	text-transform: uppercase;
}

.manahvc-card__shade {
	position: absolute;
	z-index: 1;
	inset: 0;
	display: block;
	background:
		linear-gradient(180deg, rgba(12, 25, 8, .03) 15%, rgba(12, 25, 8, .22) 51%, rgba(12, 25, 8, .93) 100%),
		linear-gradient(90deg, rgba(19, 34, 11, .18), transparent 55%);
	pointer-events: none;
	transition: background .3s ease;
}

.manahvc-card:hover .manahvc-card__shade {
	background:
		linear-gradient(180deg, rgba(12, 25, 8, .01) 8%, rgba(12, 25, 8, .18) 47%, rgba(12, 25, 8, .96) 100%),
		linear-gradient(90deg, rgba(19, 34, 11, .12), transparent 55%);
}

.manahvc-card__cover {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: clamp(24px, 3vw, 34px);
	pointer-events: none;
}

.manahvc-card__kind {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	margin-bottom: 13px;
	padding: 6px 10px;
	border: 1px solid rgba(239, 216, 164, .48);
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	color: #f1dcae;
	font: 800 9px/1.2 var(--man-body-font);
	letter-spacing: .11em;
	text-transform: uppercase;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.manahvc-card .manahvc-card__title {
	margin: 0;
	letter-spacing: -.025em;
	text-wrap: balance;
}

.manahvc-card .manahvc-card__title--cover {
	display: block;
	color: #fff;
	font: 600 clamp(25px, 2.5vw, 34px)/1.12 var(--man-title-font);
	text-shadow: 0 3px 18px rgba(7, 17, 4, .34);
}

.manahvc-card .manahvc-card__title--body {
	display: none;
	color: var(--man-green);
	font: 700 clamp(21px, 2vw, 28px)/1.16 var(--man-title-font);
}

.manahvc-card .manahvc-card__title--body a {
	color: inherit;
	text-decoration: none;
}

.manahvc-card .manahvc-card__title--body a:hover,
.manahvc-card .manahvc-card__title--body a:focus-visible {
	color: #8b6828;
}

.manahvc-card__content {
	display: flex;
	min-width: 0;
	flex: 1;
	align-items: flex-start;
	flex-direction: column;
	padding: clamp(23px, 2.8vw, 32px);
}

.manahvc-card__meta {
	display: flex;
	align-items: center;
	margin: 0 0 14px;
	color: #747a70;
	font: 700 10px/1.25 var(--man-body-font);
	letter-spacing: .075em;
	text-transform: uppercase;
}

.manahvc-card__meta time {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: inherit;
	font: inherit;
}

.manahvc-card__meta time::before {
	content: none !important;
}

.manahvc-card__meta svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: var(--man-gold);
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.manahvc-card .manahvc-card__content > p {
	margin: 0;
	color: #555f52;
	font: 400 15px/1.72 var(--man-title-font);
}

.manahvc-card__read {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding: 25px 0 7px;
	border-bottom: 1px solid var(--man-gold);
	color: var(--man-green);
	font: 800 10px/1 var(--man-body-font);
	letter-spacing: .095em;
	text-decoration: none;
	text-transform: uppercase;
}

.manahvc-card__read svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .2s ease;
}

.manahvc-card__read:hover,
.manahvc-card__read:focus-visible {
	color: #8b6828;
}

.manahvc-card__read:hover svg,
.manahvc-card__read:focus-visible svg {
	transform: translateX(4px);
}

.manahvc-card__image:focus-visible,
.manahvc-card__read:focus-visible,
.manahvc-card__title--body a:focus-visible {
	outline: 3px solid rgba(197, 163, 96, .52);
	outline-offset: 3px;
}

/* La noticia principal mantiene una composición editorial amplia. */
.manahvc-layout-editorial .manahvc-card:first-child .manahvc-card__cover {
	padding: clamp(30px, 4.5vw, 54px);
}

.manahvc-layout-editorial .manahvc-card:first-child .manahvc-card__title--cover {
	font-size: clamp(34px, 4vw, 55px);
}

/* En diseños horizontales el título pasa al cuerpo para conservar legibilidad. */
.manahvc-layout-list .manahvc-card__title--cover,
.manahvc-layout-timeline .manahvc-card__title--cover {
	display: none;
}

.manahvc-layout-list .manahvc-card__title--body,
.manahvc-layout-timeline .manahvc-card__title--body {
	display: block;
	margin-bottom: 15px;
}

.manahvc-layout-list .manahvc-card__cover,
.manahvc-layout-timeline .manahvc-card__cover {
	padding: 18px;
}

.manahvc-layout-list .manahvc-card__kind,
.manahvc-layout-timeline .manahvc-card__kind {
	margin-bottom: 0;
}

.manahvc-layout-timeline .manahvc-card__image {
	border-radius: 17px 0 0 17px;
}

/* El escaparate usa toda la fotografía como portada de la noticia. */
.manahvc-layout-showcase .manahvc-card__content {
	display: none;
}

.manahvc-layout-showcase .manahvc-card__cover {
	padding: clamp(30px, 4.5vw, 50px);
}

.manahvc-layout-showcase .manahvc-card__title--cover {
	font-size: clamp(30px, 3.5vw, 48px);
}

/* Portada de inicio: una noticia protagonista y tres avances compactos. */
.manahvc-home .manahvc-card__image {
	min-height: 250px;
}

.manahvc-home .manahvc-card__cover {
	padding: 24px;
}

.manahvc-home .manahvc-card__title--cover {
	font-size: clamp(21px, 1.9vw, 28px);
}

.manahvc-home-featured .manahvc-card:first-child .manahvc-card__image {
	min-height: 500px;
	aspect-ratio: auto;
}

.manahvc-home-featured .manahvc-card:first-child .manahvc-card__cover {
	padding: clamp(30px, 4vw, 48px);
}

.manahvc-home-featured .manahvc-card:first-child .manahvc-card__title--cover {
	font-size: clamp(34px, 3.6vw, 51px);
}

.manahvc-home-featured .manahvc-card:not(:first-child) .manahvc-card__title--cover {
	display: none;
}

.manahvc-home-featured .manahvc-card:not(:first-child) .manahvc-card__title--body {
	display: block;
	margin-bottom: 0;
	font-size: clamp(18px, 1.7vw, 23px);
}

.manahvc-home-featured .manahvc-card:not(:first-child) .manahvc-card__cover {
	padding: 14px;
}

.manahvc-home-featured .manahvc-card:not(:first-child) .manahvc-card__kind {
	max-width: 100%;
	margin-bottom: 0;
	overflow: hidden;
	padding: 5px 8px;
	font-size: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.manahvc-home-featured .manahvc-card:not(:first-child) .manahvc-card__meta {
	margin-bottom: 10px;
}

@media (max-width: 1000px) {
	.manahvc-home-featured .manahvc-card:first-child {
		grid-row: auto;
	}

	.manahvc-home-featured .manahvc-card:first-child .manahvc-card__image {
		min-height: 430px;
	}
}

@media (max-width: 720px) {
	.manahvc-card__image,
	.manahvc-home .manahvc-card__image,
	.manahvc-home-featured .manahvc-card:first-child .manahvc-card__image {
		min-height: 285px;
		aspect-ratio: 16 / 11;
	}

	.manahvc-card__cover,
	.manahvc-home .manahvc-card__cover {
		padding: 23px;
	}

	.manahvc-card .manahvc-card__title--cover,
	.manahvc-home .manahvc-card__title--cover,
	.manahvc-home-featured .manahvc-card:first-child .manahvc-card__title--cover {
		font-size: clamp(25px, 7.5vw, 34px);
	}

	.manahvc-layout-list .manahvc-card__title--cover,
	.manahvc-layout-timeline .manahvc-card__title--cover,
	.manahvc-home-featured .manahvc-card:not(:first-child) .manahvc-card__title--cover {
		display: block;
	}

	.manahvc-layout-list .manahvc-card__title--body,
	.manahvc-layout-timeline .manahvc-card__title--body,
	.manahvc-home-featured .manahvc-card:not(:first-child) .manahvc-card__title--body {
		display: none;
	}

	.manahvc-layout-list .manahvc-card__kind,
	.manahvc-layout-timeline .manahvc-card__kind,
	.manahvc-home-featured .manahvc-card:not(:first-child) .manahvc-card__kind {
		margin-bottom: 12px;
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
	}

	.manahvc-layout-timeline .manahvc-card__image {
		border-radius: 17px 17px 0 0;
	}

	.manahvc-layout-showcase .manahvc-card__image {
		min-height: 410px;
		aspect-ratio: auto;
	}
}
