/*
Theme Name:  Erf Studio
Theme URI:   https://erf.studio
Description: Custom theme for ERF Studio. Minimal, fast, no bloat. Works with ERF Studio Widgets and Elementor.
Author:      ERF Studio
Author URI:  https://erf.studio
Version:     1.0.0
License:     GPL2
Text Domain: erf-studio
*/

/* ── Reset & Base ─────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'euclid_Circular_B', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

/* ── Typography ───────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

a {
  color: inherit;
  text-decoration: none;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ── Layout ───────────────────────────────────────── */
.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

/* ── Elementor compatibility ──────────────────────── */
.elementor-page {
  padding-top: 0 !important;
}

/* Remove default WP margins Axtra was fighting */
.wp-block-group {
  margin: 0;
}

/* ── Admin bar adjustment ─────────────────────────── */
.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/* ── Touch zoom fix ───────────────────────────────── */
* {
  touch-action: pan-x pan-y pinch-zoom;
}

/* ── Smooth scrollbar removal (no GSAP) ──────────── */
body {
  overflow-x: clip;
}
