/* =========================================================================
   НТЦ — базовый слой вместо CSS темы Bono (403 КБ, из них сайту нужны
   единицы правил: контейнер, сбросы, служебные классы). Шапка, подвал и
   все шаблоны — свои (site.css, list.css, card.css, pages.css, home.css).
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img, svg, video { max-width: 100%; }
img { height: auto; border-style: none; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
table { border-collapse: collapse; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; line-height: 1.2; }
p { margin: 0 0 1em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); border: 0; white-space: nowrap; word-wrap: normal !important; }
.screen-reader-text:focus { z-index: 100000; top: 5px; left: 5px; width: auto; height: auto; clip: auto; clip-path: none; padding: 12px 20px; background: #fff; color: #26282a; font-weight: 600; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 8px; top: 8px; z-index: 100000; }

/* Контейнер контента — те же ступени, что у .fixed в Bono (шапка и подвал выровнены по ним) */
.site-content { width: 100%; margin: 0 auto; padding: 0 15px 40px; }
@media (min-width: 768px) { .site-content { max-width: 720px; padding: 0 45px 48px; } }
@media (min-width: 992px) { .site-content { max-width: 960px; } }
@media (min-width: 1200px) { .site-content { max-width: 1190px; } }
@media (min-width: 1400px) { .site-content { max-width: 1390px; } }
.site-content-inner, .content-area, .site-main { width: 100%; }
.content-area { float: none; }

/* Уведомления WooCommerce (если появятся) */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message, .woocommerce-error, .woocommerce-info { margin: 0 0 16px; padding: 12px 16px; border-left: 4px solid #fc600c; background: #fff; list-style: none; }

/* Всплывающая галерея WooCommerce (photoswipe) — её CSS отключён, разметку прячем */
.pswp { display: none !important; }

/* Скрипт темы вписывает body margin-bottom под «липкий» подвал Bono — подвал теперь в потоке */
body.ntc-site { margin-bottom: 0 !important; }
