/*
Theme Name: Next Step Studio
Theme URI: https://nextstepstudio.co
Author: Antigravity & Next Step Creative Team
Description: Custom brutalist WordPress theme converted from React + TypeScript, featuring 3D parallax effects, CRT screen animations, interactive draggable stickers, and responsive layouts.
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: next-step-studio
Tags: dark, two-columns, custom-menu, featured-images, translation-ready, accessibility-ready, brutalist, creative, portfolio
*/

/* Custom Reset overrides for WordPress */
#wpadminbar {
  background: #0d0f12 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Offset fixed header when WordPress Admin Bar is visible */
#site-header {
  z-index: 50 !important;
}

.admin-bar #site-header {
  top: 32px;
}

.admin-bar #mobile-nav-drawer {
  padding-top: calc(7rem + 32px);
}

@media screen and (max-width: 782px) {
  .admin-bar #site-header {
    top: 46px;
  }
  .admin-bar #mobile-nav-drawer {
    padding-top: calc(7rem + 46px);
  }
}
