/*
Theme Name: Vorian
Theme URI: https://example.com/vorian
Author: Vorian Studio
Author URI: https://example.com
Description: Vorian — a refined, mobile-first WordPress theme for modern operators. Pixel-perfect implementation of the Vorian landing page design with violet → magenta → amber gradients, polished micro-interactions, and a full content-driven landing template. Includes hamburger drawer for mobile, sticky CTA, scroll-reveal animations, and a count-up engine for stats.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vorian
Tags: one-page, landing-page, business, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
 * The full visual stylesheet lives in /assets/css/main.css and /assets/css/mobile.css
 * and is loaded via wp_enqueue_scripts() in functions.php.
 *
 * This file is required by WordPress for the theme header above and for default
 * editor styling fallbacks. Do not delete.
 */

/* ----- Editor / admin defensive resets so block editor previews look acceptable ----- */
.wp-block-image img { max-width: 100%; height: auto; }
.alignwide { max-width: 1280px; }
.alignfull { max-width: 100%; }
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); -webkit-clip-path: inset(50%); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
  word-wrap: normal !important;
}
