/*
Theme Name: ThinkTrek
Theme URI: https://think-trek.com
Author: ThinkTrek
Author URI: https://think-trek.com
Description: ThinkTrek — disciplined, monochrome corporate theme for a software engineering studio. Includes a full pre-built multi-page site (Home, Services, Case Studies, Company, Contact) with auto-created pages, page-aware navigation, and a working contact form. Drop in, activate, done.
Version: 1.2.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thinktrek
Tags: business, one-column, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
*/

/* The theme's visual styles live inline alongside the markup (matching the
   original design prototype). This file only carries the WP theme header
   plus a handful of overrides so the WP admin bar plays nicely. */

html { scroll-behavior: smooth; }
body { margin: 0; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }

/* WP admin bar fix for our sticky nav */
body.admin-bar nav.site-nav { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar nav.site-nav { top: 46px; }
}
