/*
Theme Name: Axonometra
Theme URI: https://digitalwebgram.com
Author: DigitalWebGram
Author URI: https://digitalwebgram.com
Description: An isometric architecture studio portfolio theme. A single persistent WebGL city sits behind the entire page and responds to scroll, pointer and live controls. Custom GLSL shaders, orthographic isometric camera, GSAP ScrollTrigger orchestration. All assets bundled locally — zero external requests.
Version: 1.0.1
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: axonometra
Tags: portfolio, one-column, custom-colors, custom-menu, editor-style, full-width-template, threaded-comments
*/

/* Layout styles live in assets/css/main.css (enqueued from functions.php).
   This file carries the theme header and a small set of WordPress-specific
   overrides so admin bar, block editor output and link rows behave. */

.admin-bar nav { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar nav { top: 46px; } }

a.row { text-decoration: none; color: inherit; display: grid; }

.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute !important; width: 1px; word-wrap: normal !important;
}
.skip-link:focus {
  clip: auto; clip-path: none; height: auto; width: auto;
  position: fixed !important; top: 10px; left: 10px; z-index: 100000;
  background: #FF6B2C; color: #0A0B0D; padding: 12px 20px;
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
}
