/*
Theme Name: Developer Alamin Portfolio
Theme URI: https://github.com/developeralaminvi/devalamin
Author: Md. Al Amin
Author URI: https://devalamin.me
Description: A bespoke, ultra-high-performance portfolio WordPress theme engineered for Md. Al Amin - WordPress Developer & Elementor Expert. Features Custom Post Types for Works & Services, smooth Lenis scrolling, GSAP micro-interactions, responsive sticky stacking sections, and dark editorial typography.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.8
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: devalamin
Tags: portfolio, custom-post-types, dark-mode, grid-layout, animations, full-site-editing, translation-ready
*/

/* Reset & WordPress Core Compatibility */
.alignwide {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.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;
}

/* Admin Bar Adjustments */
body.admin-bar .navbar_component {
  top: 32px;
}

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