/*
Theme Name: Gorilla Energy (RU Demo)
Theme URI: https://us.gorillaenergy.com/
Description: Тестовая тема Gorilla Energy на русском под WooCommerce. Собрана из статической вёрстки 1:1. Демо-контент (страницы, посты, товары) создаётся автоматически при активации. Классическая PHP-тема.
Author: Gorilla / Claude Code
Version: 2.9.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: gorilla-energy
Tags: woocommerce, ecommerce, custom-colors, full-width-template, translation-ready
WC requires at least: 7.0
WC tested up to: 9.0
*/

/* Основные стили грузятся из assets/css/critical.css (enqueued в functions.php).
   Этот файл - лёгкие правки поверх. */

.gorilla-page-content { width: 100%; }
.gorilla-archive { max-width: var(--g-container-max, 1440px); margin: 0 auto; padding: 48px var(--g-container-pad, 19px); }
.gorilla-archive__grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.gorilla-archive__card { display: block; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.08); color: inherit; text-decoration: none; }
.gorilla-archive__card img { width: 100%; height: 220px; object-fit: cover; display: block; }
.gorilla-archive__card h2 { font-size: 18px; font-weight: 700; padding: 16px; margin: 0; }

/* Tailwind utilities used by the article gallery (purged from the build because the
   demo article HTML wasn't scanned). Restores square thumbnails + mobile slide gap,
   1:1 with shopify_source/sections/article.liquid. */
.aspect-square { aspect-ratio: 1 / 1; }
.pl-\[19px\] { padding-left: 19px; }
