/* belokrylovo.com additions on top of site.css (EN static site) */
.skip{position:absolute;left:-9999px;top:0;background:var(--blue);color:#fff;padding:10px 16px;z-index:200;border-radius:0 0 10px 0}
.skip:focus{left:0}
.nav__menu-cta{display:none}
@media(max-width:980px){.nav.open .nav__menu-cta{display:block}}
.hero__img{height:100%}
.bcard__d{font-size:.98rem;color:var(--text);padding:0 18px 12px;margin:0}
.bcard__m{font-size:.85rem;padding:0 18px 18px;margin:0}
.post__body ol{margin:0 0 20px;padding-left:24px}
.post__body table{width:100%;border-collapse:collapse;margin:0 0 24px;font-size:1rem}
.post__body th,.post__body td{border:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top}
.post__body th{background:var(--tint);font-family:var(--fd);font-weight:700}
.post__body .tablewrap{overflow-x:auto;margin:0 0 24px}
.post__body .faq{margin:0 0 24px}
.post__body .qa p{margin:0}
.post__body img{border-radius:14px;margin:6px 0 20px}
.sources li{font-size:.95rem;color:var(--muted);word-break:break-word}
.author-card__ava{object-fit:cover}
.cookiebar{position:fixed;left:16px;right:16px;bottom:16px;z-index:150;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;box-shadow:0 18px 40px rgba(20,22,28,.18);display:flex;gap:18px;align-items:center;flex-wrap:wrap;max-width:860px;margin:0 auto}
.cookiebar p{font-size:.92rem;color:var(--text);margin:0;flex:1 1 320px}
.cookiebar__btns{display:flex;gap:10px}
.cookiebar .btn{padding:10px 18px;font-size:.95rem;width:auto}
.price{font-family:var(--fd);font-weight:800;font-size:clamp(2rem,4vw,2.8rem);color:var(--blue);line-height:1;letter-spacing:-.02em}
.section--ink .price{color:#fff}
.note{font-size:.92rem;color:var(--muted)}
.form__ok,.form__err{display:none;padding:14px 16px;border-radius:12px;margin-top:14px;font-size:.98rem}
.form__ok{background:#DCF0E5;color:#0F8A5F}.form__err{background:#F5DAD2;color:var(--coral-text)}
.table{width:100%;border-collapse:collapse;font-size:1rem;background:#fff;border-radius:14px;overflow:hidden}
.table th,.table td{border-bottom:1px solid var(--line);padding:12px 14px;text-align:left;vertical-align:top}
.table th{background:var(--tint);font-family:var(--fd);font-weight:700}
.tablewrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}
/* a11y: footer column labels are not headings (keeps heading order sequential) */
.footer .footer__t{color:#fff;font-family:var(--fd);font-weight:700;font-size:1rem;margin-bottom:14px}
/* a11y: inline links in body text must not rely on color alone */
main p a:not(.btn):not(.more):not(.brand),main li a:not(.btn):not(.more),.qa a,.note a{text-decoration:underline;text-underline-offset:2px}
main .btn,main .more,.nav a,.footer a,.blog-chips a,.bcard__t a,.rcard,.share a,.toc a{text-decoration:none}
.footer a:hover,.nav__menu a:hover{text-decoration:underline}
/* width/height attributes are presentational hints: without height:auto they pin the box height
   and stretch any image whose rendered width is smaller than the file (portrait blocks, card covers) */
img{height:auto}
.hero__img{height:100%}
.author-card__ava{height:54px}

/* mobile tap targets. WCAG 2.2 exempts links inside a sentence, so this covers the standalone ones:
   contents list, breadcrumb, category label, share row, consent label, and links in body paragraphs. */
@media(max-width:560px){
  main p a:not(.btn):not(.more),.note a,.microcopy a{display:inline-block;padding:4px 0;min-height:24px}
  .toc a,.post__cat a,.bcard__cat a,.share a,.consent a,.sources a{display:inline-block;padding:4px 0;min-height:24px}
  .toc ul{gap:2px}
}
/* one-letter share link (X) needs a real target; category label was below 12px */
.share a{min-width:44px;text-align:center}
.bcard__cat{font-size:.78rem}
