:root {
    --jvc-navy: #061b3a;
    --jvc-blue: #008bd2;
    --jvc-cyan: #18cde2;
    --jvc-green: #20d58f;
    --jvc-soft: #f4f8fb;
    --jvc-border: #dfe8ef;
    --jvc-text: #13233e;
    --jvc-muted: #68758a;
    --jvc-white: #ffffff;
    --jvc-shadow: 0 14px 40px rgba(6, 27, 58, .09);
    --jvc-radius: 16px;
    --jvc-container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--jvc-text);
    background: #fff;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--jvc-blue); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
svg .fill { fill: currentColor; stroke: none; }
svg .cut { fill: var(--jvc-white); stroke: none; }
.container { width: min(calc(100% - 40px), var(--jvc-container)); margin-inline: auto; }
.site-main { min-height: 50vh; }
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link:focus { position: fixed !important; width: auto; height: auto; clip: auto; z-index: 9999; top: 12px; left: 12px; background: #fff; padding: 10px 16px; border-radius: 8px; }

/* Header */
.site-header { background: #fff; position: relative; z-index: 50; border-top: 4px solid transparent; border-image: linear-gradient(90deg, var(--jvc-blue), var(--jvc-cyan), var(--jvc-green)) 1; }
.topbar { border-bottom: 1px solid var(--jvc-border); background: #fbfdff; }
.topbar-inner { min-height: 48px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 26px; }
.current-date { color: var(--jvc-navy); font-size: .86rem; text-transform: capitalize; }
.menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 26px; }
.top-navigation .menu a { font-size: .9rem; font-weight: 650; color: var(--jvc-navy); }
.top-navigation .menu li + li::before { content: "•"; color: var(--jvc-blue); margin-right: 26px; }
.social-links { display: flex; align-items: center; gap: 14px; }
.social-links a { color: var(--jvc-navy); display: inline-flex; transition: transform .2s, color .2s; }
.social-links a:hover { color: var(--jvc-blue); transform: translateY(-2px); }
.social-links svg { width: 20px; height: 20px; }
.branding { min-height: 130px; display: flex; align-items: center; justify-content: center; padding-block: 18px; }
.site-logo img { width: min(460px, 78vw); max-height: 105px; object-fit: contain; }
.main-nav-wrap { border-top: 1px solid var(--jvc-border); border-bottom: 1px solid var(--jvc-border); background: rgba(255,255,255,.98); }
.main-nav-inner { min-height: 70px; display: flex; align-items: center; gap: 24px; }
.menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; background: transparent; border: 0; color: var(--jvc-navy); border-radius: 10px; }
.menu-toggle:hover { background: var(--jvc-soft); }
.menu-toggle svg { width: 25px; height: 25px; }
.primary-navigation { flex: 1; }
.primary-navigation .menu { gap: 28px; }
.primary-navigation .menu a { font-size: .92rem; font-weight: 650; color: var(--jvc-navy); white-space: nowrap; }
.primary-navigation .menu a:hover { color: var(--jvc-blue); }
.search-toggle { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--jvc-border); background: #fff; padding: 10px 16px; border-radius: 12px; color: var(--jvc-muted); min-width: 160px; justify-content: space-between; }
.search-toggle:hover { border-color: var(--jvc-blue); color: var(--jvc-blue); }
.header-search { border-top: 1px solid var(--jvc-border); padding: 16px 0; background: #fff; }
.header-search[hidden] { display: none; }
.search-form { display: flex; align-items: center; border: 1px solid var(--jvc-border); border-radius: 12px; overflow: hidden; background: #fff; }
.search-field { width: 100%; border: 0; outline: 0; padding: 12px 14px; color: var(--jvc-text); }
.search-submit { width: 48px; height: 46px; border: 0; background: transparent; color: var(--jvc-navy); display: inline-flex; align-items: center; justify-content: center; }

/* Components */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 10px 22px; border-radius: 10px; font-size: .85rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; border: 0; transition: transform .2s, box-shadow .2s, filter .2s; }
.button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,139,210,.22); filter: saturate(1.1); }
.button-gradient { color: #fff; background: linear-gradient(100deg, var(--jvc-blue), var(--jvc-cyan), var(--jvc-green)); }
.button-live { color: #fff; background: linear-gradient(100deg, var(--jvc-blue), var(--jvc-green)); }
.button-live svg { width: 18px; height: 18px; }
.image-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #eaf2f7, #dfeef6); position: relative; }
.image-placeholder::after { content: "JVC"; position: absolute; inset: 0; display: grid; place-items: center; font-weight: 900; color: rgba(0,139,210,.26); letter-spacing: .12em; }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--jvc-muted); font-size: .78rem; }
.post-category { color: var(--jvc-blue); font-weight: 850; text-transform: uppercase; }
.section-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; color: var(--jvc-navy); font-size: 1.15rem; text-transform: uppercase; letter-spacing: .02em; position: relative; padding-left: 15px; }
.section-heading h2::before { content: ""; position: absolute; left: 0; top: 3px; bottom: 3px; width: 4px; border-radius: 3px; background: linear-gradient(var(--jvc-blue), var(--jvc-green)); }
.section-heading > span { height: 1px; background: var(--jvc-border); flex: 1; }
.empty-state { border: 1px dashed #c9d9e4; background: var(--jvc-soft); border-radius: var(--jvc-radius); padding: 48px; text-align: center; }
.empty-state h1 { margin-top: 0; color: var(--jvc-navy); }
.empty-state.compact { padding: 24px; }

/* Homepage */
.home-main { overflow: hidden; }
.top-ad-section { padding-top: 28px; }
.ad-placeholder { min-height: 110px; max-width: 920px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2px; border: 1px solid var(--jvc-border); background: linear-gradient(135deg, #f8fbfd, #edf4f8); color: #8190a2; border-radius: 12px; text-transform: uppercase; letter-spacing: .05em; font-weight: 750; }
.ad-placeholder small { font-size: .68rem; opacity: .8; }
.ad-slot img { width: 100%; border-radius: 12px; }
.top-ad { max-width: 920px; margin: 0 auto; }
.live-strip { padding: 22px 0 0; }
.live-strip-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: linear-gradient(90deg, #f3f8fb, #f7fffc); border: 1px solid #e2edf3; border-radius: 14px; padding: 10px 14px 10px 18px; }
.live-message { display: flex; align-items: center; gap: 16px; font-weight: 650; color: var(--jvc-navy); }
.live-badge { display: inline-flex; align-items: center; gap: 8px; border-radius: 9px; padding: 8px 12px; color: #fff; background: linear-gradient(100deg, var(--jvc-blue), var(--jvc-green)); text-transform: uppercase; font-size: .75rem; font-weight: 900; }
.live-badge i { width: 8px; height: 8px; background: #fff; border-radius: 50%; box-shadow: 0 0 0 0 rgba(255,255,255,.7); animation: livePulse 1.5s infinite; }
@keyframes livePulse { 70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }
.hero-layout { padding-top: 34px; display: grid; grid-template-columns: minmax(0, 2.45fr) minmax(280px, .95fr); gap: 26px; align-items: stretch; }
.hero-main { min-width: 0; }
.hero-slider, .live-video-card { min-height: 520px; height: 100%; border-radius: var(--jvc-radius); overflow: hidden; position: relative; background: #091b32; box-shadow: var(--jvc-shadow); }
.hero-slides, .hero-slide { height: 100%; min-height: 520px; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.015); transition: opacity .45s ease, transform .65s ease, visibility .45s; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-image, .hero-image img { width: 100%; height: 100%; }
.hero-image img { object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,18,39,.05) 20%, rgba(4,18,39,.88) 100%); pointer-events: none; }
.hero-content { position: absolute; left: 34px; right: 34px; bottom: 38px; color: #fff; max-width: 700px; z-index: 2; }
.light-meta { color: rgba(255,255,255,.85); }
.highlight-label { background: linear-gradient(90deg, var(--jvc-blue), var(--jvc-green)); padding: 5px 8px; border-radius: 5px; font-size: .7rem; font-weight: 900; text-transform: uppercase; color: #fff; }
.hero-content h1 { margin: 12px 0 10px; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; max-width: 760px; }
.hero-content h1 a:hover { color: #fff; }
.hero-content p { margin: 0; color: rgba(255,255,255,.86); max-width: 620px; }
.slider-dots { position: absolute; z-index: 4; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 9px; }
.slider-dot { width: 10px; height: 10px; border-radius: 99px; border: 0; background: rgba(255,255,255,.78); padding: 0; transition: width .2s, background .2s; }
.slider-dot.is-active { width: 28px; background: var(--jvc-cyan); }
.live-video-card { display: flex; flex-direction: column; }
.responsive-embed { position: relative; aspect-ratio: 16/9; background: #021127; }
.responsive-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-fallback { position: absolute; inset: 0; display: grid; place-items: center; align-content: center; gap: 12px; color: #fff; }
.video-fallback svg { width: 70px; height: 70px; }
.live-video-caption { padding: 24px 28px; background: #fff; }
.live-video-caption h1 { margin: 14px 0 0; font-size: 1.65rem; line-height: 1.25; color: var(--jvc-navy); }
.edition-card { border: 1px solid var(--jvc-border); border-radius: var(--jvc-radius); overflow: hidden; padding: 32px 28px; min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: radial-gradient(circle at 100% 100%, rgba(32,213,143,.18), transparent 34%), radial-gradient(circle at 0 100%, rgba(24,205,226,.16), transparent 35%), #fff; box-shadow: 0 10px 32px rgba(6,27,58,.05); }
.edition-card h2 { margin: 0 0 24px; color: var(--jvc-navy); text-transform: uppercase; font-size: 1.2rem; }
.edition-card h3 { margin: 18px 0 4px; color: var(--jvc-navy); font-size: 1.05rem; }
.edition-card p { margin: 0 0 22px; color: var(--jvc-muted); }
.edition-cover { width: min(190px, 70%); aspect-ratio: 3/4; display: grid; place-items: center; background: #fff; border-radius: 10px; overflow: hidden; color: var(--jvc-blue); box-shadow: 0 12px 30px rgba(6,27,58,.08); position: relative; }
.edition-cover img { width: 100%; height: 100%; object-fit: cover; }
.edition-cover svg { width: 84px; height: 84px; color: #8795a6; }
.edition-cover span { position: absolute; font-size: 1.1rem; font-weight: 900; color: var(--jvc-blue); }
.content-grid-section { padding: 48px 0 60px; display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(300px, 1fr); gap: 44px; }
.latest-list { display: flex; flex-direction: column; }
.latest-card { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 26px; padding: 0 0 24px; margin-bottom: 24px; border-bottom: 1px solid var(--jvc-border); }
.latest-thumb { height: 165px; border-radius: 12px; overflow: hidden; background: var(--jvc-soft); }
.latest-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.latest-card:hover .latest-thumb img { transform: scale(1.04); }
.latest-content h3 { margin: 7px 0 8px; font-size: 1.35rem; line-height: 1.25; color: var(--jvc-navy); }
.latest-content p { margin: 0; color: var(--jvc-muted); font-size: .94rem; }
.section-action { text-align: center; margin-top: 8px; }
.most-read-column { border-left: 1px solid var(--jvc-border); padding-left: 34px; }
.most-read-list { list-style: none; counter-reset: popular; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.most-read-list li { counter-increment: popular; display: grid; grid-template-columns: 34px 110px minmax(0,1fr); gap: 14px; align-items: center; }
.most-read-list .rank::before { content: counter(popular); color: var(--jvc-blue); font-weight: 900; font-size: 1.55rem; }
.popular-thumb { height: 76px; overflow: hidden; border-radius: 9px; background: var(--jvc-soft); }
.popular-thumb img { width: 100%; height: 100%; object-fit: cover; }
.most-read-list h3 { margin: 0; font-size: .92rem; line-height: 1.25; color: var(--jvc-navy); }
.most-read-list li > div > span { color: var(--jvc-muted); font-size: .72rem; }
.sidebar-ad { margin-top: 30px; }

/* Inner pages */
.inner-main { padding: 52px 0 70px; background: linear-gradient(#fff, #fbfdff); }
.inner-grid { display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(260px, .7fr); gap: 52px; align-items: start; }
.archive-header { margin-bottom: 34px; }
.archive-header .eyebrow, .eyebrow { color: var(--jvc-blue); text-transform: uppercase; font-weight: 850; font-size: .78rem; letter-spacing: .08em; }
.archive-header h1 { margin: 4px 0 0; color: var(--jvc-navy); font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.1; }
.archive-description { color: var(--jvc-muted); max-width: 760px; }
.archive-list { display: flex; flex-direction: column; gap: 26px; }
.archive-card { display: grid; grid-template-columns: 290px minmax(0,1fr); gap: 26px; padding-bottom: 26px; border-bottom: 1px solid var(--jvc-border); }
.archive-thumb { height: 190px; overflow: hidden; border-radius: 14px; }
.archive-thumb img { width: 100%; height: 100%; object-fit: cover; }
.archive-card h2 { margin: 7px 0 8px; line-height: 1.2; font-size: 1.5rem; color: var(--jvc-navy); }
.archive-card p { color: var(--jvc-muted); margin: 0 0 12px; }
.read-more { display: inline-flex; align-items: center; gap: 7px; color: var(--jvc-blue); font-weight: 800; font-size: .88rem; }
.read-more svg { width: 18px; }
.site-sidebar { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 24px; }
.widget { border: 1px solid var(--jvc-border); border-radius: 14px; padding: 24px; background: #fff; }
.widget-title { color: var(--jvc-navy); font-size: 1rem; text-transform: uppercase; margin: 0 0 16px; }
.widget ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.widget a { color: var(--jvc-text); }
.widget a:hover { color: var(--jvc-blue); }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 34px; }
.page-numbers { min-width: 40px; height: 40px; display: inline-grid; place-items: center; border: 1px solid var(--jvc-border); border-radius: 9px; background: #fff; }
.page-numbers.current, .page-numbers:hover { color: #fff; background: var(--jvc-blue); border-color: var(--jvc-blue); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(250px, .55fr); gap: 50px; }
.single-article { min-width: 0; }
.article-header h1 { margin: 10px 0 18px; color: var(--jvc-navy); font-size: clamp(2.2rem, 5.5vw, 4.6rem); line-height: 1.02; letter-spacing: -.03em; }
.article-lead { font-size: 1.22rem; color: var(--jvc-muted); max-width: 820px; }
.article-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; color: var(--jvc-muted); font-size: .86rem; margin-top: 18px; }
.article-byline span { display: inline-flex; align-items: center; gap: 6px; }
.article-featured-image { margin: 34px 0; }
.article-featured-image img { width: 100%; border-radius: 18px; }
.article-featured-image figcaption { font-size: .78rem; color: var(--jvc-muted); margin-top: 8px; }
.entry-content { color: #29364a; font-size: 1.08rem; }
.entry-content > * { max-width: 820px; }
.entry-content h2, .entry-content h3 { color: var(--jvc-navy); line-height: 1.2; margin-top: 1.7em; }
.entry-content a { color: var(--jvc-blue); text-decoration: underline; }
.entry-content blockquote { border-left: 4px solid var(--jvc-cyan); padding: 4px 0 4px 22px; margin-left: 0; color: var(--jvc-navy); font-size: 1.25rem; font-weight: 650; }
.article-footer { border-top: 1px solid var(--jvc-border); margin-top: 38px; padding-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
.share-links { display: flex; align-items: center; gap: 12px; }
.share-links a { display: inline-flex; align-items: center; color: var(--jvc-blue); font-weight: 750; font-size: .86rem; }
.article-sidebar { min-width: 0; }
.related-posts { grid-column: 1 / -1; margin-top: 24px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-card > a { display: block; height: 190px; border-radius: 14px; overflow: hidden; margin-bottom: 12px; }
.related-card img { width: 100%; height: 100%; object-fit: cover; }
.related-card h3 { margin: 6px 0 0; line-height: 1.25; color: var(--jvc-navy); }
.page-container { max-width: 940px; }
.page-header h1 { font-size: clamp(2.2rem, 5vw, 4rem); color: var(--jvc-navy); margin: 0 0 28px; line-height: 1.05; }
.page-featured-image { margin-bottom: 28px; }
.page-featured-image img { border-radius: 18px; }
.error-page { text-align: center; padding: 70px 20px; }
.error-code { display: block; font-size: clamp(5rem, 16vw, 12rem); line-height: .8; font-weight: 950; background: linear-gradient(90deg, var(--jvc-blue), var(--jvc-green)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.error-page h1 { color: var(--jvc-navy); }
.editions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.edition-grid-card { border: 1px solid var(--jvc-border); border-radius: 16px; padding: 20px; background: #fff; text-align: center; }
.edition-grid-cover { aspect-ratio: 3/4; display: grid; place-items: center; border-radius: 10px; overflow: hidden; background: var(--jvc-soft); }
.edition-grid-cover img { width: 100%; height: 100%; object-fit: cover; }
.edition-grid-cover svg { width: 90px; height: 90px; color: #8aa0b2; }
.edition-grid-card h2 { color: var(--jvc-navy); font-size: 1.1rem; }
.edition-grid-card p { color: var(--jvc-muted); }
.edition-single-card { display: grid; grid-template-columns: minmax(260px, 430px) minmax(0, 1fr); gap: 50px; align-items: center; }
.edition-single-cover { aspect-ratio: 3/4; display: grid; place-items: center; border-radius: 16px; overflow: hidden; background: var(--jvc-soft); box-shadow: var(--jvc-shadow); }
.edition-single-cover img { width: 100%; height: 100%; object-fit: cover; }
.edition-single-cover svg { width: 110px; height: 110px; color: #8aa0b2; }
.edition-single-card h1 { font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.05; color: var(--jvc-navy); }

/* Footer */
.site-footer { border-top: 1px solid var(--jvc-border); }
.footer-main { padding: 46px 0; background: linear-gradient(180deg, #fff, #f7fbfd); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr 1fr; gap: 48px; }
.footer-logo img { width: 240px; max-height: 80px; object-fit: contain; object-position: left center; }
.footer-brand p { color: var(--jvc-muted); max-width: 320px; font-size: .88rem; }
.footer-column h2 { color: var(--jvc-blue); font-size: .82rem; text-transform: uppercase; margin: 0 0 16px; letter-spacing: .04em; }
.footer-column .menu, .footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; list-style: none; margin: 0; padding: 0; }
.footer-column a, .footer-column li { font-size: .84rem; color: var(--jvc-text); }
.contact-column p { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; font-size: .84rem; }
.contact-column svg { color: var(--jvc-blue); flex: 0 0 auto; }
.footer-bottom { background: linear-gradient(100deg, var(--jvc-blue), var(--jvc-cyan), var(--jvc-green)); color: #fff; }
.footer-bottom-inner { min-height: 48px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .75rem; }

@media (max-width: 1050px) {
    .topbar-inner { grid-template-columns: 1fr auto; }
    .top-navigation { display: none; }
    .primary-navigation .menu { gap: 16px; }
    .primary-navigation .menu a { font-size: .82rem; }
    .hero-layout { grid-template-columns: minmax(0, 1.8fr) minmax(240px, .8fr); }
    .content-grid-section { gap: 30px; }
    .latest-card { grid-template-columns: 210px minmax(0,1fr); }
    .most-read-list li { grid-template-columns: 28px 88px minmax(0,1fr); }
    .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .contact-column { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
    .container { width: min(calc(100% - 28px), var(--jvc-container)); }
    .topbar-inner { min-height: 42px; }
    .current-date { font-size: .76rem; }
    .branding { min-height: 102px; }
    .site-logo img { max-height: 82px; }
    .main-nav-inner { min-height: 60px; }
    .primary-navigation { position: absolute; left: 14px; right: 14px; top: calc(100% + 1px); background: #fff; border: 1px solid var(--jvc-border); border-radius: 14px; box-shadow: var(--jvc-shadow); padding: 14px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s; z-index: 80; }
    .primary-navigation.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .primary-navigation .menu { flex-direction: column; align-items: stretch; gap: 0; }
    .primary-navigation .menu a { display: block; padding: 11px 10px; font-size: .92rem; }
    .search-toggle { min-width: auto; margin-left: auto; }
    .search-toggle span { display: none; }
    .hero-layout { grid-template-columns: 1fr; }
    .hero-slider, .live-video-card, .hero-slides, .hero-slide { min-height: 470px; }
    .edition-card { min-height: auto; padding: 28px; }
    .edition-cover { width: 150px; }
    .content-grid-section { grid-template-columns: 1fr; }
    .most-read-column { border-left: 0; border-top: 1px solid var(--jvc-border); padding: 34px 0 0; }
    .most-read-list li { grid-template-columns: 32px 120px minmax(0,1fr); }
    .inner-grid, .article-layout { grid-template-columns: 1fr; }
    .site-sidebar { position: static; }
    .article-sidebar { grid-row: auto; }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-column { grid-column: auto; }
    .edition-single-card { grid-template-columns: 1fr; }
    .edition-single-cover { max-width: 430px; }
}

@media (max-width: 560px) {
    body { font-size: 15px; }
    .top-social { gap: 10px; }
    .top-social svg { width: 17px; height: 17px; }
    .branding { min-height: 92px; }
    .site-logo img { width: min(390px, 92vw); }
    .top-ad-section { padding-top: 16px; }
    .ad-placeholder { min-height: 78px; }
    .live-strip-inner { align-items: flex-start; flex-direction: column; }
    .live-message { align-items: flex-start; flex-direction: column; gap: 10px; }
    .button-live { width: 100%; }
    .hero-layout { padding-top: 20px; }
    .hero-slider, .hero-slides, .hero-slide { min-height: 440px; }
    .hero-content { left: 20px; right: 20px; bottom: 38px; }
    .hero-content h1 { font-size: 2rem; }
    .hero-content p { display: none; }
    .live-video-card { min-height: auto; }
    .live-video-caption h1 { font-size: 1.3rem; }
    .content-grid-section { padding-top: 34px; }
    .latest-card, .archive-card { grid-template-columns: 1fr; gap: 14px; }
    .latest-thumb, .archive-thumb { height: 210px; }
    .latest-content h3, .archive-card h2 { font-size: 1.22rem; }
    .most-read-list li { grid-template-columns: 28px 90px minmax(0,1fr); gap: 10px; }
    .related-grid, .editions-grid { grid-template-columns: 1fr; }
    .related-card > a { height: 220px; }
    .article-header h1 { font-size: 2.45rem; }
    .article-lead { font-size: 1.05rem; }
    .entry-content { font-size: 1rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom-inner { padding-block: 12px; flex-direction: column; justify-content: center; text-align: center; }
}

/* Version 2: video-first homepage */
.branding { min-height: 112px; padding-block: 14px; }
.site-logo img { width: min(420px, 76vw); max-height: 88px; }
.primary-navigation { min-width: 0; overflow-x: auto; scrollbar-width: none; }
.primary-navigation::-webkit-scrollbar { display: none; }
.primary-navigation .menu { width: max-content; }

.video-hero-layout { align-items: stretch; }
.main-video-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--jvc-border);
    border-radius: var(--jvc-radius);
    background: #fff;
    box-shadow: var(--jvc-shadow);
}
.main-video-player { aspect-ratio: 16 / 9; min-height: 0; background: #020b18; }
.main-video-caption { padding: 24px 28px 27px; }
.main-video-caption h1 { margin: 8px 0 8px; color: var(--jvc-navy); font-size: clamp(1.55rem, 2.5vw, 2.25rem); line-height: 1.14; }
.main-video-caption p { margin: 0; color: var(--jvc-muted); max-width: 820px; }
.video-label-row { display: flex; align-items: center; }
.video-section-label { display: inline-flex; align-items: center; min-height: 27px; padding: 4px 9px; border-radius: 6px; color: #fff; background: linear-gradient(100deg, var(--jvc-blue), var(--jvc-green)); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .035em; }
.video-empty-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 30px; text-align: center; color: rgba(255,255,255,.82); background: radial-gradient(circle at 50% 10%, rgba(0,139,210,.24), transparent 42%), #041328; }
.video-empty-placeholder strong { color: #fff; font-size: 1.35rem; }
.video-empty-placeholder > span:not(.video-empty-icon) { max-width: 520px; font-size: .92rem; }
.video-empty-icon { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(120deg, var(--jvc-blue), var(--jvc-green)); box-shadow: 0 12px 35px rgba(0,139,210,.25); }
.video-empty-icon svg { width: 36px; height: 36px; }
.video-empty-placeholder .button { margin-top: 8px; }

.ondemand-section { padding-top: 45px; }
.section-heading .section-link { display: inline-flex; align-items: center; gap: 7px; color: var(--jvc-blue); font-size: .82rem; font-weight: 850; white-space: nowrap; }
.section-heading .section-link svg { width: 17px; }
.ondemand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.video-card { overflow: hidden; min-width: 0; border: 1px solid var(--jvc-border); border-radius: 14px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.video-card:hover { transform: translateY(-4px); box-shadow: var(--jvc-shadow); }
.video-card-thumb { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #061b3a; }
.video-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.video-card:hover .video-card-thumb img { transform: scale(1.045); }
.video-thumb-placeholder { position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(24,205,226,.3), transparent 36%), linear-gradient(135deg, #061b3a, #0c3d65); }
.video-play-button { position: absolute; left: 50%; top: 50%; translate: -50% -50%; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(0,139,210,.92); box-shadow: 0 8px 24px rgba(0,0,0,.22); backdrop-filter: blur(5px); }
.video-play-button svg { width: 25px; height: 25px; }
.video-duration { position: absolute; right: 9px; bottom: 8px; padding: 3px 7px; border-radius: 5px; color: #fff; background: rgba(1,12,27,.86); font-size: .69rem; font-weight: 800; }
.video-card-body { padding: 14px 15px 17px; }
.video-card-date { color: var(--jvc-blue); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.video-card h3, .video-card h2 { margin: 5px 0 0; color: var(--jvc-navy); font-size: 1rem; line-height: 1.28; }
.video-card h2 { font-size: 1.12rem; }
.video-card-body p { margin: 8px 0 0; color: var(--jvc-muted); font-size: .87rem; }
.video-empty-state { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; }
.video-empty-state p { margin: 0; }
.content-ad-section { padding-top: 42px; }
.content-ad { max-width: 1000px; margin-inline: auto; }
.content-ad img { width: 100%; max-height: 180px; object-fit: cover; }
.news-section { padding-top: 52px; }
.archive-video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.video-single-container { max-width: 1040px; }
.video-single-header { max-width: 900px; margin-bottom: 26px; }
.video-single-header h1 { margin: 5px 0 10px; color: var(--jvc-navy); font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1.05; }
.video-single-meta { display: flex; gap: 8px; color: var(--jvc-muted); font-size: .84rem; }
.video-single-player { border-radius: 18px; overflow: hidden; box-shadow: var(--jvc-shadow); }
.video-single-player > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-lead { margin: 28px 0 0; }
.video-content { margin-top: 24px; }

@media (max-width: 1050px) {
    .ondemand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .archive-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .branding { min-height: 92px; }
    .site-logo img { max-height: 72px; }
    .main-video-caption { padding: 20px 21px 23px; }
    .main-video-caption h1 { font-size: 1.55rem; }
    .edition-card { min-height: 420px; }
}

@media (max-width: 560px) {
    .branding { min-height: 82px; }
    .site-logo img { width: min(350px, 90vw); max-height: 66px; }
    .ondemand-section { padding-top: 34px; }
    .ondemand-grid, .archive-video-grid { grid-template-columns: 1fr; gap: 16px; }
    .section-heading { align-items: flex-start; flex-wrap: wrap; }
    .section-heading > span { min-width: 40px; }
    .section-heading .section-link { margin-left: auto; }
    .video-card h3 { font-size: 1.06rem; }
    .video-empty-placeholder { padding: 18px; }
    .video-empty-placeholder > span:not(.video-empty-icon) { display: none; }
    .video-empty-icon { width: 58px; height: 58px; }
    .video-empty-icon svg { width: 28px; height: 28px; }
    .main-video-caption { padding: 18px; }
    .main-video-caption p { font-size: .9rem; }
}

/* Version 3: automatic YouTube playlist */
.video-label-row { gap: 10px; flex-wrap: wrap; }
.video-auto-label {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 4px 9px;
    border: 1px solid rgba(0,139,210,.2);
    border-radius: 6px;
    color: var(--jvc-blue);
    background: rgba(0,139,210,.07);
    font-size: .68rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .035em;
}
.video-card-youtube .video-card-date::before {
    content: "YouTube • ";
}

/* Version 4: robust mobile video rendering */
.responsive-embed,
.main-video-player {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-width: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #020b18;
}
.responsive-embed iframe,
.responsive-embed .jvc-youtube-iframe,
.main-video-player iframe,
.main-video-player .jvc-youtube-iframe {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 100% !important;
    border: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.main-video-card,
.video-hero-layout,
.hero-main,
.ondemand-section,
.ondemand-grid,
.video-card {
    visibility: visible;
    opacity: 1;
}

@supports not (aspect-ratio: 16 / 9) {
    .responsive-embed,
    .main-video-player {
        height: 0;
        padding-top: 56.25%;
    }
}

@media (max-width: 820px) {
    .video-hero-layout {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }
    .hero-main,
    .main-video-card,
    .main-video-player,
    .responsive-embed {
        width: 100%;
        max-width: 100%;
    }
    .main-video-player,
    .responsive-embed {
        min-height: 0 !important;
    }
    .ondemand-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .video-hero-layout {
        padding-top: 18px;
    }
    .main-video-card {
        border-radius: 12px;
    }
    .main-video-player,
    .responsive-embed {
        aspect-ratio: 16 / 9 !important;
        min-height: 190px !important;
    }
    .main-video-caption h1 {
        font-size: 1.3rem;
    }
    .ondemand-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px;
    }
    .video-card,
    .video-card-thumb,
    .video-card-thumb img {
        display: block !important;
        width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .video-card-thumb {
        min-height: 190px;
    }
}

/* Portal v5 */
.footer-ad-wrap{padding:36px 0 0}.footer-ad{max-width:920px;margin:0 auto}.footer-ad img{width:100%;border-radius:12px}

/* Portal v5.1: official logos */
.branding {
    min-height: 126px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-block: 16px;
}
.site-logo {
    flex: 1 1 auto;
    min-width: 0;
}
.site-logo .custom-logo-link {
    display: inline-flex;
    align-items: center;
}
.site-logo img {
    width: min(520px, 58vw);
    max-height: 100px;
    object-fit: contain;
    object-position: left center;
}
.header-partner-logo {
    flex: 0 0 auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-partner-logo img {
    width: clamp(120px, 13vw, 178px);
    max-height: 62px;
    object-fit: contain;
    object-position: right center;
}
.footer-logo-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 360px;
    margin-bottom: 16px;
}
.footer-logo {
    flex: 1 1 auto;
    min-width: 0;
}
.footer-logo img {
    width: min(220px, 100%);
    max-height: 68px;
    object-fit: contain;
    object-position: left center;
}
.footer-partner-logo {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
}
.footer-partner-logo img {
    width: 102px;
    max-height: 40px;
    object-fit: contain;
    object-position: right center;
}

@media (max-width: 820px) {
    .branding {
        min-height: 102px;
        gap: 24px;
    }
    .site-logo img {
        width: min(430px, 66vw);
        max-height: 78px;
    }
    .header-partner-logo img {
        width: clamp(96px, 19vw, 140px);
        max-height: 48px;
    }
}

@media (max-width: 560px) {
    .branding {
        min-height: 82px;
        gap: 14px;
        padding-block: 10px;
    }
    .site-logo img {
        width: min(285px, 65vw);
        max-height: 60px;
    }
    .header-partner-logo img {
        width: min(92px, 24vw);
        max-height: 38px;
    }
    .footer-logo-row {
        max-width: 330px;
    }
    .footer-logo img {
        width: min(205px, 63vw);
    }
    .footer-partner-logo img {
        width: 88px;
        max-height: 34px;
    }
}


/* Portal v5.2: barra superior com clima e Anuncie */
.topbar-inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.topbar-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}
.weather-widget {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    color: var(--jvc-navy);
    font-size: .8rem;
    white-space: nowrap;
}
.weather-icon {
    font-size: 1.25rem;
    line-height: 1;
}
.weather-city {
    color: var(--jvc-muted);
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.weather-temperature {
    color: var(--jvc-navy);
    font-size: 1rem;
    font-weight: 850;
}
.weather-description {
    color: var(--jvc-muted);
}
.top-advertise-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 16px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(100deg, var(--jvc-blue), var(--jvc-cyan));
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .02em;
    box-shadow: 0 8px 20px rgba(0, 139, 210, .16);
    transition: transform .2s, box-shadow .2s;
}
.top-advertise-link:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 139, 210, .24);
}

@media (max-width: 820px) {
    .topbar-inner {
        gap: 14px;
    }
    .topbar-actions {
        gap: 12px;
    }
    .weather-city,
    .weather-description,
    .top-social {
        display: none;
    }
}

@media (max-width: 560px) {
    .current-date {
        display: none;
    }
    .topbar-inner {
        justify-content: center;
        min-height: 46px;
    }
    .topbar-actions {
        width: 100%;
        margin-left: 0;
        justify-content: space-between;
    }
    .weather-widget {
        font-size: .76rem;
    }
    .weather-icon {
        font-size: 1.1rem;
    }
    .top-advertise-link {
        min-height: 34px;
        padding-inline: 14px;
        font-size: .72rem;
    }
}

/* Version 5.3: matérias premium e conteúdo demonstrativo */
.demo-content-badge {
    display: inline-flex;
    align-items: center;
    min-height: 21px;
    padding: 3px 7px;
    border-radius: 999px;
    color: #8b5a00;
    background: #fff4cf;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.article-page {
    padding: 38px 0 78px;
    background:
        radial-gradient(circle at 10% 0%, rgba(0, 139, 210, .08), transparent 26%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}
.article-shell { max-width: 1260px; }
.article-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
    color: var(--jvc-muted);
    font-size: .79rem;
}
.article-breadcrumbs a { color: var(--jvc-blue); font-weight: 750; }
.article-primary-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 54px;
    align-items: start;
}
.article-modern {
    min-width: 0;
    padding: 0;
}
.article-hero-header {
    max-width: 920px;
}
.article-kicker-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--jvc-muted);
    font-size: .78rem;
}
.article-category {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(100deg, var(--jvc-blue), var(--jvc-green));
    font-weight: 900;
    letter-spacing: .045em;
    text-transform: uppercase;
}
.article-hero-header h1 {
    max-width: 980px;
    margin: 0 0 20px;
    color: var(--jvc-navy);
    font-size: clamp(2.45rem, 5vw, 4.85rem);
    line-height: .99;
    letter-spacing: -.042em;
}
.article-hero-header .article-lead {
    max-width: 860px;
    margin: 0;
    color: #52657a;
    font-size: clamp(1.08rem, 2vw, 1.32rem);
    line-height: 1.55;
}
.demo-article-alert {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 0 0 18px;
    padding: 11px 14px;
    border: 1px solid #f3d989;
    border-radius: 12px;
    color: #6d4b00;
    background: #fff9e7;
    font-size: .82rem;
}
.demo-article-alert strong { text-transform: uppercase; letter-spacing: .035em; }
.article-author-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--jvc-border);
}
.article-author-identity {
    display: flex;
    align-items: center;
    gap: 12px;
}
.article-author-avatar,
.article-author-identity img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 4px #edf7fc;
}
.article-author-identity div { display: flex; flex-direction: column; }
.article-author-identity span { color: var(--jvc-muted); font-size: .72rem; }
.article-author-identity strong { color: var(--jvc-navy); font-size: .94rem; }
.article-facts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
    color: var(--jvc-muted);
    font-size: .8rem;
}
.article-facts span { display: inline-flex; align-items: center; gap: 6px; }
.article-facts svg { width: 18px; height: 18px; color: var(--jvc-blue); }
.article-modern .article-featured-image {
    margin: 34px 0 20px;
}
.article-modern .article-featured-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(6, 27, 58, .12);
}
.article-share-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 20px 0 34px;
}
.article-share-bar > span {
    margin-right: 3px;
    color: var(--jvc-navy);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.share-button {
    min-width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid var(--jvc-border);
    border-radius: 999px;
    color: var(--jvc-navy);
    background: #fff;
    font-family: inherit;
    font-size: .76rem;
    font-weight: 850;
    cursor: pointer;
    transition: transform .2s, color .2s, border-color .2s, background .2s;
}
.share-button:hover,
.share-button:focus-visible {
    color: #fff;
    border-color: var(--jvc-blue);
    background: var(--jvc-blue);
    transform: translateY(-2px);
}
.share-button svg { width: 18px; height: 18px; }
.share-whatsapp { color: #147a38; border-color: rgba(20, 122, 56, .25); }
.copy-link-button.is-copied { color: #fff; border-color: #147a38; background: #147a38; }
.article-modern .article-body {
    max-width: 820px;
    color: #26384d;
    font-size: 1.09rem;
    line-height: 1.83;
}
.article-modern .article-body > * { max-width: 100%; }
.article-modern .article-body p:first-child {
    color: #1c3147;
    font-size: 1.16rem;
}
.article-modern .article-body h2 {
    margin: 1.8em 0 .7em;
    color: var(--jvc-navy);
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    letter-spacing: -.02em;
}
.article-modern .article-body h3 { font-size: 1.35rem; }
.article-modern .article-body blockquote {
    margin: 34px 0;
    padding: 24px 26px;
    border: 0;
    border-left: 5px solid var(--jvc-green);
    border-radius: 0 14px 14px 0;
    color: var(--jvc-navy);
    background: #f0f9fd;
    font-size: 1.2rem;
    line-height: 1.55;
}
.article-footer-modern { max-width: 820px; }
.article-tags {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.article-tags > strong { color: var(--jvc-navy); font-size: .8rem; text-transform: uppercase; }
.article-tags > div { display: flex; flex-wrap: wrap; gap: 7px; }
.article-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 4px 10px;
    border-radius: 999px;
    color: var(--jvc-blue);
    background: #edf8fd;
    font-size: .77rem;
    font-weight: 750;
}
.article-author-box {
    max-width: 820px;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 20px;
    margin-top: 34px;
    padding: 24px;
    border: 1px solid var(--jvc-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(6, 27, 58, .06);
}
.article-author-box img { width: 76px; height: 76px; border-radius: 50%; }
.article-author-box span { color: var(--jvc-blue); font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.article-author-box h2 { margin: 3px 0 6px; color: var(--jvc-navy); font-size: 1.15rem; }
.article-author-box p { margin: 0; color: var(--jvc-muted); font-size: .87rem; line-height: 1.55; }
.article-post-navigation {
    max-width: 820px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}
.article-post-navigation a {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 20px;
    border: 1px solid var(--jvc-border);
    border-radius: 14px;
    background: #fff;
}
.article-post-navigation a:hover { border-color: rgba(0, 139, 210, .45); box-shadow: 0 10px 28px rgba(6, 27, 58, .07); }
.article-post-navigation span { color: var(--jvc-blue); font-size: .69rem; font-weight: 900; text-transform: uppercase; }
.article-post-navigation strong { margin-top: 5px; color: var(--jvc-navy); font-size: .9rem; line-height: 1.35; }
.article-post-navigation .next-post { text-align: right; }
.article-sidebar-modern {
    position: sticky;
    top: 22px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.article-sidebar-modern .site-sidebar {
    position: static;
}
.article-sidebar-card {
    padding: 22px;
    border: 1px solid var(--jvc-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(6, 27, 58, .05);
}
.article-sidebar-card .section-heading { margin-bottom: 18px; }
.article-most-read-list {
    list-style: none;
    counter-reset: article-popular;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
}
.article-most-read-list li { counter-increment: article-popular; border-bottom: 1px solid var(--jvc-border); }
.article-most-read-list li:last-child { border-bottom: 0; }
.article-most-read-list a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 15px 0;
}
.article-most-read-number::before {
    content: counter(article-popular, decimal-leading-zero);
    color: var(--jvc-blue);
    font-size: 1.2rem;
    font-weight: 950;
}
.article-most-read-content { display: flex; flex-direction: column; gap: 5px; }
.article-most-read-content strong { color: var(--jvc-navy); font-size: .87rem; line-height: 1.35; }
.article-most-read-content small { color: var(--jvc-muted); font-size: .68rem; }
.related-posts-modern {
    margin-top: 62px;
    padding-top: 42px;
    border-top: 1px solid var(--jvc-border);
}
.related-posts-modern .related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.related-posts-modern .related-card {
    min-width: 0;
}
.related-card-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    margin-bottom: 13px;
    border-radius: 14px;
    background: var(--jvc-soft);
}
.related-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.related-card:hover .related-card-thumb img { transform: scale(1.045); }
.related-posts-modern .related-card h3 { font-size: 1rem; }
.related-posts-modern .related-card p { margin: 8px 0 0; color: var(--jvc-muted); font-size: .82rem; line-height: 1.45; }

@media (max-width: 1100px) {
    .article-primary-grid { grid-template-columns: minmax(0, 1fr) 285px; gap: 36px; }
    .related-posts-modern .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
    .article-page { padding-top: 24px; }
    .article-primary-grid { grid-template-columns: 1fr; }
    .article-sidebar-modern { position: static; display: grid; grid-template-columns: 1fr 1fr; }
    .article-sidebar-modern .site-sidebar { grid-column: 1 / -1; }
    .article-hero-header h1 { font-size: clamp(2.25rem, 8vw, 4rem); }
}

@media (max-width: 620px) {
    .article-page { padding: 18px 0 54px; }
    .article-breadcrumbs { margin-bottom: 20px; font-size: .72rem; }
    .article-kicker-row { margin-bottom: 12px; }
    .article-hero-header h1 { margin-bottom: 15px; font-size: 2.25rem; line-height: 1.04; }
    .article-hero-header .article-lead { font-size: 1.02rem; line-height: 1.48; }
    .article-author-row { align-items: flex-start; flex-direction: column; gap: 14px; margin-top: 22px; }
    .article-facts { justify-content: flex-start; }
    .article-modern .article-featured-image { margin-top: 25px; }
    .article-modern .article-featured-image img { border-radius: 15px; }
    .article-share-bar { gap: 7px; margin: 17px 0 26px; }
    .article-share-bar > span { width: 100%; margin-bottom: 3px; }
    .share-button { min-width: 38px; height: 38px; padding-inline: 10px; }
    .article-modern .article-body { font-size: 1rem; line-height: 1.72; }
    .article-modern .article-body p:first-child { font-size: 1.07rem; }
    .article-author-box { grid-template-columns: 56px minmax(0, 1fr); padding: 18px; }
    .article-author-box img { width: 56px; height: 56px; }
    .article-post-navigation { grid-template-columns: 1fr; }
    .article-post-navigation .next-post { text-align: left; }
    .article-sidebar-modern { grid-template-columns: 1fr; }
    .article-sidebar-modern .site-sidebar { grid-column: auto; }
    .related-posts-modern { margin-top: 42px; padding-top: 32px; }
    .related-posts-modern .related-grid { grid-template-columns: 1fr; }
    .related-card-thumb { aspect-ratio: 16 / 9; }
}

/* v5.4 — arquivo completo de matérias */
.pagination .page-numbers { list-style: none; margin: 34px 0 0; padding: 0; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.pagination .page-numbers li { margin: 0; }
.pagination a.page-numbers,
.pagination span.page-numbers { margin: 0; }

/* =========================================================
   v5.5 — Publicidade e Jornal Digital
   ========================================================= */

.edition-card-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.edition-download-link,
.edition-archive-link {
    color: var(--jvc-blue);
    font-weight: 800;
    font-size: .82rem;
}

.edition-archive-link {
    color: var(--jvc-navy);
}

.inline-news-ad,
.archive-inline-ad {
    width: 100%;
    padding: 18px 0;
    border-top: 1px solid var(--jvc-border);
    border-bottom: 1px solid var(--jvc-border);
}

.inline-news-ad .between-news-ad,
.archive-inline-ad .between-news-ad {
    max-width: 970px;
    margin-inline: auto;
}

.inline-news-ad img,
.archive-inline-ad img {
    max-height: 250px;
    object-fit: cover;
}

.archive-inline-ad {
    margin: 10px 0 24px;
}

/* Página Anuncie Aqui */
.advertise-page {
    overflow: hidden;
}

.advertise-hero {
    position: relative;
    padding: 78px 0 82px;
    background:
        radial-gradient(circle at 86% 16%, rgba(32, 213, 143, .22), transparent 25%),
        radial-gradient(circle at 8% 92%, rgba(0, 139, 210, .22), transparent 30%),
        linear-gradient(135deg, #04172f 0%, #06264f 60%, #073967 100%);
    color: #fff;
}

.advertise-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .13;
    background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to right, transparent, #000 36%, #000);
}

.advertise-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
    gap: 72px;
    align-items: center;
}

.advertise-hero-copy .eyebrow {
    color: #6fe6bb;
}

.advertise-hero-copy h1 {
    max-width: 760px;
    margin: 12px 0 24px;
    font-size: clamp(2.65rem, 5.8vw, 5.25rem);
    line-height: .98;
    letter-spacing: -.045em;
    color: #fff;
}

.advertise-hero-copy > p {
    max-width: 690px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 1.08rem;
    line-height: 1.75;
}

.advertise-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.button-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(0, 139, 210, .35);
    border-radius: 12px;
    background: #fff;
    color: var(--jvc-blue);
    font-weight: 850;
    transition: .2s ease;
}

.button-outline:hover {
    transform: translateY(-2px);
    border-color: var(--jvc-blue);
    box-shadow: 0 10px 24px rgba(0,139,210,.12);
}

.advertise-hero .button-outline {
    border-color: rgba(255,255,255,.38);
    background: rgba(255,255,255,.06);
    color: #fff;
}

.advertise-browser {
    position: relative;
    width: min(100%, 560px);
    margin-left: auto;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 24px;
    background: rgba(255,255,255,.10);
    box-shadow: 0 36px 90px rgba(0,0,0,.28);
    backdrop-filter: blur(16px);
    transform: rotate(2deg);
}

.advertise-browser-bar {
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
}

.advertise-browser-bar i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255,255,255,.45);
}

.advertise-browser-logo {
    display: grid;
    place-items: center;
    width: 86px;
    height: 32px;
    margin-bottom: 14px;
    border-radius: 8px;
    background: linear-gradient(100deg, var(--jvc-blue), var(--jvc-green));
    color: #fff;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .16em;
}

.advertise-browser-ad {
    display: grid;
    place-items: center;
    min-height: 105px;
    margin-bottom: 18px;
    border: 1px dashed rgba(255,255,255,.55);
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.advertise-browser-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: repeat(2, 88px);
    gap: 12px;
}

.advertise-browser-grid span {
    border-radius: 13px;
    background: rgba(255,255,255,.13);
}

.advertise-browser-grid span:first-child {
    grid-row: 1 / 3;
}

.advertise-benefits-section,
.advertise-process-section {
    padding-top: 76px;
    padding-bottom: 76px;
}

.centered-heading {
    justify-content: center;
    text-align: center;
}

.centered-heading span {
    max-width: 120px;
}

.advertise-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.advertise-benefits-grid article {
    padding: 30px;
    border: 1px solid var(--jvc-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(6,27,58,.04);
}

.advertise-benefits-grid article > strong {
    display: inline-flex;
    margin-bottom: 28px;
    color: var(--jvc-blue);
    font-size: .76rem;
    letter-spacing: .12em;
}

.advertise-benefits-grid h3 {
    margin: 0 0 12px;
    color: var(--jvc-navy);
    font-size: 1.25rem;
}

.advertise-benefits-grid p {
    margin: 0;
    color: var(--jvc-muted);
    line-height: 1.65;
}

.advertise-formats-section {
    padding: 76px 0;
    background: linear-gradient(180deg, #f5fafc, #eef6fa);
    border-block: 1px solid var(--jvc-border);
}

.advertise-formats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.advertise-format-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 24px;
    padding: 22px;
    border: 1px solid var(--jvc-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(6,27,58,.05);
}

.advertise-format-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: calc(50% - 11px);
}

.advertise-format-preview {
    min-height: 120px;
    display: grid;
    place-items: center;
    align-self: stretch;
    border: 1px dashed rgba(0,139,210,.42);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(0,139,210,.12), rgba(32,213,143,.12)),
        #f7fbfd;
    color: var(--jvc-blue);
    font-size: .75rem;
    font-weight: 900;
}

.advertise-format-preview.is-vertical {
    width: 100px;
    min-height: 190px;
    justify-self: center;
}

.advertise-format-preview.is-horizontal {
    min-height: 80px;
}

.advertise-format-preview.is-tall {
    min-height: 145px;
}

.advertise-format-content h3 {
    margin: 2px 0 5px;
    color: var(--jvc-navy);
    font-size: 1.16rem;
}

.advertise-format-content > strong {
    color: var(--jvc-blue);
    font-size: .78rem;
}

.advertise-format-content p {
    color: var(--jvc-muted);
    line-height: 1.55;
}

.advertise-format-content a {
    color: var(--jvc-blue);
    font-weight: 850;
}

.advertise-process-card {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    padding: 48px;
    border-radius: 24px;
    background: var(--jvc-navy);
    color: #fff;
}

.advertise-process-card h2 {
    margin: 10px 0 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
}

.advertise-process-card .eyebrow {
    color: #65dfb1;
}

.advertise-process-card ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 22px;
}

.advertise-process-card li {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    gap: 16px;
}

.advertise-process-card li > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--jvc-blue), var(--jvc-green));
    font-weight: 900;
}

.advertise-process-card li strong {
    display: block;
    margin-bottom: 4px;
}

.advertise-process-card li p {
    margin: 0;
    color: rgba(255,255,255,.68);
}

.advertise-final-cta {
    padding: 0 0 80px;
}

.advertise-final-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 34px 38px;
    border-radius: 20px;
    background: linear-gradient(100deg, var(--jvc-blue), #16b8cf, var(--jvc-green));
    color: #fff;
}

.advertise-final-card span {
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.advertise-final-card h2 {
    margin: 5px 0 0;
    color: #fff;
}

.button-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    background: #fff;
    color: var(--jvc-navy);
    font-weight: 900;
    white-space: nowrap;
}

/* Jornal digital */
.digital-newspaper-main,
.edition-reader-main {
    background: linear-gradient(180deg, #fff, #f8fbfd);
}

.editions-archive-header {
    max-width: 760px;
}

.editions-archive-header > p {
    color: var(--jvc-muted);
    font-size: 1.02rem;
}

.featured-edition-card {
    display: grid;
    grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
    gap: 58px;
    align-items: center;
    margin: 36px 0 68px;
    padding: 42px;
    border: 1px solid var(--jvc-border);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 15%, rgba(32,213,143,.17), transparent 28%),
        radial-gradient(circle at 10% 90%, rgba(0,139,210,.14), transparent 35%),
        #fff;
    box-shadow: 0 22px 60px rgba(6,27,58,.07);
}

.featured-edition-cover,
.edition-single-cover {
    position: relative;
    aspect-ratio: 3 / 4;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 16px;
    background: #eef4f7;
    box-shadow: 0 18px 45px rgba(6,27,58,.15);
    color: var(--jvc-blue);
}

.featured-edition-cover img,
.edition-single-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-edition-cover svg,
.edition-single-cover svg {
    width: 110px;
    height: 110px;
    color: #8aa0b2;
}

.featured-edition-cover > span,
.edition-single-cover > span {
    position: absolute;
    font-weight: 950;
    letter-spacing: .12em;
}

.featured-edition-label {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(32,213,143,.12);
    color: #118459;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.featured-edition-content h2 {
    margin: 14px 0 10px;
    color: var(--jvc-navy);
    font-size: clamp(2.1rem, 4vw, 3.8rem);
    line-height: 1.02;
}

.featured-edition-content > p,
.edition-single-summary,
.edition-description {
    color: var(--jvc-muted);
    line-height: 1.7;
}

.featured-edition-date,
.edition-single-date {
    color: var(--jvc-blue) !important;
    font-size: .82rem;
    font-weight: 850;
}

.edition-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.editions-list-heading {
    margin-top: 20px;
}

.editions-grid-modern {
    grid-template-columns: repeat(4, 1fr);
}

.editions-grid-modern .edition-grid-card {
    padding: 14px;
    text-align: left;
    transition: transform .2s ease, box-shadow .2s ease;
}

.editions-grid-modern .edition-grid-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(6,27,58,.08);
}

.edition-grid-cover {
    position: relative;
}

.edition-grid-cover > span {
    position: absolute;
    color: var(--jvc-blue);
    font-weight: 900;
}

.edition-grid-content {
    padding: 6px 5px 3px;
}

.edition-grid-content h2 {
    margin-bottom: 7px;
}

.edition-grid-content h2 a {
    color: var(--jvc-navy);
}

.edition-grid-content p {
    margin: 0 0 12px;
    font-size: .78rem;
}

.edition-grid-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid var(--jvc-border);
    padding-top: 12px;
}

.edition-grid-actions a {
    color: var(--jvc-blue);
    font-size: .78rem;
    font-weight: 850;
}

.edition-back-link {
    display: inline-flex;
    margin-bottom: 24px;
    color: var(--jvc-blue);
    font-weight: 850;
}

.edition-single-modern {
    margin-bottom: 64px;
    padding: 38px;
    border: 1px solid var(--jvc-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 52px rgba(6,27,58,.06);
}

.edition-single-content h1 {
    margin: 12px 0;
}

.pdf-reader-section {
    scroll-margin-top: 30px;
    padding-bottom: 70px;
}

.pdf-reader-frame {
    overflow: hidden;
    min-height: 820px;
    border: 1px solid var(--jvc-border);
    border-radius: 18px;
    background: #e9eff3;
    box-shadow: 0 16px 42px rgba(6,27,58,.06);
}

.pdf-reader-frame iframe {
    width: 100%;
    height: 82vh;
    min-height: 820px;
    border: 0;
    background: #fff;
}

.pdf-reader-fallback {
    color: var(--jvc-muted);
    text-align: center;
    font-size: .82rem;
}

.pdf-reader-fallback a {
    color: var(--jvc-blue);
    font-weight: 800;
}

@media (max-width: 1100px) {
    .advertise-hero-grid {
        grid-template-columns: 1fr 420px;
        gap: 40px;
    }

    .advertise-formats-grid {
        grid-template-columns: 1fr;
    }

    .advertise-format-card:last-child:nth-child(odd) {
        grid-column: auto;
        max-width: none;
    }

    .editions-grid-modern {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .advertise-hero-grid,
    .advertise-process-card,
    .featured-edition-card {
        grid-template-columns: 1fr;
    }

    .advertise-hero-visual {
        max-width: 620px;
    }

    .advertise-browser {
        margin: 0;
    }

    .advertise-benefits-grid {
        grid-template-columns: 1fr;
    }

    .advertise-process-card {
        gap: 38px;
    }

    .featured-edition-cover {
        max-width: 360px;
    }

    .editions-grid-modern {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .advertise-hero {
        padding: 54px 0 58px;
    }

    .advertise-hero-grid {
        gap: 38px;
    }

    .advertise-hero-copy h1 {
        font-size: clamp(2.35rem, 13vw, 3.5rem);
    }

    .advertise-hero-actions,
    .edition-action-row {
        flex-direction: column;
        align-items: stretch;
    }

    .advertise-hero-actions .button,
    .edition-action-row .button {
        width: 100%;
    }

    .advertise-browser {
        padding: 16px;
        border-radius: 18px;
        transform: none;
    }

    .advertise-benefits-section,
    .advertise-formats-section,
    .advertise-process-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .advertise-format-card {
        grid-template-columns: 1fr;
    }

    .advertise-format-preview.is-vertical {
        width: 120px;
    }

    .advertise-process-card,
    .featured-edition-card,
    .edition-single-modern {
        padding: 24px;
        border-radius: 18px;
    }

    .advertise-final-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 24px;
    }

    .advertise-final-card .button-light {
        width: 100%;
    }

    .editions-grid-modern {
        grid-template-columns: 1fr;
    }

    .featured-edition-card {
        margin-bottom: 50px;
        gap: 30px;
    }

    .featured-edition-cover {
        max-width: 280px;
    }

    .pdf-reader-frame,
    .pdf-reader-frame iframe {
        min-height: 580px;
        height: 72vh;
    }
}
.sidebar-commercial-slot { margin-top: 26px; }
.sidebar-commercial-slot .sidebar-ad img { width: 100%; max-height: 600px; object-fit: cover; }

/* =========================================================
   v5.6 — Biblioteca de jornais e leitor em popup
   ========================================================= */
body.jvc-reader-open {
    overflow: hidden;
}

.edition-cover-button,
.edition-read-text-button {
    appearance: none;
    border: 0;
    font: inherit;
    cursor: pointer;
}

.edition-cover-button {
    width: 100%;
    padding: 0;
    text-align: inherit;
}

.featured-edition-cover.edition-cover-button,
.edition-single-cover.edition-cover-button {
    display: grid;
}

.edition-cover-button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3, 18, 38, .68), transparent 42%);
    opacity: 0;
    transition: opacity .22s ease;
}

.edition-cover-button:hover::after,
.edition-cover-button:focus-visible::after {
    opacity: 1;
}

.edition-cover-read-label,
.featured-edition-cover > .edition-cover-read-label,
.edition-single-cover > .edition-cover-read-label,
.edition-grid-cover > .edition-cover-read-label {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 18px;
    transform: translate(-50%, 8px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 122px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    color: var(--jvc-navy);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: 0;
    opacity: 0;
    transition: opacity .22s ease, transform .22s ease;
}

.edition-cover-button:hover .edition-cover-read-label,
.edition-cover-button:focus-visible .edition-cover-read-label {
    opacity: 1;
    transform: translate(-50%, 0);
}

.edition-read-text-button {
    padding: 0;
    background: transparent;
    color: var(--jvc-blue);
    font-size: .78rem;
    font-weight: 850;
}

.edition-read-text-button:hover,
.edition-read-text-button:focus-visible {
    text-decoration: underline;
}

.edition-reader-instructions {
    max-width: 760px;
    margin: -28px auto 70px;
    padding: 22px 24px;
    border: 1px solid var(--jvc-border);
    border-radius: 16px;
    background: #f5fafc;
    text-align: center;
}

.edition-reader-instructions strong {
    display: block;
    color: var(--jvc-navy);
}

.edition-reader-instructions p {
    margin: 6px 0 0;
    color: var(--jvc-muted);
}

.jvc-edition-modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 18px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease, visibility .18s ease;
}

.jvc-edition-modal[hidden] {
    display: none !important;
}

.jvc-edition-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.jvc-edition-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 10, 22, .88);
    backdrop-filter: blur(10px);
}

.jvc-edition-dialog {
    position: relative;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: min(1480px, 100%);
    height: min(94vh, 980px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    background: #101822;
    box-shadow: 0 34px 100px rgba(0,0,0,.55);
    transform: translateY(12px) scale(.985);
    transition: transform .2s ease;
}

.jvc-edition-modal.is-open .jvc-edition-dialog {
    transform: translateY(0) scale(1);
}

.jvc-edition-dialog:fullscreen {
    width: 100vw;
    height: 100vh;
    max-width: none;
    border: 0;
    border-radius: 0;
}

.jvc-edition-toolbar {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 70px;
    padding: 12px 16px 12px 22px;
    border-bottom: 1px solid rgba(255,255,255,.10);
    background: rgba(8, 16, 27, .96);
    color: #fff;
}

.jvc-edition-toolbar-title {
    min-width: 0;
}

.jvc-edition-toolbar-title span {
    display: block;
    margin-bottom: 2px;
    color: #6fe6bb;
    font-size: .66rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.jvc-edition-toolbar-title strong {
    display: block;
    max-width: min(56vw, 720px);
    overflow: hidden;
    color: #fff;
    font-size: .98rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jvc-edition-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.jvc-reader-tool,
.jvc-reader-close,
.jvc-reader-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 10px;
    background: rgba(255,255,255,.06);
    color: #fff;
    cursor: pointer;
}

.jvc-reader-tool {
    width: 42px;
    font-size: 1.3rem;
}

.jvc-reader-download {
    padding: 0 16px;
    background: linear-gradient(100deg, var(--jvc-blue), var(--jvc-green));
    border-color: transparent;
    font-size: .8rem;
    font-weight: 900;
}

.jvc-reader-close {
    width: 42px;
    font-size: 1.8rem;
    line-height: 1;
}

.jvc-reader-tool:hover,
.jvc-reader-close:hover {
    background: rgba(255,255,255,.14);
}

.jvc-edition-reader-shell {
    position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    min-height: 0;
    background:
        radial-gradient(circle at 50% 44%, rgba(36, 61, 83, .7), transparent 46%),
        linear-gradient(135deg, #131d28, #070c12);
}

.jvc-edition-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    outline: none;
    touch-action: pan-y;
}

.jvc-reader-nav {
    position: relative;
    z-index: 3;
    align-self: center;
    width: 48px;
    height: 68px;
    margin: 8px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: rgba(255,255,255,.07);
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
    transition: .18s ease;
}

.jvc-reader-nav:hover:not(:disabled) {
    background: rgba(255,255,255,.16);
    transform: scale(1.04);
}

.jvc-reader-nav:disabled,
.jvc-reader-mobile-nav:disabled {
    opacity: .22;
    cursor: not-allowed;
}

.jvc-book {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 18px 6px;
    perspective: 2400px;
    perspective-origin: 50% 48%;
    isolation: isolate;
}

.jvc-book-spread {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.jvc-book-spread.is-single-page {
    gap: 0;
}

.jvc-book-spread--current,
.jvc-book-spread--target {
    position: absolute;
    inset: 0;
}

.jvc-book-spread--current {
    z-index: 2;
}

.jvc-book-spread--target {
    z-index: 1;
}

.jvc-book-page {
    position: relative;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(0,0,0,.42), 0 0 0 1px rgba(0,0,0,.12);
    transform-style: preserve-3d;
}

.jvc-book-page:first-child:not(:only-child) {
    transform-origin: right center;
    box-shadow: -10px 18px 38px rgba(0,0,0,.35), inset -16px 0 24px rgba(0,0,0,.055);
}

.jvc-book-page:last-child:not(:only-child) {
    transform-origin: left center;
    box-shadow: 10px 18px 38px rgba(0,0,0,.35), inset 16px 0 24px rgba(0,0,0,.045);
}

.jvc-book-page canvas {
    display: block;
    max-width: 100%;
    max-height: 100%;
    background: #fff;
}

.jvc-book-page-number {
    position: absolute;
    right: 9px;
    bottom: 7px;
    display: grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(3,18,38,.68);
    color: #fff;
    font-size: .66rem;
    font-weight: 850;
}

/* v5.9 — folha tridimensional usada durante a troca de páginas */
.jvc-book-page.is-flip-source {
    visibility: hidden;
}

.jvc-book.is-actively-turning {
    pointer-events: none;
}

.jvc-page-flip-sheet {
    position: absolute;
    z-index: 8;
    overflow: visible;
    transform-style: preserve-3d;
    will-change: transform, filter;
}

.jvc-page-flip-sheet--next {
    transform-origin: left center;
}

.jvc-page-flip-sheet--prev {
    transform-origin: right center;
}

.jvc-page-flip-face {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
}

.jvc-page-flip-front {
    transform: rotateY(0deg) translateZ(.2px);
}

.jvc-page-flip-back {
    transform: rotateY(180deg) translateZ(.2px);
}

.jvc-book-page--flip-copy {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-shadow: none !important;
}

.jvc-book-page--flip-copy canvas {
    width: 100% !important;
    height: 100% !important;
}

.jvc-page-flip-shine,
.jvc-page-flip-shadow {
    position: absolute;
    z-index: 5;
    inset: 0;
    border-radius: 3px;
    pointer-events: none;
    opacity: 0;
    backface-visibility: hidden;
}

.jvc-page-flip-shine {
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.72), rgba(255,255,255,.04));
    mix-blend-mode: screen;
}

.jvc-page-flip-shadow {
    background: linear-gradient(90deg, rgba(0,0,0,.04), rgba(0,0,0,.58));
}

.jvc-page-flip-sheet--prev .jvc-page-flip-shine,
.jvc-page-flip-sheet--prev .jvc-page-flip-shadow {
    transform: scaleX(-1);
}

.jvc-page-flip-sheet--next.is-running {
    animation: jvc-page-flip-next .78s cubic-bezier(.22,.67,.18,1) forwards;
}

.jvc-page-flip-sheet--prev.is-running {
    animation: jvc-page-flip-prev .78s cubic-bezier(.22,.67,.18,1) forwards;
}

.jvc-page-flip-sheet.is-running .jvc-page-flip-shine {
    animation: jvc-page-flip-shine .78s ease-in-out both;
}

.jvc-page-flip-sheet.is-running .jvc-page-flip-shadow {
    animation: jvc-page-flip-shadow .78s ease-in-out both;
}

@keyframes jvc-page-flip-next {
    0% {
        transform: rotateY(0deg) translateZ(1px);
        filter: drop-shadow(0 16px 18px rgba(0,0,0,.12));
    }
    38% {
        transform: rotateY(-64deg) translateZ(8px);
        filter: drop-shadow(20px 20px 24px rgba(0,0,0,.34));
    }
    72% {
        transform: rotateY(-136deg) translateZ(7px);
        filter: drop-shadow(-18px 20px 24px rgba(0,0,0,.34));
    }
    100% {
        transform: rotateY(-180deg) translateZ(1px);
        filter: drop-shadow(0 14px 16px rgba(0,0,0,.10));
    }
}

@keyframes jvc-page-flip-prev {
    0% {
        transform: rotateY(0deg) translateZ(1px);
        filter: drop-shadow(0 16px 18px rgba(0,0,0,.12));
    }
    38% {
        transform: rotateY(64deg) translateZ(8px);
        filter: drop-shadow(-20px 20px 24px rgba(0,0,0,.34));
    }
    72% {
        transform: rotateY(136deg) translateZ(7px);
        filter: drop-shadow(18px 20px 24px rgba(0,0,0,.34));
    }
    100% {
        transform: rotateY(180deg) translateZ(1px);
        filter: drop-shadow(0 14px 16px rgba(0,0,0,.10));
    }
}

@keyframes jvc-page-flip-shine {
    0%, 100% { opacity: 0; }
    34% { opacity: .14; }
    52% { opacity: .72; }
    70% { opacity: .10; }
}

@keyframes jvc-page-flip-shadow {
    0%, 100% { opacity: 0; }
    38% { opacity: .12; }
    56% { opacity: .58; }
    76% { opacity: .16; }
}

.jvc-edition-modal.is-page-turning .jvc-reader-nav,
.jvc-edition-modal.is-page-turning .jvc-reader-mobile-nav {
    cursor: wait;
}

@media (prefers-reduced-motion: reduce) {
    .jvc-page-flip-sheet--next.is-running,
    .jvc-page-flip-sheet--prev.is-running,
    .jvc-page-flip-sheet.is-running .jvc-page-flip-shine,
    .jvc-page-flip-sheet.is-running .jvc-page-flip-shadow {
        animation-duration: .01ms !important;
    }
}

.jvc-reader-loading {
    position: absolute;
    z-index: 5;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    text-align: center;
}

.jvc-reader-loading[hidden] {
    display: none;
}

.jvc-reader-loading small {
    color: rgba(255,255,255,.58);
}

.jvc-reader-spinner {
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
    border: 3px solid rgba(255,255,255,.18);
    border-top-color: var(--jvc-green);
    border-radius: 50%;
    animation: jvc-reader-spin .8s linear infinite;
}

@keyframes jvc-reader-spin {
    to { transform: rotate(360deg); }
}

.jvc-reader-fallback {
    position: absolute;
    inset: 12px;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.jvc-reader-fallback[hidden] {
    display: none;
}

.jvc-reader-fallback iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.jvc-reader-fallback p {
    margin: 0;
    padding: 9px 14px;
    background: #f4f7f9;
    color: #526071;
    font-size: .75rem;
    text-align: center;
}

.jvc-edition-reader-footer {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 48px;
    padding: 7px 18px;
    border-top: 1px solid rgba(255,255,255,.10);
    background: rgba(8, 16, 27, .98);
    color: rgba(255,255,255,.8);
    font-size: .78rem;
    font-weight: 800;
}

.jvc-reader-mobile-nav {
    display: none;
    border: 0;
    background: transparent;
    color: #fff;
    font-weight: 800;
}

@media (max-width: 899px) {
    .edition-cover-read-label,
    .featured-edition-cover > .edition-cover-read-label,
    .edition-single-cover > .edition-cover-read-label,
    .edition-grid-cover > .edition-cover-read-label {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    .edition-cover-button::after {
        opacity: .36;
    }

    .jvc-edition-modal {
        padding: 0;
    }

    .jvc-edition-dialog {
        width: 100%;
        height: 100dvh;
        max-height: none;
        border: 0;
        border-radius: 0;
    }

    .jvc-edition-toolbar {
        min-height: 60px;
        padding: 8px 10px 8px 14px;
    }

    .jvc-edition-toolbar-title span,
    .jvc-reader-tool {
        display: none;
    }

    .jvc-edition-toolbar-title strong {
        max-width: 46vw;
        font-size: .84rem;
    }

    .jvc-reader-download {
        min-height: 38px;
        padding: 0 12px;
        font-size: .72rem;
    }

    .jvc-reader-close {
        width: 38px;
        min-height: 38px;
    }

    .jvc-edition-reader-shell {
        grid-template-columns: minmax(0, 1fr);
    }

    .jvc-reader-nav {
        display: none;
    }

    .jvc-book {
        padding: 10px 4px;
        perspective: 1800px;
    }

    .jvc-page-flip-sheet--next.is-running,
    .jvc-page-flip-sheet--prev.is-running,
    .jvc-page-flip-sheet.is-running .jvc-page-flip-shine,
    .jvc-page-flip-sheet.is-running .jvc-page-flip-shadow {
        animation-duration: .66s;
    }

    .jvc-edition-reader-footer {
        padding-inline: 10px;
    }

    .jvc-reader-mobile-nav {
        display: inline-flex;
        padding: 8px;
    }

    .jvc-reader-mobile-nav:last-child {
        justify-self: end;
    }

    .jvc-reader-fallback {
        inset: 6px;
    }
}

@media (max-width: 480px) {
    .jvc-edition-toolbar-title strong {
        max-width: 38vw;
    }

    .jvc-reader-download {
        padding-inline: 10px;
    }
}

/* =========================================================
   v5.7 — Home mais compacta e carrossel de vídeos
   ========================================================= */
.video-hero-layout {
    align-items: start;
}
.main-video-card {
    height: auto;
}
.main-video-card .main-video-player {
    border-radius: inherit;
}
.video-hero-layout .edition-card {
    min-height: 0;
    padding: 24px 20px;
}
.video-hero-layout .edition-card h2 {
    margin-bottom: 16px;
}
.video-hero-layout .edition-cover {
    width: min(150px, 62%);
}
.video-hero-layout .edition-card h3 {
    margin-top: 14px;
}
.video-hero-layout .edition-card p {
    margin-bottom: 14px;
}

.ondemand-section {
    padding-top: 36px;
}
.ondemand-heading {
    margin-bottom: 18px;
}
.ondemand-heading-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}
.ondemand-carousel-controls {
    display: flex;
    align-items: center;
    gap: 7px;
}
.ondemand-carousel-controls[hidden] {
    display: none;
}
.ondemand-carousel-button {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    padding: 0 0 3px;
    border: 1px solid var(--jvc-border);
    border-radius: 50%;
    color: var(--jvc-navy);
    background: #fff;
    box-shadow: 0 6px 18px rgba(6, 27, 58, .06);
    font-size: 1.8rem;
    line-height: 1;
    transition: color .2s, border-color .2s, transform .2s, opacity .2s;
}
.ondemand-carousel-button:hover:not(:disabled) {
    color: var(--jvc-blue);
    border-color: var(--jvc-blue);
    transform: translateY(-2px);
}
.ondemand-carousel-button:disabled {
    cursor: default;
    opacity: .35;
}
.ondemand-carousel {
    position: relative;
    min-width: 0;
}
.ondemand-track {
    display: flex;
    gap: 16px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 12px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}
.ondemand-track::-webkit-scrollbar {
    display: none;
}
.ondemand-track .video-card {
    flex: 0 0 calc((100% - 48px) / 4);
    scroll-snap-align: start;
    border-radius: 12px;
    box-shadow: none;
}
.ondemand-track .video-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(6, 27, 58, .08);
}
.ondemand-track .video-play-button {
    width: 42px;
    height: 42px;
}
.ondemand-track .video-play-button svg {
    width: 22px;
    height: 22px;
}
.ondemand-track .video-card-body {
    padding: 11px 12px 13px;
}
.ondemand-track .video-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-size: .9rem;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1050px) {
    .ondemand-track .video-card {
        flex-basis: calc((100% - 32px) / 3);
    }
}

@media (max-width: 820px) {
    .video-hero-layout .edition-card {
        width: 100%;
        min-height: 0;
    }
    .ondemand-track .video-card {
        flex-basis: calc((100% - 16px) / 2);
    }
}

@media (max-width: 560px) {
    .ondemand-section {
        padding-top: 28px;
    }
    .ondemand-heading {
        align-items: center;
        gap: 10px;
    }
    .ondemand-heading > span {
        display: none;
    }
    .ondemand-heading-actions {
        margin-left: auto;
        gap: 8px;
    }
    .ondemand-heading .section-link {
        display: none;
    }
    .ondemand-carousel-button {
        width: 36px;
        height: 36px;
        font-size: 1.55rem;
    }
    .ondemand-track {
        gap: 12px;
        margin-right: -20px;
        padding-right: 20px;
    }
    .ondemand-track .video-card {
        flex-basis: 82%;
    }
    .ondemand-track .video-card-thumb {
        min-height: 0;
    }
}

/* v5.7 — capa automática da primeira página do PDF */
.jvc-pdf-cover-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    background: #fff;
    transition: opacity .25s ease;
}
.jvc-pdf-cover-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    color: var(--jvc-blue);
    background: linear-gradient(145deg, #fff, #eef7fb);
}
.jvc-pdf-cover-fallback svg {
    width: 70px;
    height: 70px;
    color: #8795a6;
}
.jvc-pdf-cover-fallback b {
    font-size: 1rem;
    letter-spacing: .08em;
}
.has-pdf-cover .jvc-pdf-cover-canvas {
    opacity: 1;
}
.has-pdf-cover .jvc-pdf-cover-fallback {
    opacity: 0;
    pointer-events: none;
}


/* =========================================================
   v5.10 — Leitor do Jornal Digital: page curl + mobile legível
   ========================================================= */
.jvc-page-curl {
    position: absolute;
    z-index: 12;
    overflow: visible;
    pointer-events: none;
    transform-style: preserve-3d;
    perspective: 2600px;
    perspective-origin: 50% 50%;
}

.jvc-page-curl-strip {
    position: absolute;
    top: 0;
    bottom: 0;
    transform-style: preserve-3d;
    will-change: transform, filter;
}

.jvc-page-curl--next .jvc-page-curl-strip {
    transform-origin: left center;
}

.jvc-page-curl--prev .jvc-page-curl-strip {
    transform-origin: right center;
}

.jvc-page-curl-face {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
}

.jvc-page-curl-face canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.jvc-page-curl-front {
    transform: rotateY(0deg) translateZ(.4px);
}

.jvc-page-curl-back {
    transform: rotateY(180deg) translateZ(.4px);
}

.jvc-page-curl-shade {
    position: absolute;
    z-index: 4;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    background: linear-gradient(90deg, rgba(255,255,255,.34), rgba(0,0,0,.38));
    mix-blend-mode: multiply;
}

.jvc-page-curl-spine-shadow {
    position: absolute;
    z-index: 20;
    top: -1%;
    bottom: -1%;
    width: 28px;
    opacity: 0;
    pointer-events: none;
    filter: blur(8px);
    background: rgba(0,0,0,.58);
}

.jvc-page-curl--next .jvc-page-curl-spine-shadow { left: -14px; }
.jvc-page-curl--prev .jvc-page-curl-spine-shadow { right: -14px; }

.jvc-page-curl--next.is-running .jvc-page-curl-strip {
    animation: jvc-page-curl-next .72s cubic-bezier(.22,.68,.18,1) var(--jvc-curl-delay) both;
}

.jvc-page-curl--prev.is-running .jvc-page-curl-strip {
    animation: jvc-page-curl-prev .72s cubic-bezier(.22,.68,.18,1) var(--jvc-curl-delay) both;
}

.jvc-page-curl.is-running .jvc-page-curl-shade {
    animation: jvc-page-curl-shade .72s ease-in-out var(--jvc-curl-delay) both;
}

.jvc-page-curl.is-running .jvc-page-curl-spine-shadow {
    animation: jvc-page-curl-spine .78s ease-in-out both;
}

@keyframes jvc-page-curl-next {
    0% {
        transform: translateX(0) rotateY(0deg) translateZ(1px);
        filter: brightness(1) drop-shadow(0 8px 6px rgba(0,0,0,.08));
    }
    34% {
        transform: translateX(var(--jvc-curl-shift-1)) rotateY(-58deg) translateZ(12px);
        filter: brightness(.96) drop-shadow(11px 14px 12px rgba(0,0,0,.24));
    }
    68% {
        transform: translateX(var(--jvc-curl-shift-2)) rotateY(-128deg) translateZ(10px);
        filter: brightness(.88) drop-shadow(-10px 16px 12px rgba(0,0,0,.26));
    }
    100% {
        transform: translateX(var(--jvc-curl-shift-3)) rotateY(-180deg) translateZ(1px);
        filter: brightness(1) drop-shadow(0 6px 5px rgba(0,0,0,.08));
    }
}

@keyframes jvc-page-curl-prev {
    0% {
        transform: translateX(0) rotateY(0deg) translateZ(1px);
        filter: brightness(1) drop-shadow(0 8px 6px rgba(0,0,0,.08));
    }
    34% {
        transform: translateX(var(--jvc-curl-shift-1)) rotateY(58deg) translateZ(12px);
        filter: brightness(.96) drop-shadow(-11px 14px 12px rgba(0,0,0,.24));
    }
    68% {
        transform: translateX(var(--jvc-curl-shift-2)) rotateY(128deg) translateZ(10px);
        filter: brightness(.88) drop-shadow(10px 16px 12px rgba(0,0,0,.26));
    }
    100% {
        transform: translateX(var(--jvc-curl-shift-3)) rotateY(180deg) translateZ(1px);
        filter: brightness(1) drop-shadow(0 6px 5px rgba(0,0,0,.08));
    }
}

@keyframes jvc-page-curl-shade {
    0%, 100% { opacity: 0; }
    35% { opacity: .18; }
    56% { opacity: .62; }
    76% { opacity: .14; }
}

@keyframes jvc-page-curl-spine {
    0%, 100% { opacity: 0; transform: scaleX(.35); }
    42% { opacity: .45; transform: scaleX(1); }
    70% { opacity: .18; transform: scaleX(.65); }
}

.jvc-book.is-swipe-preview .jvc-book-spread {
    transition: transform .08s linear, filter .08s linear;
    transform: translateX(var(--jvc-swipe-x, 0)) rotateY(var(--jvc-swipe-rotate, 0));
    filter: drop-shadow(0 14px 18px rgba(0,0,0,.25));
}

@media (prefers-reduced-motion: reduce) {
    .jvc-page-curl-strip,
    .jvc-page-curl-shade,
    .jvc-page-curl-spine-shadow {
        animation-duration: .01ms !important;
        animation-delay: 0ms !important;
    }
}

@media (max-width: 899px) {
    .jvc-edition-modal-backdrop {
        background: #070b10;
        backdrop-filter: none;
    }

    .jvc-edition-dialog {
        height: 100dvh;
        background: #090f16;
    }

    .jvc-edition-toolbar {
        min-height: 54px;
        padding: max(7px, env(safe-area-inset-top)) 8px 7px 12px;
        gap: 8px;
        background: #07111c;
    }

    .jvc-edition-toolbar-title {
        flex: 1 1 auto;
        min-width: 0;
    }

    .jvc-edition-toolbar-title strong {
        max-width: none;
        font-size: .78rem;
    }

    .jvc-edition-toolbar-actions {
        flex: 0 0 auto;
        gap: 6px;
    }

    .jvc-reader-download {
        min-height: 36px;
        padding: 0 10px;
        border-radius: 9px;
        font-size: .68rem;
    }

    .jvc-reader-close {
        width: 36px;
        min-height: 36px;
        border-radius: 9px;
        font-size: 1.55rem;
    }

    .jvc-edition-reader-shell {
        min-height: 0;
        background: #111821;
    }

    .jvc-edition-stage {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        touch-action: pan-y pinch-zoom;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .jvc-edition-stage::-webkit-scrollbar {
        display: none;
    }

    .jvc-book {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 100%;
        padding: 8px 8px 18px;
        perspective: 1900px;
        perspective-origin: 50% 20%;
    }

    .jvc-book-spread {
        align-items: flex-start;
        width: 100%;
        height: auto;
        min-height: 100%;
    }

    .jvc-book-page {
        width: 100%;
        max-width: 100%;
        border-radius: 2px;
        box-shadow: 0 8px 28px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.06);
    }

    .jvc-book-page canvas {
        width: 100% !important;
        height: auto !important;
        max-height: none;
    }

    .jvc-book-page-number {
        display: none;
    }

    .jvc-page-curl {
        perspective: 2000px;
    }

    .jvc-page-curl--next.is-running .jvc-page-curl-strip,
    .jvc-page-curl--prev.is-running .jvc-page-curl-strip {
        animation-duration: .64s;
    }

    .jvc-page-curl.is-running .jvc-page-curl-shade {
        animation-duration: .64s;
    }

    .jvc-edition-reader-footer {
        min-height: 58px;
        padding: 7px 8px max(7px, env(safe-area-inset-bottom));
        background: #07111c;
        font-size: .72rem;
    }

    .jvc-reader-mobile-nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 106px;
        min-height: 42px;
        padding: 0 14px;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 999px;
        background: rgba(255,255,255,.07);
        font-size: .76rem;
    }

    .jvc-reader-mobile-nav:active:not(:disabled) {
        transform: scale(.97);
        background: rgba(255,255,255,.14);
    }

    .jvc-reader-loading {
        position: fixed;
        inset: 54px 0 58px;
        background: #111821;
    }

    .jvc-reader-fallback {
        inset: 4px;
        border-radius: 6px;
    }
}

@media (max-width: 420px) {
    .jvc-edition-toolbar-title strong {
        font-size: .72rem;
    }

    .jvc-reader-download {
        font-size: 0;
        width: 38px;
        padding: 0;
    }

    .jvc-reader-download::before {
        content: '↓';
        font-size: 1.15rem;
        font-weight: 900;
    }

    .jvc-reader-mobile-nav {
        min-width: 92px;
        padding-inline: 10px;
    }
}

/* =========================================================
   v5.11 — Destaques, categorias, busca e menu mobile
   ========================================================= */
.jvc-editorial-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 8px;
    border-radius: 999px;
    color: #fff;
    font-size: .67rem;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .045em;
    text-transform: uppercase;
}
.jvc-editorial-badge--urgent { background: #dc2626; }
.jvc-editorial-badge--featured { background: var(--jvc-blue); }

.mobile-menu-heading,
.mobile-menu-footer,
.menu-backdrop {
    display: none;
}

.category-navigation {
    border-bottom: 1px solid var(--jvc-border);
    background: #f7fafc;
}
.category-navigation-track {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}
.category-navigation-track::-webkit-scrollbar { display: none; }
.category-navigation-track a {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    color: #42536a;
    font-size: .78rem;
    font-weight: 750;
    white-space: nowrap;
    transition: color .18s ease, background .18s ease;
}
.category-navigation-track a:hover,
.category-navigation-track a.is-current {
    color: #fff;
    background: var(--jvc-navy);
}
.category-navigation-track .category-navigation-all {
    color: var(--jvc-blue);
    background: rgba(0,139,210,.08);
}
.category-navigation-track .category-navigation-all:hover {
    color: #fff;
    background: var(--jvc-blue);
}

.editorial-featured-section {
    padding-top: 46px;
}
.editorial-featured-heading { margin-bottom: 20px; }
.editorial-featured-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(250px, .85fr) minmax(250px, .85fr);
    grid-template-rows: repeat(2, minmax(190px, 1fr));
    gap: 16px;
    min-height: 500px;
}
.editorial-feature-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #0a182b;
    box-shadow: 0 12px 34px rgba(6,27,58,.11);
}
.editorial-feature-card--main {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.editorial-feature-card--secondary:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1;
}
.editorial-feature-card--secondary:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}
.editorial-feature-card--secondary:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
}
.editorial-feature-media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    overflow: hidden;
    color: #fff;
}
.editorial-feature-media > img,
.editorial-feature-media > .image-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.editorial-feature-card:hover .editorial-feature-media > img { transform: scale(1.045); }
.editorial-feature-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,14,31,.03) 18%, rgba(3,14,31,.88) 100%);
}
.editorial-feature-content {
    position: absolute;
    z-index: 2;
    inset: auto 0 0;
    display: block;
    padding: 24px;
}
.editorial-feature-content .post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 9px;
    color: rgba(255,255,255,.8);
}
.editorial-feature-content .post-category { color: #fff; }
.editorial-feature-content strong {
    display: block;
    max-width: 900px;
    color: #fff;
    font-size: clamp(1.05rem, 1.7vw, 1.55rem);
    line-height: 1.12;
}
.editorial-feature-card--main .editorial-feature-content strong {
    font-size: clamp(1.75rem, 3vw, 2.75rem);
}
.editorial-feature-content small {
    display: block;
    max-width: 760px;
    margin-top: 10px;
    color: rgba(255,255,255,.8);
    font-size: .92rem;
    line-height: 1.55;
}

.home-category-sections {
    padding: 8px 0 70px;
}
.home-category-block {
    padding: 42px 0;
    border-top: 1px solid var(--jvc-border);
}
.home-category-block:first-child { border-top: 0; }
.home-category-heading { margin-bottom: 20px; }
.home-category-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, .72fr));
    gap: 20px;
    align-items: start;
}
.home-category-card {
    min-width: 0;
}
.home-category-thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 13px;
    background: #e8eef4;
}
.home-category-thumb img,
.home-category-thumb .image-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.home-category-card:hover .home-category-thumb img { transform: scale(1.035); }
.home-category-content { padding-top: 12px; }
.home-category-content .post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 7px;
}
.home-category-content h3 {
    margin: 0;
    color: var(--jvc-navy);
    font-size: 1.04rem;
    line-height: 1.22;
}
.home-category-card--lead .home-category-content h3 { font-size: 1.55rem; }
.home-category-content p {
    margin: 9px 0 0;
    color: var(--jvc-muted);
}

.category-archive-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    padding: 48px 0 22px;
    border-bottom: 1px solid var(--jvc-border);
}
.category-archive-header h1 {
    margin: 5px 0 8px;
    color: var(--jvc-navy);
    font-size: clamp(2rem, 4vw, 3.45rem);
    line-height: 1;
}
.category-archive-header p {
    max-width: 720px;
    margin: 0;
    color: var(--jvc-muted);
}
.category-post-count {
    flex: 0 0 auto;
    padding: 8px 13px;
    border-radius: 999px;
    color: var(--jvc-navy);
    background: #eef4f8;
    font-size: .78rem;
    font-weight: 750;
}
.category-sibling-nav {
    display: flex;
    gap: 8px;
    padding: 16px 0 5px;
    overflow-x: auto;
    scrollbar-width: none;
}
.category-sibling-nav::-webkit-scrollbar { display: none; }
.category-sibling-nav a {
    flex: 0 0 auto;
    padding: 8px 13px;
    border: 1px solid var(--jvc-border);
    border-radius: 999px;
    color: #4c5f76;
    font-size: .77rem;
    font-weight: 720;
}
.category-sibling-nav a:hover,
.category-sibling-nav a.is-current {
    color: #fff;
    border-color: var(--jvc-blue);
    background: var(--jvc-blue);
}
.category-inner-grid { padding-top: 32px; }
.category-lead-story {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 28px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--jvc-border);
}
.category-lead-media {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 17px;
    background: #e8eef4;
}
.category-lead-media img,
.category-lead-media .image-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-lead-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.category-lead-content h2 {
    margin: 10px 0;
    color: var(--jvc-navy);
    font-size: clamp(1.7rem, 2.6vw, 2.5rem);
    line-height: 1.08;
}
.category-lead-content p { color: var(--jvc-muted); }
.category-latest-heading { margin-top: 34px; }

.search-hero {
    padding-top: 48px;
}
.search-hero h1 {
    margin: 7px 0 8px;
    color: var(--jvc-navy);
    font-size: clamp(1.9rem, 3.5vw, 3rem);
    line-height: 1.08;
}
.search-hero > p { margin: 0; color: var(--jvc-muted); }
.search-filter-form {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(190px, 260px) auto;
    gap: 10px;
    margin-top: 24px;
    padding: 12px;
    border: 1px solid var(--jvc-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(6,27,58,.06);
}
.search-filter-form input,
.search-filter-form select {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid var(--jvc-border);
    border-radius: 10px;
    color: var(--jvc-navy);
    background: #f8fafc;
    font: inherit;
}
.search-filter-form .button { min-height: 48px; }
.search-inner-grid { padding-top: 34px; }
.search-empty-state h2 { margin-top: 0; color: var(--jvc-navy); }

@media (max-width: 1050px) {
    .editorial-featured-grid {
        grid-template-columns: minmax(0, 1.4fr) minmax(260px, .8fr);
        grid-template-rows: repeat(3, minmax(145px, 1fr));
        min-height: 570px;
    }
    .editorial-feature-card--main { grid-column: 1; grid-row: 1 / 4; }
    .editorial-feature-card--secondary:nth-child(2),
    .editorial-feature-card--secondary:nth-child(3),
    .editorial-feature-card--secondary:nth-child(4) {
        grid-column: 2;
        grid-row: auto;
    }
    .home-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .home-category-card--lead { grid-column: 1 / 3; }
}

@media (max-width: 820px) {
    body.jvc-menu-open { overflow: hidden; }
    .main-nav-wrap { position: relative; z-index: 100; }
    .main-nav-inner { justify-content: space-between; }
    .menu-toggle {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-width: 88px;
    }
    .menu-toggle > span:not(.screen-reader-text) {
        display: inline;
        font-size: .78rem;
        font-weight: 800;
    }
    .menu-backdrop {
        position: fixed;
        z-index: 9997;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
        background: rgba(1,10,24,.62);
        backdrop-filter: blur(3px);
    }
    .menu-backdrop[hidden] { display: none; }
    .primary-navigation {
        position: fixed !important;
        z-index: 9998;
        top: 0 !important;
        right: auto !important;
        bottom: 0;
        left: 0 !important;
        display: flex;
        flex-direction: column;
        width: min(88vw, 390px);
        max-width: none;
        padding: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto;
        border: 0 !important;
        border-radius: 0 20px 20px 0 !important;
        background: #fff;
        box-shadow: 24px 0 70px rgba(0,0,0,.25) !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(-105%) !important;
        transition: transform .28s cubic-bezier(.2,.75,.2,1) !important;
    }
    .primary-navigation.is-open { transform: translateX(0) !important; }
    .mobile-menu-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        min-height: 84px;
        padding: max(14px, env(safe-area-inset-top)) 18px 14px;
        border-bottom: 1px solid var(--jvc-border);
    }
    .mobile-menu-logo img {
        display: block;
        width: auto;
        max-width: 195px;
        max-height: 52px;
    }
    .mobile-menu-close {
        flex: 0 0 auto;
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 50%;
        color: var(--jvc-navy);
        background: #edf3f7;
        font-size: 1.8rem;
        line-height: 1;
        cursor: pointer;
    }
    .primary-navigation .menu {
        display: block !important;
        width: 100% !important;
        padding: 12px 14px !important;
    }
    .primary-navigation .menu li { border-bottom: 1px solid #edf1f4; }
    .primary-navigation .menu li:last-child { border-bottom: 0; }
    .primary-navigation .menu a {
        display: flex !important;
        align-items: center;
        min-height: 52px;
        padding: 10px 8px !important;
        color: var(--jvc-navy);
        font-size: .96rem !important;
        font-weight: 780;
    }
    .primary-navigation .menu a::after {
        content: '›';
        margin-left: auto;
        color: #9aa8b7;
        font-size: 1.35rem;
    }
    .mobile-menu-footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: auto;
        padding: 16px 18px max(18px, env(safe-area-inset-bottom));
        border-top: 1px solid var(--jvc-border);
        background: #f7fafc;
    }
    .mobile-menu-footer a {
        display: grid;
        place-items: center;
        min-height: 44px;
        padding: 8px;
        border-radius: 10px;
        color: var(--jvc-navy);
        background: #fff;
        font-size: .74rem;
        font-weight: 800;
        text-align: center;
    }
    .category-navigation-track { margin-inline: 0; padding-inline: 14px; }

    .editorial-featured-section { padding-top: 32px; }
    .editorial-featured-grid {
        display: flex;
        min-height: 0;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        margin-right: -20px;
        padding-right: 20px;
    }
    .editorial-featured-grid::-webkit-scrollbar { display: none; }
    .editorial-feature-card,
    .editorial-feature-card--main,
    .editorial-feature-card--secondary:nth-child(n) {
        flex: 0 0 82%;
        min-height: 330px;
        grid-column: auto;
        grid-row: auto;
        scroll-snap-align: start;
    }
    .editorial-feature-card--secondary { flex-basis: 72%; min-height: 290px; }
    .editorial-feature-card--main .editorial-feature-content strong,
    .editorial-feature-content strong { font-size: 1.42rem; }
    .editorial-feature-content small { display: none; }

    .home-category-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .home-category-card--lead { grid-column: 1 / 3; }
    .category-lead-story { grid-template-columns: 1fr; gap: 18px; }
    .category-lead-content { display: block; }
    .search-filter-form { grid-template-columns: 1fr 210px; }
    .search-filter-form .button { grid-column: 1 / 3; }
}

@media (max-width: 560px) {
    .category-navigation-track { min-height: 42px; }
    .category-navigation-track a { padding: 6px 11px; font-size: .72rem; }
    .editorial-featured-heading .section-link { display: none; }
    .editorial-featured-grid { margin-right: -20px; }
    .editorial-feature-card,
    .editorial-feature-card--main,
    .editorial-feature-card--secondary:nth-child(n) {
        flex-basis: 87%;
        min-height: 305px;
        border-radius: 14px;
    }
    .editorial-feature-card--secondary { flex-basis: 79%; min-height: 270px; }
    .editorial-feature-content { padding: 18px; }
    .editorial-feature-content .post-meta { margin-bottom: 7px; }
    .editorial-feature-card--main .editorial-feature-content strong,
    .editorial-feature-content strong { font-size: 1.25rem; line-height: 1.16; }

    .latest-card {
        display: grid;
        grid-template-columns: 116px minmax(0, 1fr) !important;
        gap: 13px !important;
        margin-bottom: 17px;
        padding-bottom: 17px;
    }
    .latest-thumb { aspect-ratio: 1.15 / 1; border-radius: 11px; }
    .latest-content h3 { margin-top: 5px; font-size: 1rem !important; line-height: 1.2; }
    .latest-content p { display: none; }
    .latest-content .post-meta { font-size: .65rem; }

    .home-category-block { padding: 30px 0; }
    .home-category-grid { grid-template-columns: 1fr; gap: 17px; }
    .home-category-card--lead { grid-column: auto; }
    .home-category-card:not(.home-category-card--lead) {
        display: grid;
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 12px;
        padding-top: 15px;
        border-top: 1px solid var(--jvc-border);
    }
    .home-category-card:not(.home-category-card--lead) .home-category-thumb { aspect-ratio: 1.2 / 1; }
    .home-category-card:not(.home-category-card--lead) .home-category-content { padding-top: 0; }
    .home-category-card--lead .home-category-content h3 { font-size: 1.25rem; }
    .home-category-content h3 { font-size: .95rem; }
    .home-category-content .post-meta { font-size: .64rem; }

    .category-archive-header {
        display: block;
        padding-top: 30px;
    }
    .category-post-count { display: inline-flex; margin-top: 16px; }
    .category-inner-grid { padding-top: 22px; }
    .category-lead-media { border-radius: 13px; }
    .category-lead-content h2 { font-size: 1.55rem; }
    .category-lead-content p { font-size: .88rem; }

    .archive-card {
        display: grid;
        grid-template-columns: 116px minmax(0,1fr) !important;
        gap: 13px !important;
        padding-bottom: 17px;
    }
    .archive-thumb { aspect-ratio: 1.15 / 1; border-radius: 11px; }
    .archive-card h2 { margin: 5px 0; font-size: 1rem !important; line-height: 1.2; }
    .archive-card p,
    .archive-card .read-more { display: none; }
    .archive-card .post-meta { font-size: .64rem; }

    .search-hero { padding-top: 30px; }
    .search-filter-form {
        grid-template-columns: 1fr;
        padding: 10px;
    }
    .search-filter-form .button { grid-column: auto; }
    .search-inner-grid { padding-top: 24px; }
}

@media (min-width: 821px) {
    .menu-toggle { display: none; }
}

/* Version 5.12: acabamento do cabeçalho, rodapé e contatos */
.main-nav-wrap.is-sticky-enabled {
    position: relative;
    z-index: 120;
    transition: box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}
.main-nav-wrap.is-sticky-enabled.is-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    border-color: rgba(6, 27, 58, .08);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 30px rgba(6, 27, 58, .11);
    backdrop-filter: blur(14px);
}
.admin-bar .main-nav-wrap.is-sticky-enabled.is-fixed { top: 32px; }
.jvc-navigation-spacer { display: none; }
.jvc-navigation-spacer.is-active { display: block; }
.site-header.is-scrolled .main-nav-inner { min-height: 58px; }
.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a,
.primary-navigation .current-menu-ancestor > a {
    color: var(--jvc-blue);
}
.primary-navigation .current-menu-item > a::before,
.primary-navigation .current_page_item > a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--jvc-green);
    vertical-align: middle;
}

.site-footer {
    position: relative;
    overflow: hidden;
    border-top: 0;
    background: #f7fbfd;
}
.site-footer::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--jvc-blue), var(--jvc-cyan), var(--jvc-green));
}
.footer-ad-wrap { padding-top: 42px; }
.footer-main {
    position: relative;
    padding: 58px 0 52px;
    background:
        radial-gradient(circle at 9% 10%, rgba(0,139,210,.08), transparent 27%),
        radial-gradient(circle at 88% 85%, rgba(32,213,143,.09), transparent 28%),
        linear-gradient(180deg, #ffffff, #f5fafc);
}
.footer-grid {
    grid-template-columns: minmax(260px, 1.35fr) minmax(150px, .65fr) minmax(170px, .72fr) minmax(260px, 1.05fr);
    gap: 42px;
}
.footer-brand p {
    max-width: 390px;
    margin: 18px 0 20px;
    font-size: .92rem;
    line-height: 1.7;
}
.footer-social { gap: 9px; }
.footer-social a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--jvc-border);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 18px rgba(6,27,58,.05);
}
.footer-social a:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--jvc-blue), var(--jvc-green));
}
.footer-column h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: var(--jvc-navy);
    font-size: .8rem;
    letter-spacing: .07em;
}
.footer-column h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--jvc-blue), var(--jvc-green));
}
.footer-column .menu,
.footer-links { gap: 9px; }
.footer-column .menu a,
.footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: color .18s ease, transform .18s ease;
}
.footer-column .menu a::before,
.footer-links a::before {
    content: '›';
    color: var(--jvc-blue);
    font-weight: 900;
}
.footer-column .menu a:hover,
.footer-links a:hover {
    color: var(--jvc-blue);
    transform: translateX(3px);
}
.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-contact-list > a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    min-height: 54px;
    padding: 8px 10px;
    border: 1px solid rgba(223,232,239,.9);
    border-radius: 12px;
    background: rgba(255,255,255,.74);
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.footer-contact-list > a:hover {
    color: var(--jvc-navy);
    border-color: rgba(0,139,210,.34);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(6,27,58,.07);
}
.footer-contact-list > a > svg {
    display: block;
    width: 22px;
    height: 22px;
    margin: auto;
    color: var(--jvc-blue);
}
.footer-contact-list span {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
    color: var(--jvc-text);
    font-size: .82rem;
    font-weight: 750;
    line-height: 1.25;
}
.footer-contact-list small {
    display: block;
    margin-bottom: 2px;
    color: var(--jvc-muted);
    font-size: .63rem;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}
.footer-bottom {
    background: var(--jvc-navy);
}
.footer-bottom-inner {
    min-height: 56px;
    font-size: .74rem;
}
.footer-credit a { color: #fff; font-weight: 800; }
.footer-credit a:hover { color: var(--jvc-green); }

.jvc-floating-action,
.jvc-back-to-top {
    position: fixed;
    z-index: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: 0 14px 34px rgba(6,27,58,.22);
}
.jvc-floating-whatsapp {
    right: 22px;
    bottom: 22px;
    min-height: 54px;
    gap: 9px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    background: #16b85a;
    font-size: .8rem;
    font-weight: 850;
    transition: transform .2s ease, box-shadow .2s ease;
}
.jvc-floating-whatsapp:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(22,184,90,.3);
}
.jvc-floating-whatsapp svg { width: 24px; height: 24px; }
.jvc-back-to-top {
    right: 26px;
    bottom: 88px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: var(--jvc-navy);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease;
}
.jvc-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.jvc-back-to-top:hover { background: var(--jvc-blue); }
.jvc-back-to-top svg { width: 22px; height: 22px; }

@media (max-width: 1050px) {
    .footer-grid { grid-template-columns: 1.15fr .85fr .85fr; }
    .contact-column { grid-column: 1 / -1; }
    .footer-contact-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .admin-bar .main-nav-wrap.is-sticky-enabled.is-fixed { top: 46px; }
    .site-header.is-scrolled .main-nav-inner { min-height: 58px; }
    .primary-navigation .current-menu-item > a::before,
    .primary-navigation .current_page_item > a::before { display: none; }
    .footer-main { padding: 44px 0 38px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 26px; }
    .footer-brand,
    .contact-column { grid-column: 1 / -1; }
    .footer-brand { text-align: center; }
    .footer-logo-row { margin-inline: auto; }
    .footer-brand p { margin-inline: auto; }
    .footer-social { justify-content: center; }
    .footer-contact-list { grid-template-columns: 1fr 1fr; }
    .footer-bottom-inner { padding-block: 13px; text-align: center; flex-direction: column; justify-content: center; gap: 4px; }
}

@media (max-width: 560px) {
    .footer-main { padding-top: 38px; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-brand,
    .contact-column { grid-column: auto; }
    .footer-column { text-align: center; }
    .footer-column h2::after { left: 50%; transform: translateX(-50%); }
    .footer-column .menu,
    .footer-links { align-items: center; }
    .footer-contact-list { grid-template-columns: 1fr; }
    .footer-contact-list > a { text-align: left; }
    .jvc-floating-whatsapp {
        right: 14px;
        bottom: max(14px, env(safe-area-inset-bottom));
        width: 52px;
        height: 52px;
        min-height: 52px;
        padding: 0;
    }
    .jvc-floating-whatsapp span { display: none; }
    .jvc-back-to-top {
        right: 18px;
        bottom: calc(max(14px, env(safe-area-inset-bottom)) + 64px);
        width: 42px;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jvc-floating-whatsapp,
    .jvc-back-to-top,
    .main-nav-wrap { transition: none !important; }
}


/* v5.14 — cabeçalho sem menu institucional duplicado */
.category-navigation-track {
    display: flex;
    align-items: center;
}
.category-search-toggle {
    appearance: none;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin-left: auto;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--jvc-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.category-search-toggle:hover,
.category-search-toggle:focus-visible {
    background: #e7f5fb;
    color: var(--jvc-blue);
}
.category-search-toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}
@media (max-width: 720px) {
    .category-search-toggle {
        position: sticky;
        right: 0;
        background: #f5f9fc;
        box-shadow: -12px 0 14px #f5f9fc;
    }
}

/* v5.15 — preparação para aprovação */
.jvc-presentation-notice {
    background: #fff8df;
    border-bottom: 1px solid #f3df9a;
    color: #6d5410;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    padding: 8px 0;
}
.footer-grid-final {
    grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(150px, 1fr));
    align-items: start;
}
.videos-archive-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}
.youtube-archive-grid .video-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.youtube-video-card h2 {
    font-size: 1rem;
    line-height: 1.35;
}
@media (max-width: 980px) {
    .footer-grid-final { grid-template-columns: 1fr 1fr; }
    .videos-archive-header { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
    .footer-grid-final { grid-template-columns: 1fr; }
    .jvc-presentation-notice { font-size: .72rem; padding: 7px 12px; }
    .youtube-archive-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .youtube-video-card h2 { font-size: .88rem; }
    .videos-archive-header .button { width: 100%; justify-content: center; }
}
@media (max-width: 430px) {
    .youtube-archive-grid { grid-template-columns: 1fr; }
}

/* v5.16 — logos centralizadas lado a lado */
.branding {
    justify-content: center;
    gap: clamp(24px, 4vw, 56px);
}
.site-logo {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-logo .custom-logo-link {
    justify-content: center;
}
.site-logo img {
    width: clamp(320px, 34vw, 480px);
    max-width: 100%;
    object-position: center;
}
.header-partner-logo {
    flex: 0 0 auto;
    margin-left: 0;
    justify-content: center;
}
.header-partner-logo img {
    width: clamp(125px, 12vw, 170px);
    object-position: center;
}

@media (max-width: 820px) {
    .branding {
        gap: 22px;
    }
    .site-logo img {
        width: min(390px, 61vw);
    }
    .header-partner-logo img {
        width: min(132px, 21vw);
    }
}

@media (max-width: 560px) {
    .branding {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 12px;
        padding-inline: 12px;
    }
    .site-logo {
        min-width: 0;
    }
    .site-logo img {
        width: min(245px, 64vw);
        max-height: 58px;
    }
    .header-partner-logo img {
        width: min(88px, 23vw);
        max-height: 36px;
    }
}



/* v5.17 — matéria sem barra lateral */
.single-post .article-shell { max-width: 1260px; }
.single-post .article-primary-grid {
    display: block;
    max-width: 1040px;
    margin-inline: auto;
}
.single-post .article-modern { width: 100%; }
.single-post .article-hero-header,
.single-post .article-share-bar,
.single-post .article-modern .article-body,
.single-post .article-footer-modern,
.single-post .article-author-box,
.single-post .article-post-navigation {
    margin-left: auto;
    margin-right: auto;
}
.single-post .article-hero-header { max-width: 920px; }
.single-post .article-modern .article-body,
.single-post .article-footer-modern,
.single-post .article-author-box,
.single-post .article-post-navigation { max-width: 860px; }
.single-post .article-share-bar { max-width: 860px; }
.single-post .article-featured-image {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 620px) {
    .single-post .article-primary-grid,
    .single-post .article-hero-header,
    .single-post .article-share-bar,
    .single-post .article-modern .article-body,
    .single-post .article-footer-modern,
    .single-post .article-author-box,
    .single-post .article-post-navigation,
    .single-post .article-featured-image { max-width: 100%; }
}

/* =========================================================
   v5.18 — Jornal Digital integrado ao Calaméo
   ========================================================= */
.calameo-edition-card {
    min-height: 0;
    justify-content: flex-start;
    padding: 24px 22px;
    text-align: center;
}
.calameo-edition-card .edition-card-heading {
    width: 100%;
    margin-bottom: 14px;
}
.calameo-edition-card .edition-card-heading .eyebrow {
    display: block;
    margin-bottom: 5px;
}
.calameo-edition-card .edition-card-heading h2 {
    margin: 0;
    text-transform: none;
    font-size: 1.15rem;
    line-height: 1.2;
}
.jvc-calameo-preview {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
    background: #091421;
    box-shadow: 0 14px 34px rgba(6, 27, 58, .15);
}
.jvc-calameo-preview iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #091421;
}
.jvc-calameo-preview-home {
    aspect-ratio: 4 / 5;
    max-height: 420px;
}
.calameo-edition-card h3 {
    margin: 14px 0 3px;
}
.calameo-edition-card p {
    margin: 0 0 13px;
}
.calameo-edition-card .edition-card-actions {
    width: 100%;
}
.jvc-calameo-empty-state {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 26px 12px;
}
.jvc-calameo-empty-state svg {
    width: 54px;
    height: 54px;
    color: var(--jvc-blue);
}
.jvc-calameo-empty-state h3,
.jvc-calameo-empty-state p {
    margin: 0;
}

.featured-calameo-card {
    grid-template-columns: minmax(320px, .95fr) minmax(0, 1fr);
    align-items: center;
}
.featured-calameo-card .featured-edition-cover {
    width: 100%;
    max-width: 520px;
    aspect-ratio: 4 / 3;
    padding: 0;
    background: transparent;
}
.jvc-calameo-preview-featured {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
}
.calameo-editions-grid {
    align-items: stretch;
}
.calameo-edition-grid-card {
    overflow: hidden;
}
.jvc-calameo-preview-grid {
    aspect-ratio: 4 / 3;
    border-radius: 0;
    box-shadow: none;
}
.calameo-edition-grid-card .edition-grid-content {
    min-height: 150px;
}
.calameo-edition-grid-card .edition-grid-actions {
    margin-top: auto;
}

.jvc-calameo-open-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 10px;
    background: linear-gradient(100deg, var(--jvc-blue), var(--jvc-green));
    color: #fff;
    font-size: .78rem;
    font-weight: 850;
}
.jvc-calameo-dialog {
    grid-template-rows: auto minmax(0, 1fr);
    width: min(1500px, 98vw);
    height: min(96vh, 1000px);
}
.jvc-calameo-reader-shell {
    position: relative;
    min-width: 0;
    min-height: 0;
    background: #09111c;
}
.jvc-calameo-reader-shell > iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #09111c;
}
.jvc-calameo-reader-shell .jvc-reader-loading {
    z-index: 2;
}
.jvc-calameo-reader-shell .jvc-reader-loading[hidden] {
    display: none !important;
}
.jvc-calameo-inline-reader {
    width: 100%;
    height: min(78vh, 900px);
    min-height: 620px;
    overflow: hidden;
    border-radius: 18px;
    background: #09111c;
    box-shadow: 0 22px 54px rgba(6, 27, 58, .16);
}
.jvc-calameo-inline-reader iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.jvc-calameo-single-actions {
    justify-content: center;
    margin-top: 24px;
}

@media (max-width: 900px) {
    .featured-calameo-card {
        grid-template-columns: 1fr;
    }
    .featured-calameo-card .featured-edition-cover {
        max-width: none;
    }
    .jvc-calameo-dialog {
        width: 100vw;
        height: 100dvh;
        max-height: none;
        border: 0;
        border-radius: 0;
    }
    .jvc-edition-modal {
        padding: 0;
    }
    .jvc-calameo-open-link {
        padding: 0 11px;
        font-size: .7rem;
    }
    .jvc-calameo-inline-reader {
        height: 72dvh;
        min-height: 480px;
        border-radius: 12px;
    }
}

@media (max-width: 620px) {
    .calameo-edition-card {
        padding: 18px 16px;
    }
    .jvc-calameo-preview-home {
        max-height: none;
        aspect-ratio: 4 / 4.6;
    }
    .jvc-edition-toolbar {
        min-height: 58px;
        padding: 8px 9px 8px 13px;
        gap: 8px;
    }
    .jvc-edition-toolbar-title span {
        display: none;
    }
    .jvc-edition-toolbar-title strong {
        max-width: 35vw;
        font-size: .82rem;
    }
    .jvc-edition-toolbar-actions {
        gap: 5px;
    }
    .jvc-calameo-open-link {
        min-height: 38px;
        padding: 0 9px;
        font-size: .63rem;
    }
    .jvc-reader-tool,
    .jvc-reader-close {
        width: 38px;
        min-height: 38px;
    }
    .jvc-calameo-inline-reader {
        height: 68dvh;
        min-height: 420px;
    }
}

/* =========================================================
   v5.19 — experiência mobile-first do portal público
   ========================================================= */
html { overflow-x: clip; scroll-padding-top: 72px; }
body { min-width: 0; overflow-x: clip; }
img, iframe, video, svg { max-width: 100%; }
.container { width: min(100% - 32px, 1240px); }
.jvc-mobile-menu-toggle,
.jvc-mobile-search-toggle,
.jvc-mobile-menu,
.jvc-mobile-menu-backdrop { display: none; }

@media (max-width: 980px) {
    .container { width: min(100% - 36px, 920px); }
    .hero-layout { grid-template-columns: minmax(0, 1.55fr) minmax(270px, .75fr); gap: 22px; }
    .content-grid-section { grid-template-columns: minmax(0, 1fr) 280px; gap: 30px; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
    .footer-column.contact-column { grid-column: 1 / -1; }
    .footer-contact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    :root { --jvc-mobile-gutter: 18px; }
    html { scroll-padding-top: 62px; }
    body.jvc-mobile-menu-open,
    body.jvc-reader-open { overflow: hidden; touch-action: none; }
    .container { width: calc(100% - (var(--jvc-mobile-gutter) * 2)); }
    .topbar { display: none; }
    .site-header { position: relative; background: #fff; box-shadow: 0 1px 0 rgba(6,27,58,.08); }
    .branding {
        position: relative;
        min-height: 68px;
        gap: 10px;
        padding: 8px 54px;
    }
    .site-logo { flex: 1 1 auto; min-width: 0; }
    .site-logo img { width: min(260px, 50vw); max-height: 48px; object-fit: contain; }
    .header-partner-logo img { width: min(84px, 17vw); max-height: 38px; object-fit: contain; }
    .jvc-mobile-menu-toggle,
    .jvc-mobile-search-toggle {
        position: absolute;
        top: 50%;
        z-index: 2;
        display: grid;
        place-items: center;
        width: 44px;
        min-width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        border-radius: 12px;
        color: var(--jvc-navy);
        background: #f2f6f8;
        transform: translateY(-50%);
    }
    .jvc-mobile-menu-toggle { left: 0; align-content: center; gap: 4px; }
    .jvc-mobile-menu-toggle span { width: 19px; height: 2px; border-radius: 3px; background: currentColor; }
    .jvc-mobile-search-toggle { right: 0; }
    .jvc-mobile-search-toggle svg { width: 21px; height: 21px; }
    .category-search-toggle { display: none; }
    .category-navigation { position: sticky; top: 0; z-index: 100; border-top: 1px solid #edf1f4; }
    .category-navigation-track {
        width: 100%;
        min-height: 46px;
        gap: 7px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        padding: 6px var(--jvc-mobile-gutter);
    }
    .category-navigation-track::-webkit-scrollbar { display: none; }
    .category-navigation-track a {
        flex: 0 0 auto;
        min-height: 34px;
        display: inline-flex;
        align-items: center;
        padding: 7px 12px;
        border-radius: 999px;
        background: #f1f5f7;
        scroll-snap-align: start;
        font-size: .75rem;
        line-height: 1;
    }
    .category-navigation-track a.is-current,
    .category-navigation-track .category-navigation-all { color: #fff; background: var(--jvc-navy); }
    .header-search {
        position: fixed;
        z-index: 500;
        inset: 0 0 auto;
        padding: max(16px, env(safe-area-inset-top)) var(--jvc-mobile-gutter) 18px;
        background: rgba(255,255,255,.98);
        box-shadow: 0 14px 38px rgba(6,27,58,.18);
    }
    .header-search .container { width: 100%; }
    .search-form { display: flex; gap: 8px; }
    .search-form label { flex: 1; min-width: 0; }
    .search-field { width: 100%; min-height: 48px; font-size: 16px; }
    .search-submit { min-width: 48px; min-height: 48px; }

    .jvc-mobile-menu-backdrop {
        position: fixed;
        z-index: 998;
        inset: 0;
        display: block;
        background: rgba(3,15,31,.56);
        backdrop-filter: blur(3px);
    }
    .jvc-mobile-menu-backdrop[hidden] { display: none; }
    .jvc-mobile-menu {
        position: fixed;
        z-index: 999;
        inset: 0 auto 0 0;
        display: flex;
        flex-direction: column;
        width: min(88vw, 370px);
        max-height: 100dvh;
        overflow-y: auto;
        padding-bottom: env(safe-area-inset-bottom);
        background: #fff;
        box-shadow: 20px 0 60px rgba(0,0,0,.22);
        transform: translateX(-105%);
        transition: transform .26s ease;
    }
    .jvc-mobile-menu.is-open { transform: translateX(0); }
    .jvc-mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 70px;
        padding: max(12px, env(safe-area-inset-top)) 18px 12px;
        border-bottom: 1px solid var(--jvc-border);
    }
    .jvc-mobile-menu-header strong { color: var(--jvc-navy); font-size: 1rem; }
    .jvc-mobile-menu-header button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: #edf3f6; font-size: 1.7rem; }
    .jvc-mobile-menu-links { display: grid; padding: 10px 18px; }
    .jvc-mobile-menu-links a { display: flex; align-items: center; min-height: 50px; border-bottom: 1px solid #edf1f4; color: var(--jvc-navy); font-weight: 800; }
    .jvc-mobile-menu-links a::after { content: '›'; margin-left: auto; color: var(--jvc-blue); font-size: 1.3rem; }
    .jvc-mobile-menu-categories { display: flex; flex-wrap: wrap; gap: 8px; padding: 16px 18px 24px; }
    .jvc-mobile-menu-categories > span { flex-basis: 100%; margin-bottom: 2px; color: var(--jvc-muted); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
    .jvc-mobile-menu-categories a { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 12px; border-radius: 999px; color: var(--jvc-navy); background: #eef4f7; font-size: .78rem; font-weight: 750; }

    .top-ad-section { padding-block: 14px 6px; }
    .top-ad-section:empty, .content-ad-section:empty { display: none; }
    .live-strip-inner { align-items: flex-start; gap: 10px; padding-block: 12px; }
    .live-message { min-width: 0; font-size: .82rem; }
    .button-live { min-height: 44px; }
    .hero-layout, .video-hero-layout { grid-template-columns: 1fr; gap: 18px; padding-top: 18px; }
    .main-video-card, .main-video-player { overflow: hidden; border-radius: 14px; }
    .main-video-player { aspect-ratio: 16 / 9; min-height: 0; }
    .main-video-player iframe { width: 100%; height: 100%; }
    .calameo-edition-card { display: grid; grid-template-columns: minmax(120px, .7fr) minmax(0, 1fr); align-items: center; gap: 14px; padding: 16px; text-align: left; border-radius: 16px; }
    .calameo-edition-card .edition-card-heading { grid-column: 1 / -1; margin-bottom: 0; text-align: left; }
    .calameo-edition-card .jvc-calameo-preview-home { grid-row: span 3; aspect-ratio: 4 / 4.8; max-height: 260px; }
    .calameo-edition-card h3, .calameo-edition-card p { margin: 0; }
    .calameo-edition-card h3 { font-size: 1.05rem; }
    .calameo-edition-card .edition-card-actions { display: grid; gap: 8px; align-self: end; }
    .calameo-edition-card .button { width: 100%; min-height: 44px; }
    .edition-archive-link { min-height: 38px; display: inline-flex; align-items: center; }

    .ondemand-section { padding-top: 32px; }
    .ondemand-heading { align-items: end; }
    .ondemand-heading h2 { font-size: 1.35rem; }
    .ondemand-carousel-controls { display: none !important; }
    .ondemand-track {
        display: flex;
        gap: 13px;
        margin-inline: calc(var(--jvc-mobile-gutter) * -1);
        padding: 0 var(--jvc-mobile-gutter) 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: var(--jvc-mobile-gutter);
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .ondemand-track::-webkit-scrollbar { display: none; }
    .ondemand-track .video-card { flex: 0 0 min(78vw, 310px); scroll-snap-align: start; }
    .ondemand-track.is-touching { scroll-snap-type: none; }
    .video-card-thumb { border-radius: 13px; }

    .content-grid-section { grid-template-columns: 1fr; gap: 32px; padding-top: 34px; }
    .most-read-column { border-top: 1px solid var(--jvc-border); padding-top: 28px; }
    .section-heading { gap: 12px; }
    .section-heading h2 { font-size: 1.3rem; }
    .section-link { min-height: 42px; display: inline-flex; align-items: center; }
    .button, button, input[type="submit"] { min-height: 44px; }

    .archive-header, .article-page { padding-top: 24px; }
    .archive-grid, .editions-grid, .youtube-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
    .pagination .page-numbers { min-width: 44px; min-height: 44px; display: inline-grid; place-items: center; }

    .article-shell { padding-inline: 0; }
    .article-breadcrumbs { overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
    .article-hero-header h1 { font-size: clamp(2rem, 7vw, 3.1rem); line-height: 1.08; overflow-wrap: anywhere; }
    .article-lead { font-size: 1.08rem; line-height: 1.55; }
    .article-author-row { align-items: flex-start; gap: 16px; }
    .article-facts { flex-wrap: wrap; justify-content: flex-start; }
    .article-featured-image { border-radius: 14px; }
    .article-share-bar { position: sticky; top: 52px; z-index: 40; gap: 8px; overflow-x: auto; padding: 10px; border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 8px 24px rgba(6,27,58,.08); scrollbar-width: none; }
    .article-share-bar > span { flex: 0 0 auto; }
    .share-button { flex: 0 0 auto; min-width: 44px; min-height: 44px; }
    .article-body { font-size: 1.08rem; line-height: 1.78; overflow-wrap: anywhere; }
    .article-body > * { max-width: 100%; }
    .article-body iframe { width: 100%; }
    .article-post-navigation { grid-template-columns: 1fr; gap: 10px; }
    .article-post-navigation a { min-height: 72px; }
    .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

    .featured-calameo-card { gap: 18px; padding: 18px; }
    .jvc-edition-modal { align-items: stretch; padding: 0; }
    .jvc-calameo-dialog { width: 100vw; height: 100dvh; max-height: none; border-radius: 0; }
    .jvc-edition-toolbar { padding-top: max(8px, env(safe-area-inset-top)); }
    .jvc-calameo-reader-shell { padding-bottom: env(safe-area-inset-bottom); }

    .footer-main { padding: 38px 0 32px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
    .footer-brand { grid-column: 1 / -1; text-align: center; }
    .footer-logo-row, .footer-social { justify-content: center; }
    .footer-brand p { margin-inline: auto; }
    .footer-column.contact-column { grid-column: 1 / -1; }
    .footer-contact-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-bottom-inner { flex-direction: column; justify-content: center; gap: 5px; padding-block: 14px; text-align: center; }
    .jvc-back-to-top { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); }
}

@media (max-width: 560px) {
    :root { --jvc-mobile-gutter: 14px; }
    .branding { min-height: 62px; padding-inline: 50px; }
    .site-logo img { width: min(205px, 51vw); max-height: 43px; }
    .header-partner-logo img { width: min(70px, 18vw); max-height: 32px; }
    .jvc-mobile-menu-toggle, .jvc-mobile-search-toggle { width: 42px; min-width: 42px; height: 42px; }
    .live-strip-inner { display: grid; }
    .live-strip .button { width: 100%; }
    .calameo-edition-card { grid-template-columns: 118px minmax(0, 1fr); gap: 12px; padding: 14px; }
    .calameo-edition-card .edition-card-heading h2 { font-size: 1rem; }
    .calameo-edition-card h3 { font-size: .96rem; }
    .calameo-edition-card p, .edition-archive-link { font-size: .74rem; }
    .calameo-edition-card .button { padding-inline: 10px; font-size: .72rem; }
    .ondemand-heading-actions .section-link { font-size: .74rem; }
    .ondemand-track .video-card { flex-basis: 82vw; }
    .latest-card, .archive-card { grid-template-columns: 108px minmax(0, 1fr) !important; gap: 12px !important; }
    .latest-thumb, .archive-thumb { min-height: 92px; }
    .archive-grid, .editions-grid, .youtube-archive-grid { grid-template-columns: 1fr; }
    .article-hero-header h1 { font-size: clamp(1.82rem, 9vw, 2.45rem); }
    .article-author-row { display: grid; }
    .article-share-bar { margin-inline: calc(var(--jvc-mobile-gutter) * -1); border-radius: 0; padding-inline: var(--jvc-mobile-gutter); }
    .article-share-bar > span { display: none; }
    .article-body { font-size: 1.04rem; line-height: 1.75; }
    .article-body h2 { font-size: 1.45rem; }
    .article-body h3 { font-size: 1.2rem; }
    .article-body blockquote { margin-inline: 0; padding: 16px 18px; }
    .article-author-box { grid-template-columns: 56px minmax(0, 1fr); padding: 18px; }
    .article-author-box img { width: 56px; height: 56px; }
    .related-grid { grid-template-columns: 1fr; }
    .jvc-edition-toolbar-title strong { max-width: 28vw; }
    .jvc-calameo-open-link { font-size: 0; }
    .jvc-calameo-open-link::after { content: 'Calaméo'; font-size: .7rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-column, .footer-column.contact-column { grid-column: auto; }
    .footer-column h2 { margin-bottom: 12px; }
    .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; }
    .footer-links a { min-height: 38px; }
    .footer-contact-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .jvc-mobile-menu { transition: none; }
    .ondemand-track { scroll-behavior: auto; }
}

/* v5.20 — capa limpa e clicável do Jornal Digital */
.jvc-calameo-preview {
    display: grid;
    place-items: center;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.jvc-calameo-cover-button {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(6,27,58,.24), 0 3px 9px rgba(6,27,58,.16);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}
.jvc-calameo-cover-button:hover,
.jvc-calameo-cover-button:focus-visible {
    transform: translateY(-5px) scale(1.012);
    box-shadow: 0 25px 52px rgba(6,27,58,.28), 0 4px 12px rgba(6,27,58,.18);
}
.jvc-calameo-cover-button:focus-visible { outline: 3px solid var(--jvc-green); outline-offset: 4px; }
.jvc-calameo-cover-button img {
    display: block;
    width: auto;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}
.jvc-calameo-cover-action {
    position: absolute;
    inset: auto 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    padding: 8px 11px;
    border-radius: 8px;
    color: #fff;
    background: rgba(6,27,58,.9);
    box-shadow: 0 5px 16px rgba(0,0,0,.25);
    backdrop-filter: blur(8px);
    font-size: .72rem;
    letter-spacing: .01em;
}
.jvc-calameo-cover-action svg { width: 17px; height: 17px; }
.jvc-calameo-preview-home { aspect-ratio: 4 / 5; padding: 4px; }
.jvc-calameo-preview-featured,
.jvc-calameo-preview-grid { aspect-ratio: 4 / 5; padding: 22px; background: linear-gradient(145deg, #f7fafc, #eaf2f6); }
.jvc-calameo-preview-grid { border-radius: 14px 14px 0 0; }

@media (max-width: 820px) {
    .calameo-edition-card .jvc-calameo-preview-home { aspect-ratio: 4 / 5.2; padding: 2px; }
    .jvc-calameo-cover-action { inset: auto 6px 6px; min-height: 36px; padding: 7px 9px; }
    .jvc-calameo-preview-featured,
    .jvc-calameo-preview-grid { padding: 18px; }
}

@media (max-width: 560px) {
    .jvc-calameo-cover-action { border-radius: 6px; font-size: 0; }
    .jvc-calameo-cover-action strong::after { content: 'Folhear'; font-size: .66rem; }
    .jvc-calameo-preview-featured,
    .jvc-calameo-preview-grid { padding: 14px; }
}

/* v5.21 — correção da capa e proporção do bloco principal */
.video-hero-layout { align-items: start; }
.video-hero-layout .calameo-edition-card {
    width: 100%;
    height: auto;
    max-height: none;
    gap: 14px;
    align-self: start;
}
.video-hero-layout .jvc-calameo-preview-home {
    width: 100%;
    height: clamp(270px, 26vw, 380px);
    max-height: 380px;
    aspect-ratio: auto;
}
.video-hero-layout .jvc-calameo-cover-button { width: auto; max-width: 100%; aspect-ratio: auto; }
.jvc-calameo-cover-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(100%, 270px);
    height: 100%;
    padding: 28px 20px 64px;
    color: #fff;
    background: linear-gradient(155deg, var(--jvc-navy), #0b4f76 70%, var(--jvc-blue));
    text-align: center;
}
.jvc-calameo-cover-fallback svg { width: 48px; height: 48px; margin-bottom: 22px; }
.jvc-calameo-cover-fallback strong { font-size: 1.2rem; }
.jvc-calameo-cover-fallback small { margin-top: 10px; color: rgba(255,255,255,.78); font-size: .78rem; }

@media (max-width: 820px) {
    .video-hero-layout .calameo-edition-card { display: block; padding: 16px; }
    .video-hero-layout .calameo-edition-card .edition-card-heading { margin-bottom: 14px; text-align: center; }
    .video-hero-layout .jvc-calameo-preview-home { height: min(96vw, 420px); max-height: 420px; }
}

@media (max-width: 560px) {
    .video-hero-layout .jvc-calameo-preview-home { height: min(108vw, 390px); }
}

/* v5.22 — cards de matérias sem sobreposição no celular */
@media (max-width: 560px) {
    .latest-list { width: 100%; min-width: 0; }
    .latest-card,
    .archive-card {
        display: grid !important;
        grid-template-columns: 108px minmax(0, 1fr) !important;
        align-items: start !important;
        gap: 12px !important;
        width: 100%;
        min-width: 0;
        min-height: 96px;
        margin-bottom: 16px;
        padding-bottom: 16px;
        overflow: hidden;
    }
    .latest-thumb,
    .archive-thumb {
        display: block;
        width: 108px !important;
        min-width: 0 !important;
        max-width: 108px !important;
        height: 92px !important;
        min-height: 92px !important;
        max-height: 92px !important;
        aspect-ratio: auto !important;
        overflow: hidden;
        border-radius: 10px;
    }
    .latest-thumb img,
    .archive-thumb img,
    .latest-thumb .image-placeholder,
    .archive-thumb .image-placeholder {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
    .latest-content,
    .archive-card-content {
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }
    .latest-content .post-meta,
    .archive-card-content .post-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 3px 6px;
        min-width: 0;
        margin: 0 0 5px;
        font-size: .64rem;
        line-height: 1.2;
    }
    .latest-content h3,
    .archive-card h2 {
        display: -webkit-box;
        max-width: 100%;
        margin: 0 !important;
        overflow: hidden;
        color: var(--jvc-navy);
        font-size: .96rem !important;
        line-height: 1.22 !important;
        overflow-wrap: anywhere;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .latest-content h3 a,
    .archive-card h2 a { display: block; max-width: 100%; }
}

@media (max-width: 380px) {
    .latest-card,
    .archive-card { grid-template-columns: 96px minmax(0, 1fr) !important; gap: 10px !important; }
    .latest-thumb,
    .archive-thumb { width: 96px !important; max-width: 96px !important; height: 84px !important; min-height: 84px !important; max-height: 84px !important; }
    .latest-content h3,
    .archive-card h2 { font-size: .9rem !important; }
}
