/*
Theme Name: Assertica
Theme URI: https://assertica.ai
Author: Assertica
Author URI: https://assertica.ai
Description: AI-native software agency — New Era design direction.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: assertica
*/

/* Reset and page ground only. Everything else lives in assets/css/, enqueued
   in order by functions.php: tokens → new-era → chrome → pages → diagrams. */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #04060D;
}

body {
  background: #04060D;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; }

/* The WordPress admin bar sits over a fixed nav otherwise. */
body.admin-bar .ne-nav { top: calc(32px + clamp(0.75rem, 2vh, 1.25rem)); }
@media screen and (max-width: 782px) {
  body.admin-bar .ne-nav { top: calc(46px + clamp(0.75rem, 2vh, 1.25rem)); }
}

/* Clear the fixed nav on small screens, where headlines reach the stage top. */
@media (max-width: 900px) {
  .ne-stage { padding-top: 7rem; }
}
