/*
Theme Name: BANANAiA Premium Media
Theme URI: https://bananaiamedia.gr
Author: BANANAiA Media
Description: Premium, responsive editorial theme for BANANAiA Media.
Version: 1.14.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: bananaia-premium
*/

:root {
  --bm-black: #090909;
  --bm-ink: #14110f;
  --bm-paper: #f7f3eb;
  --bm-card: #fffdf8;
  --bm-gold: #d8a72b;
  --bm-gold-light: #f4d77d;
  --bm-wine: #65121c;
  --bm-muted: #706a61;
  --bm-line: rgba(20, 17, 15, .13);
  --bm-radius: 18px;
  --bm-shadow: 0 18px 50px rgba(26, 18, 6, .10);
  --bm-max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--bm-ink);
  background: var(--bm-paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--bm-wine); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.bm-wrap { width: min(calc(100% - 40px), var(--bm-max)); margin-inline: auto; }

.bm-topline { background: var(--bm-black); color: #fff; font-size: .78rem; letter-spacing: .05em; }
.bm-topline__inner { min-height: 34px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.bm-live { display:flex; align-items:center; gap:8px; text-transform:uppercase; font-weight:800; }
.bm-live::before { content:""; width:7px; height:7px; border-radius:50%; background:#ff3b49; box-shadow:0 0 0 5px rgba(255,59,73,.12); }
.bm-topline a { color: var(--bm-gold-light); }

.bm-header { position: sticky; top: 0; z-index: 100; background: rgba(247,243,235,.94); border-bottom:1px solid var(--bm-line); backdrop-filter: blur(14px); }
.bm-header__inner { min-height: 86px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:28px; }
.bm-brand { display:flex; align-items:center; gap:13px; min-width:max-content; }
.bm-brand,.bm-brand:hover { color:var(--bm-ink); }
.bm-brand__mark { width:62px; height:62px; border-radius:50%; object-fit:cover; box-shadow:0 7px 20px rgba(74,26,7,.24); }
.bm-brand__name { display:block; font-family: Georgia, "Times New Roman", serif; font-size:1.35rem; line-height:1; font-weight:800; letter-spacing:.02em; }
.bm-brand__tag { display:block; margin-top:6px; font-size:.66rem; font-weight:800; letter-spacing:.11em; text-transform:uppercase; color:var(--bm-wine); }
.bm-nav ul { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:22px; margin:0; padding:0; list-style:none; }
.bm-nav a { font-size:.87rem; font-weight:750; }
.bm-actions { display:flex; align-items:center; gap:9px; }
.bm-socials { display:flex; align-items:center; gap:8px; margin-top:18px; }
.bm-socials--header { margin:0; }
.bm-socials a { width:36px; height:36px; display:grid; place-items:center; border:1px solid currentColor; border-radius:50%; opacity:.82; }
.bm-socials a:hover { color:var(--bm-gold); opacity:1; }
.bm-socials svg { width:18px; height:18px; }
.bm-icon-btn { width:42px; height:42px; border:1px solid var(--bm-line); border-radius:50%; display:grid; place-items:center; background:transparent; cursor:pointer; }
.bm-icon-btn:hover { background:#fff; border-color:var(--bm-gold); }
.bm-menu-toggle { display:none; }

.bm-button { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 20px; border-radius:999px; border:1px solid transparent; background:var(--bm-gold); color:var(--bm-black); font-weight:850; cursor:pointer; }
.bm-button:hover { color:var(--bm-black); background:var(--bm-gold-light); transform:translateY(-1px); }
.bm-button--dark { background:var(--bm-black); color:#fff; }
.bm-button--dark:hover { color:#fff; background:var(--bm-wine); }
.bm-button--ghost { background:transparent; border-color:rgba(255,255,255,.35); color:#fff; }
.bm-button--ghost:hover { background:#fff; color:var(--bm-black); }

.bm-main { min-height:60vh; }
.bm-hero { position:relative; overflow:hidden; color:#fff; background:radial-gradient(circle at 85% 15%, rgba(216,167,43,.36), transparent 27%), linear-gradient(125deg, #080808 12%, #25100e 55%, #65121c 100%); }
.bm-hero::after { content:""; position:absolute; inset:0; opacity:.18; pointer-events:none; background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size:54px 54px; mask-image:linear-gradient(to right,transparent,#000); }
.bm-hero__inner { position:relative; z-index:1; min-height:580px; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:56px; padding-block:74px; }
.bm-kicker { display:flex; align-items:center; gap:10px; margin-bottom:20px; color:var(--bm-gold-light); font-size:.75rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.bm-kicker::before { content:""; width:34px; height:2px; background:currentColor; }
.bm-hero h1 { max-width:830px; margin:0; color:#fff !important; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.65rem,6vw,5.8rem); line-height:.94; letter-spacing:-.045em; }
.bm-hero h1 em { color:var(--bm-gold-light); font-style:normal; }
.bm-hero__copy { max-width:680px; margin:24px 0 0; color:rgba(255,255,255,.78); font-size:clamp(1rem,1.8vw,1.2rem); }
.bm-hero__principle { max-width:680px; margin:14px 0 0; padding-left:15px; border-left:2px solid var(--bm-gold); color:rgba(255,255,255,.68); font-size:.9rem; }
.bm-hero__principle strong { color:#fff; }
.bm-hero__buttons { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.bm-hero__visual { position:relative; }
.bm-hero__logo { width:min(100%,460px); margin-inline:auto; border-radius:50%; box-shadow:0 28px 90px rgba(0,0,0,.52), 0 0 80px rgba(216,167,43,.15); }
.bm-hero__seal { position:absolute; right:0; bottom:3%; width:118px; height:118px; border-radius:50%; display:grid; place-items:center; padding:18px; text-align:center; background:var(--bm-paper); color:var(--bm-ink); border:4px solid var(--bm-gold); font-size:.69rem; font-weight:900; line-height:1.2; text-transform:uppercase; transform:rotate(7deg); }

.bm-ad { margin-block:24px; min-height:96px; border:1px solid var(--bm-line); border-radius:14px; display:grid; place-items:center; padding:18px; color:var(--bm-muted); background:rgba(255,255,255,.48); font-size:.71rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; text-align:center; }
.bm-ad--dark { border-color:rgba(255,255,255,.17); color:rgba(255,255,255,.55); background:rgba(255,255,255,.04); }

.bm-section { padding-block:72px; }
.bm-section--white { background:#fff; }
.bm-section--dark { color:#fff; background:var(--bm-black); }
.bm-section__head { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:28px; }
.bm-section__eyebrow { display:block; margin-bottom:8px; color:var(--bm-wine); font-size:.71rem; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.bm-section--dark .bm-section__eyebrow { color:var(--bm-gold-light); }
.bm-section h2 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2rem,4vw,3.35rem); line-height:1; letter-spacing:-.035em; }
.bm-section__link { font-size:.83rem; font-weight:850; border-bottom:2px solid var(--bm-gold); }
.bm-section__link,.bm-section__link:hover { color:var(--bm-wine); }
.bm-section--dark .bm-section__link,.bm-section--dark .bm-section__link:hover { color:var(--bm-gold-light); }

.bm-lead-grid { display:grid; grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr); gap:28px; }
.bm-card { overflow:hidden; border:1px solid var(--bm-line); border-radius:var(--bm-radius); background:var(--bm-card); box-shadow:0 5px 0 transparent; transition:.22s ease; }
.bm-card:hover { transform:translateY(-4px); box-shadow:var(--bm-shadow); }
.bm-card__image { position:relative; aspect-ratio:16/9; overflow:hidden; background:#ded8ce; }
.bm-card__image img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.bm-card__reel-fallback { width:100%; height:100%; min-height:180px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; padding:20px; color:#fff; text-align:center; background:radial-gradient(circle at 30% 110%,#ffd600 0 12%,#ff7a00 30%,#ff0169 52%,#d300c5 72%,#7638fa 100%); }
.bm-card__reel-icon { width:48px; height:48px; display:grid; place-items:center; border:2px solid rgba(255,255,255,.9); border-radius:15px; }
.bm-card__reel-icon svg { width:29px; height:29px; }
.bm-card__reel-fallback strong { font:900 .88rem/1 Inter,"Segoe UI",Arial,sans-serif; letter-spacing:.08em; text-transform:uppercase; }
.bm-card__reel-fallback small { max-width:100%; overflow:hidden; text-overflow:ellipsis; font-weight:800; white-space:nowrap; }
.bm-card:hover .bm-card__image img { transform:scale(1.035); }
.bm-card__body { padding:22px; }
.bm-card__meta { display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin-bottom:11px; color:var(--bm-muted); font-size:.72rem; font-weight:750; text-transform:uppercase; letter-spacing:.05em; }
.bm-card__category { color:var(--bm-wine); }
.bm-card h3 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.25rem,2.2vw,1.85rem); line-height:1.12; }
.bm-card h3 a { color:var(--bm-ink) !important; }
.bm-card h3 a:hover { color:var(--bm-wine) !important; }
.bm-card p { margin:12px 0 0; color:var(--bm-muted); }
.bm-card--lead .bm-card__image { aspect-ratio:16/8.7; }
.bm-card--lead h3 { font-size:clamp(1.8rem,3.3vw,3rem); }
.bm-stack { display:grid; gap:18px; }
.bm-stack .bm-card { display:grid; grid-template-columns:145px 1fr; }
.bm-stack .bm-card__image { aspect-ratio:auto; min-height:145px; }
.bm-stack .bm-card__body { padding:18px; }
.bm-stack .bm-card h3 { font-size:1.08rem; }
.bm-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.bm-video-library { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.bm-card--video-tile { position:relative; border-radius:14px; }
.bm-card--video-tile .bm-card__image { aspect-ratio:9/14; }
.bm-card--video-tile .bm-card__image::after { content:"▶"; position:absolute; right:10px; top:10px; width:34px; height:34px; display:grid; place-items:center; padding-left:2px; border-radius:50%; color:#fff; background:rgba(0,0,0,.72); box-shadow:0 4px 18px rgba(0,0,0,.24); font-size:.72rem; }
.bm-card--video-tile .bm-card__body { padding:13px; }
.bm-card--video-tile .bm-card__meta { margin-bottom:7px; font-size:.6rem; }
.bm-card--video-tile h3 { display:-webkit-box; overflow:hidden; -webkit-line-clamp:3; -webkit-box-orient:vertical; font-family:Inter,"Segoe UI",Arial,sans-serif; font-size:.92rem; line-height:1.22; font-weight:850; }
.bm-page-header__hint { max-width:680px; margin:18px 0 0; color:rgba(255,255,255,.72); }

.bm-personas { display:grid; grid-template-columns:repeat(7,minmax(110px,1fr)); gap:17px; }
.bm-persona { text-align:center; }
.bm-persona__portrait { position:relative; width:100%; aspect-ratio:1; margin-bottom:12px; overflow:hidden; border-radius:50%; background:linear-gradient(135deg,#2a1713,#6b1e23); border:2px solid rgba(216,167,43,.55); }
.bm-persona__portrait img { width:100%; height:100%; object-fit:cover; }
.bm-persona strong { display:block; font-family:Georgia,"Times New Roman",serif; font-size:1rem; }
.bm-section--dark .bm-persona strong { color:#fff; }
.bm-persona span { display:block; margin-top:3px; color:rgba(255,255,255,.55); font-size:.68rem; text-transform:uppercase; letter-spacing:.07em; }
.bm-persona:hover .bm-persona__portrait { border-color:var(--bm-gold-light); transform:translateY(-3px); }

.bm-topics { display:grid; grid-template-columns:repeat(8,minmax(0,1fr)); gap:10px; }
.bm-topic { min-width:0; aspect-ratio:1; padding:12px 8px; border-radius:14px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; text-align:center; background:linear-gradient(145deg,#fff,#eee7db); border:1px solid var(--bm-line); }
.bm-topic:nth-child(2n) { background:linear-gradient(145deg,#171311,#3b1618); color:#fff; }
.bm-topic__icon { font-size:1.35rem; line-height:1; }
.bm-topic__count { color:var(--bm-gold); font-size:.54rem; font-weight:900; text-transform:uppercase; }
.bm-topic strong { font-family:Inter,"Segoe UI",Arial,sans-serif; font-size:.78rem; line-height:1.08; }
.bm-topic,.bm-topic:hover { color:var(--bm-ink) !important; }
.bm-topic:nth-child(2n),.bm-topic:nth-child(2n):hover { color:#fff !important; }

.bm-sponsor { padding:44px; border-radius:26px; display:grid; grid-template-columns:1fr auto; gap:30px; align-items:center; background:linear-gradient(125deg,#5e111a,#180c0d); color:#fff; box-shadow:var(--bm-shadow); }
.bm-sponsor h2 { margin:0 0 12px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2rem,4vw,3.4rem); }
.bm-sponsor p { max-width:700px; margin:0; color:rgba(255,255,255,.72); }
.bm-sponsor .bm-sponsor__greek-only { margin-bottom:12px; color:#fff; }
.bm-sponsor__greek-only strong { color:var(--bm-gold-light); }
.bm-sponsor .bm-sponsor__pledge { margin-top:13px; padding-top:13px; border-top:1px solid rgba(255,255,255,.16); color:var(--bm-gold-light); font-size:.82rem; font-weight:750; }

.bm-content { padding-block:64px; }
.bm-content-grid { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:44px; align-items:start; }
.bm-article { padding:clamp(24px,5vw,58px); border-radius:24px; background:#fff; box-shadow:var(--bm-shadow); }
.bm-article__header { margin-bottom:30px; }
.bm-article h1 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.2rem,5vw,4.7rem); line-height:1; letter-spacing:-.045em; }
.bm-article__meta { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; color:var(--bm-muted); font-size:.78rem; }
.bm-breadcrumbs { margin-bottom:18px; color:var(--bm-muted); font-size:.76rem; }
.bm-breadcrumbs a { color:var(--bm-wine); }
.bm-article__media { margin:0 0 32px; overflow:hidden; border-radius:18px; }
.bm-article__body { font-family:Georgia,"Times New Roman",serif; font-size:1.12rem; }
.bm-article__body > * { max-width:760px; margin-inline:auto; }
.bm-article__body iframe { width:100%; max-width:100%; aspect-ratio:16/9; height:auto; }
.bm-share { max-width:760px; margin:32px auto 0; padding-top:22px; border-top:1px solid var(--bm-line); }
.bm-share strong { display:block; margin-bottom:11px; font-size:.75rem; letter-spacing:.1em; text-transform:uppercase; }
.bm-share__links { display:flex; flex-wrap:wrap; gap:8px; }
.bm-share__links a { display:inline-flex; align-items:center; gap:7px; padding:9px 13px; border:1px solid var(--bm-line); border-radius:999px; background:var(--bm-paper); color:var(--bm-ink) !important; font-size:.76rem; font-weight:800; }
.bm-share__links a:hover { border-color:var(--bm-gold); background:#fff; }
.bm-share__links button { display:inline-flex; align-items:center; gap:7px; padding:9px 13px; border:1px solid var(--bm-line); border-radius:999px; background:var(--bm-paper); font-size:.76rem; font-weight:800; cursor:pointer; }
.bm-share__links button:hover { border-color:var(--bm-gold); background:#fff; }
.bm-share__links svg { width:16px; height:16px; }
.bm-faq { max-width:900px; margin-inline:auto; }
.bm-faq details { margin-bottom:12px; border:1px solid var(--bm-line); border-radius:16px; background:#fff; }
.bm-faq summary { padding:20px 24px; cursor:pointer; font-family:Georgia,"Times New Roman",serif; font-size:1.15rem; font-weight:700; }
.bm-faq details > div { padding:0 24px 22px; color:var(--bm-muted); }
.bm-sidebar { position:sticky; top:118px; }
.bm-sidebar__box { margin-bottom:20px; padding:24px; border:1px solid var(--bm-line); border-radius:18px; background:#fff; }
.bm-sidebar__box h3 { margin:0 0 16px; font-family:Georgia,"Times New Roman",serif; font-size:1.35rem; }

.bm-page-header { padding:70px 0 48px; color:#fff; background:linear-gradient(120deg,#0a0909,#65121c); }
.bm-page-header h1 { margin:8px 0 0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.4rem,6vw,5.2rem); line-height:1; }
.bm-pagination { margin-top:34px; display:flex; justify-content:center; }
.bm-pagination .nav-links { display:flex; gap:8px; align-items:center; }
.bm-pagination a,.bm-pagination span { min-width:40px; height:40px; border:1px solid var(--bm-line); border-radius:50%; display:grid; place-items:center; background:#fff; }
.bm-pagination .current { background:var(--bm-gold); border-color:var(--bm-gold); }

.bm-search-panel { padding:18px 0; border-bottom:1px solid var(--bm-line); background:#fff; }
.bm-search-form { display:flex; gap:10px; }
.bm-search-form input { width:100%; min-height:48px; padding:0 18px; border:1px solid var(--bm-line); border-radius:999px; background:var(--bm-paper); }

.bm-footer { padding:68px 0 24px; background:var(--bm-black); color:#fff; }
.bm-footer__grid { display:grid; grid-template-columns:1.2fr .8fr .8fr 1fr; gap:42px; }
.bm-footer__brand { display:flex; align-items:center; gap:13px; margin-bottom:18px; }
.bm-footer__brand img { width:64px; height:64px; border-radius:50%; }
.bm-footer h3 { margin:0 0 14px; color:var(--bm-gold-light); font-size:.78rem; letter-spacing:.1em; text-transform:uppercase; }
.bm-footer ul { list-style:none; margin:0; padding:0; display:grid; gap:9px; color:rgba(255,255,255,.68); font-size:.88rem; }
.bm-footer p { color:rgba(255,255,255,.62); font-size:.88rem; }
.bm-footer__bottom { margin-top:54px; padding-top:20px; border-top:1px solid rgba(255,255,255,.11); display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.42); font-size:.72rem; }
.bm-package-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:32px; }
.bm-package { padding:28px; border:1px solid var(--bm-line); border-radius:20px; background:#fff; }
.bm-package--featured { color:#fff; background:linear-gradient(145deg,#170c0c,#66131c); border-color:var(--bm-gold); }
.bm-package h3 { margin:0 0 10px; font-family:Georgia,"Times New Roman",serif; font-size:1.55rem; }
.bm-package ul { margin:18px 0 0; padding-left:20px; }
.bm-policy-box { margin:28px 0; padding:24px; border-left:5px solid var(--bm-gold); border-radius:14px; background:linear-gradient(135deg,#160d0d,#67131c); color:#fff; }
.bm-policy-box strong { display:block; margin-bottom:7px; color:var(--bm-gold-light); font-size:1.08rem; }
.bm-policy-box p { margin:0; color:rgba(255,255,255,.82); }
.bm-eligibility { display:grid; gap:10px; margin:18px 0 30px; padding-left:22px; }

@media (max-width:1080px) {
  .bm-nav { display:none; position:fixed; inset:120px 0 0; padding:35px 20px; background:var(--bm-paper); }
  .nav-open .bm-nav { display:block; }
  .bm-nav ul { display:grid; justify-content:stretch; gap:0; }
  .bm-nav a { display:block; padding:15px 4px; border-bottom:1px solid var(--bm-line); font-size:1.1rem; }
  .bm-nav .bm-mobile-socials { display:flex; margin-top:24px; }
  .bm-nav .bm-mobile-socials a { width:44px; height:44px; padding:0; border:1px solid var(--bm-line); border-radius:50%; }
  .bm-menu-toggle { display:grid; }
  .bm-header__inner { grid-template-columns:1fr auto; }
  .bm-actions .bm-button { display:none; }
  .bm-socials--header { display:none; }
  .bm-personas { grid-template-columns:repeat(4,1fr); }
  .bm-grid { grid-template-columns:repeat(2,1fr); }
  .bm-video-library { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .bm-topics { grid-template-columns:repeat(4,1fr); }
}

.bm-mobile-socials { display:none; }

@media (max-width:760px) {
  .bm-wrap { width:min(calc(100% - 28px),var(--bm-max)); }
  .bm-topline__inner { justify-content:center; }
  .bm-topline__inner > :last-child { display:none; }
  .bm-header__inner { min-height:74px; }
  .bm-brand__mark { width:49px; height:49px; }
  .bm-brand__name { font-size:1.05rem; }
  .bm-brand__tag { font-size:.55rem; }
  .bm-hero__inner { min-height:auto; grid-template-columns:1fr; gap:38px; padding-block:54px; }
  .bm-hero h1 { font-size:clamp(2.7rem,15vw,4.4rem); }
  .bm-hero__visual { order:-1; }
  .bm-hero__logo { width:min(72vw,330px); }
  .bm-hero__seal { width:88px; height:88px; right:5%; font-size:.54rem; padding:11px; }
  .bm-section { padding-block:52px; }
  .bm-section__head { align-items:start; }
  .bm-section__link { display:none; }
  .bm-lead-grid,.bm-content-grid,.bm-sponsor { grid-template-columns:1fr; }
  .bm-stack .bm-card { grid-template-columns:112px 1fr; }
  .bm-stack .bm-card__image { min-height:125px; }
  .bm-stack .bm-card__body { padding:14px; }
  .bm-card__body { padding:18px; }
  .bm-grid { grid-template-columns:1fr; }
  .bm-video-library { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .bm-page-header--persona { padding:36px 0 28px; }
  .bm-page-header--persona h1 { font-size:clamp(2.2rem,12vw,3.5rem); }
  .bm-page-header__hint { margin-top:12px; font-size:.82rem; }
  .bm-card--video-tile { border-radius:11px; }
  .bm-card--video-tile .bm-card__image { aspect-ratio:9/12; }
  .bm-card--video-tile .bm-card__body { padding:10px; }
  .bm-card--video-tile .bm-card__meta { display:none; }
  .bm-card--video-tile h3 { font-size:.78rem; line-height:1.18; -webkit-line-clamp:3; }
  .bm-content:has(.bm-video-library) { padding-block:24px 40px; }
  .bm-personas { grid-template-columns:repeat(3,1fr); gap:14px; }
  .bm-topics { grid-template-columns:repeat(4,minmax(0,1fr)); gap:7px; }
  .bm-topic { min-height:0; padding:8px 5px; border-radius:10px; }
  .bm-topic__icon { font-size:1.05rem; }
  .bm-topic strong { font-size:.64rem; }
  .bm-topic__count { display:none; }
  .bm-sponsor { padding:28px; }
  .bm-sidebar { position:static; }
  .bm-article { padding:22px; border-radius:16px; }
  .bm-footer__grid { grid-template-columns:1fr 1fr; }
  .bm-package-grid { grid-template-columns:1fr; }
  .bm-footer__grid > :first-child { grid-column:1/-1; }
  .bm-footer__bottom { flex-direction:column; }
}

@media (max-width:420px) {
  .bm-personas { grid-template-columns:repeat(2,1fr); }
  .bm-topics { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .bm-footer__grid { grid-template-columns:1fr; }
  .bm-footer__grid > :first-child { grid-column:auto; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto !important; transition:none !important; }
}
